.background{
    position: absolute;
    top: 0;
    width: 100%;
    height: var(--height-plage);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    overflow-x: hidden;
    z-index: 0;
}

    .background img{
        width: var(--width-logo-plage);
        height: auto;
    }





.display{
    position: relative;
    z-index: 20;
    width: 100vw;
    height: var(--height-viewport-static);
    overflow-x: hidden;
    overflow-y: auto;
    -ms-scroll-snap-type: var(--scroll-snap-type);
        scroll-snap-type: var(--scroll-snap-type);
    scroll-behavior: smooth;
        scrollbar-width: none; 
        -ms-overflow-style: none; 
}
