:root {
    --s-amiante: #222B31;
    --s-termite: #C56224;
    --s-elec: #DF9800;
    --s-gaz: #2E92CF;
    --s-dpe: #35961D;
    --s-carrez: #3B3B5C;
    --s-boutin: #CC6D02;
    --s-erp: #D05934;
    --line-width: calc(100vw /6);
}


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


/** SiteBrand(logo) **/

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

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

body.no-scroll {
    overflow-y: hidden;
}

.page {
    position: relative;
}

.z-top-line {
    z-index: 4;
    position: relative;
}

.page .vertical-box {
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.4;
}

.page .vertical-box .list-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
}

.page .vertical-box .list-line span {
    width: var(--line-width);
    height: 100%;
    background: transparent;
    width: 0px;
    border-right: 1px solid rgb(176, 176, 176, 0.5);
}

.page .vertical-line {
    width: var(--line-width);
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    border-right: 1px solid rgb(176, 176, 176, 0.5);
    position: fixed;
    z-index: 2;
}

.page .vertical-line.line-2 {
    left: var(--line-width);
}

.page .vertical-line.line-3 {
    left: calc(var(--line-width) * 2);
}

.page .vertical-line.line-4 {
    left: calc(var(--line-width) * 3);
}

.page .vertical-line.line-5 {
    left: calc(var(--line-width) * 4);
}

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

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

header {
    border-bottom: none;
}

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

.ttm-stickable-header.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.25);
}

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

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

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

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


/** SiteNavigation(Menu) **/

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

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

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

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

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

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

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

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

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

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

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

#site-header-menu #site-navigation .menu>ul>li>a {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-contact {
    height: 55px;
    align-items: center;
    background: #0680CB;
    color: #ffffff;
    display: flex;
}

.top-contact .item {
    color: #000;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
}

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

.top-contact .btn-1 {
    height: 45px;
    padding: 0 20px;
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .espace-client .list-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
}

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

header .btn-1 {
    height: 100%;
    border-radius: 0;
    background: #0B82C3;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header .btn-1::before {
    background: #212121;
    content: "";
    position: absolute;
    width: 0%;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    transition: 0.5s;
}

header .btn-1:hover::before {
    transition: 0.5s;
    width: 100%;
}

header .btn-1 .detail,
header .btn-1 .title {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

header .btn-1 .detail {
    font-weight: 800;
}

.magnet-wrapper {
    display: inline-block;
    position: relative;
    /* optional: enlarge hover region */
    padding: 40px 0 0 0;
    padding-left: 0;
}

.btn-1 .tt-btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 1;
}

.tt-btn-inner>* {
    position: relative;
    padding: 5px 0;
    transition: transform 0.3s;
}

.btn-1:hover .tt-btn-inner>*:not(.tt-btn-icon) {
    transform: translate3d(0, -100%, 0);
}

.tt-btn-inner>*::after {
    position: absolute;
    content: attr(data-hover);
    top: 100%;
    width: 100%;
    left: 0;
    padding-left: 0;
    padding-right: 0;
}

