.section-slideraccueil .container-fluid {
  max-width: none;
  padding: 0;
}
.section-slideraccueil .container-fluid > .row {
  margin: 0;
}
.section-slideraccueil .container-fluid > .row > .col-12 {
  padding: 0;
}
.section-slideraccueil .swiper .swiper-slide {
  height: calc(100vh - 99px);
}
.section-slideraccueil .swiper .swiper-slide .imgcropCtn {
  height: 100%;
}
.section-slideraccueil .swiper .swiper-slide .imgcropCtn div.titres {
  position: absolute;
  top: 54%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.section-slideraccueil .swiper .swiper-slide .imgcropCtn div.titres span.titre1 {
  font-family: 'nimbus-sans-extended', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #FFF;
  color: black;
  font-size: 8.2vh;
  line-height: 1;
  mix-blend-mode: screen;
  text-align: center;
}
.section-slideraccueil .swiper .swiper-slide .imgcropCtn div.titres span.titre2 {
  font-family: 'nimbus-sans-extended', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  font-size: 8.2vh;
  line-height: 1;
  text-align: center;
}
.section-slideraccueil .swiper .swiper-slide .imgcropCtn div.titres .bouton1 {
  margin-top: 3vh;
}
.section-slideraccueil .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.2);
}
.section-slideraccueil small.copyimg {
  bottom: 1%;
  left: 1%;
}
.section-slideraccueil .contenu {
  pointer-events: none;
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 5vh;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-slideraccueil .contenu img.imglogo {
  height: 37vh;
}
.section-slideraccueil .s-pagination {
  position: absolute;
  z-index: 10;
  bottom: 5%;
  margin-top: 0;
}
@media (max-width: 991px) {
  .section-slideraccueil .swiper .swiper-slide .imgcropCtn div.titres span.titre1,
  .section-slideraccueil .swiper .swiper-slide .imgcropCtn div.titres span.titre2 {
    font-size: 9vw;
  }
}
@media (max-width: 767px) {
  .section-slideraccueil .swiper .swiper-slide .imgcropCtn div.titres span.titre1,
  .section-slideraccueil .swiper .swiper-slide .imgcropCtn div.titres span.titre2 {
    font-size: 11vw;
  }
  .section-slideraccueil .contenu img.imglogo {
    height: 43vw;
  }
}
@media (max-width: 575px) {
  .section-slideraccueil .contenu img.imglogo {
    height: 62vw;
  }
}
