@font-face {
    font-family: Bilo;
    src: url('../fonts/fonnts.com-Bilo.otf');
}

@font-face {
    font-family: Bilo_Thin;
    src: url('../fonts/bilo/fonnts.com-Bilo_Thin.otf');
}

@font-face {
    font-family: Bilo_Medium;
    src: url('../fonts/bilo/fonnts.com-Bilo_Medium.otf');
}

@font-face {
    font-family: Bilo_Light;
    src: url('../fonts/bilo/fonnts.com-Bilo_Light.otf');
}

@font-face {
    font-family: Bilo_Hairline;
    src: url('../fonts/bilo/fonnts.com-Bilo_Hairline.otf');
}

@font-face {
    font-family: Bilo_ExtraLight;
    src: url('../fonts/bilo/fonnts.com-Bilo_ExtraLight.otf');
}

@font-face {
    font-family: Bilo_ExtraBold;
    src: url('../fonts/bilo/fonnts.com-Bilo_ExtraBold.otf');
}

@font-face {
    font-family: Bilo_Bold;
    src: url('../fonts/bilo/fonnts.com-Bilo_Bold.otf');
}

@font-face {
    font-family: Bilo_Black;
    src: url('../fonts/bilo/fonnts.com-Bilo_Black.otf');
}


@font-face {
    font-family: STIXGeneral;
    src: url('../fonts/stixgeneral-italic.otf');
}

body {
    font-family: Bilo;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

section {
    position: relative;
    z-index: 9;
}

/* .container-fluid {
    max-width: 1440px;
} */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


div#navbarSupportedContent ul.navbar-nav {
    align-items: center;
}

div#navbarSupportedContent ul.navbar-nav li.nav-item a.nav-link {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

section.header-section .navbar {
    border-bottom: 2px solid #fff;
    padding: 10px 0px;
}

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

/* section.header-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 99;
}

.banner-section {
    background-image: url('../image/Hover-Consulting.png');
    padding: 120px 0 200px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

.header-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 99;
    transition: top 0.3s;
}


.header-section.hidden {
    top: -100px;
    /* Adjust based on the header height */
}

.header-section.visible {
    top: 0;
}


.banner-section {
    /* background-image: url('../image/Hover-Consulting.png'); */
    /* background-image: url('../image/Rectangle-d2.png'); */
    /* padding: 90px 0 0; */
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 110vh;
}

.banner-heading-bottom {
    position: absolute;
    right: 1.5rem;
    bottom: 10%;
}

.banner-heading h1 {
    color: #fff;
    /* text-align: right; */
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 110px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: -2.56px;
}
.banner-heading h1 span {
    font-family: STIXGeneral;
    font-style: italic;
}
.banner-heading.banner-heading-bottom h1 {
    text-align: right;
}

.banner-heading.banner-heading-bottom h1 span {
    font-family: STIXGeneral;
    font-style: italic;
}

.banner-heading-bottom {
    padding-top: 200px;
}

section.financier-section {
    /* height: 100vh; */       
    background: #007367;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 60px 60px 0 0;
    position: relative;
    bottom: 50px;
    margin-bottom: -50px;
    padding: 190px 0;
    
}

.financier-content h1 {
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -1px;
}

.financier-content h1 span {
    font-family: STIXGeneral;
    font-style: italic;
}

.financier-button .services-btn {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #EEFFF6;
    color: #007367;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

button.icon-btn {
    background: transparent;
    border: 0;
}

.financier-button {
    display: flex;
    gap: 10px;
    align-items: center;
}

.financier-content p {
    color: #EEFFF6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Bilo';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.financier-content p span {
    font-family: STIXGeneral;
    font-style: italic;
}
/* section.clients-section .owl-slider .item .slider-content {
    padding: 0 20px;
} */
section.clients-section .slider-right-image {
    width: 100%; 
    height: 100%;
}

section.about-section {
    padding: 0px 0 0px;
    z-index: 1;
}

.h-25vh {
    height: 25vh;
}

section.about-section::before {
    position: sticky;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100vh;
    width: 100%;
    background-image: url('../image/about-us.png');
    background-attachment: fixed;
    background-size: 100%;
    background-position: center;
}

.about-section::after {
    position: absolute;
    background: rgb(0 0 0 / 20%);
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
}

.time-delay {
    transition: ease-in 1s;
}

.banner-content {
    opacity: 0;
    transition: opacity .5s ease-in;
}

.banner-content.loaded {
    opacity: 1;
}

.about-content {
    width: 550px;
    height: auto;
    background: #EF8551;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-content img {
    margin: 15px 0;
    object-fit: contain;
    width: 166.728px;
    height: 119.411px;
}

.about-inner {
    margin-top: 250px;
}

.about-bottom {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}

.about-border {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 15px;
}

.about-content p {
    color: #FFFAE6;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.2px;
}

.about-border h1 {
    color: #FFFAE6;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: STIXGeneral;
    font-size: 50px;
    font-style: italic;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -1px;
}

.nos-services-section {
    background-color: #007367;
    padding: 300px 0 500px;
    color: #fff;
    position: relative;
    border-radius: 50px 50px 0 0;
    margin-bottom: -50px;
    bottom: 45px;
}
.nos-services-section.nos-services-section-3.nos-services-section-4 {
    background: #ef8551;
}
.nos-services-left h5 {
    color: #EEFFF6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nos-services-left h1 {
    color: #EEFFF6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Bilo';
    font-size: 85px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -1px;
}

.nos-services-left h1 span {
    font-family: STIXGeneral;
    /* font-style: italic; */
}

.nos-services-right ul li span {
    color: #EEFFF6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: STIXGeneral;
    font-size: 25px;
    font-style: italic;
    font-weight: 400;
    line-height: 48.755px;
}

.nos-services-right ul li p {
    color: #EEFFF6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -1px;
    margin: 0;
}

.nos-services-right ul {
    border-bottom: 2px solid #fff;
    margin: 0;
    padding: 0;
}

.nos-services-right ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #fff;
    padding: 65px 0;
}

