.section-entete-accueil {
  position: relative;
}
.section-entete-accueil::after {
  content: '';
  width: 100%;
  height: 167px;
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 2;
  background: url('/wp-content/themes/yatatheme/img/silhouette_montagne.svg');
  background-repeat: no-repeat;
  background-position: 101% 101%;
  background-size: contain;
}
.section-entete-accueil .titreH1 {
  position: absolute;
  top: -500px;
}
.section-entete-accueil .swiper-slide {
  height: calc(100vh - 135px);
}
.section-entete-accueil .swiper-slide--img {
  height: 100%;
}
.section-entete-accueil .swiper-slide--img img {
  z-index: 1;
}
.section-entete-accueil .swiper-slide--img .overlay {
  background: linear-gradient(#ffffff,rgba(255,255,255,0.27));
  height: 100%;
  width: 100%;
  opacity: 0.2;
  position: relative;
  display: block;
  z-index: 2;
}
.section-entete-accueil .swiper-slide--img .blocintro {
  position: absolute;
  z-index: 3;
  margin: auto;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
.section-entete-accueil .swiper-slide--img .blocintro h2 {
  color: #ffffff;
  font-weight: 300;
  line-height: 1.1;
  font-size: 6.6rem;
  text-shadow: 0 3px 25px rgba(30,30,30,0.53);
  margin-bottom: 30px;
  text-transform: none;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}
.section-entete-accueil .swiper-slide--img .blocintro h2 strong {
  font-weight: 500;
}
.section-entete-accueil .swiper-slide--img .blocintro a {
  background: rgba(30,30,30,0.3);
  padding: 11px 26px;
}
.section-entete-accueil .swiper-slide--img .blocintro a:hover {
  color: #0E4A3C;
  border-color: #0E4A3C;
  background: rgba(255,255,255,0.3);
}
.section-entete-accueil .swiper-button {
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  z-index: 2;
  position: absolute;
  color: #0E4A3C;
  font-size: 1.3rem;
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section-entete-accueil .swiper-button:hover {
  background: #0E4A3C;
  color: #ffffff;
}
.section-entete-accueil .swiper-button.s-button-prev {
  left: 60px;
}
.section-entete-accueil .swiper-button.s-button-next {
  right: 60px;
}
.section-entete-accueil .swiper-button.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 991px) {
  .section-entete-accueil .swiper-slide--img .blocintro h2 {
    font-size: 4.8rem;
  }
  .section-entete-accueil::after {
    background-position: right 101%;
    background-size: auto 90px;
    height: 90px;
  }
  .section-entete-accueil .swiper-slide--img .blocintro {
    top: 50%;
  }
  .section-entete-accueil .swiper-button.s-button-prev {
    bottom: 90px;
    top: auto;
    left: auto;
    right: 80px;
  }
  .section-entete-accueil .swiper-button.s-button-next {
    bottom: 90px;
    top: auto;
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .section-entete-accueil .swiper-slide--img .blocintro h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 500px) {
  .section-entete-accueil::after {
    background-size: auto 55px;
    height: 55px;
  }
  .section-entete-accueil .swiper-button.s-button-prev,
  .section-entete-accueil .swiper-button.s-button-next {
    bottom: 60px;
  }
}
