/* .home header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.95);
} */


.banner {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 50px;
}
.banner h1 {
    font-weight: 800;
    color: #fff;
    font-size: 3.75rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}
.banner p {
    font-size: 1.25rem;
    max-width: 65%;
    text-align: center;
    margin: 0 auto;
}


/**** Les dernières sorties ***/
.dernieres-sorties-home {
    padding-top: 10vh;
    padding-bottom: 10vh;
}