body{
    margin: 0;
    padding: 0;

}

#poignee{
opacity: 100;
}

#poignee:hover{
opacity: 0; 
}

.hidden {
  display: none;
}



#lumiere{
    pointer-events: none;
}



#monparagraphe,.superparagraphe{
  z-index: 10;
  position: fixed;
  top: 18px;
  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: 500px;
  left: 897px;
  font-size: 1rem;
  padding: 1rem;
  

  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

  background-color: white;
  height: 8rem;
  width: 26rem;
  border-radius: 10px;
  text-align: center;
}
