        /*  ===============================================
    Header
    ------------------------*/

        a {
            text-decoration: none;
        }

        a:hover {
            text-decoration: none;
        }

        body {
            font-family: "Poppins";
            overflow-x: hidden;
            background: #FBFAF5;
        }

        html {
            scroll-behavior: smooth;
        }

        .page {
            overflow: hidden;
        }

        .preloader {
            position: fixed;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            z-index: 999999;
            background-color: #ffffff;
            background-position: center center;
            background-repeat: no-repeat;
            background-image: url(../images/preloader.svg);
            background-size: 140px;
        }

        .site-branding {
            position: relative;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            z-index: 1;
            flex: 0 0 170px;
            padding: 0px 0;
            height: 100%;
        }

        .site-branding #logo-img {
            width: 100%;
        }

        .interne header {
            position: relative;
        }

        header {
            border-bottom: none;
            position: absolute;
            width: 100%;
        }

        /* .page.contact .ttm-stickable-header,
        .page.interne .ttm-stickable-header {
            border-bottom: 1px solid rgb(29, 29, 27, 0.15);
        } */

        .ttm-stickable-header {
            display: flex;
            align-items: center;
            background: transparent;
            box-shadow: none;
            width: 100%;
            z-index: 9;
            position: relative;
            top: 0;
            left: 0;
        }

        .ttm-stickable-header.fixed {
            position: fixed !important;
            top: 0;
            left: 0;
            width: 100%;
            background: rgb(247, 237, 210, 0.9);
            z-index: 99;
        }

        .fixed .espace-client .item-link {
            color: #fff;
        }

        .fixed .right-burger {
            filter: contrast(0) brightness(10);
        }

        .fixed .espace-client .icon img {
            filter: contrast(0) brightness(10);
        }

        .ttm-stickable-header.fixed-header .site-right {
            margin-bottom: 0;
            background: none;
        }

        .ttm-header-top-wrapper {
            position: relative;
        }

        .menu-box {
            display: flex;
            align-items: center;
            position: relative;
            z-index: 2;
            background: transparent;
            gap: 30px;
            justify-content: space-between;
        }

        .fixed .menu-box {
            border-bottom: none;
        }

        /** SiteNavigation(Menu) **/

        .menu-box .site-right {
            display: flex;
            align-items: end;
            gap: 60px;
        }

        .menu-box .contact-devis {
            display: flex;
            align-items: center;
            gap: 25px;
        }

        .site-navigation {
            position: relative;
            width: 100%;
        }

        .ttm-header-style-infostack #site-header-menu .container {
            padding: 0;
        }

        #site-header-menu #site-navigation .menu ul li ul>li:not(:last-child) {
            /* border-bottom: 1px solid #aaaaaa75; */
        }

        #site-header-menu #site-navigation .menu ul {
            padding: 0px;
            margin: 0px;
        }

        .ttm-menu-toggle {
            float: right;
        }

        .ttm-menu-toggle input[type=checkbox] {
            display: none;
        }

        #site-header-menu #site-navigation .menu>ul>li {
            display: inline-block;
            position: relative;
        }

        #site-header-menu #site-navigation .menu ul li:hover>ul {
            opacity: 1;
            display: block;
            visibility: visible;
            height: auto;
            transform: scaleY(1) translateZ(0px);
        }

        #site-header-menu #site-navigation .menu ul ul>li {
            position: relative;
        }

        #site-header-menu #site-navigation .menu ul ul ul {
            position: absolute;
            left: 100%;
            top: 0;
        }

        .interne #site-header-menu #site-navigation .menu>ul>li>a {
            color: #2F2F2F;
        }

        #site-header-menu #site-navigation .menu>ul>li>a {
            color: #FFF;
            font-family: "Poppins";
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 1.2;
        }

        #site-header-menu #site-navigation ul ul li {
            position: relative;
            border-bottom: 0px solid #e8e8e8;
        }

        #site-header-menu #site-navigation .menu ul li>ul li>a {
            margin: 0;
            display: block;
            padding: 15px 20px;
            position: relative;
            font-weight: 400;
            font-size: 18px;
            height: auto;
            line-height: 1.2;
        }

        #site-header-menu #site-navigation .menu ul>li>ul li.has-submenu>a:after {
            content: "\f105";
            position: absolute;
            background-color: transparent;
            right: 12px;
            top: 16px;
            display: inline-block;
            font-family: "FontAwesome";
            font-size: 15px;
            margin-left: 4px;
            opacity: 0.8;
        }

        i.add {
            font-size: 12px;
            padding-left: 3px;
        }

        #site-header-menu #site-navigation .menu ul li a span {
            /* padding: 1px 3px 2px;
        border-radius: 2px;
        font-size: 10px;
        line-height: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-left: 7px; */
        }

        .espace-client .item-link {
            color: #1D1D1B;
            font-family: "Archivo";
            font-size: 16px;
            font-weight: 400;
            line-height: 1.2;
            position: relative;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .social.contact {
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #56b05e;
            border-radius: 5px;
        }

        .header-contact-top .right-contact .social img {
            position: relative;
            top: -2px;
        }

        .header-contact-top .item {
            color: #ffffff;
        }

        .top-contact {
            padding: 20px 0;
            align-items: center;
            background: transparent;
            color: #ffffff;
            display: flex;
            z-index: 4;
            position: relative;
        }

        .box-contact {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
        }

        .interne .box-contact::before {
            background: #2F2F2F;
        }

        .box-contact::before {
            position: absolute;
            width: 100%;
            height: 1px;
            background: #fff;
            content: "";
            bottom: -20px;
            left: 0;
        }

        .box-contact .contact-info {
            display: flex;
            align-items: center;
            gap: 50px;
        }

        .box-contact .contact-info .item {
            display: flex;
            justify-content: flex-start;
            gap: 18px;
            align-items: center;
            transition: 0.4s;
            position: relative;
        }

        .interne .box-contact .item .icon {
            background: #D39D10;
        }

        .interne .box-contact .item .icon img {
            filter: contrast(0) brightness(10);
        }

        .box-contact .item .icon {
            display: flex;
            width: 45px;
            height: 45px;
            padding: 14px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            aspect-ratio: 1/1;
            border-radius: 50%;
            background: #FFF;
        }

        .interne .contact-info .item .detail,
        .interne .contact-info .item .title {
            color: #2F2F2F;
        }

        .home .box-contact .contact-info .item.client img {
            filter: contrast(0) brightness(10);
            transition: 0.3s;
        }

        .home .box-contact .contact-info .item.client:hover img {
            filter: none;
            transition: 0.3s;
        }

        .contact-info .item .title {
            color: #FFF;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 1.2;
        }

        .contact-info .item .detail {
            color: #FFF;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
            transition: 0.4s;
        }

        .contact-info .item:hover .detail {
            color: #D39D10;
        }

        .top-contact .box-btn .text {
            font-size: 16px;
            font-weight: 600;
        }

        .top-contact .btn-1 {
            height: 40px;
            padding: 0 18px;
            border: 1px solid #D9D9D9;
            background: rgba(255, 255, 255, 0.20);
        }

        .top-contact .box-btn:has(:hover) .btn-1 img {
            transition: 0.4s;
            filter: contrast(0);
        }

        .top-contact .item-link {
            display: flex;
            align-items: center;
            color: #fff;
        }

        .top-contact .item-link img {
            filter: contrast(0) brightness(10);
        }

        .top-contact .social {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .top-contact .info-contact {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 45px;
        }

        .top-contact .social-contact {
            display: flex;
            justify-content: space-between;
            gap: 50px;
        }

        .top-contact .info-contact .item {
            display: flex;
            gap: 10px;
        }

        .info-contact .item .icon {
            background: #F6F2ED;
            border-radius: 50%;
            width: 33px;
            height: 33px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .info-contact .item .description {
            color: #FFF;
            font-family: "Plus Jakarta Sans";
            font-size: 16px;
            font-weight: 500;
            line-height: 1.2;
        }

        .top-contact .info-contact .item .description {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 4px;
        }

        .top-contact .info-contact .item .description .detail {
            color: #CDCDCD;
            font-family: "Montserrat";
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 1.2;
            transition: 0.3s;
        }

        .top-contact .info-contact .item .description a.detail:hover {
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: auto;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
            transition: 0.3s;
        }

        .contact-top a {
            color: #ffffff;
        }

        .contact-top .one-flex {
            display: flex;
            align-items: center;
            gap: 30px;
        }

        .contact-top .item,
        .contact-xl .item {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .contact-top .item .description,
        .contact-xl .item .description {
            color: #ffffff;
            ;
            font-size: 16px;
            font-weight: 700;
            font-family: "Montserrat";
        }

        .contact-top .item.client .description {
            font-size: 14px;
            font-weight: 600;
            color: #ffffff;
            text-transform: uppercase;
        }

        .contact-top .item .description a,
        .contact-xl .item .description a {
            color: #1d1d1b;
            text-decoration: none;
            font-weight: 700;
        }

        .contact-top .item .description a:hover,
        .contact-top .item .description span,
        .contact-xl .item .description a:hover,
        .contact-xl .item .description span {
            color: inherit;
        }

        .contact-top {
            border: none;
            justify-content: space-between;
        }

        .contact-top .item .description span,
        .contact-top a {
            color: #ffffff;
        }

        .vertical-separator {
            position: relative;
            width: 1px;
            height: 50px;
            display: flex;
            align-items: center;
            background: #70a4467a;
        }

        header .espace-client {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
        }

        header .espace-client .box-btn {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        header .espace-client .item {
            width: 42px;
            height: 42px;
            flex-shrink: 0;
            border-radius: 50%;
            background: #D9D9D9;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        header .espace-client .btn-icon {
            width: 43px;
            height: 43px;
            border-radius: 50%;
            background: #9cac88;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #ffffff;
        }

        header .espace-client .btn-icon:hover {
            background: #495636;
        }

        header .espace-client .btn-1.social {
            width: 50px;
            height: 50px;
            border-radius: 25px;
            background: transparent;
            min-width: inherit;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #55b7d9;
        }

        /* Button Effect 1 Styles */

        .button-effect-1 {
            position: relative;
            display: inline-block;
            transition: all 0.4s ease;
            line-height: 1.05;
        }

        .button-effect-1 .btn-text {
            position: relative;
            display: inline-flex;
            overflow: hidden;
            transition: transform 0.4s ease;
        }

        .button-effect-1 .btn-text-1 {
            position: relative;
            display: inline-block;
            transition: transform 0.4s ease;
        }

        .button-effect-1 .btn-text-2 {
            position: absolute;
            top: 0;
            left: 0;
            transform: translateY(100%);
            transition: transform 0.4s ease;
        }

        .button-effect-1:hover .btn-text-1 {
            transform: translateY(-100%);
        }

        .button-effect-1:hover .btn-text-2 {
            transform: translateY(0);
        }

        .box-btn {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .box-btn .text-anim {
            transition: 0.8s;
            transform: translateY(-50px);
            opacity: 0;
            visibility: hidden;
            color: #FFF;
            text-align: center;
            font-family: "Inter";
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: uppercase;
        }

        .box-btn:has(a:hover) .text-anim {
            transition: 0.8s;
            transform: translateY(0);
            opacity: 1;
            visibility: visible;
        }

        .box-btn:has(a:hover) .btn-1 {
            border: 1px solid #B0B0B0;
            background: #FFF;
        }

        .box-btn:has(a:hover) .btn-1 img {
            filter: none;
            transition: 0.8s;
        }

        .box-btn .btn-1 img {
            filter: contrast(0) brightness(10);
            transition: 0.8s;
        }

        .box-btn .btn-1 {
            width: 45px;
            height: 45px;
            padding: 0;
            display: flex;
            justify-content: center;
        }

        .btn-1 {
            height: 52px;
            display: inline-flex;
            align-items: center;
            padding: 0px 25px;
            gap: 12px;
            border-radius: 0px;
            background: #D39D10;
            color: #FFF;
            font-family: "Poppins";
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            text-transform: uppercase;
            line-height: normal;
            line-height: 1.2;
            min-width: max-content;
            transition: all 0.95s ease;
            -moz-transition: all 0.95s ease;
            -ms-transition: all 0.95s ease;
            -o-transition: all 0.95s ease;
            overflow: hidden;
            position: relative;
            z-index: 2;
        }

        .btn-1>span {
            display: inline-flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            height: 30px;
        }

        .btn-1 .btn-double-text {
            transition: opacity 0.3s, transform 0.6s;
            transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
            line-height: 20px;
        }

        .btn-double-text:before {
            content: attr(data-text);
            display: inline-block;
            position: absolute;
            white-space: nowrap;
            top: 50%;
            opacity: 0;
            left: 50%;
            transform: translate(-50%, 100%);
            transition: opacity 0.5s, transform 0.8s;
            transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
        }

        .btn-1:hover .btn-double-text,
        .btn-1:active .btn-double-text {
            transform: translateY(-200%);
        }

        .btn-1:hover .btn-double-text:before,
        .btn-1:active .btn-double-text:before {
            transform: translate(-50%, 150%);
            opacity: 1;
        }

        .tf-btn.bg-sub-color.hover-border:hover {
            background-color: var(--Sub-color);
            border-color: var(--Sub-color);
            color: var(--White);
        }

        .btn-1 i,
        .btn-1 span {
            transition: all 200ms linear;
        }

        .btn-1:hover i {
            top: 0;
            color: #fff;
        }

        .btn-1 i {
            top: -100%;
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            line-height: 50px;
            text-align: center !important;
            font-size: 16px;
            z-index: 2;
        }

        .devis .btn-1 {
            background: #08525C;
            border: none;
            outline: none;
        }

        .box-content-img .img-content {
            position: relative;
        }

        .box-content-img .img-content::before {
            position: absolute;
            width: 100%;
            height: 100%;
            content: "";
            background: transparent;
            border: 15px solid #19365E;
            top: 34px;
            right: -34px;
            z-index: -1;
            transform: translateX(50px);
            opacity: 0;
            transition: 0.8s;
        }

        .box-content-img.aos-animate .img-content::before {
            transition: 0.8s;
            transition-delay: 0.8s;
            transform: translateX(0px);
            opacity: 1;
        }

        .img-fond::after {
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 1;
            content: "";
            top: 0;
            left: 0;
        }

        .certification {
            position: relative;
            padding: clamp(40px, 7vh + 2rem, 95px) 0;
        }

        .list-certification {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 50px;
        }

        .list-certification .item {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .list-certification .item .description {
            color: #090909;
            text-align: center;
            font-family: "Inter";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
        }

        .list-certification .item .description span {
            font-weight: 600;
        }

        .list-certification .item .img {
            min-height: 100px;
        }

        .equipe {
            position: relative;
            background: #506584;
            padding: clamp(40px, 7vh + 2rem, 95px) 0;
        }

        .equipe-slide .img {
            position: relative;
            height: 250px;
            max-width: 250px;
            width: 100%;
            margin-left: 45px;
            margin-bottom: 20px;
        }

        .equipe-slide .img>img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .equipe-slide .img::before {
            position: absolute;
            width: 100%;
            height: 100%;
            content: "";
            background: transparent;
            border: 10px solid #19365E;
            top: 20px;
            right: -20px;
            z-index: -1;
        }

        .equipe-slide .name {
            margin-top: 35px;
            color: #FFF;
            text-align: center;
            font-family: "Capriola";
            font-size: 30px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
        }

        .equipe-slide .poste {
            color: #FFF;
            text-align: center;
            font-family: "Inter";
            font-size: 16px;
            font-style: italic;
            font-weight: 600;
            line-height: 1.2;
        }

        .equipe-slide .description {
            margin-top: 20px;
            color: #FFF;
            text-align: center;
            font-family: "Inter";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
        }

        .equipe-slide .img .icon {
            position: absolute;
            background: #090909;
            top: 30px;
            left: -45px;
            z-index: 2;
            width: 90px;
            height: 90px;
            display: flex;
            justify-content: center;
        }

        .box-content-img {
            width: 100%;
            margin: 45px auto;
            display: flex;
            justify-content: center;
        }

        .box-content-img .img-content {
            overflow: visible;
            max-width: 1143px;
            height: calc(100vh - 220px);
            max-height: 730px;
            display: flex;
            flex: 1;
        }

        .box-content-img .img-content img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .box-content-img-text-interne {
            max-width: 940px;
            width: 100%;
            margin: 0 auto;
        }

        .interne .devis {
            margin-top: -200px;
        }

        .interne .devis .submit {
            left: 50%;
            transform: translateX(-50%);
            width: max-content;
        }

        .avis .list-btn {
            display: flex;
            align-items: center;
            gap: 15px;
            flex-wrap: wrap;
        }

        .btn-2 {
            background: #08525C;
        }

        .btn-1:hover {
            color: #fff;
        }

        .home-slide {
            position: relative;
            margin-top: -107px;
            border-bottom: 12px solid #08525C;
        }

        .home-slide .content-slide {
            position: relative;
            height: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: column;
        }

        .home-slide .owl-item {
            overflow: hidden;
        }

        .home-slide .container {
            position: relative;
            z-index: 3;
        }

        .home-slide .box-slide {
            position: relative;
            z-index: 1;
        }

        .box-slide .right-text {
            position: absolute;
            z-index: 2;
            right: 30px;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            width: auto;
            height: auto;
            flex-wrap: nowrap;
            writing-mode: vertical-lr;
            height: 100%;
            justify-content: center;
        }

        .box-slide .right-text span {
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #FFF;
            font-family: Archivo;
            font-size: var(--line-height-24, 24px);
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: 2px;
        }

        .home-slide .slide-navigation {
            position: absolute;
            right: 30px;
            bottom: 40px;
            z-index: 2;
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .home-slide .slide-navigation .home-nav {
            display: flex;
            align-items: center;
            justify-content: center;
            background: transparent;
            border: none;
            outline: none;
            transform-origin: 0.6s;
            width: auto;
            height: auto;
            transition: 0.6s;
            color: #FFF;
            text-align: center;
            font-family: "Poppins";
            font-size: 16px;
            font-weight: 800;
            line-height: 1.2;
            text-transform: uppercase;
        }

        .home-slide .slide-navigation .home-nav:hover {
            transition: 0.6s;
            color: #1EBABA;
        }

        .home-slide .box-slide .left-contact {
            position: absolute;
            left: 30px;
            width: auto;
            height: 100%;
            display: flex;
            flex-direction: column;
            gap: 30px;
            align-items: center;
            justify-content: center;
            top: calc(50%);
            transform: translateY(-50%);
            z-index: 4;
        }

        .home-slide .box-slide .bottom-social {
            position: absolute;
            bottom: 30px;
            width: auto;
            height: 50px;
            left: 30px;
            z-index: 4;
            display: flex;
            align-items: center;
            gap: 30px;
        }

        .page.contact .home-slide .item-slide {
            height: 100%;
            align-items: center;
        }

        .interne .home-slide .item-slide {
            height: 850px;
            min-height: 620px;
        }

        .home-slide .item-slide {
            height: calc(100vh - 65px);
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            transition: opacity 1s ease, transform 1s ease;
        }

        .home-slide .item-slide::before {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            content: "";
            z-index: 2;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
        }

        .home-slide .item-slide.filtered::before {
            display: none;
        }

        .home-slide .z-top {
            z-index: 2;
        }

        .home-slide .z-top {
            z-index: 2;
            flex: 1;
            max-width: 1320px;
        }

        .home-slide .item-slide .right-hs {
            display: flex;
            flex-direction: column;
            gap: 80px;
        }

        .home-slide .item-slide .content {
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-items: center;
            text-align: center;
            justify-content: center;
            width: 100%;
        }

        .home-slide .item-slide .img-home {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .home-slide .item-slide .navigation {
            display: flex;
            gap: 15px;
            position: relative;
            align-items: center;
        }

        .home-slide .item-slide .navigation .item {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #ffffff;
            font-size: 14px;
            font-family: 'Urbanist';
        }

        .home-slide .item-slide .bg-slide {
            position: absolute;
            z-index: -1;
            height: 100%;
            width: 100%;
            top: 0%;
            left: 0%;
        }

        .home-slide .item-slide .bg-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1);
            transition: 0.5s;
        }

        .home-slide .owl-item.active .item-slide .bg-slide img {
            transform: scale(1.05);
        }

        .home-slide .box-title {
            display: flex;
            justify-content: space-between;
            gap: 30px;
            align-items: center;
        }

        .home-slide .item-slide .sub-title {
            color: #FFF;
            text-align: center;
            font-family: "Poppins";
            font-size: clamp(20px, 2vw + 1rem, 40px);
            font-style: normal;
            font-weight: 500;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .banniere .title,
        .home-slide .item-slide .title {
            color: #FFF;
            text-align: center;
            font-family: "Poppins";
            font-size: clamp(22px, 2vw + 1rem, 60px);
            font-style: normal;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .home-slide .item-slide .title span {
            position: relative;
        }

        .banniere .title.aos-animate span::before,
        .home-slide .item-slide .title.aos-animate span::before {
            width: 100%;
            transition: 1.5s 1s;
        }

        .banniere .title span:hover::before .home-slide .item-slide .title.aos-animate span::before {
            transition: 1.5s;
            transition-delay: 1s;
            width: 100%;
        }

        .home-slide .item-slide .description {
            color: #FFF;
            font-family: "Inter";
            font-size: 30px;
            font-style: normal;
            font-weight: 500;
            line-height: 1.2;
            text-transform: uppercase;
        }

        .home-slide .item-slide .description span {
            position: relative;
        }

        .home-slide .active .item-slide .description span::before {
            width: 100%;
            transition: 1s;
            transition-delay: 1.2s;
        }

        .interne .home-slide .title.aos-animate::before {
            width: 150px;
            transition: 1s;
            transition-delay: 1.2s;
        }

        .interne .home-slide .title::before,
        .home-slide .item-slide .description span::before {
            transition: 0.6s;
            background: linear-gradient(90deg, #E5362B 0%, #F08639 50%, #037055 100%);
            position: absolute;
            content: "";
            z-index: 1;
            top: 100%;
            left: 0;
            width: 0%;
            height: 5px;
            transition: 0.9s;
        }

        .interne .home-slide .title::before {
            top: calc(100% + 10px);
        }

        .home-slide .item-slide .carte {
            position: relative;
            width: 100%;
        }

        .home-slide .item-slide .carte img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .home-slide .item-slide .content .link .deco-left {
            position: absolute;
            width: 0;
            left: 5px;
            top: 5px;
            opacity: 0;
            transform: 0.5s;
        }

        .home-slide .item-slide .content .link .deco-right {
            position: absolute;
            width: 0;
            right: 5px;
            bottom: 5px;
            opacity: 0;
            transform: 0.5s;
        }

        .home-slide .item-slide:hover .content .link {
            background: #433630;
            transform: 0.5s;
        }

        .home-slide .item-slide:hover .content .link .deco-right,
        .home-slide .item-slide:hover .content .link .deco-left {
            opacity: 1;
            width: auto;
            transition: 0.7s;
        }

        .home-slide .item-slide .more {
            width: 128px;
            height: 128px;
            background: #ceb35e;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
        }

        /* .home-slide .item-slide .more img {
    filter: brightness(0);
    } */

        .home-slide .item-slide:hover .more .item .img,
        .home-slide .item-slide .more .item .img-hover {
            display: none;
        }

        .home-slide .item-slide:hover .more .item .img-hover {
            display: block;
        }

        .home-slide .owl-item .item-slide .pre-title .home-slide .owl-item .item-slide .title span,
        .home-slide .owl-item .item-slide .pre-title,
        .home-slide .owl-item .item-slide .title {
            transform: translateX(250px);
            opacity: 0;
            visibility: hidden;
            transition: 1s;
            transition-delay: 0.1s;
        }

        .home-slide .owl-item .item-slide .pre-title {
            transition-delay: 0.4s;
        }

        /* .home-slide .owl-item .item-slide .btn-slide { */

        .home-slide .owl-item .item-slide .description {
            transform: translateX(250px);
            opacity: 0;
            visibility: hidden;
            position: relative;
            z-index: 2;
            transition: 0.5s;
            transition-delay: 0.5s;
        }

        .btn-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px 30px;
            flex-wrap: wrap;
            overflow: hidden;
            padding-bottom: 15px;
        }

        .btn-1:hover,
        header .btn-1:hover,
        .btn-slide .btn-1.secondary,
        .btn-slide .btn-1:hover {
            background: #08525C;
            transition: 0.5s;
        }

        .btn-slide .btn-1.secondary:hover {
            background: #D39D10;
        }

        header .btn-1::before {
            display: none;
        }

        header .btn-1 {
            border-color: #fff;
        }

        .top-contact .btn-1::before,
        .btn-slide .btn-1::before {
            display: none;
        }

        .devis .btn-1::before {
            /* background: #19365E; */
        }

        .btn-link {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #FFF;
            font-family: "Archivo";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
            letter-spacing: 4px;
            text-transform: uppercase;
            transition: 0.6s;
            text-decoration: none;
        }

        .btn-link img {
            filter: contrast(0) brightness(10);
            transition: 0.5s;
        }

        .btn-link:hover img {
            transition: 0.5s;
            filter: none;
        }

        .btn-link:hover {
            color: #E85150;
            transition: 0.6s;
            text-decoration: none;
        }

        .home-slide .owl-item.active .item-slide .pre-title,
        .home-slide .owl-item.active .item-slide .title span,
        .home-slide .owl-item.active .item-slide .title,
        .home-slide .owl-item.active .item-slide .description,
        .home-slide .owl-item.active .item-slide .btn-slide {
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
        }

        .home-slide .owl-carousel .owl-dots.disabled {
            display: block;
        }

        .home-slide .box-dot {
            position: absolute;
            width: max-content;
            height: 5px;
            display: flex;
            align-items: center;
            z-index: 2;
            left: 50%;
            transform: translateX(-50%);
            bottom: 55px;
        }

        .home-slide .owl-dots {
            position: absolute;
            border: 0;
            bottom: 34px;
            left: 50%;
            transform: translateX(-50%);
            right: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 40px;
        }

        .home-slide .home-slide-dots {
            position: absolute;
            width: auto;
            height: auto;
            z-index: 4;
            bottom: 50px;
            right: clamp(50px, 5vw + 2.5rem, 150px);
            display: flex;
            gap: 20px;
            align-items: center;
            background: transparent;
        }

        .home-slide-dots {
            display: flex;
            gap: 8px;
        }

        .home-slide-dots .owl-dot {
            color: #FFF;
            text-align: center;
            /* construz-react.vercel.app/Semantic/Button */
            font-family: var(--font-family-Font-1, "Titillium Web");
            font-size: var(--opacity-20, 20px);
            font-style: normal;
            font-weight: var(--font-weight-400, 400);
            line-height: var(--line-height-26, 26px);
            /* 130% */
            position: relative;
        }

        .home-slide-dots .owl-dot::before {
            position: absolute;
            z-index: 2;
            content: "/";
            color: #fff;
            width: 20px;
            height: 20px;
            z-index: 1;
            top: calc(50% - 2px);
            transform: translateY(-50%);
            right: -18px;
        }

        .home-slide-dots .owl-dot:last-child::before {
            display: none;
        }

        .home-slide-dots .owl-dot.active {
            color: #E85150;
        }

        .home-slide .owl-nav {
            position: absolute;
            bottom: 70px;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            max-width: 870px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 10;
            padding: 0 50px;
            text-align: center;
        }

        .home-slide .owl-nav .owl-next,
        .home-slide .owl-nav .owl-prev {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            padding: 0;
            border: none;
            outline: none;
            background-color: transparent;
            color: #fff;
        }

        .formulaire .list-form-group {
            display: flex;
            justify-content: space-between;
            padding-top: 15px;
        }

        .flaticon-fast-forward:before {
            content: "\f0a9";
        }

        .interne .devis .formulaire {
            border: 2px solid #FFF;
            background: rgba(25, 54, 94, 0.75);
            backdrop-filter: blur(5px);
        }

        .page.contact .devis {
            padding-bottom: 35px;
        }

        /* .devis .aos-animate .formulaire {
            box-shadow: 15px 15px 0 0 #181818;
            transition: 0.5s;
        } */

        .devis .formulaire {
            padding: 30px 50px;
            border-radius: 0px;
            position: relative;
            /* background: url("../images/bg-form.jpg") transparent 50% / cover no-repeat;
            backdrop-filter: blur(10px); */
            background: none;
            backdrop-filter: blur(10px);
        }

        .devis .formulaire::before {
            width: 100vw;
            height: 100%;
            z-index: -1;
            content: "";
            position: absolute;
            background: url("../images/bg-form.png") lightgray 100% / auto no-repeat;
            background-size: 60% 100%;
            backdrop-filter: blur(10px);
            top: 0;
            right: 0;
            opacity: 0.92;
        }

        .devis .hr-form {
            background: #D9D9D9;
            width: 100%;
            height: 1px;
            margin: 25px 0;
        }

        .devis .hr-form.secondary {
            width: calc(100% - 95px);
        }

        .devis .group {
            display: flex;
            align-items: flex-start;
            gap: 0px;
            flex-direction: column;
            position: relative;
        }

        .devis .title-devis {
            color: #08525C;
            text-align: center;
            font-family: "Poppins";
            font-size: clamp(17px, 2vw + 1rem, 26px);
            font-style: normal;
            font-weight: 600;
            line-height: 1.2;
            padding-bottom: 15px;
        }

        .devis-description {
            color: #2F2F2F;
            text-align: center;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
        }

        .interne .devis .title-devis {
            font-size: clamp(26px, 2vw, 40px);
        }

        .devis .title-devis span {
            color: #FFF;
            text-align: center;
            font-family: "Titillium Web";
            font-size: clamp(30px, 2vw + 1rem, 48px);
            font-weight: 700;
            line-height: 1;
            letter-spacing: -1px;
        }

        .devis .form-devis {
            background: transparent;
            padding: 24px 0 15px 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
        }

        .devis .center-block {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            flex-direction: column;
            gap: 20px;
        }

        .devis .form-group {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 5px;
            margin-bottom: 0;
        }

        .devis .next {
            color: #5E6B73;
            text-align: start;
            font-family: "Archivo";
            font-size: 20px;
            font-weight: 800;
            line-height: 1.2;
            text-transform: uppercase;
            padding-left: 28px;
        }

        .devis .form-group button {
            display: flex;
            border: none;
            gap: 10px;
            align-items: center;
            justify-content: space-between;
            flex-direction: row-reverse;
            width: max-content;
            padding: 0 15px;
            width: 70px;
            height: 70px;
            border-radius: 0px;
            border: 2px solid rgba(255, 255, 255, 0.30);
            background: transparent;
            outline: none;
            transition: 0.5s;
        }

        .devis .form-group button.active .label-form,
        .devis .form-group button:hover .label-form {
            color: #212120;
            transition: 0.5s;
        }

        .devis .form-group button img {
            filter: contrast(0) brightness(10);
            transition: 0.3s;
        }

        .devis .form-group button.active img,
        .devis .form-group button:hover img {
            filter: none;
            transition: 0.3s;
        }

        .devis .form-group button:hover,
        .devis .form-group button.active {
            border: 2px solid rgba(255, 255, 255, 0.30);
            background: #386068;
            transition: 0.3s;
        }

        .devis .box-form {
            display: flex;
            gap: 0;
            margin-top: 20px;
        }

        .devis .box-form .icon {
            background: #D39D10;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
        }

        /* --------------select nice------------------------ */

        .nice-select {
            width: 100%;
            border: 1px solid #D39D10;
            background: #FFF;
            height: 40px;
            display: flex;
            align-items: center;
            border-radius: 0;
            padding: 0 20px;
        }

        .nice-select:after {
            border-bottom: 2px solid #4E4C4C;
            border-right: 2px solid #4E4C4C;
            background: #4E4C4C;
            width: 12px;
            height: 8px;
            right: 20px;
            -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            transform: rotate(180deg);
            transform-origin: 60% 60%;
        }

        .nice-select.open:after {
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }

        .nice-select.open {
            border-color: #D39D10;
        }

        .nice-select.open .list {
            width: 100%;
            z-index: 4;
            margin-top: 1px;
            border-radius: 0;
        }

        .nice-select span.current {
            overflow: hidden;
            color: #4E4C4C;
            text-overflow: ellipsis;
            font-family: "Poppins";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
        }

        .nice-select.open .list li {
            color: #4E4C4C;
            font-family: "Poppins";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            line-height: 1.2;
            display: flex;
            align-items: center;
            position: relative;
        }

        .nice-select.open .list li:hover {
            color: #08525C;
            background: transparent;
        }

        .devis .box-input {
            position: relative
        }

        .devis .box-input .icon-input {
            position: absolute;
            left: 15px;
            top: 50%;
            z-index: 1;
        }

        .devis .group {
            display: flex;
            align-items: center;
            position: relative;
            justify-content: center;
            width: 100%;
        }

        .devis input {
            text-align: center;
            border: 1px solid #1F8536;
            background: #FFF;
            box-shadow: 0 4 4 -1 rgb(12, 12, 13, 0.5) inset;
            height: 49px;
            width: 100%;
            padding: 0 15px;
            margin-bottom: 20px;
        }

        .devis .submit {
            outline: none;
            text-align: center;
            justify-content: center;
            width: 100%;
            height: 46px;
        }

        .devis .submit img {
            transform: rotate(90deg);
        }

        .interne .devis .next {
            text-align: center;
        }

        .devis .title-label {
            color: #FFF;
            text-align: center;
            font-family: var(--font-family-Font-1, "Titillium Web");
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.2;
            text-transform: uppercase;
            width: 100%;
            display: flex;
            justify-content: center;
            padding-bottom: 10px;
            border-bottom: 2px solid rgba(255, 255, 255, 0.30);
        }

        .formulaire .label-form {
            color: #FFF;
            font-family: "Archivo";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            text-transform: uppercase;
            line-height: 1.2;
            padding-top: 4px;
        }

        .map-box {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .map-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .box-form-group {
            display: flex;
            align-items: center;
            flex-direction: row;
            justify-content: center;
            gap: 10px;
        }

        .interne .content-img-text {
            padding: clamp(50px, 6vh + 1rem, 95px) 0;
        }

        .content-img-text {
            position: relative;
            padding: clamp(30px, 6vh + 1.5rem, 85px) 0;
            background: #FBFAF5;
        }

        .content-img-text .img-box {
            margin-top: 40px;
        }

        .box-img-text {
            display: flex;
            gap: 15px;
        }

        .img-text {
            font-family: "Impact";
            font-size: clamp(170px, 8vw + 2rem, 280px);
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            background: url('../images/bg-img-text.jpg') lightgray -3.837px -25.254px / 118.067% 112.902% no-repeat;
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .animated-text {
            display: inline-flex;
            flex-wrap: wrap;
            overflow: hidden;
            white-space: nowrap;
        }

        .animated-text.lefted {
            justify-content: flex-start !important;
        }

        .animated-text span {
            display: inline-block;
            opacity: 0;
            transform: translateX(50%);
            /* pas d’animation auto ici */
        }

        .animated-text.animate span {
            animation: slideFade 0.5s forwards;
            animation-timing-function: ease-in-out;
        }

        @keyframes slideFade {
            from {
                opacity: 0;
                transform: translateX(50%);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .content-img-text .experience {
            color: #19365E;
            text-align: center;
            font-family: "Inter";
            font-size: clamp(20px, 2vw, 30px);
            font-weight: 600;
            line-height: 1.2;
            text-transform: uppercase;
            padding-top: 5px;
        }

        .about-tab {
            position: relative;
            z-index: 1;
            padding-top: 150px;
        }

        .about-tab .filter-menu {
            display: flex;
            gap: 0;
            width: 100%;
        }

        .about-tab .filter-content .sect-title {
            position: absolute;
            bottom: 100%;
            z-index: 1;
            top: 0;
        }

        .about-tab .filter-content .sect-title h1 {
            transition: 0.6s;
        }

        .filter-menu button {
            background: #F5F5F5;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 50px;
            color: #737373;
            text-align: center;
            /* construz-react.vercel.app/Semantic/Button */
            font-family: var(--font-family-Font-2, Archivo);
            font-size: var(--font-size-18, 18px);
            font-style: normal;
            font-weight: var(--font-weight-400, 400);
            line-height: 1.2;
            border: none;
            outline: none;
            width: 100%;
            margin-bottom: 15px;
            transition: 0.4s;
            position: relative;
        }

        .filter-menu button.active {
            background: #FFF;
            transition: 0.4s;
            color: #E85150;
        }

        .filter-menu button::before {
            background: #E85150;
            position: absolute;
            content: "";
            z-index: 1;
            top: 0;
            left: 0;
            width: 0;
            height: 2px;
            transition: 0.6s;
        }

        .filter-menu button.active::before {
            transition: 0.6s;
            width: 100%;
        }

        .content-img-text .content-img {
            display: flex;
            position: relative;
            padding-bottom: 150px;
        }

        .content-img-text .content-img .left-img {
            width: 55%;
            max-width: 370px;
            z-index: -1;
        }

        .content-img-text .content-img .right-img {
            bottom: 0;
            position: absolute;
            right: 0;
            border-top: 5px solid #fff;
            border-left: 5px solid #fff;
            width: 60%;
            max-width: 400px;
            z-index: 1;
        }

        .content-img-text .content-img .deco-bottom {
            bottom: 0;
            position: absolute;
            left: 0;
            background: transparent;
            z-index: 1;
        }

        .content-img-text .content-img .left-img img,
        .content-img-text .content-img .right-img img {
            width: 100%;
        }

        .content-img-text .content-img .top-info {
            top: 0;
            position: absolute;
            right: 0;
            background: transparent;
            z-index: 1;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .content-img-text .content-img .top-info .number {
            color: var(--construz-react-vercel-app-woodsmoke, var(--color-blue-10, #15161C));
            /* construz-react.vercel.app/Semantic/Heading 3 */
            font-family: var(--font-family-Font-1, "Titillium Web");
            font-size: 47.4px;
            font-style: normal;
            font-weight: var(--font-weight-700, 700);
            line-height: 1.2;
        }

        .content-img-text .content-img .top-info .description {
            color: var(--construz-react-vercel-app-woodsmoke, var(--color-blue-10, #15161C));
            /* construz-react.vercel.app/Titillium Web/Bold */
            font-family: var(--font-family-Font-1, "Titillium Web");
            font-size: 19.5px;
            font-style: normal;
            font-weight: var(--font-weight-700, 700);
            line-height: 1.2;
        }

        .content-img-text .logo-icon {
            display: flex;
            justify-content: center;
            padding-bottom: 20px;
        }

        .content-img-text .ban-content-img {
            width: 100%;
            height: 337px;
            max-width: 1720px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
            position: relative;
            margin-top: -100px;
            top: 150px;
        }

        .content-img-text .ban-content-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .box-deco {
            position: relative;
            z-index: 1;
            transition: 0.6s;
        }

        .box-deco::before {
            background: #181818;
            position: absolute;
            content: "";
            z-index: -1;
            width: 100%;
            height: 100%;
            left: 0;
            bottom: 0;
            transition: 0.6s;
            opacity: 0;
        }

        .aos-animate .box-deco::before,
        .aos-animate.box-deco::before {
            opacity: 1;
            left: 15px;
            bottom: -15px;
            transition: 0.6s;
            transition-delay: 0.8s;
        }

        .box-deco.card::after {
            background: #212120;
            position: absolute;
            content: "";
            z-index: -1;
            width: 100%;
            height: 100%;
            left: 0;
            bottom: 0;
        }

        .home .content-img-text .container {
            position: relative;
            z-index: 4;
        }

        .content-img-text .text-principal {
            position: relative;
        }

        .secteur.content-img-text::before {
            display: none;
        }

        .secteur.content-img-text .bottom-content {
            bottom: 0;
            left: 0;
        }

        @keyframes bgScale {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.2);
            }

            100% {
                transform: scale(1);
            }
        }

        .content-img-text .img-principal {
            position: relative;
        }

        .content-img-text .img-content {
            position: relative;
            border-radius: 0px;
        }

        .interne .content-img-text .img-content::before {
            border: 8px solid #D39D10;
        }

        .box .box-avis::before,
        .content-img-text .img-content::before {
            position: absolute;
            z-index: -1;
            content: "";
            width: 100%;
            height: 100%;
            top: 20px;
            right: -20px;
            background: transparent;
            border: 10px solid #08525C;
            opacity: 0;
            visibility: hidden;
            transition: 0.6s;
            transform: translate(-20px, -20px);
        }

        .aos-animate .box-avis::before,
        .content-img-text .img-box.aos-animate .img-content::before {
            opacity: 1;
            visibility: visible;
            transition: 0.6s;
            transition-delay: 1s;
            transform: translate(0px, 0px);
        }

        .content-img-text .experience {
            position: absolute;
            left: 0px;
            bottom: -0px;
            z-index: 1;
            width: auto;
            height: auto;
            background: #D39D10;
            padding: 10px 30px;
            max-width: 245px;
        }

        .content-img-text .experience .number {
            color: #FFF;
            font-family: "Poppins";
            font-size: clamp(28px, 2.5vw + 1rem, 50px);
            font-style: normal;
            font-weight: 700;
            line-height: 1;
            text-transform: none;
        }

        .content-img-text .experience .description {
            color: #FFF;
            font-family: "Poppins";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
            text-transform: none;
        }

        .content-img-text .right-content img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .ariane {
            position: relative;
            padding: 20px 0;
        }

        .contact .ariane {
            background: #F8F4F4;
        }

        .fil-ariane {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 25px;
            align-items: center;
            padding-bottom: 15px;
        }

        .fil-ariane .item {
            color: #444;
            font-family: "Archivo";
            font-size: 16px;
            font-weight: 400;
            line-height: 1.2;
            position: relative;
            display: flex;
            align-items: center;
        }

        .fil-ariane .item:not(:last-of-type)::before {
            position: absolute;
            right: -15px;
            top: 50%;
            content: "";
            background: url('../images/picto/angle-right-i.svg') 50% /auto no-repeat;
            z-index: 1;
            width: 10px;
            height: 10px;
            transform: translateY(-50%);
        }

        .deco-points {
            position: relative;
            width: 15px;
            height: 15px;
            background: #F08639;
            border-radius: 50%;
            margin: 10px 26px;
            display: inline-flex;
        }

        .deco-points .aos-animate::before,
        .deco-points.aos-animate::before {
            transition-delay: 0.6s;
            opacity: 1;
            right: calc(100% + 10px);
            transform: translateX(0px);
        }

        .deco-points .aos-animate::after,
        .deco-points.aos-animate::after {
            transition-delay: 0.6s;
            opacity: 1;
            left: 10px;
            transform: translateX(0px);
        }

        .deco-points::before {
            right: -15px;
            position: relative;
            content: "";
            z-index: 1;
            width: 15px;
            min-width: 15px;
            height: 15px;
            background: #E5362B;
            border-radius: 50%;
            opacity: 0;
            transform: translateX(70px);
        }

        .deco-points::after {
            left: 0px;
            position: relative;
            content: "";
            z-index: 1;
            width: 15px;
            min-width: 15px;
            height: 15px;
            background: #037055;
            border-radius: 50%;
            opacity: 0;
            transform: translateX(-70px);
        }

        .sect-title.centered {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .sect-title .sub-title {
            color: #08525C;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.2;
            text-transform: uppercase;
            position: relative;
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 30px;
        }

        .sect-title .sub-title::before {
            position: relative;
            content: "";
            left: 0;
            width: 52px;
            height: 43px;
            background: url('../images/logo-icon.svg') 50% / cover no-repeat;
        }

        .sect-title .sub-title span.colored {
            color: #D39D10;
        }

        .sect-title .h2,
        .bloc-text .h2,
        .bloc-text h2,
        .sect-title h1 {
            color: #08525C;
            font-family: "Poppins";
            font-size: clamp(21px, 1.5vw + 0.5rem, 30px);
            font-style: normal;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 25px;
        }


        .sect-title .description {
            color: #4E4C4C;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
        }

        .sect-title .description span {
            font-weight: 600;
        }

        .bloc-text>p {
            color: #4E4C4C;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.4;
            margin-bottom: 25px;
        }

        .content-img-text.interne.contact .bloc-text p {
            font-size: 20px;
        }

        .interne .content-img-text .box-img-content .img {
            width: 100%;
            height: 540px;
            overflow: hidden;
        }

        .interne .content-img-text .box-img-content .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .logo-hr {
            width: 100%;
            padding: 65px 0;
        }

        .engagement {
            position: relative;
            padding-bottom: 90px;
        }

        .engagement .box-title {
            background: transparent;
            padding: 15px 0;
            z-index: 9;
            position: relative;
            margin-top: -60px;
            border-radius: 20px;
        }

        .engagement .card-engagement {
            padding: 35px;
            background: #363636;
            position: relative;
            display: flex;
            gap: 20px;
            flex-direction: column;
            align-items: center;
            min-height: max-content;
            height: 100%;
            transition: 0.4s;
        }

        .engagement.contact .card-engagement {
            flex-direction: row;
            align-items: center;
            gap: 20px;
        }

        .engagement .card-engagement:hover {
            background: linear-gradient(298deg, #2B2828 3.32%, #363636 40.32%, #2B5078 98.68%), #363636;
            transition: 0.4s;
            transform: translateY(-20px);
        }

        .card-engagement .title {
            color: #FFF;
            font-family: "Montserrat";
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.3;
            text-transform: uppercase;
            text-align: center;
        }

        .card-engagement .description {
            color: #FFF;
            text-align: center;
            font-family: "Montserrat";
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 1.2;
        }

        .card-engagement .icon {
            position: relative;
            z-index: 1;
        }

        .engagement.contact .card-engagement .icon {
            position: relative;
            background: #FFF;
            width: 64px;
            height: 64px;
            flex-shrink: 0;
            border-radius: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            top: inherit;
            right: inherit;
        }

        .engagement.contact .card-engagement .detail {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        /* ----------------------animmm----------------------- */

        @-webkit-keyframes clip-a-z {
            0% {
                opacity: 0;
                clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            }

            45% {
                opacity: 0.5;
            }

            100% {
                opacity: 1;
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            }
        }

        @keyframes clip-a-z {
            0% {
                opacity: 0;
                clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            }

            45% {
                opacity: 0.5;
            }

            100% {
                opacity: 1;
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            }
        }

        .clip-a-z {
            -webkit-transition: -webkit-transform 0.5s ease-in-out;
            transition: -webkit-transform 0.5s ease-in-out;
            transition: transform 0.5s ease-in-out;
            transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
            -webkit-animation: clip-a-z 2s;
            animation: clip-a-z 2s;
            -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
            animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        }

        @keyframes clip-x {
            0% {
                opacity: 0.2;
                width: 20px;
            }

            50% {
                opacity: 9;
                width: 40px;
            }

            100% {
                opacity: 1;
                width: 88px;
            }
        }

        .clip-x {
            -webkit-transition: -webkit-transform 0.5s ease-in-out;
            transition: -webkit-transform 0.5s ease-in-out;
            transition: transform 0.5s ease-in-out;
            transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
            -webkit-animation: clip-x 0.8s;
            animation: clip-x 0.8s;
            -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
            animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        }

        .animated {
            -webkit-animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-duration: 1s;
            animation-fill-mode: both;
        }

        .fade-right {
            -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
        }

        @-webkit-keyframes fadeInRight {
            0% {
                -webkit-transform: translate3d(100%, 0, 0);
                opacity: 0;
                transform: translate3d(100%, 0, 0);
            }

            100% {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0);
            }
        }

        .fade-left {
            -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
        }

        @-webkit-keyframes fadeInLeft {
            0% {
                -webkit-transform: translate3d(-100%, 0, 0);
                opacity: 0;
                transform: translate3d(-100%, 0, 0);
            }

            100% {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0);
            }
        }

        /* -------------------------------servicess-------------------- */
        /* .interne .service {
            padding-top: 90px;
        } */

        .service {
            position: relative;
            padding: clamp(35px, 7vh + 2rem, 85px) 0 40px 0;
            z-index: 1;
        }

        .service .btn-double-text:before {
            color: #08525C;
        }

        .interne .service {
            margin-bottom: clamp(60px, 12vh + 4rem, 150px);
        }

        .service::before {
            position: absolute;
            content: "";
            z-index: -1;
            bottom: 0;
            width: 100%;
            height: 100%;
            max-height: 220px;
            background: #08525C;
        }

        .service .title-btn {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 15px;
        }

        .service .list-btn .btn-1 {
            border: 1px solid #FFF;
            background: transparent;
        }

        .service .list-btn .btn-1:hover {
            background: #FFF;
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
        }

        .btn-double-text:before {
            color: #fff;
        }

        .service .list-btn {
            display: flex;
            gap: 15px;
        }

        .service .box-service {
            position: absolute;
            width: calc(100%);
            max-width: 1720px;
            height: 100%;
            content: "";
            z-index: -1;
            background: #FFFFFF;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }

        .service .container {
            position: relative;
        }

        .service .box-slide {
            margin: 0 50px;
        }

        .service .slide-nav {
            display: flex;
            gap: 10px;
        }

        .service .slide-nav button {
            border: none;
            outline: none;
            background: transparent;
            transition: 0.4s;
        }

        .service .slide-nav button:hover {
            transition: 0.4s;
            transform: scale(1.2);
        }

        .service .z-top {
            z-index: 9;
        }

        .service .item-slide {
            position: relative;
            transition: 0.6s;
        }

        .service .item-slide .img {
            width: 100%;
            height: 300px;
            overflow: hidden;
            position: relative;
            overflow: hidden;
        }

        .img-zoom,
        .service .item-slide .img img {
            display: block;
            width: 100%;
            -webkit-transition: all 8s linear;
            -o-transition: all 8s linear;
            transition: all 8s linear;
        }

        .item-parent:hover .img-zoom,
        .service .item-slide:hover .img img {
            transform: scale(1.4);
            -webkit-transition: all 8s linear;
            -o-transition: all 8s linear;
            transition: all 8s linear;
        }

        .service .item-slide .title {
            text-transform: capitalize;
            background: #D39D10;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #FFF;
            font-family: "Poppins";
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 1.2;
            position: absolute;
            z-index: 1;
            width: calc(100% - 96px);
            height: 52px;
            bottom: -30px;
            left: 50%;
            transition: 0.6s;
            opacity: 1;
            transform: translateX(-50%);
        }

        .service .item-slide .more {
            background: #D39D10;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #FFF;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
            text-transform: uppercase;
            width: 100%;
            height: 52px;
        }

        .service .item-slide:hover .title {
            transition: 0.6s;
            opacity: 0;
            transform: translate(-50%, 50px);
        }

        .service .item-slide .description {
            position: absolute;
            z-index: 1;
            width: calc(100% - 96px);
            height: auto;
            bottom: -30px;
            left: 50%;
            padding: 20px 0 0 0;
            transform: translate(-50%, 100px);
            background: #08525C;
            opacity: 0;
            visibility: hidden;
            transition: 0.5s;
        }

        .service .item-slide:hover .description {
            transition: 0.5s;
            opacity: 1;
            visibility: visible;
            transform: translate(-50%, 0);
        }

        .service .item-slide .detail {
            padding: 10px 20px;
            color: #FFF;
            text-align: center;
            font-family: "Poppins";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
        }

        .service .item-slide .title-top {
            color: #FFF;
            font-family: "Poppins";
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 1.2;
            text-align: center;
            text-transform: capitalize;
        }

        .service .item-slide .box-icon {
            background: rgba(255, 255, 255, 0.30);
            backdrop-filter: blur(20px);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            z-index: 1;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
            visibility: hidden;
            transition: 0.6s;
        }

        .service .item-slide:hover .box-icon {
            opacity: 1;
            visibility: visible;
            transition: 0.6s;
            width: 130px;
            height: 130px;
        }

        .box-icon .icon {
            position: relative;
            z-index: 1;
        }

        .service .item-slide:hover .box-icon .icon img {
            opacity: 1;
            transition: 0.6s;
        }

        .service .item-slide .box-icon .icon img {
            opacity: 0;
            transition: 0.6s;
        }

        .service .item-slide:hover .box-icon .icon::before {
            width: 80px;
            height: 80px;
            opacity: 1;
            transition: 0.6s;
        }

        .box-icon .icon::before {
            position: absolute;
            z-index: 1;
            content: '';
            background: url('../images/picto/s-search.svg') 50% / auto no-repeat;
            top: 65%;
            left: 65%;
            width: 40px;
            height: 40px;
            opacity: 0;
            transform: translate(-50%, -50%);
            transition: 0.6s;
        }

        .service .item-slide .type {
            color: #FFF;
            font-family: "Inter";
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 1.2;
            letter-spacing: 1.6px;
            text-transform: uppercase;
            position: absolute;
            bottom: 40px;
            left: 40px;
            z-index: 1;
            writing-mode: vertical-lr;
            transform: rotate(180deg);
            transition: 0.6s;
        }

        .service .item-slide:hover .type {
            opacity: 0;
            letter-spacing: 1.5em;
        }

        .service .item-slide .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .service .box-slide {
            position: relative;
            z-index: 1;
        }

        .service .slide-navigation {
            position: relative;
            right: 0;
            top: 0px;
            z-index: 2;
            display: flex;
            align-items: center;
            height: 100%;
            gap: 20px;
        }

        .service .owl-carousel .owl-dots {
            display: flex;
            justify-content: center;
            margin-top: 10px;
            gap: 6px;
        }

        .service .owl-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: var(--color-grey-80, #CCCCCD);
            border: none;
            outline: none;
        }

        .service .owl-dot.active {
            background: #E85150;
        }

        .service .slide-navigation .service-nav {
            display: flex;
            width: 60px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            height: 60px;
            border-radius: 16px;
            background: #1EBABA;
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
            outline: none;
            border: none;
            transition: 0.6s;
        }

        .service .slide-navigation .service-nav:hover {
            transition: 0.6s;
            background: #fff;
        }

        .service .slide-navigation .service-nav img {
            transition: 0.6s;
            filter: none;
        }

        .etape {
            background: #12252A;
            padding: clamp(40px, 6vh + 1.5rem, 95px)0 0 0;
            position: relative;
            overflow: hidden;
        }

        .etape .deco-bottom {
            position: absolute;
            z-index: 0;
            height: 65%;
            width: 40%;
            max-width: 860px;
            bottom: 0;
            left: 0;
        }

        .etape .deco-bottom img {
            width: 100%;
        }

        .etape .item-stepp {
            display: flex;
            align-items: center;
            gap: 15px;
            padding-bottom: 25px;
        }

        .item-stepp .icon {
            width: 65px;
            display: flex;
            justify-content: center;
        }

        .item-stepp .description {
            color: #FFF;
            font-family: "Archivo";
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.1;
        }

        .bottom-etape {
            background: #FFFFFF;
            padding: 60px 0;
            position: relative;
        }

        .bottom-etape::before {
            position: absolute;
            content: "";
            z-index: 1;
            background: #fff;
            top: 0;
            left: 100%;
            width: 100vw;
            height: 100%;
        }

        .bottom-etape::after {
            position: absolute;
            content: "";
            z-index: 1;
            background: #fff;
            top: 0;
            right: 100%;
            width: 100vw;
            height: 100%;
            display: none;
        }

        .item-paiement {
            display: flex;
            flex-direction: column;
            position: relative;
        }

        .list-paiement {
            display: flex;
            gap: 50px;
        }

        .list-paiement .item-paiement:first-of-type::before {
            position: absolute;
            content: "";
            z-index: 2;
            width: 1px;
            height: 88%;
            background: #386068;
            top: 50%;
            transform: translateY(-50%);
            right: -30px;
        }

        .item-paiement .title {
            color: #386068;
            text-align: right;
            font-family: var(--font-family-Font-1, "Titillium Web");
            font-size: clamp(30px, 2.5vw, 51px);
            font-style: normal;
            font-weight: var(--font-weight-700, 700);
            line-height: 1.1
        }

        .item-paiement .description {
            color: #386068;
            font-family: "Archivo";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
        }

        .avis {
            position: relative;
            background: #FBFAF5;
            padding: 0 0 clamp(35px, 6vh + 2rem, 80px) 0;
        }

        .avis .sect-title .description {
            padding: 30px 0;
        }

        .z-2 {
            z-index: 2;
        }

        .box-avis {
            position: relative;
            padding: 40px 50px;
            background: url('../images/bg-experience.jpg') lightgray 50% / cover no-repeat !important;
        }

        .avis .note {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .avis .note .number {
            color: var(--construz-react-vercel-app-woodsmoke, var(--color-blue-10, #15161C));
            font-family: var(--font-family-Font-1, "Titillium Web");
            font-size: 47px;
            font-style: normal;
            font-weight: var(--font-weight-700, 700);
            line-height: 1.2;
        }

        .avis .note .description {
            color: var(--construz-react-vercel-app-woodsmoke, var(--color-blue-10, #15161C));
            font-family: var(--font-family-Font-1, "Titillium Web");
            font-size: 19.5px;
            font-style: normal;
            font-weight: var(--font-weight-700, 700);
            line-height: 1.2;
        }

        .note-img {
            width: 250px;
            position: relative;
            margin-bottom: -50px;
            margin: 0 auto;
        }

        .note-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .avis .avis-slide .list-star {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .avis-slide .list-star i {
            width: 24px;
            font-size: 24px;
            background: transparent;
            color: #565944;
        }

        .avis-slide .list-star i.filled:before {
            content: "\f005";
        }

        .avis-slide .name {
            color: #1E1E1E;
            font-family: "Roboto Mono";
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
            /* 130% */
        }

        .avis-slide .description {
            color: #1E1E1E;
            font-family: "Roboto";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
            /* 130% */
        }

        .paiement {
            display: flex;
            align-items: center;
            position: relative;
            padding: 75px 0;
        }

        .paie-img {
            width: 200px;
            position: relative;
            margin: 0 auto;
        }

        .paie-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .paiement .bg-paiement {
            position: absolute;
            z-index: 1;
            width: 766px;
            height: 100%;
            top: 0;
            right: 0;
        }

        .paiement .bg-paiement img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .paiement .box-content {
            position: relative;
            width: 100%;
            padding: 80px 0;
            z-index: 2;
        }

        .paiement .box-content::before {
            position: absolute;
            background: #215299;
            z-index: 1;
            width: calc(100% - 30%);
            height: 100%;
            top: 0;
            left: 0;
            content: "";
        }

        .paiement .box-paiement .logo-paiement {
            position: relative;
            z-index: 1;
        }

        .paiement .btn-1:hover::after,
        .paiement .btn-1:hover::before {
            background: #95D2AB;
        }

        /* Link Effect 2 Styles */

        .link-effect-2 {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.4s ease;
        }

        .link-effect-2 .text {
            position: relative;
            display: inline-block;
            overflow: hidden;
            transition: transform 0.4s ease;
        }

        .link-effect-2 .text1 {
            position: relative;
            display: inline-block;
            transition: transform 0.4s ease;
        }

        .link-effect-2 .text2 {
            position: absolute;
            top: 0;
            left: 0;
            transform: translateY(100%);
            transition: transform 0.4s ease;
        }

        .link-effect-2:hover .text1 {
            transform: translateY(-100%);
        }

        .link-effect-2:hover .text2 {
            transform: translateY(0);
        }

        .valeur {
            position: relative;
            background: #fff;
            padding: clamp(50px, 7vh + 1rem, 95px) 0;
        }

        .valeur .item-valeur {
            display: flex;
            position: relative;
            flex-direction: column;
            align-items: flex-start;
            padding: 30px;
            background: transparent;
            width: 412px;
            min-height: 348px;
            gap: 20px;
            z-index: 1;
            min-height: 100%;
        }

        .item-valeur .title {
            color: #FFF;
            font-family: "Poppins";
            font-size: 32px;
            font-style: normal;
            font-weight: 600;
            line-height: 1.2;
            text-transform: uppercase;
        }

        .item-valeur .description {
            color: #FFF;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.4;
        }

        .box-info {
            position: relative;
            padding: clamp(40px, 7vh + 1rem, 95px) 0;
        }

        .box-info .item-info {
            color: #090909;
            font-family: "Inter";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.4;
            display: block;
            transition: 0.3s;
        }

        .box-info a.item-info:hover {
            color: #19365E;
            transition: 0.3s;
        }

        .title-info {
            color: #090909;
            font-family: "Inter";
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 1.2;
            text-transform: uppercase;
            margin: 20px 0;
        }

        .avantage {
            position: relative;
            padding: clamp(40px, 5vh + 1.5rem, 80px) 0;
            background: #FBFAF5;
        }

        .title-avantage {
            color: #D39D10;
            text-align: center;
            font-family: "Poppins";
            font-size: clamp(21px, 1.5vw + 0.5rem, 40px);
            font-style: normal;
            font-weight: 700;
            line-height: 1.2;
            text-align: center;
            margin-bottom: 25px;
        }

        .avantage .item-avantage {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

        .item-avantage .title {
            color: #08525C;
            text-align: center;
            font-family: "Poppins";
            font-size: 22px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.2;
        }

        .item-avantage .description {
            color: #4E4C4C;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
            text-align: center;
        }

        .avantage .item-avantage:hover {
            transition: 0.5s;
            cursor: default;
        }

        .avantage .item-avantage .icon img {
            transition: all .3s ease-in-out;
        }

        .avantage .item-avantage:hover .icon img {
            /* animation: zoomIcon 0.6s linear; */
            scale: 1.2;
        }

        @keyframes zoomIcon {
            0% {
                opacity: 0;
                transform: scale(0.5);
            }

            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        .item-avantage .description .title {
            color: #19365E;
            font-family: "Capriola";
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
        }

        .item-avantage .description .detail {
            color: #090909;
            font-family: "Inter";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
        }

        .hero-contact-wrap {
            display: flex;
            gap: 30px;
            justify-content: space-between;
            position: relative;
            z-index: 2;
            align-items: center;
            padding: 30px 0 0px 0;
        }

        .contact .hero-award-wrap {
            margin-top: -100px;
        }

        .hero-award-wrap {
            text-align: center;
            display: inline-block;
            max-width: 400px;
            margin-top: -117px;
            padding: 60px 36px;
            background: #2D4D53;
            z-index: 1;
            border-radius: 0 0 0 50px;
        }

        .hero-award-wrap .title {
            color: #FFF;
            font-family: "Titillium Web";
            font-size: clamp(24px, 2.5vw, 32px);
            font-style: normal;
            font-weight: var(--font-weight-700, 700);
            line-height: 1.2;
            text-transform: uppercase;
            margin: 20px 0 15px 0;
        }

        .hero-contact-info-wrap .title,
        .hero-award-wrap .description {
            color: #FFF;
            font-family: "Titillium Web";
            font-size: 24px;
            font-size: clamp(18px, 1.5vw, 24px);
            font-style: normal;
            font-weight: var(--font-weight-700, 700);
            line-height: 1.2;
            text-transform: none;
        }

        .hero-contact-info-wrap .title {
            text-transform: uppercase;
            padding-top: 20px;
        }

        .hero-contact-info-wrap .icon {
            height: 85px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .service .owl-carousel .owl-stage-outer {
            overflow: hidden;
            padding: 25px 0px;
        }

        .service .box-slide .navigation {
            position: absolute;
            left: 50%;
            top: 50%;
            height: 0;
            transform: translate(-50%, -50%);
            width: 100%;
            z-index: 4;
            max-width: 784px;
            margin: 0 auto;
            opacity: 0;
            transition: 0.4s;
        }

        .service .box-slide:hover .navigation {
            opacity: 1;
            transition: 0.5s;
        }

        .service .slide-nav .service-nav.prev {
            position: relative;
        }

        .service .slide-nav .service-nav.next {
            position: relative;
        }

        footer a {
            transition: 0.3s;
        }

        .footer .mention a:hover,
        .contact-footer .item-link:hover,
        .contact-footer .item-contact a.detail:hover,
        .list-link a.item-link:hover,
        .copyright a:hover,
        .contact-footer .item a:hover,
        .footer a.link:hover,
        footer a:hover {
            color: #D39D10;
            text-decoration: none;
            transition: 0.3s;
        }

        .title-footer {
            position: relative;
            color: #FFF;
            font-family: "Inter";
            font-size: 30px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
            padding-bottom: 20px;
        }

        .link-diag,
        .link-diag a {
            font-size: 15px;
            font-weight: 600;
            font-family: "Urbanist";
            color: rgba(113, 117, 128, 255);
            text-decoration: none;
        }


        .contact-footer .item-link {
            text-decoration: none;
            background-image:
                linear-gradient(currentColor, currentColor),
                linear-gradient(currentColor, currentColor);
            background-size: 0;
            background-position:
                0 calc(100% - 0px),
                0 calc(100% - 3px);
            background-repeat: no-repeat;
        }

        .contact-footer .item-link:hover {
            background-size:
                100% 0.5px,
                100% 0.5px;
        }

        .actualite {
            position: relative;
            padding: clamp(30px, 7.5vh + 1.5rem, 95px) 0;
        }

        .actualite .box-item-mini {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .actualite .item-actu {
            position: relative;
            z-index: 1;
            transition: 0.6s;
            display: block;
            height: 100%;
            max-height: 530px;
            overflow: hidden;
        }

        .actualite .item-actu .img {
            position: relative;
            width: 100%;
            height: 360px;
            overflow: hidden;
            transition: 0.6s;
        }

        .actualite .item-actu:hover .img {
            transition: 0.6s;
            height: 292px;
        }

        .actualite .item-actu .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .actualite .item-actu .description {
            background: transparent;
            position: relative;
            width: 100%;
            z-index: 2;
            display: flex;
            flex-direction: column;
            gap: 10px;
            transition: 0.6s;
            padding: 20px 0 30px 0;
            border-bottom: 1px solid #B0B0B0;
        }

        .actualite .item-actu .description .title {
            color: #2F2F2F;
            font-family: "Poppins";
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 1.2;
        }

        .actualite .date {
            color: #4E4C4C;
            font-family: "Poppins";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
            transition: 0.6s;
        }

        .actualite .item-actu .detail {
            color: #4E4C4C;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
            transition: 0.6s;
            display: none;
        }

        .actualite .item-actu:hover .detail {
            transition: 0.6s;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .actualite .item-actu .more {
            color: #08525C;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
            padding: 15px 0 10px 0;
            text-transform: uppercase;
            display: flex;
            width: max-content;
            align-items: center;
            gap: 12px;
            position: relative;
        }

        .actualite .item-actu .more::after {
            position: relative;
            content: "";
            background: url('../images/picto/arrow-actu.svg') 50% / cover no-repeat;
            width: 18px;
            height: 14px;
            z-index: 1;
            right: 0;
            transition: 0.5s;
            opacity: 0;
            visibility: hidden;
            transform: translateX(-50px);
        }

        .actualite .item-actu:hover .more::after {
            transition: 0.5s;
            visibility: visible;
            opacity: 1;
            transform: translateX(0px);
        }

        .actualite .item-actu .more::before {
            position: absolute;
            width: calc(100% - 30px);
            height: 1px;
            content: "";
            background: #08525C;
            z-index: 1;
            left: 0;
            top: calc(100% - 5px);
            transition: 0.5s;
        }

        .actualite .item-actu:hover .more::before {
            transition: 0.5s;
            width: 0;
        }

        .box-title-hover:hover .hover-underline .h4 {
            transform: translateY(-1px);
        }

        .box-title-hover:hover .hover-underline .line-wrapper::after {
            transform: scaleX(1);
            transform-origin: left;
        }

        .hover-underline .line-wrapper::after {
            transform-origin: right;
        }

        .actualite .list-img {
            display: flex;
            gap: 20px;
        }

        .actualite .list-img .item-img {
            border-radius: 20px;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
            overflow: hidden;
            width: 100%;
            max-width: 257px;
            height: 215px;
        }

        .actualite .list-img .item-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .list-actu .category,
        .box-actu .category {
            color: #444;
            font-family: "Archivo";
            font-size: 16px;
            font-weight: 400;
            line-height: 1.2;
            border-radius: 20px;
            background: #FFF;
            padding: 0 10px;
            min-height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: max-content;
        }

        .list-actu .category {
            color: #fff;
            border-radius: 20px;
            background: #9FB4C0;
        }

        .list-actu .date,
        .box-actu .date {
            color: #444;
            font-family: "Archivo";
            font-size: 16px;
            font-weight: 400;
            line-height: 1.2;
        }

        .box-actu {
            display: flex;
            height: 100%;
        }

        .actualite .box-actu .img {
            z-index: 5;
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            mask-image: url('../images/mask-box-actu.svg');
            mask-repeat: no-repeat;
            mask-size: cover;
            mask-position: bottom right;
            height: 100%;
        }

        .actualite .box-actu .description {
            border-radius: 20px;
            border: 1px solid #D9D9D9;
            background: rgba(255, 255, 255, 0.60);
            backdrop-filter: blur(7.5px);
            position: absolute;
            width: max-content;
            max-width: 486px;
            padding: 36px;
            left: 44px;
            bottom: 44px;
            z-index: 9;
            transition: 0.5s;
        }

        .actualite .box-actu .description:hover {
            transition: 0.5s;
            transform: translateY(-3px);
        }

        .actualite .box-actu .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .actualite .box-actu .img::before {
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
            position: absolute;
            z-index: 1;
            width: 100%;
            height: 100%;
            content: "";
            top: 0;
            left: 0;
        }

        .footer .service-footer {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .footer .service-footer a {
            color: #444;
            font-family: "Archivo";
            font-size: 16px;
            font-weight: 400;
            line-height: 1.2;
            transition: 0.3s;
        }

        .footer .service-footer a:hover {
            color: #1D1D1B;
            transition: 0.3s;
        }

        .footer .list-logo {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .footer .box-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            width: max-content;
            background: transparent;
            padding: 3px 0px;
            border-radius: 20px;
            background: #FFF;
            width: 170px;
            height: 85px;
        }

        .footer .box-logo.secondary {
            width: 100%;
            gap: 10px;
            display: flex;
            padding: 15px;
            flex-wrap: inherit;
        }

        .certification {
            display: flex;
            flex-direction: column;
            gap: 10px;
            flex-wrap: wrap;
        }

        .certification .title {
            font-family: "Roboto";
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            text-decoration: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: auto;
        }

        .certification .detail {
            font-family: "Roboto Mono";
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: #000000;
        }

        .box-logo img {
            width: auto;
        }

        .hr {
            width: 100%;
            position: relative;
            height: 1px;
            border-bottom: 1px solid #f7f7f7;
            margin: 20px 0;
        }

        .footer .push-top {
            padding-top: 200px;
        }

        .footer .bottom-footer {
            position: absolute;
            width: auto;
            height: auto;
            z-index: 0;
            bottom: 0px;
            right: 0;
        }

        .copyright {
            background: transparent;
            padding: 25px 0 0 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFF;
            text-align: center;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 1.2;
        }

        .copyright .right {
            font-weight: 400;
        }

        .copyright i {
            padding: 0 3px;
        }

        .copyright .arobiz:hover {
            color: #D39D10;
        }

        .copyright .separator {
            color: #D39D10;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
            padding: 0 5px;
        }

        .copyright .arobiz {
            color: #D39D10;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 1.2;
            padding-left: 3px;
        }

        .copyright a {
            color: #fff;
        }

        .copyright .list-mention {
            display: flex;
            align-items: center;
            gap: 25px;
        }

        .copyright .content-copyright {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 15px 30px;
        }

        .copyright .link-footer {
            display: flex;
            align-items: center;
        }

        .link-footer a {
            color: #D4D5D9;
            font-family: "Montserrat";
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 1.2;
        }

        .copyright .left {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 3px;
        }

        .arobiz {
            position: relative;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .arobiz span {
            display: flex;
            color: #FFF;
            font-family: "Inter";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
        }

        .arobiz img {
            position: relative;
            top: -3px;
        }

        .z-topped {
            z-index: 5;
            position: relative;
        }

        .top-index,
        section.top-index {
            z-index: 1;
            position: relative;
        }

        /* ------------------footers----------------------------- */

        .footer {
            position: relative;
            padding: 00;
            margin: 0;
            margin-top: 45px;
            z-index: 2;
            background: #0B343A;
        }

        .footer .container {
            z-index: 4;
        }

        .footer .box-footer {
            position: relative;
            padding: 30px 0 20px 0;
        }

        .footer .mention {
            color: #FFF;
            font-family: "Inter";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
        }

        .footer .mention a {
            color: #FFF;
        }

        .footer .to-top {
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 16px;
            background: #1EBABA;
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
            cursor: pointer;
            transition: 0.3s;
        }

        .footer .to-top:hover {
            transition: 0.3s;
            background: #fff;
        }

        .footer .to-top img {
            filter: none;
            transition: 0.3s;
        }

        .footer .to-top:hover img {
            transition: 0.3s;
            filter: contrast(0) brightness(10s);
        }

        .contact-footer {
            display: flex;
            gap: 15px;
            align-items: center;
            justify-content: space-between;
            flex-direction: column;
        }

        .contact-footer .item-text,
        .contact-footer .item-link {
            color: #FFF;
            text-align: center;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 1.4;
            text-transform: uppercase;
        }

        .contact-footer .item-text {
            padding-bottom: clamp(35px, 5vh + 1.5rem, 120px);
            position: relative;
        }

        .contact-footer .item-text img {
            position: absolute;
            width: 100%;
            left: 0;
            top: 34px;
        }

        .contact-footer .item-contact {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .contact-footer .item-contact .title {
            color: #FFF;
            font-family: "Inter";
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 1.2;
            text-transform: uppercase;
            line-height: 1.2;
        }

        .contact-footer .item-contact .detail {
            color: #FFF;
            font-family: "Inter";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
        }

        .box-logo-footer {
            border-right: 2px solid #D39D10;
            border-left: 2px solid #D39D10;
            background: url('../images/bg-logo-footer.jpg') lightgray 50% / cover no-repeat;
            backdrop-filter: blur(10px);
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            padding: 25px;
            position: relative;
        }

        .box-logo-footer::before {
            position: absolute;
            z-index: -1;
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: #0B343A;
            opacity: 0.8;
        }

        .box-logo-footer .item-info.tel {
            color: #FFF;
            text-align: center;
            font-family: "Poppins";
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.2;
        }

        .box-logo-footer .item-info {
            color: #FFF;
            font-family: "Poppins";
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 1.2;
        }

        .footer .logo-footer {
            display: flex;
            align-items: center;
        }

        .box-logo-footer .logo-footer {
            width: 148px;
        }

        .box-logo-footer .logo-footer img {
            width: 100%;
            height: 100%;
        }

        .footer .hr-footer {
            background: rgba(217, 217, 217, 0.30);
            height: 1px;
            width: 100%;
            margin: 30px 0 10px 0;
        }

        .footer .container {
            position: relative;
        }

        .footer .box-newsletter {
            position: relative;
            width: 100%;
            height: 100%;
            background: url('../images/bg-news.jpg') lightgray 50% / cover no-repeat;
            display: flex;
            justify-content: flex-end;
        }

        .footer .box-newsletter .box-text {
            width: 50%;
            padding: 50px;
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .footer .box-newsletter .box-text::before {
            /* width: 100%;
            height: 100%;
            z-index: -1;
            content: "";
            position: absolute;
            background: url("../images/bg-form.jpg") lightgray 100% / cover no-repeat;
            background-size: 100%;
            backdrop-filter: blur(10px);
            top: 0;
            right: 0;
            opacity: 0.92; */
        }

        .footer .box-newsletter .box-text .bg-img {
            width: 100%;
            height: 100%;
            z-index: -1;
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            opacity: 0.96;
        }

        .footer .box-newsletter .box-text .bg-img img {
            width: 100%;
            height: 100%;
            backdrop-filter: blur(10px);
            object-fit: cover;
        }

        .footer .box-form {
            display: flex;
            gap: 0;
        }

        .footer .box-newsletter .box-input {
            position: relative;
        }

        .footer .box-newsletter .box-input img {
            position: absolute;
            top: 50%;
            left: 10px;
            transform: translateY(-50%);
        }

        .box-newsletter input::placeholder,
        .box-newsletter input {
            color: #B0B0B0;
            text-align: left;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            line-height: 1.2;
        }

        .box-newsletter input {
            background: #FFF;
            height: 52px;
            padding: 0 0 0 20px;
            width: 100%;
            outline: none;
            border: none;
        }

        .footer .accord-form {
            color: #D9D9D9;
            font-family: "Inter";
            font-size: 14px;
            font-style: normal;
            font-weight: 300;
            line-height: 1.2;
            padding-top: 15px;
        }

        .box-newsletter .btn-1 {
            border: none;
            outline: none;
            z-index: 3;
        }

        .box-newsletter .btn-1::before {
            z-index: -1;
        }

        .list-link .item-link {
            display: flex;
            color: #FFF;
            font-family: "Archivo";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
            transition: 0.5s;
        }

        .list-link .item-link .link-info {
            color: #212120;
            font-variant-numeric: oldstyle-nums proportional-nums;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.3;
            letter-spacing: 0.64px;
            text-transform: uppercase;
        }

        .img-principal .img-content {
            width: 100%;
        }

        .space {
            position: relative;
            z-index: 1;
            padding: clamp(35px, 4vh + 2rem, 65px) 0;
        }

        .space .img-logo {
            display: flex;
            justify-content: center;
            max-width: 55%;
            margin: auto;
        }

        .secteur {
            position: relative;
            background: #FBFAF5;
            padding: clamp(50px, 10.5vh + 3.5rem, 150px) 0;
            padding-top: 0px;
        }

        .bg-secteur {
            position: absolute;
            z-index: -1;
            bottom: clamp(-130px, -15vh - 5rem, -300px);
            right: 0;
            width: 100%;
            height: 100%;
            max-height: 420px;
        }

        .secteur .img-secteur {
            position: absolute;
            width: 40%;
            max-width: 540px;
            height: calc(100%);
            max-height: 520px;
            bottom: calc(50% + 35px);
            transform: translateY(50%);
            left: 0;
        }

        .bg-secteur img,
        .img-secteur img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
        }

        .secteur.content-img-text .img-principal .img-content {
            position: absolute;
            width: 100vw;
            height: 520px;
            right: 0;
            z-index: 1;
        }

        .secteur.content-img-text .img-box {
            margin-top: 0px;
        }

        .secteur.content-img-text .img-content::before {
            display: none;
        }

        .secteur.content-img-text .img-principal .img-content img {
            width: 100%;
            height: 100%;
            object-fit: auto;
        }

        .secteur .img-principal {
            padding: 0 0 60px 0;
            margin-right: 70px;
        }

        .secteur .img-principal .img-content {
            display: flex;
            gap: 35px;
        }

        .secteur .img-principal .img-content .right,
        .secteur .img-principal .img-content .left {
            width: 100%;
            max-width: 312px;
            height: 600px
        }

        .secteur .img-principal .img-content .right img,
        .secteur .img-principal .img-content .left img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .secteur .img-principal .img-content .right img {
            object-position: right center;
        }

        .list-logo .item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
            padding: 15px;
            border-radius: 13px;
            background: #EEE2E2;
            max-width: 195px;
        }

        .list-logo .item .title {
            color: #134A8B;
            font-family: "Montserrat";
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: 1.3;
        }

        .referencement {
            position: relative;
            z-index: 2;
            background: #506584;
            padding: 0 0 clamp(60px, 10vh + 2rem, 130px) 0;
            margin-top: 140px;
        }

        .referencement .box-paiement {
            position: relative;
            padding: 40px 0;
            top: -120px;
        }

        .referencement .box-paiement::before {
            background: linear-gradient(0deg, rgba(25, 54, 94, 0.80) 0%, rgba(25, 54, 94, 0.80) 100%), url('../images/bg-paie.jpg') 50%/ cover no-repeat;
            position: absolute;
            content: "";
            z-index: -1;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        .content-img-text-box {
            position: relative;
            padding: 0 0 clamp(40px, 7.5vh + 1.5rem, 95px) 0;
        }

        .content-img-text-box .bloc-text p {
            color: #fff;
        }

        .content-img-text-box .img-principal {
            position: relative;
        }

        .content-img-text-box .map-bottom {
            position: absolute;
            bottom: -140px;
            right: -180px;
            z-index: 2;
        }

        .content-img-text-box .img-content {
            position: relative;
        }

        .content-img-text-box .img-content::before {
            position: absolute;
            width: 100%;
            height: 100%;
            content: "";
            background: transparent;
            border: 15px solid #19365E;
            top: 40px;
            right: -40px;
            z-index: -1;
        }

        .content-img-text.referencement .img-principal .box-img .bottom-content {
            width: 140px;
            height: auto;
            position: absolute;
            bottom: 0;
            left: 0;
            background: #bcc5b1;
            border-top-right-radius: 85px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 45px 25px 22px 25px;
        }

        .partenaire {
            position: relative;
            padding: 90px 0 70px 0;
            background: #ffffff;
        }

        .partenaire-slide .owl-stage-outer .owl-stage {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .partenaire-slide .item img {
            -webkit-filter: grayscale(100%);
            /* Safari 6.0 - 9.0 */
            filter: grayscale(100%);
            transition: 0.5s;
        }

        .partenaire-slide .item:hover img {
            -webkit-filter: grayscale(0);
            /* Safari 6.0 - 9.0 */
            filter: grayscale(0);
            transition: 0.5s;
        }

        .temoignage {
            padding: 0;
            margin: 0;
        }

        .temoignage .list-btn {
            display: flex;
            align-items: center;
            gap: 10px 20px;
            flex-wrap: wrap;
        }

        .temoignage .btn::before {
            z-index: 0;
        }

        .temoignage .box-temoignage {
            border-radius: 20px;
            border: 1px solid #D9D9D9;
            background: #FFF;
            padding: 30px;
            overflow: hidden;
            margin-bottom: -50px;
            position: relative;
            z-index: 2;
        }

        .faq {
            padding: clamp(50px, 12vh + 4rem, 160px) 0 clamp(40px, 7vh + 1rem, 80px) 0;
            position: relative;
            background: url('../images/bg-faq.jpg') 50% / cover no-repeat, rgba(159, 180, 192, 0.20);
        }

        .accordion {
            width: 100%;
        }

        .accordion-item {
            position: relative;
            margin-bottom: 10px;
            transition: max-height 0.7s ease-out;
        }

        .accordion-item .title {
            color: #1D1D1B;
            font-family: "Archivo";
            font-size: 18px;
            font-weight: 700;
            line-height: 1.2;
        }

        .accordion-item .description {
            color: #444;
            font-family: "Archivo";
            font-size: 16px;
            font-weight: 400;
            line-height: 1.2;
        }

        .accordion-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0px 35px;
            width: 100%;
            border-radius: 20px;
            border: 1px solid #D9D9D9;
            background: #F8F8F8;
            cursor: pointer;
            text-align: left;
            outline: none;
            min-height: 60px;
        }

        .accordion-header:focus {
            border: none;
            outline: none;
        }

        .accordion-content {
            padding: 10px;
            display: none;
            background-color: #F8F8F8;
            transition: max-height 0.7s ease-out;
            position: relative;
            z-index: 1;
            padding: 0px 35px 20px 35px;
        }

        .arrow {
            width: 12px;
            height: 12px;
            transition: transform 0.3s ease;
        }

        .accordion-header.active {
            border: none;
            border-radius: 0;
        }

        .accordion-item:has(.accordion-header.active) {
            border-radius: 20px;
            border: 1px solid #444;
            background: #FFF;
            overflow: hidden;
            transition: 0.7s ease-out;
        }

        .accordion-header.active .arrow {
            transform: rotate(180deg);
        }

        .accordion-header.active+.accordion-content {
            display: block;
            transition: 0.7s;
        }

        .prefooter {
            position: relative;
            padding: clamp(40px, 7vh + 2rem, 85px) 0;
            background: #F8F8F8;
            border-top: 1px solid #D9D9D9;
        }

        .prefooter .accord-form {
            color: #B0B0B0;
            font-family: "Archivo";
            font-size: 14px;
            font-weight: 400;
            line-height: 1.2;
            padding-top: 20px;
        }

        .prefooter .list-contact {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 20px;
        }

        .list-contact .item-contact .description {
            transition: 0.3s;
            color: #444;
            font-family: "Archivo";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2
        }

        .item-contact:hover .description {
            transition: 0.3s;
            color: #9FB4C0;
        }

        .list-contact .item-contact {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .banniere {
            position: relative;
            height: 350px;
            z-index: 1;
        }

        .banniere::before {
            position: absolute;
            z-index: 2;
            width: 100%;
            height: 100%;
            content: '';
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
            top: 0;
            left: 0;
        }

        .interne .banniere::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 16px;
            background: #08525C;
            bottom: 0;
            z-index: 2;
        }

        .banniere .ban-img {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .banniere .ban-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .banniere .content {
            position: relative;
            z-index: 4;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .banniere .to-bottom {
            bottom: 0;
            display: flex;
            align-items: flex-end;
        }

        .banniere .ban-img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            top: 0;
            left: 0;
            overflow: hidden;
        }

        .banniere .ban-img .banniere-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* .content-img-text.interne {
    padding-bottom: 120px;
} */

        .content-img-text.interne .left-content {
            position: absolute;
            top: 50%;
            width: 147px;
            height: 146px;
            left: -115px;
            transform: translateY(-50%);
        }

        .list-item-contact {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            padding-top: 25px;
            gap: 20px 35px;
        }

        .contact-info {
            display: flex;
            justify-content: center;
            border: none;
        }

        .devis .separator,
        .contact-info .separator {
            width: 1px;
            height: 25px;
            background: #1EBABA;
            z-index: 2;
        }

        .contact-info .item-contact {
            display: flex;
            gap: 8px;
            flex-direction: column;
        }

        .contact-info .item-contact .icon {
            display: flex;
            align-items: center;
            height: 50px;
        }

        .contact-info .item-contact .title {
            color: #FFF;
            font-family: "Poppins";
            font-size: clamp(21px, 2vw, 32px);
            font-style: normal;
            font-weight: 700;
            line-height: 1.2;
        }

        .contact-info .item-contact .detail {
            color: #FFF;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
        }

        .contact-info .item-contact a {
            color: #FFF;
            transition: 0.5s;
        }

        .contact-info .item-contact a:hover {
            color: #1EBABA;
            transition: 0.5s;
        }

        .contact-info .box-content {
            max-width: 1430px;
            margin: 0 auto;
            width: 100%;
        }

        .box-contact-info {
            background: #FFF;
            padding: 50px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 20px
        }

        .contact-info .item-info {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .contact-info .title {
            color: #000;
            font-family: "Rajdhani";
            font-size: var(--Text-Sizes-Heading-4, 32px);
            font-style: normal;
            font-weight: 700;
            line-height: 1.2;
        }

        .contact-info .description {
            color: #000;
            font-family: "Rajdhani";
            font-size: 16px;
            font-weight: 400;
            line-height: 1.2;
            transition: 0.6s;
        }

        .contact-info .link {
            color: #000;
            font-family: "Rajdhani";
            font-size: var(--Text-Sizes-Text-Regular, 16px);
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: none;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
            transition: 0.6s;
        }

        .contact-info .item-info:hover a.description,
        .contact-info .item-info:hover .link {
            transition: 0.6s;
            color: #227530;
        }

        .hr-contact {
            background: #D9D9D9;
            width: 100%;
            height: 1px;
            margin: 0 0 25px 0;
        }

        .contact-info .submit {
            border-radius: 10px;
            background: #1D1D1B;
            height: 64px;
            padding: 0 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.6s;
            color: #fff;
            min-width: 200px;
        }

        .contact-info .box-input {
            position: relative;
            z-index: 1;
            margin-bottom: 25px;
        }

        .contact-info .box-input .icon {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
        }

        .box-input input {
            border-top: 1px solid #B0B0B0;
            border-bottom: 1px solid #B0B0B0;
            border-left: 1px solid #B0B0B0;
            background: #FFF;
            height: 52px;
            padding: 0 20px 0 35px;
            width: 100%;
            outline: none;
        }

        .contact-info .accord-form {
            color: #B0B0B0;
            font-family: "Archivo";
            font-size: 14px;
            font-weight: 400;
            line-height: 1.2;
        }

        .contact-info .accord-form a {
            color: #B0B0B0;
        }

        .box-input.textarea {
            width: 100%;
            margin-bottom: 15px;
        }

        .box-input.textarea .icon {
            top: 20px;
            transform: none;
        }

        .box-input textarea {
            border-radius: 10px;
            border: 1px solid #D9D9D9;
            background: #FFF;
            min-height: 220px;
            padding: 20px 20px 0 50px;
            width: 100%;
            outline: none;
        }

        .row-form-contact {
            padding-top: clamp(35px, 7vh + 2rem, 70px);
        }

        .contact-info .item {
            display: flex;
            justify-content: flex-start;
            gap: 8px;
            align-items: center;
        }

        .contact-form {
            position: relative;
            padding: clamp(40px, 5vh + 1.5rem, 125px) 0;
            padding-top: clamp(40px, 8vh + 1.5rem, 125px);

        }

        .deco-img-contact {
            width: 100%;
            height: 200px;
            margin-top: 20px;
        }

        .deco-img-contact img {
            width: 100%;
            height: 100%;
            object-fit: none;
            object-position: left;
        }

        .contact-form .infos {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .infos .item {
            display: flex;
            align-items: center;
            gap: 3px;
        }

        .infos .item .title {
            color: #4E4C4C;
            font-family: "Poppins";
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 1.2;
        }

        .infos .item .description {
            color: #4E4C4C;
            font-family: "Poppins";
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
            transition: 0.3s;
        }

        .infos .item a.description:hover {
            transition: 0.3s;
            color: #D39D10;
        }

        .box-contact-form {
            background: #FFF;
            padding: 40px 15px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-bottom: 40px;
        }

        .contact-form .label {
            color: #212120;
            font-family: Poppins;
            font-size: var(--Text-Sizes-Text-Regular, 16px);
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
            padding-bottom: 8px;
        }

        .contact-form .title-form {
            color: #F7F7F7;
            font-family: "Oswald";
            font-size: 40px;
            font-weight: 400;
            line-height: 1.2;
        }

        .contact-form .info {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .contact-form .info .item {
            display: flex;
            align-items: flex-start;
            gap: 30px;
            margin-bottom: 25px;
        }

        .contact-form .info .item .icon {
            width: 51px;
            height: 51px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #1B2E5F;
            flex-shrink: 0;
            position: relative;
            top: -25px;
        }

        .contact-form .info .item .icon img {
            position: relative;
            right: -18px;
            top: 7px;
        }

        .contact-form .info .item .description {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .contact-form .info .item .title {
            color: #1B2E5F;
            font-family: "Oswald";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
        }

        .contact-form .info .item .detail {
            color: #1B2E5F;
            font-family: "Open Sans";
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.2;
            transition: 0.3s;
        }

        .info .item a.detail:hover {
            transition: 0.3s;
            color: #FFC620;
        }

        .contact-form .box-form {
            position: relative;
            padding: 0px;
        }

        .contact-form .box-form::before {
            position: absolute;
            width: 100%;
            height: 100%;
            content: "";
            background: transparent;
            border: 15px solid #19365E;
            top: 30px;
            right: -30px;
            z-index: -1;
            transform: translateX(50px);
            opacity: 0;
            transition: 0.8s;
        }

        .contact-form .box-form:has(.aos-animate)::before {
            transition: 0.8s;
            transition-delay: 0.8s;
            transform: translateX(0px);
            opacity: 1;
        }

        .box-form .left-box {
            position: relative;
            border: 1px solid #B0B0B0;
            background: #FFF;
            padding: 50px;
            height: 100%;
        }

        .contact-form textarea::placeholder,
        .contact-form textarea,
        .contact-form input::placeholder,
        .contact-form input {
            color: #2F2F2F;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
        }

        .contact-form input {
            height: 35px;
            border: none;
            border-bottom: 1px solid #4E4C4C;
            background: transparent;
            outline: none;
            margin-bottom: 30px;
            padding: 0 0 0 0px;
            width: 100%;
        }

        .contact-form .box-input {
            display: flex;
            position: relative;
            z-index: 1;
        }

        .contact-form .box-input .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .contact-form textarea {
            min-height: 104px;
            border-radius: 0px;
            border: none;
            border-bottom: 1px solid #4E4C4C;
            background: transparent;
            outline: none;
            padding: 0px 0 0 20px;
            margin-bottom: 10px;
            width: 100%;
        }

        .contact-form .accord-form {
            color: #B0B0B0;
            font-family: "Poppins";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.6;
        }

        .contact-form .accord-form a {
            color: #B0B0B0;
            /* color: #756B63;
            font-family: "Rajdhani";
            font-size: 14px;
            font-style: normal;
            font-weight: 300;
            line-height: 22px;
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: auto;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font; */
        }

        .contact-form .btn-1 {
            text-transform: none;
            outline: none;
            border: none;
            transition: 0.6s;
        }

        .contact-form .btn-1:hover {
            color: #fff;
            transition: 0.6s;
        }

        .list-info {
            display: flex;
            align-items: center;
            gap: 50px;
            flex-wrap: wrap;
        }

        .list-info .item {
            display: flex;
            align-items: center;
            gap: 10px;
            background: #FFFFFF;
            padding: 20px 15px;
            min-width: 314px;
        }

        .list-info .item .title {
            font-family: "Roboto Mono";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
            /* 162.5% */
        }

        .list-info .item .detail {
            color: #000000;
            font-family: "Roboto";
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
            /* 118.182% */
        }

        .list-info .item:hover .title {
            color: #FFF;
        }

        .list-info .item:hover .detail {
            color: #D5C9C0;
        }

        .list-info .item:hover {
            background: #565944;
        }

        .list-info .item:hover img {
            filter: brightness(10);
        }

        .contact-form .bg-contact-form {
            position: absolute;
            top: 50%;
            left: 0px;
            transform: translateY(-50%);
            z-index: 1;
            width: auto;
            height: auto;
        }

        .contact-form .bg-contact-form img {
            width: 100%;
            height: 100%;
        }

        .recaptcha {
            display: flex;
            gap: 30px 50px;
            flex-wrap: wrap;
        }

        .contact-form .btn-1:hover {
            transition: 0.3s;
        }

        .bloctel {
            display: flex;
            align-items: center;
            background: #f6f4d2;
            padding: 20px;
            gap: 10px;
        }

        .bloctel .separator {
            position: relative;
            height: 100%;
            display: flex;
            align-items: center;
        }

        .bloctel .separator::before {
            position: absolute;
            height: 50px;
            width: 1px;
            background: #534741;
            content: "";
        }

        .bloctel .description {
            color: rgba(83, 71, 65, 255);
            font-size: 14px;
            font-family: 'Rubik';
            font-weight: 400;
        }

        .form-accord {
            font-size: 14px;
            font-weight: 400;
            color: #101326;
        }

        .form-accord a {
            color: #55b7d9;
            /* text-decoration: underline; */
            font-weight: 700;
        }

        .img-contact {
            width: 100%;
            height: 100%;
            position: relative;
        }

        .img-contact img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .btn-contact {
            background: #181818;
            width: 100%;
            max-width: 263px;
            display: flex;
            padding: 15px 30px;
            align-items: center;
            justify-content: center;
            gap: 20px;
            color: #ffffff;
            border: none;
            outline: none;
            text-transform: uppercase;
        }

        .btn-contact .icon {
            display: flex;
            align-items: center;
            gap: 15px;
            justify-content: center;
            border-radius: 100%;
        }

        .btn-contact:hover img {
            filter: brightness(0);
        }

        .btn-contact:hover {
            background: #ceb35e;
            color: #2b2b2b;
        }

        .btn-contact:hover {
            background: #ceb35e;
            color: #2b2b2b;
        }

        /* -----------------------------------pagin to top-------------------- */

        .progress-wrap {
            bottom: 15px;
            right: 15px;
        }

        .progress-wrap {
            position: fixed;
            bottom: 30px;
            right: 30px;
            height: 44px;
            width: 44px;
            cursor: pointer;
            display: block;
            border-radius: 50px;
            z-index: 100;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-transition: all 400ms linear;
            -o-transition: all 400ms linear;
            transition: all 400ms linear;
            /* mix-blend-mode: difference; */
        }

        .progress-wrap.active-progress {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        .progress-wrap::after {
            position: absolute;
            font-family: 'FontAwesome';
            content: '\f077';
            text-align: center;
            line-height: 44px;
            font-size: 13px;
            font-weight: 500;
            color: #19365E;
            left: 0;
            top: 0;
            height: 44px;
            width: 44px;
            cursor: pointer;
            display: block;
            z-index: 1;
            -webkit-transition: all 400ms linear;
            -o-transition: all 400ms linear;
            transition: all 400ms linear;
        }

        .progress-wrap svg path {
            fill: none;
        }

        .progress-wrap svg.progress-circle path {
            stroke: #19365E;
            stroke-width: 4;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 400ms linear;
            -o-transition: all 400ms linear;
            transition: all 400ms linear;
        }

        .grecaptcha-badge {
            z-index: 10;
        }

        .contact-footer .item-link.rs-item a {
            color: #FFF;
            text-align: center;
            font-family: "Poppins";
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 1.4;
            text-transform: uppercase;
        }

        .contact-footer .item-link.rs-item a:hover {
            background-size: 100% 0.5px, 100% 0.5px;
            color: #D39D10;
            text-decoration: none;
            transition: 0.3s;
        }

        .contact-footer .item-link.rs-item:hover {
            background-image: none;
        }

        .contact-footer .item-link a:hover {
            text-decoration: none;
            background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
            background-size: 0;
            background-position: 0 calc(100% - 0px), 0 calc(100% - 3px);
            background-repeat: no-repeat;
        }

        .rs-item a i {
            color: #fff;
            font-size: 24px;
        }

        .rs-item a:hover i {
            color: #D39D10;
        }