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

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "Montserrat";
    background: #171a1d;
    overflow-x: hidden;
}

.page {
    overflow: hidden;
}

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


/* --------------------------cursor------------------------- */

.hover-this .hover-anim {
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor {
    pointer-events: none;
    position: fixed;
    padding: 0.3rem;
    background-color: #28518b;
    border-radius: 50%;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
    z-index: 99999;
}

.cursor-active {
    -webkit-transform: translate(-50%, -50%) scale(8);
    -ms-transform: translate(-50%, -50%) scale(8);
    transform: translate(-50%, -50%) scale(8);
    opacity: .1;
}

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

.fixed .site-branding .dark,
.site-branding .default {
    display: block;
}

.page.home .fixed .site-branding .default,
.site-branding .dark {
    display: none;
}

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

header {
    border-bottom: none;
}

.ttm-stickable-header {
    display: flex;
    align-items: center;
    background: #839c99;
    width: 100%;
    z-index: 9;
    position: relative;
    top: 0;
    left: 0;
}

.ttm-stickable-header.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #637571 !important;
    /* filter: drop-shadow(0px 0px 8px rgba(40, 40, 39, 0.102)); */
}

.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: 55px;
    justify-content: space-between;
}

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


/** SiteNavigation(Menu) **/

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

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

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

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

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

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

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

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

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

#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 {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 21px;
    color: rgba(255, 255, 255, 255);
    text-align: center;
    line-height: 1.2;
}

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

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

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

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

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

.header-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-contact .item {
    display: flex;
    align-items: center;
    gap: 15px;
}

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

.header-contact .item {
    color: #262b35;
    font-size: 18px;
    font-weight: 700;
}

.header-contact a.item {
    color: #262b35;
}

.header-contact a.item:hover {
    color: #70a446;
}

.header-contact-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-contact-top .espace-client {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-contact-top .right-contact,
.header-contact-top .left-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-contact-top .right-contact .social {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00475e;
    border-radius: 5px;
}

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

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

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

.top-contact {
    height: 52px;
    align-items: center;
    background: #637571;
    color: #ffffff;
    display: flex;
}

.top-contact .btn-1 {
    background: transparent;
}

.top-contact .item {
    flex-shrink: 0;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 255);
    text-align: left;
    text-transform: none;
}

.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: flex-end;
    gap: 50px;
}

.top-contact .info-contact .item {
    display: flex;
    padding: 0;
    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 .list-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

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 .btn-1 {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: transparent;
    min-width: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    transition: 0.6s;
}

header .btn-1::before,
header .btn-1::after {
    background: #28518b;
}

header .btn-1:hover img {
    filter: none;
    transition: 0.6s;
}

header .btn-1:hover {
    border: none;
    transition: 0.6s;
}

header .btn-1.btn-item {
    padding: 0;
    border-radius: 50%;
}

header .btn-1.btn-item::before,
header .btn-1.btn-item::after {
    background: #FFC620;
}

.btn {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 26px;
    color: rgba(255, 255, 255, 255);
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: max-content;
    transition: 0.8s;
}

.btn:hover {
    color: #fff;
    transition: 0.8s;
}

.btn-1 {
    height: 76px;
    display: inline-flex;
    align-items: center;
    padding: 0px 25px;
    gap: 8px;
    border-radius: 0px;
    background: #28518b;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 22px;
    color: rgba(255, 255, 255, 255);
    text-align: center;
    line-height: 1.2;
    min-width: max-content;
    transition: all 0.95s ease;
    -moz-transition: all 0.95s ease;
    -ms-transition: all 0.95s ease;
    -o-transition: all 0.95s ease;
    overflow: hidden;
    z-index: 0;
    position: relative;
    z-index: 2;
}

.btn-1.waved:hover {
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

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

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

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

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

.btn-1 .btn-double-text {
    transition: opacity .65s, transform .85s;
    transition-timing-function: cubic-bezier(.15, .85, .31, 1);
}

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

.btn-1:hover img {
    transition: 0.4s;
    filter: brightness(10);
}

.btn-1::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #1B2E5F;
    z-index: -1;
    opacity: 0;
    content: "";
    border-radius: 0;
    transition: 0.8s;
}

.btn-1:hover::after,
.btn-1:hover::before {
    width: 100%;
    right: 0;
    left: auto;
    opacity: 1;
    transition: 0.8s;
}

.home-slide {
    position: relative;
    margin-top: 0;
    background: #171a1d
}

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

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

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

.banniere .contact-home .item,
.home-slide .box-slide .contact-home .item {
    width: 85px;
    height: 61px;
    background: #13a538;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.home-slide .box-slide .slide-nav {
    position: absolute;
    left: 70px;
    top: calc((100% - 129px)/ 2);
    width: auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    z-index: 2;
    opacity: 1;
    transition: 0.3s;
}

.service .box-slide .slide-nav .service-nav i,
.home-slide .box-slide .slide-nav .home-nav i {
    font-size: 24px;
    font-weight: 700;
}

.service .box-slide .slide-nav .service-nav,
.home-slide .box-slide .slide-nav .home-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: auto;
    height: auto;
    outline: none;
    background: transparent;
    border: none;
    border-radius: 0;
    transition: 0.3s;
}

