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


/** SiteBrand(logo) **/

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "Plus Jakarta Sans";
    background: #FFF;
    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 233px;
    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: absolute;
    top: -20px;
    left: 0;
}

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

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

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

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

.menu-box {
    border-radius: 16px;
    background: #FFF;
    padding: 0 50px;
}

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


/** 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: #1E1E1C;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    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: 18px;
    height: auto;
    line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-contact {
    height: 106px;
    align-items: center;
    background: #317DC0;
    color: #ffffff;
    display: flex;
}

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

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

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

.top-contact .info-contact .item {
    display: flex;
    gap: 2px;
    padding-right: 15px;
}

.top-contact .info-contact .item.tel {
    display: none;
}

.top-contact .info-contact .item:not(:last-child) {
    border-right: 1px solid #fff;
}

.info-contact .item .icon {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .btn-1 {
    height: 44px;
    text-align: left;
    border-radius: 0px;
    background: transparent;
    padding: 0 15px;
    color: #FFF;
    color: #000E12;
    text-align: right;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    border-left: 1px solid rgba(30, 30, 28, 0.16);
}

.devis-gratuit .btn-1 {
    display: none;
}
.fixed .devis-gratuit .btn-1 {
    display: flex;
    gap: 0px;
}

.devis-gratuit .btn-1 {
    background: #8bc04e;
    border-radius: 10px;
    color: #fff;
    padding: 26px 15px 26px 5px;
} 
.devis-gratuit .btn-1:hover{
    color: #000E12;
}
header .btn-1::after,
header .btn-1::before {
    background: transparent;
}

header .btn-1::before {
    left: 60px;
    border-radius: 22px;
}

header .btn-1:hover::before {
    transition: 0.6s;
    width: 100%;
    left: 0;
    border-radius: 8px;
    background: #8BC04E;
}

header .btn-1:hover {
    color: #fff;
    border: none;
    border-radius: 8px;
}

header .btn-1 .icon {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    background: #8BC04E;
    border-radius: 50%;
}

.btn-1 {
    height: 53px;
    display: flex;
    height: 50px;
    padding: 13px 22px;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #8BC04E;
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    min-width: max-content;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    overflow: hidden;
    z-index: 0;
    position: relative;
    z-index: 2;
}

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

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

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

.btn-1::after {
    background: #215299;
    transition: 0.3s;
    position: absolute;
    width: 0;
    top: 0;
    right: 0;
    height: 100%;
    content: "";
    opacity: 0;
    z-index: -1;
    border-radius: 0 8px 8px 0;
}

.btn-1:hover::after,
.btn-1:hover::before {
    width: 52%;
    opacity: 1;
    transition: 0.4s;
}

.btn-1.btn-2:hover::after,
.btn-1.btn-2:hover::before {
    background: #95D2AB;
    transition: 0.4s;
}

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

.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: 60px;
    height: 60px;
    background: #1e1e1e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.home-slide .box-slide .slide-nav {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 120px);
    top: calc((100%)/ 2);
    display: flex;
    justify-content: space-between;
    gap: 15px;
    z-index: 2;
    opacity: 1;
    transition: 0.3s;
    height: 0;
}

.service .box-slide .slide-nav .service-nav i,
.home-slide .box-slide .slide-nav .home-nav i {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.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: 60px;
    height: 60px;
    outline: none;
    background: #1e1e1e;
    color: #fff;
    border: none;
    border-radius: 50%;
    transition: 0.3s;
}

.service .box-slide .slide-nav .service-nav:hover,
.home-slide .box-slide .slide-nav .home-nav:hover {
    background: #317DC0;
    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: 702px;
    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(11, 16, 48, 0.50) 0%, rgba(11, 16, 48, 0.50) 100%);
}

.banniere .img-deco,
.home-slide .img-deco {
    position: absolute;
    width: 40%;
    height: 100%;
    /* content: ""; */
    z-index: 2;
    left: 0;
    top: 0;
    /* background: linear-gradient(90deg, #000 0%, #2B3A4C 64%, #2B4868 85%, #2B5078 95%); */
}

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

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

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

