/***** champs formulaire *****/ 
label								{ font: 400 14px/30px "Montserrat"; 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 14px/22px "Montserrat"; letter-spacing: 0.4px; padding: 0 25px 4px 25px; }
/*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: 12px;    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 #1a84ce; padding: 40px; background: #1a84ce; color: #ffffff;}
.confirmation_form p			 	{ margin: 5px 0 20px 0;}

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

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

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

/* 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; margin: 100px 0; }
#contact .bloc_contact .left img    { border: none;} 
#contact .coordonnees          		{ background: #20386e; padding: 60px; color: #ffffff; }

#contact .coordonnees .logo     {    font: 500 20px/28px 'Montserrat';    letter-spacing: 0;    color: #ffffff;    display: inline-block; margin-bottom: 20px;}
#contact .coordonnees .logo em  {    font-weight: bold;    text-transform: uppercase;    font-style: normal;}

#contact .coordonnees img      		{ width: 110px; height: auto; margin-bottom: 30px;}
#contact .coordonnees p      		{ margin-bottom: 10px; font-size: 14px;}
#contact .coordonnees p a      		{ margin-bottom: 10px; font-size: 14px; color: #ffffff;  border:none;}

#contact .coordonnees p a.mail      { color: #4585e5; margin-bottom: 20px; display: block;}

@media (min-width:1201px) {
#contact .coordonnees p a.mail:hover   { color: #ffffff;}
#contact .coordonnees p a.link.white:hover   { color: #20386e;}
}

@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;}
}
