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 */

.doc figure {
    width: 8vw;
    height: 8vw;
    min-width: 8vw;
    min-height: 8vw;
}
.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;
    transition: all .5s ease-in-out;
}

.article-details-list {
    transition: all .5s ease-in-out;
}
.article-details-list article{
    width: 27vw;
    padding-bottom: 2vw;
    padding-top: 2vw;
    background:linear-gradient(135deg, #c7d0dc3b, #15386400);
    background-size: 200% 200%;
    background-position: 0 0;
    box-shadow: -1px 0px 9px 0px #1538649e;
    cursor: pointer;
    transition: background-position 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.article-details-list article:hover {
    /* background: linear-gradient(-135deg, #15386447, #15386400); */
    background-position: 100% 100%; /* Position finale du fond */
    box-shadow: -1px 0px 15px 0px #153864;
    transition: all .5s ease-in-out;
}
.article-details-list article .alink a{
    border: 1px solid white;
    transition: all .5s ease-in-out;
}
.article-details-list article:hover .alink a{
    border: 1px solid #153864;
    transition: all .5s ease-in-out;
}

.article-details-list .struc-picture,
.struc-picture{
    width: max-content; 
    height: 6vw; 
    overflow: hidden;
}

.structuSingula{
    justify-content: flex-start; 
    align-items: center; 
    gap: 2vw; 
    margin-bottom: 1vw;
}

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

@media (max-width:768px) {

    .article-details-list {
        margin-top: 9vw;
    }
    .article-details-list.flex.row.space.wrap.top-80 {
        flex-direction: column;
    }
    .article-details-list article {
        width: 100%;
        margin-bottom: 7vw;
        padding: 4vw;
    }

    .article-details-list .struc-picture ,
    .struc-picture {
        height: 22vw; 
    }
    
    .details-dd-structure {
        padding: 2vw;
    }
    .structuSingula{
        flex-direction: column;
        align-items: flex-start;
    }
    article.doc {
        width: 100%;
        padding: 6vw 6vw;
        margin-top: 0;
    }
    .project-list {
        margin-top: 6vw;
    }
}