.center{
    text-align: center !important;
}

.white{
    color: white !important;
}

#main {
    padding: 0px !important;
    margin: 0 !important;
}

.fusion-responsive-typography-calculated{
    line-height: 1.2;
    margin: 0;
}

.section-height-all{
    height: 550px !important;
}

.images-height-carousel {
    margin: 30px 0px !important;
}

    .images-height-carousel img{
        max-height:  450px!important;
    }

.img-section-terra img{
    position: absolute !important;
    top: 600px;
    right: 0;
    width: 500px !important;
}

@media screen and (max-width: 1200px){
    #main .fusion-flex-container .fusion-row{
        padding: 40px 20px !important;
    }
}

/*------------------------Titles----------------------------*/
    
    .para-terrassement > h3{
        color: white !important;
        font-weight: lighter !important;
    }

    .para-terrassement > h2{
        color: white !important;

    }

    .para-terrassement-v2 > h2{
        color: black !important;
        letter-spacing: 0em !important;
    }

    .para-terrassement-v2 > h3{
        color: black !important;
        letter-spacing: 0em !important;
    }

/*------------------------Header----------------------------*/
    
    .boutons-header{
        margin: 0px !important;
    }

    /*-----------------------Logo-------------------------*/
    
        .logo-header-pc,
        .logo-header-mobile {
            padding: 15px !important;
            width: 140px !important;
            padding-top: 15px !important;
        }

        @media screen and (max-width: 800px){
            .logo-header-pc,
            .logo-header-mobile {
                padding: 0px !important;
            }
        }

    /*------------------------NAV----------------------------*/

        #menu-menu-header{
            flex-wrap:nowrap !important;
        }
            #menu-menu-header li a{
                letter-spacing:0.8px !important;
            }
            #menu-menu-header .current-menu-item a{
                font-weight:bold !important;
            }

        @media (max-width: 800px) {
            .fusion-tb-header{
                background-color:#231411 !important;
            }
        }

        .awb-menu__main-li:not(.menu-item-349):not(.menu-item-411) .awb-menu__main-a:before {
            content: '';
            position: absolute;
            top: -5px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #f0721e;
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }
            .awb-menu__main-li:not(.menu-item-349):not(.menu-item-411) .awb-menu__main-a:hover:before,
            .awb-menu__main-li.current-menu-item:not(.menu-item-349):not(.menu-item-411) .awb-menu__main-a:before {
                transform: scaleX(1);
            }

        #menu-menu-header>li>a::before,
        #menu-menu-header>li>a::after,
        .awb-menu__main-li .awb-menu__main-a::before,
        .awb-menu__main-li .awb-menu__main-a::after {
            display: none !important;
            content: none !important;
        }
        #menu-menu-header>li:not(#menu-item-349):not(#menu-item-411) {
            margin: 0 15px !important;
            position: relative !important;
        }
        #menu-menu-header>li:first-child {
            margin-left: 0 !important;
        }

        #menu-item-349 {
            margin-left: 30px !important;
            margin-right: 0 !important;
        }
        #menu-item-411 {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
        #menu-menu-header>li:not(#menu-item-349):not(#menu-item-411)>a {
            position: relative !important;
            padding: 8px 0 !important;
            transition: color 0.3s ease-in-out !important;
            color: #ffffff !important;
        }

        #menu-menu-header>li:not(#menu-item-349):not(#menu-item-411)>a:after {
            content: '' !important;
            position: absolute !important;
            bottom: -2px !important;
            /* Légèrement plus bas pour éviter tout conflit */
            left: 0 !important;
            width: 100% !important;
            height: 2px !important;
            background-color: #f0721e !important;
            transform: scaleX(0) !important;
            transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
            transform-origin: right !important;
            display: block !important;
        }
            #menu-menu-header>li:not(#menu-item-349):not(#menu-item-411)>a:hover::after,
            #menu-menu-header>li.current-menu-item:not(#menu-item-349):not(#menu-item-411)>a::after {
                transform: scaleX(1) !important;
                transform-origin: left !important;
            }
            #menu-menu-header>li:not(#menu-item-349):not(#menu-item-411)>a:hover,
            #menu-menu-header>li.current-menu-item:not(#menu-item-349):not(#menu-item-411)>a {
                color: #f0721e !important;
            }

            #menu-item-349 .menu-text {
                display: inline-block !important;
                padding: 30px 50px !important;
                background-color: #f0721e !important;
                /* Fond orange */
                color: #000000 !important;
                font-size: 25px !important;
                font-weight: 700 !important;
                transition: background-color 0.3s ease !important;
            }
                .awb-menu__main-a_regular {
                    padding-right: 0px !important;
                }
                    #menu-item-349>a:hover .menu-text {
                        background-color: #ff8534 !important;
                    }

        #menu-menu-header,
        .awb-menu__main-ul {
            display: flex !important;
            justify-content: end !important;
        }
        #menu-menu-header-1 {
            background-color: white !important;
            transform: translateY(10px);
        }
            #menu-menu-header>li:not(#menu-item-349):not(#menu-item-411) {
                order: 1;
            }

            /* Groupe téléphone/bretzel */
            #menu-menu-header #menu-item-349,
            #menu-menu-header #menu-item-411 {
                order: 2;
            }
                #menu-item-349 {
                    margin-right: 0 !important;
                }
                #menu-item-411 {
                    margin-left: 0 !important;
                }

        @media (max-width: 1024px) {
            #menu-menu-header>li:not(#menu-item-349):not(#menu-item-411),
            #menu-menu-header #menu-item-349,
            #menu-menu-header #menu-item-411 {
                order: initial;
                /* Réinitialisation de l'ordre */
            }
            #menu-menu-header {
                flex-direction: column !important;
                align-items: center !important;
            }
        }

        #menu-item-349 svg,
        #menu-item-349 .menu-text svg {
            width: 20px !important;
            height: 20px !important;
            fill: #ffffff !important;
            margin-right: 8px !important;
            vertical-align: middle !important;
        }
            #menu-item-349 img[src*=".svg"],
            #menu-item-349 .menu-text img[src*=".svg"] {
                width: 25px !important;
                height: 25px !important;
                filter: brightness(0) invert(1) !important;
                /* Convertit en blanc */
                margin-right: 8px !important;
                vertical-align: middle !important;
            }
            #menu-item-349 [style*="background"][style*=".svg"] {
                background-size: 12px 12px !important;
                filter: brightness(0) invert(1) !important;
            }

        .principal-background {
            background-attachment: fixed !important;
            background-position: left top !important;
        }

        .boutons-header {
            display: flex;
            width: fit-content;
        }
            .reduce-logo {
                transform: scale(0.7) translateY(-38px) !important;
                transition: transform 0.3s ease-out !important;
            }

        .fusion-tb-header {
            position: fixed;
            z-index: 999999999999;
            width: 100%;
        }

        @media screen and (max-width: 1200px){
            .fusion-content-layout-row:not(.fusion-content-nowrap) > .awb-menu{
                width: auto;
                position: absolute;
                left: 0px;
                top: 0px;
                height: 90px;
                transform: translateY(-36px);
                margin-left: 20px;
            }
                .fusion-content-layout-row:not(.fusion-content-nowrap) > .awb-menu button{
                    height: 66px;
                    background-color: white;
                }
                    .awb-menu__m-toggle{
                        color: #231411 !important;
                    }
        }


    /*-------------------------Contact Droite----------------------*/

        .contact-right-block {
            display: flex;
            height: 90px;
            justify-content: end;
        }
            .phone-container {
                display: flex;
                align-items: center;
                background-color: rgba(240, 114, 30, 0.7) !important;
                height: 100%;

            }
                .contact-phone {
                    display: flex;
                    align-items: center;
                    height: 100%;
                    color: rgba(0, 0, 0, 0.8) !important;
                    text-decoration: none;
                    padding: 0px 40px !important;
                    justify-content: center;
                    column-gap: 10px;
                    font-family: 'Anton';
                    font-weight: 200;
                    letter-spacing: 1px;
                }

        .header-main {
            height: 90px;
            z-index: 900000000000000000;
            background-color: rgba(35, 20, 17, 0.8) !important;
        }

        .contact-phone svg {
            width: 20px;
            height: 20px;
            transform: rotate(-185deg);
        }
        .contact-phone span {
            display: inline-block;
            vertical-align: middle;
        }
        .contact-bretzel {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 90px;
        }
        .contact-bretzel img {
            max-height: 90px;
            width: auto;
        }

        @media (max-width: 1200px) {

            .fusion-header .contact-right-block-wrapper {
                position: static;
                margin: 15px auto;
                width: fit-content;
            }
                .contact-phone {
                    flex-direction: column;
                }
        }

        .phone-container span{
            white-space:nowrap !important;
        }
            .phone-container span:hover{
                color:white !important;
            }
                .contact-phone > span{
                    font-size: 18px;
                }
                    .contact-phone svg{
                        width: 20px;
                    }

            .bretzel-container{
                height: 100%;
                padding-right: 30px;
                background-color: #F4F5F7;
            }
                .bretzel-container img{
                    height: 100%;
                    width: auto !important;
                    object-fit: contain;
                }

    /*--------------------Informations Adresse - Secondary Header-------------------------------*/

        .address-display {
            color: #ffffff;
            font-size: 15px;
            line-height: 1.4;
            background-color: rgba(35, 20, 17, 0.3);
            background-size: cover;
            background-origin: top left;
            height: 100%;
            position: relative;
            background-position-x: 0px;
            background-attachment: fixed;
        }
            .address-container {
                display: flex;
                align-items: center;
                padding: 10px 40px;
            }
                .address-container:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    width: 1400px;
                    height: 100%;
                    transform: translateX(-1400px);
                    background-color: rgba(35, 20, 17, 0.8);
                    z-index: 0;
                }

                .address-icon {
                    margin-right: 12px;
                    display: flex;
                    align-items: center;
                }
                    .address-icon img {
                        width: 12px;
                        height: auto;
                        vertical-align: middle;
                    }

                    .address-text {
                        color: #ffffff;
                        letter-spacing: 1px;
                    }

        @media screen and (max-width: 768px) {
            .address-display {
                text-align: center;
            }
            .address-container {
                justify-content: center;
            }
        }

        @media (max-width: 800px) {
            .bretzel-container {
                display: none;
            }
        }
    
