
body{background: #fff; font-family: 'DroidArabicKufi', Helvetica, Arial, "sans-serif";}



.form-500{width:100%; max-width:500px; text-align: center; box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3); padding:20px 0; border-radius:3px; margin:175px auto 0 auto;}

/*formulaire style champs a 300px*/
.champ{direction: rtl; display: block; width:100%; max-width: 300px; font-family: 'DroidArabicKufi'; font-size: 14px; padding: 8px; 
border: 1px solid #ccc; border-radius: 3px; margin: 0 auto 10px auto;}
.champ-select{display: block; width:100%; max-width: 300px; font-family: 'DroidArabicKufi'; font-size: 16px; padding: 5px; 
border: 1px solid #ccc; border-radius: 3px; margin: 0 auto 10px auto;}
.champ-select:invalid{color: gray;}
.champ-texte{display: block; width:100%; max-width: 300px; font-family: 'DroidArabicKufi'; font-size: 16px; padding: 15px; 
border: 1px solid #ccc; border-radius: 3px; margin: 0 auto 10px auto;}
.btn{display: block; width:100%; max-width: 300px; text-align: center; color:#fff; background: #34aadc; font-family: 'DroidArabicKufi'; font-size: 16px; padding: 10px; border:none; border-radius: 4px; margin: 0 auto 0 auto; cursor: pointer; transition: 0.2s;}
.btn:hover{background:#2796c5;}



input[role="file"]{display: none;}
.btn-file{display: block; width: 150px; height: 40px; line-height: 40px; text-align: center; cursor: pointer; background:#06A45B; 
color: #fff; border-radius: 3px; margin: 0 auto 15px auto; transition: 0.3s;}
.btn-file:hover{background:#087e48; box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;}




/*STYLE CHECKBOX ANIME SPECIAL 01*/
.checkbox-special-01{display:none!important;}
.label-special-01{display:flex; width: auto; margin: 10px auto; position:relative; align-items:center; margin-bottom:12px; cursor:pointer;}
.label-special-01 > span{display:flex; width:30px; height:30px; justify-content:center; border:3px solid #00aa5b; border-radius:20px;  margin:0 12px 0 0px; transition:all 0.1s ease-in-out;}
.label-special-01 a{color:#1164D5; font-size: 12px;}
.label-special-01 a:hover{text-decoration: underline;}
.checkbox-special-01:checked + label > span{background:#00aa5b; transition:all 0s ease-in-out;}
.checkbox-special-01:checked + label > span:before{content:''; margin:8px 0 0 -5px; 
border-right:3px solid transparent; border-bottom:3px solid transparent; transform:rotate(45deg); transform-origin:0% 100%;
animation:checked-box 80ms 150ms forwards;}
@keyframes checked-box{
0%{width:0; height:0; border-color:#fff; transform:translate(0,0) rotate(45deg);}
33%{width:5px; height:0; border-color:#fff; transform:translate(0,0) rotate(45deg);}
100%{width:5px; height:9px; border-color:#fff; transform:translate(0,-9px) rotate(45deg);}
}





/*STYLE CHECKBOX ANIME SPECIAL 02*/
label[role="label-search"]{display: block; width: 50%; cursor: pointer; margin-bottom: 10px;}
.checkbox-special-02{display: none;}
.label-special-02{color: #1473b4; cursor: pointer; position: relative;}
.label-special-02 p{display: inline-block; position: absolute;}
.label-special-02:before{content:"\f096"; display: inline-block; font-family: 'FontAwesome'; font-size: 18px; padding-right: 5px; 
margin-right: 8px;}
.checkbox-special-02:checked + .label-special-02:before{content:"\f14a"; color:#06a3e9; animation:tick 200ms ease-in; font-size: 16px; padding-right:5px;}
@keyframes tick{
0%{transform: scale(0);}
50%{transform: scale(1.2);}
100%{transform: scale(1);}
}






/*STYLE RADIO ANIME SPECIAL 01 SANS SAUT DE LIGNE*/
.container-radio-01{display: flex; margin:10px 0 10px 0;}
.radio-01{width:100px; height:24px; line-height:24px; position:relative; color:#fff; background:#ccc; border-radius: 20px 6px 6px 20px;  margin: 0 auto; }
.radio-01 input[type="radio"]{position: absolute; left: -9999px;}
.radio-01 input[type="radio"] + label{position: relative; padding:2px 24px 2px 27px; cursor: pointer;}
.radio-01 input[type="radio"] + label::before{position: absolute; width:20px; height:20px; content:''; background:#fff; 
border:2px solid #ccc; border-radius: 50%; top: 0; left: 0;}
.radio-01 input[type="radio"] + label::after{position: absolute; width:14px; height:14px; content:''; background:#ccc; 
border-radius: 50%; top: 5px; left: 5px; opacity:0; transform: scale(2); transition:transform 0.2s, opacity 0.2s;}
.radio-01 input[type="radio"]:checked + label::after{opacity: 1; background:#1da751;  transform: scale(1);}
.radio-01 input[type="radio"]:checked + label::before{border:2px solid #1da751;}
.radio-01 input[type="radio"]:checked + label{width: 100px; color:#fff; background:#1da751; border-radius: 20px 6px 6px 20px;}





/*STYLE RADIO ANIME SPECIAL 01 AVEC SAUT DE LIGNE*/
.container-radio-02{display: flex; flex-direction: column; margin:10px 0 10px 0;}
.radio-02{width: 100%; text-align: right; position: relative; margin-bottom: 20px;}
.radio-02 input[type="radio"]{position: absolute; left: -9999px;}
.radio-02 input[type="radio"] + label{position: relative; padding: 0 0 0 30px; cursor: pointer;}
.radio-02 input[type="radio"] + label::before{position: absolute; width:20px; height:20px; content:''; background:#fff; 
border:2px solid #1cbe9d; border-radius: 50%; top: 0; left: 0;}
.radio-02 input[type="radio"] + label::after{position: absolute; width:14px; height:14px; content:''; background:#1cbe9d; 
border-radius: 50%; top: 5px; left: 5px; opacity:0; transform: scale(2); transition:transform 0.2s, opacity 0.2s;}
.radio-02 input[type="radio"]:checked + label::after{opacity: 1; transform: scale(1);}




























.eye-pass{display:block; width:17px; height:11px; position:absolute; background:url(../images/icone-eye-close.png) no-repeat; cursor:pointer; margin:17px 0 0 90px;}
#checkpass{display:none;}



#msform .eye-pass{margin:20px 0 0 12px;}

/*formulaire steps*/
#msform {
	width:100%;
	max-width: 500px;
	min-height: 720px;
	margin:50px auto 0 auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
	padding:20px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	direction: rtl;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: 'DroidArabicKufi';
	color: #2C3E50;
	font-size: 14px;
}
/*others inputs*/
#msform select{
    padding:0 10px;
	height: 52px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: 'DroidArabicKufi';
	color: #2C3E50;
	font-size: 14px;	
}

#msform select:invalid{color: #969ba1;}




/*buttons*/
#msform .action-button {
	width: 100px;
	background: #06A45B;
	color: white;
	font-family: 'DroidArabicKufi';
	font-size: 16px;
	border: 0 none;
	border-radius:3px;
	cursor:pointer;
	padding:5px;
	margin:10px 5px;
	transition:all 0.2s ease-in-out;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	color: #666;
	font-size: 16px;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: #3069C2;
	font-size: 16px;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 25px;
	line-height: 25px;
	display: block;
	font-size: 15px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 12px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}















@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
	
	



