/***** champs formulaire *****/ 
label								{ font: 400 14px/28px "Poppins"; display: block; margin-bottom: 5px;}
label span							{ color: #e90f0f;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
textarea 							{ width: 100%; height: 60px; border: none; font: 400 14px/24px "Poppins"; letter-spacing: 0.4px; padding: 0 25px; border-radius: 8px; background: #f1f1f1;}
textarea							{ min-height: 160px; padding: 20px 25px; display: block;}
select 								{ -webkit-appearance: none; -ms-appearance: none; appearance: none; -moz-appearance: none; -o-appearance :none; background: url("../images/arrow_down.svg") right 25px center no-repeat #f1f1f1;}

input[type="time"]::-webkit-calendar-picker-indicator 	{ background: url(../images/time.svg) 50% 100% no-repeat; cursor: pointer; height: 22px; outline: none; margin-bottom: 6px;}
input[type="date"]::-webkit-calendar-picker-indicator 	{ background: url(../images/calendar.svg) 50% 100% no-repeat; cursor: pointer; height: 24px; outline: none; margin-bottom: 4px;}

input.date 							{ background: url(../images/calendar.svg) right 25px center no-repeat #f1f1f1;}

@media (max-width:600px) {
label								{ font-size: 12px; line-height: 22px;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ font-size: 12px; line-height: 22px; height: 50px; border-radius: 5px;}
}


/***** formulaire *****/
.formulaire 	        			{ position: relative; max-width: 800px; margin: 0 auto;}
.formulaire form .grid 				{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px 40px;}
.formulaire form .grid .item_full	{ grid-column: span 2;}
.formulaire form .btn_sub 			{ text-align: right; padding: 30px 0 0 0;}
.formulaire form .btn_sub .link 	{ line-height: 60px; cursor: pointer; padding: 0 30px 2px 30px; border: none;}

@media (max-width:760px) {
.formulaire form .grid 				{ grid-template-columns: 1fr;}
.formulaire form .grid .item_full	{ grid-column: span 1;}

}
@media (max-width:600px) {
.formulaire form .grid 				{ grid-gap: 15px;}
.formulaire form .sous_titre		{ margin-bottom: 15px;}
.formulaire form .btn_sub 			{ padding: 25px 0 0 0;}
.formulaire form .btn_sub .link		{ width: 100%; text-align: center; font-size: 13px; line-height: 50px;}
}


/***** confirmation formulaire *****/
.confirmation_form			 		{ text-align: center;}
.confirmation_form p			 	{ margin: 5px 0 10px 0; font-size: 16px;}
.confirmation_form p b			 	{ color: #000; font-size: 18px; display: block; margin-top: -5px;}
.confirmation_form .link			{ margin-top: 10px;}

@media (max-width:600px) {
.confirmation_form			 		{ padding: 30px;}
.confirmation_form p			 	{ margin: 0 0 15px 0;}
}


/***** RGPD *****/
#rgpdForm 							{ font: 400 12px/22px "Poppins"; letter-spacing: 0.4px; padding-top: 30px;}
#rgpdForm input[type=checkbox]		{ width: 20px; height: 20px; display: block; float: left; padding: 0; margin: 2px 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 12px/22px "Poppins"; letter-spacing: 0.4px;}
#rgpdForm a							{ position: relative; color: #85c700;}
#rgpdFormAcceptError				{ padding: 5px 0 0 40px; color: #e90f0f;}

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


/***** page contact *****/
#contact .top_page .wrapper						{ padding-bottom: 100px; display: block;}
#contact .top_page .texte         				{ margin-bottom: 0; z-index: 50;}

#contact .top_page .grid         				{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 80px; margin-top: 50px;}
#contact .top_page .grid iframe     			{ display: block; width: 100%; height: 400px; border: none; border-radius: 10px;}
#contact .top_page .grid p i      				{ display: block; margin-top: -10px; padding-bottom: 5px;}
#contact .top_page .grid p a      				{ border: none;}
#contact .top_page .grid p.address      		{ position: relative; max-width: 400px; transition: all 300ms ease-in-out;}
#contact .top_page .grid p.address a     		{ position: absolute; right: 0; top: 0; background: url("../images/itineraire.svg") top+10px right no-repeat; width: 100%; height: 100%; padding: 0; background-size: 35px auto;}



/*
#contact .top_page .map iframe     				{ display: block; width: 100%; height: 100%; border: none; border-radius: 10px;}
#contact .top_page .coordonnees  				{ margin: 40px 0 50px 0;}                 
#contact .top_page .coordonnees .tel a,                 
#contact .top_page .coordonnees .email        	{ border-bottom: none; padding-bottom: 0;}
#contact .top_page .coordonnees .email        	{ color: #fff;}
#contact .bloc_horaire p           				{ margin: 0; border-radius: 10px;}
#contact .bloc_horaire p:before 				{ display: none;}
*/

@media (min-width:1201px) {
#contact .top_page .grid p.address:hover   		{ opacity: 0.75;}
}
@media (max-width:1200px) {
#contact .top_page .wrapper						{ grid-template-columns: 500px 1fr; grid-gap: 60px; padding-bottom: 80px;}
#contact .top_page .coordonnees 				{ margin: 30px 0 40px 0;}                 
}
@media (max-width:1000px) {
#contact .top_page .wrapper						{ grid-template-columns: 1fr; grid-gap: 80px; padding: 0;}
#contact .top_page .map       					{ margin: 0 -5vw;}
#contact .top_page .map iframe     				{ height: 55vw; border-radius: 0;}
}
@media (max-width:600px) {
#contact .top_page  							{ padding: 110px 0 0 0;}
#contact .top_page .wrapper						{ grid-gap: 50px;}
#contact .top_page .coordonnees 				{ margin: 20px 0 30px 0;}                 
#contact .top_page .map       					{ margin: 0 -7.5vw;}
#contact .bloc_horaire p           				{ border-radius: 5px;}
}














