html, body {
    overflow-x: hidden;
}

html {
    scroll-padding-top: 120px;
}

body{
    position: relative;
    width: 100%;
    height: 100%;
}

body.home::before {
    content: '';
    top: 730px;
}

body::before {  
    content: '';
    position: absolute;
    top: 220px;
    right: 0; 
    width: 478px;
    height: 619px;
    background-image: url(../img/deco-bg-lines_dark.svg);
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: calc(100% + 168px) top;
    z-index: -1;
    opacity: 9%;
    transition: 0.3s ease-in-out;
}

body::after{
    content: '';
    display: flex;
    width: 100%;
    height: 100%;
    background-image: url(../img/deco-bg-lines.svg);
    background-repeat: no-repeat;
    background-size: 478px;
    background-position: -140px 95%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    font-size: 20px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    left: -8px;
}

#mega-menu-menu-1 > a{
    display: none;
}
/* ------------------------ */
/* -------- HEADER -------- */
/* ------------------------ */
header.onscroll {
    top: -100px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.home header.sticky,
header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #F9F3EE;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 100;
}
header.sticky{
    padding-top: 10px;
    padding-bottom: 10px;
}
header.sticky .e-con.e-flex>.e-con-inner{
    align-items: center;
}
/* Quand le menu est en sticky, pour garder la taille du header */
header.sticky + main{
    padding-top: 65px;
}

#mega-menu-menu-1{
    display: flex !important;
    justify-content: end;
}

#mega-menu-item-875 > ul.mega-sub-menu{
    transform: translate(-50%, 13px) !important;
    left: 50% !important;
    margin: auto;
    justify-content: center;
    display: flex !important;
    border-top: 2px solid #095B70 !important; 
    width: 100% !important;
    max-width: 1440px !important;
    box-shadow: 4px 4px 7px #00000026 !important;
} 

.mega-menu-menu-1-off-canvas-open body > header > div.elementor-element.elementor-element-aeaa10e.first-header-bloc.e-flex.e-con-boxed.e-con.e-parent.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects.e-lazyloaded,
.mega-menu-menu-1-off-canvas-open body > header > div.elementor-element.elementor-element-aeaa10e.first-header-bloc.e-flex.e-con-boxed.e-con.e-parent.elementor-sticky--effects.e-lazyloaded.elementor-sticky{
   z-index: 0 !important;
}

.mega-close::before{
content: '';
background-image: url(../img/close.svg);
background-size: 40px;
background-repeat: no-repeat;

}

.display-mobile{
display: none !important;
}

