/***** champs formulaire *****/ 
label								{ display: block; margin-bottom: 5px;}
label span							{ color: #ba0000;}
.bloc_contact select,
.bloc_contact input[type="text"],
.bloc_contact input[type="email"],
.bloc_contact input[type="date"],
.bloc_contact input[type="number"],
.bloc_contact textarea 							{ width:100%; border:1px solid #dfdfdf; padding:0 0 0 15px; height:60px; font: 400 15px/30px "Barlow"; color:#000000; margin-bottom: 10px; display:block; background: #ffffff; border-radius: 5px;   }
.bloc_contact textarea							{ min-height: 160px; padding:20px 0 0 15px; 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;}*/
input[type=submit]                  { border: none; cursor: pointer; transition: all 400ms ease-in-out;width: max-content; margin: 0 auto; display: block; } 


input::placeholder      { color:#00000040; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus 		{ border: 1px solid #010101; -webkit-text-fill-color: #000000; box-shadow: 0 0 0px 1000px #ffffff inset; transition: background-color 5000s ease-in-out 0s;}

@media (min-width:1201px) {
    /*input[type=submit]:hover     { color: #ffffff; background: #000000; transition: all 400ms ease-in-out;}*/
}


[type="radio"]:checked,
[type="radio"]:not(:checked)                 { position: absolute; left: -9999px;}
[type="radio"]:checked + label, 
[type="radio"]:not(:checked) + label         { position: relative; padding-left: 28px; cursor: pointer; line-height: 20px; display: inline-block;}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before  { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border: 1px solid #ddd; border-radius: 100%; background: #fff;}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after   { content: ''; width: 12px; height: 12px; background: #202628; position: absolute; top: 3px; left: 3px;  border-radius: 100%;    -webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
[type="radio"]:not(:checked) + label:after   { opacity: 0; -webkit-transform: scale(0); transform: scale(0);}
[type="radio"]:checked + label:after         { opacity: 1; -webkit-transform: scale(1); transform: scale(1);}


/***** confirmation formulaire *****/
.anchor 							{ position: absolute; left: 0; top: -140px;}
.confirmation_form			 		{ border: 1px solid #bd302c; padding: 30px; background: #bd302c; color: #ffffff; border-radius: 20px; text-align: center; font: 700 20px/26px "Barlow Condensed"; text-transform: uppercase;}

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


/***** RGPD *****/
#rgpdForm 							{ font: 400 12px/24px "Barlow"; border: none; letter-spacing: 0.6px; margin-bottom: 30px; padding: 20px; border-radius: 5px; border: 1px solid #cccccc;}
#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 12px/24px "Barlow"; letter-spacing: 0.6px;}
#rgpdForm a							{ position: relative; color: #ba0000; border-bottom: 1px solid #ba0000; padding-bottom: 1px;}
#rgpdFormAcceptError				{ padding: 5px 0 0 30px; color: #ba0000;}

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


/***** page contact *****/
.bloc_grid-contact     { width: 90vw; max-width: 1620px; display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 40px 40px; margin: 80px 0;}
.bloc_grid-contact img { max-width: 100%; width: 100%; height: auto;}

.bloc_contact          { width: 90vw; max-width: 1000px; margin: 80px 0; }

.bloc_contact .item_full       { margin: 30px 0; }
.bloc_contact .item_full h6      { font: 400 24px/30px "Barlow"; }



.page_content .ul_list a.link-carte             { font: 700 16px/60px "Barlow Condensed"; letter-spacing: 1px; height: 60px; display: inline-block; vertical-align: top; color: #fff; padding: 0 30px; background: linear-gradient(to top, #bd302c 0% 50%, #161616 50% 100%); border-radius: 5px; background-size: 100% 200%; background-position: 0 100%; text-align: center; text-transform: uppercase; border-bottom: none; margin: 10px 0 20px 0;}
.page_content .ul_list a.link-carte.full::after { content: url(../images/arrow_white.svg); line-height: 0; position: absolute; right: 30px; top: 50%; transform: translateY(-50%);} 

@media (min-width:1201px) {
.page_content .ul_list a.link-carte:hover       { background-position: 0 0; color: #fff;}
}


iframe { width: 100%; height: 60vh;}

