

body{
    margin: 0;
    padding: 0;

}

#calque-1{
    height: 100vh;
    width: 100vw;

    position: fixed;
    overflow: hidden;
    object-fit: cover;
    z-index: 0;

}




#poignee{
opacity: 100;
}

#poignee:hover{
opacity: 0; 
}

#contente{
    z-index: 11;
}


.hidden {
  display: none;
}

#monparagraphe,.superparagraphe{
  z-index: 12;
  position: absolute;
  top: 600px;
  left: 200px;
  font-size: 1rem;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

  background-color: white;
  height: 8rem;
  width: 30rem;
  border-radius: 10px;
  text-align: center;
}

#monparagraphe2{
  z-index: 12;
  position: absolute;
  top: 711px;
  left: 890px;
  font-size: 1rem;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

  background-color: white;
  height: 4rem;
  width: 30rem;
  border-radius: 10px;
    text-align: center;

}

#saccoche2{
    position: absolute;
    bottom: -123px;
    left: 88rem;
    width: 5rem;
    height: 5rem;
    z-index: 5000;
}