body{
    margin: 0;
    padding: 0;

}

#poignee{
opacity: 100;
}

#poignee:hover{
opacity: 0;
}

.hidden {
  display: none;
}

#monparagraphe2{
  z-index: 12;
  position: absolute;
  top: 600px;
  left: 200px;
  font-size: 1rem;
  text-align: center;
  background-color: white;
  height: 8rem;
  width: 30rem;
  border-radius: 10px;
}

#saccoche2{
    position: absolute;
    bottom: -123px;
    left: 84rem;
    width: 5rem;
    height: 5rem;
    z-index: 5000;
}

#non{
    pointer-events: none;
}

#monparagraphe10{
    z-index: 12;
  position: absolute;
  top: 600px;
  left: 200px;
  font-size: 1rem;
  text-align: center;
  background-color: red;
  height: 8rem;
  width: 30rem;
  border-radius: 10px;
}