/***** 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 14px/30px "Poppins"; border-radius:0; color:#7f6149; margin-bottom: 10px; letter-spacing: 0.4px; display:block;}
textarea							{ min-height: 160px; padding:20px 0 0 15px; 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[type=submit]                  { border:1px solid #000000; background: #ffffff; padding: 20px 20px; font-size: 13px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #000000; cursor: pointer; transition: all 400ms ease-in-out;}*/

input[type=submit]      { border: none; cursor: pointer;}

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: #00000040; 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: #7f6149; 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: 40px;}
.select2-container--default .select2-selection--single 								{ border: 1px solid #dfdfdf; border-radius: 0; 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; border-radius: 8px; 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: #cfb18c; transition: all 400ms ease-in-out;}
.select2-container--default .select2-results__option--selected    					{ background: #f4f3f1; color: #cfb18c;}
.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: #cfb18c;}

@media (max-width:700px) {
.select2-container--default .select2-selection--single 								{ border-radius: 5px; height: 48px;}
.select2-container .select2-selection--single .select2-selection__rendered 			{ line-height: 20px; padding: 14px 20px;}
.select2-dropdown 																	{ border-radius: 5px;}
}



/***** confirmation formulaire *****/
.anchor 							{ position: absolute; left: 0; top: -140px;}
.confirmation_form			 		{ text-align: center; border: 1px solid #cfb18c; padding: 40px; background: #cfb18c; color: #ffffff; border-top-right-radius: 40px; border-bottom-left-radius: 40px;}
.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: #ba0000;}

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


/***** page contact *****/
.grid-contact        { display: grid; grid-template-columns:300px auto; align-items: start; position: relative; margin:80px auto; grid-gap: 0 40px; }

.grid-contact .item:nth-child(1) img    { max-width: 100%; width: 100%; height: auto; margin-bottom: 30px;}
.grid-contact .item p { margin-bottom: 40px;}

.contact-map, .contact-phone, .contact-mail, .contact-tel     { position: relative; padding-left: 30px;}

.grid-contact .item p a { color: #000000;}

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

.bloc_contact h6                { margin-bottom: 0;}

.contact_form                   { background: #faf4eb; padding: 40px; border-radius: 0; 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) {
    .grid-contact .item p a { color: #000000; border-color: #ffffff;}
}

@media (max-width:800px) {
    .grid-contact               { grid-template-columns: 1fr;grid-gap: 40px 0; }
    /*.grid-contact .item:nth-child(1) img { width: 100%; height: 55vh; object-fit: cover; }*/
    .grid-contact .item:nth-child(1) img { display: none }
    .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: #faf4eb; z-index: -1;}
}


/***** bloc map *****/
/*
.bloc-map                { display: grid; grid-template-columns: 1fr 1fr; align-items: center; position: relative; margin: 95px 0; 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 .photo:before  { content: ""; display: block; position: absolute; width: 50vw; height: 100%; top: 0; height: 100%; background:#eeeeee; right: calc(100% + 30px);}
.bloc-map .texte         { text-align: left;}

.bloc-map a.tel            { background: url(../images/phone.svg) left center no-repeat; line-height: 40px; padding-left: 35px; margin-top: 10px; display: inline-block;}
.bloc-map a.mail           { background: url(../images/send.svg) left center no-repeat; line-height: 40px; padding-left: 35px; display: inline-block;}

@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: 60px 0;  margin: 50px auto;}
    .bloc-map .photo img          { height: 55vw;}
    .bloc-map .photo:before       { display: none;}
}
*/