.service .box-slide .slide-nav .service-nav:hover,
.home-slide .box-slide .slide-nav .home-nav:hover {
    transition: 0.3s;
}

.service .box-slide .slide-nav .service-nav:hover img,
.home-slide .box-slide .slide-nav .home-nav:hover img {
    transform: scale(1.2);
    transition: 0.3s;
}

.home-slide .item-slide {
    height: 600px;
    max-height: calc(100vh - 155px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.home-slide.interne.contact .item-slide .img-home {
    object-position: right;
}

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

.zoom-in-out {
    animation: zoomInOut 15s ease-in-out alternate;
}

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

    50% {
        transform: scale(1.2);
        /* ou autre échelle désirée */
    }

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

.zoom-in {
    animation: zoomInOut 15s ease-in-out alternate;
}

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

    50% {
        transform: scale(1.2);
    }

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

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

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

.home-slide .item-slide .content-slide {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    transition: 0.6s;
}

.home-slide .item-slide:hover .content-slide {
    transition: 0.6s;
    bottom: 85px;
}

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

.home-slide .item-slide:hover .img-home {
    transition: 0.5s;
    opacity: 1;
}

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

.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 .owl-carousel .owl-stage-outer {
    overflow: visible;
}

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

.home-slide .z-top {
    position: relative;
    z-index: 5;
}

.home-slide .box::before {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 100%;
    content: "";
    z-index: 2;
    background: #171a1d;
}

.home-slide .item-slide .title-item {
    font-family: "Cambria";
    font-weight: 700;
    font-size: clamp(26px, calc(1.3vw + 1rem), 40px) !important;
    color: rgba(255, 255, 255, 255);
    text-align: center;
    line-height: 1.2;
}

.home-slide .title {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: clamp(26px, calc(1.65vw + 1rem), 70px) !important;
    color: rgba(131, 156, 153, 255);
    text-align: left;
    line-height: 1.2;
    margin-bottom: 25px;
}

.home-slide .description {
    font-family: "Cambria";
    font-size: clamp(26px, calc(1.4vw + 1rem), 50px) !important;
    font-weight: 400;
    font-style: italic;
    color: rgba(255, 255, 255, 255);
    text-align: left;
    line-height: 1.2;
}

.home-slide .item-slide .description span {
    font-weight: 700;
}

.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 .title span,
.home-slide .owl-item .item-slide .title {
    transform: translateX(250px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    transition-delay: 0.1s;
}


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

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

.btn-slide {
    display: flex;
    align-items: center;
    gap: 28px 20px;
    flex-wrap: wrap;
    max-width: max-content;
    overflow: hidden;
}

.btn-slide .btn-1 {
    height: 57px;
    background: #FFF;
    font-weight: 700;
    transition: 0.3s;
    gap: 10px;
}

.avis .btn-1,
.home-slide .btn-1 {
    position: relative;
    margin: 0 0 50px 0px;
    z-index: 1;
    overflow: visible;
}

.btn-slide .btn-1:hover {
    color: #fff;
    transition: 0.3s;
}

.btn-slide .btn-1:hover img {
    filter: brightness(100);
    transition: 0.3s;
}


/* .card-slide.secondary .btn-1 {
background: #000;
color: #fff;
} */

.home-slide .card-slide .btn-1::before {
    position: absolute;
    left: -20px;
    top: 3px;
}

.paiement .btn-1,
.service .btn-1,
.avis .btn-1,
.btn-slide .btn-1 {
    padding: 0 30px;
    transition: 0.5s;
    min-width: inherit;
}

.btn-slide .btn-2 {
    background: #FFC620;
}

.btn-slide .btn-1:hover img,
.btn-slide .btn-2:hover img {
    filter: none;
}

.btn-slide .btn-1:hover,
.btn-slide:hover .btn-2 {
    color: #1B2E5F;
}

.btn-slide .btn-1::after,
.btn-slide .btn-1::before {
    background: #FFC620;
}

.btn-slide .btn-2::after,
.btn-slide .btn-2::before {
    background: #fff;
}

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

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

.home-slide .owl-dots {
    position: absolute;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.home-slide .owl-dots .owl-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    outline: none;
}

.home-slide .owl-dots .owl-dot.active {
    border: 1px solid #fff;
    background: #fff;
}

.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";
}

.formulaire {
    position: relative;
    z-index: 9;
}

.formulaire .box-input {
    position: relative;
    margin-bottom: 18px;
}

.formulaire .box-input .icon-input {
    position: absolute;
    width: 18px;
    z-index: 1;
    right: 0;
    top: 26px;
    transform: translateY(-50%);
}

.icon-input.message {
    transform: none;
    top: 7px;
}

.formulaire select {
    background: #ffffff;
    border: none;
    outline: none;
    padding: 0 15px;
    width: 100%;
    border-radius: 0px;
    color: #1E1E1E;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    height: 44px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    position: relative;
    background-image: url("../images/picto/arrow-down.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 50%;
}

.formulaire .label-form {
    color: #1B2E5F;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.formulaire .submit img {
    filter: brightness(100);
}


/* .formulaire .submit::before {
display: none;
} */

.formulaire .submit::before,
.formulaire .submit::after {
    background: #FFC620;
}

.formulaire .hr-form {
    border-bottom: 1px solid #3f3f3f;
    height: 1px;
    margin: 0 0 20px 0;
}

.secteur {
    position: relative;
    padding: 85px 0;
}

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

.secteur.content-img-text .sect-title .sub-title {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: calc(50% + 50px);
    transform: rotate(-90deg);
    transform-origin: right top;
}

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

    50% {
        transform: scale(1.2);
    }

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

.multiple {
    position: relative;
    background: #171a1d;
    z-index: 1;
}

.multiple::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/bg-page-2.png') 50% / cover no-repeat;
}

.content-img-text {
    position: relative;
    padding: 95px 0 0 0;
    background: #171a1d;
    z-index: 1;
}

.contact-form::before,
.content-img-text::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/bg-page.png') 50% / cover no-repeat;
}

.content-img-text .contact-content {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0 15px;
}

.content-img-text .img-box {
    flex-direction: column;
    gap: 15px;
}

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

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

.content-img-text .img-content {
    overflow: hidden;
}

.sliding-img {
    position: absolute;
    top: 0;
    left: 100%;
    /* start completely to the left */
    width: 0%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s ease-out;
    transition-delay: 0.8s;
    opacity: 0.8;
}

.img-content.aos-animate .sliding-img {
    transform: translateX(-100%);
    width: 100%;
    opacity: 1;
}

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

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

.clip-a-z {
    /* z-index: 10; */
    -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);
}

