@charset "UTF-8";
.bgimg-1,
.bgimg-2,
.bgimg-3,
.bgimg-4,
.bgimg-5,
.bgimg-6,
.bgimg-7 {
  position: relative;
  opacity: 0.95;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

.bgimg-1 {
  background-image: url("/images/pedagogie/accueil-3D-h.webp");
  /*min-height: 100vh; /* Assurez-vous que la hauteur occupe toute la vue verticale */
  /*height: 100vh; /* Ajoutez cette règle pour forcer la hauteur */
  background-attachment: cover;
  background-size: 100% 100%;
}

@media only screen and (orientation: portrait) {
  .bgimg-1 {
    background-image: url("/images/pedagogie/accueil-3D-v.webp");
  }
}
.bgimg-2 {
  background-image: url("/images/pedagogie/3d-cinema-h.webp");
  min-height: 600px;
  position: relative;
  z-index: -1;
}

@media only screen and (orientation: portrait) {
  .bgimg-2 {
    background-image: url("/images/pedagogie/3d-cinema-v.webp");
  }
}
.bgimg-3 {
  background-image: url("/images/pedagogie/dollhouse-h.webp");
  min-height: 80vh;
  position: relative;
  z-index: -2;
}

@media only screen and (orientation: portrait) {
  .bgimg-3 {
    background-image: url("/images/pedagogie/dollhouse-v.webp");
  }
}
.bgimg-4 {
  background-image: url("/images/pedagogie/differentes-3D-h.webp");
  min-height: 80vh;
  position: relative;
  z-index: -4;
}
@media only screen and (orientation: portrait) {
  .bgimg-4 {
    background-image: url("/images/pedagogie/differentes-3D-v.webp");
    min-height: 80vh;
  }
}

.bgimg-5 {
  background-image: url("/images/pedagogie/lidar.webp");
  min-height: 600px;
  position: relative;
  z-index: -3;
}
@media only screen and (orientation: portrait) {
  .bgimg-5 {
    background-image: url("/images/pedagogie/lidar-v.webp");
  }
}

.bgimg-6 {
  background-image: url("/images/pedagogie/3D-h.webp");
  min-height: 800px;
  position: relative;
  z-index: -3;
}
@media only screen and (orientation: portrait) {
  .bgimg-6 {
    margin-top: 15px;
    background-image: url("/images/pedagogie/3D-v.webp");
    background-position: top left;
    min-height: 110vh;
  }
}

.bgimg-7 {
  background-image: url("/images/smartphone/visite3.webp");
  min-height: 600px;
}

@media only screen and (orientation: portrait) {
  .bgimg-7 {
    background-image: url("/images/smartphone/visite-virtuelle-360.jpg");
  }
}