.tt-btn-inner>*,
.tt-btn-inner>*::after {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.magnet-btn {
    position: relative;
    cursor: pointer;
    transition: transform 0.2s ease-out;
    will-change: transform;
}

.btn-1 {
    height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #1E5FB4;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    border-radius: 25px;
    border-radius: 40px;
    border: 2px solid #1E5FB4;
    position: relative;
    z-index: 1;
    padding: 10px 35px;
    min-width: max-content;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    overflow: hidden;
    z-index: 0;
    position: relative;
    z-index: 2;
}


/* .btn-1::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    clip-path: polygon(50% 0px, 50% 0px, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
    background: red;
    border-radius: 30px;
    transition: 0.5s;
} */

.btn-2::before {
    background: #0680CB;
}

.btn-1:hover {
    transition: 0.5s;
    color: #0680CB;
}

.btn-1:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.btn-2 {
    border-radius: 50px;
    border: 1px solid #0680CB;
    background: #FFF;
    color: #000;
}

.btn-2 img {
    filter: invert(1);
}

.btn-2:hover {
    color: #fff;
    transition: all 0.7s ease;
}

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

.home-slide {
    position: relative;
    overflow: hidden;
}

.home-slide .box-slide {
    margin: 0 85px;
    position: relative;
    z-index: 1;
    display: flex;
}


/* .home-slide .box-slide::before {
    position: absolute;
    content: "";
    width: clamp(6%, 20vw + 1.5rem, 540px);
    left: 0;
    height: 100%;
    background: #FDFDFD;
    z-index: 1;
} */

.home-slide .home-presentation::before {
    position: absolute;
    content: "";
    width: clamp(6%, 20vw + 1.5rem, 540px);
    left: 0;
    height: 100%;
    background: #FDFDFD;
    z-index: 1;
}

.home-slide .home-presentation .img-home {
    /* padding-left: clamp(30.56%, 20vw + 1.5rem, 540px); */
    padding-left: 0;
    position: relative;
}

.left-bar {
    width: 25%;
    /* background: #FDFDFD; */
    height: 100%;
    z-index: 2;
    display: flex;
    position: absolute;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.home-slide .home-presentation {
    position: relative;
    z-index: 1;
    height: 100%;
    left: 0;
    width: 100%;
}

.home-slide .home-presentation .container {
    position: relative;
    top: -50px;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.left-contact-fixed .item {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    transform: rotate(180deg);
}

.left-contact-fixed .item .icon {
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
}

.left-contact-fixed .item a,
.left-contact-fixed .item .description {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Eurostile';
}

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


/* .home-slide .content-slide .sect-title {
    position: relative;
    top: 140px;
} */

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

.home-slide .item-slide .title {
    color: #1E5FB4;
    font-family: "Montserrat";
    font-size: clamp(20px, 1vw + 1rem, 45px) !important;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 0px;
}

.home-slide .item-slide .description {
    color: #292929;
    font-family: "Montserrat";
    font-size: clamp(24px, 2vw + 1rem, 65px) !important;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1.95px;
    text-transform: uppercase;
}

.home-slide .number-slide {
    position: relative;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #292929;
    color: #FDFDFD;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(50px, 5vw + 1.5rem, 100px);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    width: max-content;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.home-slide .item-slide .title span {
    color: #73B5DE;
}

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

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

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

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

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

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

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

.home-slide .home-slide-dots {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: auto;
    right: 0;
    bottom: 0;
    padding: 50px 0;
    background: #1E5FB4;
    z-index: 6;
}

.home-slide .left-social {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #F0F0F0;
    z-index: 6;
}

.home-slide .left-social .item {
    border: 1px solid #B0B0B0;
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    transition: 0.5s;
    z-index: 2;
    position: relative;
}

.home-slide .left-social .item:hover {
    transition: 0.5s;
    border: 1px solid #0B82C3;
}

.home-slide .left-social .item:hover img {
    transition: 0.4s;
    filter: contrast(0) brightness(10);
}

.home-slide .left-social .item::before {
    background: #0B82C3;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    transition: 0.5s;
    content: "";
}

.home-slide .left-social .item:hover::before {
    transition: 0.6s;
    width: 100%;
}


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

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

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

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


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

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

.btn-slide {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 25px;
}

.btn-slide .btn-1 {
    position: relative;
    z-index: 1;
    width: max-content;
}

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


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

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

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

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

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

.home-slide .owl-dots {
    position: absolute;
    border: 0;
    bottom: 0px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 15px;
}

.home-slide-dots .owl-dot {
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #fff;
    outline: none;
    border: none;
    padding: 0;
    position: relative;
}

.home-slide-dots .owl-dot.active {
    background: #0B82C3;
}

.home-slide-dots .owl-dot.active::before {
    border: 1px solid #FFF;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    position: absolute;
    top: -7.5px;
    left: -7.5px;
    content: "";
    background: transparent;
}

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

.contact-site {
    width: 100%;
    position: relative;
    background: #0B82C3;
    padding: 0px 0 0px 0;
}

.contact-site .item-contact {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 1);
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    padding: 30px 0 35px 0;
    align-items: center;
}

.contact-site .item-contact.border-right {
    border-right: 1px solid rgba(255, 255, 255, 1);
}

.contact-site .item-contact .description {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

section.devis {
    position: relative;
    background: #0B82C3;
    padding: 40px 0;
}

.devis .formulaire {
    background: transparent;
}

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

.devis .title-devis {
    color: var(--WHITE, #FFF);
    text-align: center;
    font-family: "Montserrat";
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;
}

.devis .title-devis span {
    font-weight: 700;
}

.devis .title-label {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid var(--WHITE, #FFF);
    text-transform: uppercase;
    width: 100%;
    padding: 15px 0;
}

.devis .form-devis {
    background: transparent;
    flex-direction: row;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    width: 100%;
}

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

.devis .form-devis .btn-2 {
    background: #fff;
}

.devis .form-devis button {
    background: transparent;
    display: flex;
    align-items: center;
    width: max-content;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 40px;
    border: 1.5px solid var(--WHITE, #FFF);
    outline: none;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.devis .form-devis button.active,
.devis .form-devis button:hover {
    border: 1.5px solid #292929;
}

.devis .form-devis button.active {
    background: #292929;
}

.contact-form .submit::before,
.devis .form-devis button::before {
    background: #292929;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: .6s;
}

.contact-form .submit:hover::before,
.devis .form-devis button:hover::before {
    transition: 0.5s;
    width: 100%;
}

.devis .form-devis .btn-1 {
    width: 230px;
    padding: 0;
}

.devis .form-devis .btn-1:has(.active) {
    border-radius: 25px;
    background: #0680CB;
}

.devis .form-devis .btn-1:has(.active) .label-form {
    color: #fff;
}

.devis .form-devis .btn-1:has(.active)::before {
    visibility: hidden;
}

.devis .form-devis button.active img {
    filter: brightness(100);
}

.devis .box-input {
    position: relative
}

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

.devis.interne {
    position: relative;
    background-image: url('../images/bg-rdv.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 70px 0;
}

.devis.interne::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
}

.devis input {
    display: flex;
    padding: 0 20px;
    height: 55px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #FFF;
    flex-shrink: 0;
    padding-left: 40px;
    width: 100%;
}

.devis textarea {
    display: flex;
    padding: 0 20px;
    min-height: 126px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #FFF;
    flex-shrink: 0;
    padding-left: 40px;
    padding-top: 15px;
    width: 100%;
}

.devis textarea,
.devis input {
    outline: none;
}

.devis textarea,
.devis textarea::placeholder,
.devis input,
.devis input::placeholder {
    color: rgba(59, 68, 89, 0.50);
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.devis .box-btn {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.devis .label-btn {
    color: #FFF;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

.devis .row-form {
    justify-content: center;
}

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

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

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

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

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

.formulaire .label-form {
    color: var(--WHITE, #FFF);
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
}

.formulaire .btn-1:hover .label-form {
    color: #fff;
    transition: 0.5s;
}

.formulaire .submit {
    width: max-content;
    padding: 0 5px 0 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    outline: none;
    background: transparent;
    border-radius: 40px;
    gap: 15px;
    border: 2px solid #FFF;
    color: #FFF;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 auto;
    position: relative;
    transition: 0.6s;
}

.formulaire .submit::before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 100%;
    border-radius: 40px;
    opacity: 0;
    background: #fff;
    transition: 0.6s;
}

.formulaire .submit:hover {
    transition: 0.6s;
    color: #0B82C3;
}

.formulaire .submit:hover::before {
    transition: 0.6s;
    width: 100%;
    opacity: 1;
    height: 100%
}

.formulaire .submit .icon {
    display: flex;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--WHITE, #FFF);
}


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

.formulaire .submit:hover img {
    filter: inherit;
}

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

.page.interne .content-img-text {
    background: #FDFDFD;
}

.content-img-text {
    position: relative;
    padding: clamp(40px, 7vh + 1.5rem, 80px) 0;
    background: url('../images/bg-content-home.jpg') lightgray 50% / cover no-repeat;
}

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

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

.content-img-text .img-principal .img-content .right-deco {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 435px;
    height: 468px;
    content: "";
    background: transparent;
    z-index: 0;
    border: 10px solid #215299;
}

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

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

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

.content-img-text .right-content {
    position: absolute;
    right: -70px;
    bottom: -187px;
    z-index: 1;
    width: 440px;
    height: 284px;
    border: 20px solid #eee;
}

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

.sect-title {
    position: relative;
    z-index: 1;
}

.sect-title .h2,
.sect-title h1 {
    color: #292929;
    font-family: "Montserrat";
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

.sect-title .h2 span,
.sect-title h1 span {
    font-weight: 700;
}

.page.contact .sect-title h1 {
    font-size: 40px;
    color: #000;
}

.sect-title .sub-title {
    display: inline-flex;
    color: #0B82C3;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    border-radius: 50px;
    border: 2px solid #0B82C3;
    background: #FDFDFD;
    padding: 5px 15px 5px 30px;
    max-width: max-content;
    margin-bottom: 10px;
}

.sect-title .sub-title::before {
    position: absolute;
    width: 13px;
    height: 15px;
    background: transparent;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    z-index: 1;
    content: "";
    background: url('../images/picto/plus.svg') 50% / cover no-repeat;
}

.sect-title .sub-title::after {
    position: absolute;
    width: 50%;
    height: 100%;
    border-radius: 50% 0 0 0;
    content: "";
    background: #0B82C2;
    bottom: -2px;
    left: -2px;
    z-index: -1;
}

.sect-title .description {
    color: #292929;
    text-align: left;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.bloc-text>p {
    color: #292929;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

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

.separator {
    position: relative;
    z-index: 2;
    padding: 40px 0;
}

.separator .hr-separator {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 55px;
}

.separator .hr-separator::after,
.separator .hr-separator::before {
    position: relative;
    left: 0;
    flex: 1;
    z-index: 1;
    height: 1px;
    background: #0680CB;
    content: "";
}

.separator .hr-separator::after {
    right: 0;
    left: inherit;
}

.valeur {
    position: relative;
    background: #FCFCFC;
    padding: 50px 0 85px 0;
}

.valeur a {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.valeur .item-slide {
    background: #fff;
    padding: 40px 45px;
    position: relative;
    transition: 0.4s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 255px;
    width: 100%;
}

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

.valeur .valeur-slide .title {
    color: #1E1E1E;
    font-family: "Roboto Mono";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 108.333% */
    margin: 20px 0;
}

.valeur .top-number {
    width: 52px;
    height: 52px;
    background: #B5A595;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 45px;
    top: 22px;
    transition: 0.6s;
    color: #FFF;
    text-align: center;
    font-family: "Roboto";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
}

.valeur .item-slide:hover {
    background: rgba(213, 201, 192, 0.30);
    transition: 0.4s;
}

.valeur .item-slide:hover .top-number {
    width: 103px;
    height: 103px;
    top: -26px;
    right: -20px;
}

.valeur-slide .owl-dots.disabled {
    display: flex !important;
}

.valeur-slide .owl-dots {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    gap: 13px;
}

.valeur-slide .owl-dots .owl-dot {
    width: 14px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #9A9999;
    background: transparent;
    outline: none;
}

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

.engagement {
    position: relative;
    padding: 80px 0;
    background: #EFF5F9;
}

.space-evenly {
    justify-content: space-evenly;
}

.engagement .item {
    display: flex;
    align-items: center;
    border-radius: 200px;
    border: 1px solid #0680CB;
    background: #FFF;
    padding: 15px 30px;
    gap: 30px;
}

.engagement .item .description {
    color: #000;
    font-family: "Work Sans";
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

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

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

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

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

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


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

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

.accordion>.card {
    border: none;
}

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

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

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

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

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

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

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

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

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

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


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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

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


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

.header-spacer {
    /* Pour éviter que le contenu soit caché sous le header */
    height: 60px;
    /* même hauteur que le header */
}


/* Section que tu veux fixer jusqu'à un point, puis relâcher */

#sectionFixable {
    width: 100%;
    background: #f5f5f5;
}

#sectionFixable.normal {
    position: relative;
    /* Laisse le flux normal */
}

#sectionFixable.fixed {
    /* position: fixed; */
    left: 0;
    width: 100%;
    z-index: 8;
    /* Le top sera défini dynamiquement sous le header */
}

#triggerElement {
    padding: 20px;
}

.content-fixed {
    /* height: calc(100vh - 125px - 200px);
    max-height: 960px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; */
}

.box-content-service .title-fixed {
    position: sticky !important;
    top: 120px;
    z-index: 10;
    background: #FDFDFD;
    padding-bottom: 30px;
}

.content-fixed::-webkit-scrollbar {
    display: none;
}

.after-content {
    height: 1000px;
    background: #ddd;
    padding: 20px;
}

.fixed-element {
    position: relative;
    /* état normal */
    transition: top 0.2s;
}

.fixed-element.fixed {
    position: fixed;
    top: 60px;
    /* juste sous le header fixe */
    left: 0;
    width: 100%;
    z-index: 900;
}

.move-on-scroll {
    position: relative;
    will-change: transform;
    /* meilleur pour performance */
    transition: transform 0.2s ease-out;
    /* optionnel pour lisser les changements */
}

.service {
    position: relative;
    padding: clamp(40px, 10vh + 1.5rem, 80px) 0;
    padding-bottom: 0;
}

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

.list-service .item-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: max-content;
    max-width: 710px;
    height: auto;
}

.item-card.mini {
    overflow: hidden;
    transition: transform 0.2s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.list-service .item-card.mini .img {
    max-width: 567px;
    max-height: 300px;
}

.list-service .item-card .img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 380px;
}

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

.list-service .item-card .title {
    color: #000;
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.list-service .item-card .sub-title {
    color: #000;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.page.interne .footer {
    margin-top: 0;
}

.page.interne .service {
    background: #FDFDFD;
    padding-bottom: 60px;
}

.service .container {
    position: relative;
}

.service .service-slide {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.service .box-service {
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
}

.service .box-slide {
    width: 100%;
}

.box-service .slide-navigation {
    display: flex;
    gap: 6px;
    align-items: center;
    width: max-content;
}

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

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

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

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

.service .item-slide {
    position: relative;
    width: 262px;
    height: 262px;
    border-radius: 50%;
    border: 1px solid #0680CB;
    transition: 0.5s;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    overflow: hidden;
}

.service .item-slide::before {
    border-radius: 50%;
    background: #F8F8F8;
    position: absolute;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    right: 0;
    top: 50%;
    content: "";
    transform: translate(-14px, -50%);
    z-index: 1;
    transition: 0.5s;
}

.service .item-slide::after {
    border-radius: 50%;
    background: red;
    position: absolute;
    width: 0;
    height: calc(100% - 28px);
    right: 14px;
    top: 14px;
    content: "";
    opacity: 0;
    z-index: 1;
    transition: 0.6s;
}

.service .item-slide:hover::after {
    transition: 0.45s;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    opacity: 1;
    left: 14px;
}

.service .item-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 500ms ease;
}

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

.service .item-slide .title {
    text-align: center;
    font-family: "Work Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    width: max-content;
    z-index: 2;
    transition: 0.5s;
}

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

.service .item-slide.amiante::after {
    background: var(--s-amiante);
}

.service .item-slide.termite::after {
    background: var(--s-termite);
}

.service .item-slide.elec::after {
    background: var(--s-elec);
}

.service .item-slide.gaz::after {
    background: var(--s-gaz);
}

.service .item-slide.dpe::after {
    background: var(--s-dpe);
}

.service .item-slide.carrez::after {
    background: var(--s-carrez);
}

.service .item-slide.boutin::after {
    background: var(--s-boutin);
}

.service .item-slide.erp::after {
    background: var(--s-erp);
}

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

.service .item-slide.amiante .title {
    color: var(--s-amiante);
}

.service .item-slide.termite .title {
    color: var(--s-termite);
}

.service .item-slide.elec .title {
    color: var(--s-elec);
}

.service .item-slide.gaz .title {
    color: var(--s-gaz);
}

.service .item-slide.dpe .title {
    color: var(--s-dpe);
}

.service .item-slide.carrez .title {
    color: var(--s-carrez);
}

.service .item-slide.boutin .title {
    color: var(--s-boutin);
}

.service .item-slide.erp .title {
    color: var(--s-erp);
}

.service .item-slide .icon {
    width: auto;
    height: 102px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.4s;
}

.service .item-slide .more:hover {
    border: 1px solid #B5A595;
}

.service .item-slide:hover .description {
    display: none;
    opacity: 0;
    transition: 0.7s;
}

.avis {
    position: relative;
    padding: 80px 0;
}

.box-avis {
    position: relative;
    width: 100%;
    min-height: 298px;
}

.box-avis::before {
    background: linear-gradient(0deg, rgba(43, 80, 120, 0.39) 0%, rgba(43, 80, 120, 0.39) 100%);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
}

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

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

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

.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 .btn-1::before {
    position: absolute;
    left: -20px;
    top: 0px;
    border-color: #000;
}

.avis .btn-1:hover::before {
    width: 100%;
    transition: 0.4s;
}

.avis .btn-1 {
    margin-top: 30px;
    background: #000;
    color: #fff;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    gap: 10px;
    height: 61px;
}

.avis .btn-1:hover {
    color: #000;
}


/* 
.avis .bg-avis::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, rgba(19, 74, 139, 0.00) 0%, #134A8B 100%);
    top: 0;
    left: 0;
} */

.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;
    padding: 50px 0;
    z-index: 5;
}

.paiement .box-paiement {
    position: relative;
    padding: 60px 0;
    border-radius: 50px;
    overflow: hidden;
    background: url('../images/bg-paie.jpg') lightgray 0/ 100% no-repeat;
    background-size: cover;
}

.paiement .box-paiement::before {
    background: linear-gradient(270deg, rgba(6, 128, 203, 0.00) 0%, rgba(6, 128, 203, 0.20) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
}

.paiement content {
    position: relative;
    width: 100%;
    padding: 60px 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;
}

.copyright a:hover,
.contact-footer .item a:hover,
.footer a.link:hover,
footer a:hover {
    /*  */
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer a {
    position: relative;
    width: max-content;
}

.footer a::before {
    position: absolute;
    width: 0;
    height: 1px;
    content: "";
    background: #fff;
    top: 100%;
    left: 0;
    transition: 0.5s;
}

.footer a:hover::before {
    width: 100%;
    transition: 0.5s;
}

.title-footer {
    position: relative;
    color: #FFF;
    font-family: "Montserrat";
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 35px;
}

.box-assurance {
    border-radius: 20px;
    background: #000;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer .box-logo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
}

.footer .item-logo {
    border-radius: 20px;
    background: #FFF;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 90px;
    max-width: 142px;
    padding: 15px;
}

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

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

.footer .content-service-footer {
    display: flex;
    flex-direction: column;
}

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

.actualite {
    position: relative;
    background: #FDFDFD;
    padding: clamp(40px, 6.5vh + 1.5rem, 85px) 0;
}

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

.card-actualite .img {
    width: 100%;
    height: 408px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.card-actualite .img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.7s ease;
    object-fit: cover;
}

.card-actualite:hover img {
    transform: scale(1.1);
}

.card-actualite:hover .img img {
    transform: scale(1.1);
}

.card-actualite .img::after,
.card-actualite .img::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: 0.6s;
}

.card-actualite .img::after {
    height: 0;
    opacity: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(30, 95, 180, 0.60) 100%);
}

.card-actualite:hover .img::after {
    transition: 0.6s;
    height: 100%;
    opacity: 1;
    bottom: auto;
    top: 0;
}

.card-actualite:hover .img::before {
    transition: 0.6s;
    height: 0;
    opacity: 0;
}

.card-actualite:hover .title {
    transition: 0.3s;
    color: #0680CB;
}

.card-actualite .description {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    z-index: 2;
    position: absolute;
    bottom: 30px;
    width: calc(100% - 80px);
    left: 50%;
    transform: translateX(-50%);
    padding-top: 30px;
}

.card-actualite .date {
    z-index: 4;
    padding: 12px;
    border-radius: 10px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    position: absolute;
    left: 30px;
    top: 30px;
    color: #B0B0B0;
    text-align: center;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    transition: 0.5s;
}

.card-actualite .date .month,
.card-actualite .date .day {
    position: relative;
}

.card-actualite .date .month::before,
.card-actualite .date .day::before {
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    bottom: -3px;
    opacity: 0.5;
    background: #B0B0B0;
}

.card-actualite:hover .date .month::before,
.card-actualite:hover .date .day::before {
    background: #fff;
}

.card-actualite:hover .date {
    transition: 0.5s;
    background: #1E5FB4;
    color: #fff;
}

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

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

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

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

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

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

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

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

.footer .service-footer {
    display: flex;
    gap: 8px 12px;
    list-style: none;
    padding: 0;
    flex-direction: column;
    flex-wrap: wrap;
}

.footer .service-footer a {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}

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

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

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

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

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 5px;
    line-height: 1.4;
    color: #fff;
}

.copyright .top,
.copyright .top a {
    color: #1E5FB4;
    font-weight: 700;
}

.copyright .top a::before {
    background: #1E5FB4;
}

.copyright .copy-info a {
    color: #fff;
}

.copyright .info {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

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

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

.arobiz {
    position: relative;
}

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

.arobiz a::before {
    display: none;
}

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

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


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

.footer {
    position: relative;
    padding: 60px 0 20px 0;
    background: url("../images/bg-footer.png") 50% / cover no-repeat, #292929;
    overflow: hidden;
    z-index: 5;
}

.footer .accord-form {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.footer .box-footer {
    position: relative;
    margin: 50px 0 0 35px;
    z-index: 1;
}

.footer .box-footer::before {
    position: absolute;
    z-index: -1;
    border: 1px solid #0680CB;
    background: #FFF;
    left: -40px;
    top: -50px;
    content: "";
    border-radius: 50px 0 0px 0;
    width: 100vw;
    height: 200vh;
}

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

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

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

.contact-footer a {
    color: #FFF;
}

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

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

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

.footer .logo-footer::before {
    display: none;
}

.footer .hr-footer {
    background: #FFF;
    height: 1px;
    width: 100%;
    margin: clamp(30px, 5vh + 2.5rem, 80px) 0 30px 0;
}

.footer .container {
    position: relative;
}

.footer .news-letter {
    position: relative;
}

.news-letter {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.news-letter input,
.news-letter input::placeholder {
    color: #70706F;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.news-letter input:focus {
    outline: none;
}

.footer .news-letter input {
    border: none;
    border-radius: 40px;
    background: #FFF;
    height: 65px;
    padding-left: 30px;
    width: 100%;
    position: relative;
    max-width: 630px;
    padding-right: 56px;
}

.footer .news-letter .submit {
    outline: none;
    border: none;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
}

.footer .news-letter .submit:hover {
    transition: 0.3s;
    color: #fff;
}

.footer .copyright .arobiz a {
    font-weight: 700;
}

.secteur {
    position: relative;
    padding: clamp(40px, 7.5vh + 3.5rem, 110px) 0;
    background: url('../images/bg-secteur.jpg') 50% /cover no-repeat;
}

.secteur.content-img-text .img-content {
    border-radius: 50% 50% 0 50%;
    position: relative;
}

.map-secteur img {
    width: 100%;
}

.map-secteur {
    position: absolute;
    /* right: calc(100% - 335px); */
    bottom: -140px;
    z-index: 4;
    width: auto;
    height: auto;
    max-width: 70%;
    left: -50px;
}

.content-img-text .img-content {
    border-radius: 0;
    position: relative;
    z-index: 2;
    border-radius: 50% 50% 50% 0;
    overflow: hidden;
    filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
}

.content-img-text .img-content .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
    transition: 0.6s;
}

.content-img-text .img-content:hover .image {
    transition: 0.6s;
    transform: scale(1.15);
}

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

.content-img-text.secteur .img-content .border-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #215299;
    z-index: 1;
    content: "";
    top: -27px;
    left: -29px;
}

.content-img-text.secteur .img-principal .img-content .secteur-deco {
    position: absolute;
    background: #2EAA5B;
    width: 185px;
    height: 166px;
    flex-shrink: 0;
    top: 70px;
    right: -75px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.secteur .list-logo {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

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

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

.content-img-text .img-principal .box {
    position: relative;
    width: 700px;
    height: 750px;
    display: flex;
}

.content-img-text .content-left {
    width: 460px;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    perspective: 650px;
}

.content-img-text .content-left img {
    border: 15px solid #fff;
    border-radius: 50px;
    transform: rotate3d(0, 1, 0, 11deg);
    transform-origin: right top;
}

.content-img-text .img-principal .content-left .img-content {
    z-index: 2;
    position: relative;
}

.content-img-text .content-right {
    max-width: 460px;
    position: absolute;
    top: 250px;
    right: 0;
    z-index: 4;
    perspective: 800px;
    /* perspective-origin: 50% 50%; */
}

.content-img-text .content-right img {
    border: 15px solid #fff;
    border-radius: 50px;
    transform: rotate3d(0, 1, 0, -12deg);
    transform-origin: left top;
}

.content-img-text .circle-deco {
    position: absolute;
    left: 75px;
    bottom: 110px;
    width: 250px;
    height: 250px;
    z-index: -1;
}

.content-img-text .box-right {
    position: absolute;
    right: 45px;
    top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-img-text .deco-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    border-radius: 50px;
    border: 1px solid #0680CB;
    background: #0680CB;
    box-shadow: 0 0 30px 0 rgba(6, 128, 203, 0.65);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 2.5s;
    animation: rippleshadow 2.5s infinite ease-out;
}

@-webkit-keyframes rippleshadow {
    0% {
        box-shadow: 0 0 10px 0 rgba(6, 128, 203, 0.35);
    }
    50% {
        box-shadow: 0 0 20px 0 rgba(6, 128, 203, 0.45);
    }
    100% {
        box-shadow: 0 0 30px 0 rgba(6, 128, 203, 0.65);
    }
}

.page.interne .content-img-text .deco-right {
    animation: none;
    background: transparent;
    box-shadow: none;
    border: none;
}

.page.interne .content-img-text .deco-right img {
    width: 100%;
    height: 100%;
}

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

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

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

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

.temoignage {
    position: relative;
    padding: clamp(45px, 4vh + 2rem, 95px) 0;
    background: #FDFDFD;
}

.temoignage .owl-stage-outer {
    overflow: visible;
}

.temoignage .box-slide {
    overflow: hidden;
}

.temoignage .box-second {
    overflow: visible;
    margin: 0 15px;
}

.temoignage-slide .item-slide {
    min-width: 100%;
    border-radius: 20px;
    background: #F0F0F0;
    justify-content: space-between;
    padding: 35px 35px 35px 50px;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 250px;
    transition: 0.6s;
}

.temoignage-slide .item-slide:hover {
    background: #0B82C3;
    transition: 0.6s;
}

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

.temoignage-slide .item-slide .quote {
    position: absolute;
    width: 60px;
    height: 48px;
    z-index: 4;
    background: url('../images/picto/quote.svg') 100% / auto no-repeat;
    opacity: 0;
    transition: 0.5s;
}

.temoignage-slide .item-slide:hover .quote {
    transition: 0.5s;
    opacity: 1;
}

.temoignage-slide .item-slide .quote.top {
    top: 20px;
    left: -15px;
}

.temoignage-slide .item-slide .quote.bottom {
    bottom: 20px;
    right: -15px;
    transform: rotate(180deg)
}

.temoignage-slide a {
    display: flex;
    height: 100%;
}

.temoignage-slide .item-slide .description {
    color: #292929;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    transition: 0.5s;
}

.temoignage-slide .item-slide .auteur {
    color: #292929;
    text-align: right;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: right;
    padding-right: 25px;
    transition: 0.5s;
}

.banniere {
    position: relative;
    height: 470px;
    background: url('../images/bg-content-home.jpg') lightgray 50% / cover no-repeat;
}

.page.contact .banniere {
    height: 470px;
}

.banniere .title {
    color: #292929;
    font-family: "Montserrat";
    font-size: clamp(35px, 2vw + 1.5rem, 65px);
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1.95px;
    text-transform: uppercase;
}

.banniere .title span {
    color: #73B5DE;
}

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

.banniere .fil-ariane {
    display: flex;
    gap: 10px 35px;
    padding-top: 15px;
    flex-wrap: wrap;
}

.banniere .fil-ariane .item {
    color: #1E5FB4;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
}

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer.contact {
    margin: 0;
}

.map-box {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 344px;
    object-fit: cover;
    z-index: 2;
    margin: 60px 0 20px 0;
}

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

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

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

.contact-form {
    position: relative;
    padding: clamp(40px, 6vh + 1.5rem, 85px);
    background: #FDFDFD;
}

.contact-form .item-contact {
    display: flex;
    gap: 10px;
    padding-bottom: 15px;
    align-items: center;
}

.contact-form .item-contact .icon {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #1E5FB4;
}

.contact-form a.item-contact:hover .description {
    color: #1E5FB4;
    transition: 0.3s;
}

.contact-form .item-contact .description {
    color: #292929;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    transition: 0.3s;
}

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

.contact-form .item-info .item .icon {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0680CB;
    flex-shrink: 0;
}

.contact-form .item-info .item .icon img {
    filter: brightness(100);
}

.contact-form .item-info .item .title {
    color: #000;
    font-family: "Work Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

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

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

.contact-form .box-formulaire {
    position: relative;
    border-radius: 25px;
    background: #EFF5F9;
    padding: 45px 60px;
}

.contact-form textarea::placeholder,
.contact-form textarea,
.contact-form input::placeholder,
.contact-form input {
    color: #292929;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.contact-form input {
    border-radius: 10px;
    background: #F0F0F0;
    border: none;
    display: flex;
    height: 50px;
    padding: 0px 20px;
    align-items: center;
    outline: none;
    width: 100%;
    margin-bottom: 25px;
}

.contact-form textarea {
    min-height: 182px;
    border-radius: 10px;
    background: #F0F0F0;
    border: none;
    display: flex;
    padding: 20px 0px 0 20px;
    align-items: center;
    outline: none;
    width: 100%;
    margin-bottom: 15px;
}

.contact-form .accord-form {
    color: #000;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
}

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

.contact-form .submit {
    border-radius: 5px;
    background: #0B82C3;
    width: 100%;
    outline: none;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 700;
    position: relative;
    transition: 0.6s;
}

.contact-form .btn-1 img {
    filter: brightness(10);
}

.contact-form .btn-1 {
    border: none;
    outline: none;
}

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

.contact-form .title-form {
    font-family: "Roboto Mono";
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 25px;
}

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

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

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

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

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

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

.box-form {
    position: relative;
    filter: drop-shadow(0px 0px 8px rgba(40, 40, 39, 0.102));
    border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

.faq {
    position: relative;
    background: #FDFDFD;
}

.faq .description {
    line-height: 26px;
}


/* ------------------------------------------------------------- *
 * Horizontal accordion
/* ------------------------------------------------------------- */

.avantage {
    position: relative;
    background: #FDFDFD;
    margin: clamp(45px, 14vh + 1.5rem, 120px) 0;
}

.avantage .card-avantage {
    border-radius: 20px;
    border: 1px solid #1E5FB4;
    background: #FDFDFD;
}

.avantage .title-avantage {
    color: #1E5FB4;
    font-family: "Montserrat";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.avantage .description-avantage {
    color: #292929;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.avantage .tt-hac-alter-hover .tt-hac-item.inactive .title-avantage {
    color: #1E5FB4;
}

.avantage .tt-hac-alter-hover .tt-hac-item.inactive .description-avantage {
    color: #292929;
}

.tt-haci-title {
    text-transform: uppercase;
    font-family: "Montserrat";
    font-size: clamp(34px, 4vw, 76px);
    font-weight: 600;
    color: inherit;
    line-height: 1;
}


/* Horizontal accordion item count */

.tt-hac-item {
    counter-increment: tt-hac-item-counter;
}

.tt-hac-item-count::before {
    display: block;
    content: counter(tt-hac-item-counter, decimal-leading-zero);
    color: #B0B0B0;
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}


/* For desktop only 
==================== */

@media (min-width: 1200px) {
    .tt-hac-alter-hover .tt-hac-item:first-child .description-avantage,
    .tt-hac-alter-hover .tt-hac-item.active .description-avantage,
    .tt-hac-alter-hover .tt-hac-item:first-child .title-avantage,
    .tt-hac-alter-hover .tt-hac-item.active .title-avantage {
        color: #fff;
    }
    .tt-horizontal-accordion {
        display: flex;
        max-width: 2200px;
        margin: auto;
        overflow: hidden;
    }
    .tt-wrap .tt-horizontal-accordion {
        padding-left: 0;
        padding-right: 0;
    }
    /* Horizontal accordion item */
    .tt-hac-item {
        position: relative;
        flex: 1 1;
        padding: clamp(15px, 3vw, 35px);
        transition: flex-grow .6s cubic-bezier(.38, .005, .215, 1), margin .6s cubic-bezier(.38, .005, .215, 1), background .6s cubic-bezier(.38, .005, .215, 1), color .6s cubic-bezier(.38, .005, .215, 1);
        will-change: flex-grow, margin-left, color;
    }
    /* .tt-hac-item:not(:last-child) {
        box-shadow: 20px 0 10px -20px rgb(0 0 0);
    } */
    .tt-hac-item-inner {
        height: 100%;
        transition: opacity .3s ease;
    }
    /* Horizontal accordion item hover */
    .tt-hac-item:first-child {
        flex-grow: 1.3;
    }
    .tt-hac-item:not(:first-child) {
        margin-left: -10%;
        padding-left: clamp(15px, 3vw, 25x);
    }
    .tt-hac-item.active {
        flex-grow: 1.3;
        margin-left: -1%;
    }
    /* Horizontal accordion item alternative hover */
    .tt-hac-alter-hover .tt-hac-item:first-child,
    .tt-hac-alter-hover .tt-hac-item.active {
        border: 1px solid #1E5FB4;
        background: #1E5FB4;
        color: #fff;
    }
    .tt-hac-alter-hover .tt-hac-item:first-child.inactive {
        border-radius: 20px;
        border: 1px solid #1E5FB4;
        background: #FDFDFD;
    }
    .tt-hac-alter-hover .tt-hac-item:first-child .tt-btn-outline>*,
    .tt-hac-alter-hover .tt-hac-item.active .tt-btn-outline>*,
    .tt-hac-alter-hover .tt-hac-item:first-child .tt-btn-outline>*:after,
    .tt-hac-alter-hover .tt-hac-item.active .tt-btn-outline>*:after {
        color: #000;
    }
    .tt-hac-alter-hover .tt-hac-item:first-child .tt-btn-outline,
    .tt-hac-alter-hover .tt-hac-item.active .tt-btn-outline {
        box-shadow: inset 0 0 0 2px #000;
    }
    .tt-hac-alter-hover .tt-hac-item:first-child.inactive .tt-btn-outline>*,
    .tt-hac-alter-hover .tt-hac-item:first-child.inactive .tt-btn-outline>*:after {
        color: var(--tt-text-color);
    }
    .tt-hac-alter-hover .tt-hac-item:first-child.inactive .tt-btn-outline {
        box-shadow: inset 0 0 0 2px lightgray;
    }
    /* Horizontal accordion item count */
    .tt-hac-item-count {
        position: absolute;
        top: 20px;
        right: 5%;
    }
    /* Horizontal accordion item content */
    .tt-hac-item-content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .tt-hac-item-content a {
        color: red;
    }
    .tt-haci-title {}
    .tt-haci-description {
        opacity: .8;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        /* How many lines of text to display */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    /* Content top */
    .tt-haci-content-top {
        overflow: hidden;
    }
    /* Content bottom */
    .tt-haci-content-bottom {
        margin-top: 30px;
    }
    .tt-hac-item:not(:first-child) .tt-haci-content-bottom {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
        transition: transform .4s cubic-bezier(.38, .005, .215, 1), opacity .4s cubic-bezier(.38, .005, .215, 1);
    }
    .tt-hac-item:not(:first-child).active .tt-haci-content-bottom {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


/* For small screens only 
========================== */

@media (max-width: 1199px) {
    .tt-horizontal-accordion {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    /* Horizontal accordion item */
    .tt-hac-item {
        position: relative;
        width: unset !important;
        padding: 7% 5%;
        border-radius: 15px;
        border: 1px solid grey;
    }
    .tt-hac-item-inner {
        height: 100%;
    }
    /* Horizontal accordion item count */
    .tt-hac-item-count {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .tt-hac-item-count::before {
        font-size: clamp(34px, 3vw, 52px);
        font-weight: normal;
        opacity: .4;
    }
    /* Horizontal accordion item content */
    .tt-hac-item-content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .tt-haci-title {}
    .tt-haci-title br {
        display: none;
    }
    .tt-haci-description {
        font-size: 16px;
        opacity: .8;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        /* How many lines of text to display */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    /* Content bottom */
    .tt-haci-content-bottom {
        margin-top: 20px;
    }
}


/* ------------------------------------------------------------- *
 * Sticky testimonials 
/* ------------------------------------------------------------- */

.tt-sticky-testimonials {
    position: relative;
    counter-reset: tt-testimonials-counter;
}


/* Sticky testimonials item 
============================ */

.tt-stte-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    will-change: scale;
}


/* Card */

.tt-stte-card {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 20px;
    background: #1E5FB4;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.25);
    padding: 40px;
    z-index: 1;
}

@media (max-width: 768px) {
    .tt-stte-card {
        padding: 60px 20px 40px 20px;
    }
}


/* Card counter */

.tt-stte-card-counter {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #B0B0B0;
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.tt-stte-card-counter::before {
    display: block;
    counter-increment: tt-testimonials-counter;
    content: counter(tt-testimonials-counter, decimal-leading-zero);
    z-index: -1;
}

@media (max-width: 768px) {
    .tt-stte-card-counter::before {
        font-size: 24px;
    }
}


/* Caption */

.tt-stte-card-caption {
    position: relative;
    max-width: 700px;
}

.tt-stte-text {
    font-size: clamp(19px, 2vw, 24px);
    font-style: italic;
    text-wrap: pretty;
}

.tt-stte-subtext {
    margin-top: 20px;
}

.tt-stte-subtext a {
    color: currentColor;
}

.pin-spacer .tt-sticky-element {
    top: calc(140px) !important;
    /* or whatever offset */
}


/* Card content alignment 
========================== */

.tt-sticky-testimonials.tt-stte-center .tt-stte-card-caption {
    text-align: center;
    padding: 0;
}

.tt-sticky-testimonials.tt-stte-center .tt-stte-card-counter {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 30px;
}


/* Card reversed colors style 
============================== */

.tt-sticky-testimonials.tt-stte-reversed-colors .tt-stte-card {
    border-radius: 20px;
    background: #1E5FB4;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.25);
    border: none;
}

.card-faq .title {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.card-faq .description {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.card-faq ul {
    padding-left: 25px;
    list-style: disc;
}

.card-faq ul li {
    line-height: 1.6;
}

.img-faq img,
.img-faq {
    width: 85%;
}

.list-service .item-card .img .more {
    width: 100%;
    position: absolute;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
}

.list-service .item-card:hover .img .more {
    transition: 0.5s;
    opacity: 1;
}

.list-service .item-card .img .more img {
    width: 37px;
}

.list-service .item-card .img::before {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(7.5px);
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    content: "";
    position: absolute;
    transition: 0.6s;
    opacity: 0;
}

.list-service .item-card:hover .img::before {
    transition: 0.6s;
    opacity: 1;
    width: calc(100% - 90px);
    height: calc(100% - 80px);
}