.masque { display:none;}

.affiche { display:block;	transition: All 1s ease;}


.masque, .affiche {
	transition: All 0.3s ease;
	}
	
#option1, #option2 {
	margin-left: 20px;
	border-left: 2px solid #6fc803;
	padding-left: 40px;
	margin-bottom: 20px;
}



/* formulaire */

.blocform { 
width:100%;
background-color: #fff;
padding: 1vw 4vw;
margin-right:1vw;
border: 1px solid #c8c8c8;
}


.formulaire > div { position:relative}

.cacheProgress { display:none }

.infosLabel {
	font-size:0.7em;
	position: absolute;
	display: inline-block;
	margin-left: 5px;
	margin-top: -11px;
	padding: 0 10px;
	color: #444;
	background-color: #fff;
}

.infosLabel::after,
.infosLabel::before {
	content: "";
}

#blocRGPD { font-size:0.85em; color:#555;}

.label-file {
	cursor: pointer;
	background-color: #25a5c4;
	color:#fff;
	padding: 6px 10px;
	border-radius: 7px;
	display: block;
	border: 2px solid #25a5c4;
	margin-bottom: 10px;
}

.label-file:hover {
	background-color: #fff;
	color: #25a5c4;

}

.zoneTransfert {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius:3px;
}

.input-file {  display: none; }

.btnEnvoyer {
	text-align: center;
	background-color: #00bcdb;
	padding: 6px 20px;
	color: #fff !important;
	width: 60%;
	margin: 20px auto;
	cursor:pointer;
	border-radius: 5px;
	font-size: 1.1em;
	}

.btnEnvoyer:hover { background-color:yellowgreen}

#x_suivi {
	text-align: center;
	line-height: 125%;
	padding: 10px;

	}
	
.titreRubrique {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	}
	
.formulaire {

}

fieldset {
	display: flex;
	font-size: 0.95em;
	background-color: #e6e6e6;
	border: transparent;
	border-radius: 8px;
	}