.nos-services-right ul li div {
    display: flex;
    align-items: center;
    gap: 50px;
}


.nos-services-left {
    position: sticky;
    top: 0px;
}



/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    background-color: #EEFFF6;
    overflow-x: hidden;
    /* padding: 30px; */
    transition: 0.5s;
    scroll-behavior: smooth;
}
div#formSidenav {
    z-index: 99999;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: fixed;
    top: 22px;
    right: 29px;
    font-size: 36px;
    opacity: 0;
    display: none;
}

.sidenav.open a.closebtn {
    display: block;
    opacity: 1;
    z-index: 9;
}

.sidenav {
    right: 0;
    color: #007367;
}

.sidenav::-webkit-scrollbar {
    display: none;
}

.sidebar-top h1 {
    color: #EEFFF6;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -1px;
}

.sidebar-top h1 span {
    color: #EEFFF6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: STIXGeneral;
    font-size: 65px;
    font-style: italic;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -1px;
}

.sidebar-top {
    display: flex;
    width: 100%;
    padding: 87.639px 26.292px 87.639px 56.089px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8.764px;
    border-radius: 20px;
    background: #007367;
}

.sidebar-inner {
    margin-top: 50px;
    border-top: 2px solid #007367;
    padding-top: 12px;
}

.sidebar-inner h5 {
    color: #007367;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 25px;
}

.sidebar-inner p {
    color: #007367;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 32.755px; */
}
.sidebar-inner p span {
    font-family: STIXGeneral;
}
.side-bar-video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}

.side-bar-video video {
    width: 100%;
    border-radius: 20px;
}

.play-button,
button#playButton {
    position: absolute;
    margin: auto;
    background: 0;
    border: 0;
}

#playButton svg {
    pointer-events: none;
}

.sidebar-bottom h1 {
    color: #007367;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 48.755px;
}

.sidebar-bottom h5 {
    color: #007367;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.sidebar-bottom p {
    color: #007367;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.2px;
}

.sidebar-bottom {
    border-top: 2px solid #007367;
    margin-top: 50px;
    padding-top: 10px;
}

.slider-content-top {
    width: 100%;
}

section.clients-section {
    border-radius: 50px;
    background: #EF8551;
    position: relative;
    bottom: 45px;
    overflow: hidden;
    margin-bottom: -90px;
}

div#carousel .owl-dots {
    display: none;
}

div#carousel .owl-nav {
    position: absolute;
    display: flex;
    gap: 10px;
    left: 0;
    bottom: 0%;
}

.counter-div {
    position: absolute;
    bottom: 0%;
    left: 0;
    text-align: end;
    padding: 15px;
    color: #fff;
}

section.clients-section .owl-slider {
    position: relative;
}

section.clients-section .owl-slider .slick-slider {
    position: relative;
    padding: 80px 30px;
}

button {
    outline: none;
}

.slider-content h5 {
    color: #EEFFF6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Bilo';
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
}

#carousel .owl-item img {
    display: block;
    width: auto;
}

.slider-content h1 {
    color: #FFFAE6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    /* letter-spacing: 2px; */
}
.slider-content p {
    color: #FFFAE6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    /* letter-spacing: 1px; */
}
.slider-content h4 {
    font-family: Bilo;
    font-size: 30px;
}
.slider-content h1 span {
    font-family: STIXGeneral;
    font-style: italic;
}

div#counter {
    font-size: 20px;
}

@media (min-width : 2520px) and (max-width:3000px) {
    .slider-content h1 {
        font-size: 55px;
        line-height: 55px;
    }

    section.clients-section .slick-prev,
    section.clients-section .slick-next {
        width: 70px;
        height: 70px;
    }

    div#counter {
        font-size: 30px;
    }
}

@media (min-width : 3000px) and (max-width:4000px) {
    .slider-content h1 {
        font-size: 70px;
        line-height: 70px;
    }

    section.clients-section .slick-prev,
    section.clients-section .slick-next {
        width: 90px;
        height: 90px;
    }

    div#counter {
        font-size: 40px;
    }
}

.propos-content h5 {
    color: #EEFFF6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.propos-content h1 {
    color: #EEFFF6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Bilo';
    font-size: 85px;
    /* font-style: italic; */
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -1px;
}

.propos-content h1 span {
    font-family: STIXGeneral;
}

.propos-section {
    background: #007367;
    padding: 200px 0;
    color: #fff;
}

