/***** champs formulaire *****/ 
label								{ font: 400 16px/30px "gr light"; display: block; margin: 20px 0 10px 0;}
label span							{ color: #ed1e79;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ width: 100%; height: 60px; border: 1px solid #e4e4e4; font: 400 16px/22px "gr light"; letter-spacing: 0.4px; padding: 0 25px 4px 25px; border-radius: 5px; }
/*select							{ -webkit-appearance: none; appearance: none; background: url(../images/arrow_bottom.svg) calc(100% - 25px) 50% no-repeat #fff; 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;}
.requis_txt {    font-size: 14px;    line-height: 35px;    letter-spacing: 0.4px;    color: #d71313;    margin-top: 15px;}

/***** confirmation formulaire *****/
.anchor 							{ position: absolute; left: 0; top: -140px;}
.confirmation_form			 		{ text-align: center; border: 1px solid #2b2b2b; padding: 40px; background: #2b2b2b; color: #c59570;}
.confirmation_form p			 	{ margin: 5px 0 20px 0;}

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

/***** RGPD *****/
#rgpdForm 							{ font: 400 12px/24px "gr light"; padding: 20px; border:none; letter-spacing: 0.5px; margin: 20px 0; }
#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 13px/24px "Barlow"; letter-spacing: 0.5px;}
#rgpdForm a							{ position: relative; color: #c59570; border-bottom: 1px solid transparent;  padding-bottom: 2px;}
#rgpdFormAcceptError				{ padding: 5px 0 0 30px; color: #c59570;}

@media (min-width:1201px) {
#rgpdForm a:hover 					{ border-bottom: 1px solid #c59570;}
}

/* custom */
.rgpd 								{ padding-left: 140px; margin-top: 20px;}

@media (max-width:600px) { 
.rgpd 								{ padding-left: 0;}
}

/***** page contact *****/
#contact .bloc_contact 				{ display: grid; grid-template-columns: 400px 1fr; grid-gap: 80px; }
#contact .bloc_contact .left img    { border: none;} 
#contact .coordonnees          		{ background: #100c08; padding: 60px; color: #ffffff;  border-bottom-left-radius: 5px;  border-bottom-right-radius: 5px; }

#contact .coordonnees p      		{ margin-bottom: 20px; font-size: 16px}

#contact .coordonnees a.link.tel { color: #ffffff; border-bottom: none;}

@media (min-width:1201px) {
    #contact .coordonnees .link:hover { background-position: 0 0; color: white; }
}

@media (max-width:1200px) {
#contact .coordonnees .logo img {    transform: none;}
}
@media (max-width:1000px) { 
#contact .bloc_contact 				{ grid-template-columns: 1fr; padding-top: 0;}
}
@media (max-width:600px) { 
#contact .bloc_contact 				{ grid-gap: 10vw;}
#contact .coordonnees               { padding: 20px;}
#contact .coordonnees .content 		{ background: none; padding: 0;}
#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;}
}
