/***** champs formulaire *****/ 
label								{ display: block; margin-bottom: 5px;}
label span							{ color: #ba0000;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
textarea 							{ width:100%; border:1px solid #dfdfdf; padding:0 0 0 15px; height:60px; font: 400 15px/30px "Poppins"; color:#000000; margin-bottom: 10px; letter-spacing: 0.4px; display:block; background: #ffffff60;  }
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; border: 1px solid #f6ba33;} 


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


/* custom select */
.select2                                                                            { width: 100%!important; margin-bottom: 20px;}
.select2-container--default .select2-selection--single 								{ border: 1px solid #dfdfdf;  height: 53px; background: url("../images/arrow-select.svg") right+20px center no-repeat #fff;}
.select2-container .select2-selection--single .select2-selection__rendered 			{ line-height: 25px; padding: 14px 25px;}
.select2-container--default .select2-selection--single .select2-selection__arrow 	{ display: none;}
.select2-dropdown 																	{ border-color: #dfdfdf; overflow: hidden;}
.select2-dropdown b, .select2-dropdown strong 										{ font-size: 14px;}
.select2-container--default .select2-results__option      					        { background: #ffffff; color: #000000; transition: all 400ms ease-in-out;}
.select2-container--default .select2-results__option:hover    					    { background: #f4f3f1; color: #f6ba33; transition: all 400ms ease-in-out;}
.select2-container--default .select2-results__option--selected    					{ background: #f4f3f1; color: #f6ba33;}
.select2-container--default .select2-search--dropdown .select2-search__field 		{ border-color: #f4f3f1;}
.select2-search                                                                     { display: none;}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { background-color: #f4f3f1; color: #f6ba33;}

@media (max-width:700px) {


.select2-container--default .select2-selection--single 								{ height: 48px;}
.select2-container .select2-selection--single .select2-selection__rendered 			{ line-height: 20px; padding: 14px 20px;}
.select2-dropdown 																	{ }
}



/***** confirmation formulaire *****/
.anchor 							{ position: absolute; left: 0; top: -140px;}
.confirmation_form			 		{ text-align: center; border: 1px solid #242424; padding: 30px; background: #242424; color: #f6ba33; font-size: 18px;}

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


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

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


/***** page contact *****/
.bloc_grid .photo::before           { content: ""; background-color: #f6ba33; width: 100%; height: 100%; position: absolute; z-index: -1; right: -5px; bottom: -5px;}
.bloc_grid .texte                   { background: #f6ba33;  position: relative; padding-top: 20px; padding-bottom: 20px; }
.bloc_grid .texte a                 { color: #000000;}
.bloc_grid .texte p                 { margin-bottom: 5px;}
.bloc_grid .texte:before            { content: ''; width: calc(100% + 80px); height: 140%; top: -20%; position: absolute; left: -80px; background: #f6ba33; z-index: -1;}

.bloc_contact     { width: 100%; max-width: 800px; margin: 0 auto; margin-bottom: 100px;}

.contact-mail, .contact-tel, .contact-map     { position: relative; padding-left: 30px;}
p a.contact-tel, 
p.contact-map, 
p a.contact-mail { color:#000000; border-bottom: none;}

a.contact-tel:before { content: ''; background: url("../images/tel-black.svg") left 50% ; width: 16px; height: 16px; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
a.contact-mail:before { content: ''; background: url("../images/mail-black.svg") left 50% ; width: 18px; height: 12px; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.contact-map:before { content: ''; background: url("../images/marker-black.svg") left 50% ; width: 16px; height: 20px; position: absolute; left: 0; top: 25%; transform: translateY(-50%);}

.contact_form                   {position: relative; }

.grid              			    { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px; margin-bottom: 30px;  }
.grid .item                     { position: relative;}
.grid .item.margin-top          { margin-top: 40px;}
.grid .item_full				{ grid-column: span 2; position: relative;}

@media (min-width:1201px) {
    .bloc_grid .texte a:hover     { color: #ffffff;}
}


@media (max-width:1000px) {
    .bloc_grid .photo::before           { content: none;}
    .bloc_grid .texte:before            { width: 200vw; height: calc(100% + 100px); top: -80px; left: -50vw; }
}

@media (max-width:800px) {

}
@media (max-width:600px) {
 .contact_form         { padding: 20px 0; border-radius: 0; background: none;  margin: 20px 0;}
}