/*----------------------Accueil-------------------*/

    /*-------------------------Slider-------------------------*/
        
        .slider-container{
            position: relative;
        }
            .slider-container:before{
                content: '';
                background-image: url(http://hkterrassement.s195202.gigagraf68-002.webo-facto.com/wp-content/uploads/2025/12/bas-before.svg);
                background-size: cover;
                background-repeat: no-repeat;
                width: 100%;
                height: 100px;
                position: absolute;
                bottom: 0px;
                left: 0px;
            }

        .h1-accueil{
            font-size: 18px;
            letter-spacing: 8px;
            color: white !important;
            font-family: Anton;
        }

        .h1-home{
            color: white !important;
            margin-top: 0px !important;
            text-transform: uppercase !important;
            font-size: 49px !important;
            letter-spacing: 4px !important;
        }

        @media screen and (max-width: 800px){
            h1, h1.h1-home{
                text-align: left !important;
                font-size: 35px !important;
            }
        }

        /*------------BTN---------------*/

            .btn-slide{
                margin-top: 40px !important;
            }
                .btn-home.btn-orange{
                    color: white;
                    text-transform: uppercase;
                    font-family: 'Anton';
                    background-color: #cf6029;
                    padding: 12px 20px;
                    border: 3px solid #cf6029;
                    letter-spacing: 3px;
                    margin-right: 10px;
                }
                    .btn-home.btn-orange:hover{
                        background-color: #3B2218;
                    }

                .btn-home.btn-border-white{
                    color: white;
                    text-transform: uppercase;
                    font-family: 'Anton';
                    background-color: transparent;
                    padding: 12px 20px;
                    border: 3px solid white;
                    letter-spacing: 3px;
                    margin-right: 10px;
                }
                    .btn-home.btn-border-white:hover{
                        background-color: #3B2218;
                    }

                /*------------------Animations des boutons-------------*/

                    .btn-home {
                        position: relative !important;
                        z-index: 1000 !important;
                        transition: all 0.3s ease-in-out !important;
                        overflow: hidden !important;
                        transform: scale(1) !important;
                    }
                        .btn-home:not(.btn-orange):not(.btn-border-white):hover {
                            transform: scale(1.05) !important;
                            /* Légère augmentation de taille */
                            background-color: #3B2218 !important;
                        }

                    .btn-home:not(.btn-orange):not(.btn-border-white):before {
                        content: '' !important;
                        position: absolute !important;
                        top: -50% !important;
                        left: -50% !important;
                        width: 200% !important;
                        height: 200% !important;
                        background: linear-gradient( 45deg, transparent, rgba(255, 255, 255, 0.1), transparent) !important;
                        transform: translateX(-100%) !important;
                        transition: transform 0.6s !important;
                    }

                    .btn-home:not(.btn-orange):not(.btn-border-white):hover:before {
                        transform: translateX(100%) !important;
                    }

                    .btn-home span {
                        display: inline-block !important;
                        transition: transform 0.3s ease !important;
                    }

                    .btn-home:hover span {
                        transform: translateY(-2px) !important;
                    }

        /*--------------------IMG Droite--------------*/

            .img-pelle {
                left: -20px;
                position: absolute;
            }

            .img-responsive .wp-image-69{
                width: 600px;
            }
            .img-primary {
                z-index: -1;
            }

            .home .fusion-image-element:nth-child(2) {
              position: absolute;
              bottom: -181px;
              right: -437px;
              width: 87%;
              z-index: 2 !important;
              pointer-events: none !important;
            }
                .home .fusion-image-element:nth-child(2) img {
                    display: block;
                    width: fit-content;
                    height: fit-content;
                }

            @media (max-width: 800px) {
                .home .fusion-image-element:nth-child(2) {
                    position: relative;
                    width: 100%;
                    margin-top: 20px;
                }
            }

    /*------------------------Prestations-----------------*/

        .services-grid {
            width: 780px;
            position: relative;
            z-index: 1 !important;
            top: 50px;
            background-color: white;
        }
    
        @media screen and (max-width: 1200px){
            .services-grid{
                margin-left: 0 !important;
            }
                .services-grid .services-container{
                    grid-template-columns: repeat(1, 1fr);
                    margin-top: 0px !important;
                }
                    .services-grid .services-container .service-arrow{
                        right: 15px;
                    }
        }

        .services-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            margin-top: 40px;
        }
            .service-item {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 18px 30px;
                text-decoration: none;
                text-transform: uppercase;
                font-size: 17px;
                letter-spacing: 3px;
                position: relative;
                transition: transform 0.3s ease-in-out !important;
                background: #ffffff;
                position: relative !important;
                overflow: hidden !important;
                transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
            }
                .service-item.white {
                    background-color: #ffffff;
                    color: #000000;
                }
                .service-item.brown {
                    background-color: #3B2218;
                    color: #ffffff;
                }
                    .service-item:hover {
                        transform: translateY(-5px) !important;
                    }

                    .service-item span{
                        font-family: 'Anton';
                    }
                    .service-item.white span {
                        color: rgba(40,15,3,0.7) !important;
                    }

                    .service-item.white .service-arrow path {
                        color: #3B2218 !important;
                    }

                    /* Animation */

                    .service-item svg {
                        transition: transform 0.3s ease-in-out !important;
                    }

                    .service-item:hover svg {
                        transform: translateX(8px) !important;
                    }

                    .service-item:hover {
                        box-shadow: 0 8px 15px rgba(232, 93, 4, 0.1) !important;
                    }

                    .service-item h3 {
                        transition: color 0.3s ease-in-out !important;
                    }
                        .service-item:hover h3 {
                            color: #E85D04 !important;
                        }

        /* Effet de brillance au hover */
        .service-item::before {
            content: '' !important;
            position: absolute !important;
            top: 0 !important;
            left: -75% !important;
            width: 50% !important;
            height: 100% !important;
            background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) !important;
            transform: skewX(-25deg) !important;
            transition: 0.7s !important;
            opacity: 0 !important;
        }
            .service-item:hover:before {
                left: 125% !important;
                opacity: 1 !important;
            }

            .service-item::after {
                content: '' !important;
                position: absolute !important;
                bottom: 0 !important;
                left: 0 !important;
                width: 100% !important;
                height: 2px !important;
                background: #E85D04 !important;
                transform: scaleX(0) !important;
                transform-origin: right !important;
                transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
            }
                .service-item:hover::after {
                    transform: scaleX(1) !important;
                    transform-origin: left !important;
                }


        .service-item h3 {
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
        }
            .service-item:hover h3 {
                color: #E85D04 !important;
                text-shadow: 0 0 1px rgba(232, 93, 4, 0.1) !important;
            }

        .service-item:hover {
            transform: translateY(-3px) !important;
            box-shadow: 0 10px 20px rgba(232, 93, 4, 0.1) !important;
        }
        .fusion-fullwidth {
            overflow: visible !important;
        }

        @media (max-width: 1200px) {
            .services-grid {
                width: 90%;
                max-width: 600px;
            }
                .service-item {
                    padding: 15px 35px 15px 20px;
                }

            .btn-slide a{
                display: block;
                margin-bottom: 10px;
            }
        }

        .services-grid {
            position: relative;
            z-index: 3;
        }
        .service-item {
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

    
        #wrapper .post-content blockquote, .comment-text blockquote, .fusion-body blockquote {
            border-color: #E85D04 !important;
        }

    /*---------------A propos--------------*/

        h2 span.uppercase-span{
            font-family: "Anton", sans-serif !important;
            font-weight: 400 !important;
            font-style: normal !important;
            font-size: 18px !important;
            letter-spacing: 9px !important;
            display: block;
            text-transform: uppercase;
            margin-top: 15px;
            color: rgba(20,22,23,0.9);
        }

        .accueil-text-1 > h3 {
            font-family: "Anton", sans-serif !important;
            font-weight: 400 !important;
            font-style: normal !important;
            font-size: 30px !important;
            letter-spacing: 0.3em !important;
        }

    /*-----------------------Réalisations---------------------*/

        /*-------------------------Filtres------------------------*/

        .fusion-filters {
            display: flex !important;
            flex-wrap: wrap !important;
            justify-content: flex-end !important;
            margin: 0 !important;
            margin-bottom: 20px !important;
        }
            .fusion-filters .fusion-filter {
                border: none !important;
            }
                .fusion-filters .fusion-filter a {
                    color: #ffffff !important;
                    text-transform: uppercase !important;
                    display: inline-block !important;
                    padding-bottom: 4px !important;
                    border-bottom: 2px solid transparent !important;
                    font-family: "Anton", sans-serif !important;
                    font-weight: 200 !important;
                    font-style: normal !important;
                    font-size: 16px !important;
                    letter-spacing: 0.2em !important;
                }
                .fusion-filters .fusion-filter a:hover,
                .fusion-filters .fusion-filter.fusion-active a {
                    color: #000000 !important;
                    border-bottom: 2px solid #000000 !important;
                    border-top: none !important;
                }

        .fusion-filters,
        .fusion-filter,
        .fusion-filter.fusion-active {
            border-top: none !important;
            border: none !important;
        }

        .realisations-portfolio .fusion-filters .fusion-filter a:hover {
            border-bottom: 2px solid #f0721e !important;
        }

        @media screen and (max-width: 1200px){
            .fusion-filters {
                display: block !important;
            }
                .fusion-portfolio-grid:not(.fusion-portfolio-text) .fusion-portfolio-post .fusion-image-wrapper{
                    text-align: left !important;
                }
        }

        /*----------------------------------------Portfolios--------------------------------*/

            .fusion-rollover-link{
                display: none !important;
            }

            .realisations-portfolio .fusion-filters li a{
                color: black !important;
            }
                .realisations-portfolio .fusion-filters li a:hover{
                    color: #f0721e !important;
                }

            .fusion-builder-row-5 .fusion-gallery {
                display: flex !important;
                justify-content: center !important;
                align-items: center !important;
                gap: 50px !important;
                margin-top: 50px !important;
                padding-left: 400px !important;
                max-width: 1400px !important;
            }
                #menu-item-411::before {
                    padding-left: 0px !important;
                }

            .fusion-masonry-element-container {
                position: relative !important;
                overflow: hidden !important;
                transition: all 0.4s ease !important;
                transform: scale(1) !important;
                height: 0 !important;
                padding-top: calc((100% + 20px) * 0.8 - 10px) !important;
            }
            .fusion-element-portrait .fusion-masonry-element-container {
                padding-top: calc((100% + 20px) * 0.8 - 10px) !important;
            }
                .fusion-masonry-element-container:hover {
                    transform: scale(1.03) !important;
                    z-index: 2 !important;
                }
                    .fusion-masonry-element-container img {
                        position: absolute !important;
                        top: 0 !important;
                        left: 0 !important;
                        width: 100% !important;
                        height: 100% !important;
                        object-fit: cover !important;
                        /* Couvre tout l'espace sans déformer */
                        object-position: center center !important;
                    }


            .fusion-rollover {
                background: rgba(255, 255, 255, 0.97) !important;
                opacity: 0 !important;
                transition: opacity 0.4s ease !important;
            }
                .fusion-masonry-element-container:hover .fusion-rollover {
                    opacity: 1 !important;
                }

            .fusion-rollover-content {
                display: flex !important;
                flex-direction: column !important;
                justify-content: center !important;
                align-items: center !important;
                height: 100% !important;
                padding: 20px !important;
                opacity: 0 !important;
                transition: opacity 0.4s ease !important;
            }
                .fusion-masonry-element-container:hover .fusion-rollover-content {
                    opacity: 1 !important;
                }
                    .fusion-rollover-title {
                        color: #000000 !important;
                        font-size: 18px !important;
                        font-weight: 500 !important;
                        text-transform: uppercase !important;
                        letter-spacing: 1px !important;
                        text-align: center !important;
                        margin-bottom: 15px !important;
                    }
                    .fusion-rollover-link,
                    .fusion-rollover-gallery {
                        color: #E85D04 !important;
                        font-size: 12px !important;
                        text-transform: uppercase !important;
                        letter-spacing: 1px !important;
                        margin: 5px !important;
                        padding: 5px 0 !important;
                        transition: all 0.3s ease !important;
                        border-bottom: 1px solid transparent !important;
                    }
                        .fusion-rollover-link:hover,
                        .fusion-rollover-gallery:hover {
                            border-bottom: 1px solid #E85D04 !important;
                        }

            .fusion-rollover-sep {
                display: none !important;
            }

            @media (max-width: 767px) {
                .fusion-gallery.fusion-gallery-1 .fusion-grid-column {
                    padding: 10px !important;
                }
            }

            @media (max-width: 480px) {
                .fusion-gallery.fusion-gallery-1 .fusion-grid-column {
                    width: 50% !important;
                }
            }

        /*----------------BTN--------------------*/

            .btn-black{
                color: white;
                text-transform: uppercase;
                font-family: 'Anton';
                background-color: #3B2218;
                padding: 12px 20px;
                border: 3px solid #3B2218;
                letter-spacing: 3px;
                margin-right: 10px;
                display: inline-block;
                margin-top: 30px;
            }
                .btn-black:hover{
                    border-color: white;
                    background-color: #3B2218;
                    color: white !important;
                }

    /*---------------------------Galerie----------------------------*/

        .logo-partenaires{
            position: relative;
        }
            .logo-partenaires img{
                width: 145px;
                height: 145px;
                object-fit: contain;
            }
                .logo-partenaires:before{
                    content: '';
                    background-image: url(http://hkterrassement.s195202.gigagraf68-002.webo-facto.com/wp-content/uploads/2025/04/pelle-hk-terrassement-alsace-haut-rhin.png);
                    background-size: contain;
                    background-repeat: no-repeat;
                    position: absolute;
                    left: -350px;
                    top: -75px;
                    width: 350px;
                    height: 350px;
                }

        @media screen and (max-width: 1200px){
            .logo-partenaires{
                padding: 0px 40px;
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                grid-template-rows: repeat(2, 1fr);
            }
                 .awb-gallery-wrapper .fusion-gallery.fusion-grid-6.logo-partenaires .fusion-grid-column{
                    width: 40% !important;
                }
        }

    /*-----------------------Blogs---------------------*/

        .derniers-articles {
            display: grid;
            grid-template-columns: repeat(2, 1fr); 
            gap: 25px;
            max-width: 1100px;
            margin: 0 auto;
            padding: 2rem;
        }
        .derniers-articles.all-articles {
            width: 100% !important;
            max-width: 100% !important;
            padding: 0px !important;
        }
            .articles-sec .article-item{
                display: flex;
                margin-bottom: 20px;
                align-items: center;
            }
                .article-item img:not(.calendar){
                    height: 250px;
                    object-fit: cover;
                    margin-bottom: 20px;
                }
                .articles-sec .article-item img:not(.calendar){
                    margin-right: 30px;
                    height: 180px;
                    max-width: 250px;
                    object-fit: cover;
                    margin-bottom: 0px !important;
                }
                    .article-date{
                        display: flex;
                        align-items: baseline;
                        text-transform: uppercase;
                    }
                        .article-item img.calendar{
                            margin-right: 8px;
                        }

                .derniers-articles h3{
                    font-size: 22px !important;
                    letter-spacing: 2px;
                    max-width: 400px;
                    margin-bottom: 20px;
                }

            .border-btn-black{
                color: #2B2D2E;
                text-transform: uppercase;
                font-family: 'Anton';
                background-color: white;
                padding: 10px 30px;
                border: 2px solid #2B2D2E;
                letter-spacing: 3px;
                display: inline-block;
                font-size: 13px;
            }
                .border-btn-black:hover{
                    color: white;
                    background-color: #D26630;
                }

        @media screen and (max-width: 1100px){
            .derniers-articles,
            .derniers-articles  .article-item{
                display: block !important;
            }
                .derniers-articles  .article-item{
                    margin-bottom: 50px !important;
                }
                    .derniers-articles .article-item img:not(.calendar){
                        height: 250px !important;
                        max-width: 100% !important;
                        margin-bottom: 30px !important;
                    }
        }


    /*-----------------------Contact---------------------*/

        .contact-block{
            margin-inline: 200px !important;
            margin-top: 100px !important;
            margin-bottom: 100px !important;
            position: relative;
        }

        .contact-block:before{
            content: "";
            position: absolute;
            width: 1400px;
            height: 100%;
            left: 0;
            top: 0;
            transform: translateX(-1400px);
            background-color: #f0721e;
        }

        .bandeau-contact .fusion-builder-row-inner{
            background-color: rgba(255,255,255,0.25);
            padding: 50px 30px 40px 30px !important;
            border-radius: 10px;
        }

        a.button-contact,
        button.button-contact,
        .button-contact{
          background-color:#111 !important;
          color:#fff !important;
          border: none !important;
          padding: 14px 22px; 
          border-radius: 14px;
          font-weight: 700;
          text-decoration: none;
          display:inline-flex;
          align-items:center;
          justify-content:center;
          cursor:pointer;
          box-shadow: 0 6px 18px rgba(0,0,0,.08);
          transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
        }
            a.button-contact:hover,
            button.button-contact:hover,
            .button-contact:hover,
            a.button-contact:focus-visible,
            button.button-contact:focus-visible,
            .button-contact:focus-visible{
              background-color:#fff !important;
              color:#111 !important;
              transform: translateY(-2px) scale(1.04);
              box-shadow: 0 14px 30px rgba(0,0,0,.18);
              outline: none;
            }

        .button-envoyer{
          background-color:#111 !important;
          color:#fff !important;
          border: none !important;
          padding: 14px 22px;
          border-radius: 14px;
          font-weight: 700;
          text-decoration: none;
          display: inline-flex;
          align-items:center;
          justify-content:center;
          cursor:pointer;
          box-shadow: 0 6px 18px rgba(0,0,0,.08);
          transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
        }
            .button-envoyer:hover{
              background-color:#fff !important;
              color:#111 !important;
              transform: translateY(-2px) scale(1.04);
              box-shadow: 0 14px 30px rgba(0,0,0,.18);
              outline: none;
            }

        .button-contact *{
          color: inherit !important;
        }
        .button-form{
           width: fit-content !important;
        }
            .button-form button{
                background-color: black;
                color: white;
                width: fit-content;
            }
                .button-form:hover button, .button-form a{
                    background-color: white!important;
                    transform: scale(1.05);
                    width: fit-content;
                }

        .button-form:hover button span{
            color: black !important;
        }

        @media screen and (max-width: 1200px) {

            .contact-block{
                margin-top: 25px !important;
                margin-bottom: 15px !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
                border-radius: 0 !important;
                width: 100% !important;
                padding: 10px !important;
            }   
            
            .contact-block h2{
                font-size: 35px !important;
            } 
            
          .contact-block:before{
              display: none !important;
          }
          
          .bandeau-contact .fusion-builder-row-inner{
              max-width: 100% !important;
          }
          
           .bandeau-contact .fusion-builder-row-inner .fusion-image-element{
              text-align: start !important;
          }
          
          .section-height-all{
              height: 125vh !important;
          }
          
          #img-house-piscine{
                max-width: 320px !important;
                width: 100% !important;
                justify-content: center !important;
          }
          
          .contact-section{
              padding-top: 100px !important;
              padding-right: 20px !important;
            padding-left: 20px !important;
              margin: 0 !important;
          }
            
            .img-pelle{
                width: 150px !important;
                position: absolute !important;
                top: -60px;
                left: 50px !important;
            }
        }

        @media (max-width: 1200px) {

            .contact-block{
                margin-top: 25px !important;
                margin-bottom: 15px !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
                width: 100% !important;
                padding-top: 30px !important;
                padding-bottom: 20px !important;
            }   
            
            .contact-block h2{
                font-size: 35px !important;
            } 
            
          
          .bandeau-contact .fusion-builder-row-inner{
              max-width: 100% !important;
          }
          
           .bandeau-contact .fusion-builder-row-inner .fusion-image-element{
              text-align: start !important;
          }
          
             .bandeau-contact .fusion-builder-row-inner{
              padding: 10px !important;
          }
          
          .section-height-all{
              height: 125vh !important;
          }
          
          #img-house-piscine{
                max-width: 450px !important;
                width: 100% !important;
                justify-content: center !important;
          }
        }

        .rappel-form-container {
            width: 100%;
            max-width: 400px;
        }

        .submit-btn {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            background: transparent;
            border: none;
            padding: 0;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .submit-btn svg {
            width: 24px;
            height: 24px;
        }

        .submit-btn path {
            stroke: #E85D04;
        }

        .input-wrapper {
            position: relative;
            width: 100%;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 4px;
            background: rgba(255, 255, 255, 0.05);
        }

        .input-wrapper input[type="tel"] {
            width: 100%;
            background: transparent;
            border: none;
            padding: 15px;
            color: rgba(255, 255, 255, 0.8);
            font-size: 16px;
        }

        .input-wrapper input[type="tel"]::placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

        .input-wrapper .submit-btn {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            background: transparent;
            border: none;
            padding: 0;
            cursor: pointer;
        }

        .input-wrapper .submit-btn svg {
            width: 22px;
            height: 22px;
        }

        .input-wrapper input[type="tel"]:focus {
            outline: none;
        }

        .input-wrapper:focus-within {
            border-color: rgba(255, 255, 255, 0.3);
        }

/*--------------------------Prestations Single-----------------------------*/

    .prestation-template-default #main > .fusion-row:first-of-type{
        max-width: 100% !important;
    }

/*---------------------Footer------------------------*/

    .services-container {
        position: relative;
        margin-top: 60px;
    }

    .fusion-footer-widget-area .fusion-layout-column{
        margin-bottom: 40px;
    }
        .fusion-footer-widget-area img:not(.wp-image-33):not(.wp-image-353){
            width: 20px !important;
            height: 20px;
            object-fit: contain;
        }
            .fusion-footer-widget-area a{
                color: white !important;
            }
                .fusion-footer-widget-area a:hover{
                    color: #DD5E1D !important;
                }

    .fusion-text .fusion-text-1 {
        background-color: rgba(35, 20, 17, 0.1) !important;
    }

    .fusion-test {
        opacity: 0.1;
    }

    .logo-footer {
        width: 150px;
        margin-bottom: 30px;
    }

    .text-footer-bottom {
        font-family: "Anton", sans-serif !important;
        font-weight: 400 !important;
        font-style: normal !important;
        font-size: 2rem !important;
    }