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: 20px;
}

#c{
    z-index: 1;
}

#d{
    z-index: 3;
}

#a{
    position: absolute;
    z-index: 2;
    height: 10%;
    left: 58rem;
    top: 19rem;
}

#b{
    position: absolute;
    z-index: 2;
    height: 10%;
left: 33rem;
  top: 19rem;
}



/* noms */

/* tableau avec noms*/
#tableau {
    position: absolute;
    z-index: 10;
    height: 180px;
    width: auto;
    top: 170px;
    left: 1337px;
    rotate: -2deg;
}

#tableau:hover{
    rotate: 4deg;
    translate: 4px 4px;
    cursor: pointer;
}


.hidden {
  display: none;
}


body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgb(0, 0, 0);

}

section{
    position: absolute;
    align-items: center;
    top: 0px;
    scale: 0.5;
    z-index: 20;

}

.page{
    width: 150%;
    height: auto;
    background-color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transition: transform 0.5s ease-in-out;
    transform-style: preserve-3d;

}

#page1{
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: transparent;
    z-index: 15;
    scale: 0.5;
}


#page2{
    transform: rotateY(180deg);
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: transparent;
    z-index: 20;
    scale: 0.5;

}

#page2 #texte{
    position: absolute;
    display: flex;
    gap: 20px 40px;
    align-items: center;
    font-size: 55px;
    line-height: 1;
    font-family: 'Franklin Gothic Medium';
}

a{
    color: rgb(78, 74, 74);
    text-decoration: none;
}

@font-face {
    font-family: 'amarante';
    font-weight: 400; /* Graisse : regular */
    src: url('font/Amarante-Regular.woff') format('woff');
}
#page2 #texte #titre{
    font-size: 85px;
    font-weight: bold;
    line-height: 1.2;
    font-family: "amarante";
    margin-right: 120px;
}