body{
    color: #fe81c9;
    overflow-x: hidden;

}

#boutonPrint{
    position: absolute;
    left:-25vw;
    top: 40%;
    background-color: black;
    color: white;
    margin: 1vw;
    padding: 2vw;
    font-size: 3rem;
    font-family: Crédible;
    transform: rotate(-30deg);
}

#boutonPrint:hover{
  cursor: pointer;
  filter: invert();
}

#boutonIndex{
  position: absolute;
  right:-20vw;
  top:5%;
  background-color: black;
  color: white;
  margin: 1vw;
  padding: 2vw;
  font-size: 3rem;
  font-family: Crédible;
  transform: rotate(10deg);
}

#boutonIndex:hover{
  cursor: pointer;
  filter: invert();
}

#boutonVerso{
  position: absolute;
  right:-25vw;
  top:70%;
  background-color: black;
  color: white;
  margin: 1vw;
  padding: 2vw;
  font-size: 3rem;
  font-family: Crédible;
  transform: rotate(10deg);
}

#boutonVerso:hover{
  cursor: pointer;
  filter: invert();
}

#title{
  position: relative;
  display: flex;
  transform: translate(-50%,0);
  top:0;
  left:50vw;
  width: 100vw;
}

#titre{
  width: 100vw;
  position: relative;
}

#intro{
  font-family: DINdong;
  position: relative;
  transform: translate(-50%,0%);
  left:50vw;
  columns:2;
  width: 50vw;
  font-size: 1.9rem;
  line-height: 1.9rem;
  margin-top: 15vh;
}

#signature{
  font-family: Crédible;
  left:50vw;
  width: 50vw;
  font-size: 1.9rem;
  line-height: 1.9rem;
  margin-top: 5vh;
}

  
  #photo{
    position: relative;
    display: block;
    width: 100vw;
    height: 100vh;
    margin-top: 20vh;
  }

  .P1{
    position:absolute;
    display: block;
    height:auto;
    width: 20vw;
  }

  #Gif{
    display: none;
    position: fixed;
    background: rgba(100, 100, 100, 0.5);
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
  }

  .P2{
    position: fixed;
    display: none;
    height: 80vh;
    z-index: 150;
    transform: translate(-50%,-50%);
    top:50%;
    left:50%;
  }