.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: center;
    font-family: "Plus Jakarta Sans";
    font-size: 58px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.home-slide .item-slide .sub-title {
    color: #fff;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

.btn-slide .btn-1 {
    height: 50px;
    flex-shrink: 0;
    transition: 0.3s;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

section.devis {
    position: relative;
    margin-top: 0;
}

.devis .formulaire {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(5px);
    padding: 30px 40px 5px 30px;
}

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

.devis .title-devis {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.devis .title-devis span {
    color: #317DC0;
}

.devis .title-label {
    color: #fff;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom: 15px;
}

.devis .form-devis {
    background: transparent;
    padding: 15px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #fff;
}

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

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

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

.devis .form-devis button:hover,
.devis .form-devis button.active {
    border-radius: 8px;
    background: #317DC0;
    border: none;
    transition: 0.3s;
}

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

.devis .form-devis button:hover img,
.devis .form-devis button.active img {
    filter: none;
    transition: 0.1s;
}

.devis .box-input {
    position: relative
}

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

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

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

.devis .group {
    display: flex;
    align-items: flex-start;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.formulaire .label-form {
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.formulaire .submit {
    width: 60px;
    height: 135px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #8BC04E;
    outline: none;
    border: none;
    min-height: 50px;
    padding: 0;
}


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

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

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

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

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

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

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

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

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

.content-img-text .img-principal img {
    border-radius: 24px;
}

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

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

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

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

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

.sect-title .h2,
.sect-title h1 {
    color: #1E1E1C;
    font-family: "Plus Jakarta Sans";
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.sect-title .sub-title {
    border-radius: 4px;
    background: #EFF8FF;
    color: #317DC0;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 12px;
    margin-bottom: 20px;
}

.bloc-text>p {
    color: #8E8E8D;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
}
.bloc-text p:first-of-type img:first-of-type,
.bloc-text p:first-of-type img:nth-of-type(2),
.bloc-text p:first-of-type img:nth-of-type(3),
.bloc-text h2:first-of-type img:first-of-type{
    display: none;
}


.bloc-text h2,
.bloc-text .h2{
    color: #1E1E1C;
    font-family: "Plus Jakarta Sans";
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
}
.bloc-text.light>h2 ,
.bloc-text.light>p {
    color: #fff;
}

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

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

.valeur {
    position: relative;
    padding: 80px 0 400px 0;
    background: linear-gradient(0deg, rgba(30, 30, 28, 0.75) 0%, rgba(30, 30, 28, 0.75) 100%), url("../images/bg-valeur.jpg") lightgray 50% / cover no-repeat;
}

.card-valeur {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 16px;
    background: #FFF;
    padding: 25px 25px 55px 25px;
    position: relative;
    transition: 0.5s;
    z-index: 2;
    min-height: 100%;
}

.card-valeur .title {
    color: #000E12;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.card-valeur .head .icon {
    position: relative;
    display: flex;
    width: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #CEDEED;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    overflow: hidden;
    z-index: 1;
}

.card-valeur .head .icon .deco {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 2px;
    z-index: -1;
}

.card-valeur .description {
    color: #363D40;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.card-valeur .foot {
    position: absolute;
    left: 50%;
    width: auto;
    bottom: -30px;
    transform: translateX(-50%);
}

.card-valeur .foot .number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #317DC0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

.card-valeur .head {
    display: flex;
    align-items: center;
    gap: 18px;
}

.card-valeur .icon img {
    transition: 0.2s;
    filter: none;
}

.card-valeur:hover {
    transition: 0.5s;
    background: #317DC0;
    transform: translateY(-15px);
}

.card-valeur:hover {
    transition: 0.5s;
    background: #317DC0;
    transform: translateY(-15px);
}

.card-valeur:hover .number,
.card-valeur:hover .icon {
    transition: 0.5s;
    background: #8BC04E;
}

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

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

.step {
    background: url('../images/bg-step.jpg');
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 475px;
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}


.step::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgba(43, 80, 120, 0.00) 0%, #2B5078 75%);
}

.list-step {
    display: flex;
    justify-content: center;
    gap: 25px 45px;
    align-items: center;
    flex-wrap: wrap;
}

.step .content {
    padding: 0 15px;
}

.list-step .title {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: 0.5s;
}

.list-step a.item .title:hover {
    transition: 0.5s;
    transform: translateY(-30px);
}

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

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

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

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

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

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

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

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

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

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


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

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

.accordion>.card {
    border: none;
}

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

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

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

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

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

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

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

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

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

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


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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

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


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

.service {
    position: relative;
    background: linear-gradient(0deg, rgba(49, 125, 192, 0.10) 0%, rgba(49, 125, 192, 0.10) 100%);
    padding: 50px 0 100px 0;
}

.service.home {
    padding-bottom: 180px;
}

.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;
    display: flex;
    align-items: center;
    gap: 50px;
}

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

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

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

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

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

.service .item-slide {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    transform: scale(1);
    border-radius: 16px;
    transition: 0.5s;
    z-index: 2;
}

.service .item-slide::before {
    border-radius: 16px;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.service .item-slide .img img {
    width: 100%;
    height: 100%;
    min-height: 425px;
    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 .foot-content {
    position: absolute;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(5px);
    width: calc( 100% - 48px);
    bottom: 24px;
    left: 24px;
    z-index: 1;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    overflow: hidden;
}

.service .item-slide .foot-content::before {
    position: absolute;
    z-index: -1;
    background: #8BC04E;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 0;
    content: "";
    transition: 0.4s;
}

.service .item-slide:hover .foot-content::before {
    transition: 0.4s;
    height: 100%;
}

.foot-content .add {
    background: #8BC04E;
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.4s;
}

.service .item-slide:hover .foot-content .add {
    transition: 0.4s;
    background: #fff;
}

.foot-content .add img {
    filter: brightness(100);
    transition: 0.1s;
}

.service .item-slide:hover .foot-content .add img {
    filter: none;
    transition: 0.1s;
}

.service .item-slide:hover .title {
    transition: 0.6s;
    transform: translateY(0);
    opacity: 1;
}

.service .item-slide .title {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.service .item-slide .icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8BC04E;
    border-radius: 8px;
    position: absolute;
    left: 24px;
    top: 200px;
    z-index: 2;
    transition: 0.4s;
}

.service .item-slide .icon .deco {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 2px;
    z-index: -1;
}

.service .item-slide:hover .demi,
.service .item-slide:hover .list-detail,
.service .item-slide:hover .icon {
    opacity: 1;
    transition: 0.3s;
}

.service .item-slide:hover .title {
    background: transparent;
    transition: 0.3s;
}

.service .item-slide .more {
    display: inline-flex;
    padding: 0px 25px;
    justify-content: center;
    /* align-items: center; */
    gap: 10px;
    border: 1px solid #565944;
    background: #565944;
    color: #FFF;
    text-align: center;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    /* 375% */
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    height: 60px;
}

.service .item-slide .more::after {
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #B5A595;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
    content: "";
}

.service .item-slide .more:hover::after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

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

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

.avis {
    position: relative;
    padding: 0;
    margin-top: -100px;
}

.box-avis {
    position: relative;
    width: 100%;
    padding: 40px 80px;
    min-height: 20px;
    border-radius: 24px;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%), url("../images/bg-avis.jpg") lightgray center
}

.box-avis .deco {
    position: absolute;
    left: 15%;
    top: 0;
    z-index: -1;
}

.box-avis .deco.top {
    top: 0;
}

.box-avis .deco.bottom {
    bottom: 0;
    left: calc(15% + 55px);
    align-items: end;
    display: flex;
}

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

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

.avis .btn-1 {
    margin: 0;
}

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

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

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

.avis .icon {
    display: flex;
    width: 120px;
    height: 120px;
    padding: 20px;
    background: #fff;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 8px;
}


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

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

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

.avis .avis-slide .list-star {
    display: flex;
    align-items: center;
    gap: 6px;
}

.avis-slide .list-star i {
    width: 24px;
    font-size: 24px;
    background: transparent;
    color: #565944;
}

.avis-slide .list-star i.filled:before {
    content: "\f005";
}

.avis-slide .name {
    color: #1E1E1E;
    font-family: "Roboto Mono";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 130% */
}

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

.paiement {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    margin-bottom: -100px;
    z-index: 2;
}

.paiement .box-content {
    position: relative;
    width: 100%;
    padding: 40px 0;
    z-index: 2;
    border-radius: 24px;
    background: #317DC0;
}

.paiement .box-content .icon {
    display: flex;
    width: 120px;
    height: 120px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 8px;
    background: #8BC04E;
}

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

.avantage {
    position: relative;
    margin: 50px 0;
}

.avantage .box-avantage {
    position: relative;
    padding: 80px 0 50px 0;
}

.avantage .bg-avantage {
    position: absolute;
    z-index: 1;
    width: auto;
    height: 100%;
    bottom: -130px;
    left: 0px;
}

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

.avantage .box-avantage .container {
    position: relative;
    z-index: 2;
}

.avantage .box-avantage::before {
    position: absolute;
    content: "";
    right: 150px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #215299;
}

.avantage .box-avantage::after {
    border: 10px solid #215299;
    position: absolute;
    z-index: 1;
    width: calc(100% - 150px + 30px + 12px);
    height: 100%;
    left: -12px;
    bottom: -30px;
    content: "";
    background: transparent;
}

.avantage .cadre-avantage {
    background: #FFF;
    padding: 50px 40px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: 0.3s;
    min-height: 100%;
    width: 100%;
}

.avantage .cadre-avantage .title {
    color: #2EAA5B;
    font-family: "Jost";
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    transition: 0.3s;
}

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

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

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

.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 .slide-nav .service-nav.prev {
    position: relative;
}

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

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

.title-footer {
    position: relative;
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

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

.actualite {
    position: relative;
    padding: 95px 0;
    /* background: url(<path-to-image>) lightgray 50% / cover no-repeat, #000; */
}

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

.card-actualite .img {
    width: 100%;
    position: relative;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.card-actualite .img .date {
    display: flex;
    width: max-content;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #317DC0;
    position: absolute;
    bottom: 32px;
    left: 32px;
}

.card-actualite .date .sub-title {
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 1
}

.card-actualite .date .day {
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: 1
}

.card-actualite:hover .title {
    transition: 0.3s;
    overflow: hidden;
    color: #8BC04E;
}

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

.card-actualite .description {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    z-index: 2;
    border-radius: 0 0 16px 16px;
    background: #FFF;
    box-shadow: 0 4px 190px 0 rgba(0, 0, 0, 0.12);
    position: relative;
}

.card-actualite .title {
    transition: 0.3s;
    overflow: hidden;
    color: #000E12;
    text-overflow: ellipsis;
    font-family: "Plus Jakarta Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
}

.card-actualite .link {
    border-radius: 8px;
    background: #8BC04E;
    display: flex;
    height: 54px;
    padding: 19px 22px;
    text-align: center;
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
}

.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 .service-footer {
    display: flex;
    gap: 20px 15px;
    list-style: none;
    padding: 0;
    flex-direction: column;
    flex-wrap: wrap;
    color: #FFFFFF;
}

.footer .service-footer a {
    color: rgba(255, 255, 255, 0.75);
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    transition: 0.3s;
}

.footer .service-footer a:hover {
    transition: 0.3s;
    padding-left: 8px;
}

.copyright a.title:hover,
.footer a:hover,
.footer .service-footer a:hover {
    color: #8BC04E;
}

.footer .box-logo {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    background: transparent;
    padding: 0px;
}

.box-logo .item {
    border-radius: 24px;
    overflow: hidden;
}

.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: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    line-height: 1.4;
}

.copyright a {
    color: #fff;
}

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

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

.copyright .confidentialite,
.copyright .info-copy {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.copyright .content-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px 30px;
}

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

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

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

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


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

.footer {
    position: relative;
    padding: 40px 0 30px 0;
    background: #1E1E1C;
}

.footer.spaced {
    padding-top: 180px;
}

.footer.no-spaced {
    padding-top: 50px;
}

.footer.no-marg {
    margin: 0;
}

.footer .img-deco {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 0;
}

.contact-footer {
    display: flex;
    gap: 25px;
    text-align: center;
    flex-direction: column;
}

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

.contact-footer .item .title {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
}

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

.contact-footer .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-footer .item .icon img {
    filter: brightness(100);
    transition: 0.1s;
}

.contact-footer .item:hover .icon img {
    filter: none;
    transition: 0.1s;
}

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

.contact-footer .item .description .detail,
.contact-footer .item .description .title {
    color: rgba(255, 255, 255, 0.75);
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    transition: 0.3s;
}

.contact-footer .item:hover .description .detail,
.contact-footer .item:hover .description .title {
    color: #8BC04E;
    transition: 0.3s;
}

.top-contact .info-contact .item .description ,
.contact-box .description .detail .fa {
    display: inline;
    font-size: inherit;
    vertical-align: middle;
  }

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

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

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

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

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

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

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

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

.footer .hr-footer {
    border-top: 1px solid rgb(255, 255, 255, 0.25);
    height: 1px;
    width: 100%;
    margin: 50px 0 20px 0;
}

.footer .container {
    position: relative;
}

.footer .newsletter {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 80px 0 25px;
    width: 100%;
}

.newsletter input,
.newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.50);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.newsletter input:focus {
    outline: none;
}

.footer .newsletter input {
    border-radius: 8px 0 0 8px;
    background: rgba(255, 255, 255, 0.10);
    position: relative;
    display: inline-flex;
    height: 60px;
    padding: 18px 20px;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    border: none;
    outline: none;
    flex: 1;
}

.footer .newsletter .submit {
    outline: none;
    border: none;
    border-radius: 0 8px 8px 0;
    background: #8BC04E;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
}

.footer .newsletter .submit::after,
.footer .newsletter .submit::before {
    border-radius: 0;
}

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

.footer .accord-newsletter {
    color: rgba(255, 255, 255, 0.75);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

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

.secteur .img-content {
    border-radius: 0;
    position: relative;
    z-index: 2;
}

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

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

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

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

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

.img-principal .img-content .box-img {
    display: flex;
    gap: 20px;
}

.img-principal .img-content .box-img .right,
.img-principal .img-content .box-img .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
}

.box-img .right .experience {
    border-radius: 16px;
    border: 4px solid #317DC0;
    box-shadow: 0 0 60px 0 rgba(5, 20, 34, 0.08);
    padding: 30px 40px;
    width: max-content;
    color: #317DC0;
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    font-family: "Plus Jakarta Sans";
    text-transform: uppercase;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.box-img .experience .bandeau {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 3;
    height: 40px;
    display: inline-flex;
}

.box-img .experience .bandeau .text-bandeau {
    fill: #8BC04E;
    font-size: 50px;
    letter-spacing: 1.5px;
    font-weight: 600;
    /* line-height: 1; */
}


/* .waved {
    color: #ffffff;
    padding: 15px 0;
    transform: translate3d(0, 0, 0);
    transition: top 0.3s linear;
}

.waved>span {
    display: inline-block;
    padding: 0 0 0 1px;
    position: relative;
} */

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 30px));
    }
}

.right .experience .text {
    display: flex;
    flex-direction: column;
}

.right .experience .text .number {
    font-size: 110px;
}

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

.referencement {
    padding: 80px 0 100px 0;
    position: relative;
    background: linear-gradient(0deg, rgba(49, 125, 192, 0.10) 0%, rgba(49, 125, 192, 0.10) 100%);
}

.referencement .box-content {
    margin-top: -200px;
}

.referencement .img-ref {
    border-radius: 24px;
    overflow: hidden;
}

.referencement .img-ref img {
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.box-ref {
    border-radius: 24px;
    background: #317DC0;
    padding: 60px 50px;
}

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

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

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

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

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

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

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

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

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

.banniere.contact {
    height: 387px;
}

.banniere.contact .title {
    top: 0;
}

.banniere .title {
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}

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

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

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

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


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

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

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

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

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

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

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

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

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

.contact-box {
    position: relative;
    margin-top: -55px;
    z-index: 6;
}

.contact-box .item-box {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    background: #EFF8FF;
    padding: 20px;
    transition: 0.4s;
    min-height: 100%;
}

.contact-box .item-box:hover {
    transition: 0.4s;
    background: #8BC04E;
}

.contact-box .item-box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #317DC0;
    transition: 0.2s;
}

.contact-box .item-box:hover .icon {
    background: #FFF;
    transition: 0.2s;
}

.contact-box .item-box .icon img {
    filter: brightness(100);
    transition: 0.2s;
}

.contact-box .item-box:hover .icon img {
    filter: none;
    transition: 0.2s;
}

.contact-box .item-box .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-box .title {
    color: #1E1E1C;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.contact-box .detail {
    color: #1E1E1C;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.contact-box .item-box:hover .detail,
.contact-box .item-box:hover .title {
    color: #fff;
    transition: 0.3s;
}

.footer.contact {
    margin: 0;
}

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

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

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

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

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

.contact-form .box-form {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 60px 0 rgba(30, 30, 28, 0.10);
    padding: 40px;
}

.contact-form .img-contact-form {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 5px 5px 30px -12px rgba(70, 79, 68, 0.10);
    height: 100%;
}

.contact-form .img-contact-form::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    content: "";
}

.contact-form .img-contact-form .deco {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

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

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

.contact-form .info .item .icon {
    width: 61px;
    height: 61px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #215299;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    flex-shrink: 0;
}

.info .item .title {
    color: #040404;
    font-family: "Jost";
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.info .item .detail {
    color: #3C3C3B;
    font-family: "Jost";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    transition: 0.3s;
}

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

.contact-form .box-input {
    position: relative;
    margin-bottom: 30px;
}

.contact-form .box-input.textarea {
    margin: 0;
}

.contact-form .box-input .icon-input {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

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

.contact-form textarea::placeholder,
.contact-form textarea,
.contact-form input::placeholder,
.contact-form input {
    color: rgba(30, 30, 28, 0.50);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.contact-form input {
    border-radius: 16px;
    background: #EFF8FF;
    height: 64px;
    padding: 0 20px;
    outline: none;
    border: none;
    margin-bottom: 25px;
    width: 100%;
}

.contact-form textarea {
    min-height: 160px;
    border-radius: 16px;
    background: #EFF8FF;
    padding: 20px 20px 0 20px;
    outline: none;
    border: none;
    width: 100%;
}

.contact-form .accord-form {
    color: #4A4949;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

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

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

.contact-form .btn-1 {
    height: 54px;
    display: flex;
    padding: 0px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 1.2;
    color: #fff;
    border: none;
    outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-contact:hover {
    background: #ceb35e;
    color: #2b2b2b;
}
.referencement ,.service {
    background-image: url(/images/image_font.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}