.rectangle.rec-left div div a {
    clip-path: polygon(8% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.rectangle.rec-center div div a {
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
}
.rectangle.rec-right div div a {
    clip-path: polygon(11% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.rectangle div div  {
    filter:drop-shadow(2px 2px 1px #00000026);
}

.rectangle div div a span span svg{
   width: 17px;
}

.rectangle.phone:hover div div a span span svg{
    transform: scale(1.2); 
    transition: transform 0.3s ease;
}

li::marker {
    font-size: 15px;
  }


/* ------------------------ */
/* --------- PAGE --------- */
/* ------------------------ */
h2{
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
   }

h2:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: '\a0';
    background-color: #C6C6C6;
    margin-left: 18px;
    text-align: right;
}

.sans-ligne div h2:after{
   display: none;
}

.fil-ariane a, 
.fil-ariane span {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    font-weight: 500;
}
.fil-ariane a:hover{
    color: #8687b2;
}
.separator-fil-ariane {
    width: 12px;
    height: 12px;
    display: inline-block;
    transform: rotate(-45deg);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-right: 10px;
    vertical-align: middle;
}

.breadcrumb_last{
    font-weight: 700;
}

.elementor-button-icon{
    align-items: center;
}

.padding-content{
   padding: 0 8.8%; 
}

.caroussel-home div .swiper-pagination{
    margin-top: -50px;
}

.caroussel-home div .swiper-pagination .swiper-pagination-bullet{
    background: #FFF;
    opacity: 1;
    border: 1px solid var(--e-global-color-primary);
}

.caroussel-home div .swiper-pagination .swiper-pagination-bullet-active{
    background: var(--e-global-color-primary);
}

.orange-svg div div div svg{
    filter: brightness(0) saturate(100%) invert(70%) sepia(49%) saturate(5969%) hue-rotate(8deg) brightness(103%) contrast(103%);
}

.loupe_img div a::before{
    content: '';
    display: flex;
    width: 100%;
    height: 195px;
    background-image: url(../img/loupe.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
    position: absolute;
    transition: 0.3s ease-in-out;
}

.round-img div img{
    clip-path: circle(50%);
} 

.elementor-slideshow__title{
    visibility: hidden;
}

.icone-size div div a span span svg{
    width: 22px;
    height: 27px !important;
    transition: 0.3s ease-in-out;
}

.icone-size:hover div div a span span svg path{
   fill: #FFFFFFC7;
}

/*COLLECTIONS*/
.collection-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: auto;
    gap: 32px 0;
}

.collection-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.collection-item a img{
    width: 167px;
    height: 167px;
    object-fit: cover;
    border-radius: 250px;
    box-shadow: 4px 4px 7px #0000002E;
}

.collection-title{
    color: #02262F;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0 !important;
}

.btn-decouvrir{
    position: relative;
    color: var(--e-global-color-accent);
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 2px;
    transition: 0.3s ease-in-out;
}

.btn-decouvrir:hover,
.btn-decouvrir:hover::before{
    color:#bb7202;
}

.btn-decouvrir::before {
    content: "\f04b";
    font-size: 6px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: var(--e-global-color-accent);
}

/* GALERIE DES COLLECTIONS */
.collection-galerie-item h2{
   margin-top: 40px;
  }

.collection-galerie-item .gallery {
    display: grid;
    gap: 16px;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.collection-galerie-item .gallery a, 
.collection-galerie-item .gallery a img {
    max-width: 100%;
    height: 195px;
    width: 100%;
    object-fit: cover;
}

.collection-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.collection-menu a{
font-size: 25px;
font-weight: 700;
color: #095B70;
transition: 0.3s ease-in-out;
}

.collection-menu a:hover{
    font-size: 25px;
    font-weight: 700;
    color: #042b34;
    }

    .collection-galerie-item .gallery a::before {
        content: '';
        display: flex;
        width: 24.2%;
        height: 195px;
        background-image: url(../img/loupe.svg);
        background-repeat: no-repeat;
        background-size: 32px;
        background-position: center;
        position: absolute;
        transition: 0.3s ease-in-out;
    }

    #wpgmza_map img{
        box-shadow: none;
    }

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
    width: 13px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title {
    height: 60px;
}

/* ------------------------ */
/* ------- CONTACT -------- */
/* ------------------------ */
.custom_form-contact .input-bloc{
display: flex;
gap: 16px;
}

.custom_form-contact .input-bloc p,
.custom_form-contact .input-bloc p label,
.custom_form-contact .bloc-textera p,
.custom_form-contact .bloc-textera p label{
   width: 100%;
}

.custom_form-contact .input-bloc p,
.custom_form-contact .bloc-textera p{
   margin-bottom: 0;
}

.custom_form-contact .input-bloc p label,
.custom_form-contact .bloc-textera p label{
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: var(--e-global-color-primary);
    font-size: 16px;
}

.custom_form-contact input,
.custom_form-contact textarea{
border: 2px solid var(--e-global-color-primary);
background-color: transparent;
outline: none;
}

.custom_form-contact.contact-devis input{
    height: 34px;
}
.custom_form-contact textarea{
    min-height: 96px;
    height: 96px;
}

.btn-submit p {
    display: flex;
    justify-content: center;
}
.btn-submit p input{
    text-transform: uppercase;
    background-color: var(--e-global-color-primary);
    color: #FFF;
    font-weight: 700;
    padding: 7px 35px;
    transition: 0.3s ease-in-out;
}

.btn-submit p input:hover{
    background-color: #042b34;
}

.btn-submit p input:focus{
    background-color: #042b34;
}

.text-confidentialite span span span label input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    margin: 4px 3px 0 0;
    border-radius: 2px;
    border: 2px solid var(--e-global-color-primary);
    vertical-align: text-top;
    -ms-appearance: none;
}

.text-confidentialite span span span label input[type=checkbox]:checked:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    font-size: 13px;
    color: var(--e-global-color-primary);
    left: 1px;
    top: -2px;
}

.wpcf7 .wpcf7-submit:disabled {
    opacity: 0.5;
}

.wpcf7-form-control.wpcf7-acceptance span label span{
    font-size: 12px;
    color: var(--e-global-color-primary);
    }

.wpcf7-form-control.wpcf7-acceptance span label span a {
    color: var(--e-global-color-primary);
    transition: 0.3s ease-in-out;
    }

 .wpcf7-form-control.wpcf7-acceptance span label span a:hover {
    color: #031f25;
        
    }

    .wpcf7-spinner {
        position: absolute !important;
        margin-left: 218px !important;
        margin-top: 8px !important;
    }


span.wpcf7-not-valid-tip{
    font-size: 14px;
    color: #dc6c32;
    margin-top: 6px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output, 
.wpcf7 form.spam .wpcf7-response-output, 
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
div.wpcf7-response-output.wpcf7-validation-errors {
    font-size: 16px;
}

select.wpcf7-form-control.wpcf7-select {
    background-image: url(../img/select.svg);
    background-repeat: no-repeat;
    background-position: 98%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.confidentialite .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -20px;
    width: 100%;
    display: block;
}

/* FORMULAIRE DEVIS*/ 

.form-title{
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.custom_form-contact.contact-devis > p:nth-child(1){
margin-top: 11px;
}

div.custom_form-contact.contact-devis > p:nth-child(7){
margin-top: 5px;
}

div.custom_form-contact.contact-devis > p:nth-child(7) > span{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.custom_form-contact.contact-devis,
.custom_form-contact.contact-devis .input-bloc p label,
.custom_form-contact.contact-devis .bloc-textera p label,
.custom_form-contact.contact-devis  input,
.custom_form-contact.contact-devis  textarea,
.btn-submit p input{
   
    color: #fff;
}

.custom_form-contact.contact-devis .input-bloc p label,
.custom_form-contact.contact-devis .bloc-textera p label{
    margin-left: 14px;
}

.custom_form-contact.contact-devis .input-bloc p label span,
.custom_form-contact.contact-devis .bloc-textera p span{
    left: -15px;
    color: #ffa77a;
}

.custom_form-contact.contact-devis input, 
.custom_form-contact.contact-devis textarea {
    border: 2px solid #fff;
    color: #fff;
   
}

.custom_form-contact.contact-devis .btn-submit p input {
    background-color: #fff;
    color: var(--e-global-color-primary);
    font-size: 18px;
    font-weight: 700;
    padding: 7px 35px;
    height: 37px;
    line-height: 21px;
    transition: 0.3s ease-in-out;
}

.custom_form-contact.contact-devis .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    gap: 0 35px;
}

.custom_form-contact.contact-devis .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required span label{
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom_form-contact.contact-devis .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required span label input[type=checkbox],
.custom_form-contact.contact-devis .text-confidentialite span span span label input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    margin: 4px 3px 0 0;
    border-radius: 2px;
    border: 2px solid #fff;
    vertical-align: text-top;
    -ms-appearance: none;
    transition: 0.3s ease-in-out;
}

.custom_form-contact.contact-devis .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required span label input[type=checkbox]:hover{
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.custom_form-contact.contact-devis .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required span label input[type=checkbox]:checked:before,
.custom_form-contact.contact-devis .text-confidentialite span span span label input[type=checkbox]:checked:before{
    content: "\f00c";
    font-family: FontAwesome;
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    font-size: 13px;
    color: #fff;
    left: 1px;
    top: -2px;
}

.custom_form-contact.contact-devis .wpcf7-form-control.wpcf7-acceptance span label span {
    font-size: 12px;
    color: #fff;
}
.custom_form-contact.contact-devis .wpcf7-form-control.wpcf7-acceptance span label span a {
    color: #fff;
    transition: 0.3s ease-in-out;
}
.custom_form-contact.contact-devis .wpcf7-form-control.wpcf7-acceptance span label span a:hover {
    color: #ffffffca;
}
.popup-custom div div div form div.wpcf7-response-output{
    color: #fff;
}

.wpcf7-spinner:nth-child(2){
display: none;
}
/* COMPLIANZ */
#cmplz-document {
    max-width: 100%;
}

#cmplz-document p{
font-size: 18px; 
}

#cmplz-document p a{
    color: var(--e-global-color-primary);
    transition: 0.3s ease-in-out;
    }
#cmplz-document p a:hover{
    color: #031f25;
    }

    .grecaptcha-badge{
        display: none;
    }
/* ------------------------ */
/* -------- FOOTER -------- */
/* ------------------------ */

/* ------------------------ */
/* ------ RESPONSIVE ------ */
/* ------------------------ */

@media only screen and (max-width: 1303px){
    .logo div a img {
        width: 258px !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 8px !important;
    }
}

@media only screen and (max-width: 1213px){
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        font-size: 16px;
    }

    .elementor-27 .elementor-element.elementor-element-7b0de78 img {
        width: 273px;
    }
}


