
body{
    background-color: black;
}

#calque1{
    height: 100vh;
    overflow-y: hidden;
    max-width: 100%;


}

.slide {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
}

.blocHorizontal {
    
    display: flex;
    flex-direction: row;
    width: 2500px;
    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;
}

img{
    position: absolute;
    top: 18rem;
    left: 126rem;
    z-index: 36;
    width: 14rem;
}

#saccoche{
    position: absolute;
    top: 26rem;
    left: 67rem;
    z-index: 36;
    width: 4rem;
}

#saccoche2{
    position: absolute;
    top: 35rem;
    left: 85rem;
    width: 5rem;
    height: 5rem;
    z-index: 5000000000;
    opacity: 0;
}




.hidden {
  display: none;
}







#monparagraphe,.superparagraphe{
  z-index: 10;
  position: absolute;
  top: 500px;
  left: 1526px;
  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: 4rem;
  width: 26rem;
  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;
}
