body {
	margin: 0
}

.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 input[type="password"],
.form-style-5 input[type="tel"],
.form-style-5 textarea {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
}
.form-style-5 {
	max-width: 640px;
	padding: 30px;
	margin:0 auto;
	background: #FFF;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
}
.form-style-5 #breadcrumb {
    margin-bottom: 20px;
    display: block;
}
.form-style-5 #breadcrumb a {
    font-size: 11px;
    text-decoration: none;
    border-radius: 10px;
    padding: 3px 5px;
}
.form-style-5 #breadcrumb a.actived, .form-style-5 #breadcrumb a:hover.actived {
    color: #000;
    background: #F8F8F8;
}
#step0 small {font-weight: normal}
#step0 label {background: #F2F2F2; padding: 10px; width: 90%; margin-bottom: 10px; border-radius: 10px}
#step0 label:hover, #step0 input[type="radio"]:checked + label {background: #D4D4D4!important}
.form-style-5 .inner-wrap{
	padding: 10px 20px;
	background: #F8F8F8;
	border-radius: 8px;
	margin: 20px 0;
}
.form-style-5 h1{
	padding: 20px 30px 15px 30px;
	margin: -30px -30px 30px -30px;
	color: #FFF;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font-size: 1.5em;
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #257C9E;
}
.form-style-5 h1 a {
	color: #FFDD00
}
.form-style-5 h1 small {
	color:#fff
}
#sig {width: 100%; height: 200px}
.form-style-5 h1 > span{
	display: block;
	margin-top: 2px;
	font-size: 13px;
}
.form-style-5 label:first-child, .form-style-5 p:first-child {
	display: block;
	color: #888;
}
.form-style-5 #step1 label{
	cursor: pointer;
	font-weight: bold;
    padding: 10px 20px 10px 0;
}
button:disabled {
	opacity: 0.4;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 input[type="password"],
.form-style-5 input[type="tel"],
.form-style-5 textarea,
.form-style-5 select {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 8px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border: 2px solid #fff;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	cursor: pointer;
    font-size: 16px;
}

.form-style-5 .section {
	font-size: 1.2em;
	margin-top: 50px;
	font-weight: bold;
}
.form-style-5 small {
	color: #999;
}

.form-style-5 th {background: #FFDD00; text-align: left; padding: 0 5px}

.form-style-5 .section span {
	padding: 10px;
	border-radius: 50%;
	border: none;
	font-size: 14px;
	margin-right: 10px;
	color: #FFDD00;
	font-weight: bold;
    overflow: hidden;
    width: 16px;
    height: 16px;
    text-align: center;
    display: inline-block;
}
.form-style-5 table input {
	display: inline-block!important;
}
.form-style-5 button {
	display: inline-block;
	background: #D4D4D4;
	border-radius: 8px;
	border: 2px solid #fff;
	font-size: 18px;
	color: #333;
	height: 45px;
}
.form-style-5 button:hover, .form-style-5 button.actived {
	color: #fff;
	cursor: pointer;
}
.form-style-5 input[type="button"], 
.form-style-5 input[type="submit"],
.form-style-5 .btn {
    -moz-appearance: none;
    -webkit-appearance: none;
	padding: 8px 20px 8px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font-size: 30px;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	font-size: 15px;
    cursor: pointer;
}
.form-style-5 input[type="button"] {
	background: #f4f4f4;
	color: #999;
	border: 1px solid #d4d4d4;
}
.form-style-5 input[type="button"]:hover, 
.form-style-5 input[type="submit"]:hover{
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}
.form-style-5 input[type="button"]:hover {
	background: #d4d4d4;
	color: #666
}
.form-style-5 .privacy-policy{
	float: right;
	width: 120px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	margin-top: 10px;
	text-align: right;
}
.form-style-5 .ui-accordion .ui-accordion-content {
	height: auto!important;
	padding: 0;
}
.green {border: 2px solid green!important}
.red {
    padding: 10px;
    color: #721c24!important;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 8px;
}
input[type="radio"] {
    background: transparent;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: none;
    margin: 0;
    padding: 0;
    color: #d4d4d4;
    opacity: 0
}
input[type="radio"] + label span {
    display:inline-block;
    width:24px;
    height:24px;
    margin:0px 10px 0 0;
    vertical-align:middle;
    background:#D4D4D4;
	border-radius: 8px;
	cursor: pointer;
}
input[type="radio"] + label {
	cursor: pointer;
	font-weight: bold;
	color: #000;
    padding: 8px 8px 8px 0;
    display: inline-block;
}
input[type="radio"]:hover + label span, input[type="radio"]:checked + label span {
    background:#FFDD00 url('../img/ic-checked.png') center center no-repeat;
}

#commandes select, #commandes option {font: bold 16px "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace!important}

#step5 input {
	background:none; border:none; font-weight: bold; box-shadow: none; font-size: 20px; opacity:0.4
}

.ui-widget-header, .ui-widget-overlay {
    color: #FFDD00;
    opacity: 0.8;
}
.ui-dialog img {
    width: 100%;
}
#id {text-transform: uppercase; font: bold 22px 'Courier New', sans-serif;}
@media print {
    .noprint, #breadcrumb {display: none!important}   
}
/* DEBUT */
* {font-family: 'Bitter', sans-serif}
ul li:before {font: bold 20px 'fontawesome',sans-serif; content: '\f105'; margin-right: 5px}
ul li {padding-top: 20px; list-style: none}
ul li a {color: #000; font-size: 18px; text-decoration: none; padding: 5px; margin: 10px}
ul li a:hover {background: #FFE600}
ul li a strong {text-decoration: underline}
#home ul li {margin: 10px 0; text-align: center}

label:first-child {display: inline-block}
strong {font-size: 16px; font-weight: bold}
big {color:red; font-weight: bold}

#step2, #step3, #step4, #step4-1, #step4-2, #step5, #step6, #step6-2, #step6-3, #step6-4, #step6-5, #step6-6, #step6-7, #step7, #step8, #step9, #find_client_id, #stepqty, #montant_accept, #qteinfos, .stepquestion {display: none}
#client, #quantite, #wish41 {text-transform: uppercase; font: bold 22px 'Courier New', sans-serif; width: 100px; text-align: center}
input[type=text] {text-transform: uppercase}
#client_email {text-transform: lowercase}
table, th, td {font-size: 90%; border-collapse: collapse}
input, select, textarea {outline: none}
/*[required], :required {
   border: 2px dotted red!important;
}*/
.error{
    border: 1px solid red!important;
}
.msg-error {display: block; color: red; font-size: 12px}
.ui-dialog {border-radius: 20px; padding: 10px}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#qteinfos {text-align: center}

#loading {
    display: none;
    position: fixed;
    top:0; right: 0; left: 0!important; bottom: 0;
    width:100%; height: 100%;
    text-align: center;
    font-size: 32px;
    padding: 50px 20px;
    color:#fff;
    z-index: 999!important
}
.lds-ripple {
  display: inline-block;
  position: relative;
  top: 30%; left: auto;
  width: 80px;
  height: 200px;
  font-size: 18px
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}


fieldset {margin-top: 8px; border: 1px solid #f4f4f4; border-radius: 8px; background: #FFF}

/* FIN */

@media (max-width: 640px) {
    
    body {padding: 0}
    
    ul li a {margin: 0 0 0 5px}

    header img {
        max-width: 50%;
        max-height: 50%;
	}
    .form-style-5 {
        box-shadow: unset;
    }
    .form-style-5 .section {
        margin-top: 30px
    }
    img,
	table,
	td,
	blockquote,
	code,
	pre,
	textarea,
	input,
	iframe,
	object,
	embed,
	video {
		max-width: 100%;
	}
	img {
		height: auto;
	}
	textarea,
	table,
	td,
	th,
	code,
	pre,
	samp {
		-webkit-hyphens: auto; /* césure propre */
		-moz-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word; /* passage à la ligne forcé */
	}
}


#button {
  display: inline-block;
  background-color: #FFDD00;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button:hover {
  cursor: pointer;
  background-color: #FFF;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  #button {
    margin: 30px;
  }
}


