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

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "Bai Jamjuree";
    overflow-x: hidden;
    background: #FAF6F3;
}

body.to-fixed {
    overflow: hidden;
}

.page {
    overflow: hidden;
}

.site-main {
    position: relative;
    margin-top: 0px;
}

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

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

.site-branding::before {
    position: absolute;
    content: "";
    z-index: 1;
    border-right: 1px solid #B0B0B0;
    background: transparent;
    width: 1px;
    height: 100%;
    top: 0;
    right: -20px;
}

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

.interne .site-branding .default,
.contact .site-branding .default,
.site-branding .dark,
.fixed .site-branding .default {
    display: none;
}

.contact .site-branding .dark {
    display: flex;
}

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

header {
    border-bottom: none;
}

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

.ttm-stickable-header.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    /* box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.10); */
    transition: 0.5s;
}

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

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

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

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

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

.right-btn {
    display: flex;
    justify-content: flex-start;
    gap: 0px;
    align-items: center;
}

.logo-in-menu {
    padding-top: 50px;
    margin: 0 auto;
    max-height: 300px;
}

.logo-in-menu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    margin: 35px 0 30px 0;
}

.box-content .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.box-content .item .sub-title {
    color: #B0B0B0;
    font-family: "Bai Jamjuree";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.box-content .item .detail {
    color: #1C1C1C;
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.interne .burger-box img,
.fixed .burger-box img {
    filter: none;
}

.burger-box img {
    filter: contrast(0) brightness(10);
}

.burger-box.btn-close {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    gap: 20px;
    outline: none;
    position: fixed;
    bottom: 50px;
    left: 100px;
    height: auto;
    border: none;
    color: #1C1C1C;
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}

.burger-box.btn-close span {
    font-size: 18px;
}

.burger-box:focus {
    outline: none;
}

.burger-box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    outline: none;
    border-left: 1px solid #B0B0B0;
    padding: 0 20px;
    transition: 0.3s;
}

.box-menu-content {
    position: fixed;
    top: 0;
    left: 0;
    background: #E5DAD4;
    height: 0;
    width: 100vw;
    transition: 0.5s;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.box-menu-content .copyright {
    background: transparent;
    color: #FFF;
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.48px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.box-menu-fixed {
    position: relative;
    height: 100vh;
    overflow: auto;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.box-menu-fixed .container {
    position: relative;
    /* top: calc(50% + 80px);
transform: translateY(-50%); */
}

.box-menu-content.active {
    height: calc(100vh);
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
}

.burger-box.active .open-burger,
.burger-box .close-burger {
    display: none;
    transition: 0.9s;
}

.burger-box.active .close-burger,
.burger-box .open-burger {
    display: block;
    transition: 0.9s;
}

.burger-box #action-burger {
    transition: 0.6s;
}

.menu-box {
    transition: 0.4s;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    border: 1px solid #B0B0B0;
    background: transparent;
    gap: 30px;
    padding-left: 15px;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.fixed .menu-box {
    border-bottom: none;
    border-bottom: 1px solid #B0B0B0;
    background: #FAF6F3;
}


/** SiteNavigation(Menu) **/

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

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

.top-contact .item-contact:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    right: -15px;
    z-index: 1;
    background: #fff;
}

.top-contact .item-contact .description,
.menu-box .left-contact .description {
    color: #FFF;
    font-family: "Bai Jamjuree";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    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;
    gap: 10px;
}

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

header .fixed .container-large {
    max-width: 100%;
}

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

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

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

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

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

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

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

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

.interne #site-header-menu #site-navigation .menu>ul>li>a,
#site-header-menu .fixed #site-navigation .menu>ul>li>a {
    color: #1C1C1C;
}

#site-header-menu #site-navigation .menu>ul>li>a {
    color: #FFF;
    font-family: "Bai Jamjuree";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

#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 {
    height: 50px;
    align-items: center;
    background: linear-gradient(90deg, #FFEAA1 0%, #744B14 18%, #C59319 47%, #5A401B 100%);
    color: #ffffff;
    display: flex;
    position: relative;
    z-index: 2;
}

.top-contact .btn-1 {
    background: linear-gradient(86deg, #3DB200 0.28%, #227530 99.72%);
    height: 44px;
}

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

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

.top-contact .item {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    padding: 6px;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Button Effect 1 Styles */

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

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

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

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

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

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

.btn-1 {
    height: 49px;
    display: inline-flex;
    align-items: center;
    padding: 0px 25px;
    gap: 8px;
    border-radius: 0px;
    border: none;
    background: #fff;
    color: #1C1C1C;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    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-slide .rr-btn-border::before,
.btn-slide .rr-btn-border::after,
.btn-slide .rr-btn-border span::before,
.btn-slide .rr-btn-border span::after {
    background: #fff;
}

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


/* === button scss (index 05) === */

.rr-btn-border {
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    padding: 4.5px 31px;
    position: relative;
    display: inline-block;
    letter-spacing: -0.8px;
}

.rr-btn-border .bg-overlay {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #1C1C1C;
    z-index: -1;
    transition: height 0.4s ease-in-out;
}

.rr-btn-border:hover::before,
.rr-btn-border:hover::after,
.rr-btn-border:hover span::before,
.rr-btn-border:hover span::after {
    background: #1C1C1C;
    transition: .5s;
}

.rr-btn-border::before,
.rr-btn-border::after,
.rr-btn-border span::before,
.rr-btn-border span::after {
    content: "";
    position: absolute;
    background: #fff;
    transform-origin: left top;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.rr-btn-border::before {
    top: 0;
    height: 1px;
    left: -10px;
    transform: scaleX(1);
    transform-origin: left;
    width: calc(100% + 20px);
}

.rr-btn-border::after {
    bottom: 0;
    height: 1px;
    left: -10px;
    transform: scaleX(1);
    transform-origin: right;
    width: calc(100% + 20px);
}

.rr-btn-border span::before {
    left: 0;
    top: -10px;
    width: 1px;
    transform: scaleY(1);
    transform-origin: top;
    height: calc(100% + 20px);
}

.rr-btn-border span::after {
    width: 1px;
    right: 0;
    top: -10px;
    transform: scaleY(1);
    transform-origin: bottom;
    height: calc(100% + 20px);
}

.rr-btn-border:hover .bg-overlay {
    height: 100%;
}

.btn-1:hover .bg-overlay {
    height: 100%;
}

.rr-btn-border:hover::before {
    transform: scaleX(1);
    animation: drawX 0.8s ease-out forwards;
}

.rr-btn-border:hover::after {
    transform: scaleX(1);
    animation: drawX 0.8s ease-out forwards;
}

.rr-btn-border:hover span::before {
    transform: scaleY(1);
    animation: drawY 0.8s ease-out forwards;
}

.rr-btn-border:hover span::after {
    transform: scaleY(1);
    animation: drawY 0.8s ease-out forwards;
}

@keyframes drawX {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes drawY {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

header .btn-2 {
    text-transform: uppercase;
    color: #fff;
    height: 100%;
    border: none;
}

.btn-2 {
    color: #FFF;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--ASG-DIAG-IMMO, linear-gradient(90deg, #FFEAA1 0%, #744B14 18%, #C59319 47%, #5A401B 100%));
    position: relative;
}

.btn-2:hover img {
    filter: contrast(0) brightness(10);
    transition: 0.6s;
}

.box-newsletter .btn-2::before {
    background: var(--ASG-DIAG-IMMO, linear-gradient(90deg, #FFEAA1 0%, #744B14 18%, #C59319 47%, #5A401B 100%));
}

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

.btn-2:hover::before {
    transition: 0.6s;
    opacity: 1;
    height: 100%;
}

.home-slide {
    position: relative;
    margin-top: 0;
}

.interne .home-slide {
    background: #FAF6F3;
    min-height: 150px;
}

.home-slide .box-slide .next-info {
    background: transparent;
    position: absolute;
    height: auto;
    z-index: 4;
    right: 0%;
    top: 50%;
    transform: translate(100%, calc(-50% - 25px));
    opacity: 0;
    transition: 0.7s;
}

.home-slide .box-slide .next-info.show {
    transform: translate(60%, calc(-50% - 25px));
    opacity: 1;
    transition: 0.85s;
}

.home-slide .active .container {
    left: 0;
    position: relative;
}

.active .zoom-in-box {
    transform-origin: center center;
    /* 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);
    }
}

.home-slide .slide-navigation {
    position: absolute;
    right: clamp(50px, 5vw + 2rem, 130px);
    bottom: 65px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 20px;
    width: auto;
    height: 0;
}

.home-slide .slide-navigation .home-nav {
    background: transparent;
    border: none;
    outline: none;
}

.home-slide .slide-navigation .home-nav img {
    transition: 0.3s;
}

.home-slide .slide-navigation .home-nav:hover img {
    transition: 0.3s;
    transform: scale(1.15);
}

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

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

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

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

.home-slide .item-slide {
    /* height: 730px; */
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

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

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

.interne .home-slide .item-slide::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}

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

.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 .box-slide .next-info .next-sub-title,
.home-slide .item-slide .sub-title {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}

.home-slide .box-slide .next-info .next-title,
.home-slide .item-slide .title {
    color: #FFF;
    font-family: "Bai Jamjuree";
    font-size: clamp(35px, 5vw + 1.2rem, 70px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.4px;
    margin-bottom: 20px;
}

.home-slide .box-slide .next-info .next-sub-title,
.home-slide .box-slide .next-info .next-title {
    color: rgba(255, 255, 255, 0.50);
}

.home-slide .item-slide .description {
    color: #FFF;
    font-family: "Poppins";
    font-size: clamp(17px, 1.2vw + 0.5rem, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.96px;
    margin-bottom: 35px;
}

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

.interne .home-slide .item-slide .img-slide {
    max-height: calc(100vh);
    min-height: 650px;
}

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


/* .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.9s;
    transition-delay: 0.5s;
}

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

.home-slide .owl-item.active .item-slide .sub-title,
.home-slide .owl-item.active .item-slide .title,
.home-slide .owl-item.active .item-slide .btn-slide {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

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

.home-slide .box-dot {
    position: absolute;
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    z-index: 2;
    left: 0;
    bottom: clamp(85px, 24vh + 1rem, 220px);
}

.home-slide .home-slide-dots {
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    right: 200px;
    bottom: calc(50% - 50px);
    transform: translateY(50%);
    padding: 0;
    background: transparent;
    z-index: 6;
}

.home-slide .owl-dots {
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    right: clamp(50px, 3vw + 2rem, 200px);
    bottom: calc(50% - 50px);
    transform: translateY(50%);
    padding: 0;
    background: transparent;
    z-index: 6;
}

.home-slide .owl-dot {
    outline: none;
    border: none;
    position: relative;
    background: transparent;
    width: 50px;
    height: 50px;
}

.home-slide .owl-dot::after {
    position: absolute;
    z-index: 1;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    left: -2px;
    content: "";
    top: -2px;
    opacity: 0;
    transition: 0.5s;
}

.home-slide .owl-dot img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    opacity: 0.7;
    transition: 0.3s;
    border-radius: 50%;
}

.home-slide .owl-dot.active img {
    opacity: 1;
}

.home-slide .owl-dot.active::after {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

.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: 45px 0;
}

.devis .formulaire {
    position: relative;
    z-index: 9;
    background: var(--Grey-White, #FFF);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.10);
    padding: 40px 28px;
    border-radius: 0px;
    top: 0px;
}

.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;
    padding-left: 0;
}

.nice-select .option {
    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;
    height: 48px;
    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: var(--Secondary-20, #E5EFF1);
}

.nice-select:after {
    top: calc(50% - 3px);
    width: 12px;
    height: 12px;
    background: transparent
}

.nice-select.open .list {
    width: 100%;
}

.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
    display: none;
}

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

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

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

.title-devis,
.devis .title-devis {
    color: #1C1C1C;
    font-family: "Bai Jamjuree";
    font-size: clamp(21px, 1.5vw + 1rem, 30px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.title-devis span,
.devis .title-devis span {
    background: var(--ASG-DIAG-IMMO, linear-gradient(90deg, #FFEAA1 0%, #744B14 18%, #C59319 47%, #5A401B 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Playfair Display";
    font-size: clamp(21px, 1.5vw + 1rem, 30px);
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}

.bordered-right {
    border-right: 1px solid #1C1C1C;
}

.row.bordered {
    border-top: 1px solid #1C1C1C;
}

.devis .title-label {
    color: #1C1C1C;
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.devis .form-devis {
    background: transparent;
    padding: 22px 0px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-radius: 5px;
    background: transparent;
    flex-direction: column;
}

.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: center;
    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 {
    display: flex;
    border: none;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: max-content;
    width: auto;
    height: 43px;
    flex-shrink: 0;
    border-radius: 0px;
    background: #FFF;
    outline: none;
    transition: 0.5s;
    min-width: 200px;
}

.devis .form-group button .label-form {
    color: #1C1C1C;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

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

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

.devis .form-group button:hover,
.devis .form-group button.active {
    background: linear-gradient(90deg, #FFEAA1 0%, #744B14 18%, #C59319 47%, #5A401B 100%);
}

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

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

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

.devis .submit {
    outline: none;
    text-align: center;
    justify-content: center;
    width: 100%;
    width: max-content;
    background: var(--ASG-DIAG-IMMO, linear-gradient(90deg, #FFEAA1 0%, #744B14 18%, #C59319 47%, #5A401B 100%));
    height: 43px;
    gap: 10px;
    border: none;
    transition: 0.5s;
}

.devis .submit img {
    filter: contrast(0) brightness(10);
}

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

.formulaire .label-form {
    color: #FFF;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

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

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

.content-img-text .bloc-text {
    position: relative;
    column-count: 2;
    column-gap: clamp(30px, 2.5vw + 1.5rem, 85px);
}

.content-img-text .bloc-text::before {
    position: absolute;
    content: "";
    background: #B0B0B0;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1390px;
    height: 1px;
}

.content-img-text .bloc-text::after {
    position: absolute;
    content: "";
    background: #B0B0B0;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
}

.bg-content-img-text {
    position: relative;
    width: 100%;
    max-width: 1140px;
    height: 370px;
    z-index: 2;
    background-position: center;
    background-attachment: fixed;
    margin: auto;
}

.bg-content-img-text .img-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.bg-content-img-text .img-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: center;
    will-change: transform;
}

.interne .bg-content-img-text {
    background-attachment: fixed;
}

.contact .bg-content-img-text {
    background: url('../images/content-contact.jpg') 50% / cover no-repeat;
    background-attachment: fixed;
}

.contact .bg-content-img-text .deco-star {
    position: absolute;
    top: -75px;
    bottom: inherit;
    right: -75px;
    z-index: 1;
}

@media screen and (min-width: 800px) {
    .sect-title{
    margin-top: 30px !important;
    }

    .service .deco-star {
 
   
    left: -40px !important;
   top: 101% !important;
  
}
}

.bg-content-img-text .deco-star {
    position: absolute;
    bottom: -92px;
    right: -88px;
    z-index: 1;
}

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

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

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


/* ---------------titleanim--------------------- */

.section-title {
    perspective: 400px;
}

.section-title {
    transform-origin: 50% 0%;
    will-change: transform, opacity;
}

.row-box {
    position: relative;
}

.row-box::before {
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    width: calc(100% - 30px);
    height: calc(100% + 40px);
    background: transparent;
    border-top: 1px solid #B0B0B0;
    border-bottom: 1px solid #B0B0B0;
    content: "";
    position: absolute;
}

.row-box::after {
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    height: 1px;
    background: #B0B0B0;
    content: "";
    position: absolute;
}

.accompagnement {
    position: relative;
    padding: clamp(40px, 6vh + 5rem, 90px) 0;
}

.item-accompagnement {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px 15px;
    position: relative;
}

.item-accompagnement.no-left::before {
    border-left: none;
}

.item-accompagnement::before {
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 40px);
    content: "";
    z-index: -1;
    background: transparent;
    border-left: 1px solid #B0B0B0;
    border-right: 1px solid #B0B0B0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

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

.accompagnement .title {
    color: #1C1C1C;
    font-family: "Bai Jamjuree";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.accompagnement .list-btn {
    display: flex;
    gap: 15px 35px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.accompagnement .btn-1 {
    padding: 5px 20px;
}

.rr-btn-border::before,
.rr-btn-border::after,
.rr-btn-border span::before,
.rr-btn-border span::after {
    background: #1C1C1C;
}

.accompagnement .btn-1 {
    background: transparent;
}

.pre-footer {
    padding: 40px 0;
}

.pre-footer .list-donnee {
    position: relative;
    display: flex;
    gap: 15px 45px;
    justify-content: center;
    flex-wrap: wrap;
}

.pre-footer .list-donnee .item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #1C1C1C;
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.pre-footer .list-donnee .item::before {
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    content: '';
    width: 24px;
    height: 24px;
    background: url('../images/picto/quote.svg') 50%/ cover no-repeat;
}

.secteur {
    position: relative;
    padding: clamp(40px, 6vh + 5rem, 90px) 0;
}

.secteur .deco-star {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 100%;
    right: 0px;
    z-index: 1;
}

.secteur .deco-star img {
    width: 100%;
    height: 100%;
}

.secteur .row.bordered {
    position: relative;
    border-color: #B0B0B0;
}

.secteur .row.bordered::before {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #B0B0B0;
    content: "";
    z-index: 2;
    top: 0;
    left: calc(50% - 35px);
    transform: translateX(-50%);
}

.secteur .box-img {
    position: relative;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    height: 540px;
}

.secteur .box-img .double-box {
    position: absolute;
    width: 100%;
    max-width: 545px;
    overflow: hidden;
    max-height: 545px;
    height: 100%;
    /* background-attachment: fixed; */
    top: 0;
    left: 0;
}

.secteur .box-img .double-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    will-change: transform;
}

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

.content-img-text .img-content .deco-bottom {
    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%);
    bottom: -80px;
    right: -50px;
}

.secteur.content-img-text .img-content .deco-bottom-secteur {
    position: absolute;
    width: 700px;
    height: 315px;
    z-index: -1;
    opacity: 0.28;
    bottom: -150px;
    left: 140px;
}

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

.contact .ariane {
    background: #F8F4F4;
}

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

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

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

.title-page {
    font-family: "Bai Jamjuree";
    font-size: clamp(23px, 2.2vw + 1rem, 50px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -1px;
    background: var(--ASG-DIAG-IMMO, linear-gradient(90deg, #FFEAA1 0%, #744B14 18%, #C59319 47%, #5A401B 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.sect-title .h11 {
    color: #1C1C1C;
    text-align: center;
    font-family: "Playfair Display";
    font-size: clamp(23px, 2.2vw + 1rem, 50px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.sect-title .h11 span {
    font-style: italic;
}

.sect-title .h1 {
    color: #1C1C1C;
    font-family: "Bai Jamjuree";
    font-size: clamp(24px, 2vw + 0.8rem, 40px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sect-title .h2,
.sect-title h1 {
    color: #1C1C1C;
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: clamp(21px, 1.5vw + 1rem, 34px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.sect-title .sub-title {
    font-family: "Bebas Neue";
    font-size: clamp(40px, 3vw + 2rem, 96px);
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    transition: 1.5s;
    opacity: 0.32;
    background: var(--bm-1, linear-gradient(180deg, #1E4155 0%, #E38456 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

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

.bloc-text.text-white p {
    color: #fff;
}

.bloc-text>p {
    color: #1C1C1C;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.56px;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

@keyframes clip-x {
    0% {
        opacity: 0.2;
        width: 20px;
    }
    50% {
        opacity: 9;
        width: 40px;
    }
    100% {
        opacity: 1;
        width: 88px;
    }
}

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

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

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

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

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

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


/* -----------------------paiement---------------------- */

.paiement {
    position: relative;
    padding: clamp(30px, 4vh + 1.5rem, 60px) 0;
    background: var(--Secondary-100, #7FADB9);
}


/* -------------------temoigange----------------------- */

.temoignage {
    z-index: 2;
    position: relative;
    background: #FFFFFF;
    padding: clamp(50px, 6vh + 1.5rem, 85px) 0;
}

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


/* ---------------------------valeur---------------- */

.list-valeur {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.item-valeur {
    background: transparent;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    max-width: 350px;
    align-items: center;
    gap: 16px;
    border-top: 1px solid #B0B0B0;
    padding-top: 10px;
}

.border-bottom {
    border-bottom: 1px solid #B0B0B0!important;
    padding-bottom: 10px;
}

.item-valeur .title {
    color: #1C1C1C;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.item-valeur .description {
    color: var(--Grey-100, #283550);
    text-align: center;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.56px;
}


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

.interactive-Project__wrap {
    display: flex;
}

.interne .service .deco-star {
    right: 50px;
    bottom: 100%;
    top: inherit !important;
    left: inherit !important;
}

.service .deco-star {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 100%;
    left: 0px;
    z-index: 1;
}

.service .deco-star img {
    width: 100%;
    height: 100%;
}

.service-content {
    position: relative;
    /* border-top: 1px solid #1C1C1C; */
    border-right: 1px solid #1C1C1C;
    height: 100%;
}

.border-top-right {
    border-top: 1px solid #1C1C1C;
    border-right: 1px solid #1C1C1C;
    border-bottom: 1px solid #1C1C1C;
}

.item-service {
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
    border-bottom: 1px solid #1C1C1C;
    transition: 0.6s ease-in-out;
}

.item-service:last-child {
    border-bottom: none;
}

.item-service .icon .arrow {
    position: relative;
    width: 30px;
    height: 30px;
}

.item-service .icon .arrow::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    background: url('../images/picto/arrow-service.svg') 50% /cover no-repeat;
    top: 0;
    right: 0;
}

.item-service .box-title {
    display: flex;
    gap: 9px;
    align-items: center;
}

.item-service .title {
    color: #1C1C1C;
    font-family: "Bai Jamjuree";
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.item-service .icon {
    color: var(--black);
    transition: all 0.3s ease-in-out;
}

.item-service:hover {
    cursor: pointer;
    color: #fff;
    background: #1C1C1C;
    padding: 20px 28px;
    transition: 0.6s;
}

.item-service:hover .title {
    color: #fff;
}

.item-service:hover .icon {
    filter: contrast(0) brightness(10);
}

.item-service:hover .interactive-Project__text-box {
    padding-left: 10px;
}

.item-service:hover .interactive-Project__text-box .number {
    color: var(--white);
}

.item-service:hover .interactive-Project__text-box .title {
    color: var(--white);
}

.item-service:hover .interactive-Project__text-box .title a {
    color: var(--white);
}

.plr {
    padding: 0 20px!important;
}

.service-img {
    width: 100%;
    height: 100%;
    min-height: 570px;
    max-height: calc(100% - 40px);
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .service-img {
        height: 80vh;
    }
}

@media only screen and (max-width: 767px) {
    .service-img {
        height: 50vh;
    }
}

@media (max-width: 575px) {
    .service-img {
        height: 30vh;
    }
}

.service-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    z-index: 1;
    transition: clip-path 0.8s ease-in-out, opacity 0.6s ease;
    clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
}

@media only screen and (max-width: 1399px) {
    .service-img img {
        padding-bottom: 30px;
    }
}

.service-img img.active {
    opacity: 1;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.service {
    position: relative;
    margin-top: clamp(40px, 5vw + 2rem, 75px);
    padding: clamp(50px, 6vh + 1.5rem, 95px) 0;
    background: rgba(197, 147, 25, 0.10);
}

.service-slide {
    position: relative;
}

.service-slide::before {
    position: absolute;
    background: #FFFFFF;
    content: '';
    width: 100vw;
    height: 100%;
    right: 100%;
    top: 0;
    z-index: 1;
}

.service .service-slide a {
    display: block;
}

.service .item-slide {
    position: relative;
    transition: 0.5s;
    z-index: 2;
    background: var(--Grey-5, #F4F5F6);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service .item-slide:hover {
    transition: 0.5s;
    background: var(--Primary-100, #213A72);
}

.service .item-slide .img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    transition: 0.6s;
}

.service .item-slide:hover .img {
    width: 100%;
    height: 560px;
    transition: 0.6s;
}

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

.service .item-slide .icon {
    display: flex;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--Grey-White, #FFF);
}

.service .item-slide:hover .btn-1 img {
    transition: 0.5s;
    filter: contrast(0) brightness(10);
}

.service .item-slide:hover .btn-1 {
    transition: 0.5s;
    color: #fff;
    border-color: #fff;
}

.service .item-slide:hover .description,
.service .item-slide:hover .title {
    transition: 0.5s;
    color: #fff;
}

.service .item-slide .description {
    color: var(--Grey-100, #283550);
    font-family: "Poppins";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.48px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
    min-height: 65px;
}

.service .item-slide .title {
    color: var(--Grey-100, #283550);
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.4px;
    z-index: 2;
    transition: 0.5s;
}

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

.service .container {
    position: relative;
}

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

.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 .owl-item.active .item-slide {
    position: relative;
    z-index: 4;
}

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

.service .box-slide {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

.slide-navigation {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
}


/* .slide-navigation .home-nav, */

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

.service-dots,
.temoignage-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.owl-dot {
    width: 6px;
    height: 6px;
    padding: 3px;
    border-radius: 3px;
    border: none;
    outline: none;
    background: var(--Grey-10, #EAEBEE);
}

.temoignage .owl-dot.active,
.service .owl-dot.active {
    width: 8px;
    height: 8px;
    padding: 4px;
    border-radius: 4px;
    background: var(--Grey-100, #283550);
}

.slide-navigation .service-nav {
    height: 40px;
    background: rgba(217, 217, 217, 0.58);
}

.slide-navigation .service-nav:hover {
    transition: 0.6s;
    border: 1px solid #FFF;
    background: #1A4058;
}

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

.slide-navigation .service-nav img {
    filter: contrast(0);
}

.slide-navigation .service-nav:hover img {
    transition: 0.6s;
    filter: contrast(0) brightness(10);
}

.avis {
    position: relative;
    border-top: 1px solid #E38456;
    border-bottom: 1px solid #E38456;
}

.avis .ban-avis-paiement,
.avis .ban-avis {
    position: absolute;
    width: 0vw;
    background: url('../images/bg-avantage.png') lightgray 50% / cover no-repeat;
    content: "";
    height: 0;
    z-index: -1;
    position: absolute;
    transition: 0.6s;
    top: auto;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.avis .ban-avis-paiement {
    left: 50%;
}

.avis:has(.item-avis.paiement:hover) .ban-avis-paiement {
    transition: 0.6s;
    height: 100%;
    width: 50vw;
    opacity: 1;
    left: 50%;
}

.avis:has(.item-avis.avis-client:hover) .ban-avis {
    transition: 0.6s;
    height: 100%;
    left: 0;
    width: 50vw;
    opacity: 1;
}

.avis .btn-1 {
    width: max-content;
    border: 1px solid #1E4155;
    transition: 0.4s;
}

.avis .btn-1:hover {
    border: 1px solid #fff;
    transition: 0.4s;
}

.avis .btn-1.doubled::before {
    border: 1px solid #1E4155;
}

.avis .item-avis {
    padding: 50px 0px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.avis .box-item {
    display: flex;
    justify-content: center;
    width: 100%;
}


/* .avis .item-avis::before {
position: absolute;
width: 100vw;
height: 100%;
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;
}

.avis .item-avis:hover::before {
transition: 0.6s;
height: 100%;
top: 0;
bottom: auto;
} */

.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 {
    position: relative;
    min-height: 396px;
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

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

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


/* 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 {
    position: relative;
    color: #FFF;
    font-family: "Bai Jamjuree";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.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: #FFFFFF;
}

.item-actu {
    display: flex;
    flex-direction: column;
    gap: 0px;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
}

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

.item-actu.item-mini-xl .date {
    position: relative;
    bottom: 0;
    right: 0;
    width: max-content;
    height: auto;
}

.item-actu.item-mini-xl .date .month {
    color: var(--Grey-60, #7E8696);
}

.item-actu .box-description {
    display: block;
    height: max-content;
}

.item-actu .img {
    position: relative;
    width: 100%;
    height: 320px;
    background: #fff;
}

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

.item-actu .description {
    background: transparent;
    padding: 35px 0 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    transition: 0.5s;
    flex: 1;
    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-actu .date {
    right: 20px;
    bottom: -20px;
    z-index: 1;
    position: absolute;
    background: var(--Grey-White, #FFF);
    box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
}

.item-actu .date .month {
    color: var(--Grey-100, #283550);
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.56px;
    line-height: 1.2;
    transition: 0.4s;
}

.item-actu .date .day {
    color: var(--Grey-100, #283550);
    text-align: center;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.4px;
}

.item-actu .link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    gap: 5px;
    background: var(--justdiagnostics, linear-gradient(180deg, #1F662E 0%, #67A97B 100%));
    transition: 0.6s;
    z-index: 1;
}

.item-actu:hover .link {
    transition: 0.6s;
    background: #FFF;
}

.item-actu .link img {
    transition: 0.6s;
    filter: contrast(0) brightness(10);
}

.item-actu:hover .link img {
    transition: 0.6s;
    filter: none;
}

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

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

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

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

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

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

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

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

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

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

.footer .service-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 50px;
}

.footer .service-footer .link {
    color: #FFF;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s;
}

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

.footer .list-logo {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}

.footer .box-logo {
    display: flex;
    padding: 16px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    background: #FFF;
    width: 300px;
    max-width: 300px;
    height: 120px;
    padding: 0 10px;
}

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

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

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

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

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

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

.box-copyright {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.copyright {
    display: flex;
    color: #FFF;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    transition: 0.3s;
    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;
}

.copyright a:hover {
    color: #FACA1B;
    ;
    transition: 0.3s;
}

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

.list-link .item {
    color: #FFF;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    transition: 0.3s;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: 25%;
    text-underline-position: from-font;
}

.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 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
}

.arobiz .text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    color: #FFF;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.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;
    padding: clamp(35px, 4vw + 1rem, 65px) 0;
    background: #1C1C1C;
}

.contact-footer {
    display: flex;
    gap: 15px;
    flex-direction: column;
    color: #FFFFFF;
}

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

.contact-footer .item-contact-footer .icon {
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

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

.list-link .item:hover,
.footer a.btn-1 .description .detail:hover {
    color: #F7AD00;
    transition: 0.3s;
}

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

.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 .container {
    position: relative;
}

.footer .newsletter {
    position: relative;
}

.box-newsletter {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0px;
    padding-bottom: 10px;
    background: transparent;
    border-bottom: 1px solid #D9D9D9;
}

.box-newsletter .btn-2 {
    display: flex;
    height: 40px;
    width: 40px;
    padding: 0;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    gap: 8px;
    outline: none;
    background: #fff;
}

.box-newsletter .submit:hover::before {
    transition: 0.6s;
    height: 100%;
}

.box-newsletter .submit img {
    transition: 0.6s;
    filter: contrast(0) brightness(10);
}

.box-newsletter input {
    border-radius: 4px;
    background: transparent;
    height: 40px;
    padding: 0 20px 0 0px;
    width: 100%;
    outline: none;
    border: none;
}

.box-newsletter input,
.box-newsletter input::placeholder {
    color: #FFF;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.title-newsletter {
    color: #FFF;
    font-family: "Rajdhani";
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

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

.newsletter input,
.newsletter input::placeholder {
    color: #5C727D;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.newsletter input:focus {
    outline: none;
}

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

.footer .newsletter .submit {
    outline: none;
    border: none;
    display: flex;
    width: 52px;
    height: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFC620;
    border-radius: 0;
}

.footer .newsletter .submit img {
    filter: brightness(100);
    transition: 0.3s;
}

.footer .newsletter .submit:hover img {
    filter: none;
    transition: 0.3s;
}

.footer .accord-form {
    color: #B0B0B0;
    font-family: "Bai Jamjuree";
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2;
    padding-top: 10px;
}

.img-animate,
.actualite .box-actu .img img,
.service .item-slide .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,
.service .item-slide:hover .img img,
.content-img-text .img-content:hover>img {
    transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

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

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


/* .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%);
}

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

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

.contact-info .item {
    color: #1C1C1C;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    transition: 0.5s;
    width: max-content;
}

.contact-info .item::before {
    position: absolute;
    z-index: 1;
    content: '';
    width: 0;
    height: 1px;
    background: #1C1C1C;
    top: calc(100%);
    left: 0;
    opacity: 0;
    transition: 0.5s;
}

.contact-info a.item:hover::before {
    transition: 0.5s;
    width: 100%;
    opacity: 1;
}

.img-contact-info {
    width: 100%;
    max-height: 370px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-info .item {
    display: flex;
    justify-content: flex-start;
    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;
}

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

.form-contact {
    position: relative;
}

.form-contact::before {
    position: absolute;
    width: 1px;
    height: calc(100% + 16px);
    content: "";
    right: calc(100% + 55px);
    z-index: 1;
    top: -16px;
    background: #B0B0B0;
}

.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::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1);
    z-index: -1;
    animation: bgScale 30s ease-in-out infinite;
}

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

.contact-form textarea::placeholder,
.contact-form textarea,
.contact-form input::placeholder,
.contact-form input {
    color: #1C1C1C;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.contact-form input {
    height: 45px;
    border-radius: 0px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #1C1C1C;
    outline: none;
    margin-bottom: 30px;
    padding: 0 15px 0 0;
    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: 130px;
    border-radius: 0px;
    background: transparent;
    background: transparent;
    border: none;
    border-bottom: 1px solid #1C1C1C;
    outline: none;
    padding: 0 15px 0 0px;
    margin-bottom: 10px;
    width: 100%;
}

.contact-form .accord-form {
    color: #B0B0B0;
    font-family: "Bai Jamjuree";
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2;
}

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

.contact-form .btn-1 {
    text-transform: none;
    border: none;
    outline: none;
    border-radius: 0px;
    padding: 0 20px;
    background: transparent;
    width: 100%;
}

.contact-form .box-btn.colored span {
    border-color: initial;
}

.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;
    color: #fff;
}

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

.colum-2 p:first-of-type {
    display: none;
}