/***** champs formulaire *****/ 
label								{ font: 500 16px/30px "Poppins"; display: block;}
label span							{ color: #d52121;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ width: 100%; height: 60px; border: none; font: 400 14px/24px "Poppins"; letter-spacing: 0.4px; padding: 0 25px 2px 25px; background: #eee; color: #081630; border-radius: 0; margin: 10px 0;}
textarea							{ min-height: 160px; padding: 20px 25px; display: block;}
/*select							{ -webkit-appearance: none; appearance: none; background: url("../images/arrow_select.svg") calc(100% - 25px) 50% no-repeat #f1f1f1; padding-bottom: 0;}
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;}*/
::placeholder 						{ color: #081630; opacity: 0.9;}

@media (max-width:700px) { 
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ font-size: 12px; line-height: 22px; height: 50px; padding: 0 20px 2px 20px;}
}


/** formulaire **/
.formulaire 						{ position: relative;}
.formulaire form .grid 				{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 0 20px;}
.formulaire form .label				{ margin: 25px 0 10px 0;}
.formulaire form .btn_sub 			{ text-align: right; padding: 30px 0 0 0;}
.formulaire form .btn_sub .link		{/* line-height: 55px; cursor: pointer; padding: 0 30px 2px 30px;*/ border: none;}

@media (max-width:1000px) { 
.formulaire form .grid 				{ grid-template-columns: 1fr;}
}
@media (max-width:700px) { 
.formulaire form .grid 				{ grid-gap: 10px;}
.formulaire form .label				{ margin: 15px 0 10px 0;}
.formulaire form .btn_sub 			{ padding: 25px 0 0 0;}
.formulaire form .btn_sub .link		{ line-height: 50px; padding: 0; width: 100%; text-align: center;}
}


/***** confirmation formulaire *****/
.confirmation_form			 		{ text-align: center; background-color: #EDF5FF; padding: 40px;}
.confirmation_form p			 	{ margin: 5px 0 15px 0; color: #000!important;}

@media (max-width:700px) {
.confirmation_form p			 	{ margin: 0 0 10px 0;}
}


/***** RGPD *****/
#rgpdForm 							{ font: 400 12px/22px "Poppins"; letter-spacing: 0.6px;}
#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.6px;}
#rgpdForm a							{ position: relative; color: #002c3e; padding-bottom: 2px; border-bottom: 1px solid #ccc;}
#rgpdFormAcceptError				{ padding: 10px 0 0 40px; color: #d52121;}

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


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

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


/***** page contact *****/
#contact .bloc_contact							{ display: grid; grid-template-columns: 420px 1fr; grid-gap: 60px; }
#contact .bloc_contact img						{ width: 100%; height: auto; display: block; }
#contact .bloc_contact .coordonnees 			{ background-color: #07306f; padding: 40px;}
#contact .bloc_contact .coordonnees .sous_titre	{ color: #fff ;}
#contact .bloc_texte p							{ line-height: 26px; color: #fff;}
#contact .bloc_texte p a                        { color: #fff; border: 1px solid transparent;}


@media (min-width:1201px) {
#contact .bloc_texte p a.tel:hover				
#contact .bloc_texte p a.mail:hover			    { color: #ef6f18 ;}
}
@media (max-width:1200px) {

}
@media (max-width:1000px) {
#contact .bloc_contact							{ grid-template-columns: 1fr; grid-gap: 50px; }
}
@media (max-width:700px) {
#contact .top_page .content                     { display: none;}
#contact .bloc_contact .coordonnees 			{ padding: 30px 7.5vw;}
}





