.bgimg-1,
.bgimg-2,
.bgimg-3,
.bgimg-4,
.bgimg-5,
.bgimg-6,
.bgimg-7,
.bgimg-8,
.bgimg-9,
.bgimg-10 {
  position: relative;
  opacity: 0.95;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-1 {
  background-image: url("/images/gites/visite-virtuelle2.webp");
  min-height: 100%;
}
@media only screen and (orientation: portrait) {
  .bgimg-1 {
    background-image: url("/images/gites/visite-virtuelle-v.webp");
  }
}

#images-gite1 {
  top: 41%;
}
@media only screen and (orientation: portrait) {
  #images-gite1 {
    top: 25%;
  }
}

.bgimg-2 {
  z-index: -1 !important;
  background-image: url("/images/gites/gite-2-h.webp");
  min-height: 80vh;
  background-position: initial;
  background-attachment: cover;
  background-size: 100% 100%;
  width: 100vw;
  height: 100vh;
}
@media only screen and (orientation: portrait) {
  .bgimg-2 {
    background-image: url("/images/gites/gite-2-v.webp");
  }
}

.bgimg-3 {
  background-image: url("/images/gites/gite-3-h.webp");
  height: 80vh;
  background-position: initial;
  background-attachment: cover;
  background-size: 100% auto;
}
@media only screen and (orientation: portrait) {
  .bgimg-3 {
    background-image: url("/images/gites/gite-3-v.webp");
  }
}

.bgimg-4 {
  z-index: -1 !important;
  background-image: url("/images/gites/gite-4-h.webp");
  min-height: 80vh;
}
@media only screen and (orientation: portrait) {
  .bgimg-4 {
    background-image: url("/images/gites/gite-4-v.webp");
    min-height: 80vh;
  }
}

.bgimg-5 {
  background-image: url("/images/gites/gite-5-h.webp");
  min-height: 80vh;
  z-index: -1;
}
@media only screen and (orientation: portrait) {
  .bgimg-5 {
    background-image: url("/images/gites/gite-5-v.webp");
    min-height: 80vh;
  }
}

.bgimg-6 {
  z-index: 0 !important;
  background-image: url("/images/gites/matomo-h.webp");
  min-height: 80vh;
  z-index: 999;
  background-position: initial;
  background-attachment: cover;
  background-size: 100% 100%;
}
@media only screen and (orientation: portrait) {
  .bgimg-6 {
    margin-top: 15px;
    background-image: url("/images/gites/matomo-v.webp");
    background-position: top left;
    min-height: 110vh;
  }
}

.bgimg-7 {
  z-index: -8 !important;
  background-image: url("/images/gites/allmysms-h.webp");
  min-height: 600px;
}
@media only screen and (orientation: portrait) {
  .bgimg-7 {
    background-image: url("/images/gites/allmysms-v.webp");
  }
}

.bgimg-8 {
  z-index: -1 !important;
  background-image: url("/images/gites/accessibiliter.webp");
  min-height: 800px;
}
@media only screen and (orientation: portrait) {
  .bgimg-8 {
    background-image: url("/images/gites/accessibiliter-v.webp");
  }
}

.bgimg-9 {
  background-image: url("/images/gites/ref-paradox.webp");
  min-height: 700px;
  z-index: -1;
}
@media only screen and (orientation: portrait) {
  .bgimg-9 {
    background-image: url("/images/gites/futur.webp");
  }
}

.flecheBas {
  width: 25px;
  height: 25px;
}