body, html {
    scroll-behavior: smooth;
    background: #DCE1E8;
}

/* SECTION BANNIERE */

.section-banner .content-top {
    padding-top: 17.88541vw;
    background-color: var(--color-blue-pme);
}
.section-banner .banner-construct {
    padding-left: 2.65625vw;
    padding-right: 2.65625vw;
    position: absolute;
    top: 10vw;
    color: white;
    width: 100%;
    height: 11.208vw;
}   
.section-banner .banner-construct .img-background {
    background-image: url('/images/background.jfif');
    /* background-image: url('/images/background.png'); */
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1.0416666vw;
    position: relative;
    overflow: hidden;
    display: flex;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-banner .banner-construct .img-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(107deg, #153864f5, #0b274aba), linear-gradient(45deg, #1538645c, #ffffff00); */
    background: linear-gradient(0deg, #001c40d9, #00214ade), linear-gradient(0deg, rgb(0 0 0 / 73%), rgb(255 255 255 / 0%));
    border-radius: 1.0416666vw;
    z-index: 1;
}
.section-banner .banner-construct .img-background h1 {
    position: relative;
    z-index: 2;
    font-size: 3.64583vw;
    line-height: 4.4442vw;
    font-weight: 900;
    text-wrap: nowrap;
}

/* SECTION CONTENT CUSTOM */

.section-padding {
    margin-left: 2.65625vw;
    margin-right: 2.65625vw;
    margin-top: 5vw;
    margin-bottom: 4vw;
    background: white;
    padding: 3.22916vw 2.91666vw 3.22916vw 2.91666vw;
    border-radius: 1.0416666vw;
}

/*===================== RESPONSIVE OF HEADER__WEBSITE ===========================*/

@media (max-width:768px) {
    
    .content-website .section-padding .bg-gray-alt.flex.radius-20 {
        margin: 0;
    }
    .content-website .section-padding .flex.row.middle.vt-30-in {
        gap: 3vw;
        flex-direction: column;
        display: flex;
        margin: 0vw;
        padding: 5vw;
        width: 100%;
    }
    .content-website .section-padding .flex.row.middle.vt-30-in a{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .content-website .section-padding article.opportunity {
        width: 100%;
        padding: 3vw;
        margin-bottom: 5vw;
    }
    .content-website .section-padding article.opportunity h3 {
        margin: 0;
    }

    .details-prestatt .bg-gray-alt.padding-50.radius-10  {
        padding: 4vw;
    }
    .details-prestatt h2.warning.upper.underline {
        margin-top: 5vw;
    }

}