
@font-face {
    font-family: 'amarante';
    font-weight: 400; /* Graisse : regular */
    src: url('font/Amarante-Regular.woff') format('woff');
}

@font-face {
    font-family: 'epine';
    font-weight: 400; /* Graisse : regular */
    src: url('font/essai6.woff') format('woff');
}


body{
    background-color: black;
}

svg{
    width: auto;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

#open{
    opacity: 0;
}

#open:hover{
    opacity: 100%;
    z-index: 10;
}







/* tableau avec noms*/
#tableau:hover{
    rotate: 6deg;
    translate: 72px -124px;
    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;

}

.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: 1;
    scale: 1.5;
}


#page2{
    transform: rotateY(180deg);
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: transparent;
    z-index: 2;
    scale: 1.5;

}

#page2 #texte{
    position: absolute;
    display: flex;
    gap: 20px 40px;
    align-items: center;
    font-size: 25px;
    line-height: 1;
    font-family: 'Franklin Gothic Medium';
}

a{
    color: rgb(78, 74, 74);
    text-decoration: none;
}

#page2 #texte #titre{
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
    font-family: "amarante";
}


/*
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;
    
}
*/

#nom{
    height: 127rem;
    width: 200rem;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    align-content: center;
    border-radius: 70px;
}

#nom h1{
    color:rgb(232, 227, 223);
    font-size: 282px;
    text-align: center;
    font-family: "epine";
    position: absolute;
    top: 237px;
    left: 1168px;
}

#fond-titre p{
    color:rgb(232, 227, 223);
    font-size: 80px;
    text-align: center;
    font-family: "epine";
    margin: 42rem; 

}

#blocage{
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: -820px;
    left: -1770px;
}


#play{
    font-size: 90px;
    position: absolute;
    align-content: center;
    padding: 20px 100px;
    margin: 50px;
    top: 1380px;
    left: 1393px;
    border-radius: 20px;
    cursor: pointer;
    font-family: "epine";
    background-color: transparent;
    color: rgb(145, 114, 81);
    border: none;
}

#play:hover{
    color: rgb(232, 227, 223);
    scale: 1.2;
}





#music{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

#music-btn{
    position: fixed;
    top: 187px;
    right: 216px;
    height: 100px;
    width: 200px;
    z-index: 100;
    opacity: 0.7;
    background: rgba(255, 0, 0, 0.6);
    color: white;
    font-size: 70px;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-family: "epine";
}

