body{
    margin: 0;
    padding: 0;

}

.hidden {
  display: none;
}

p{
  z-index: 10;
  position: absolute;
  top: 500px;
  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;
}


































#poignee{
opacity: 100;
}

#poignee:hover{
opacity: 0; 
}





.blocHorizontal {
    
    display: flex;
    flex-direction: row;
    width: 3800px;
    transform: rotate(90deg) translateY(-100vh);
    transform-origin: top left;
}
.container {
    width: 100vh;
    height: 100vw;
    transform: rotate(-90deg) translateX(-100vh);
    transform-origin: top left;
    overflow-x: hidden;

    /* pour ie et mozilla */
    -ms-overlow-style: none;
    scrollbar-width: none;
    position: absolute;
    top: 0;
    left: 0;
}
::-webkit-scrollbar {
    display: none;
}

#sacoche{
    position: absolute;
    top: 35rem;
    left: 85rem;
    background-color: blue;
    width: 5rem;
    height: 5rem;
    z-index: 5000000000;
}