.content-img-text .img-principal .img-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(27, 46, 95, 0.20) 0%, rgba(27, 46, 95, 0.20) 100%);
    top: 0;
    left: 0;
    z-index: 8;
}

.content-img-text .img-principal .content-right {
    position: absolute;
    bottom: 100px;
    left: calc(100% - 30px);
    width: 146px;
    height: 146px;
    content: "";
    z-index: 2;
    background: #28518b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-img-text .img-principal .content-right img {
    filter: contrast(0) brightness(5);
    width: 70px;
}

.secteur .content-right {
    position: absolute;
    bottom: 100px;
    left: calc(100% - 110px);
    width: 229px;
    height: 146px;
    content: "";
    z-index: 2;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secteur .content-right img {
    max-width: 160px;
    height: auto;
}

.content-img-text .img-principal .content-bottom {
    position: absolute;
    bottom: -116px;
    left: 0px;
    width: 382px;
    height: 248px;
    content: "";
    z-index: 2;
}

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

.content-img-text .img-principal .etiquette {
    position: absolute;
    width: max-content;
    padding: 15px 25px;
    color: #FFF;
    text-align: center;
    font-family: "Bahnschrift";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    /* 82.353% */
    background: #617569;
    z-index: 1;
    top: 30px;
    left: -50px;
}

.content-img-text .left-deco {
    position: absolute;
    width: auto;
    flex-shrink: 0;
    left: -78px;
    top: -110px;
}

.content-img-text .bottom-deco {
    position: absolute;
    left: -60px;
    bottom: -46px;
    border: 10px solid #FFF;
    background: #215299;
    z-index: 3;
    max-width: 192px;
    padding: 15px;
    word-break: break-all;
    height: max-content;
    color: #FFF;
    text-align: center;
    font-family: "Jost";
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.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;
}

.sect-title .h2,
.sect-title h1 {
    font-family: "Cambria";
    font-weight: 400;
    font-size: 36px;
    color: rgba(255, 255, 255, 255);
    text-align: left;
    line-height: 1.2;
    margin-bottom: 30px;
}

.sect-title .h2 span,
.sect-title h1 span {
    font-size: 35px;
    font-style: italic;
    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;
}

.sect-title .h2 span.font-30 {
    font-size: 30px;
}

.sect-title .sub-title {
    max-width: max-content;
    font-family: "England Signature";
    font-weight: 400;
    font-size: 55px;
    color: rgba(131, 156, 153, 255);
    text-align: left;
    line-height: 1.4;
    margin-bottom: 0px;
}

.sect-title .description {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 255);
    text-align: left;
    line-height: 1.4;
    margin-bottom: 20px;
}

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

