/***** champs formulaire *****/ 
label								{ font: 400 14px/30px "Poppins"; display: block;}
label span							{ color: #d71313;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ width: 100%; height: 60px; border: none; font: 400 14px/22px "Poppins"; letter-spacing: 0.4px; padding: 0 25px; border-radius: 5px;}
select								{ -webkit-appearance: none; appearance: none; background: url("../images/arrow_select.svg") calc(100% - 25px) 50% no-repeat #f5f5f5; padding-bottom: 0;}
textarea							{ min-height: 160px; padding: 20px 25px; display: block;}
input[type=checkbox] 				{ -webkit-appearance: checkbox; -ms-appearance: checkbox; appearance: checkbox; -moz-appearance: checkbox; -o-appearance: checkbox; width: 20px; height: 20px; display: block; float: left; padding: 0; margin: 0;}
::-webkit-calendar-picker-indicator { background: url(../images/calendar.svg) 50% 100% no-repeat; cursor: pointer; height: 24px; outline: none;}

@media (max-width:600px) { 
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ font-size: 12px; border: 1px solid #ccc;}
}


/** formulaire **/
.formulaire 						{ max-width: 900px; margin: 0 auto; background: #eee; padding: 60px; position: relative;}
.formulaire form .sous_titre		{ margin-bottom: 30px;}
.formulaire form .label				{ margin: 30px 0 10px 0;}
.formulaire form .label span		{ color: #d71313;}
.formulaire form .grid 				{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 15px;}
.formulaire form .btn_sub 			{ text-align: right; padding: 30px 0 0 0;}
.formulaire form .btn_sub .link		{ padding-bottom: 2px; cursor: pointer;}

@media (max-width:1200px) { 
.formulaire 						{ padding: 40px; max-width: none;}
}
@media (max-width:1000px) { 
.formulaire form .grid 				{ grid-template-columns: 1fr; grid-gap: 15px;}
}
@media (max-width:600px) { 
.formulaire 						{ background: none; padding: 0;}
.formulaire form .sous_titre		{ margin-bottom: 20px;}
.formulaire form .label				{ margin: 20px 0 10px 0;}
.formulaire form .btn_sub 			{ text-align: left;}
}


/***** confirmation formulaire *****/
.anchor 							{ position: absolute; left: 0; top: -140px;}
.confirmation_form			 		{ text-align: center; padding: 20px;}
.confirmation_form p			 	{ margin: 5px 0 20px 0;}

@media (max-width:600px) {
.anchor 							{ top: -100px;}
}


/***** RGPD *****/
#rgpdForm 							{ font: 400 13px/25px "Poppins"; padding: 0 15px; letter-spacing: 0.6px;}
#rgpdForm input[type=checkbox]		{ width: 20px; height: 20px; display: block; float: left; padding: 0; margin: 6px 0 0 0; -webkit-appearance: checkbox; -ms-appearance: checkbox; appearance: checkbox; -moz-appearance: checkbox; -o-appearance: checkbox;}
#rgpdForm label						{ display: block; margin: 0; padding-left: 40px; font: 400 13px/25px "Poppins"; letter-spacing: 0.6px;}
#rgpdForm a							{ position: relative; color: #000; border-bottom: 1px solid #ccc; display: inline-block;}
#rgpdFormAcceptError				{ padding: 5px 0 0 30px; color: #d71313;}

@media (min-width:1201px) {
#rgpdForm a:hover 					{ border-color: #000;}
}
@media (max-width:600px) { 
#rgpdForm 							{ padding: 0;}
#rgpdForm input[type=checkbox]		{ width: 16px; height: 16px; margin: 4px 0 0 0;}
#rgpdForm label						{ padding-left: 30px; font-size: 10px; line-height: 20px;}
}

/* custom */
.rgpd 								{ margin-top: 40px;}

@media (max-width:600px) { 
.rgpd 								{ margin-top: 30px;}
}


/***** page contact *****/
#contact .bloc_contact 				{ background: #000; padding: 50px 60px; text-align: left; display: block; color: #fff; max-width: 900px; margin-left: auto; margin-right: auto;}
#contact .bloc_contact p			{ font-size: 14px; line-height: 28px; margin-top: 20px; position: relative;}
#contact .bloc_contact p .map 		{ width: 60px; height: 60px; background: url("../images/direction.svg") 50% no-repeat #444; border-radius: 50%; position: absolute; right: 0; top: -5px; z-index: 20;}
#contact .bloc_contact p .tel		{ color: #fff; background: url("../images/tel.svg") 0 50% no-repeat; padding-left: 35px; font-size: 16px; line-height: 30px;}
#contact .bloc_contact p .email		{ color: #fbcd39;}
#contact .bloc_contact p a			{ border: none;}
#contact .essai 					{ text-align: center;}
#contact .essai span				{ color: #fbcd39; font-size: 28px;}

@media (min-width:1201px) {
#contact .bloc_contact p .map:hover 	{ background-color: #000;}
#contact .bloc_contact p .email:hover 	{ color: #fff;}
}
@media (max-width:1200px) { 
#contact .bloc_contact 				{ padding: 40px; max-width: none;}
}
@media (max-width:600px) { 
#contact .top_page .chapo 			{ display: none;}
#contact .bloc_contact 				{ padding: 50px 7.5vw; margin: 30px -7.5vw 50px -7.5vw;}
#contact .bloc_contact p			{ font-size: 12px; line-height: 24px; margin-top: 15px;}
#contact .bloc_contact p .map 		{ width: 30px; height: 30px; top: 9px; background-color: transparent; border-radius: 0;}
#contact .bloc_contact p .tel		{ font-size: 14px;}
#contact .essai span				{ font-size: 24px;}
}

.formulaire form .btn_sub .link:disabled { background: unset; background-color: #f3f3f3; color: #111111; cursor: not-allowed;}
.captcha { margin-top: 20px; }