body{
    margin: 0;
    padding: 0;

}

#plan-1{
    height: 100vh;
    width: 100vw;

    position: fixed;
    overflow: hidden;
    object-fit: cover;
    z-index: -10;

}

#calque1{
        width: 100vw;

    overflow: hidden;
    max-width: 100%;
    z-index: 1;

}

#poignee{
opacity: 100;
}

#poignee:hover{
opacity: 0; 
}

::-webkit-scrollbar {
    display: none;
}

::webkit-scrollbar-button { 
     display:none;
    }