.bloc-text>p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 255);
    text-align: left;
    line-height: 1.7;
}

.bloc-text h2 {
    color: #fff;
}

.secteur .bloc-text>p {
    line-height: 1.6;
}

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

.bandeau-contact {
    position: relative;
    padding: 70px 0;
    background: #839c99;
}

.bandeau-contact .deco-right,
.bandeau-contact .deco-left {
    position: relative;
    width: 60px;
    height: 10px;
}

.bandeau-contact .deco-right::before,
.bandeau-contact .deco-left::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
}

.bandeau-contact .deco-right::after,
.bandeau-contact .deco-left::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    content: "";
    z-index: 1;
    left: 0;
    bottom: 0;
}

.bandeau-text {
    font-family: "Cambria";
    font-style: italic;
    font-weight: 400;
    font-size: 40px;
    color: rgba(255, 255, 255, 255);
    text-align: center;
    position: relative;
    display: inline-flex;
    gap: 5px 10px;
    line-height: 1.2;
    flex-wrap: wrap;
    transition: 0.5s;
}

.bandeau-text span {
    font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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


/* --------------- process style1 --------------- */

.feature-accordion .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    background: #181818;
}

.accordion>.card {
    border: none;
}

.feature-accordion .card .card-header {
    padding: 0;
    border-radius: 0;
    border-top: 1px solid #ffffff;
    background: #181818;
}

.feature-accordion .card .card-header button {
    border: none;
    background: #181818;
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Poppins';
    width: 100%;
    padding: 25px 0px 25px 30px;
    position: relative;
    text-align: left;
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}

.feature-accordion .card .card-header button .number {
    position: absolute;
    left: 0;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Poppins';
    color: rgba(124, 122, 122, 255);
}

.feature-accordion .card .card-header button span.to-left {
    left: -30px;
    margin-right: 20px;
    position: absolute;
}

.feature-accordion .card .card-header button span {
    height: 30px;
    /* width: 30px; */
    border-radius: 50%;
    background-color: #181818;
    color: #0f172b;
    /* line-height: 50px; */
    text-align: center;
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.feature-accordion .card .card-header button span i {
    font-size: 20px;
}

.feature-accordion .card .card-header button span.close-icon {
    display: none;
}

.feature-accordion .card .card-header button.active-accordion span.close-icon {
    display: block;
}

.feature-accordion .card .card-header button.active-accordion span.open-icon {
    display: none;
}

.feature-accordion .card .card-header button span {
    color: #fff;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* .feature-accordion .card .card-header button.active-accordion span.open-icon {
color:fcc35c;
} */

.feature-accordion .card .card-header button:hover,
.feature-accordion .card .card-header button.active-accordion {
    background-color: #181818;
    color: #ceb35e;
    border: none;
    outline: none;
}


/* .feature-accordion .card .card-header button:hover span, */

.feature-accordion .card .card-header button.active-accordion span {
    background-color: #181818;
    color: #fcc35c;
    display: flex !important;
    align-items: center;
}

.feature-accordion .card .card-body {
    padding: 15px 25px;
    background: #181818;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins';
}


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

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

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

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

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

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

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

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

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

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

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

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


/* -------------------------------servicess-------------------- */

.service {
    position: relative;
    padding: 0px 0 100px 0;
    background: #171a1d;
}

.service.interne {
    padding-top: 50px;
}

.service .container {
    position: relative;
}

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

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

.service .slide-nav button:hover img {
    transition: 0.4s;
    opacity: 0.6;
}

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

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

.service .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.service-slide {
    position: relative;
}

.service-slide .item-slide .icon {
    position: absolute;
    top: 45px;
    left: 50px;
    z-index: 2;
}

.service-slide .item-slide .deco-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 2;
    width: 87px;
    height: 87px;
    background: #28518b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
}

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

.service-slide::before {
    position: absolute;
    width: 100vw;
    height: calc(100% + 40px);
    top: -20px;
    right: 100%;
    content: "";
    z-index: 1;
    background: #171a1d;
}

.service .item-slide {
    position: relative;
    border-radius: 25px;
    transition: 0.5s;
    z-index: 2;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.service .item-slide::before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
    content: "";
    z-index: 1;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7019607843137254) 0%, rgba(0, 0, 0, 0.6772109868753441) 6%, rgba(255, 255, 255, 0) 100%);
}

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

