
@media (max-width:600px) {
.chapo			 		{ display: none;}
}


/***** champs formulaire *****/ 
label								{ font: 400 14px/30px "Barlow"; display: block; margin: 20px 0 10px 0;}
label span							{ color: #d71313;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ width: 100%; height: 60px; border: 1px solid #e4e4e4; font: 400 14px/22px "Barlow"; 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; padding: 40px; border-radius: 10px; background: #eee; color: #ffffff;}
.confirmation_form p			 	{ margin: 5px 0 20px 0; color: #000;}

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


/***** RGPD *****/
#rgpdForm 							{ font: 400 12px/24px "Poppins"; padding: 20px; border: 1px solid #e4e4e4; letter-spacing: 0.5px; margin: 20px 0;
    border: 1px solid #cccccc40;    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 13px/24px "Barlow"; letter-spacing: 0.5px;}
#rgpdForm a							{ position: relative; color: #283b87;}
#rgpdFormAcceptError				{ padding: 5px 0 0 30px; color: #283b87;}



@media (min-width:1201px) {
#rgpdForm a:hover 					{ color:#283b87;}
}

/* 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 .coordonnees          		{ background: #283b87; padding: 60px; color: #ffffff;}
#contact .coordonnees h3       		{ font: 400 25px/30px "Barlow"; color: #ffffff; margin-bottom: 10px;}
#contact .coordonnees img 		    { max-width: 180px; height: auto; margin-bottom: 40px;}
#contact .coordonnees p 		    { margin-bottom: 0; line-height: 40px;}
#contact .coordonnees .mail		    { color: #ffffff;}
#contact .coordonnees .tel		    { background-image: linear-gradient(to top, #ffffff 0%, #ffffff 50%, #343434 50%, #343434 100%);    color: #141414;    padding: 0 30px 0 55px; margin-top: 25px; border-bottom: none; }
#contact .coordonnees .tel:before { content: none;}
#contact .coordonnees .tel:after {    position: absolute;    content: "";    top: 20px;    left: 30px;    width: 12px;    height: 20px;    background: url(../images/smartphone.svg) 50% no-repeat;}
#contact form .sous_titre			{ margin-bottom: 30px;}
#contact form .grid 				{ display: grid; grid-template-columns: 140px 1fr; align-items: center; margin-top: 20px;}
#contact form .btn_sub 				{ text-align: right; padding: 30px 0 10px 0;}


@media (min-width:1201px) {
#contact .coordonnees .mail:hover      { color: #141414;}
#contact .coordonnees .tel:hover       { color: #ffffff;}
#contact .coordonnees .tel:hover:after { background-image: url(../images/smartphone_white.svg);}
}


@media (max-width:1000px) { 
#contact .bloc_contact 				{ grid-template-columns: 1fr;}
}
@media (max-width:600px) { 
#contact .bloc_contact 				{ grid-gap: 10vw;}
#contact .coordonnees          		{ padding: 40px;}
#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;}
}

