.sec-banner-contact {
    padding:210px 130px 75px 130px;
    position: relative;

}
.sec-banner-contact .container {
    background: var(--green3);
    padding: 0;
    gap: 100px;
    clip-path: polygon(0% 0%, calc(100% - 140px) 0%, 100% 40px, 100% 100%, 0% 100%);
    margin-top: 44px
}
.sec-banner-contact .img img {
    width: 100%;
    display: block;
}
.sec-banner-contact .title-banner {
    color: var(--beige);
    font-size: 30px;
    line-height: normal;
    font-family: var(--f2);
    font-weight: 700;
    margin-bottom: 35px;
}
 .sec-banner-contact .img {
        width: 50%;
    }

.sec-banner-contact .text a {
    color: var(--white);

}

.sec-banner-contact .text a:hover{
    color: var(--beige)
}
.sec-banner-contact .text .adress {
    border-bottom:var(--white) solid 1px;
    margin-bottom: 17px;
}
.sec-banner-contact .text .adress p {
    margin-bottom: 17px;
}
.sec-banner-contact .horaire {
    padding-bottom: 40px;
}
.sec-adresse {
    position: relative;
    z-index: 20;
}
.lst-adresse {
    gap:128px;
}

.lst-adresse .item .inner {
    background-color: var(--beige);
    padding: 50px;
    text-align: center;
    min-height: 436px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    clip-path: polygon(0% 0%, calc(100% - 140px) 0%, 100% 40px, 100% 100%, 0% 100%)


}
.lst-adresse .item .inner p {
    color: var(--green);
    font-family: var(--f2);
    font-size: 34px;
    line-height: 40px
}
.lst-adresse {
    gap: 128px;
    justify-content: space-between;
    flex-wrap: inherit !important;
}
.lst-adresse .item {
    width: 50%;
}

.sec-map {
    background-color: #45A220;
    height: 1010px;
    margin: -250px 20px 0;
    clip-path: polygon(0% 0%, calc(100% - 140px) 0%, 100% 40px, 100% 100%, 0% 100%)
}
.map iframe {
    width: 100%;
    height: 1010px;
}

.sec-form {
    padding:80px 0 100px;
    margin: 0 20px
}
.sec-form h2 {
    color: var(--green);
    font-size: 30px;
    font-family: var(--f2);
    line-height: normal;
    margin-bottom: 6px;
}
.sec-form .blcTitre p {
    color: var(--green);
    font-size:16px;
    font-family: var(--f2);
    font-weight: 500;
    text-transform: uppercase;
}
.form .blc-chp br {
    display: none;
}
.sec-form .blcTitre {
    margin-bottom: 29px
}

.sec-form .blc-chp p {
    margin-bottom: 20px;
}

.sec-form .form p {
    width: 100%;
    position: relative;
}
.sec-form .form p:after {

}



.sec-form .form {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
}

.form .btn {
    border: 1px solid var(--green);
    background: var(--beige);
    border-color: var(--beige) !important;
    display: block;
    margin: 0 auto !important;
    color: var(--green)
}

.form .btn:hover {
    background: var(--beige) !important;
    border: var(--beige) solid 1px !important;
    color: var(--green) !important
}

.btnSend {
    position: relative;
}
.btnSend p {
    margin-bottom: 0
}
.btnSend:after {
    content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: url(../images/arrow-btn-green.svg) center no-repeat;
  right: 0;
  left:95px;
  margin: auto;
  top: 29px;
  transform: rotate(-50deg);
  transition: all ease-in-out .4s;
}
.btnSend:hover:after {
    transform: rotate(0deg);
    right:-4px;
    top: 30px;
}
.btnSend .wpcf7-spinner {
    display: none
}



.sec-form .form > p:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: url(../images/arrow-btn-green.svg) center no-repeat;
    right: 0;
    left: 100px;
    margin: auto;
    top: 24px;
    transform: rotate(-50deg);
    transition: all ease-in-out .4s;
}
.sec-form .form > p:hover:after {
    transform: rotate(0deg);
    right:-4px;
    top: 30px;
}
.sec-form .form > p .wpcf7-spinner {
    display: none
}