.service .item-slide:hover .img img {
    transition: 0.5s;
    transform: scale(1.05);
}

.service .item-slide .img {
    width: 100%;
    height: 100%;
    max-height: 440px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}

.service .item-slide .foot-description {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 50px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service .item-slide .foot-description .title {
    font-family: "Cambria";
    font-weight: 700;
    font-style: italic;
    font-size: 28px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 255);
    text-align: left;
}

.arrow-icon {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.service .item-slide:hover .arrow-icon {
    transition: 0.5s;
    transform: scale(1.05);
}

.service .item-slide .foot-description .arrow-icon img {
    filter: contrast(0);
}

.service .owl-item:nth-child(2n+1) .item-slide .description {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.service .item-slide .description .number {
    position: absolute;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(27, 46, 95, 0.15);
    font-family: "Oswald";
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    bottom: 0;
    right: 12px;
    color: transparent;
}

.service .item-slide .link {
    color: #1B2E5F;
    font-family: "Oswald";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    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;
}

.avis {
    position: relative;
    z-index: 1;
    background: #839c99;
    display: flex;
    padding: 85px 0;
}

.avis .deco-icon {
    position: absolute;
    top: -105px;
    right: 78px;
    z-index: 1;
}

.avis .bg-avis {
    position: absolute;
    top: 0;
    width: 40%;
    max-width: 878px;
    height: 100%;
}

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

.avis .box-content {
    position: relative;
    top: 0;
    width: 100%;
    /* margin-left: auto; */
}

.box-avis .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

.avis .title {
    color: #1E1E1E;
    font-family: "Montserrat";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    line-height: 1.4;
}

.avis .link {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    color: rgba(255, 255, 255, 255);
    text-align: center;
    transition: 0.3s;
}

.avis .link:hover {
    transition: 0.3s;
    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;
}

.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";
}

.equipe {
    position: relative;
    margin: 80px 0;
    background: #171a1d;
    z-index: -2;
}

.equipe .card-equipe {
    position: absolute;
    border: 1px solid #28518b;
    max-width: 1460px;
    height: 100%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.item-equipe {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
    align-items: center;
}

.item-equipe .icon {
    position: relative;
    height: 99px;
    margin-bottom: 20px
}

.item-equipe .icon img {
    filter: contrast(0.4);
}

.item-equipe .name {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 16px;
    color: rgba(255, 255, 255, 255);
    text-align: center;
    text-transform: uppercase;
}

.item-equipe .poste {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 255);
    text-align: center;
}

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

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

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

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

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

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

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

.avantage {
    position: relative;
    padding: 50px 0;
    background: #839c99;
}

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

.avantage .item-avantage:not(:last-of-type)::before {
    width: 1px;
    height: 100%;
    background: #fff;
    right: -15px;
    content: "";
    position: absolute;
    /* border-right: 1px solid #fff; */
}

.avantage .box-icon {
    position: relative;
    background: #586a68;
    width: 151px;
    height: 151px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    overflow: hidden;
    transition: 0.8s;
}

.avantage .item-avantage:hover .box-icon {
    transition: 0.8s;
}

.avantage .box-icon::before {
    opacity: 0.200;
    content: "";
    position: absolute;
    top: 0;
    /* attach to top */
    left: 50%;
    /* center horizontally */
    transform: translateX(-50%) rotate(-40deg);
    transform-origin: center bottom;
    width: 165px;
    height: 75px;
    background: #3498db;
    border-radius: 151px 151px 0 0 / 75px 75px 0 0;
    background-color: #586a68;
    z-index: 1;
    -webkit-transition: .4s cubic-bezier(.12, 0, .39, 0);
    transition: .4s cubic-bezier(.12, 0, .39, 0);
}

.avantage .item-avantage:hover .box-icon::before {
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
    z-index: -1;
}

.avantage .item-avantage.proximite .box-icon::before {
    transform: translateX(-50%) rotate(30deg);
}

.avantage .item-avantage.entreprise .box-icon::before {
    transform: translateX(-50%) rotate(-35deg);
}

.avantage .item-avantage.precision .box-icon::before {
    transform: translateX(-50%) rotate(130deg);
}

.avantage .item-avantage .title {
    font-family: "Cambria";
    font-weight: 700;
    font-size: 24px;
    color: rgba(255, 255, 255, 255);
    text-align: center;
    line-height: 1.2;
    transition: 0.3s;
}

.avantage .item-avantage .description {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 255);
    text-align: center;
    line-height: 1.2;
}

.cadre-avantage:hover .title {
    color: #fff;
    transition: 0.3s;
}

.cadre-avantage:hover {
    background: #95D2AB;
    transition: 0.3s;
}

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

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

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

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

