

body{
    background-color: black;
}

svg{
    width: auto;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

#open{
    opacity: 0;
}

#open:hover{
    opacity: 100%;
}


#canape:hover{
    cursor: pointer;
}








/* tableau avec noms*/
#tableau:hover{
    rotate: 6deg;
    translate: 22px -104px;
    cursor: pointer;
}


.hidden {
  display: none;
}

#flou{
    background-color: rgba(129, 107, 118, 0.5);
    background-blend-mode: color-burn;
    filter: blur(50px);
    position: absolute;
    height: 100vh;
    width: 120vw;
    top: -756px;
    pointer-events: none;

}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgb(0, 0, 0);

}

section{
    position: absolute;
    align-items: center;
    width: 100vw;
    height: 50vh;
}

.page{
    width: 100%;
    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: 1;
}


#page2{
    transform: rotateY(180deg);
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: transparent;
    z-index: 2;

}

#page2 #texte{
    position: absolute;
    align-items: center;
    font-size: 40px;
    padding: 0 25px;
    line-height: 1.5;
    font-family: 'Franklin Gothic Medium';
}

a{
    color: rgb(94, 62, 28);
    text-decoration: none;
}

#page2 #texte #titre{
    font-size: 56px;
    font-weight: bold;
    line-height: 1.5;
}



button {
  position: absolute;
  top: 2150px;
  left: 3500px;
  transform: translateX(-50%);
  padding: 10px 15px;
  font-size: 18px;
  background-color: rgb(23, 19, 15);
  color: rgb(217, 199, 176);
  font-size: 100px;
  border: none;
  border-radius: 33px;
  rotate: 20deg;
    
}