@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Medium.otf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Bold.otf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.section-decouvertes {
  margin-top: -75px;
  padding-top: 115px;
  position: relative;
  display: flex;
  background-image: url(/wp-content/themes/yatatheme/img/bg_decouvertes.jpg);
  -webkit-mask-image: url(/wp-content/themes/yatatheme/img/masque_decouvertes.svg);
  mask-image: url(/wp-content/themes/yatatheme/img/masque_decouvertes.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.section-decouvertes:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg,#4c00ff 0%,rgba(76,0,255,0) 100%);
}
.section-decouvertes .colonne1,
.section-decouvertes .colonne2 {
  width: 50%;
}
.section-decouvertes .swiper--ctn {
  background-color: #FFFEF1;
  padding: 70px 85px 50px 15px;
  padding-left: calc(((100vw - 1615px) / 2) + 8.3%);
  border-radius: 0px 270px 0px 0px;
}
.section-decouvertes .swiper--ctn .slide-inner h2 {
  font-size: 5.6rem;
  line-height: 6.7rem;
  margin-bottom: 40px;
  padding-right: 20%;
}
.section-decouvertes .swiper--ctn .slide-inner .txtimg {
  display: flex;
}
.section-decouvertes .swiper--ctn .slide-inner .txtimg .txt {
  width: 60%;
  padding-right: 50px;
}
.section-decouvertes .swiper--ctn .slide-inner .txtimg .txt h3 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin-bottom: 10px;
}
.section-decouvertes .swiper--ctn .slide-inner .txtimg .txt p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #4C00FF;
}
.section-decouvertes .swiper--ctn .slide-inner .txtimg .imgcropCtn {
  width: 40%;
  height: 350px;
  border-radius: 16px;
  position: relative;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.15);
  -o-box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.15);
  box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.15);
}
.section-decouvertes .colonne2 {
  padding-right: calc((100vw - 1615px) / 2);
}
.section-decouvertes .colonne2 .intro {
  display: flex;
}
.section-decouvertes .colonne2 .intro p {
  padding: 0 100px 0 50px;
  font-size: 1.6rem;
  line-height: 3.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFEF1;
}
.section-decouvertes .colonne2 .intro img {
  width: 325px;
  margin-top: -40px;
}
.section-decouvertes .colonne2 .s-pagination,
.section-decouvertes .colonne2 .s-pagination-mobile {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  overflow: hidden;
}
.section-decouvertes .colonne2 .s-pagination .swiper-pagination-bullet,
.section-decouvertes .colonne2 .s-pagination-mobile .swiper-pagination-bullet {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  cursor: pointer;
  margin: 0 0 45px 15%;
  background: none;
  color: #FFFEF1;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  font-size: 4.2rem;
  line-height: 5rem;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #FFFEF1;
  padding-bottom: 10px;
  border-radius: 0px;
  padding-right: calc((100vw - 1615px) / 2);
}
.section-decouvertes .colonne2 .s-pagination .swiper-pagination-bullet:hover,
.section-decouvertes .colonne2 .s-pagination-mobile .swiper-pagination-bullet:hover {
  color: #00F000;
}
.section-decouvertes .colonne2 .s-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section-decouvertes .colonne2 .s-pagination-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0 0 45px 0%;
  color: #00F000;
  border-color: #00F000;
  padding-left: 50px;
  padding-right: 0;
}
.section-decouvertes .colonne2 .bouton1 {
  text-transform: uppercase;
  font-size: 2rem;
  margin-left: 15%;
  padding: 11px 43px;
}
.section-decouvertes .colonne2 .bouton1:after {
  transform: rotate(-2deg);
}
.section-decouvertes .colonne2 .bouton1:hover {
  color: #4C00FF;
}
.section-decouvertes .colonne2 .bouton1:hover:after {
  background-color: #FFFEF1;
}
.section-decouvertes .s-pagination-mobile {
  display: none !important;
}
@media (max-width: 1650px) {
  .section-decouvertes .colonne2 {
    padding-right: 70px;
  }
  .section-decouvertes .colonne2 .s-pagination .swiper-pagination-bullet {
    padding-right: 110px;
  }
  .section-decouvertes .colonne2 .intro img {
    width: 250px;
  }
  .section-decouvertes .swiper--ctn {
    padding-left: 70px;
  }
}
@media (max-width: 1500px) {
  .section-decouvertes .colonne2 .intro p {
    padding-right: 20px;
  }
}
@media (max-width: 1399px) {
  .section-decouvertes .colonne2 .intro img {
    width: auto;
    max-width: 200px;
    height: fit-content;
  }
  .section-decouvertes .swiper--ctn .slide-inner h2 {
    font-size: 4.2rem;
    line-height: 5.2rem;
  }
  .section-decouvertes .colonne2 .s-pagination .swiper-pagination-bullet,
  .section-decouvertes .colonne2 .s-pagination-mobile .swiper-pagination-bullet {
    font-size: 2.9rem;
    line-height: 3.7rem;
    margin-bottom: 30px !important;
  }
  .section-decouvertes .colonne2 .intro {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .section-decouvertes .swiper--ctn {
    padding-right: 45px;
    padding-left: 15px;
  }
  .section-decouvertes .colonne2 {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .section-decouvertes .colonne2 .intro img {
    display: none;
  }
  .section-decouvertes .swiper--ctn .slide-inner .txtimg {
    flex-direction: column;
  }
  .section-decouvertes .swiper--ctn .slide-inner .txtimg .txt {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .section-decouvertes .swiper--ctn .slide-inner .txtimg .imgcropCtn {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-decouvertes .colonne1 {
    display: none;
  }
  .section-decouvertes .colonne2 {
    width: 100%;
    padding: 0 20px;
  }
  .section-decouvertes .colonne2 .s-pagination {
    display: none;
  }
  .section-decouvertes .s-pagination-mobile {
    display: flex !important;
  }
  .section-decouvertes .colonne2 .intro p {
    padding: 0;
  }
  .section-decouvertes .colonne2 .intro {
    margin-bottom: 30px;
  }
  .section-decouvertes .colonne2 .s-pagination-mobile .swiper-pagination-bullet {
    margin: 0;
  }
  .section-decouvertes .colonne2 .bouton1 {
    margin: 20px auto 50px;
  }
}
@media (max-width: 575px) {
  .section-decouvertes .colonne2 .bouton1 {
    width: 100%;
  }
  .section-decouvertes .colonne2 .intro p {
    font-size: 1.4rem;
    line-height: 3rem;
  }
  .section-decouvertes .colonne2 .s-pagination-mobile .swiper-pagination-bullet {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}