.copyright a:hover,
.contact-footer .item a:hover,
.footer a.link:hover,
footer a:hover,
footer a.item-footer:hover {
    color: #fff;
    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;
    text-decoration: none;
    transition: 0.3s;
}

.title-footer {
    font-family: "Cambria";
    font-size: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 255);
    text-align: left;
    line-height: 1.2;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}

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

.footer .service-footer {
    display: flex;
    gap: 5px 40px;
    flex-wrap: wrap;
}

.arobiz .text,
.footer .link-service {
    font-family: "Montserrat";
    font-size: 14px;
    color: rgba(182, 182, 182, 255);
    text-align: left;
    transition: 0.4s;
}

.copyright a:hover,
.footer a.item-footer:hover,
.footer .link-service:hover {
    transition: 0.4s;
    color: #fff;
    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;
}

.service-footer li {
    width: max-content;
}

.actualite {
    position: relative;
    padding: 0;
}

.actualite .description {
    font-family: "Cambria";
    font-weight: 400;
    font-size: 24px;
    color: rgba(255, 255, 255, 255);
    text-align: left;
}

.actualite .description span {
    font-weight: 700;
    font-style: italic;
    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;
}

.actualite .btn-1 {
    height: 75px;
    font-size: 18px;
    font-weight: 500;
}

.actualite .box-actu {
    background: #222831;
    padding-right: 30px;
    z-index: 5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: -75px;
    z-index: 2
}

.actualite .sect-title .sub-title {
    color: rgba(88, 106, 104, 255);
    margin: 0;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    transform-origin: center;
    background: #839c99;
    padding: 15px 0;
}

.actualite .card-actu {
    position: relative;
    z-index: 1;
    width: 100%;
    transition: 0.8s;
}

.actualite .card-actu .icon {
    display: flex;
    width: 32px;
    height: 40px;
    padding: 24px 19px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    position: absolute;
    right: 25px;
    top: 0px;
    background: #FFC620;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
}

.actualite .card-actu:hover .icon {
    top: 25px;
    opacity: 1;
    visibility: visible;
    transition: 0.6s;
}

.card-actu .img {
    width: 100%;
    position: relative;
}

.card-actu .img::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #1B2E5F 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
}

.card-actu:hover .img::before {
    opacity: 1;
    visibility: visible;
    transition: 0.8s;
}

.card-actu .description {
    position: relative;
    transition: 0.7s;
    padding: 0 30px;
}

.card-actu:hover .description {
    position: relative;
    transform: translateY(calc(-100% - 30px));
    z-index: 4;
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
}

.card-actu .description .title {
    color: #1E1E1E;
    font-family: "Oswald";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    padding: 10px 0;
    transition: 0.5s;
}

.card-actu:hover .description .title {
    transition: 0.5s;
    color: #FFC620;
}

.card-actu:hover .description .date {
    transition: 0.5s;
    color: #fff;
}

.card-actu .description .date img {
    transition: 0.5s;
    filter: contrast(0);
}

.card-actu:hover .description .date img {
    transition: 0.5s;
    filter: none;
}

.card-actu .description .date {
    color: #818181;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
}

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

.card-actualite .description {
    max-width: calc(100% - 80px);
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    padding: 50px;
    margin-top: -50px;
    z-index: 2;
    position: relative;
}

.card-actualite .date {
    color: #09A040;
    font-family: "Jost";
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
}

.card-actualite .title {
    transition: 0.3s;
    color: #215299;
    font-family: "Jost";
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px 0;
}

.card-actualite .link {
    color: #215299;
    font-family: "Jost";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    display: flex;
    gap: 6px;
}

.actualite .box-actu .date .description {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #9A9999;
    z-index: 2;
}

.actualite .box-actu .detail {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #1E1E1E;
    z-index: 2;
}

.box-actu .bg-actu {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    display: none;
}

.box-actu:hover::before,
.box-actu:hover .bg-actu {
    display: block;
    transition: 0.6s;
}

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

.box-actu .more {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background:  #565944; */
    z-index: 2;
}

.box-actu:hover .date img {
    filter: brightness(10);
}

.box-actu:hover .detail,
.box-actu:hover .title,
.box-actu:hover .date .description {
    color: #fff;
}

.box-actu .more .default,
.box-actu:hover .more .hovered {
    display: block;
    transition: 0.3s;
}

.box-actu .more .hovered,
.box-actu:hover .more .default {
    display: none;
    transition: 0.3s;
}

.footer .box-logo {
    display: flex;
    align-items: center;
    gap: 6px;
    width: max-content;
    background: transparent;
    padding: 0px;
}

.footer .social-copyright {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 30px;
}

