/***** champs formulaire *****/ 
label								{ font: 400 14px/28px "Poppins"; display: block; margin: 15px 0 15px 0;}
label span							{ color: #e81e3f;}
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: 8px; background: #eef6f8; margin-bottom: 15px;}
select								{ -webkit-appearance: none; appearance: none; background: url("../images/arrow_select.svg") calc(100% - 25px) 50% no-repeat #eef6f8; 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:1200px) { 
select,
input[type="text"],
input[type="email"],
input[type="date"] 					{ padding: 0 20px;}
textarea							{ padding: 15px 20px;}
}
@media (max-width:700px) { 
label								{ font-size: 13px; line-height: 24px; margin: 10px 0 10px 0;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ font-size: 13px; height: 50px; padding: 0 20px; border-radius: 5px; margin-bottom: 10px;}
select								{ background-position: calc(100% - 20px) 50%;}
textarea							{ padding: 15px 20px;}
}


/** formulaire **/
.formulaire 						{ position: relative;}
.formulaire .grid 					{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px; margin-bottom: 20px;}
.formulaire .grid * 				{ margin: 0;}
.formulaire form .link 				{ width: 100%; text-align: center; border: none;}

@media (max-width:700px) { 
.formulaire .label 					{ margin-bottom: 10px;}
.formulaire .grid 					{ grid-template-columns: 1fr; grid-gap: 10px; margin-bottom: 15px;}
.formulaire .grid_adresse_1,
.formulaire .grid_adresse_2 		{ grid-template-columns: 1fr; grid-gap: 0;}
}


/***** confirmation formulaire *****/
.confirmation_form			 		{ text-align: center;}
.confirmation_form p			 	{ margin: 5px 0 20px 0;}



/***** RGPD *****/
#rgpdForm 							{ font: 400 12px/24px "Poppins"; padding: 0 15px; letter-spacing: 0.8px;}
#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 12px/24px "Poppins"; letter-spacing: 0.6px;}
#rgpdForm a							{ position: relative; color: #1b9dc8;}
#rgpdFormAcceptError				{ padding: 5px 0 0 30px; color: #e81e3f;}

@media (max-width:700px) { 
#rgpdForm 							{ padding: 0;}
#rgpdForm input[type=checkbox]		{ width: 16px; height: 16px; margin: 4px 0 0 0;}
#rgpdForm label						{ padding-left: 30px; font-size: 11px; line-height: 20px;}
}


/* custom */
.rgpd 								{ margin: 20px 0 30px 0;}

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






/***** page contact *****/
#contact .top_page .sous_titre			{ margin-bottom: 20px;}
#contact .top_page .chapo				{ max-width: 900px;}



#contact .bloc_contact 					{ position: relative;}
#contact .bloc_contact .sous_titre		{ padding-bottom: 5px;}
#contact .bloc_contact p 				{ margin: 10px 0 0 0;}
#contact .bloc_contact p a				{ border-bottom: 1px solid #1b9dc8; color: #1b9dc8; padding-bottom: 2px;}



@media (max-width:1200px) { 
#contact .bloc_contact 				{ padding: 40px; border-radius: 10px; margin-bottom: 40px;}
#contact .bloc_contact .titre_main 	{ font-size: 30px; line-height: 35px;}
#contact .links .tel 				{ line-height: 53px;}
}
@media (max-width:1000px) { 
#contact .bloc_contact .titre_main 	{ font-size: 25px; line-height: 30px;}
}
@media (max-width:700px) { 
#contact .bloc_contact 				{ padding: 40px 7vw; border-radius: 0; margin: 0 -7vw;}
#contact .bloc_contact .titre_main	{ font-size: 18px; line-height: 26px;}
#contact .bloc_contact .titre 		{ font-size: 14px; line-height: 22px; margin: 15px 0 0 0;}
#contact .bloc_contact .chapo 		{ margin: 15px 0 0 0;}
#contact .links 					{ grid-template-columns: auto auto 1fr; grid-gap: 0; margin-top: 20px;}
#contact .links .link 				{ padding: 0 25px;}
#contact .links .tel 				{ padding: 0 25px 0 50px; font-size: 13px; line-height: 48px; margin-right: 10px;}
#contact .links .tel:after 			{ width: 16px; left: 20px; top: 0; background-size: 16px auto;}
}
@media (max-width:450px) {
#contact .links 					{ grid-template-columns: auto 1fr;}
#contact .links .link 				{ padding: 0;}
#contact .links .tel 				{ padding: 0 25px 0 50px;}
}
@media (max-width:370px) {
#contact .links .tel 				{ padding: 0 22px 0 48px;}
#contact .links .tel:after 			{ left: 18px;}
}















