            /*  ===============================================
    Header
    ------------------------*/
            
            a {
                text-decoration: none;
            }
            
            a:hover {
                text-decoration: none;
            }
            
            body {
                font-family: "Inter", sans-serif;
                background: #FFFFFF;
                overflow-x: hidden;
                max-width: 100vw;
                cursor: none;
            }
            
            .cursor-small {
                width: 10px;
                height: 10px;
                background-color: #069205;
            }
            
            .cursor-big {
                width: 30px;
                height: 30px;
                background: rgb(6, 146, 5, 0.5);
                backdrop-filter: blur(5px);
                transition: transform 0.15s ease-out;
            }
            
            .cursor-small,
            .cursor-big {
                position: fixed;
                pointer-events: none;
                border-radius: 50%;
                transform: translate(-50%, -50%);
                z-index: 99;
            }
            
            .cursor-big.hover-link {
                opacity: 0.35;
                transition: 0.4s;
            }
            
            html {
                overflow-x: hidden;
            }
            
            .page {
                max-width: 100vw;
                overflow: hidden;
            }
            
            .site-main {
                position: relative;
            }
            
            .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: center;
                align-items: center;
                z-index: 1;
                flex: 0 0 84px;
                padding: 0px 0;
                height: 100%;
                background: #FFFFFF;
                border-radius: 50%;
                overflow: hidden;
            }
            
            header .fixed .site-branding {
                display: flex;
                border: 1px solid #3442561A
            }
            
            .contact .site-branding .dark {
                display: flex;
            }
            
            .site-branding #logo-img {
                width: 100%;
            }
            
            header {
                border-bottom: none;
                position: relative;
            }
            
            header .to-contact {
                display: flex;
                width: 60px;
                height: 60px;
                justify-content: center;
                align-items: center;
                position: absolute;
                border-radius: 30px;
                border: 3px solid #092331;
                background: #0B6880;
                z-index: 2;
                top: calc(100% + 6px);
                left: 50%;
                transform: translateX(-50%);
            }
            
            header .to-contact img {
                transition: 0.4s;
                filter: contrast(0) brightness(10);
            }
            
            header .to-contact:hover img {
                transition: 0.4s;
                filter: none;
            }
            
            .ttm-stickable-header {
                display: flex;
                align-items: center;
                background: transparent;
                width: 100vw;
                z-index: 9;
                position: absolute;
                top: 20px;
                left: 0;
                transition: 0.6s;
            }
            
            .ttm-stickable-header.fixed {
                position: fixed !important;
                top: 20px;
                left: 0;
                width: 100%;
                max-width: 100vw;
                z-index: 99;
                transition: 0.5s;
                animation: slide-down 0.6s linear;
            }
            
            @keyframes slide-down {
                0% {
                    transform: translateY(-80px);
                }
                100% {
                    transform: translateY(0px);
                }
            }
            
            .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;
                background: #10101080;
                backdrop-filter: blur(14px);
                border-radius: 100px;
                padding: 8px 12px;
            }
            
            .right-btn {
                display: flex;
                gap: 10px;
                align-items: center;
            }
            
            .right-link {
                display: flex;
                flex-direction: column;
                gap: 7px;
                align-items: flex-start;
            }
            
            .right-link .link {
                display: flex;
                align-items: center;
                gap: 10px;
                font-family: 'Open Sans';
                font-weight: 400;
                font-size: 16px;
                line-height: 1;
                color: #FFFFFF;
                letter-spacing: 0%;
                vertical-align: middle;
                transition: .5s;
            }
            
            .fixed .right-link .link:hover,
            .right-link .link:hover {
                color: #140692;
            }
            
            .fixed .right-link .link {
                color: #344256
            }
            
            .right-link .link .icon {
                width: 24px;
                display: flex;
                justify-content: center;
                align-items: center;
                height: 24px;
                angle: 0 deg;
                opacity: 1;
                border-radius: 50%;
                background: #140692;
            }
            
            .right-btn .profil img {
                transition: 0.5s;
                filter: contrast(0) brightness(10);
            }
            
            .right-btn .profil:hover img {
                transition: 0.5s;
                filter: none;
            }
            
            .fixed .menu-box {
                border-bottom: none;
                box-shadow: 0px 0px 20px 0px #00000040;
                background: var(--WHITE, #FFFFFF);
            }
            /** SiteNavigation(Menu) **/
            
            .menu-box .site-right {
                display: flex;
                flex-direction: column;
                align-items: end;
                gap: 27px;
                width: max-content;
                border-radius: 14px;
                border: none;
                background: transparent;
            }
            
            .menu-box .site-right .left-contact {
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 35px;
                width: 100%;
            }
            
            .menu-box .right-social {
                display: flex;
                align-items: center;
                gap: 28px;
            }
            
            .top-contact .box-contact {
                display: flex;
                width: 100%;
                justify-content: space-between;
                align-items: center;
            }
            
            .top-contact .right-social {
                display: flex;
                gap: 15px;
            }
            
            .top-contact .item-contact {
                position: relative;
                display: flex;
                align-items: center;
                gap: 10px;
            }
            
            .top-contact .item-contact .icon {
                display: flex;
                padding: 0px;
                justify-content: center;
                align-items: center;
                background: transparent;
            }
            
            .top-contact .item-contact .description {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 5px;
            }
            
            .top-contact .item-contact .sub-title {
                color: #FFF;
                font-family: "Poppins";
                font-size: 16px;
                font-style: normal;
                font-weight: 600;
                line-height: 1.2;
            }
            
            .top-contact .separator {
                width: 1px;
                height: 14px;
                opacity: 1;
                background: #fff;
            }
            
            .top-contact .item-contact .detail {
                color: #FFFFFFB2;
                font-family: 'Inter';
                font-weight: 400;
                font-size: 13px;
                line-height: 1.2;
                letter-spacing: 0%;
                vertical-align: middle;
                line-height: normal;
                transition: 0.3s;
            }
            
            .top-contact .item-contact a.detail:hover {
                transition: 0.3s;
                color: #7EBF7C;
            }
            
            .top-contact .item-contact .description,
            .menu-box .left-contact .description {
                color: var(--Grey-White, #FFF);
                text-align: center;
                font-family: "Poppins";
                font-size: 15px;
                font-style: normal;
                font-weight: 400;
                letter-spacing: 0.6px;
                line-height: normal;
                position: relative;
            }
            
            .top-contact .item-contact.client .description {
                font-weight: 700;
            }
            
            .top-contact .item-contact .description {
                color: #fff;
            }
            /* .top-contact .item-contact:hover a.description {
                transition: 0.4s;
                color: #213A72;
            } */
            
            .menu-box .site-right .site-contact {
                display: flex;
                gap: 15px;
                width: 100%;
                justify-content: space-between;
                border-bottom: 1px solid #fff;
                padding: 15px 0;
            }
            
            .top-contact .item-contact,
            .menu-box .site-right .left-contact .item-contact {
                display: flex;
                align-items: center;
            }
            
            .site-navigation {
                position: relative;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 0;
            }
            
            .site-navigation .menu {
                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;
            }
            
            #site-header-menu #site-navigation .menu>ul>li>a {
                color: #FFFFFF;
                font-family: 'Inter';
                font-weight: 500;
                font-size: 16px;
                line-height: .2px;
                text-align: center;
                vertical-align: middle;
                text-transform: capitalize;
                line-height: 1.1;
            }
            
            #site-header-menu .fixed #site-navigation .menu>ul>li>a::after,
            #site-header-menu .fixed #site-navigation .menu>ul>li>a {
                color: #344256
            }
            
            #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; */
            }
            /* 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);
            }
            /* Link Effect 1 Styles */
            
            .link-effect-1 {
                display: inline-block;
                overflow: hidden;
                transition: all 0.4s ease;
            }
            
            .link-effect-1 span.text-1 {
                position: relative;
                display: inline-block;
                transition: transform 0.4s ease;
            }
            
            .link-effect-1 span.text-2 {
                position: absolute;
                top: 0;
                left: 0;
                transform: translateY(100%);
                transition: transform 0.4s ease;
            }
            
            .link-effect-1:hover span.text-1 {
                transform: translateY(-100%);
            }
            
            .avantage .link-effect-1:hover span.text-2 {
                transform: translateY(0);
            }
            
            .espace-client .has-link .link-effect-1:hover span.text-2 {
                padding-left: 25px;
            }
            
            .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;
            }
            
            .contact .top-contact {
                display: none!important;
            }
            
            .top-contact {
                max-height: 40px;
                align-items: center;
                background: #10182A;
                display: flex;
                position: relative;
                z-index: 2;
                padding: 15px 0;
            }
            
            .top-contact .item-link {
                display: flex;
                align-items: center;
                gap: 6px;
                color: #fff;
            }
            
            .top-contact .item img {
                filter: none;
                transition: 0.25s;
            }
            
            .top-contact .item {
                background: transparent;
                gap: 5px;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: 0.4s;
            }
            
            .top-contact .item .description {
                color: #FFFFFFB2;
                font-family: 'Barlow';
                font-weight: 400;
                font-size: 13px;
                line-height: 1.2;
                letter-spacing: 0%;
                vertical-align: middle;
            }
            
            .top-contact .item .description a {
                font-weight: 600;
                letter-spacing: 0%;
                vertical-align: middle;
                text-decoration: underline;
                text-decoration-style: solid;
                text-decoration-offset: 0%;
                text-decoration-thickness: 0%;
                text-decoration-skip-ink: auto;
                color: var(--color-green-62, #7EBF7C);
                transition: .3s;
            }
            
            .top-contact .item .description a:hover {
                color: #fff;
                transition: .3s
            }
            
            .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;
                align-items: center;
                gap: 20px;
            }
            
            .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 .client.btn-1 {
                width: 48px;
                padding: 0;
                border: 0.8px solid transparent;
                height: 48px;
                border-radius: 50%;
                background: #FFFFFF;
                min-width: inherit;
                display: flex;
                align-items: center;
                justify-content: center;
                border: none;
            }
            
            header .fixed .client.btn-1 {
                border: 0.8px solid #069205;
            }
            
            header .client.btn-1 img {
                filter: none;
            }
            
            header .client.btn-1:hover img {
                filter: contrast(0) brightness(10) grayscale(10);
            }
            /* 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);
            }
            
            .icon-box {
                overflow: hidden;
                position: relative;
                display: inline-flex;
                transition: all 0.3s ease-out 0s;
            }
            
            .icon-first {
                transition: all 0.3s ease-out 0s;
            }
            
            .box-parent:hover .icon-first,
            .btn-1:hover .icon-first {
                transform: translateX(140%);
            }
            
            .box-parent:hover .icon-second,
            .btn-1:hover .icon-second {
                transform: translateX(0);
            }
            
            .icon-second {
                position: absolute;
                transform: translateX(-140%);
                transition: all 0.3s ease-out 0s;
            }
            
            .btn-1 {
                height: 48px;
                display: inline-flex;
                align-items: center;
                padding: 0px 24px;
                gap: 18px;
                border: none;
                border-radius: 30px;
                background: #069205;
                color: #FFF;
                font-family: 'Inter';
                font-weight: 600;
                font-size: 16px;
                letter-spacing: 0%;
                text-align: center;
                vertical-align: middle;
                line-height: 1.2;
                line-height: normal;
                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.btn-2 {
                background: #140692;
                color: #fff;
            }
            
            .btn-1.btn-2 img {
                filter: contrast(0) brightness(10);
            }
            
            .btn-1.btn-2::before {
                background: #069205;
            }
            
            .btn-1.btn-2 img {
                transition: .3s ease;
                filter: none;
            }
            
            .btn-1.btn-2:hover img {
                transition: .3s ease;
                filter: brightness(0) invert(1);
            }
            
            .btn-1 img {
                transition: .3s ease;
                filter: brightness(0) invert(1);
            }
            
            .btn-1:hover img {
                transition: .3s ease;
                filter: none;
            }
            
            .box-btn {
                position: relative;
                width: max-content;
            }
            
            .btn-1::before {
                position: absolute;
                width: 0%;
                height: 100%;
                content: "";
                background: #140692;
                z-index: -1;
                top: auto;
                bottom: 0;
                right: 0;
                left: auto;
                transition: all 0.8s ease;
                opacity: 0;
            }
            
            .btn-1:hover::before {
                opacity: 1;
                width: 100%;
                left: 0;
                right: auto;
                transition: 0.8s;
            }
            
            .btn-1:hover {
                color: #fff;
                transition: 0.6s;
            }
            
            .service .btn-1 {
                height: 55px;
                font-size: 14px;
                font-weight: 700;
                justify-content: center;
            }
            
            .home-slide {
                position: relative;
                background: #fff;
            }
            
            .active .zoom-in-box {
                transform-origin: center center;
                /* apply the animation */
                /* animation: zoomIn 3s ease forwards; */
                transition-delay: 1.8s;
            }
            
            .active .zoom-in-box,
            .aos-animate .zoom-in-box {
                animation: zoomIn 6s ease infinite alternate;
                transition-delay: 1.8s;
            }
            
            @keyframes zoomIn {
                0% {
                    transform: scale(1);
                }
                100% {
                    transform: scale(1.2);
                }
            }
            
            .doted {
                position: relative;
                display: flex;
                align-items: center;
                gap: 5px;
            }
            
            .doted::before {
                position: relative;
                width: 8px;
                height: 8px;
                aspect-ratio: 1;
                border-radius: 50%;
                background: currentColor;
                left: 0;
                content: '';
                z-index: 1;
            }
            
            .home-slide .slide-navigation {
                position: absolute;
                right: 0;
                bottom: 100px;
                z-index: 2;
                display: flex;
                align-items: center;
                gap: 0px;
                width: auto;
                height: 0;
                justify-content: space-between;
            }
            
            .slide-navigation .btn-1 {
                padding: 0;
                width: 64px;
                height: 64px;
                opacity: 1;
                border-radius: 50%;
                border: 0.2px solid #FFFFFFE5;
                background: #FFFFFF;
                justify-content: center;
                outline: none;
            }
            
            .slide-navigation .btn-1:hover {
                border-color: #140692;
            }
            
            .slide-navigation .btn-1 img {
                filter: none;
                transition: .4s;
            }
            
            .slide-navigation .btn-1:hover img {
                filter: contrast(0) brightness(20);
            }
            
            .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;
            }
            
            .home-slide .deco-icon {
                position: absolute;
                display: block;
                z-index: 2;
                top: 50%;
                transform: translate(-50%, -50%);
                left: 50%;
                width: 630px;
                height: 500px;
            }
            
            .home-slide .box-slide .item-slide::after {
                content: "";
                position: absolute;
                width: 40%;
                max-width: 630px;
                height: 52%;
                max-height: 500px;
                z-index: 2;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background: #FFFFFF17;
                backdrop-filter: blur(10px);
                -webkit-backdrop-filter: blur(10px);
                mask: url('../images/hs-icon.svg') center/contain no-repeat;
                -webkit-mask: url('../images/hs-icon.svg') center/contain no-repeat;
            }
            
            .interne .home-slide .box-slide .item-slide::after {
                display: none;
            }
            
            .deco-icon img {
                position: relative;
                display: block;
                width: 100%;
                z-index: 1;
                opacity: 0;
            }
            
            .home-slide .box-slide .hs-dots {
                z-index: 2;
                position: absolute;
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                pointer-events: none;
            }
            
            .home-slide .item-slide {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                overflow: hidden;
            }
            
            .interne .home-slide .item-slide {
                max-height: calc(100vh);
                min-height: 500px;
            }
            
            .home-slide .item-slide::before {
                height: 100%;
                width: 100%;
                top: 0;
                left: 0;
                content: "";
                z-index: 2;
                position: absolute;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
            }
            
            .interne .home-slide .item-slide::before {
                background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
            }
            
            .home-slide .z-top {
                z-index: 2;
            }
            
            .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 .item-slide .title {
                color: #F5F6F6;
                font-family: 'Onest';
                font-weight: 800;
                font-size: 70px;
                line-height: 1.1;
                letter-spacing: 0%;
                vertical-align: middle;
                text-transform: uppercase;
                font-size: clamp(38px, 1.9vw + 1.95rem, 70px);
                margin-bottom: 20px;
            }
            
            .interne .home-slide .item-slide .title {
                margin: 0;
                text-transform: none
            }
            
            .home-slide .item-slide .title span {
                color: #7EBF7C;
                display: block;
            }
            
            .home-slide .item-slide .description {
                color: #F5F6F6;
                font-family: 'Onest';
                font-size: 20px;
                line-height: 1.1;
                font-weight: 500;
                line-height: normal;
                margin-bottom: 20px;
            }
            
            .home-slide .item-slide .description span {
                color: #E6A74A
            }
            
            .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 .img-slide {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                overflow: hidden;
                z-index: 1;
            }
            
            .home-slide .item-slide .img-slide img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            
            .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 .description span {
                font-weight: 700;
            }
            
            .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 .description,
            .home-slide .owl-item .item-slide .title,
            .home-slide .owl-item .item-slide .btn-slide {
                transform: translateX(-50px);
                opacity: 0;
                visibility: hidden;
                transition: 1s;
                transition-delay: 0.6s;
            }
            
            .home-slide .owl-item .item-slide .btn-slide {
                transition: 1.55s;
                transition-delay: 0.6s;
            }
            
            .btn-slide {
                display: flex;
                align-items: center;
                gap: 15px 10px;
                flex-wrap: wrap;
                justify-content: flex-start;
                overflow: hidden;
                margin-top: 20px;
            }
            
            .btn-slide .btn-1 {
                height: 48px;
                transition: 0.3s;
                gap: 10px;
            }
            
            .home-slide .owl-item.active .item-slide .description,
            .home-slide .owl-item.active .item-slide .title,
            .home-slide .owl-item.active .item-slide .btn-slide {
                visibility: visible;
                opacity: 1;
                transform: translateX(0);
            }
            
            .home-slide .owl-carousel .owl-dots.disabled {
                display: block;
            }
            
            .home-slide .box-dot {
                position: absolute;
                width: 100%;
                height: auto;
                display: flex;
                align-items: center;
                z-index: 2;
                left: 0;
                bottom: 45px;
            }
            
            .service-slide-dots,
            .home-slide .home-slide-dots {
                position: relative;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                gap: 10px;
                width: max-content;
                height: max-content;
                left: 0px;
                bottom: 0;
                padding: 0;
                z-index: 6;
                pointer-events: all;
                border-radius: 14px;
                background: transparent;
                padding: 15px;
            }
            
            .owl-dot:focus {
                outline: none;
            }
            
            .owl-dot {
                outline: none;
                border: none;
                position: relative;
                background: #70706F;
                width: 10px;
                max-width: 10px;
                height: 10px;
                padding: 0;
                transition: 0.5s;
                border-radius: 4px;
            }
            
            .owl-dot.active {
                outline: none;
                background: #069205;
                transition: 0.5s;
            }
            
            .service .owl-dot.active {
                background: var(--color-cyan-19, #035C53);
            }
            
            .home-slide .owl-dot img {
                width: 50px;
                height: 50px;
                object-fit: cover;
                opacity: 0.7;
                transition: 0.3s;
                border-radius: 50%;
            }
            
            .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";
            }
            
            .devis {
                position: relative;
                padding: 30px 0 50px 0;
            }
            
            .box-devis {
                display: flex;
                gap: 0;
                border-bottom: 1px solid #FFFFFF1A;
                border-radius: 24px;
                overflow: hidden;
                justify-content: flex-end;
                position: relative;
            }
            
            .box-devis .img-devis {
                width: 100%;
                max-width: 60%;
                position: relative;
                z-index: 1;
                /* height: 100%; */
            }
            
            .box-devis .icon-devis {
                position: absolute;
                bottom: 10px;
                left: 30px;
                width: auto;
                z-index: 2;
            }
            
            .box-devis .img-devis img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            
            .box-devis .img-devis::before {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #00000033;
            }
            
            .devis .formulaire {
                flex: 1;
                background: #0F1729;
                padding: 40px 30px;
                position: relative;
                z-index: 9;
                height: 100%;
                max-width: 555px;
            }
            
            .devis .box-form {
                display: flex;
                flex-direction: column;
                gap: 10px;
                padding: 0 clamp(20px, 1.5vw + 0.5rem, 50px);
                border-right: 1px solid var(--Grey-10, #EAEBEE);
                border-left: 1px solid var(--Grey-10, #EAEBEE);
            }
            
            .box-form.type {
                border-left: none;
            }
            
            .devis .nice-select {
                border: none;
                border: 1px solid var(--color-spring-green-89, #E0E6E4);
                background: #F7FAF9;
                padding: 0 15px;
                border-radius: 20px;
                width: 100%;
            }
            
            .nice-select .option {
                color: var(--Grey-100, #283550);
                font-family: "Barlow";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.2;
                display: flex;
                border-bottom: 1px solid var(--Grey-10, #EAEBEE);
                align-items: center;
            }
            
            .nice-select .option.disabled {
                display: none;
            }
            
            .nice-select .option:hover {
                /* border-bottom: 1px solid var(--Grey-10, #EAEBEE); */
                background: #F7FAF9;
            }
            
            .nice-select:after {
                top: calc(50% - 3px);
                right: 15px;
                width: 8px;
                height: 8px;
                background: transparent
            }
            
            .nice-select.open .list {
                width: 100%;
            }
            
            .nice-select .option.focus,
            .nice-select .option.selected.focus {
                background-color: #F7FAF9;
                display: none;
            }
            
            .devis .nice-select .current {
                color: #1A2E2B;
            }
            
            .devis .nice-select.open {
                border-bottom: none;
                transition: .4s;
                border-radius: 20px 20px 0 0;
            }
            
            .nice-select .list {
                margin-top: 0;
                border-radius: 0 0 5px 5px;
            }
            
            .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;
                position: relative;
            }
            
            .devis .title-devis {
                color: #fff;
                font-family: 'Onest';
                font-weight: 400;
                font-size: 32px;
                line-height: 1;
                letter-spacing: 0%;
                text-align: center;
                vertical-align: middle;
                text-align: center;
            }
            
            .devis .title-devis span {
                font-weight: 700;
            }
            
            .devis .form-label {
                color: #7EBF7C;
                text-transform: uppercase;
                text-align: left;
                font-family: "Barlow";
                font-size: 14px;
                font-style: normal;
                font-weight: 600;
                line-height: 1.2;
                margin-bottom: 15px;
            }
            
            .devis .form-devis {
                background: transparent;
                padding: 0;
                width: max-content;
                display: flex;
                align-items: center;
                justify-content: space-between;
                box-shadow: 0px 0px 4px 0px #FFFFFF12;
                border: 1px solid #FFFFFF12;
                padding: 12px 18px;
                border-radius: 82px;
                gap: 24px;
                width: 100%;
            }
            
            .devis .center-block {
                display: flex;
                align-items: flex-start;
                justify-content: center;
                text-align: center;
                /* gap: 20px; */
            }
            
            .devis .form-group {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
                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 {
                border: none;
                gap: 10px;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0;
                flex-shrink: 0;
                height: auto;
                border: none;
                background: transparent;
                outline: none;
                transition: 0.5s;
            }
            
            .devis .form-group button .icon {
                width: 56px;
                height: 56px;
                aspect-ratio: 1;
                opacity: 1;
                border-radius: 50%;
                border: 1px solid #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                background: transparent;
            }
            
            .devis .form-group button .icon::before {
                background: #069205;
            }
            
            .devis .form-group button.active .icon::before,
            .devis .form-group button:hover .icon::before {
                width: 100%;
                opacity: 1;
                right: auto;
                left: 0;
            }
            
            .devis .form-group button.active .icon,
            .devis .form-group button:hover .icon {
                border-color: #069205;
            }
            
            .devis .form-group .label-form {
                color: #fff;
                font-family: 'Inter';
                font-weight: 500;
                font-size: 16px;
                line-height: 1;
                letter-spacing: 0%;
                text-align: center;
                vertical-align: middle;
                transition: .5s;
            }
            
            .devis .form-group button.active .label-form,
            .devis .form-group button:hover .label-form {
                transition: 0.5s;
                color: #069205;
            }
            
            .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: flex-start;
                position: relative;
                justify-content: center;
                flex-direction: column;
                width: 100%;
                gap: 10px;
            }
            
            .devis .title-label {
                color: #fff;
                font-family: 'Onest';
                font-weight: 700;
                font-size: 12px;
                line-height: 1;
                letter-spacing: 0%;
                vertical-align: middle;
            }
            
            .devis .group.left::before {
                position: absolute;
                content: "";
                z-index: 1;
                background: #fff;
                height: 80px;
                width: 1px;
                top: 50%;
                transform: translateY(-50%);
                left: calc(100% + 55px);
            }
            
            .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: max-content;
                border: none;
                height: 48px;
                margin: 0 auto;
                transition: 0.5s;
            }
            
            .devis .submit:hover svg path {
                fill: #0B6880;
                transition: 0.4s;
            }
            
            .formulaire .label-form {
                color: #FFF;
                font-family: "Syne";
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 1.2;
                line-height: normal;
            }
            
            .box-form-group {
                display: flex;
                align-items: center;
                flex-direction: row;
                justify-content: center;
                gap: 10px;
            }
            
            .content-img-text {
                position: relative;
                padding: clamp(30px, 5vh + 2.5rem, 115px) 0;
            }
            
            .content-img-text .contactus {
                display: flex;
                flex-direction: column;
                align-items: center;
                margin-top: clamp(30px, 1.5vw + 1rem, 60px);
            }
            
            .text-sticky-img {
                display: flex;
                width: 100%;
                justify-content: space-between;
            }
            
            .text-sticky-img .col-img {
                width: 100%;
                max-width: 33%;
            }
            
            .text-sticky-img .col-text {
                width: 100%;
                max-width: 60%;
            }
            
            .home .content-img-text {
                position: relative;
                z-index: 2;
            }
            
            .home .content-img-text .container {
                position: relative;
                z-index: 4;
            }
            
            .content-img-text .text-principal {
                position: relative;
            }
            
            .content-img-text .img-principal .content-bottom {
                position: absolute;
                z-index: 5;
                left: 50%;
                transform: translateX(-50%);
                bottom: 20px;
                width: 240px;
                height: 240px;
            }
            
            .content-img-text .img-principal img {
                border-radius: 64px;
                overflow: hidden;
            }
            
            .secteur {
                padding: 0;
            }
            
            .map-secteur img {
                width: 100%;
            }
            
            .box-secteur {
                position: relative;
                z-index: 1;
                padding: 40px;
                border-radius: 24px;
                overflow: hidden;
                background: linear-gradient(104.54deg, rgba(255, 255, 255, 0) 11.83%, #FFFFFF 41.03%), url('../images/bg-secteur.jpg') 50% /cover no-repeat;
            }
            
            .secteur .img-content {
                max-width: 615px;
                border-radius: 24px;
                overflow: hidden;
            }
            
            .list-map {
                display: flex;
                gap: 12px;
                justify-content: flex-end;
                flex-wrap: wrap;
            }
            
            .list-map .btn-1.btn-2 {
                background: #FFFFFF;
                border: 1px solid var(--color-spring-green-89, #E0E6E4)
            }
            
            .list-map .btn-1 span {
                position: relative;
                width: 10px;
                height: 12px;
                content: '';
                background: url('../images/picto/map.svg') 50% /cover no-repeat;
                transition: .3s;
                filter: none;
            }
            
            .list-map .btn-1:hover span {
                transition: .3s;
                filter: contrast(0) brightness(10);
            }
            
            .box-formed {
                border-radius: 30px 0;
                background: #E9E9E9;
                overflow: hidden;
                padding: 50px;
            }
            
            .bandeau-texte {
                overflow: hidden;
                width: 100%;
                background: #035C53;
                padding: 14px 0;
            }
            
            .bandeau-texte .item {
                color: #FFF;
                font-family: "Barlow";
                font-size: 16px;
                font-style: normal;
                font-weight: 600;
                line-height: 1.2;
                line-height: normal;
                text-transform: uppercase;
                letter-spacing: .96px;
                display: flex;
                align-items: center;
                position: relative;
            }
            
            .bandeau-texte .item::before {
                position: relative;
                content: '*';
                width: 8px;
                height: 15px;
                top: 0;
                left: -24px;
                color: var(--color-green-62, #7EBF7C);
            }
            
            .list-texte {
                display: flex;
                width: max-content;
                gap: 48px;
                animation: slidehorizontal 22s linear infinite;
            }
            
            @keyframes slidehorizontal {
                from {
                    transform: translateX(0);
                }
                to {
                    transform: translateX(-50%);
                }
            }
            
            .secteur .img {
                width: 100%;
                height: 100%;
            }
            
            .secteur .img img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
            
            .secteur .box-img {
                position: absolute;
                left: 0;
                top: -60px;
                width: 80%;
                height: 100%;
                max-height: 488px;
                border-radius: 30px;
                overflow: hidden;
            }
            
            .secteur .box-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            
            .aos-animate .img-box::before {
                transition: 0.6s;
                transform: rotate(5deg);
                opacity: 1;
                transition-delay: 1s;
            }
            
            .img-box img {
                border-radius: 14px;
            }
            
            .secteur.content-img-text .text-principal {
                max-width: 100%;
            }
            
            .content-img-text .img-content>img {
                width: 100%;
                object-fit: cover;
                z-index: 3;
                position: relative;
            }
            
            .contact-form .img-content {
                width: 100%;
                position: relative;
                height: 100%;
            }
            
            .contact-form .img-content img {
                width: 100%;
                height: 100%;
            }
            
            .contact-form .img-content::before,
            .secteur.content-img-text .img-principal .img-content::before {
                left: 20px!important;
                top: 20px!important;
                transform: none;
                width: 100% !important;
                height: 100%!important;
                transform: none!important;
            }
            
            .secteur.content-img-text .text-principal {
                padding: 0;
                background: transparent;
            }
            
            .secteur.content-img-text {
                position: relative;
                overflow: hidden;
                padding: clamp(75px, 15vh + 5rem, 120px) 0 0 0;
            }
            
            .secteur .img-content {
                position: relative;
            }
            
            @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;
            }
            
            .content-img-text .img-box .deco-left {
                display: flex;
                width: 190px;
                height: 190px;
                border-radius: 400px;
                border: 5px solid var(--Grey-White, #FFF);
                background: var(--Primary-100, #213A72);
                flex-direction: column;
                justify-content: center;
                align-items: center;
                aspect-ratio: 1/1;
                position: absolute;
                left: -100px;
                top: -100px;
                z-index: 5;
            }
            
            @media only screen and (max-width: 1199px) {
                .content-img-text .img-box .deco-left {
                    display: flex;
                    width: 100px;
                    height: 100px;
                    left: -50px;
                    top: -50px;
                    border-color: #7FADB9;
                }
                .content-img-text .img-content .deco-left img {
                    width: 55px;
                    height: 55px;
                }
            }
            
            @media only screen and (max-width: 1599px) {
                .content-img-text .img-box .deco-left {
                    left: -55px;
                    top: -72px;
                }
            }
            
            .content-img-text .img-content .deco-circle {
                position: absolute;
                width: 180px;
                height: 180px;
                z-index: 2;
                top: -120px;
                right: -60px;
            }
            
            .rotate-img {
                animation-timing-function: linear;
                animation: spinPause 12s linear infinite;
            }
            
            @keyframes spinPause {
                0% {
                    transform: rotate(0deg);
                }
                50% {
                    transform: rotate(360deg);
                }
                100% {
                    transform: rotate(360deg);
                }
            }
            
            .content-img-text .img-content .deco-circle .center {
                position: absolute;
                width: 180px;
                height: 180px;
                z-index: 1;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            
            .bg-move {
                animation: bgMove 5s ease-in-out infinite alternate;
            }
            
            @keyframes bgMove {
                0% {
                    transform: scale(1) translate(0, 0);
                }
                100% {
                    transform: scale(0.95) translate(0, -6%);
                }
            }
            
            .content-img-text .img-content .deco-top {
                position: absolute;
                width: 60%;
                height: 160px;
                content: "";
                z-index: -1;
                opacity: 0.28;
                background: linear-gradient(0deg, rgba(31, 102, 46, 0.67) 0%, rgba(31, 102, 46, 0.67) 100%);
                top: -80px;
                left: -80px;
            }
            
            .content-img-text .bottom-content {
                position: absolute;
                z-index: 1;
                width: 322px;
                height: 324px;
                bottom: 0;
                right: 0;
                z-index: 5;
            }
            
            .content-img-text .right-content {
                position: absolute;
                right: -70px;
                bottom: -187px;
                z-index: 1;
                width: 440px;
                height: 284px;
                border: 20px solid #eee;
            }
            
            .content-img-text .right-content img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            
            .ariane {
                position: relative;
                padding: 20px 0;
            }
            
            .sect-title.centered {
                display: flex;
                align-items: center;
                flex-direction: column;
            }
            
            .sect-title .h3,
            .sect-title .h2,
            .sect-title h1 {
                color: #1D283A;
                font-family: 'Onest';
                font-weight: 400;
                letter-spacing: 0%;
                vertical-align: middle;
                line-height: 1.1;
                font-size: clamp(22px, 1.05vw + 1.2rem, 40px);
                margin-bottom: 20px;
            }
            
            .sect-title .h3 span,
            .sect-title h1 span,
            .sect-title .h2 span {
                font-weight: 700;
                color: #1D283A;
            }
            
            .sect-title.light h1 span,
            .sect-title.light .h2 span {
                color: #fff;
            }
            
            .sect-title .sub-title {
                color: #069205;
                font-family: 'Onest';
                font-weight: 600;
                font-size: 14px;
                line-height: 1.2;
                letter-spacing: 1.4px;
                vertical-align: middle;
                text-transform: uppercase;
                position: relative;
                z-index: 1;
                display: inline-flex;
                align-items: center;
                margin-bottom: 25px;
            }
            
            .sect-title .sub-title.secondary {
                color: #140692
            }
            /* .sect-title .sub-title::before {
            background: #7EBF7C;
            position: absolute;
            width: 0;
            height: 3px;
            opacity: 0;
            border-radius: 2px;
            content: '';
            z-index: 1;
            top: calc(100% + 5px);
            left: 0;
            transition: .5s;
        }
        
        .sect-title.light .sub-title::before {
            background: #fff;
        }
        
        .sect-title .aos-animate .sub-title::before,
        .sect-title.aos-animate .sub-title::before {
            transition: .5s;
            transition-delay: 1.2s;
            opacity: 1;
            width: 40px;
        }
         */
            
            .sect-title .description {
                color: #555;
                font-family: "Syne";
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.4;
            }
            
            .sect-title .description span {
                font-weight: 600;
            }
            
            .bloc-text>p {
                color: #808287;
                font-family: 'Hind Madurai';
                font-weight: 400;
                font-size: 16px;
                letter-spacing: 0%;
                vertical-align: middle;
                line-height: 1.8;
            }
            
            .logo-hr {
                width: 100%;
                padding: 65px 0;
            }
            
            .engagement {
                position: relative;
                padding: clamp(40px, 7vw + 2.5rem, 95px) 0;
                overflow: hidden;
            }
            
            .list-engagement {
                display: flex;
                gap: 26px;
                justify-content: center;
                flex-wrap: wrap;
            }
            
            .list-engagement .item {
                padding: 20px 30px;
                background: transparent;
                position: relative;
                display: flex;
                gap: 20px;
                flex-direction: column;
                align-items: flex-start;
                min-height: max-content;
                height: 100%;
                transition: 0.4s;
                border-radius: 30px;
                border: 5px solid #E9E9E9;
                min-height: 100%;
            }
            
            .list-engagement .item:hover {
                transition: 0.4s;
                cursor: pointer;
                border-color: #0B6880;
                border-radius: 20px 0;
            }
            
            .list-engagement .item .icon svg {
                width: 50px;
                height: 50px;
            }
            
            .list-engagement .item .icon svg path {
                fill: initial;
                transition: 0.4s;
            }
            
            .list-engagement .item:hover .icon svg path {
                fill: #0B6880;
                transition: 0.4s;
            }
            
            .list-engagement .item .title {
                color: #1C1C1C;
                font-family: "Syne";
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: 1.2;
                text-align: center;
            }
            
            .list-engagement .item .description {
                color: #555;
                font-family: "Syne";
                font-size: 15px;
                font-style: normal;
                font-weight: 700;
                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);
                }
            }
            /* -----------------------paiement---------------------- */
            
            .paiement {
                position: relative;
            }
            
            .box-paie {
                background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(96, 202, 243, 0.43) 100%), rgba(255, 255, 255, 0.75);
                box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.25);
                padding: 30px;
                bottom: -40px;
                position: relative;
                z-index: 2;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            /* -------------------temoigange----------------------- */
            
            .temoignage {
                z-index: 2;
                position: relative;
                padding: clamp(35px, 5vw + 2rem, 80px) 0;
                background: #F2F7FD;
            }
            
            .temoignage .box-img {
                display: flex;
                gap: 0;
                align-items: center;
                justify-content: center;
                position: relative;
                z-index: 2;
            }
            
            .temoignage .box-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            
            .temoignage .box-img .left {
                position: relative;
                transform: translateX(30px) rotate(-15deg);
                right: -30px;
                border-radius: 50%;
                overflow: hidden;
                width: 175px;
                height: 175px;
                z-index: 1;
                opacity: 0;
                transition: .7s;
            }
            
            .temoignage .box-img.aos-animate .left {
                transform: translateX(0) rotate(15deg);
                transition: .7s;
                transition-delay: 1.3s;
                opacity: 1;
            }
            
            .temoignage .box-img .center {
                z-index: 3;
                border-radius: 40px;
                overflow: hidden;
                width: 230px;
                height: 314px;
            }
            
            .temoignage .box-img .right {
                left: -30px;
                position: relative;
                z-index: 4;
                transform: translateX(-50px) rotate(-35deg);
                border-radius: 40px;
                overflow: hidden;
                width: 174px;
                height: 244px;
                opacity: 0;
                transition: .7s;
            }
            
            .temoignage .box-img.aos-animate .right {
                transform: translateX(0px) rotate(15deg);
                transition: .7s;
                transition-delay: 1s;
                opacity: 1;
            }
            
            .temoignage .texte-btn {
                display: flex;
                align-items: center;
                gap: 15px;
            }
            
            .temoignage .text {
                font-family: 'Barlow';
                font-weight: 400;
                font-size: 13px;
                color: var(--color-cyan-19, #035C53);
                line-height: normal;
                vertical-align: middle;
            }
            
            .temoignage .box-img {
                position: relative;
                border-radius: 24px;
                overflow: hidden;
                height: 100%;
            }
            
            .temoignage .box-img .img {
                height: 100%;
                width: 100%;
                position: absolute;
                z-index: -1;
            }
            
            .temoignage .box-img .img img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }
            
            .temoignage .box-img .number-note {
                color: #FFF;
                text-align: center;
                font-family: "Unbounded";
                font-size: clamp(30px, 2.5vw + 1.5rem, 50px);
                font-style: normal;
                font-weight: 600;
                line-height: 1.2;
            }
            
            .temoignage .list-star {
                display: flex;
                align-items: center;
                gap: 5px;
            }
            
            .list-star .item {
                width: 28px;
                height: 28px;
                background: url('../images/picto/star.svg') 50% / cover no-repeat;
            }
            
            .temoignage .box-text {
                background: #0B6880;
                display: flex;
                flex-direction: column;
                gap: 20px;
                justify-content: center;
                height: 100%;
                padding: 0 40px;
            }
            
            .temoignage .secondary .box-text {
                background: #092331;
            }
            
            .temoignage .box-img .description,
            .temoignage .box-text .description {
                color: #FFF;
                font-family: "Syne";
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 1.5;
                text-align: center;
            }
            
            .temoignage .box-text .icon-profil {
                margin-top: 30px;
                display: flex;
                align-items: center;
                gap: 20px;
            }
            
            .temoignage .box-text .icon-profil .description {
                text-align: left;
            }
            
            .temoignage .box-text .icon-profil .name {
                color: #FFF;
                font-family: "Syne";
                font-size: 18px;
                font-style: normal;
                font-weight: 600;
                line-height: 1.2;
            }
            
            .temoignage .owl-carousel .owl-stage-outer {
                overflow: visible;
            }
            
            .temoignage-slide {
                position: relative;
                z-index: 2;
            }
            
            .temoignage-slide::before {
                position: absolute;
                content: '';
                z-index: 1;
                background: #fff;
                width: 100vw;
                height: 100%;
                right: calc(100% + 1px);
                top: 0;
            }
            
            .item-temoignage {
                border: 1px solid var(--Grey-10, #EAEBEE);
                background: var(--Grey-White, #FFF);
                display: flex;
                flex-direction: column;
                gap: 25px;
                justify-content: center;
                padding: 50px clamp(25px, 2vw + 1.5rem, 60px);
                position: relative;
            }
            
            .item-temoignage::after {
                position: absolute;
                content: "";
                width: 30px;
                height: 20px;
                background: url('../images/quote.svg') 100% / cover no-repeat;
                z-index: 1;
                top: 40px;
                right: 55px;
            }
            
            .item-temoignage .description {
                color: var(--Grey-100, #283550);
                font-family: "Poppins";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.2;
                letter-spacing: 0.56px;
            }
            
            .item-temoignage .profil {
                display: flex;
                gap: 25px;
                align-items: center;
            }
            
            .item-temoignage .info-profil {
                display: flex;
                flex-direction: column;
                gap: 6px;
            }
            
            .item-temoignage .profil .icon {
                width: 60px;
                height: 60px;
                aspect-ratio: 1/1;
                border-radius: 50%;
                overflow: hidden;
            }
            
            .item-temoignage .profil .icon img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            
            .item-temoignage .name {
                color: var(--Grey-100, #283550);
                font-family: "Poppins";
                font-size: 14px;
                font-style: normal;
                font-weight: 700;
                line-height: 1.2;
                letter-spacing: 0.56px;
            }
            
            .item-temoignage .date {
                color: var(--Grey-60, #7E8696);
                font-family: "Poppins";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.2;
                letter-spacing: 0.56px;
            }
            /* --------------------------------video------------- */
            
            .video {
                background: #0F1729;
                padding: clamp(40px, 5vw + 2rem, 95px) 0;
            }
            
            .video iframe {
                width: 100%;
                height: 100%;
                outline: none;
            }
            
            .box-video {
                position: relative;
                border-radius: 12px;
                height: 261px;
                overflow: hidden;
            }
            
            .video-container {
                position: relative;
                width: 100%;
                border-radius: 12px;
                height: 261px;
                overflow: hidden;
                z-index: 1;
            }
            
            .video .item-slide {
                position: relative;
                z-index: 1;
            }
            
            .video-container::before {
                top: 0;
                left: 0;
                position: absolute;
                z-index: -1;
                content: '';
                width: 100%;
                height: 100%;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
            }
            
            .video-container iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border: 0;
                transform: scale(1.08);
            }
            
            .fullscreen-action-menu {
                opacity: 0;
            }
            
            .fullscreen-controls-always-on .fullscreen-action-menu {
                opacity: 0;
            }
            
            .video .slide-navigation {
                display: flex;
                justify-content: flex-end;
                gap: 18px;
                padding-top: 30px;
            }
            /* ---------------------------valeur---------------- */
            
            .valeur {
                position: relative;
                z-index: 2;
                padding: 50px 0;
            }
            
            .item-valeur .description {
                font-family: 'Onest';
                font-weight: 500;
                font-size: 15px;
                line-height: 1.2;
                color: #0F1729;
                transition: .3s;
            }
            
            .item-valeur .title {
                font-family: 'Onest';
                font-weight: 600;
                font-size: 25px;
                line-height: 1.1;
                letter-spacing: 0%;
                vertical-align: middle;
                color: #0F1729;
                line-height: 1.2;
                transition: .3s;
            }
            
            .item-valeur {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
                border-radius: 20px;
                overflow: hidden;
                padding: 30px 20px;
                width: 100%;
                position: relative;
                transition: 0.6s ease-in-out;
                box-shadow: 0px 0px 10px 0px #00000017;
                background: #FFFFFF;
                cursor: pointer;
            }
            
            .item-valeur .icon {
                display: flex;
                width: 70px;
                height: 70px;
                justify-content: center;
                align-items: center;
                gap: 10px;
                flex-shrink: 0;
                background: transparent;
                transition: .3s;
            }
            
            .item-valeur .icon img {
                filter: none;
                transition: .5s;
            }
            
            .item-valeur:hover .icon img {
                filter: contrast(0) brightness(10);
                transition: .5s;
            }
            
            .valeur .item-valeur:hover {
                cursor: pointer;
                background: #0F1729;
            }
            
            .item-valeur:hover .description,
            .item-valeur:hover .title {
                color: #fff;
                transition: .3s;
            }
            /* -------------------------------servicess-------------------- */
            
            .z-2 {
                z-index: 2;
            }
            
            .service {
                position: relative;
                padding: clamp(50px, 7.5vh + 2.2rem, 115px) 0 0 0;
                overflow: visible;
                z-index: 1;
            }
            
            .box-service {
                display: block;
                background: url('../images/logo-service.png') #10182A 50% 0 /auto no-repeat;
                position: relative;
                z-index: 1;
                padding: 50px 0;
                border-radius: 24px;
            }
            
            .service-slide {
                position: relative;
                left: 2px;
            }
            
            .service .item-slide {
                position: relative;
                transition: 0.6s;
                z-index: 4;
                border: none;
                background: transparent;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 10px;
            }
            
            .service .item-slide:hover {
                position: relative;
                transition: 0.5s;
                border-radius: 20px 0;
            }
            
            .service .item-slide .right-arrow {
                position: absolute;
                z-index: 4;
                right: 24px;
                top: 24px;
                border: 1px solid #FFFFFF38;
                background: #FFFFFF21;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 24px;
                height: 24px;
                transition: .4s;
            }
            
            .service .item-slide .right-arrow img {
                filter: brightness(10) invert(0);
            }
            
            .service .item-slide:hover .right-arrow {
                transition: .4s;
                background: var(--color-cyan-19, #035C53);
            }
            
            .service .item-slide .icon {
                display: block;
                width: max-content;
                height: 32px;
            }
            
            .service .item-slide .icon img {
                height: 100%;
            }
            
            .service .item-slide:hover .icon svg path {
                transition: 0.4s;
                fill: #0B6880;
            }
            
            .service .item-slide .img {
                width: 410px;
                height: 410px;
                top: 0;
                overflow: hidden;
                position: relative;
                transition: 0.6s;
                border-radius: 50%;
                z-index: 1;
            }
            
            .service .item-slide .img::before {
                background: #0000005E;
                position: absolute;
                width: 100%;
                height: 0%;
                bottom: 0;
                left: 0;
                content: '';
                opacity: 0;
                transition: .6s;
            }
            
            .service .item-slide:hover .img::before {
                transition: .6s;
                height: 100%;
                opacity: 1;
            }
            
            .service .item-slide .img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            
            .service .item-slide .description {
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translate(-50%, 75px);
                display: flex;
                width: 100%;
                max-width: 265px;
                align-items: center;
                flex-direction: column;
                gap: 15px;
                background: #069205;
                backdrop-filter: blur(20px);
                padding: 15px 32px 32px 24px;
                z-index: 2;
                border-radius: 80px;
                transition: .6s;
                opacity: 0;
            }
            
            .service .item-slide:hover .description {
                transition: .6s;
                opacity: 1;
                transform: translate(-50%, 0px);
            }
            
            .service .item-slide .title {
                font-family: 'Barlow Condensed';
                color: #FFFFFF;
                font-family: 'Onest';
                font-weight: 600;
                font-size: 22px;
                line-height: 1.1;
                letter-spacing: 0px;
                text-align: center;
                z-index: 2;
                transition: 0.5s;
            }
            
            .service .container {
                position: relative;
            }
            
            .service .owl-carousel .owl-stage-outer {
                overflow: hidden;
                padding: 0px 0 20px 0;
            }
            
            .owl-carousel .owl-stage {
                /* display: flex;
                align-items: center;
                justify-content: center; */
                display: block;
            }
            
            .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 .box-service {
                margin: 0 auto;
                position: relative;
                width: auto;
            }
            
            .service .item-slide .img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            
            .service .box-slide {
                position: relative;
                z-index: 1;
                padding-bottom: 80px;
                width: 100%;
            }
            
            .service .slide-navigation {
                position: absolute;
                left: 50%;
                width: auto;
                z-index: 2;
                display: flex;
                align-items: center;
                flex-direction: row;
                gap: 10px;
                bottom: 0;
                transform: translateX(-50%);
            }
            
            .slide-navigation .slide-nav,
            .slide-navigation .service-nav {
                background: transparent;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 20px;
                height: 20px;
                border-radius: 0%;
                border: none;
                outline: none;
                transition: 0.6s;
            }
            
            .slide-navigation .service-nav img {
                transition: 0.6s;
                transform: none;
            }
            
            .slide-navigation .service-nav:hover img {
                transition: 0.6s;
                transform: scale(1.1);
            }
            
            .slide-navigation .service-nav {
                border-radius: 10px;
                padding: 0;
                background: #FFF;
                height: 45px;
                width: 45px;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            
            .slide-navigation .service-nav::before {
                background: #1E1E1E;
            }
            
            .slide-navigation .service-nav img {
                filter: none;
            }
            
            .slide-navigation .service-nav:hover img {
                filter: contrast(0) brightness(10);
            }
            
            .avis {
                position: relative;
                padding: clamp(50px, 7vh + 2.5rem, 115px) 0;
            }
            
            .bg-avis {
                padding: 0px;
                display: flex;
                justify-content: center;
                position: relative;
                z-index: 2;
                /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%), url('') lightgray 50% / cover no-repeat; */
            }
            
            .bg-avis img {
                width: 100%;
                border-radius: 14px;
                height: 100%;
                object-fit: cover;
            }
            
            .bg-avis::before {
                position: absolute;
                width: 100%;
                height: 100%;
                border-radius: 14px;
                background: #2F9A80;
                content: "";
                z-index: -1;
                transition: 0.8s;
                top: -10px;
                left: 0;
                transform-origin: left center;
                opacity: 0;
            }
            
            .aos-animate .bg-avis::before {
                transition: 0.8s;
                transition-delay: 1s;
                opacity: 1;
                transform: rotate(2deg);
            }
            
            .avis .item-avis .middle-box {
                display: flex;
                justify-content: space-between;
                align-items: center;
                width: 100%;
            }
            
            .item-avis .description {
                color: #1E4155;
                font-family: "Montserrat";
                font-size: 15px;
                font-style: normal;
                font-weight: 400;
                transition: 0.4s;
                line-height: 1.2;
            }
            
            .item-avis .title {
                color: #000;
                font-family: "Bebas Neue";
                font-size: 24px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.2;
            }
            
            .item-avis:hover {
                transition: 0.5s;
                cursor: pointer;
            }
            
            .item-avis:hover .title,
            .item-avis:hover .description {
                transition: 0.4s;
                color: #fff;
            }
            
            .item-avis .icon {
                transition: 0.4s;
                filter: none;
            }
            
            .item-avis:hover .icon {
                transition: 0.4s;
                filter: contrast(0) brightness(10);
            }
            
            .box-avis .content {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                z-index: 2;
                left: 85px;
            }
            
            .avis .bg-avis img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                position: absolute;
            }
            
            .avis .list-btn {
                display: flex;
                flex-direction: column;
                gap: 20px;
                width: max-content;
            }
            
            .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;
                margin: 35px 0;
            }
            
            .paiement .bg-paiement {
                position: absolute;
                z-index: -1;
                width: 100%;
                height: calc(100% - 100px);
                top: 50%;
                transform: translateY(-50%);
                left: 0;
            }
            
            .list-paie {
                display: flex;
                z-index: 2;
            }
            
            .item-paie {
                border-radius: 14px;
                border: 1px solid rgba(255, 255, 255, 0.20);
                background: rgba(255, 255, 255, 0.10);
                box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.10);
                backdrop-filter: blur(8px);
                max-width: 430px;
                padding: 30px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 10px;
                transition: 0.8s;
                position: relative;
                overflow: hidden;
            }
            
            .item-paie:hover {
                cursor: pointer;
            }
            
            .item-paie::before {
                position: absolute;
                content: "";
                z-index: -1;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: rgb(223, 94, 46, 0.3);
                transition: 0.6s;
                opacity: 0;
            }
            
            .item-paie:hover::before {
                transition: 0.6s;
                opacity: 1;
            }
            
            .item-paie .title {
                color: #FFF;
                text-align: center;
                font-family: "Bai Jamjuree";
                font-size: clamp(24px, 1.7vw + 1.1rem, 32px);
                font-style: normal;
                font-weight: 600;
                line-height: 1.2
            }
            
            .item-paie .description {
                color: #FFF;
                text-align: center;
                font-family: "Lato";
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.2;
            }
            
            .item-paie .icon {
                width: 70px;
                height: 70px;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 50%;
                background: rgba(47, 154, 128, 0.80);
            }
            
            .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;
            }
            /* 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);
            }
            
            .avantage {
                position: relative;
                background: #FFFFFF;
                overflow: hidden;
                border-top: 1px solid #E38456;
                border-bottom: 1px solid #E38456;
            }
            
            .description-site {
                font-family: "Montserrat";
                font-size: 24px;
                font-style: normal;
                font-weight: 600;
                line-height: 1.2;
                background: var(--bm-1, linear-gradient(180deg, #1E4155 0%, #E38456 100%));
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                position: relative;
                padding-left: 65px;
            }
            
            .description-site::before {
                position: absolute;
                width: 50px;
                height: 50px;
                content: "";
                background: url('../images/logo-icon.svg') 50% / cover no-repeat;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                z-index: 1;
            }
            
            .description-site span {
                background: #E38456;
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
            
            .avantage .item-avantage {
                display: flex;
                flex-direction: column;
                gap: 20px;
                align-items: center;
                border-left: 1px solid #1E4155;
                padding: 30px;
                position: relative;
                min-height: 100%;
                z-index: 2;
                position: relative;
                transition: 0.6s;
            }
            
            .item-avantage .icon img {
                animation: rotateSoft 15s ease-in-out infinite alternate;
            }
            
            @keyframes rotateSoft {
                0% {
                    transform: rotate(0deg);
                }
                20% {
                    transform: rotate(180deg);
                }
                50% {
                    transform: rotate(180deg);
                    /* PAUSE */
                }
                80% {
                    transform: rotate(-180deg);
                }
                100% {
                    transform: rotate(-180deg);
                    /* PAUSE */
                }
            }
            
            .col-xl-4:last-child .item-avantage {
                border-right: 1px solid #1E4155;
            }
            
            .avantage .item-avantage:hover {
                transition: 0.6s;
                cursor: pointer;
            }
            
            .avantage .item-avantage::before {
                /* opacity: 0.78; */
                background: url('../images/bg-avantage.png') lightgray 50% / cover no-repeat;
                content: "";
                width: 100%;
                height: 0;
                z-index: -1;
                position: absolute;
                transition: 0.6s;
                top: auto;
                bottom: 0;
                left: 0;
            }
            
            .avantage .item-avantage:hover::before {
                transition: 0.6s;
                height: 100%;
                top: 0;
                bottom: auto;
            }
            
            .item-avantage .title {
                color: #000;
                font-family: "Bebas Neue";
                font-size: 24px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.2;
                transition: 0.5s;
            }
            
            .item-avantage .description {
                color: #1E4155;
                text-align: center;
                font-family: "Montserrat";
                font-size: 15px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.2;
                transition: 0.5s;
            }
            
            .item-avantage:hover .description,
            .item-avantage:hover .title {
                transition: 0.5s;
                color: #fff;
            }
            
            .item-avantage:hover .icon img {
                filter: contrast(0) brightness(10);
                color: #fff;
            }
            
            .item-avantage .icon img {
                filter: none;
            }
            
            .avantage .owl-stage-outer {
                overflow: visible;
            }
            
            .avantage .owl-stage,
            .avantage .owl-stage-outer {
                height: 100%;
                max-height: 60px;
            }
            
            .avantage-slide {
                display: flex!important;
                align-items: center;
                width: 100%;
                gap: 50px;
                flex-shrink: 0;
            }
            
            .avantage-slide .item-slide {
                border-radius: 10px;
                background: #F8F8F8;
                box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.25);
                padding: 10px 25px;
                display: inline-flex;
                align-items: center;
                gap: 12px;
                position: relative;
            }
            
            .avantage-slide .item-slide .icon {
                border-radius: 5px;
                background: #D9D9D9;
                width: 40px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            
            .avantage .link-effect-1 span.text-2,
            .avantage .item-slide .title {
                color: #1D1D1B;
                font-family: "Archivo";
                font-size: 18px;
                font-weight: 700;
                line-height: 1.2;
            }
            
            .avantage .owl-carousel .owl-stage {
                transition-timing-function: linear !important;
            }
            
            .carouselTicker__item {
                flex: 0 0 auto;
                display: inline-block;
                float: none;
                white-space: nowrap;
            }
            
            .carouselTicker__item .tag-item {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                padding: 12px 20px;
                border-radius: 12px;
                border: 1px solid black;
                /* background-color: white; */
                color: var(--tc-neutral-900);
                text-decoration: none;
                white-space: nowrap;
                transition: all 0.3s ease-in-out;
            }
            
            .carouselTicker__item .tag-item:hover .number {
                color: black;
            }
            
            .carouselTicker__item .tag-item .number {
                font-weight: 600;
                color: black;
                transition: all 0.3s ease-in-out;
            }
            
            .copyright a:hover,
            .contact-footer .item a:hover,
            .footer a.link:hover,
            footer a:hover {
                /*  */
                color: #fff;
                text-decoration: none;
                transition: 0.3s;
            }
            
            .title-footer {
                color: #FFF;
                font-family: 'Onest';
                font-weight: 600;
                font-size: 24px;
                line-height: 1.1;
                letter-spacing: 0%;
                vertical-align: middle;
                margin-bottom: 20px;
                position: relative;
                display: flex;
                align-items: center;
                gap: 12px;
            }
            
            .contact .sub-title-footer {
                color: #0B6880;
            }
            
            .sub-title-footer::before {
                position: relative;
                z-index: 1;
                left: 0;
                top: 0;
                background: url('../images/picto/logo-icon.svg') 50% /cover no-repeat;
                width: 23px;
                height: 20px;
                content: "";
            }
            
            .box-ended .sub-title-footer::before {
                left: calc(100% + 15px);
            }
            
            .link-diag,
            .link-diag a {
                font-size: 15px;
                font-weight: 600;
                font-family: "Urbanist";
                color: rgba(113, 117, 128, 255);
                text-decoration: none;
            }
            
            .actualite {
                position: relative;
                padding: clamp(50px, 5.5vh + 4rem, 100px) 0;
                background: #fff;
                overflow: visible;
            }
            
            .item-actu {
                display: flex;
                flex-direction: column;
                gap: 20px;
                height: 100%;
                overflow: hidden;
                transition: 0.6s;
                z-index: 1;
                position: relative;
                overflow: hidden;
                transition: .4s;
            }
            
            .item-actu .img {
                position: relative;
                width: 100%;
                height: 290px;
                border-radius: 24px;
                overflow: hidden;
                z-index: 2;
            }
            
            .item-actu .img::before {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                width: 100%;
                z-index: 1;
                height: 0%;
                background: #00000066;
                opacity: 0;
                transition: .6s;
            }
            
            .item-actu:hover .img::before {
                transition: .6s;
                height: 100%;
                opacity: 1;
            }
            
            .item-actu .img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: .7s;
                transform: none;
            }
            
            .item-actu:hover .img img {
                transition: .5s;
                transform: scale(1.1);
            }
            
            .item-actu .title {
                font-family: 'Onest';
                font-weight: 600;
                font-size: 24px;
                line-height: 1.1;
                letter-spacing: 0%;
                vertical-align: middle;
                transition: 0.6s;
                color: #1D283A;
                position: relative;
                display: inline-block;
            }
            
            .item-actu:hover .title {
                transition: .65s;
                color: #069205;
                text-decoration-line: underline;
                text-decoration-color: currentColor;
                text-decoration-thickness: 1px;
                text-underline-offset: 4px;
            }
            
            .item-actu .description {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
                position: relative;
                transition: 0.6s;
                padding: 0;
                gap: 10px;
                z-index: 2;
                opacity: 1;
                transition: .4s;
            }
            
            .item-actu .date {
                display: flex;
                font-family: 'Onest';
                font-weight: 500;
                font-style: Medium;
                font-size: 16px;
                line-height: 1.2;
                color: #1D283A;
                letter-spacing: 0.8px;
                vertical-align: middle;
                line-height: 1.2;
                vertical-align: middle;
                z-index: 1;
            }
            
            .item-actu .description-actu {
                color: #344256;
                font-family: 'Onest';
                font-weight: 500;
                font-size: 16px;
                line-height: 1.2;
                letter-spacing: 0.8px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                vertical-align: middle;
            }
            
            .hover-underline {
                position: relative;
                text-decoration: none;
                display: inline-block;
                margin: 15px 0;
            }
            
            .hover-underline .h4 {
                position: relative;
                transition: all 0.3s ease;
                display: inline;
            }
            
            .hover-underline .line-wrapper {
                position: relative;
                display: inline;
            }
            
            .hover-underline .line-wrapper::after {
                content: "";
                position: absolute;
                bottom: -1px;
                left: 0;
                right: 0;
                height: 2px;
                background: linear-gradient(90deg, #263237 0%, #9FB4C0 100%);
                transform: scaleX(0);
                transform-origin: left;
                transition: transform 0.3s ease;
            }
            
            .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;
            }
            
            .box-actu .title-actu {
                color: #1D1D1B;
                font-family: "Archivo";
                font-size: 28px;
                font-weight: 700;
                line-height: 1.2;
                padding: 15px 0;
            }
            
            .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%;
            }
            
            .service-footer {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }
            
            .box {
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 40px;
                text-align: center;
                background: #8484841A;
                backdrop-filter: blur(50px);
                border-radius: 20px;
                gap: 10px;
            }
            
            .box-centered .link {
                text-transform: uppercase;
            }
            
            .footer .box-centered .service-footer {
                gap: 15px;
            }
            
            .box-ended {
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                text-align: right;
            }
            
            .footer .box-ended .service-footer .link {
                font-weight: 600;
            }
            
            .service-footer.styled .link {
                position: relative;
                display: flex;
                align-items: center;
                width: max-content;
                gap: 10px;
            }
            
            .footer .service-footer.styled .link .icon {
                min-width: 24px;
            }
            
            .footer .service-footer.styled .link:hover::before {
                opacity: 1;
                transition: 0.6s;
            }
            
            .footer .service-footer.styled a:hover {
                color: #0B6880;
                transition: 0.3s;
            }
            
            .service-footer .link {
                color: #FFF;
                font-family: 'Onest';
                font-weight: 400;
                font-size: 16px;
                letter-spacing: 0.3px;
                vertical-align: middle;
                line-height: 1.6;
                transition: 0.3s;
                display: flex;
                align-items: center;
                gap: 8px;
            }
            
            .contact-form .service-footer .link {
                color: #1D283A
            }
            
            .contact-form .service-footer a.link:hover {
                color: #140692;
            }
            
            .footer .service-footer a:hover,
            .footer a:hover {
                color: #069205;
                transition: 0.3s;
            }
            /* .footer .key {
            font-weight: 600;
        } */
            
            .footer .list-logo {
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
                gap: 20px;
            }
            
            .footer .box-logo {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                align-self: stretch;
                border-radius: 4px;
                background: #FFFFFF;
                width: 210px;
                height: 100px;
            }
            
            .footer .box-logo img {
                width: 100%;
            }
            
            .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: 100%;
                width: auto;
                max-width: 200px;
            }
            
            .hr-page {
                position: relative;
                z-index: 2;
                height: 3px;
                background: #0B6880;
                width: 100vw;
                margin: 0 0 clamp(40px, 3vw + 3.5rem, 80px) 0;
            }
            
            .hr-page span {
                width: 20px;
                height: 20px;
                aspect-ratio: 1/1;
                background: #0B6880;
                border-radius: 50%;
                position: absolute;
                z-index: 2;
                top: 50%;
                transform: translateY(-50%);
                left: 0%;
                transition: 0.8s;
            }
            
            .hr-page.aos-animate span {
                transition: 1.4s;
                left: 20%;
                transition-delay: 0.8s;
            }
            
            .hr-page.aos-animate span.secondary {
                left: 80%;
                transition: 1.9s;
                transition-delay: 0.8s;
            }
            
            .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;
            }
            
            .to-top {
                border: none;
                outline: none;
                border-radius: 6px;
                padding: 0;
                width: 45px;
                height: 45px;
                justify-content: center;
                align-items: center;
            }
            
            .btn-1.to-top:hover {
                color: #DF5E2E;
            }
            
            .box-copyright {
                position: relative;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
            
            .box-copyright .right,
            .box-copyright .left {
                color: #FFF;
                font-family: 'Onest';
                font-weight: 400;
                font-size: 16px;
                letter-spacing: 0.3px;
                vertical-align: middle;
                line-height: 1.2;
            }
            
            .box-copyright .left a.key {
                font-weight: 700;
            }
            
            .box-copyright .right a {
                vertical-align: middle;
                text-decoration-line: underline;
                text-decoration-color: currentColor;
                text-decoration-thickness: 1px;
                text-underline-offset: 3px;
            }
            
            .box-copyright .arobiz {
                color: #4B9BAF;
            }
            
            .copyright {
                background: transparent;
                border-top: 1px solid #FFFFFF17;
                padding: 20px 0;
                transition: 0.3s;
                margin-top: 35px;
            }
            
            .copyright .right {
                display: flex;
                align-items: center;
                gap: 10px 15px;
                flex-wrap: wrap;
            }
            
            .copyright .underlined {
                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;
            }
            
            .copyright a {
                color: #FFF;
                transition: 0.3s;
            }
            
            .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: 2px 8px;
            }
            
            .arobiz {
                display: flex;
                align-items: center;
                gap: 10px;
            }
            
            .arobiz .text {
                color: #FFF;
            }
            
            .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;
                z-index: 1;
                margin-bottom: 20px;
            }
            
            .box-in {
                padding: 65px 0 0 0;
            }
            
            .box-footer {
                background: #10182A;
                padding: 0;
                border-radius: 24px;
                position: absolute;
                width: calc(100vw - 40px);
                max-width: 1400px;
                height: 100%;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }
            
            .footer .accord-form {
                font-family: 'Onest';
                font-weight: 400;
                font-size: 12px;
                line-height: 1.2;
                letter-spacing: 0px;
                text-align: center;
                vertical-align: middle;
                color: #FFFFFF;
                vertical-align: middle;
            }
            
            .contact .footer {
                margin-top: 0;
            }
            
            .footer .bg-footer {
                position: absolute;
                z-index: -1;
                background: url('../images/bg-footer.svg') top / cover no-repeat;
                width: 100%;
                height: calc(100% - 80px);
                bottom: 0px;
            }
            
            .footer .presentation {
                color: #FFF;
                font-family: "Lato";
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 1.2;
            }
            
            .footer .box-info {
                border-radius: 14px;
                background: #E6A74A;
                padding: 0 14px;
                margin: 0 auto;
                max-width: 868px;
                display: flex;
                gap: 0;
                top: -65px;
                position: relative;
            }
            
            .footer .box-info .item {
                flex: 1;
                display: flex;
                flex-direction: column;
                gap: 14px;
                align-items: flex-start;
                padding: 20px;
                position: relative;
                transform: none;
                transition: 0.6s;
            }
            
            .footer .box-info .item:hover {
                cursor: pointer;
            }
            
            .footer .box-info .item.active {
                border-radius: 14px;
                background: #2F9A80;
                transform: translateY(-18px);
                transition: 0.6s;
            }
            
            .footer .box-info .item .title {
                color: #FFF;
                font-family: "Lato";
                font-size: 18px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }
            
            .footer .box-info .item .description {
                color: #FFF;
                font-family: "Lato";
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }
            
            .footer .box-info .item .icon {
                display: flex;
                width: 30px;
                height: 30px;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 10px;
                border-radius: 50%;
                background: rgba(255, 255, 255, 0.50);
                margin-left: auto;
            }
            
            .service-footer.contact-footer {
                gap: 20px;
            }
            
            .contact-footer .icon {
                width: 35px;
                height: 35px;
                aspect-ratio: 1;
                background: #069205;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 50%;
            }
            
            .contact-form .contact-footer .icon {
                background: #140692
            }
            
            .contact-footer .item-contact-footer .description {
                display: flex;
                flex-direction: column;
                gap: 15px;
            }
            
            .contact-footer .item-contact-footer .title {
                color: var(--Grey-20, #D4D7DC);
                font-family: "Poppins";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.2;
                letter-spacing: 0.56px;
            }
            
            .contact-footer .item-contact-footer .detail {
                color: var(--Grey-White, #FFF);
                font-family: "Poppins";
                font-size: 14px;
                font-style: normal;
                font-weight: 700;
                line-height: 1.2;
                letter-spacing: 0.56px;
                transition: 0.4s;
            }
            
            .contact-footer .item-contact-footer a.detail:hover {
                color: #7FADB9;
                transition: 0.4s;
            }
            
            .contact-footer .item {
                display: flex;
                align-items: center;
                gap: 15px;
                transition: 0.3s;
            }
            
            .contact-footer .item img {
                transition: 0.3s;
                filter: none;
            }
            
            .contact-footer .item:has(a:hover) img {
                transition: 0.3s;
                filter: contrast(0) brightness(10);
            }
            
            .contact-footer .item .description {
                display: flex;
                align-items: center;
                color: #3E4344;
                font-family: "Poppins";
                font-size: 16px;
                font-weight: 500;
                line-height: 1.2;
                transition: 0.4s;
            }
            
            .contact-footer .item .title {
                color: #1B2E5F;
                font-family: "Open Sans";
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.2;
                text-align: left;
            }
            
            .contact-footer .item .detail {
                color: #1B2E5F;
                font-family: "Open Sans";
                font-size: 18px;
                font-style: normal;
                font-weight: 700;
                line-height: 1.2;
            }
            
            .btn-1.btn-social,
            .footer .btn-1.btn-social {
                display: flex;
                align-items: center;
                background: #0077B5;
                border: none;
                justify-content: center;
                padding: 0;
            }
            
            .btn-1.btn-social img,
            .footer .btn-1.btn-social img {
                filter: none;
                transform: none;
            }
            
            .footer .btn-1 .icon {
                width: 64px;
                height: 64px;
                background: #FFF;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 32px;
            }
            
            .footer .btn-1 .description {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 6px;
            }
            
            .footer .btn-1 .description .title {
                color: #F7AD00;
                text-align: center;
                font-family: "Montserrat";
                font-size: 24px;
                font-style: normal;
                font-weight: 600;
                line-height: 1.2;
            }
            
            .footer .btn-1 .description .detail {
                color: #FFF;
                text-align: center;
                font-family: "Montserrat";
                font-size: 24px;
                font-style: normal;
                font-weight: 600;
                line-height: 1.2;
                height: max-content;
                transition: 0.3s;
            }
            
            .footer a.btn-1 .description .detail:hover {
                color: #F7AD00;
                transition: 0.3s;
            }
            
            .footer .logo-footer {
                display: flex;
                align-items: center;
                height: auto;
                width: 100%;
                max-width: 135px;
                aspect-ratio: 1;
            }
            
            .footer .logo-footer img {
                width: 100%;
            }
            
            .footer .row-bordered {
                padding-bottom: 22px;
                border-bottom: 1px solid var(--Grey-60, #7E8696);
            }
            
            .footer .hr-footer {
                background: var(--Grey-60, #7E8696);
                height: 1px;
                width: 100%;
                margin: 35px 0 10px 0;
            }
            
            .footer .list-social {
                display: flex;
                align-items: center;
                gap: 15px;
            }
            
            .list-social .item {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 34px;
                height: 34px;
                opacity: 1;
                border-radius: 50%;
                border: 1px solid #FFFFFF;
                padding: 0;
            }
            
            .footer .container {
                position: relative;
            }
            
            .footer .newsletter {
                position: relative;
            }
            
            .box-newsletter {
                position: relative;
                display: flex;
                align-items: flex-start;
                padding: 0px;
                background: transparent;
            }
            
            .title-newsletter {
                font-family: 'Onest';
                font-weight: 600;
                font-size: 18px;
                line-height: 1.2;
                color: #fff;
                letter-spacing: 0%;
                text-align: center;
                vertical-align: middle;
            }
            
            .footer .box-input {
                background: #04061833;
                display: flex;
                align-items: center;
                gap: 0;
                /* backdrop-filter: blur(30px); */
                border-radius: 60px;
                padding: 12px 8px;
                height: 60px;
                width: 100%;
            }
            
            .box-newsletter .submit {
                display: flex;
                padding: 0 18px;
                justify-content: center;
                align-items: center;
                font-size: 12px;
                font-weight: 500;
                flex-shrink: 0;
                gap: 8px;
                outline: none;
            }
            
            .box-newsletter .submit::before {
                background: #fff;
            }
            
            .box-newsletter input {
                background: transparent;
                border: none;
                height: 40px;
                width: 100%;
                outline: none;
            }
            
            .box-newsletter input,
            .box-newsletter input::placeholder {
                color: #fff;
                font-family: "Barlow";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.2
            }
            
            .newsletter input:focus {
                outline: none;
            }
            
            .footer .box-newsletter {
                display: flex;
                align-items: center;
                padding: 0 0 0 15px;
                gap: 0;
                border-radius: 40px;
                overflow: hidden;
                background: transparent;
                border: 1px solid #FFFFFF1A
            }
            
            .footer .newsletter .submit {
                outline: none;
                border: none;
                background: #7EBF7C;
                border-radius: 0;
                padding: 0 15px;
                height: 40px;
            }
            
            .footer .newsletter .submit:hover img {
                transition: 0.4s;
                filter: none;
            }
            
            .footer .newsletter .submit:hover img {
                filter: none;
                transition: 0.3s;
            }
            
            .footer .newsletter .btn-1::after,
            .footer .newsletter .btn-1::before {
                border-radius: 0;
                background: #D9D9D9;
            }
            
            .img-animate,
            .actualite .box-actu .img img,
            .content-img-text .img-content>img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                z-index: 3;
                transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            }
            
            .box-animate:hover .img-animate,
            .actualite .box-actu:hover .img img,
            .content-img-text .img-content:hover>img {
                transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            }
            
            .content-img-text .img-principal .img-content {
                width: 100%;
                position: relative;
            }
            
            .content-img-text .img-principal .img-content img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            
            .content-img-text .img-principal .img-content .box-circle-img {
                border-radius: 50%;
                overflow: hidden;
                box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25);
                width: 100%;
                height: 100%;
            }
            
            .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;
            }
            
            .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: 25px 0 clamp(35px, 7vw + 2.5rem, 110px) 0;
            }
            
            .list-partenaire {
                display: flex;
                width: 100%;
                max-width: 350px;
                justify-content: space-between;
                margin: 0 auto;
            }
            
            .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;
            }
            
            a.item-contact:hover .description {
                transition: 0.3s;
                color: #1F662E;
                ;
            }
            
            .list-contact .item-contact {
                display: flex;
                align-items: center;
                gap: 12px;
            }
            
            .old-home-presentation {
                padding: 40px 0;
            }
            
            .banniere {
                position: relative;
                height: 365px;
                background: #F9F9F9;
            }
            
            .banniere .title {
                color: #000;
                font-family: "Rajdhani";
                font-size: clamp(35px, 4vw + 1rem, 69px);
                font-weight: 600;
                line-height: 1.2;
                margin-bottom: 25px;
            }
            
            .banniere .title span {
                color: #227530;
                width: max-content;
                position: relative;
                margin: 0 auto;
            }
            
            .banniere .content {
                position: relative;
                z-index: 4;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 100%;
            }
            
            .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;
            }
            
            .list-item-contact {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
                padding-top: 25px;
                gap: 20px 35px;
            }
            
            .contact-info {
                display: flex;
                align-items: flex-start;
                flex-direction: column;
                gap: 24px;
            }
            
            .contact-info .link {
                display: flex;
                align-items: center;
                gap: 14px;
                font-weight: 600;
                color: #035C53;
                font-family: "Barlow";
                font-style: normal;
                line-height: 1.2;
                padding-bottom: 24px;
                border-bottom: 1px solid #E6E6E6;
                padding-left: 16px;
                width: 100%;
                transition: .4s;
            }
            
            .contact-info a.link:hover {
                transition: .4s;
                color: #7EBF7C;
            }
            
            .contact-info .link:last-child {
                border: none;
                padding-bottom: 0;
            }
            
            .contact-info .link .icon {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background: #7EBF7C;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            
            .contact-info .link img {
                filter: contrast(0) brightness(10);
            }
            
            .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;
            }
            
            .footer .box-input input {
                border-radius: 10px;
                border: none;
                background: transparent;
                height: 100%;
                padding: 0 18px;
                width: 100%;
                outline: none;
            }
            
            .footer .box-input input::placeholder,
            .footer .box-input input {
                font-family: 'Inter';
                font-weight: 400;
                font-size: 14px;
                line-height: 1.1;
                letter-spacing: 0%;
                vertical-align: middle;
                color: #FFFFFF;
            }
            
            .footer .submit {
                padding: 0;
                width: 46px;
                display: flex;
                align-items: center;
                justify-content: center;
                aspect-ratio: 1;
                height: 46px;
            }
            
            .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;
                flex-direction: column;
                gap: 20px;
                align-items: start;
            }
            
            .contact-info .item .title {
                color: #263237;
                font-family: "Archivo";
                font-size: clamp(21px, 1.5vw + 1rem, 40px);
                font-style: normal;
                font-weight: 700;
                line-height: 1.2;
                text-align: left;
            }
            
            .contact-info .item .description {
                color: #444;
                font-family: "Archivo";
                font-size: 16px;
                font-weight: 400;
                line-height: 1.2;
                text-align: left;
            }
            
            .infos {
                position: relative;
                z-index: 4;
                margin-top: -65px;
            }
            
            .infos .list-info {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 25px;
            }
            
            .infos .list-info .item .sub-title {
                color: #1E1E1E;
                font-family: "Lato";
                font-size: 22px;
                font-style: normal;
                font-weight: 700;
                line-height: 1.2;
            }
            
            .infos .list-info .item .detail {
                color: #1E1E1E;
                font-family: "Lato";
                font-size: 18px;
                font-style: normal;
                font-weight: 700;
                line-height: 1.2;
                transition: 0.5s;
                position: relative;
            }
            
            .infos .list-info .item .detail::before {
                position: absolute;
                width: 0%;
                height: 1px;
                background: #1e1e1e;
                top: calc(100% + 2px);
                left: 0;
                opacity: 0;
                content: "";
            }
            
            .infos .list-info .item .detail:hover::before {
                transition: 0.5s;
                opacity: 1;
                width: 100%;
            }
            
            .infos .list-info .item {
                position: relative;
                transition: 0.6s;
                display: flex;
                align-items: flex-start;
                flex-direction: column;
                padding: 40px;
                border-radius: 14px;
                border: 1px solid rgba(255, 255, 255, 0.20);
                background: #FEFBF8;
                box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.10);
                gap: 20px;
            }
            
            .infos .list-info .item::before {
                content: "";
                width: 100%;
                height: 100%;
                opacity: 0;
                position: absolute;
                border-radius: 14px;
                background: #E6A74A;
                top: 0;
                left: 0;
                z-index: -1;
                transition: 0.6s;
            }
            
            .infos .list-info .item:hover::before {
                transition: 0.6s;
                opacity: 1;
                transform: rotate(5deg);
            }
            
            .infos .list-info .item .icon {
                display: flex;
                width: 70px;
                height: 70px;
                justify-content: center;
                align-items: center;
                flex-shrink: 0;
                border-radius: 50%;
                border: 1px solid #2F9A80;
                background: rgba(255, 255, 255, 0.80);
                box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.10);
                transition: 0.5s;
            }
            
            .infos .list-info .item:hover .icon {
                border: 1px solid #DF5E2E;
                background: rgba(223, 94, 46, 0.80);
                box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.10);
                transition: 0.5s;
            }
            
            .map {
                width: 100%;
                height: 500px;
                position: relative;
                z-index: 1;
            }
            
            .map img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            
            .map-box {
                width: 100%;
                height: 100%;
            }
            
            .map-box img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            
            .box-contact-info {
                background: #F7FAF9;
                border-radius: 24px;
                padding: 45px;
            }
            
            .box-contact-info .logo-footer {
                width: 100%;
                max-width: 290px;
                margin-left: 16px;
                display: flex;
                justify-content: center;
            }
            
            .box-contact-info .logo-footer img {
                width: 100%;
            }
            
            .contact-form {
                position: relative;
                padding: clamp(40px, 8vh + 5rem, 125px) 0;
                background: #FFFFFF;
                overflow: visible;
            }
            
            .contact-form .box-form {
                background: #F2F7FD;
                padding: 40px;
                border-radius: 40px;
            }
            
            .contact-form::before,
            .contact-form .deco-bottom {
                background: #EEF4F9;
            }
            
            .contact-form .label-form {
                color: var(--Grey-100, #283550);
                font-family: "Poppins";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.2;
                letter-spacing: 0.56px;
                text-transform: uppercase;
            }
            
            .info-contact {
                position: relative;
                background: transparent;
                display: flex;
                flex-direction: column;
                gap: 30px;
            }
            
            .info-contact .item-contact {
                display: flex;
                align-items: flex-start;
                gap: 28px;
            }
            
            .info-contact .item-contact .icon {
                width: 89px;
                height: 89px;
                border-radius: 10px;
                background: var(--justdiagnostics, linear-gradient(180deg, #1F662E 0%, #67A97B 100%));
                display: flex;
                justify-content: center;
                align-items: center;
            }
            
            .info-contact .item-contact .description {
                display: flex;
                flex-direction: column;
                gap: 20px;
            }
            
            .info-contact .item-contact .description .title {
                color: #4E4D4D;
                font-family: "Playfair Display";
                font-size: 24px;
                font-weight: 400;
                line-height: 1.2;
            }
            
            .info-contact .item-contact .description .detail {
                color: #4E4D4D;
                font-family: "Poppins";
                font-size: 22px;
                font-weight: 400;
                line-height: 1.2;
                transition: 0.3s;
            }
            
            .info-contact .item-contact .description a.detail:hover {
                transition: 0.3s;
                color: #1F662E;
            }
            
            .contact-form .label {
                color: #000;
                font-family: "Roboto";
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.2;
            }
            
            .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-contact {
                position: relative;
                background: var(--Grey-White, #FFF);
                box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.10);
                padding: 40px;
                margin-top: -80px;
                z-index: 5;
            }
            
            .contact-form .item-form {
                display: flex;
                flex-direction: column;
                gap: 15px;
            }
            
            .box-input {
                display: flex;
                position: relative;
                align-items: center;
            }
            
            .box-input .icon {
                position: absolute;
                top: 15px;
                left: 16px;
                z-index: 2;
            }
            
            .contact-form textarea::placeholder,
            .contact-form textarea,
            .contact-form input::placeholder,
            .contact-form input {
                font-family: 'Onest';
                font-weight: 400;
                font-size: 16px;
                letter-spacing: 0%;
                line-height: 1.2;
                color: #1C1C1C;
            }
            
            .contact-form input {
                height: 52px;
                border-radius: 60px;
                backdrop-filter: blur(30px);
                border: none;
                background: #fff;
                outline: none;
                margin-bottom: 30px;
                padding: 0 22px;
                width: 100%;
            }
            
            .list-coordonnee {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 20px;
            }
            
            .list-coordonnee .item {
                display: flex;
                flex-direction: column;
                gap: 20px;
            }
            
            .list-coordonnee .item .sub-title {
                color: var(--Grey-60, #7E8696);
                font-family: "Poppins";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.2;
                letter-spacing: 0.56px;
            }
            
            .list-coordonnee .item .detail {
                color: var(--Grey-100, #283550);
                font-family: "Poppins";
                font-size: 14px;
                font-style: normal;
                font-weight: 700;
                line-height: 1.2;
                letter-spacing: 0.56px;
            }
            
            .list-coordonnee .icon {
                display: flex;
                width: 50px;
                height: 50px;
                justify-content: center;
                align-items: center;
                gap: 10px;
                border-radius: 50%;
                background: var(--Grey-10, #EAEBEE);
            }
            
            .contact-form textarea {
                min-height: 135px;
                border-radius: 20px;
                border: none;
                background: #fff;
                backdrop-filter: blur(30px);
                outline: none;
                margin-bottom: 30px;
                padding: 22px 22px 0 22px;
                outline: none;
                margin-bottom: 10px;
                width: 100%;
            }
            
            .contact-form .accord-form {
                color: #585960;
                font-family: "Onest";
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 1.4;
            }
            
            .contact-form .accord-form a {
                color: #585960;
                transition: 0.3s;
            }
            
            .contact-form .accord-form a:hover {
                transition: 0.3s;
                color: #140692;
            }
            
            .contact-form .btn-1 {
                border: none;
                outline: none;
                width: 100%;
            }
            
            .contact-form .box-btn.colored span {
                border-color: initial;
            }
            
            .list-info {
                display: flex;
                align-items: flex-start;
                gap: 10px;
                flex-direction: column;
                flex-wrap: wrap;
            }
            
            .list-info .item {
                color: #555;
                font-family: "Syne";
                font-size: 20px;
                font-style: normal;
                font-weight: 500;
                line-height: 1.1;
                transition: 0.55s;
                text-align: left;
                position: relative;
            }
            
            .list-info a.item:hover {
                transition: 0.55s;
                color: #0B6880;
            }
            
            .list-info a.item::before {
                transition: 0.55s;
                width: 0%;
                left: 0;
                height: 2px;
                background: #0B6880;
                top: calc(100% + 1px);
                opacity: 0;
                position: absolute;
                content: "";
            }
            
            .list-info a.item:hover::before {
                transition: 0.55s;
                width: 100%;
                opacity: 1;
            }
            
            .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;
            }
            
            .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;
            }
            .width-max-content{
                width: max-content !important;
            }