:root {
    --sds-size-depth-0: 0;
    --sds-size-depth-400: 16px;
    --sds-size-depth-800: 32px;
    --sds-size-depth-negative-100: -4px;
    --sds-color-black-200: #0C0C0D · 10%;
    --sds-size-depth-100: 4px;
    --sds-color-black-100: #0C0C0D · 5%;
}


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


/** SiteBrand(logo) **/

.title-footer.mc {
    height: 19.19px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "Lato";
    background: #F3F3F3;
    overflow-x: hidden;
}

.page {
    overflow: hidden;
}

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

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

.site-branding a {
    display: flex;
    align-items: center;
}

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

header {
    border-bottom: none;
}

.ttm-stickable-header {
    display: flex;
    align-items: center;
    background: #F8F8F8;
    z-index: 9;
    width: 100%;
    top: 0;
    position: relative;
    top: 0;
    left: 0;
    max-height: 110px;
    /* box-shadow: 0 16px 32px -4px #0C0C0D · 10%, 0px 4px 4px -4px #0C0C0D · 5%; */
    box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-400) var(--sds-size-depth-800) var(--sds-size-depth-negative-100) var(--sds-color-black-200), var(--sds-size-depth-0) var(--sds-size-depth-100) var(--sds-size-depth-100) var(--sds-size-depth-negative-100) var(--sds-color-black-100);
}

.ttm-stickable-header.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.ttm-stickable-header.fixed .dark,
.ttm-stickable-header .default {
    display: flex;
}

.ttm-stickable-header .dark,
.ttm-stickable-header.fixed .default {
    display: none;
}

.ttm-stickable-header.fixed-header {
    background: transparent;
}

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

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


/** SiteNavigation(Menu) **/

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

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

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

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

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

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

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

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

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

#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: #000;
    text-align: center;
    font-family: "Lato";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

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

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

#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: 80px;
    align-items: center;
    color: #1E1E1E;
    display: flex;
    background: rgba(181, 165, 149, 0.30);
}

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

.top-contact .info-contact {
    display: flex;
    align-items: center;
    gap: 75px;
    flex-wrap: wrap;
}

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