@media only screen and (max-width: 1172px){
    .elementor-27 .elementor-element.elementor-element-0206575 {
        position: absolute;
    }
}

@media only screen and (max-width: 1024px){
    .elementor-27 .elementor-element.elementor-element-7b0de78 img {
        width: 323px;
    }
   
}

@media only screen and (max-width: 1211px){
    #mega-menu-menu-1 {
        flex-direction: column;
        justify-content: start;
        padding-top: 100px !important;
        padding-bottom: 100px !important;
        padding-left: 50px !important;
    padding-right: 50px !important;
    } 

    #mega-menu-item-875 > ul.mega-sub-menu {
        transform: translate(0%, 0px) !important;
        flex-direction: column;
        box-shadow: none !important;
        border-top: 0px solid #095B70 !important;
        border-bottom: 2px solid #095B70 !important;
        transform: scaleY(0) !important;
        transform-origin: top !important;
        transition: transform 0.5s ease-in-out !important;
        overflow: hidden !important;
        opacity: 0 !important;
    }
 
    #mega-menu-item-875.mega-toggle-on > ul.mega-sub-menu {
        transform: scaleY(1) !important;
        opacity: 1 !important; 
    }
     
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
        opacity: 1;
        background: #fff;
    }

    #mega-menu-wrap-menu-1:has(.mega-menu-open) #mega-menu-menu-1[data-effect-mobile^="slide_right"] + button.mega-close {
        left: auto;
        right: 50px;
        top: 25px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px;
    }

    .mega-menu-item-875 .mega-sub-menu{
        display: none !important;
        opacity: 0 !important;
        padding: 0 !important;
        transition: 0.5s ease-in-out;
    }

    .mega-menu-item-875.mega-toggle-on .mega-sub-menu{
        display: block !important;
        opacity: 1 !important;
        box-shadow: none !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        font-size: 30px;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        left: -5px;
    } 

    .display-mobile{
        display: block !important;
        }


    .display-mobile.number a {
        display: flex !important;
        align-items: center;
           
    }

    .display-mobile.number a::before {
        content: '';
        display: block !important;
        width: 18px !important;
        height: 30px !important;
        background-image: url(../img/call.svg) !important;
        background-repeat: no-repeat !important;
        background-size: 17px !important;
        background-position: center !important;
        }

     body.admin-bar .dialog-type-lightbox {
        height: 100vh;
        position: fixed;
        }

        #mega-menu-menu-1 > a > img{
            box-shadow: none;
        }

        #mega-menu-menu-1 > a{
            display: block;
        position: absolute;
        width: 257px;
        height: 80px;
        top: 0;
        }

        #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
            text-align: center;
        }
        .display-mobile.number a {
            justify-content: center;
        }
    
        #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
            float: none;
        }
    
        #mega-menu-item-1175, #mega-menu-item-680{
            width: -webkit-fill-available;
        display: flex !important;
        justify-content: center;
        filter: drop-shadow(2px 2px 1px #00000026);
        }
    
        #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li#mega-menu-item-1175 > a.mega-menu-link{
            background-color: #F31C00 !important;
            fill: #FFFFFF;
            color: #FFFFFF !important;
            padding: 0.2px 20px 5.2px 20px !important;
            clip-path: polygon(11% 0%, 100% 0%, 90% 100%, 0% 100%);
            margin-top: 10px;
            text-align: center;
            max-width: 300px !important;
            width: 100% !important;
            transition: 0.3s ease-in-out;
        }
        #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li#mega-menu-item-1175 > a.mega-menu-link:hover{
            background-color: #dc1a00 !important;
        }
    
        #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li#mega-menu-item-680 > a.mega-menu-link{
            background-color: #F39200 !important;
            fill: #FFFFFF;
            color: #FFFFFF !important;
            padding: 0.2px 20px 5.2px 20px !important;
            clip-path: polygon(11% 0%, 100% 0%, 90% 100%, 0% 100%);
            margin-top: 15px;
            margin-bottom: 10px;
            text-align: center;
            max-width: 300px !important;
            width: 100% !important;
            transition: 0.3s ease-in-out;
        }
        #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li#mega-menu-item-680 > a.mega-menu-link:hover{
            background-color: #e58a00 !important;
        }

       .mega-menu-toggle{
        background-color: transparent !important;
       }

       .languette-infos{
        right: 111px !important;
       }

       #mega-menu-wrap-menu-1:has(.mega-menu-open) #mega-menu-menu-1[data-effect-mobile^="slide_"] + button.mega-close:before {
        font-size: 6px;}

}


