@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;
}
.section-lesfilieres .row {
  justify-content: center;
}
.section-lesfilieres .row h2 {
  text-align: center;
  color: #113751;
  margin-bottom: 30px;
}
.section-lesfilieres .swiper--ctn .s-button-prev,
.section-lesfilieres .swiper--ctn .s-button-next {
  display: none;
  width: 36px;
  height: 36px;
}
.section-lesfilieres .swiper--ctn .s-button-prev i,
.section-lesfilieres .swiper--ctn .s-button-next i {
  font-size: 19px;
}
.section-lesfilieres .swiper--ctn .s-button-prev {
  left: 5px;
}
.section-lesfilieres .swiper--ctn .s-button-prev i {
  transform: none;
}
.section-lesfilieres .swiper--ctn .s-button-next {
  right: 5px;
}
.section-lesfilieres .swiper--ctn .s-button-next i {
  transform: rotate(180deg);
}
.section-lesfilieres .swipernav {
  margin-bottom: -50px;
  z-index: 10;
}
.section-lesfilieres .swipernav .swiper-wrapper {
  justify-content: center;
}
.section-lesfilieres .swipernav .swiper-wrapper .swiper-slide {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-lesfilieres .swipernav .swiper-wrapper .swiper-slide span.titre {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.section-lesfilieres .swipernav .swiper-wrapper .swiper-slide .imgcropCtn {
  height: 110px;
  border: 4px solid white;
  width: 110px;
  border-radius: 55px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.5);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-lesfilieres .swipernav .swiper-wrapper .swiper-slide span.icone {
  position: absolute;
  right: 0;
  bottom: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 31px;
  width: 62px;
  height: 62px;
}
.section-lesfilieres .swipernav .swiper-wrapper .swiper-slide span.icone img {
  height: 35px;
}
.section-lesfilieres .swipernav .swiper-wrapper .swiper-slide:hover .imgcropCtn {
  border-color: #E62332;
}
.section-lesfilieres .swipernav .swiper-wrapper .swiper-slide.swiper-slide-thumb-active span.titre {
  font-weight: 600;
}
.section-lesfilieres .mySwiper2 .imgcropCtn {
  height: 610px;
}
.section-lesfilieres .mySwiper2 .imgcropCtn span.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
}
.section-lesfilieres .mySwiper2 .imgcropCtn .infos {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 50px;
  align-items: center;
  color: #ffffff;
}
.section-lesfilieres .mySwiper2 .imgcropCtn .infos span.icone {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 60px;
  width: 120px;
  height: 120px;
}
.section-lesfilieres .mySwiper2 .imgcropCtn .infos span.icone img {
  height: 70px;
}
.section-lesfilieres .mySwiper2 .imgcropCtn .infos h3 {
  font-family: 'Hackney', sans-serif;
  font-size: 9.4rem;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 10px;
}
.section-lesfilieres .mySwiper2 .imgcropCtn .infos p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  max-width: 630px;
  text-align: center;
}
.section-lesfilieres .mySwiper2 .imgcropCtn .infos .bouton2 {
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .section-lesfilieres .mySwiper2 .imgcropCtn .infos h3 {
    font-size: 7.4rem;
  }
  .section-lesfilieres .mySwiper2 .imgcropCtn .infos span.icone {
    width: 90px;
    height: 90px;
  }
  .section-lesfilieres .mySwiper2 .imgcropCtn .infos span.icone img {
    height: 53px;
  }
  .section-lesfilieres .mySwiper2 .imgcropCtn {
    height: 43vw;
  }
}
@media (max-width: 991px) {
  .section-lesfilieres .swipernav {
    display: none;
  }
  .swiper--ctn .s-button-prev,
  .swiper--ctn .s-button-next {
    display: flex !important;
  }
  .section-lesfilieres .mySwiper2 .imgcropCtn .infos h3 {
    font-size: 5.4rem;
  }
  .section-lesfilieres .mySwiper2 .imgcropCtn .infos span.icone {
    width: 70px;
    height: 70px;
  }
  .section-lesfilieres .mySwiper2 .imgcropCtn .infos span.icone img {
    height: 41px;
  }
  .section-lesfilieres .mySwiper2 .imgcropCtn .infos {
    padding: 0 50px;
    margin-bottom: 0;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .section-lesfilieres .mySwiper2 .imgcropCtn {
    height: 100vw;
  }
  .section-lesfilieres .mySwiper2 .imgcropCtn .infos h3 {
    font-size: 3.8rem;
  }
  .section-lesfilieres .mySwiper2 .imgcropCtn .infos span.icone {
    width: 50px;
    height: 50px;
  }
  .section-lesfilieres .mySwiper2 .imgcropCtn .infos span.icone img {
    height: 31px;
  }
  .section-lesfilieres .mySwiper2 .imgcropCtn .infos p {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media (max-width: 575px) {
  .section-lesfilieres .mySwiper2 .imgcropCtn {
    height: 80vh;
  }
}
