.texte {
  text-align:left;
  font-size: 3.3vh;
  left: 3vh;
  z-index: 3;
}

.texte_main {
  display: flex;
  margin-bottom: -0.6vh;
}

.img_cachee {
position: fixed;
top: 24vh;
right: 3vh;
opacity: 0%;
}

.img_cachee img {
  border-radius: 3vh 3vh 3vh 3vh;
  max-height: 73vh;
  width: auto;
}
  
/* .light:hover ~ .img_cachee {
  opacity: 100%;
} */

.img_cachee1 {
  position: fixed;
  top: 24vh;
  right: 3vh;
  opacity: 0%;
}

.img_cachee1 img {
  border-radius: 3vh 3vh 3vh 3vh;
  max-height: 73vh;
  width: auto;
}

.img_cachee video {
  border-radius: 3vh 3vh 3vh 3vh;
  height: 73vh;
  width: auto;
}

/*.light:hover ~ .img_cachee1 {
  opacity: 100%;
}*/

texte_under { 
  text-decoration-thickness: 2.5vh;
  color:rgb(185, 185, 138);
}


/********************* Responsive *********************/

@media (orientation: portrait) {
  .texte_main {
    font-size: 2.5vh;
  }
}

@media (orientation: portrait) {
  .light:hover ~ .img_cachee {
  opacity: 0%;
  }
  .light:hover ~ .img_cachee1 {
  opacity: 0%;
}
}

@media (orientation: landscape) {
  .light:hover ~ .img_cachee {
  opacity: 100%;
}
  .light:hover ~ .img_cachee1 {
  opacity: 100%;
}
}