/***** 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;}






/***** custom select *****/
.select-hidden                                             { display: none; visibility: hidden; padding-right: 10px;}
.select                                                    { cursor: pointer; display: inline-block; position: relative; font-size: 14px; color: #000000; width: 100%; height: 60px;}
.select-styled                                             { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: #ffffff;  padding: 12px 15px; 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 #ffffff; transition: all 0.15s ease-in;}
.select-options li:hover, .select-options li.is-selected   { color: #ffffff; background: #80b734;}
.select-options li[rel="hide"]                             { display: none;}


/***** confirmation formulaire *****/
.anchor 							{ position: absolute; left: 0; top: -140px;}
.confirmation_form			 		{ text-align: center; border: 1px solid #80b734; padding: 40px; background: #80b734; 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: 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 *****/
.contact_form                   { background: #eeeeee; padding: 40px; border-radius: 0; position: relative;}

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


@media (max-width:800px) {
    .grid    		            { grid-template-columns: 1fr;}
    .grid .item_full            { grid-column: span 1;}
}
@media (max-width:600px) { 
    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: #eeeeee; z-index: -1;}
}


/***** bloc map *****/
.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 60px;}
.bloc-map .photo         { position: relative; line-height: 0;}
.bloc-map .photo img     { height: 100%; width: 100%; object-fit: cover; display: block; position: relative; border-radius: 0;}
.bloc-map .texte         { text-align: left;}

.bloc-map a.mail           { position: relative; padding-left: 30px;}
.bloc-map a.tel            { position: relative; padding-left: 30px;}
.bloc-map a.tel            { background: url(../images/tel.svg) left center no-repeat; line-height: 40px;}
.bloc-map a.mail           { background: url(../images/mail.svg) left center no-repeat; line-height: 40px;}

@media (min-width:1201px) {
.bloc-map a.tel:hover      { border-bottom: #80b73400; padding-left: 35px;}
.bloc-map a.mail:hover     { border-bottom: #80b73400; padding-left: 35px;}
}

@media (max-width:1000px) {
.bloc-map             { grid-template-columns:1fr; grid-gap: 0 0;  margin: 50px auto;}
.bloc-map .photo img  { display: none;}
}
