.page_content p a 					{ border: none;}
.page_content p a:hover 			{ border: none; color: #00aca8;}
@media (max-width:600px) {
.chapo 								{ display: none;}
}

/***** champs formulaire *****/ 
label								{ font: 400 15px/30px "Poppins"; display: block; margin: 20px 0 15px 0;}
label span							{ color: #f82020;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ width: 100%; height: 60px; border: none; font: 400 15px/22px "Poppins"; letter-spacing: 0.4px; padding: 0 25px 4px 25px; background: #f0f0f0; border-radius: 5px;}
select								{ -webkit-appearance: none; appearance: none; background: url("../images/arrow_bottom-black.svg") calc(100% - 25px) 50% no-repeat #eee; 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;}

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

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

/***** RGPD *****/
#rgpdForm 							{ font: 400 13px/24px "Poppins"; padding: 20px; border: 1px solid #ccc; letter-spacing: 0.4px; border-radius: 5px}
#rgpdForm input[type=checkbox]		{ width: 18px; height: 18px; 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: 30px; font: 400 14px/24px "Poppins"; letter-spacing: 0.4px;}
#rgpdForm a							{ position: relative; color: #00aca8; border-bottom: 1px solid #00aca8; padding-bottom: 2px;}
#rgpdFormAcceptError				{ padding: 5px 0 0 30px; color: #f82020;}

@media (min-width:1201px) {
#rgpdForm a:hover 					{ color:#222; border-color: #ddd;}
}

/* custom */
.rgpd 								{ margin-top: 40px; margin-bottom: 40px; }
@media (min-width:1201px) { 
.link:hover							{ background-color: #222; color: #fff; border: none; cursor: pointer}
}


/***** page contact *****/
#contact .bloc_contact 				{ display: grid; grid-template-columns: 400px 1fr; grid-gap: 60px; margin-bottom: 60px; margin-top: 120px;}
#contact .coordonnees 				{ color: #fff; }
#contact .coordonnees .photo img	{ border-radius: 15px 15px 0 0; }
#contact .coordonnees .content 		{ background: #222; color: #fff; padding: 50px; border-radius: 0 0 15px 15px;}
#contact .coordonnees p				{ margin-bottom: 10px; color: #fff;}
#contact .coordonnees p	a			{ color: #fff;}
#contact .coordonnees .mail			{ color: #00aca8; border-bottom: 1px solid transparent;}
#contact .coordonnees .mail::before	{ display: none;}
#contact form .sous_titre			{ margin-bottom: 30px;}

@media (min-width:1201px) { 
#contact .coordonnees .mail:hover	{ color: #00aca8; border-bottom: 1px solid #00aca8;}
}
@media (max-width:1000px) { 
#contact .bloc_contact 				{ grid-template-columns: 1fr; margin-top: 80px;}
}
@media (max-width:600px) { 
#contact .bloc_contact 				{ grid-gap: 50px;}
#contact .coordonnees 		 		{ margin: -110px -7.5vw 0 -7.5vw;}
#contact .coordonnees .content 		{ border-radius: 0; padding: 40px 7.5vw;}
#contact .coordonnees .photo		{ margin: 0 -7.5vw 0 -7.5vw;}
#contact form .sous_titre			{ margin-bottom: 20px;}
#contact form .grid 				{ display: block;}
#contact form label 				{ margin-bottom: 10px;}
#contact form .btn_sub 				{ text-align: left;}
#contact .chapo 					{ display: none;}
#contact .top_page .titre_main 		{ margin-top: 50px; margin-bottom: 15px;}
#contact .top_page 					{ margin-top: 90px;}
}

.formulaire form .submitBtn:disabled { background: unset; background-color: #aaa; color: #111111; cursor: not-allowed;}