body{
    background-color: black;
}

svg{
    width: auto;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.open{
    opacity: 0;
}

.open:hover{
    opacity: 100%;
}

.traverser{
    pointer-events: none;
}

#table:hover{
    cursor: pointer;
}



.yeux{
    position: absolute;
    height: 100%;
    left: 38px;
}

#c{
    z-index: 1;
}

#d{
    z-index: 3;
}

#a{
    position: absolute;
    z-index: 2;
    height: 10%;
    left: 110rem;
    top: 62rem;
}

#b{
    position: absolute;
    z-index: 2;
    height: 10%;
    left: 191rem;
    top: 62rem;
}