.top-contact .info-contact .item .description .title {
    color: #1E1E1E;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

.top-contact .info-contact .item .description .detail {
    color: #991915;
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.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 .item .icon img {
    filter: brightness(10);
}

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

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

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

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

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

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

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

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

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

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

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

header .espace-client .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 {
    display: flex;
    height: 55px;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 700;
}

.top-contact .btn-1 img,
header .btn-1 img {
    padding-left: 0;
    margin-right: 6px;
}

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

.btn-1 {
    color: #EA6437;
    text-align: center;
    font-family: "Lato";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    background: transparent;
    min-width: max-content;
    text-align: center;
    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;
    display: inline-flex;
    align-items: center;
    border-radius: 0;
    border: 3px solid #EA6437;
    z-index: 2;
    height: 54px;
    padding: 15px 40px;
}

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

.btn-1.light span {
    color: #fff;
}

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

.btn-1 span {
    display: block;
    position: relative;
    z-index: 10;
    color: #EA6437;
}

.btn-1:hover span {
    animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

@-webkit-keyframes MoveScaleUpInitial {
    100% {
        transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }
}

@-webkit-keyframes MoveScaleUpEnd {
    0% {
        transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.btn-1 img {
    padding-left: 10px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    display: inline-block;
    pointer-events: auto;
    cursor: pointer;
}

.btn:hover {
    border-color: transparent;
}

.btn-2 {
    display: inline-flex;
    display: flex;
    height: 55px;
    padding: 15px 35px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
    color: #FFF;
    font-family: "Lato";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    background: #EA6437;
    min-width: 163px;
    position: relative;
    transition: all 0.5s;
    border: 1px solid transparent;
    overflow: hidden;
    border-radius: 0;
}

.btn-2:hover span {
    animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

.btn-2 span {
    display: block;
    position: relative;
    z-index: 10;
}

.btn-2:hover {
    color: #FFF;
    background: #fff;
}

.btn-2::before {
    content: '';
    background: #EA6437;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.btn::before,
.btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-2:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-2::after {
    content: '';
    background: #EA6437;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    color: #fff;
}

.btn-2:hover::after {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}

.home-slide {
    position: relative;
}

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

.col-separator {
    flex: 0 0 3px;
    margin: 0 30px;
}

.col-separator span {
    width: 3px;
    background: #FFF;
    height: 100%;
    position: absolute;
    top: -15px;
}

.banniere .col-separator span {
    top: 0;
}

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

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

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

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

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

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

.service .box-slide .slide-nav .service-nav,
.home-slide .box-slide .slide-nav .home-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: 50px;
    height: 50px;
    outline: none;
    background: #EEE;
    color: #9A9999;
    border: none;
    border-radius: 0;
    transition: 0.3s;
}

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

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

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

.home-slide .item-slide::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(234, 100, 55, 0.00) 0%, rgba(192, 82, 44, 0.60) 72.6%, #923B1E 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

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

.home-slide .item-slide .content-home-slide {
    position: absolute;
    bottom: 80px;
    height: max-content;
    width: 100%;
}

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

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

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

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

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

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

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

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

.home-slide .item-slide .title {
    color: #FFF;
    text-align: right;
    font-family: "Lato";
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 30px;
}

.home-slide .item-slide .description {
    color: #FFF;
    font-family: "Karla";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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


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

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

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

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


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

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

.home-slide .owl-item.active .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.banniere .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

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

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

.btn-slide .btn-1 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    border-color: #fff;
}

.btn-slide .btn-1 span {
    color: #fff;
}

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


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

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

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

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

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

.devis {
    position: relative;
    padding: 30px 0 0 0;
    background: #fff;
}

.devis .group {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.devis .title-devis {
    color: #000;
    text-align: center;
    font-family: "Lato";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    width: 100%;
    padding-bottom: 10px;
}

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

.devis select,
.devis input {
    border-radius: 70px;
    border: none;
    background: #FFF;
    height: 66px;
    width: 100%;
    margin: 15px 0;
    padding: 0 0 0 30px;
    outline: none;
    overflow: hidden;
}

.devis .nice-select {
    border-radius: 70px;
    border: none;
    background: #FFF;
    height: 66px;
    width: 100%;
    margin: 15px 0;
    padding: 0 0 0 30px;
    outline: none;
    display: flex;
    align-items: center;
}

.devis .nice-select span.current {
    color: #818181;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nice-select:after {
    border-bottom: 2px solid #818181;
    border-right: 2px solid #818181;
    content: '';
    display: block;
    height: 10px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px;
}

.devis .nice-select .list {
    background: #FCFCFC;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: max-content;
    padding: 30px;
    max-height: calc(100vh - 66px);
    overflow: auto;
}

.devis .nice-select .list li {
    padding: 0;
    color: #818181;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    background: transparent;
}

.devis .nice-select .list li:hover {
    color: #1E1E1E;
    background: transparent;
}

.devis select,
.devis select::placeholder,
.devis input,
.devis input::placeholder {
    color: #818181;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.devis input:focus-visible::placeholder {
    color: #1E1E1E;
}

.devis input:focus-visible {
    color: #1E1E1E;
    border: 1px solid #991915;
}

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

.devis .group {
    padding-top: 20px;
    justify-content: space-between;
}

.devis .form-devis button {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    border-radius: 0px;
    border: none;
    outline: none;
}

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

.devis .label-title {
    color: #000;
    text-align: center;
    font-family: "Lato";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    padding-top: 5px;
    width: 100%;
    position: relative;
}

.devis .label-title::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    top: calc(100% + 5px);
    left: 0;
    z-index: 1;
    content: "";
}

.devis .form-group {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.devis .form-group button {
    background: #F3F3F3;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #000;
    text-align: center;
    font-family: "Lato";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    width: 100%;
    min-width: 160px;
}

.devis .submit {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: #EA6437;
    border: none;
    outline: none;
    min-width: inherit;
    padding: 0;
}

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

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

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

.devis .formulaire {
    position: relative;
    left: 0;
    z-index: 2;
}

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

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

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

.formulaire .label-form {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 10px;
}

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

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

.formulaire .submit:hover {
    background: #1E1E1E;
}

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

.content-img-text {
    position: relative;
    background: #F3F3F3;
    padding: 95px 0 0 0;
}

.content-img-text .img-principal {
    margin-bottom: 175px;
}

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

.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 .deco {
    position: absolute;
    content: "";
    width: 50px;
    height: 74.525px;
    transform: rotate(-45deg);
    background: #859479;
    flex-shrink: 0;
    left: -30px;
    top: 75px;
}

.content-img-text .right-content {
    position: absolute;
    right: -190px;
    top: 230px;
    z-index: 1;
    width: 420px;
    height: 570px;
    border: 17px solid #fcfcfc;
}

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

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

.sect-title .sub-title {
    color: #991915;
    font-family: "Inter";
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    display: inline-block;
    line-height: 1.4;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    padding: 15px 0 50px 45px;
}

.sect-title .sub-title .icon {
    position: absolute;
    width: 120px;
    height: 74px;
    left: 0;
    top: 0;
}

.sect-title .h2,
.sect-title h1 {
    color: #EA6437;
    font-family: "Lato";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
}

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

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

.video {
    position: relative;
    margin: 95px 0 0 0;
    background: #FCFCFC;
}

.video .box-video {
    position: relative;
    height: 570px;
}

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

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

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

.valeur .card-valeur {
    background: #FCFCFC;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 30px;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    z-index: 2;
}

.valeur .card-valeur .icon {
    height: 80px;
}

.valeur .card-valeur:hover .icon img {
    filter: brightness(100);
}

.valeur .card-valeur:hover .description,
.valeur .card-valeur:hover .title {
    color: #fff;
    transition: 0.3s;
}

.valeur .card-valeur::before {
    position: absolute;
    background: #991915;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    content: "";
    transition: 0.5s;
    z-index: -1;
}

.valeur .card-valeur:hover::before {
    height: 100%;
    transition: 0.5s;
}

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

.valeur .card-valeur .description {
    color: #1E1E1E;
    text-align: center;
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.valeur .card-valeur .title {
    color: #1E1E1E;
    text-align: center;
    font-family: "Oxanium";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
}

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

.engagement .img-engagement {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: end;
}

.img-engagement .img-cover {
    z-index: 1;
    /* transform: rotate(-15deg); */
}

.img-engagement .ban-engagement {
    position: absolute;
    width: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0;
    /* transform: rotate(-15deg); */
}

.img-engagement .ban-engagement {
    opacity: 0.5;
    /* transform: rotate(15deg); */
    transition: 1s;
    position: absolute;
    z-index: 0;
    top: 0;
    width: auto;
}

.img-engagement {
    -webkit-transform: rotate(-30deg) scale(1.3);
    -ms-transform: rotate(-30deg) scale(1.3);
    transform: rotate(-30deg) scale(1.3);
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 2.5s ease;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0;
}

.img-engagement.animated {
    -webkit-transform: rotate(15deg) scale(1);
    -ms-transform: rotate(15deg) scale(1);
    transform: rotate(15deg) scale(1);
    opacity: 0.5;
}

.img-engagement.animated {
    -webkit-transform: rotate(-15deg) scale(1);
    -ms-transform: rotate(15deg) scale(1);
    transform: rotate(0deg) scale(1);
    animation-delay: 0.5s;
    opacity: 1;
}

.img-engagement.animated .ban-engagement {
    -webkit-transform: rotate(15deg) scale(1);
    -ms-transform: rotate(15deg) scale(1);
    transform: rotate(15deg) scale(1);
    animation-delay: 0.5s;
    opacity: 0.5;
}

.engagement .square {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% - 75px);
    z-index: 1;
}


/* --------------- 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';
}


/* .feature-accordion.accordion > .card:not(:last-of-type) {
  boer-bottom: 1px solid #dfe9f4;
   }
        
        .feature-accordion-img {
            position: relative;
            z-index: 1;
        }
        
        .feature-accordion-img .shape-one {
            position: absolute;
            right: -90px;
            top: -80px;
            z-index: 2;
            -webkit-animation: rotated linear 300s infinite;
            animation: rotated linear 300s infinite;
        }
        
        .feature-accordion-img .shape-two {
            position: absolute;
            left: -15px;
            bottom: -40px;
            z-index: 2;
            -webkit-animation: scale-up-three linear 15s infinite;
            animation: scale-up-three linear 15s infinite;
        }
        /* -------------------------------servicess-------------------- */

.service {
    position: relative;
    padding: 50px 0 100px 0;
    background: url("../images/bg-service.jpg") 100% / cover no-repeat;
}

.service.interne {
    background: url("../images/bg-service.png") 50% / cover no-repeat;
    background-blend-mode: luminosity, normal;
    background-color: #fff;
    z-index: 2;
}

.service.interne::before {
    position: absolute;
    background: rgb(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    content: "";
    z-index: 0;
}

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

.service .container {
    position: relative;
}

.service .sect-title .h2 {
    color: #000;
}

.sect-title .description,
.service .description {
    color: #000;
    font-family: "Karla";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: 25px;
}

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


/* .service .list-btn .btn-1 span,
.service .list-btn .btn-1 {
    color: #fff;
}

.service .list-btn .btn-1 {
    border-color: #fff;
} */

.service .box-service {
    display: flex;
    position: relative;
    overflow: hidden;
}

.service .box-service .left-text {
    padding-top: 60px;
}

.service .box-service .right-slide {
    flex: 1;
}

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

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

.service .box-slide {
    position: relative;
}

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

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

.service .item-slide {
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    position: relative;
    border-radius: 25px;
    transform: scale(01);
    transition: 0.6s;
    border-radius: 0px;
    gap: 15px;
    padding-top: 30px;
}

.card-actu .img,
.service .item-slide .img {
    position: relative;
    overflow: visible;
}

.card-actu .img .detail,
.service-slide .item-slide .img .detail {
    border: 2px solid #FF9F7E;
    background: rgba(234, 100, 55, 0.40);
    backdrop-filter: blur(15px);
    width: 100%;
    height: 100%;
    opacity: 0;
    content: "";
    position: absolute;
    transition: 0.4s;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    flex-direction: column;
    gap: 20px;
}

.card-actu .img .detail .icon,
.service-slide .item-slide .img .detail .icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: #EA6437;
    border: none;
    outline: none;
}

.card-actu .detail .icon img,
.service-slide .item-slide .img .detail .icon img {
    filter: brightness(100);
    width: 25px;
    height: auto;
}

.card-actu .img .detail .description,
.service-slide .item-slide .img .detail .description {
    color: #FFF;
    text-align: center;
    font-family: "Karla";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.card-actu:hover .img .detail,
.service-slide .item-slide:hover .img .detail {
    transition: 0.4s;
    opacity: 1;
    transform: translate(15px, -15px);
}

.service-slide .owl-item {
    padding-right: 25px;
}

.service-slide .owl-item:nth-child(2n) {
    /* each pair */
}

.service .item-slide .img {
    height: 409px;
}

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

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

.service .owl-item .item-slide:hover .img img {
    transform: scale(1);
}

.card-actu .title,
.service .item-slide .title {
    color: #FFF;
    font-family: "Lato";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    transition: 0.2s;
    transform: translateX(0);
    opacity: 1;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.service.interne .item-slide .more,
.service.interne .item-slide .title,
.service.interne .item-slide:hover .more,
.service.interne .item-slide:hover .title {
    color: #000;
}

.service .item-slide:hover .more img {
    filter: brightness(100);
}

.service .item-slide .more:hover {
    text-decoration: underline;
}

.card-actu .more,
.service .item-slide .more {
    color: #FFF;
    font-family: "Lato";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    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;
    padding-top: 5px;
}

.card-actu .title,
.card-actu .more {
    color: #000;
}

.service-slide .owl-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    align-items: center;
    position: absolute;
    /* overflow: hidden; */
    right: 0;
    top: -50px;
    z-index: 3;
}

.service-slide .owl-dot {
    width: 22px;
    height: 22px;
    border: none;
    background: transparent;
    outline: none;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    /* transition: 0.3s; */
}

.service-slide .owl-dot span {
    position: relative;
    background: rgba(5, 5, 5, 0.2);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.service-slide .owl-dot.active {
    border: 2px solid #991915;
}

.service-slide .owl-dot.active span {
    background: #991915;
}

.contact-tel {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0 90px 0;
    background-color: #fcfcfc;
}

.contact-tel .title {
    color: #1E1E1E;
    font-family: "Oxanium";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}

.contact-tel .title span {
    font-weight: 600;
}

.contact-tel .btn-1 {
    min-height: 70px;
    border-radius: 70px;
    padding: 0 40px;
}

.contact-tel .btn-1 img {
    padding-left: 0;
    margin-right: 20px;
}

.avis {
    position: relative;
    padding: 80px 0;
    background: url("../images/bg-avis.jpg") lightgray 50% / cover no-repeat;
}

.avis .box-avis {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 60px 0;
    z-index: 2;
}

.avis .box-avis::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(234, 100, 55, 0.20);
    backdrop-filter: blur(15px);
}

.avis .row-content {
    max-width: 1430px;
    position: relative;
    width: 100%;
}

.avis .item-avis {
    background: #F3F3F3;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    position: relative;
    transition: 0.5s;
}

.avis .item-avis:hover {
    box-shadow: none;
    background: #fff;
    backdrop-filter: blur(12.4px);
    transform: translateY(-5px);
    transition: 0.5s;
}

.avis .item-avis .link {
    position: absolute;
    width: 55px;
    height: 55px;
    bottom: -30px;
    right: 20px;
    z-index: 1;
}

.avis .item-avis .description {
    color: #5D5D5D;
    text-align: center;
    font-family: "Karla";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.avis .item-note {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.avis .item-note .cask {
    position: relative;
    width: 175px;
    margin: 0 auto;
}

.avis .item-note .cask .text {
    color: #EA6437;
    font-family: "Roboto";
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -60px;
}

.avis .item-note .calcul {
    color: #5D5D5D;
    font-family: "Karla";
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.2;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-align: center;
}

.avis .item-note .content-note {
    width: max-content;
    position: relative;
}

.avis .item-note .list-stars {
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
    width: auto;
    position: relative;
    bottom: 0px;
}

.avis .item-note .list-stars .item {
    width: 40px;
    height: 40px;
    background: #EA6437;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.avis .item-note .list-stars .item.empty {
    background: #CCCCCC;
}

.item-avis .stars {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 30px;
}

.item-avis .stars i {
    color: #EA6437;
}

.item-avis .name {
    color: #242424;
    text-align: center;
    font-family: "Karla";
    font-size: 17.928px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.2;
    height: 60px;
}

.avis .item-avis .date {
    color: #838383;
    text-align: center;
    font-family: "Karla";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    display: flex;
    gap: 3px;
    align-items: center;
}

.avis .bg-avis {
    position: absolute;
    width: 100%;
    height: 100%;
}

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

.avis .list-btn {
    display: flex;
    gap: 15px 20px;
    width: max-content;
    flex-wrap: wrap;
}

.box-avis {
    position: relative;
}

.box-avis .slide-nav {
    position: absolute;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    width: calc(100% + (40px * 2) + (50px * 2));
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 1;
    transition: 0.3s;
    z-index: 4;
}

.box-avis .slide-nav .avis-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    outline: none;
    background: #FFFFFF1A;
    border: none;
    border-radius: 50%;
    transition: 0.3s;
}

.box-avis .slide-nav .avis-nav:hover {
    background: rgba(255, 255, 255, 0.302);
    transition: 0.3s;
}

.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;
    background-color: #fcfcfc;
    padding: 85px 0;
    background: url("../images/bg-paie.jpg") lightgray 50% / cover no-repeat;
}

.paiement .sect-title .h2 {
    color: #000;
}

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

.avantage .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px 40px;
    flex-wrap: wrap;
}

.avantage .list .item {
    display: flex;
    align-items: center;
    gap: 15px 20px;
}

.avantage .list .item .description {
    color: #EA6437;
    text-align: center;
    font-family: "Lato";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.service .item-slide .icon .img-hover,
.cadre-avantage .icon .img-hover {
    display: none;
}

.service .item-slide:hover .icon .img-primary,
.cadre-avantage:hover .icon .img-primary {
    display: none;
}

.service .item-slide:hover .icon .img-hover,
.cadre-avantage:hover .icon .img-hover {
    display: block !important;
}

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

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

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

.service .box-slide .slide-nav {
    position: absolute;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - (30px * 2));
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 1;
    transition: 0.3s;
    z-index: 4;
}

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

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

.news-letter .submit {
    border: none;
    border-radius: 5px;
    background: #859579;
    height: 60px;
    padding: 0 25px;
    outline: none;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    /* 162.5% */
    text-transform: uppercase;
}

.copyright a:hover,
.contact-footer .item a:hover,
.footer a.link:hover,
footer a:hover {
    /*  */
    text-decoration: none;
}

.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;
    padding: 95px 0;
    background: #f3f3f3;
}

.actualite .card-actu {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

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

.card-actu .img .img img {
    height: 409px;
}

.actualite .box-actu {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 2;
    border: 1px solid #D9D9D9;
    background: #fcfcfc;
    padding: 20px;
}

.actualite .box-actu .img img {
    width: 100%;
}

.actualite .category {
    background: #991915;
    display: inline-flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    width: max-content;
}

.actualite .foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;
}

.actualite .box-actu .commentaire,
.actualite .box-actu .date {
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
}

.actualite .box-actu .commentaire .description,
.actualite .box-actu .date .description {
    color: #818181;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    z-index: 2;
}

.actualite .box-actu .date .description {
    text-transform: uppercase;
}

.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 .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 .contact-footer {
    display: flex;
    align-items: flex-start;
    text-align: center;
    flex-direction: column;
    gap: 20px;
}

.footer .contact-footer .item {
    display: flex;
    align-items: baseline;
    gap: 15px;
    color: #FFF;
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: 1.2;
}

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

.footer .contact-footer .item span {
    font-weight: 700;
}

.footer .contact-footer a {
    color: #CDCDCD;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.footer .service-footer {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    color: #FFFFFF;
    flex-direction: column;
}

.footer .service-footer a {
    color: #FFF;
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
}

.footer .sub-title-footer {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.footer .contact-footer .item a.description:hover,
.footer .link-footer a:hover,
.copyright .item-contact a.description:hover,
.footer .service-footer a:hover {
    color: #EA6437;
    transition: 0.3s;
}

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

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

.confidentialite a {
    color: #FFF;
}

.confidentialite {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.certification {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    /* padding-bottom: 20px; */
}

.certification .title {
    color: #FFF;
    font-family: "Bahnschrift";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    /* 108.333% */
}

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

.description-footer {
    color: #FFF;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    padding: 30px 0;
}

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

.footer .social .icon-social {
    position: relative;
    transition: 0.4s;
    transform: translateY(0px);
    z-index: 2;
}

.footer .social .icon-social::before {
    position: absolute;
    content: "  ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #991915;
    transition: 0.4s;
    z-index: -1;
}

.footer .social .icon-social:hover::before {
    height: 100%;
    transition: 0.4s;
}

.footer .social .icon-social:hover {
    transform: translateY(-20px);
    border: 1px solid #991915;
    transition: 0.4s;
}

.footer .social .icon-social:hover img {
    filter: brightness(100);
}

.social .title {
    color: #FFF;
    font-family: "Inter";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.social .icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgb(129, 129, 129, 0.6);
    transition: 0.3s;
}

.info-social .item .icon:hover {
    background: #397F88;
    transition: 0.3s;
}

.box-logo img {
    width: auto;
}

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

.copyright {
    background: transparent;
    gap: 15px 25px;
    padding: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 80px;
}

.copyright a {
    color: #FFF;
}

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

.copyright .item-contact .description {
    color: #000;
    font-variant-numeric: oldstyle-nums proportional-nums;
    font-family: "Karla";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.arobiz {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.arobiz a {
    color: rgba(84, 72, 66, 255);
    font-size: 17px;
    font-weight: 100;
    font-family: 'Albert sans', sans-serif;
}

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

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

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


/* foot footer */

.footer {
    position: relative;
    padding: 0;
    margin-top: 215px;
    background: url('../images/bg-footer.png') 100% / cover no-repeat;
    background-blend-mode: luminosity, normal;
    padding-bottom: 2px;
    z-index: 2;
    background-color: #fff;
}

.footer::before {
    position: absolute;
    background: rgb(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    content: "";
    z-index: 0;
}

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

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

.footer .hr-footer {
    border: 1px solid #33336B;
    height: 1px;
    width: 100%;
    margin: 20px 0 10px 0;
}

.footer .container {
    position: relative;
}

.footer .newsletter {
    position: relative;
    background: #EA6437;
    padding: 40px 30px 35px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-top: -115px;
}

.newsletter .title {
    color: #FFF;
    text-align: center;
    font-family: "Lato";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}

.footer .box-newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.box-newsletter input {
    background: #fff;
    height: 55px;
    padding: 0 20px;
    border: none;
    outline: none;
}

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

.footer .accord-form {
    color: #FFF;
    text-align: center;
    font-family: "Karla";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    padding-top: 10px;
}

.footer .link-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.footer .link-footer .item {
    display: flex;
    flex-direction: column;
}

.footer .title-footer {
    color: #000;
    font-variant-numeric: oldstyle-nums proportional-nums;
    font-family: "Karla";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer .to-top {
    width: 52px;
    height: 52px;
    background: #EA6437;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

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

.footer .newsletter-accord {
    color: rgba(247, 247, 247, 255);
    font-size: 14px;
    font-weight: 400;
    font-family: 'Urbanist';
}

.referencement {
    position: relative;
    padding: 95px 0 0 0;
}

.referencement .stroke {
    right: 0;
}

.referencement .carte-ref {
    position: absolute;
}

.referencement .img-principal {
    border-radius: 0px;
    /* overflow: hidden; */
}

.content-img-text.referencement .img-principal .img-content {
    width: 100%;
    border-radius: 0px;
}

.content-img-text.referencement .img-principal .box-img::before {
    display: none;
}

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

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

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

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

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

.temoignage {
    position: relative;
    background: #617569;
    padding-bottom: 60px;
    background-position: 0 50px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.temoignage .logo-icon {
    position: absolute;
    bottom: -50px;
    left: 0;
    /* transform: translateX(-50%); */
    z-index: 0;
    width: 100%;
    max-width: 1100px;
    height: auto;
}

.temoignage .right-img {
    position: absolute;
    width: 33%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 5;
}

.temoignage .sect-title .sub-title {
    color: #D8E0AA;
}

.temoignage .sect-title .stroke {
    text-align: left;
    right: inherit;
}

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

.banniere {
    position: relative;
    height: 371px;
    background: linear-gradient(180deg, rgba(234, 100, 55, 0.00) 0%, rgba(192, 82, 44, 0.60) 72.6%, #923B1E 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(<path-to-image>) lightgray 0px -440.199px / 100% 226.091% no-repeat;
}

.banniere::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(234, 100, 55, 0.00) 0%, rgba(192, 82, 44, 0.60) 72.6%, #923B1E 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.banniere .description {
    color: #FFF;
    font-family: "Karla";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}

.banniere.contact {
    height: 371px;
}

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

.banniere .sect-title {
    position: relative;
}

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

.banniere .title {
    color: #FFF;
    text-align: right;
    font-family: "Lato";
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 90px;
    /* 150% */
    line-height: 1.4;
    /* 131.579% */
}

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

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

section.form input {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: rgba(198, 198, 198, 255);
    height: 43px;
    border: 1px solid rgba(198, 198, 198, 255);
    background-color: #ffffff;
    text-align: left !important;
    padding: 0 20px;
    font-family: "Open Sans";
    margin: 20px 0;
}

section.form textarea {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: rgba(198, 198, 198, 255);
    border: 1px solid rgba(198, 198, 198, 255);
    background-color: transparent;
    text-align: left !important;
    padding: 5px 20px;
    font-family: "Open Sans";
    margin: 20px 0;
}

section.form textarea::placeholder,
section.form input::placeholder {
    color: rgba(198, 198, 198, 255);
}

.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
    outline: none;
}

section.form .submit {
    border: none;
    text-transform: uppercase;
    height: 50px;
}

section.form .captcha img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map .map-box {
    position: relative;
    width: 100%;
    height: 665px;
}

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

.contact-info {
    position: relative;
    background: #F3F3F3;
    padding: 90px 0 0 0;
}

.contact-info .list-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.list-info .item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: transparent;
}

.list-info .item .description {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.list-info .item .title {
    color: #3E4344;
    font-family: "Lato";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.list-info .item .content {
    color: #000;
    font-family: "Karla";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.list-info .item a.content:hover {
    color: #EA6437;
}

.list-info .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #EA6437;
    background: #EA6437;
    width: 108px;
    height: 108px;
}

.contact-info input {
    height: 55px;
    border: 1px solid #EA6437;
    background: #FFF;
    color: #3E4344;
    font-family: "Karla";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 18px;
    width: 100%;
    outline: none;
    padding-left: 30px;
}

.contact-info textarea {
    border: 1px solid #EA6437;
    background: #FFF;
    color: #3E4344;
    font-family: "Karla";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 18px;
    width: 100%;
    outline: none;
    padding: 30px 0 0 30px;
    min-height: 129px;
}

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

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

.contact-info .map {
    width: 100%;
    height: 100%;
    border: 8px solid #991915;
}

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

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

.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 input {
    height: 43px;
    background: transparent;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 20px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    outline: none;
    border: none;
    border-bottom: 1px solid #D9D9D9;
}

.contact-form textarea {
    background: transparent;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 20px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    outline: none;
    border: none;
    border-bottom: 1px solid #D9D9D9;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #1E1E1E;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.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 .accord-form {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #707070;
}

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

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

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

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

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

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

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