.sec-form .form label {
    color: var(--green);
    font-size: 16px;
    font-weight: bold;
    font-family: var(--f1);
    display: block;
    margin-bottom: 1px
}
.form .blc-chp {
    margin-bottom: 10px
}
.form .form-control {
    border: var(--green) solid 1px;
    background-color: var(--white);
    color: var(--green);
    font-size: 16px;
    padding: 0 20px;
    height: 65px;
    width: 100%;
    font-family: var(--f1)
}
.form textarea.form-control {
    height: 160px;
    padding-top: 20px;
    padding-bottom: 20px;

}
.form .btn {
    border: none;
    width:calc(100% - 24px);
    margin: 0 12px;
    cursor: pointer
}
.sec-form .form .col50 {
    width: 50%;
    padding: 0 12px
}
.sec-form .form .col100 {
    width: 100%;
    padding: 0 12px
}
.sec-form .form .select2 {
    width: 100% !important
}
.sec-form .form .select2 .selection {
    border: var(--green) solid 1px;
   
    color: var(--green);
    font-size: 16px;
    padding: 0 20px;
    height: 65px;
    width: 100%;
    font-family: var(--f1);
      appearance: none;
  -moz-appearance: none;
  background: url(../images/select.svg) no-repeat calc(100% - 40px);
   background-color: var(--white);
   width: 100% !important;
   display: block;
}

.sec-form .form  .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.form .select2-container--open .select2-dropdown--above {
    border-left: none;
    border-right: none;
}