.footer .social {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.footer .social .item {
    border: none;
    transition: 0.5s;
}

.footer .social .item img {
    filter: brightness(100);
}

.footer .social .item:hover img {
    filter: none;
}

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

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

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

.box-logo img {
    width: auto;
    filter: contrast(0) brightness(100);
}

.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;
}

.footer .item-footer {
    display: block;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 255);
    text-align: left;
    transition: 0.4s;
}

.copyright {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 255);
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.copyright a {
    color: #FFF;
}

.copyright a.title {
    color: #D9D9D9;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
}

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

.arobiz .text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
}

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

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

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


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

.row-footer {
    justify-content: space-between;
}

.footer {
    position: relative;
    padding: 50px 0 0px 0;
    margin-top: 100px;
    background: #637571;
}

.footer .icon-bell {
    position: absolute;
    z-index: 0;
    top: -30px;
    left: 0;
}

.contact-footer {
    display: flex;
    gap: 20px;
    flex-direction: column;
    text-align: center;
    color: #FFFFFF;
}

.contact-footer .item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-footer .item .description {
    display: flex;
    gap: 6px;
    flex-direction: column;
}

.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;
}

.footer .btn-1 {
    display: flex;
    align-items: center;
    gap: 25px;
    background: transparent;
    height: auto;
    padding: 0;
}

.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;
}

.footer .logo-footer img {
    width: 100%;
    max-width: 200px;
}

.footer .hr-footer {
    background: #fff;
    height: 1px;
    width: 100%;
    margin: 50px 0;
}

.footer .hr-footer.copy {
    margin: 50px 0 30px 0;
}

.footer .container {
    position: relative;
}

.footer .newsletter {
    position: relative;
}

.box-newsletter {
    padding: 30px;
    background: #1B2E5F;
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    top: -80px;
}

.box-newsletter .sect-title .description {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2
}

.footer .newsletter {
    display: flex;
    gap: 0;
    align-items: center;
}

.newsletter input,
.newsletter input::placeholder {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    color: rgba(101, 101, 101, 255);
    text-align: left;
    line-height: 1.2;
}

.newsletter input:focus {
    outline: none;
}

.footer .newsletter input {
    border: none;
    background: #ffffff;
    height: 57px;
    border-radius: 0px;
    padding-left: 20px;
    width: 100%;
    position: relative;
}

.footer .newsletter .submit {
    outline: none;
    border: none;
    display: flex;
    width: auto;
    height: 57px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    background: #fff;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    color: rgba(30, 33, 37, 255);
    text-align: left;
    border-radius: 0;
    text-transform: uppercase;
}

.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;
}

.footer .accord-form {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 255);
    text-align: left;
    line-height: 1.2;
    padding-top: 10px;
}

.content-img-text .img-content>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
}

.img-principal .img-content {
    width: 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: 90px 0 70px 0;
    background: #ffffff;
}

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

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

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

.temoignage .ban-img {
    position: absolute;
    width: 50%;
    height: 319px;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

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

.banniere {
    position: relative;
    height: 597px;
}

.banniere::before {
    /* background: linear-gradient(270deg, rgba(27, 46, 95, 0.00) 0%, #1B2E5F 87.02%); */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.banniere .sub-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    font-family: "Cambria";
    text-align: center;
}

.banniere .title {
    font-family: "Montserrat";
    font-size: 70px;
    font-weight: 800;
    line-height: 1.2;
    color: rgba(255, 255, 255, 255);
    text-align: center;
    text-transform: uppercase;
}

.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;
}


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

.banniere .formulaire {
    border-left: 2px solid #f7f7f7;
    border-radius: 0 40px 0 0;
}

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

.expertise {
    position: relative;
    padding: 100px 0px;
}

.expertise .sect-title .title {
    font-size: 40px;
    font-weight: 500;
    color: rgba(43, 43, 43, 255);
    font-family: 'noka';
}

.expertise .sect-title .title span {
    color: #13a538;
}

