@font-face {
  font-family: 'Hackney';
  src: url('/wp-content/themes/yatatheme/fonts/Hackney.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Limejuice';
  src: url('/wp-content/themes/yatatheme/fonts/Limejuice.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@keyframes slidetop {
  from {
    margin-top: 0;
    opacity: .1;
  }
  to {
    margin-top: -66px;
    opacity: 1;
  }
}
.section-sliderhome {
  margin-bottom: -6vh;
}
.section-sliderhome .swiper--ctn .s-button-prev i,
.section-sliderhome .swiper--ctn .s-button-next i {
  font-size: 25px;
}
.section-sliderhome .swiper--ctn .s-button-prev {
  left: 50px;
}
.section-sliderhome .swiper--ctn .s-button-prev i {
  transform: none;
}
.section-sliderhome .swiper--ctn .s-button-next {
  right: 50px;
}
.section-sliderhome .swiper--ctn .s-button-next i {
  transform: rotate(180deg);
}
.section-sliderhome .swiper-slide {
  height: 100vh;
}
.section-sliderhome .swiper-slide .imgcropCtn {
  height: 100%;
}
.section-sliderhome .swiper-slide .imgcropCtn span.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
}
.section-sliderhome .swiper-slide .imgcropCtn .infos {
  position: absolute;
  min-height: 45%;
  bottom: 0;
  left: 180px;
  border-left: 1px solid #ffffff;
  padding-left: 36px;
  padding-bottom: 50px;
  color: #ffffff;
  max-width: 580px;
}
.section-sliderhome .swiper-slide .imgcropCtn .infos span.titre {
  display: block;
  font-family: 'Hackney', sans-serif;
  font-size: 8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.section-sliderhome .swiper-slide .imgcropCtn .infos span.accroche {
  display: block;
  font-weight: 300;
  font-size: 4.2rem;
  margin-bottom: 30px;
}
.section-sliderhome .swiper-slide .imgcropCtn .infos a.bouton3 {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: none;
}
.section-sliderhome .troisboutons {
  padding-bottom: 6vh;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4vw;
  overflow: hidden;
}
.section-sliderhome .troisboutons a.rond {
  opacity: 0;
  -webkit-transition: 900ms;
  -moz-transition: 900ms;
  -ms-transition: 900ms;
  -o-transition: 900ms;
  transition: 900ms;
  color: #113751;
  border: 3px solid #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 13vw;
  height: 13vw;
  border-radius: 6.5vw;
  padding: 2vw;
  box-shadow: 1vw 1vw 2vw rgba(0,0,0,0.13);
}
.section-sliderhome .troisboutons a.rond img {
  height: 3.9vw;
  width: auto;
  margin-bottom: 1vw;
}
.section-sliderhome .troisboutons a.rond span {
  font-weight: 300;
  font-size: 1.2vw;
  text-align: center;
}
.section-sliderhome .troisboutons a.rond:hover {
  border-color: #E62332;
}
.section-sliderhome .troisboutons a.rond:hover span {
  color: #E62332;
}
.section-sliderhome .troisboutons a.rond:nth-child(1) {
  transform: translateY(10vh);
}
.section-sliderhome .troisboutons a.rond:nth-child(2) {
  transform: translateY(30vh);
}
.section-sliderhome .troisboutons a.rond:nth-child(3) {
  transform: translateY(60vh);
}
.section-sliderhome .troisboutons.anim {
  transform: translateY(-6vh);
}
.section-sliderhome .troisboutons.anim a.rond {
  transform: translateY(0px);
  opacity: 1;
}
@media (max-width: 1199px) {
  .section-sliderhome .swiper-slide .imgcropCtn .infos span.titre {
    font-size: 6rem;
  }
  .section-sliderhome .swiper-slide .imgcropCtn .infos span.accroche {
    font-size: 3rem;
  }
  .section-sliderhome .swiper-slide .imgcropCtn .infos {
    max-width: 430px;
  }
}
@media (max-width: 991px) {
  .section-sliderhome .swiper--ctn .s-button-next {
    right: 10px;
  }
  .section-sliderhome .swiper--ctn .s-button-prev {
    left: 10px;
  }
  .section-sliderhome .swiper-slide .imgcropCtn .infos {
    left: 10vw;
  }
  .section-sliderhome .troisboutons.anim a.rond {
    width: 130px;
    height: 130px;
    border-radius: 65px;
  }
  .section-sliderhome .troisboutons a.rond img {
    height: 40px;
  }
  .section-sliderhome .troisboutons a.rond span {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .section-sliderhome .swiper-slide .imgcropCtn .infos {
    padding: 0 15px;
  }
  .section-sliderhome .swiper-slide .imgcropCtn .infos span.titre {
    font-size: 5rem;
  }
  .section-sliderhome .swiper-slide .imgcropCtn .infos span.accroche {
    font-size: 2.3rem;
  }
  .section-sliderhome .swiper-slide .imgcropCtn .infos {
    left: 6vw;
  }
  .section-sliderhome .swiper--ctn .s-button-prev,
  .section-sliderhome .swiper--ctn .s-button-next {
    width: 36px;
    height: 36px;
  }
  .section-sliderhome .swiper--ctn .s-button-prev i,
  .section-sliderhome .swiper--ctn .s-button-next i {
    font-size: 19px;
  }
  .section-sliderhome .troisboutons.anim a.rond {
    width: 28vw;
    height: 28vw;
    border-radius: 14vw;
  }
  .section-sliderhome .troisboutons a.rond i {
    font-size: 3.5rem;
  }
  .section-sliderhome .troisboutons a.rond span {
    font-size: 1.3rem;
  }
}
