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


/** SiteBrand(logo) **/

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

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

.page {
    overflow: hidden;
    background: url('../images/bg-page.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

header {
    border-bottom: none;
}

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

.ttm-stickable-header .left-flash img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ttm-stickable-header.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #adadad;
    /* box-shadow: 0px 4px 4px 0px 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;
    width: 100%;
    gap: 60px;
}

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

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

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

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

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

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

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

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

#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: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    line-height: 1.2;
}

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

#site-header-menu #site-navigation .menu ul li>ul li>a {
    margin: 0;
    display: block;
    padding: 15px 20px;
    position: relative;
    font-weight: 400;
    font-size: 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-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 60px;
    padding-top: 20px;
    background-color: #e6e6e680;
}

.top-header .container {
    padding-left: 17px;
}

.fixed .site-branding .home-link {
    position: relative;
    top: 0px;
}


/* #site-header-menu .fixed #site-navigation .menu>ul>li>a {
    padding: 65px 0;
} */

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

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

.top-contact .item .description {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    transition: 0.2s;
}

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

.top-contact .item a.description:hover {
    color: #F8D93A;
    transition: 0.2s;
}

.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 .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 .btn-1:hover {
    color: #F7AD00;
    transition: 0.3s;
}

header .btn-1:hover::before {
    background: #0072BB;
}

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

.btn-1 {
    background: #FFF;
    height: 46px;
    display: inline-flex;
    align-items: center;
    padding: 0px 25px;
    gap: 8px;
    border-radius: 0;
    color: #3C3C3B;
    text-align: center;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    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;
    z-index: 2;
}

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

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

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

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

.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 .box-slide {
    position: relative;
    z-index: 1;
}

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

.home-slide .box-slide .slide-nav {
    position: absolute;
    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: 915px;
    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.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

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

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

.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;
    font-family: "Montserrat";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 30px;
}

.home-slide .item-slide .description {
    color: #FFF;
    font-family: "Bahnschrift";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    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;
}

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

.btn-slide .btn-1 {
    background: #FFF;
    transition: 0.3s;
    gap: 10px;
}

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

.btn-slide .btn-1:hover img.default,
.btn-slide .btn-1 img.hovered {
    transition: 0.3s;
    display: none;
}

.btn-slide .btn-1 img.default,
.btn-slide .btn-1:hover img.hovered {
    transition: 0.3s;
    display: block;
}

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

section.devis {
    position: relative;
    padding: 0;
}

.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 .group {
    display: flex;
    align-items: flex-start;
    gap: 0px;
    flex-direction: column;
    position: relative;
}

.devis .title-devis {
    color: #FFF;
    font-family: "Mulish";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 1.2;
}

.devis .title-devis span {
    color: #F8D93A;
    font-family: "Mulish";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.devis .title-label {
    color: #FFF;
    font-family: "Mulish";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.devis .form-devis {
    background: transparent;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

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

.devis .form-devis button {
    background: transparent;
    border: 1px solid #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-width: 198px;
    padding: 0 15px;
    height: 38px;
    border-radius: 0px;
    outline: none;
}

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

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

.devis .form-devis button:hover .label-form,
.devis .form-devis button.active .label-form {
    color: #55B18E;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3C3C3B;
    transition: 0.3s;
}

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

.avis .btn-1:hover {
    /* background: #fff; */
    color: #3C3C3B;
    border: none;
    transition: 0.3s;
}

.avis .btn-1:hover img {
    transition: 0.3s;
    filter: contrast(0);
}

.avis .btn-1:hover::before {
    background: #fff;
    z-index: -1;
}

.paiement .btn-1:hover,
.devis .btn-1:hover {
    color: #ffffff;
    transition: 0.3s;
}

.devis .label-form {
    color: #FFF;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 5px;
}

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

.formulaire {
    padding: 50px 0px;
    position: relative;
    z-index: 9;
    background: #3C3C3B;
}

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

.devis .formulaire {
    margin-top: -120px;
}

.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 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 select::placeholder,
.formulaire input::placeholder {
    color: #1E1E1E;
}

.formulaire .label-form {
    color: #D0B8A0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Mulish";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 1.2;
    padding-bottom: 5px;
}

.formulaire .submit {
    width: 60px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    outline: none;
    border: none;
    min-height: 44px;
}

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

.formulaire .submit::before {
    background: #F8D93A;
}

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

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

.content-img-text .img-principal {
    position: relative;
    display: flex;
    gap: 20px;
}

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

.content-img-text .right-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.content-img-text .right-content .top-img {
    width: 203px;
    height: 164px;
    flex-shrink: 0;
    background: #3C3C3B;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.content-img-text .right-content .top-img .title {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

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

.content-img-text .box-content {
    max-width: 1096px;
    margin: 0 auto;
}

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

.sect-title .h2,
.sect-title h1 {
    color: #3C3C3B;
    font-family: "Montserrat";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}
.bloc-text h2 {
    color: #3C3C3B;
    font-family: "Montserrat";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
}

.sect-title .sub-title {
    color: #FFFFFF26;
    font-family: "Montserrat";
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
}

.sect-title .sub-title.dark {
    color: #3C3C3B66;
}

.sect-title .sub-title::before {
    position: absolute;
    bottom: 0;
    left: 12px;
    background: #F8D93A;
    width: 100%;
    max-width: 405px;
    height: 1px;
    z-index: 1;
    content: "";
}

.bloc-text>p {
    color: #000;
    font-family: "Montserrat";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
}

.bloc-text.contact p {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
}

.content-img-text.interne .bloc-text p {
    color: #000;
    font-family: "Heebo";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

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

.valeur {
    position: relative;
    padding: 50px 0 120px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.29) 100%), url('../images/bg-valeur.jpg') lightgray 50% / cover no-repeat;
    background-attachment: fixed;
    margin-top: 120px;
}

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

.valeur .card-valeur {
    border: 1px solid #9E9494;
    background: #3C3C3B;
    width: 100%;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 100%;
}

.valeur .card-valeur .title {
    color: #F8D93A;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}

.valeur .card-valeur .description {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

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

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

.engagement .card-engagement {
    padding: 35px;
    border-radius: 39px;
    background: #134A8B;
    position: relative;
    display: flex;
    gap: 30px;
    flex-direction: column;
    min-height: max-content;
    height: 100%;
    transition: 0.4s;
    min-height: 210px;
}

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

.engagement .card-engagement:hover {
    background: #0072BB;
    transition: 0.4s;
    transform: translateY(-15px);
}

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

.card-engagement .description {
    color: #FFF;
    font-family: "Heebo";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
}

.card-engagement .sub-title {
    color: #F7AD00;
    text-align: left;
    font-family: "Montserrat";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

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

.card-engagement .icon {
    position: absolute;
    right: 50px;
    top: -25px;
    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: 'Open Sans';
    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: 'Open Sans';
    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: 'Open Sans';
}


/* ----------------------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.5;
        width: 20px;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        width: 88px;
    }
}

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

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

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

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

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

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


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

.service {
    position: relative;
    padding: 200px 0 100px 0;
}

.service .logo-icon {
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 60px;
    width: 541px;
    height: 283px;
}

.service .logo-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

.service .container {
    position: relative;
}

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

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

.box-service .slide-nav {
    position: absolute;
    height: 0px;
    width: calc(100% + (65px * 2));
    z-index: 1;
    left: -65px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

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

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

.service .item-slide {
    position: relative;
    transform: scale(1);
    height: 273px;
    transition: 0.6s;
}

.service .item-slide::before {
    background: linear-gradient(0deg, rgba(60, 60, 59, 0.82) 0%, rgba(60, 60, 59, 0.82) 100%);
    transition: 0.7s;
    width: 100%;
    height: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    content: "";
}

.service .item-slide:hover::before {
    transition: 0.7s;
    visibility: visible;
    height: 100%;
}

.service .item-slide .box-title {
    width: calc(100% - 46px);
    height: calc(100% - 46px);
    background: transparent;
    border: 0px solid #F8D93A;
    top: 23px;
    left: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transition: 0.2s;
    z-index: 3;
}

.service .item-slide:hover .box-title {
    border: 2px solid #F8D93A;
    transition: 0.2s;
}

.service .item-slide:hover .title {
    bottom: inherit;
    bottom: calc( 50% - 23px);
    left: calc( 50%);
    transform: translate(-50%, -50%);
    transition: 0.4s;
}

.service .item-slide .card-service:hover .icon img {
    max-width: 95px;
    max-height: 90px;
    object-fit: cover;
    object-position: center;
    transition: 0.3s;
}

.service .item-slide .card-service:hover .link {
    flex-direction: row;
    transition: 0.3s;
}

.service .item-slide .card-service:hover .link br {
    display: none;
}

.service .item-slide .card-service:hover .link img {
    filter: brightness(100);
    transition: 0.3s;
}

.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 {
    color: #1E1E1E;
    font-family: "Roboto Mono";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 108.333% */
}

.service .item-slide .title {
    color: #F8D93A;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    transition: 0.7s;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.avis {
    position: relative;
    padding: 80px 0;
    background: url('../images/bg-avis.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.avis .description {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.avis .card-avis {
    border: 1px solid #686060;
    background: #3C3C3B;
    padding: 35px 20px;
    height: 100%;
    max-width: 308px;
    transition: 0.3s;
    z-index: 1;
    position: relative;
}

.avis .card-avis:hover {
    border: 1.5px solid #F8D93A;
    transform: translateY(-10px);
    transition: 0.3s;
}

.card-avis .list-star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.card-avis .list-star i {
    color: #F8D93A;
}

.card-avis .description {
    color: #FFF;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    padding: 15px 0;
}

.card-avis .name {
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.avis .box-avis {
    position: relative;
    border-radius: 78px;
    z-index: 3;
    overflow: hidden;
}

.box-avis .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: 65px;
}

.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 {
    background: #3C3C3B;
    color: #fff;
    height: 42px;
}

.avis .quote {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 36px;
    height: 36px;
    transform: translateX(-50%);
    z-index: 1;
}

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

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

.paiement .box-paie {
    background-image: url("../images/bg-paiement.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 65px;
    overflow: hidden;
    padding: 80px 0 50px 0;
}

.paiement .title {
    font-size: 24px;
    font-family: "Urbanist";
    color: rgba(84, 72, 66, 255);
    font-weight: 300;
}

.paiement .title span {
    font-weight: 500;
    display: block;
}

.paiement .btn-1 {
    background: #e1e3de;
    height: 54px;
    border-radius: 50px;
    font-size: 17px;
    font-family: "Montserrat";
    color: rgba(84, 72, 66, 255);
    font-weight: 500;
}

.paiement .btn-1:hover {
    background: #495636;
}

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

.avantage .row-content {
    overflow: hidden;
}

.avantage .view-default {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.avantage .box-avantage {
    position: relative;
    padding: 30px;
    z-index: 3;
    transform: translateY(50px);
    transition: 0.5s;
}

.avantage .box-avantage::before {
    background: #282f3b;
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    z-index: 1;
    opacity: 0.5;
}

.avantage .box-avantage:hover::before {
    background: #397F88;
    height: 100%;
    display: block;
    opacity: 1;
}

.avantage .box-avantage .title {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.avantage .box-avantage .description {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    z-index: 2;
    display: block;
    opacity: 0;
    transition: 0.3s;
}

.box-avantage:hover {
    transform: translateY(0);
    transition: 0.4s;
}

.box-avantage:hover .description {
    display: block;
    opacity: 1;
    transition: 0.5s;
}

.avantage .box-avantage .number {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 66.667% */
}

.avantage .item-avantage .description {
    font-size: 20px;
    font-weight: 400;
    font-family: 'urbanist';
    color: rgba(255, 255, 255, 255);
    text-align: center;
}

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

.cadre-avantage:hover .icon::before {
    background: #f7f7f7;
}

.cadre-avantage:hover {
    background: #002221;
}

.cadre-avantage:hover .title {
    color: #bcd5be;
}

.cadre-avantage:hover .description {
    color: #f7f7f7;
}

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

.footer .accord-form {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    padding-top: 30px;
}

.box-newsletter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.box-newsletter input {
    background: #FFF;
    padding: 0 20px;
    height: 37px;
    color: #393C3D;
    font-family: "Urbanist";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    outline: none;
    border: none;
}

.box-newsletter input::placeholder {
    color: #393C3D;
    font-family: "Urbanist";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.box-newsletter .submit {
    /* background: #FFF; */
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    border: none;
    outline: none;
}

.box-newsletter .submit::before {
    background: #F8D93A;
}

.news-letter .title {
    font-size: 37px;
    font-family: 'Urbanist';
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(83, 71, 65, 255);
    line-height: 1.3;
}

.news-letter .accord-newsletter {
    font-size: 14px;
    font-family: 'Urbanist';
    font-weight: 400;
    color: rgba(83, 71, 65, 255);
    padding-left: 12px;
}

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

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

.news-letter .newsletter input,
.news-letter .newsletter input::placeholder {
    font-size: 22px;
    color: rgba(58, 58, 69, 255);
    font-weight: 300;
    font-style: italic;
    font-family: 'Urbanist';
}

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

.news-letter .newsletter .btn-1.submit {
    border: none;
    background: #e1dcd9;
    height: 57px;
    border-radius: 54px;
    padding: 0 40px;
    outline: none;
    color: rgba(83, 71, 65, 255);
    font-size: 16px;
    font-family: 'Urbanist';
    font-weight: 500;
}

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

.title-footer {
    position: relative;
    color: #FFF;
    font-family: "Montserrat";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.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: url(<path-to-image>) lightgray 50% / cover no-repeat, #000; */
}

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

.actualite .card-actu .img {
    position: relative;
    overflow: hidden;
}

.actualite .card-actu .img .link {
    position: absolute;
    z-index: 1;
    width: 47px;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.3s;
}

.actualite .card-actu:hover .img .link {
    transition: 0.3s;
    left: 50%;
    opacity: 1;
}

.card-actu .img::after {
    background: linear-gradient(0deg, rgba(60, 60, 59, 0.75) 0%, rgba(60, 60, 59, 0.75) 100%);
    position: absolute;
    z-index: 0;
    opacity: 0;
    width: 0%;
    height: 100%;
    content: "";
    top: 0;
    left: 40px;
    transition: 0.4s;
}

.card-actu:hover .img::after {
    width: 100%;
    transition: 0.4s;
    opacity: 1;
    transition-delay: 0.1s;
}

.card-actu .img::before {
    background: #3C3C3B;
    position: absolute;
    z-index: 2;
    content: "";
    width: 41px;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.4s;
}

.card-actu:hover .img::before {
    transition: 0.4s;
    background: #F8D93A;
}

.actualite .card-actu .description {
    padding-top: 30px;
}

.actualite .card-actu .title {
    color: #3C3C3B;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.actualite .card-actu .more {
    color: #000;
    font-family: "Montserrat";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    padding-top: 25px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.actualite .btn-1 {
    height: 60px;
    background: #B5A595;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.actualite .box-actu {
    position: relative;
    padding: 60px 40px 50px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 2;
    background: #fff;
}

.box-actu::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    content: '';
    background: rgba(0, 0, 0, 0.65);
    display: none;
    transition: 0.6s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer .contact-footer .item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #FFF;
    font-family: "Montserrat";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
}

.footer .contact-footer a {
    font-family: "Montserrat";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
}

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

.footer .service-footer a {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
}

.contact-footer .item:hover .icon .colored,
.contact-footer .item .icon .default {
    display: block;
}

.contact-footer .item:hover .icon .default,
.contact-footer .item .icon .colored {
    display: none;
}

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

.contact-footer .separator {
    width: 1px;
    background: #ffffff;
    height: 110px;
}

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

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

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

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

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

.box-logo img {
    width: auto;
}

.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 {
    color: #FFFFFF;
    gap: 20px;
    padding: 0 0 30px 0;
}

.copyright .link-footer {
    color: #D4D5D9;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.copyright .info a {
    color: #134A8B;
}

.copyright .info a:hover {
    color: #F8D93A;
}

.copyright .info a {
    color: #FFF;
}

.copyright .info {
    color: #FFF;
    text-align: center;
    font-family: "Urbanist";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 1.2;
}

.copyright .content-copyright {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 50px 20px;
    position: relative;
}

.copyright .link-footer {
    display: flex;
    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 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

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

.footer {
    position: relative;
    padding: 80px 0 0px 0;
    background: #3C3C3B;
}

.footer .btn-1 .icon {
    width: 64px;
    height: 64px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
}

.footer .btn-1 .description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.footer .btn-1 .description .title {
    color: #F7AD00;
    text-align: center;
    font-family: "Montserrat";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.footer .btn-1 .description .detail {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    height: max-content;
    transition: 0.3s;
}

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

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

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

.footer .hr-footer {
    /* border: 1px solid #FFFFFF; */
    height: 1px;
    background: #fff;
    width: 100%;
    position: relative;
    margin: 20px 0 20px auto;
}

.footer .container {
    position: relative;
}

.footer .newsletter input {
    background: transparent;
    color: rgba(171, 171, 171, 255);
    border: 1px solid #ffffff;
    height: 44px;
    width: 100%;
    outline: none;
    padding-left: 20px;
}

.footer .newsletter input,
.footer .newsletter input::placeholder {
    font-size: 16px;
    font-weight: 400;
    font-family: 'urbanist';
    color: #ffffff;
}

.footer .newsletter .submit {
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 0;
    height: 44px;
    min-width: inherit;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'aktiv-grotesk';
}

.footer .newsletter .submit {
    background: #13a538;
    color: #ffffff;
    outline: none;
    border: 1px solid #13a538;
}

.footer .newsletter input:focus-visible,
.footer .newsletter .submit:hover {
    border: 1px solid #13a538;
}

.footer .accord-newsletter {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'urbanist';
}

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

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

.secteur .top-secteur {
    position: relative;
}

.secteur .box-secteur {
    background: #F7F7F7;
    padding: 30px;
    z-index: 5;
    position: relative;
}

.secteur .box-secteur .secteur-content {
    max-width: 637px;
}

.secteur .img-principal {
    margin-left: 95px;
}

.secteur .box-img {
    position: relative;
}

.secteur .box-img::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    transition: 0.4s;
}

.secteur .img-content {
    border-radius: 75px;
    overflow: hidden;
}

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

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

.avantage .container {
    height: 100%;
}

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

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

.banniere {
    position: relative;
    height: 705px;
    margin-top: -200px;
}

.banniere.contact {
    height: 705px;
}

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

.banniere .title {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.banniere .cursor {
    position: absolute;
    z-index: 1;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 43px;
}

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

.banniere .sect-title {
    position: relative;
    top: 50px;
}

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

.map-form {
    position: relative;
    padding: 80px 0;
    background: #F9F8F8;
}

.map-form .form-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.map-form .title {
    color: #134A8B;
    font-family: "Montserrat";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 30px;
}

.map-form .submit {
    display: flex;
    height: 50px;
    padding: 0px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    outline: none;
    border: none;
    color: #FFF;
    /* font-family: "Eurostile"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.map-form textarea::placeholder,
.map-form input::placeholder,
.map-form textarea,
.map-form input {
    color: #000;
    font-family: "Eurostile";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2
}

.map-form textarea:focus-visible,
.map-form input:focus,
.map-form input:focus-visible {
    border: 2px solid #134A8B;
}

.map-form textarea,
.map-form input {
    display: flex;
    height: 50px;
    padding: 12px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 15px;
    border: 1px solid #134A8B;
    width: 100%;
    margin-bottom: 20px;
    outline: none;
}

.map-form textarea {
    min-height: 137px;
}

.footer.contact {
    margin-top: 0;
}

.map {
    position: relative;
    width: 100%;
    height: 400px;
    z-index: 2;
    margin-top: -200px;
}

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

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

.map-box::before {
    position: absolute;
    width: calc(100% - 50px);
    height: calc(100% + 150px);
    top: -60px;
    right: -150px;
    background: #0072BB;
    border-radius: 0 20px 20px 0;
    z-index: -1;
    content: "";
}

.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 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

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

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

.contact-info .item .description {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}
.contact-info .item .description a {
    color: #FFF;
}
.contact-info .item a.description:hover {
    color: #F8D93A;
}

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

.contact-form .box-form {
    background: #3C3C3B;
    padding: 50px;
    position: relative;
    z-index: 6;
}

.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 input {
    height: 62px;
    background: #FFF;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 20px;
    color: #171719;
    font-family: "Montserrat";
    font-size: 17px;
    font-style: italic;
    font-weight: 100;
    line-height: 1.2;
    padding: 0 15px;
    border-radius: 15px;
    outline: none;
    border: none;
}

.contact-form textarea {
    background: transparent;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 20px;
    color: #171719;
    font-family: "Montserrat";
    font-size: 17px;
    font-style: italic;
    font-weight: 100;
    line-height: 1.2;
    padding: 20px 0 20px 20px;
    border-radius: 15px;
    outline: none;
    border: none;
    background: #FFF;
    min-height: 172px;
}

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

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

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

.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 {
    background: #F8D93A;
    height: 53px;
    display: flex;
    padding: 0px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #3C3C3B;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
    border: none;
    outline: none;
}

.contact-form .btn-1::before {
    background: #fff;
}

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

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

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

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

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

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

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

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

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

.bloc-text p img,
.bloc-text h2 img {
    display: none;
}