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: 8vw;
    margin-bottom: 4vw;
    background: white;
    padding: 3.22916vw 2.91666vw;
    border-radius: 1.0416666vw;
}


/* section ministre page  */
.section-padding .ministre-page .left-aside {
    display: flex;
    justify-content: center;
}
.section-padding .ministre-page .left-aside figure {
    width: 30.8958vw;
    height: auto;
    position: sticky;
    /* top: -7.2vw; */
    background: transparent;
    border-radius: 1.0416666vw;
    box-shadow: 0px 4px 62.4px 0px #00000040;
}
.section-padding .ministre-page .left-aside figure .content-desc-ministre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1.5vw 2vw;
    background: var(--color-blue-pme);
    color: white;
    gap: 0.51vw;
    border-radius: 0 0 1.0416666vw;
    /* border-radius: 0vw; */
}
.section-padding .ministre-page .left-aside figure .content-desc-ministre h2 {
    color: white;
    -webkit-text-stroke: .5px white;
    font-weight: bolder;
    font-size: 1.9175vw;
    text-wrap: wrap;
}
.section-padding .ministre-page .left-aside figure .content-desc-ministre h3 {
    /* font-size: 1.0416vw;
    line-height: 1.354166vw; */
    font-size: 1.416vw;
    line-height: 1.954166vw;
    /* font-size: 1.416vw;
    line-height: 1.354166vw; */
    font-weight: normal;
    color: white;
    background: var(--color-blue-pme);
}

.text-paragraph {
    font-size: 1.25vw;
    line-height: 2.5vw;
    font-weight: 500;
}

.list-contact-organisme {
    display: flex;
    align-items: center;
}


.directions.structure article {
    width: -webkit-fill-available;
}
.structure-fig {
    height: 16.614583vw;
    min-height: 16.614583vw;
    width: 30vw;
    overflow: hidden;
}
.structure-fig img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.directions.structure article .btn-more {
    width: fit-content;
    margin-top: 1vw;
}
.directions.structure article .btn-more a {
    padding: 1vw 3vw;
    background: white;
    color: var(--success-color);
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .5s ease-in-out;
}
.directions.structure article .btn-more a:hover {
    background: var(--warning-color);
    transition: all .5s ease-in-out;
}

.directions.structure article .content-contact {
    height: fit-content;
    background: white;
    width: 36vw;
    padding: 2vw;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}
.directions.structure article .content-contact span.flex{
    font-size: 1.5vw;
    gap: .9vw;
    align-items: flex-start;
}
.directions.structure article .content-contact span.flex i{
    color: var(--success-color);
}
.directions.structure article .content-contact span.flex p {
    font-weight: 500;
}
.directionBtn {
    transition: all .5s ease-in-out;
}
.directionBtn.bg-success {
    background-color: #262626;
}
.directionBtn.active span {
    color: var(--color-blue-pme);
    transition: all .5s ease-in-out;
}
.directionBtn:hover {
    background: var(--color-yellow-pme);
    transition: all .5s ease-in-out;
}
.directionBtn:hover span {
    transition: all .5s ease-in-out;
    color: var(--color-blue-pme);
}

.section-contact {
    background: #dce1e8;
    padding: 2vw;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
}
.section-contact span.h3{
    font-weight: bold;
}
.section-contact span i {
    color: var(--success-color);
}

/*===================== RESPONSIVE OF HEADER__WEBSITE ===========================*/

@media (max-width:768px) {

    .section-padding .ministre-page,
    .section-padding .scroll-page {
        flex-direction: column;
    }
    .section-padding .ministre-page .relative.third,
    .section-padding .scroll-page .relative.third {
        width: 100%;
    }

    .section-padding .ministre-page .left-aside figure {
        width: 86vw;
        margin-top: 0;
    }
    .section-padding .scroll-page .left-aside figure {
        height: auto;
    }
    .section-padding .ministre-page .left-aside figure .content-desc-ministre h2 {
        font-size: 6.9175vw;
        margin-top: 1vw;
        margin-bottom: 1vw;
    }
    .section-padding .ministre-page .left-aside figure .content-desc-ministre h3 {
        font-size: 5.0416vw;
        line-height: 7.354166vw;
    }
    
    .section-padding .ministre-page .article.text-paragraph ,
    .section-padding .scroll-page .article.text-paragraph ,
    .text-paragraph {
        padding-left: 0;
        padding-top: 5vw;
        font-size: 4.25vw;
        line-height: 7vw;
    }
    .section-padding .directions-all {
        margin-bottom: 2vw;
    }
    .section-padding .directions-all div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .directions.structure article {
        margin: 3vw 0vw;
        flex-direction: column;
    }
    .structure-fig {
        height: 24.614583vw;
    }
    .directions.structure article div.w100.left-20 {
        margin-left: 0;
        margin: 5vw 0;
    }
    .directions.structure article .content-contact{
        width: 100%; 
    }
    .directions.structure article .content-contact span.flex{
        padding: 3vw;
        gap: 2.9vw;
        font-size: 6vw;
    }

    .section-contact .list {
        flex-direction: column;
        gap: 3vw;
        font-size: 5vw;
        margin-left: 2vw;
    }

}