/***** champs formulaire *****/ 
label								{ display: block; margin-bottom: 5px;}
label span							{ color: #ef2424;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ width:100%; border:1px solid #dfdfdf; padding:0 30px; height:60px; font:500 14px/30px "Poppins"; border-radius:0; color:#0c2938; margin-bottom: 10px; letter-spacing: 0.4px; display:block; }
textarea							{ min-height: 160px; padding: 20px 25px; display: block; border-radius: 0;}
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::placeholder      { color:#b3b3b3; }

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: #010101; box-shadow: 0 0 0px 1000px #ffffff inset; transition: background-color 5000s ease-in-out 0s;}


input[type="submit"]     { background: #f47d17; color: #ffffff; padding: 0 30px 0 30px; font-size: 12px; font-weight: 700; height: 60px; line-height: 60px; display: inline-block; border: none; cursor: pointer; letter-spacing: .4px; transition: all 400ms ease-in-out; text-transform: uppercase;}

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


/***** custom select *****/
.select-hidden                                             { display: none; visibility: hidden; padding-right: 10px;}
.select                                                    { cursor: pointer; display: inline-block; position: relative; font-size: 14px; color: #f47d17; width: 100%; height: 60px;}
.select-styled                                             { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: #ffffff;  padding: 8px 15px; line-height: 40px; transition: all 0.2s ease-in;}
.select-styled:hover                                       { background-color: #ffffff;}
.select-styled:active, .select-styled.active               { background-color: #ffffff;}
.select-styled:active:after, .select-styled.active:after   { top: 9px; border-color: transparent transparent #fff transparent;}
.select-options                                            { display: none; position: absolute; top: 100%; right: 0; left: 0; z-index: 999; margin: 0;  padding: 0; list-style: none; background-color: #ffffff;}
.select-options li                                         { margin: 0; padding: 12px 0; text-indent: 15px; border-top: 1px solid #f0dfb6; transition: all 0.15s ease-in;}
.select-options li:hover, .select-options li.is-selected   { color: #ffffff; background: #f47d17;}
.select-options li[rel="hide"]                             { display: none;}


/***** confirmation formulaire *****/
.anchor 							{ position: absolute; left: 0; top: -140px;}
.confirmation_form			 		{ text-align: center; border: 1px solid #f47d17; padding: 40px; background: #f47d17; color: #ffffff; border-radius: 0;}
.confirmation_form p			 	{ margin: 5px 0 20px 0; font-weight: 600;}

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


/***** RGPD *****/
#rgpdForm 							{ font: 400 12px/24px "Poppins"; border: none; letter-spacing: 0.6px; margin-bottom: 40px; margin-top: 30px;}
#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 "Poppins"; letter-spacing: 0.6px;}
#rgpdForm a							{ position: relative; color: #000000; border-bottom: 1px solid #00000060; padding-bottom: 1px;}
#rgpdFormAcceptError				{ padding: 5px 0 0 30px; color: #a63038;}

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


/***** page contact *****/
.bloc-map                { max-width: 1600px; width: 90vw; display: grid; grid-template-columns:60% 1fr; align-items: center; position: relative; margin:80px auto; grid-gap: 0 80px;}
.bloc-map .photo         { position: relative; line-height: 0;}
.bloc-map .photo img     { height: 100%; width: 100%; object-fit: cover; display: block; position: relative;}

.contact_form                   { background: #f5f2ec; padding: 40px; border-radius: 0; position: relative;}

.grid              			    { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px; margin-bottom: 10px; }
.grid .item_full				{ grid-column: span 2;}
.grid .item_full h6             { font: 500 18px/30px "Poppins"; color: #f47d17;}

@media (max-width:800px) {
.bloc-map                       { grid-template-columns: 100%; margin:50px auto; grid-gap: 0 50px;}    
.grid    		                { grid-template-columns: 1fr;}
.grid .item_full                { grid-column: span 1;}
}
@media (max-width:700px) { 
form .grid 					    { display: block;}
form label 					    { margin-bottom: 10px;}
form .btn_sub 				    { text-align: left;}
.grid .item                     { margin-bottom: 30px;}
.contact_form 				    { padding: 40px 0;}
.contact_form:before            { content: ""; position: absolute; top: 0; left: -50vw; width: 200vw; height:120%; background: #f2f0ea; z-index: -1;}
}


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