.labelTexte { padding-bottom:5px; display:inline-block; font-size: 0.9em; width: 150px;color: #777;}

input.invalid, textarea.invalid {
	outline:none;
	outline:0;
}


.formulaire  input, 
.formulaire  email, 
.formulaire  textarea,
.formulaire  select,

.formulaire > input, 
.formulaire > email, 
.formulaire > textarea,
.formulaire > select,
.formulaire > div > input, 
.formulaire > div > textarea,
.formulaire > div > select
 {
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #b8bcad;
	box-sizing: border-box;
	color: #333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.9em !important;
	margin: 0 0 16px;
	padding: 10px 12px;
	border-radius: 3px;
	width:100%;
}

.formulaire input::placeholder, 
.formulaire email::placeholder, 
.formulaire email::placeholder, 
.formulaire textarea::placeholder,
.formulaire select::placeholder,

.formulaire > input::placeholder, 
.formulaire > email::placeholder, 
.formulaire > textarea::placeholder,
.formulaire > select::placeholder,
.formulaire > div > input::placeholder, 
.formulaire > div > textarea::placeholder,
.formulaire > div > select::placeholder
{
	font-size: 0.9em !important;
	color:#999;
}

input[type="button"], 
a[class="bouton"] {
	background-color: #456 !important;
	border: 1px solid transparent !important;
	border-radius: 3px;
	color: #fff !important;
	padding: 10px 30px !important;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	font-size:1.2em;
}

input[type="button"]:hover, 
a[class="bouton"]:hover {
	background-color: #89CC33 !important;
	border-radius:0px;
	transition:all 0.2s ease 0s;
}

.champsFocus {
	background-color: #FDFDED;
	border:1px solid #09B2C4  !important;
}

.champsSortie { background-color:#FFFFFF; }

.champKO { border-bottom: 2px solid red !important; transition: all .2s;}
.champOK {/*border-bottom:2px solid yellowgreen !important;*/}


.erreur {
	background-color: #F60;
	color: #fff !important;
	display: inline-block;
	font-family: arial;
	font-size: 80%;
	padding: 0 10px;
}

.valide {
	background-color: #090;
	color: #fff !important;
	display: inline-block;
	font-family: arial;
	font-size: 80%;
	padding: 0 10px;
}

.checkChampOK,
.checkChampKO {
	position: absolute;
	margin-left: -35px;
	display:inline-block;
	font-size:1.4em;
	right:6px;
	text-align:right;
}

.checkChampOK { color: yellowgreen; padding: 10px 5px; 	}
.checkChampKO { color: red; padding: 7px 5px; }


.infos {
	color: #fb8080  !important;
	font-family: arial;
	font-size: 40%;
	line-height:100%;
	/*padding: 0px 15px;
	display: inline-block;
	position: absolute;
	margin-top: 7px;*/
}

.infosCompte {
	margin-top: 40px !important;
	color: #6e6e6e !important;
	font-size: 0.75em;
}

.obligatoire::after { content:" *"; color:red}
.formulaire > input:required::after { content:" *"; color:red}

.vert, .orange {
	 padding:10px !important;
	 border-radius:5px;
	}

.vert{ background-color:#090 !important; color:#fff !important; }
.orange{	background-color: #F60;	color: #fff !important}

/* case à cocher */
.zoneCaseCocher {
	padding: 12px;
	margin-bottom: 10px;
	cursor:pointer;
	border-radius: 5px;
	display: block;
	background-color:#f4f4f4;
}

.zoneCaseCocher:hover { background-color:#cfe8ab;transition: all .2s; }

/* Cachons la case à cocher */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
 
/* on prepare le label */
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative; /* permet de positionner les pseudo-elements */
	padding-left: 50px; /* fait un peu d'espace pour notre case a venir */
	padding-right: 30px; 
}
/* Aspect des checkboxes */
/* :before sert à creer la case a cocher */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:9px; top: 9px;
  width: 22px; height: 22px; /* dim. de la case */
  border: 1px solid #888;
  background: #fff;
  border-radius: 3px; /* angles arrondis */
/*  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)  legere ombre interne */
}
 
/* Aspect general de la coche */
[type="checkbox"]:not(:checked) + label:after, 
[type="checkbox"]:checked + label:after {
	content: '\2714';
	position: absolute;
	top: 9px;
	left: 9px;
	font-size: 20px;
	color: #fff;
	background-color:#00CCEE;
	transition: all .2s; /* on prevoit une animation */
	padding:2px 4px;
}
/* Aspect si "pas cochee" */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0; /* coche invisible */
  transform: scale(0); /* mise à l'echelle à 0 */
}
/* Aspect si "cochee" */
[type="checkbox"]:checked + label:after {
  opacity: 1; /* coche opaque */
  transform: scale(1); /* mise à l'echelle 1:1 */
}

/* aspect desactivee */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
/* styles de la coche (si cochee/desactivee) */
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
/* on style aussi le label quand desactive */
[type="checkbox"]:disabled + label {
  color: #aaa;
}
 
/* aspect au focus de l'element */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
/*  border: 2px solid #000;*/
}

/* case oui / non */


.switch {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 24px;
	padding: 3px;
/*	
	margin-right:5px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
*/	border-radius: 5px;
/*	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
	cursor: pointer;
	box-sizing:content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: 24px;
	font-size: 10px;
	text-transform: uppercase;
	background: #ccc;
	border-radius: inherit;
/*	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);*/
	box-sizing:content-box;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
	font-size: 1.2em;
}
/* non */
.switch-label:before {
	content: attr(data-off);
	right: 8px;
	color: #555;
/*	text-shadow: 0 1px rgba(255, 255, 255, 0.5);*/
}
/* OUI */
.switch-label:after {
	content: attr(data-on);
	left: 9px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
/* couleur fond actif*/
.switch-input:checked ~ .switch-label {
	background: #00ccee;
/*	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);*/
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 9px;
	left: 7px;
	width: 12px;
	height: 12px;
	background-color:#fff;
/*	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	*/
	border-radius: 100%;
	
}
/* rond interieur curseur */
.switch-handle:before {
/*	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);*/
}

/* largeur deplacement*/
.switch-input:checked ~ .switch-handle {
	left: 35px;
/*	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);*/
}


.blocswitch {
/*    border: 1px solid #ddd;*/
    background-color: #fff;
    width: auto;
    display: block;
    padding: 3px 7px 3px 7px !important;
    border-radius: 5px;
    line-height: 20px;
	vertical-align: bottom;
}
.libelleswitch {
    position: relative;
    top: 3px;
}
.labelswitch {
	color: #fff;
	border: none !important;
	margin-right:5px;
	/* width: auto !important; */
}

/* Transition  ========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}


/* ========= bouton radio === */

/* The radio */
.radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 50%;border: 1px solid #aaa;
}

/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark {
  background-color: #0ce;border: none;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
	top: 7px;
	left: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}


/* SELECT */

.select-style {
    padding: 0;
    margin: 0;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
	display:inline-block;
	vertical-align:middle;
}

.select-style select {
    padding:7px 35px 7px 15px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* look fleche vers le bas */
.select-style:after {
    top: 11px;
    right: 5px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color:#d6ab4d;
    border-width: 10px;
    z-index: 100;
	display:inline-block;
}

.select-style select:focus {
    outline: none;
}


@media screen and (max-width: 768px) {
	.blocform { width:100%;}
.blocinfos { width:100%}
}
	