.propos-content p {
    color: #EEFFF6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Bilo';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 32px; */
}
.propos-content p span {
    font-family: STIXGeneral;
}
.valeur-image img.img-fluid {
    width: 100%;
    border-radius: 15px;
}

/* .slider-content {
    width: 80%;
    margin-left: auto;
} */
.propos-button button {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #EEFFF6;
    color: #007367;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
.nos-services-section.nos-services-section-3.nos-services-section-4 .propos-button button {
    color: #ef8551;
}
.propos-button {
    display: flex;
    align-items: center;
    gap: 17px;
}

.propos-content-bottom {
    width: 75%;
    margin-top: 40px;
    margin-left: auto;
}


.savoir-content h5 {
    color: #EEFFF6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}

.savoir-content h1 {
    color: #EEFFF6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Bilo';
    font-size: 85px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -1px;
}

.savoir-content h1 span {
    font-family: STIXGeneral;
    font-style: italic;
}

.savoir-content {
    margin: 400px 0 0;
    text-align: center;
}

.savoir-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin-top: 40px;
}

.savoir-button button {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #EEFFF6;
    background: rgba(238, 255, 246, 1);
    color: #007367;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

footer.footer-section {
    background: #EF8551;
    padding-top: 60px;
    color: #fff;
    height: 110vh;
    position: relative;
    z-index: 0;
    margin-top: -90px;
}

footer.footer-section .container {
    height: 100%;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-content h5 {
    color: #FFFAE6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-content ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-content ul li div {
    display: flex;
    gap: 40px;
    align-items: center;
}

.footer-content ul li {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #fff;
    padding: 15px 0;
}

.footer-content ul li div p {
    margin: 0;
    color: #FFFAE6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 48.755px;
}

.footer-content ul li div span {
    color: #FFFAE6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: STIXGeneral;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}


.footer-logo {
    margin: 100px 00 10px;
}

.footer-bottom p {
    color: #FFFAE6;
    text-align: right;
    font-family: Bilo;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    margin: 0;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #fff;
    margin-top: 15px;
    padding: 15px 0;
}

.footer-bottom div {
    display: flex;
    gap: 10px;
}

/* footer.footer-section {
    height: 100vh;
    position: relative;
    z-index: -1;
} */
section.banner-section.apropos-section {
    background-image: url('../image/propos-benner.png');
    height: 108vh;
    padding: 90px 0 100px;
}

.financier-image {
    margin: 200px 0 20px;
}

.nos-services-orange-section {
    background-color: #EF8551;
}


.valeur-content h5 {
    color: #EEFFF6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.valeur-content h1 {
    color: #EEFFF6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 85px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -1px;
}

.valeur-content h1 span {
    font-family: STIXGeneral;
}

section.valeur-section {
    border-radius: 50px;
    padding: 100px 0;
    position: relative;
    bottom: 45px;
    /* margin-top: -45px; */
    background: #007367;
    margin-bottom: -50px;
}

.valeur-content {
    position: sticky;
    top: 100px;
}

.valeur-image-content {
    border-top: 2px solid #fff;
    margin-top: 20px;
    padding-top: 10px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.valeur-image-content h4 {
    color: var(--Light-Green, #EEFFF6);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 48.755px;
    margin: 0;
}
.valeur-image-content h4 span {
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: STIXGeneral;
    font-size: 20px;
    font-style: italic;
    font-weight: 100;
    line-height: 48.755px;
}
.valeur-image-content p {
    color: var(--Light-Green, #EEFFF6);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}

.valeur-image {
    margin-bottom: 60px;
}

.Nous-content {
    margin: 200px 0 0;
    text-align: center;
    color: #fff;
}

.Nous-content h5 {
    color: #EEFFF6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 0;
}

.Nous-content h1 {
    color: var(--Light-Green, #EEFFF6);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 85px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -1px;
}

.Nous-content h1 span {
    font-family: STIXGeneral;
}

.Nous-button button.Nous-btn {
    padding: 15px 20px;
    /* display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; */
    border-radius: 50px;
    border: 1px solid var(--Light-Green, #EEFFF6);
    color: var(--Green, #007367);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
.nos-services-section.nos-services-section-3.nos-services-section-4 .Nous-button button.Nous-btn {
    color: #ef8551;
}

.Nous-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.sidebar-form-heading h1 {
    color: var(--Green, #007367);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 85px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -1px;
    margin-bottom: 50px;
}

.sidebar-form-heading h1 span {
    font-family: STIXGeneral;
}

.sidebar-form-heading p {
    color: var(--Green, #007367);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.2px;
}

.sidebar-form-contact button {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0;
    border-radius: 50px;
    border: 1px solid var(--Green, #007367);
    color: var(--Light-Green, #EEFFF6);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.48px;
    /* text-transform: uppercase; */
    background: rgba(0, 115, 103, 1);
}

.sidebar-form-contact div {
    display: flex;
    gap: 17px;
    align-items: center;
    margin-bottom: 20px;
}

.sidebar-form-contact {
    margin-top: 50px;
}

.sidebar-form form label {
    color: #007367;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sidebar-form form textarea::placeholder,
.sidebar-form form input::placeholder {
    color: #007367;
    opacity: 0.5;
}

.sidebar-form form input {
    color: #007367;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -1px;
    width: 100%;
    border: 0;
    background: transparent;
    border-bottom: 2px solid #007367;
    margin-bottom: 40px;
    outline: none;
}

.sidebar-form form textarea {
    display: flex;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px;
    border: 2px solid #007367;
    background: transparent;
    color: #007367;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -1px;
}

.form-btn {
    margin-top: 20px;
}

.form-btn button {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #007367;
    border-radius: 50px;
    border: 1px solid var(--Green, #007367);
    color: var(--Light-Green, #EEFFF6);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

.form-btn {
    display: flex;
    gap: 17px;
    margin: 50px 0 30px;
}

.sidebar-form {
    padding-top: 70px;
}

.sidebar-form form {
    margin-top: 70px;
}

.foisy-sidebar-content {
    padding: 40px;
}

.foisy-sidebar-content {
    padding: 40px;
    border-radius: 20px 20px 0px 0px;
    margin-top: -20px;
    position: relative;
    background: #EEFFF6;
}

.foisy-sidebar-heading p {
    color: var(--Green, #007367);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}

.foisy-sidebar-heading h1 {
    color: var(--Green, #007367);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: STIXGeneral;
    font-size: 85px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -1px;
}

.foisy-sidebar-heading h5 {
    color: var(--Green, #007367);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: STIXGeneral;
    font-size: 35px;
    font-style: italic;
    font-weight: 400;
    line-height: 48.755px;
}

.foisy-sidebar-content-inner {
    border-top: 2px solid;
    padding-top: 15px;
    margin: 30px 0;
}

.foisy-sidebar-content-inner h5 {
    color: var(--Green, #007367);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
}

.foisy-sidebar-content-inner p,
.foisy-sidebar-content-inner h6 {
    color: var(--Green, #007367);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 25px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
}
.foisy-sidebar-content-inner p span,
.foisy-sidebar-content-inner h6 span {
    font-family: STIXGeneral;
}
.foisy-sidebar-content-inner h1 {
    color: #007367;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 48.755px;
    margin-top: 40px;
}

.foisy-sidebar-content-inner p {
    color: #007367;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* letter-spacing: -0.2px; */
}

section.carrier-section {
    background: #007367;
    color: #fff;
    padding: 150px 0;
}
.carrier-section.carrier-section2 {
    background: #ef8551;
}
.carrier-button {
    text-align: center;
}

.carrier-heading h1 {
    color: #EEFFF6;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 128px;
    font-style: normal;
    font-weight: 400;
    line-height: 110px;
    letter-spacing: -2.56px;
}

.carrier-heading h1 span {
    font-family: STIXGeneral;
}

.carrier-button button {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #EEFFF6;
    background: #EEFFF6;
    color: #007367;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
section.carrier-section.carrier-section2 .carrier-button button {
    color: #ef8551;
}
.carrier-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}






/* slic slider */
.slick-carousel {
    width: 100%;
}


/* .slick-slide:nth-child(odd) {
    background: #2D3E50;
  } */
.slick-slide img {
    margin: auto;
}

.carrier-heading .slick-prev,
.carrier-heading .slick-next {
    display: none !important;
}

.carrier-heading .slick-track {
    display: flex;
    align-items: center;
}

.carrier-heading .slick-carousel {
    margin: 150px 0;
}

.carrier-inner h1 {
    color: var(--Light-Green, #EEFFF6);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 85px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -1px;
}
.slider-content p span,
.carrier-inner p span {
    font-family: STIXGeneral;
    font-style: italic;
}
.carrier-inner h1 span {
    font-family: STIXGeneral;
}

.carrier-inner p {
    color: var(--Light-Green, #EEFFF6);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 32px; */
}

/*  */
.dans-section {
    padding: 0px 0 0px;
    z-index: 1;
    position: relative;
}

.dans-section::before {
    position: sticky;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100vh;
    width: 100%;
    background-image: url('../image/about-us01.png');
    background-attachment: fixed;
    background-size: 100%;
    background-position: center;
}

/* .dans-section {
    height: 100vh;
    background-image: url('../image/about-us01.png');
    padding:  0px 0 200px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
} */
.h-100vh {
    height: 100vh;
}

.dans-box h1 {
    color: #FFFAE6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: STIXGeneral;
    font-size: 45px;
    font-style: italic;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -1px;
}

.dans-box p {
    color: #FFFAE6;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* letter-spacing: -0.2px; */
}
.dans-box p span {
    font-family: STIXGeneral;
}
.dans-box {
    text-align: center;
    width: 350px;
    height: 457px;
    position: relative;
    margin: auto;
}

.dans-box .dans-box-inner {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 25px;
}

.dans-box.mt-minus {
    margin-top: -140px;
}

.carrier-services-li p {
    color: var(--Light-Green, #EEFFF6);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -1px;
    margin: 0;
}

.carrier-services-right ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #fff;
    padding: 50px 0;
}

.carrier-services-li h5 {
    color: var(--Light-Green, #EEFFF6);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.carrier-services-right ul {
    border-bottom: 2px solid #fff;
}

div#CarrierSidenav .sidebar-form-heading h1 {
    color: var(--Green, #007367);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    /* 92.308% */
    letter-spacing: -1px;
}

div#CarrierSidenav .sidebar-form form textarea,
div#CarrierSidenav .sidebar-form form input {
    color: #007367;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 48.755px;
}


.box {
    border-radius: 10px;
    border: 2px solid #007367;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 70px;
    gap: 10px;
    margin: 0 0 40px;

}

.box [type="file"] {
    width: 240px;
    padding: 0 !important;
    line-height: 01 !important;
    font-size: 20px !important;
    margin: 0;
    border-bottom: 0;
}

.box [type="file"]::-webkit-file-upload-button {
    background: #007367;
    border: 2px solid #007367;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    outline: none;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: all 1s ease;
}

.box [type="file"]::-webkit-file-upload-button:hover {
    background: #fff;
    border: 2px solid #007367;
    color: #007367;
}



/* new css */
section.policy-section {
    border-radius: 50px;
    background: #EEFFF6;
    padding: 101px 0;
    position: relative;
    bottom: 45px;
}

.policy-content h1 {
    color: #007367;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -1px;
}

.policy-content h1 span {
    font-family: STIXGeneral;
}

.policy-content p {
    color: #007367;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.policy-content {
    margin-bottom: 100px;
}

.policy-content ul li {
    color: #007367;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.policy-content ul {
    list-style: outside;
    padding-left: 30px;
}

.policy-content h3 {
    color: var(--Green, #007367);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bilo;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -1px;
}

.error-top {
    position: relative;
}

.error-top img {
    width: 100%;
}

.error-top .carrier-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}


.error-top .carrier-heading img {
    width: 50%;
    display: none;
}

.carrier-heading img.active {
    display: block;
}


.error-section {
    background: #007367;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center;
    padding: 150px 0 50px;
}

section.banner-section.banner-section-2 {
    /* background-image: url('../image/home-benner-2.png'); */
    width: 100vw;
    height: 110vh;
}

section.financier-section.financier-section-2 {
    background: #EF8551;
}

.about-content-2 {
    background: #007367;
}

.about-content-2 .about-border h1 {
    color: #EEFFF6;
    font-size: 70px;
    line-height: 80px;
}

.about-content-2 p {
    color: #EEFFF6;
}

section.clients-section.clients-section-2 .propos-section {
    background: #EF8551;
}

section.clients-section.clients-section-2 .savoir-button button,
section.clients-section.clients-section-2 .propos-button button,
section.financier-section.financier-section-2 .financier-button .services-btn {
    color: #EF8551;
    background: #fffae6;
}

footer.footer-section.footer-section-2 {
    background: #007367;
}

footer.footer-section.footer-section-2 .footer-bottom p,
footer.footer-section.footer-section-2 .footer-content ul li div p,
footer.footer-section.footer-section-2 .footer-content ul li div span,
footer.footer-section.footer-section-2 .footer-content h5 {
    color: #EEFFF6;
}

.sidenav.sidenav-2 {
    background-color: #FFFAE6;
}

.sidenav.sidenav-2 .sidebar-form form input,
.sidenav.sidenav-2 .sidebar-form form label,
.sidenav.sidenav-2 .sidebar-form-heading p,
.sidenav.sidenav-2 .sidebar-form-heading h1 {
    color: #EF8551;
}

.sidenav.sidenav-2 .sidebar-form form textarea {
    border: 2px solid #EF8551;
    color: #EF8551;
}

textarea#message:focus-visible {
    border: 2px solid;
    outline: 0;
}

.sidenav.sidenav-2 .sidebar-form form input {
    border-bottom: 2px solid #EF8551;
}

.sidenav.sidenav-2 .sidebar-form-contact button {
    background: #EF8551;
    border: 1px solid #EF8551;
}

.sidenav.sidenav-2 .sidebar-form form textarea::placeholder,
.sidenav.sidenav-2 .sidebar-form form input::placeholder {
    color: #EF8551;
    opacity: 0.5;
}

.sidenav.sidenav-2 .form-btn button {
    border: 1px solid #EF8551;
    background: #EF8551;
    color: #EEFFF6;
}


section.nos-services-section.nos-services-section-2 {
    border-radius: 50px 50px 0 0;
    margin-top: -90px;
}

section.valeur-section.valeur-section-2 {
    background: #EF8551;
    margin-bottom: 0;
    bottom: 45px;
}

.foisy-sidebar.foisy-sidebar-2 .foisy-sidebar-content {
    background: #FFFAE6;
}

.foisy-sidebar.foisy-sidebar-2 .foisy-sidebar-content-inner p,
.foisy-sidebar.foisy-sidebar-2 .foisy-sidebar-content-inner h1,
.foisy-sidebar.foisy-sidebar-2 .foisy-sidebar-content-inner h6,
.foisy-sidebar.foisy-sidebar-2 .foisy-sidebar-content-inner h5,
.foisy-sidebar.foisy-sidebar-2 .foisy-sidebar-content-inner,
.foisy-sidebar.foisy-sidebar-2 .foisy-sidebar-content .foisy-sidebar-heading h5,
.foisy-sidebar.foisy-sidebar-2 .foisy-sidebar-content .foisy-sidebar-heading p,
.foisy-sidebar.foisy-sidebar-2 .foisy-sidebar-content .foisy-sidebar-heading h1 {
    color: #EF8551;
}

section.valeur-section.valeur-section-2 .Nous-button button.Nous-btn {
    color: #EF8551;
    border: 1px solid #FFFAE6;
    background: #FFFAE6;
}

section.carrier-section.carrier-section-2 {
    background: #EF8551;
}

section.policy-section.policy-section-2 {
    background: #FFFAE6;
}

section.policy-section.policy-section-2 .policy-content h3,
section.policy-section.policy-section-2 .policy-content ul li,
section.policy-section.policy-section-2 .policy-content p,
section.policy-section.policy-section-2 .policy-content h1 {
    color: #EF8551;
}

.error-section-2 {
    background: #EF8551;
}


/* Base styles for sections */
/* Styles for the sticky element */


.nos-services-left {
    position: -webkit-sticky;
    /* For Safari */
    position: sticky;
    top: 150px;
    z-index: 1000;
}

.is-sticky {
    position: fixed;
    top: 150px;
    width: 45%;
    /* Adjust to match the width of the original container */
    z-index: 1000;
}

body::-webkit-scrollbar {
    display: none;
}

.navbar-brand-mobile {
    display: block;
}

.navbar-brand-mobile,
.header-mobile-icon {
    display: none;
}

.header-mobile-right span {
    display: none;
}

section.nos-services-section.nos-services-section-3 {
    border-radius: 50px;
}

.financier-section1 {
    height: auto !important;
}

.banner-div-top {
    position: relative;
    bottom: 500px;
    margin-bottom: -400px;
}


.carrier-section .slick-carousel .large-slide img {
    width: 80%;
    height: auto;
    border-radius: 20px;
}

.carrier-section .slick-carousel .small-slide img {
    width: 70%;
    height: auto;
    border-radius: 20px;
}

img.banner-background-image2,
img.banner-background-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-content-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 90px 0 0;
}

/* section.banner-section.banner-section-2 {
    padding: 90px 0 0;
} */

@media (min-width: 1800px) and (max-width: 2890px) {
    .is-sticky {
        width: 30%;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .error-top {
        max-width: 80%;
        margin: auto;
    }
}

@media (max-width:1199px) {
    .dans-box.mt-minus {
        margin-top: 0;
    }
    section.clients-section .owl-slider .slick-slider {
        padding: 80px 10px;
    }

    img.banner-background-image {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: none;
        transition: height 0.8s, transform 1s !important;
        object-position: 45%;
    }

    img.banner-background-image2 {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: none;
        transition: height 0.8s, transform 1s !important;
        object-position: 26%;
    }

    button#playButton {
        display: none !important;
    }

    .play-button {
        display: none;
        /* Hide play button for larger screens */
    }

    .banner-heading-bottom {
        padding-top: 0;
        position: absolute;
        bottom: 45px;
        width: 100%;
        right: 40px;
    }

    .dans-section::before {
        background-size: cover;
        background-attachment: scroll;
    }

    section.nos-services-section.nos-services-section-3 {
        border-radius: 30px;
    }

    .nos-services-section {
        padding: 100px 0;
    }

    button.navbar-toggler {
        border: 0;
    }

    h4.TitleTop1 {
        width: 280px;
        font-size: 20px;
    }

    .image-overlay.animate p {
        position: relative;
        z-index: 999;
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Bilo;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.48px;
        text-transform: uppercase;
        padding: 10px;
        border-bottom: 2px solid rgb(255, 255, 255) !important;
    }

    img.mobile-logo {
        width: 150.001px;
        height: 55.303px;
    }

    h4.TitleTop1 {
        width: 320px;
        font-size: 20px;
    }

    .navbar-brand-mobile {
        display: block;
    }

    .top-header a.navbar-brand {
        display: none;
    }

    .navbar-brand-mobile,
    .header-mobile-icon {
        display: block;
    }

    .header-mobile-right {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .banner-heading h1 {
        color: #FFF;
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Bilo;
        font-size: 65px;
        font-style: normal;
        font-weight: 400;
        line-height: 60px;
        letter-spacing: -1.3px;
    }

    .banner-heading.banner-heading-bottom h1 {
        color: var(--White, #FFF);
        text-align: right;
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Bilo;
        font-size: 79.726px;
        font-style: normal;
        font-weight: 400;
        line-height: 68.514px;
        letter-spacing: -1.595px;
    }

    .banner-section {
        /* height: 100vh; */
        background-position: 13%;
    }

    .banner-heading-bottom {
        padding-top: 0;
        position: absolute;
        bottom: 20vh;
        width: 100%;
        right: calc(1.5rem * .5);
    }

    .sidenav.open {
        width: 100% !important;
    }

    .financier-content h1 {
        color: var(--Light-Green, #EEFFF6);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Bilo;
        font-size: 55px;
        font-style: normal;
        font-weight: 400;
        line-height: 60px;
        letter-spacing: -1px;
    }

    .financier-content p {
        color: var(--Light-Green, #EEFFF6);
        font-feature-settings: 'clig' off, 'liga' off;
        /* Big Body */
        font-family: Bilo;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        /* 128% */
    }

    .financier-button {
        margin-top: 50px;
    }

    .financier-button .services-btn {
        color: var(--Green, #007367);
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        /* Button */
        font-family: Bilo;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 125% */
        letter-spacing: 0.48px;
        text-transform: uppercase;
    }

    section.about-section::before {
        background-size: cover;
        background-attachment: scroll;
    }

    .about-content {
        display: flex;
        width: 380px;
        padding: 40px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin: 0px auto 50px;
    }

    .nos-services-left h1 {
        font-size: 55px;
        line-height: 60px;
    }

    .nos-services-left h1 {
        font-size: 55px;
        line-height: 60px;
        width: 50%;
    }

    .nos-services-right ul li p {
        margin: 0;
        font-size: 20px;
        line-height: 35px;
    }

    .is-sticky,
    .nos-services-left {
        position: relative;
        top: 0px;
    }

    /* section.clients-section {
        padding: 60px 0 0;
    } */
    .slider-content h1 {
        font-size: 20px;
        line-height: 25px;
    }

    /* .slider-content {
        margin: 80px 0;
    } */
    section.clients-section .owl-slider .slick-slider {
        margin-bottom: 30px;
    }

    .slider-content-top .col-lg-6.col-md-12 {
        padding: 0;
        margin: 0;
    }

    .slider-content-top {
        margin: 0 !important;
        padding: 0;
    }

    .slider-content-top img.img-fluid {
        border-radius: 30px 30px 0px 0px;
        width: 100%;
    }

    section.clients-section .col-lg-12 {
        padding: 0;
        margin: 0;
    }

    /* div#counter {
        display: none;
    } */
    section.clients-section img.w-100.h-100vh {
        border-radius: 20px 20px 0 0;
    }

    .counter-div {
        left: auto;
        right: 0;
    }

    .propos-image {
        display: none;
    }

    .propos-content h1 {
        font-size: 55px;
        line-height: 60px;
    }

    .propos-content-bottom {
        width: 100%;
        margin-top: 20px;
        margin-left: auto;
    }

    .savoir-content {
        text-align: left;
        padding: 10px;
    }

    .savoir-content h1 {
        font-size: 55px;
        line-height: 60px;
    }

    .savoir-button {
        justify-content: flex-start;
    }

    .footer-content ul li {
        width: 48%;
    }

    .footer-bottom div {
        flex-wrap: wrap;
        gap: 0;
    }

    .footer-bottom div p:first-child {
        width: 100%;
    }

    .footer-bottom div p:nth-child(2) {
        text-align: right;
    }

    .footer-bottom div p:last-child {
        text-align: left;
    }

    .footer-bottom p {
        text-align: center;
        width: 49%;
        margin: auto;
        margin-bottom: 10px;
    }

    .footer-bottom {
        display: block;
        text-align: center;
    }

    section.header-section .navbar {
        border-bottom: 0px solid #fff;
    }

    section.header-section {
        position: fixed;
        z-index: 99;
    }

    .myMobileNav {
        display: flex;
        justify-content: space-between;
    }

    .header-mobile-right span {
        display: block;
    }

    div#myMobileNav .closebtn {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        font-size: 36px;
        opacity: 0;
        display: none;
        z-index: 99;
    }

    div#myMobileNav.open a.closebtn {
        display: block;
        opacity: 1;
        z-index: 9;
        line-height: 1;
        margin-left: 0;
    }

    div#myMobileNav {
        background: #007367;
        color: #fff;
    }

    .myMobileNav div {
        display: flex;
        gap: 10px;
    }

    .mobilenav ul li a {
        color: var(--White, #FFF);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Bilo;
        font-size: 65px;
        font-style: normal;
        font-weight: 400;
        line-height: 60px;
        letter-spacing: -1.3px;
        margin-top: 70px;
        display: block;
    }

    .mobilenav ul li:last-child {
        margin-top: 50px;
    }

    .mobilenav ul li:last-child a {
        color: var(--White, #FFF);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Bilo;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        position: absolute;
        bottom: 010%;
    }

    section.clients-section .slick-track .slick-slide:nth-child(odd) img {
        width: 100%;
    }

    .mobilenav ul {
        padding: 0;
        margin: 0;
    }

    /* .container-fluid {
        max-width: 100%;
    } */

    .valeur-content h1 {
        font-size: 55px;
        line-height: 60px;
    }

    .slick-track .slick-slide:nth-child(odd) img {
        width: 80%;

    }

    .slick-track .slick-slide:nth-child(even) img {
        width: 100%;
    }

    .carrier-heading .slick-carousel {
        margin: 30px 0 150px;
    }

    .about-content {
        width: 100%;
    }

    .footer-logo {
        margin: 50px 30px 10px;
    }
}

/* @media (max-width:991px) {
    section.clients-section .slider-right-image {
        border-radius: 30px 30px 0 0;
    }
} */

@media (max-width:767px) {
    .valeur-image-content h4 span {
        display: block;
    }
    .footer-content ul li {
        width: 100%;
    }

    section.clients-section .owl-slider .item img {
        border-radius: 30px 30px 0 0;
    }

    section.clients-section .owl-slider .slick-prev,
    section.clients-section .owl-slider .slick-next {
        /* top: 0; */
        bottom: 0;
        /* margin: auto; */
        background: #ef8551;
        border-radius: 50%;
    }

    section.financier-section {
        padding: 100px 0;
        height: auto;
    }

    .banner-heading-bottom {
        /* bottom: 70px; */
        right: 10px;
    }

    section.financier-section.financier-section-2 {
        padding: 100px 0;
    }

    section.clients-section.clients-section-2 .propos-section {
        padding: 70px 0;
    }

    .about-content p {
        font-size: 20px;
        line-height: 23px;
    }

    .financier-content p {
        font-size: 20px;
        line-height: 23px;
    }


    section.banner-section.banner-section-2 {
        height: 100vh;
        background-size: cover;
        background-position: 40%;
    }

    .about-content-2 .about-border h1 {
        font-size: 55px;
        line-height: 55px;
    }

    .footer-content ul li {
        padding: 6px 0;
    }

    .Nous-content {
        text-align: left;
    }

    .Nous-content h1 {
        text-align: left;
    }

    .Nous-content h5 {
        text-align: left;
        justify-content: flex-start;
    }

    .Nous-button {
        justify-content: flex-start;
    }

    .carrier-services-right ul {
        padding: 20px 0;
    }

    .carrier-services-li p {
        font-size: 30px;
        line-height: 40px;
    }

    .dans-section {
        background-position: center;
    }

    .foisy-sidebar-content {
        padding: 20px;
    }

    .dans-box.mt-minus {
        margin-top: 70px;
    }

    .dans-box svg,
    .dans-box {
        width: 100%;
    }

    .footer-content ul li div span {
        display: none;
    }

    .footer-content ul {
        gap: 10px;
    }

    .carrier-inner h1 {
        font-size: 45px;
        line-height: 48px;
    }

    .carrier-heading h1 {
        font-size: 55px;
        line-height: 60px;
    }

    .Nous-content h1 {
        font-size: 45px;
        line-height: 45px;
    }

    .banner-section {
        /* height: 100vh; */
        background-position: 27%;
    }

    /* .mobile-banner-section {
        background-image: url('../image/Hover-Consulting-mobile1.png') !important;
        background-position: 72%;
    } */

    .nos-services-left h1 {
        font-size: 40px;
        line-height: 44px;
        width: 100%;
    }

    .foisy-sidebar-content-inner h6 {
        color: var(--Green, #007367);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Bilo;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 45px;
    }

    .foisy-sidebar-content-inner h6 {
        line-height: 30.755px;
    }

    .financier-image {
        margin: 50px 0 20px;
    }

    .banner-heading-bottom {
        padding-top: 0;
        position: absolute;
        /* bottom: 70px; */
        width: 100%;
        right: 40px;
    }

    .foisy-sidebar-content-inner h6 {
        font-style: normal;
        line-height: 30.755px;
    }

    .foisy-sidebar-heading h1 {
        font-size: 45px;
        line-height: 45px;

    }

    .propos-content h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .about-content {
        width: 100%;
        padding: 40px 10px;
        height: auto;
    }

    .about-border h1 {
        font-size: 55px;
    }

    .footer-bottom div p {
        width: 50%;
    }

    .footer-bottom p {
        text-align: center;
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }

    .footer-bottom p {
        font-size: 10px;
    }

    .banner-heading-bottom {
        right: 10px;
    }

    .banner-heading.banner-heading-bottom h1 {
        font-size: 60.726px;
        line-height: 50.514px;
    }

    .banner-heading h1 {
        font-size: 60px;
        line-height: 50px;
    }

    .financier-content h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .nos-services-left h1 {
        font-size: 50px;
        line-height: 55px;
        width: 100%;
    }

    .is-sticky {
        width: 100%;
    }

    .savoir-content h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .footer-logo {
        margin: 25px 00 10px;
    }

    footer.footer-section .container {
        align-items: end;
    }

    .footer-content ul {
        padding: 0;
    }

    .nos-services-right ul li p {
        font-size: 25px;
    }

    .nos-services-right ul li span {
        font-size: 28px;
        display: none;
    }

    .nos-services-right ul li div {
        gap: 10px;
    }

    .sidebar-top h1 span,
    .sidebar-top h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .sidebar-inner p {
        font-size: 20px;
        line-height: 23px;
    }

    .sidebar-bottom h1 {
        font-size: 30px;
        line-height: 33.755px;
    }

    .sidebar-top {
        padding: 40px 10px;
    }

    div#formSidenav {
        padding: 0px !important;
    }

    .sidebar-form-heading h1 {
        font-size: 45px;
        line-height: 55px;
    }

    div#formSidenav .sidebar-form {
        padding: 70px 20px;
    }

    .sidebar-form form textarea,
    .sidebar-form form input {
        font-size: 30px;
    }

}






.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.151);
    cursor: crosshair;
    z-index: 999;
    /* Make sure it appears above everything else */
}

#SidenavValeur {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    overflow-x: hidden;
    transition: 0.5s;
    /* background-color: #111; */
    z-index: 1000;
    /* Make sure it appears above the overlay */
}

#SidenavValeur.open {
    width: 40%;
}

.sidenav .closebtn {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 36px;
    margin-left: 50px;
}