.imageprojet {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

.imageprojet div#bonjour,
.imageprojet div#contenu {
    padding: 1vw;

    /* scroll-snap */
    scroll-snap-align: start end;
    scroll-snap-stop: normal;

    height: 100vh;
    width: 100vw;
    /* scroll-snap-type: y proximity; */
    scroll-padding: 0;
    scroll-margin: 0;
}

#contenu p,
#bloccentral p {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin: 0 25vw 0 25vw;
    font-size: 1.2vw;
    opacity: 1;
    transition: opacity .5s ease-in-out;
}


#bloccentral {
    width: 100vw;
    margin-top: 3vw;
}

#bloccentral h3 {
    margin-bottom: 1vw;
}

#contenu {
    overflow-y: scroll;
}


#teeeexte {
    position: fixed;
    height: 10%;
    width: 35%;
    background: #eaeaea;
    top: 40vh;
}

/* #bonjour {
    width: 100vw;
    height: 100vh;
    text-align: center;
    position: fixed;
    top: 0;
    transition: all 2s;
    background-color: white;
    z-index: 999;
} */

#bloccentral {
    width: 100vw;
}

p#bienvenue {
    font-size: 5.5vw;
    text-transform: uppercase;
    line-height: 4.8vw;
    font-family: "Bricolage Grotesque", sans-serif;
}

p#scrollez {
    position: relative;
    bottom: 1vw;
    width: 100vw;
    text-align: center;
    font-size: 1.2vw;
    transition: opacity 0s ease-in-out;
    margin-top: 8vw;
}

p#scrollez:hover {
    cursor: pointer;
}

#listeprojets h2,
#listeprojets h3 {
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

#listeprojets {
    margin-top: 5vw;
}

.imageprojet2 {
    z-index: -1;
}

.projet:hover .imageprojet2 {
    opacity: 1;
    filter: blur(0px);
    transition: all .8s ease-in-out;
}

@media (max-aspect-ratio: 100/99) {

    #contenu p,
    #bloccentral p {
        font-size: 3.2vw;
        margin: 0 2vw 0 2vw;
    }

    p#bienvenue {
        font-size: 10.5vw;
        line-height: 10vw;
    }

    p#scrollez {
        font-size: 3.2vw;
        margin-top: 10vw;
    }

    #listeprojets {
        margin-top: 10vw;
    }

}