.expertise .list-expertise {
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.expertise .list-expertise .icon {
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.expertise .list-expertise .description {
    font-size: 22px;
    font-weight: 600;
    color: rgba(43, 43, 43, 255);
    font-family: 'noka';
    text-align: center;
    padding-top: 20px;
}

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

.contact-info .info-item .icon {
    display: flex;
    justify-content: center;
    width: 50px;
}

.contact-info .info-item .description {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'neulis-sans';
    color: rgba(43, 43, 43, 255);
}

.contact-info .info-item .description a {
    color: rgba(43, 43, 43, 255);
}

.contact-info .info-item .description span.sub-title {
    font-weight: 700;
}

.footer.contact {
    margin: 0;
}

.map-box {
    position: relative;
    width: 100%;
    height: 340px;
    object-fit: cover;
    z-index: 2;
}

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

.contact-info .item {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 40px 0;
}

.contact-info .item .title {
    font-size: 35px;
    font-family: 'Eurostile';
    font-weight: 900;
    color: rgba(212, 224, 155, 255);
}

.page.contact .footer {
    margin: 0;
}

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

.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 .box-form {
    position: relative;
    background: #839c99;
    padding: 40px;
}

.title-form {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 32px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    gap: 6px 10px;
}

.title-form span {
    color: #28518b;
}

.box-input {
    position: relative;
}

.box-input .icon {
    position: absolute;
    top: 10px;
    right: 0px;
}

.contact-form textarea::placeholder,
.contact-form textarea,
.contact-form input::placeholder,
.contact-form input {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    color: rgba(34, 34, 34, 255);
    text-align: left;
    line-height: 1.2;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #839c99 inset !important;
    transition: background-color 9999s ease-in-out 0s !important;
    appearance: none !important;
    color: rgba(34, 34, 34, 255);
}

.contact-form input {
    height: 50px;
    border-radius: 0px;
    background: transparent;
    padding: 0 12px;
    outline: none;
    border: none;
    border-bottom: 1px solid #222222;
    margin-bottom: 20px;
    width: 100%;
}

.contact-form textarea {
    min-height: 160px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #222222;
    background: transparent;
    padding: 0 12px;
    outline: none;
    margin-bottom: 30px;
    width: 100%;
}

.contact-form .accord-form {
    padding-top: 20px;
    font-family: "Montserrat";
    font-size: 12px;
    color: rgba(34, 34, 34, 255);
    text-align: left;
    font-weight: 500;
    line-height: 1.2;
}

.contact-form .accord-form a {
    color: #000000;
    text-decoration-line: underline;
    /*text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font; */
}

.contact-form .submit {
    height: 54px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 255);
    text-align: center;
}

.follow {
    font-family: "Cambria";
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    color: rgba(255, 255, 255, 255);
    text-align: left;
}

.line {
    width: 150px;
    height: 1px;
    background: #ffffff;
}

.list-icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.list-icon .item img {
    filter: brightness(100);
}

.list-icon .item:hover img {
    filter: none;
}

.list-icon .item {
    background: transparent;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.list-icon .item:hover {
    transition: 0.5s;
    background: #8db4e2;
}

.item-contact {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 30px 0;
}

.item-contact .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    width: 75px;
    height: 75px;
}

.item-contact .icon img {
    position: relative;
    left: 12px;
    top: 0;
    transition: 0.5s;
}

.item-contact:hover .icon img {
    position: relative;
    left: 0px;
    top: 0px;
    transition: 0.5s;
}

.item-contact .icon::before {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #28518b;
    border-radius: 50%;
    width: 59px;
    height: 59px;
    content: "";
    z-index: -1;
    transition: 0.6s
}

.item-contact:hover .icon::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.6s
}

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

.item-contact .sub-title {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 16px;
    color: rgba(255, 255, 255, 255);
    text-align: left;
}

.item-contact .detail {
    font-family: "Cambria";
    font-weight: 700;
    font-size: 26px;
    color: rgba(255, 255, 255, 255);
    text-align: left;
    transition: 0.5s;
}

.item-contact:hover .detail {
    color: #28518b;
    transition: 0.5s;
}

.item-contact:hover .icon img {
    width: 40px;
    transition: 0.5s;
}

.contact-form .btn-1 {
    border-radius: 0px;
    background: #28518b;
    text-transform: none;
    color: #fff;
    border: none;
    outline: none;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.contact-form .btn-1::before,
.contact-form .btn-1::after {
    background: #222222;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-contact .right-content {
    position: absolute;
    z-index: 1;
    width: 147px;
    height: 145px;
    top: 50%;
    right: -116px;
    transform: translateY(-50%);
}

.img-contact .right-content img {
    width: 100%;
}

.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;
}

.fancy-text .ft-span {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(100%);
}

.fancy-text .ft-span.show {
    opacity: 1;
    transform: translateY(0);
}

.fancy-text .ft-span.hide-up {
    opacity: 0;
    transform: translateY(-100%);
}

.fancy-letter {
    display: inline-block;
    overflow: hidden;
}

.fancy-letter .letter {
    display: inline-block;
    opacity: 0;
    transform: translateX(-20px);
    /* transition per letter */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.fancy-letter.animate .letter {
    opacity: 1;
    transform: translateX(0);
}

.service .icon img {
    filter: contrast(0) brightness(10);
}

.italic {
    font-size: 23px;
    font-style: italic;
}

.cursor,
.circle-cursor-inner,
.circle-cursor-outer,
.cursor-page-inner {
    display: none !important;
}