
@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/essai7.woff') format('woff');
}


body{
    background-color: black;
}

svg{
    width: auto;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

#Calque_1{
    position: absolute;
    z-index: 1;
}

#Calque_2{
    position: absolute;
    z-index: 20;
    pointer-events: none;
}


#open{
    position: absolute;
  z-index: 20;
  height: 19%;
  opacity: 0;
  top: 446px;
  left: 859px;
}

#open:hover{
    opacity: 100%;
}







/* 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;
    top: 200px;

}

.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: 0.5;
}


#page2{
    transform: rotateY(180deg);
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: transparent;
    z-index: 2;
    scale: 0.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: 33rem;
  width: 60rem;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    align-content: center;
    border-radius: 70px;
    z-index: 100;
}

#nom h1{
    color:rgb(232, 227, 223);
    font-size: 100px;
    text-align: center;
    font-family: "epine";
    position: absolute;
    top: 20px;
    left: 290px;
}

#fond-titre p{
    color:rgb(232, 227, 223);
    font-size: 30px;
    text-align: center;
    font-family: "epine";
    margin: 10rem; 

}

#blocage{
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: -820px;
    left: -1770px;
}


#lancer{
    font-size: 40px;
    position: absolute;
    align-content: center;
    padding: 5px 50px;
    margin: 50px;
    top: 290px;
    left: 330px;
    border-radius: 20px;
    cursor: pointer;
    font-family: "epine";
    background-color: transparent;
    color: rgb(145, 114, 81);
    border: solid 1px white;
}

#lancer:hover{
    color: rgb(232, 227, 223);
    scale: 1.2;
}














/*
nav {
    position: fixed;
    bottom:0;
    background-color: forestgreen;
    width:100%;
    z-index: 1;
    display: flex;
}
nav button,
nav a { 
    border:none;
    background: transparent;
    color: white;
    padding: 0;
    font-size: 1em;
    flex:1; 
    text-align: center;
    padding: 1em;
}


nav a.current {
    color: greenyellow;
}
*/