.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--green);
  box-shadow:none;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  margin-right: 15px;
  width: 15px;
  height: 15px;
  padding: 0;
  margin-top: 5px;
}
.form-group {
    margin-bottom: 9px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 4px;
  height: 10px;
  border: solid var(--green);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.text-label {
    padding: 10px 12px 37px
}
.sec-form .form-group label {
    position: relative;
    cursor: pointer;
    font-weight: normal;
}
.sec-adresse {
    padding: 0 89px;
}

.sec-form .form .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 0;
    appearance: none;
    height: 100%;
}
.sec-form .form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color:var(--green) #444;
    line-height: 65px;
    padding: 0;
}
.sec-form .form .select2-selection__arrow {
    background: url(../images/select.svg);
    width: 12px;
    height: 15px;
    background-position: center;
    background-size: cover;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec-form .form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--open .select2-dropdown--below{
    border: none
}
.select2-results__options li {
    font-size: 16px;
    padding: 15px 21px
}
.lst-adresse .item .inner .btn br {
    display: none;
}

.wpcf7-not-valid-tip {
    font-size: 14px !important;

}

.wpcf7-response-output {
    max-width: 724px;
    margin: 0 auto !important;
}


.sec-form  .blc-acceptance br {
    display: none;
}

.sec-form  .blc-acceptance label{
    display: block;
    margin-bottom: 10px;
    position: relative;
    font-weight: normal;
    
}

.sec-form .blc-acceptance input{
    opacity: 0;
    position: absolute;
}

.sec-form .blc-acceptance label > span{
    display: block;
    padding-left: 35px;
    cursor: pointer;
}

.sec-form .blc-acceptance label span:before{
    content: '';
    width: 15px;
    height: 15px;
    border:2px solid var(--green);
    position: absolute;
    left: 0;
    top: 3px;
}

.sec-form  .blc-acceptance label span::after {
    content: '';
    position: absolute;
    width: 19px;
    height: 15px;
    background: url(../images/ico-check-g.svg)center no-repeat;
    left: 4px;
    top: 2px;
    opacity: 0;
    background-size: cover;
}

.sec-form .blc-acceptance label input:checked + span:after{
    opacity: 1;
}
.sec-form .blc-acceptance label span {
    margin-left: 0;
}

.sec-form  span.select2-search.select2-search--dropdown {
    display: none;
}



.g-recaptcha{
    display: block;
    margin:0 auto 25px;
}



@media (max-width:1639px) { 
    .sec-banner-contact .container {
        gap:60px;
    }
    .sec-banner-contact .title-banner {
        margin-bottom: 20px
    }
    .sec-banner-contact .horaire {
        padding-bottom: 15px;
    }
    .lst-adresse .item .inner {
        padding: 50px 30px
    }
    .lst-adresse {
        gap: 60px;
     
    }
    .sec-adresse {
        padding: 0 89px;
    }
    .lst-adresse .item .inner p {
        font-size: 28px
    }

}

@media (max-width:1439px) { 
    .sec-banner-contact {
        padding: 200px 40px 75px 40px;
    }
    .sec-adresse {
        padding: 0 ;
    }
    .sec-banner-contact .blc-infos-right {
        bottom: 100px
    }
}

@media (max-width:1365px) { 

    .sec-banner-contact .container {
        gap: 40px;
    }
    .sec-banner-contact .horaire {
        padding-bottom: 0;
    }
    .sec-banner-contact .title-banner {
        margin-bottom: 15px;
    }
    .sec-banner-contact .text .adress p {
        margin-bottom: 15px;
    }
    .sec-banner-contact .text .adress {
        margin-bottom: 15px;
    }
    .sec-banner-contact .horaire  p {
        margin-bottom: 18px;
    }
    .lst-adresse .item .inner p {
        font-size: 23px;
        line-height: 35px;
    }
    .sec-banner-contact {
        padding:200px 40px 75px 40px
    }
    .lst-adresse {
        gap: 40px;
    }
    .lst-adresse .item .inner {
        min-height: 400px
    }
    .sec-map {
        height: 700px
    }
    .map iframe {
        height: 700px;
    }
    .sec-form {
        padding: 80px 0 60px
    }
}

@media (max-width:1200px) {  
    .sec-banner-contact .img {
        width: 100%;
    }
    .sec-banner-contact .container {
        gap: 0;
    }
    .sec-banner-contact .container .text {
        padding: 40px 40px 45px;
    }
    .lst-adresse .item .inner br {
        display: none;
    }
    .sec-form {
        padding:40px 0 60px
    }
    .sec-banner-contact {
        padding: 140px 40px 75px 40px
    }


}
@media (max-width:1024px) {   
    
    .sec-map {
        height: 600px;
        margin-top: 40px;
    }
    .map iframe {
        height: 600px;
    }

}



@media (max-width:1024px) {  
    .lst-adresse {
        gap: 20px;
        flex-direction: column;
    }
    .lst-adresse .item {
        width: 100%;
    }
    .lst-adresse .item .inner {
        min-height: inherit;
    }
    .lst-adresse .item .inner {
        padding: 30px 40px 50px;
    }
    .sec-map {
        height: 600px;
        margin: 40px 40px 0;
    }
    .map iframe {
        height: 600px;
    }
    .sec-form {
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 40px;
        margin-right: 40px;
    }
    .sec-adresse .container {
        padding: 0 40px
    }

}

@media (max-width:991px) { 
    .sec-banner-contact { 
        padding-bottom: 40px
    }

}
@media (max-width:767px) {  
    .sec-banner-contact {
        padding:115px 40px 40px 40px
    }
    .sec-banner-contact .container {
        margin-top: 30px
    }
    .sec-form .form-group label {
        position: relative;
        padding-left: 27px;
    }
    .form-group label::before { 
        position: absolute;
        left: 0;

        top: -3px

    }
    .form-group input:checked + label::after { top: 5px }
    .sec-actus {
        padding-top: 20px;
    }
    .sec-form .form > p:after {
        top: 21px;
    }

   
  


}

@media (max-width:600px) {
    .sec-banner-contact {
        padding:115px 20px 20px 20px
    }
    .sec-banner-contact .container .text {
        padding: 20px 20px 35px;
    }
    .lst-adresse .item .inner {
        padding: 30px 20px 40px
    }
    .sec-map {
        margin-top: 20px;
    }
    .sec-map {
        height: 400px;
        margin: 20px 20px 0;
    }
    .map iframe {
        height: 400px;
    }
    .sec-form {
        padding: 20px 0 40px
    }

    .wpcf7-spinner {
        display: none;
    }
    .sec-form .form .col50 {
        width: 100%;
        padding: 0;
    }
    .text-label {
        padding: 10px 12px 15px;
    }
    .sec-form .blcTitre {
        margin-bottom: 15px;
    }
    .lst-adresse .item .inner p {
        font-size: 20px;
        line-height: normal;
    }
    .sec-form {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .sec-form {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .lst-adresse .item .inner .btn br {
        display: block;
    }
    .sec-adresse .container {
        padding: 0 20px
    }

     .sec-form .form .col100{
        padding: 0;
    }




}


