

body{
    background-color: black;
}

svg{
    width: auto;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.open{
    opacity: 0;
}

.open:hover{
    opacity: 100%;
    cursor: pointer;
}

.traverser{
    pointer-events: none;
}


/*meubles qui bougent*/
#a{
    position: absolute;
    z-index: 2;
    height: 85%;
    left: 17rem;
    top: 10rem;
    pointer-events: none;
}

#b{
    position: absolute;
    z-index: 2;
    height: 35%;
    left: 140rem;
    top: 70rem;
}

#c{
    position: absolute;
    z-index: 2;
    height: 35%;
    left: 140rem;
    top: 70rem;
}


#rideau{
    position: absolute;
    height: 100vh;
    width: 100vw;
    width: auto;
    z-index: 10;
    pointer-events: none;

}