/***** 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 var(--fontBody); 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);}


/* custom select */
.select2                                                                            { width: 100%!important;}
.select2-container--default .select2-selection--single 								{ border: 1px solid #dfdfdf;  height: 53px; background: url("../images/arrow-select.svg") right+20px center no-repeat #fff; border-radius: 5px;}
.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: var(--colorBodyLinkHover); transition: all 400ms ease-in-out;}
.select2-container--default .select2-results__option--selected    					{ background: #f4f3f1; color: var(--colorBodyLinkHover);}
.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: var(--colorBodyLinkHover);}

@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			 		{ border: 1px solid var(--colorBodyLinkHover); padding: 30px; background: var(--colorBodyLinkHover); color: #ffffff; border-radius: 20px;}

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


/***** RGPD *****/
#rgpdForm 							{ font: 400 12px/24px var(--fontBody); 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 var(--fontBody); 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: var(--marginBloc);}
.bloc_grid-contact img { max-width: 100%; width: 100%; height: auto;}

.bloc_contact          { width: 90vw; max-width: 1000px; margin: var(--marginBloc); }

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




@media (max-width:1200px) {
    .bloc_grid-contact { grid-gap: 20px;}
}

@media (max-width:800px) {
    .bloc_grid-contact { grid-template-columns: repeat(2, 1fr);}
    .bloc_grid-contact img:nth-child(3) { display: none;}
}

@media (max-width:600px) {
    .bloc_grid-contact { grid-template-columns: 1fr;}
    .bloc_grid-contact img:nth-child(2) { display: none;}
}