@media only screen and (max-width: 1024px){
    .padding-content{
        padding: 0 50px; 
     }

    .collection-list {
        margin-top: 35px;
        margin-bottom: 25px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .collection-galerie-item .gallery {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .collection-galerie-item .gallery a::before {
        width: 32.2%;
    }

    .display-mobile.portail a{
        color: #095b70 !important;
    }

    .languette-infos{
        right: 60px !important;
       }

}
@media only screen and (max-width: 1000px){
}
@media only screen and (min-width: 768px) and (max-width: 1000px){

}
@media only screen and (max-width: 767px){

    .elementor-27 .elementor-element.elementor-element-0206575 {
        left: 20px;
}
    #mega-menu-wrap-menu-1:has(.mega-menu-open) #mega-menu-menu-1[data-effect-mobile^="slide_right"] + button.mega-close {
        right: 20px;
    }

    .padding-content{
        padding: 0 20px; 
     }

     .collection-list {
        grid-template-columns: 1fr 1fr;
    }

    .collection-item a img {
        width: 100px;
        height: 100px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding: 0px;
    }

    #mega-menu-menu-1 {
        padding-left: 20px !important;
        padding-right: 20px !important;
        background-size: 240px !important;
        background-position: 20px 17px !important;
    }

    .collection-menu a {
        font-size: 20px;
        font-weight: 700;
        color: #095B70;
        transition: 0.3s ease-in-out;
    }

    header.sticky{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .elementor-27 .elementor-element.elementor-element-7b0de78 img {
        width: 255px;
    }

    body.home::before {
        top: 530px;
    }

    body::before {
        top: 220px; 
        right: 0;
        width: 278px;
        height: 419px;
        background-position: calc(100% + 95px) top;
    }

    body::after {
        background-size: 230px;
        background-position: -42px 95%;
    }
    .languette-infos{
        right: 30px !important;
       }
}
 
@media only screen and (max-width: 660px){
    .collection-galerie-item .gallery {
        grid-template-columns: 1fr 1fr;
    }
    .collection-galerie-item .gallery a::before {
        width: 48.8%;
    }
}

@media only screen and (max-width: 500px){
 .custom_form-contact .input-bloc {
        display: block;
    }

    .wpcf7-acceptance .wpcf7-list-item{
        margin: 0 0 0 10px;
    }
    .custom_form-contact.contact-devis .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
        gap: 0 0px;
    }

    .custom_form-contact.contact-devis .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required span label{
        gap: 4px;
    }
    .custom_form-contact.contact-devis .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required span label span{
        font-size: 16px;
    }
}

@media only screen and (max-width: 415px){
    .collection-galerie-item .gallery {
        grid-template-columns: 1fr;
    }
    .collection-galerie-item .gallery a::before {
        width: 99.8%;
    } 
}