@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Light.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Light.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Regular.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Regular.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Medium.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Medium.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Bold.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Bold.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Black.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Black.woff') format('woff');
  font-weight: 900;
}
@keyframes slidecopy {
  from {
    margin-left: -50px;
    opacity: .1;
  }
  to {
    margin-left: 0px;
    opacity: 1;
  }
}
@keyframes slidecopyTop {
  from {
    margin-bottom: -60px;
    opacity: .1;
  }
  to {
    margin-bottom: -10px;
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.section-slider-videos {
  padding: 126px 0 94px;
}
.section-slider-videos .slidervideos__fond {
  background: #3D2681;
  padding: 90px 0 70px;
  position: relative;
  -webkit-border-radius: 0 170px 0 0;
  -moz-border-radius: 0 170px 0 0;
  border-radius: 0 170px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-slider-videos .slidervideos__fond::before {
  content: '';
  position: absolute;
  top: -126px;
  left: 0;
  height: 171px;
  width: 100%;
  z-index: 2;
  background-image: url(/wp-content/themes/yatatheme/img/queue-bleue.svg);
  background-size: contain;
  background-position: right 11px top 0;
  background-repeat: no-repeat;
}
.section-slider-videos .slidervideos__fond::after {
  content: '';
  position: absolute;
  bottom: -92px;
  left: 0;
  height: 94px;
  width: 100%;
  z-index: 2;
  background-image: url(/wp-content/themes/yatatheme/img/patte-bleue.svg);
  background-position: right;
  background-repeat: repeat-x;
}
.section-slider-videos .slidervideos__fond .slidervideos__entete {
  margin: 10px 0 44px;
  display: flex;
  flex-direction: column;
}
.section-slider-videos .slidervideos__fond .slidervideos__entete .h3like {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 6px;
  color: #FFC166;
}
.section-slider-videos .slidervideos__fond .slidervideos__entete h2 {
  text-align: left;
  font-weight: bold;
  font-size: 5.2rem;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.section-slider-videos .slidervideos__fond .slidervideos__boutons {
  display: flex;
  justify-content: end;
  padding: 0 16px;
}
.section-slider-videos .slidervideos__fond .slidervideos__boutons .button-slider {
  z-index: 2;
  color: #3D2681;
  margin-right: 8px;
  font-size: 1.3rem;
  background: #FFC166;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section-slider-videos .slidervideos__fond .slidervideos__boutons .button-slider:hover {
  background: #ffffff;
}
.section-slider-videos .slidervideos__fond .swiper--ctn {
  position: relative;
}
.section-slider-videos .slidervideos__fond .swiper--ctn .swiper {
  width: 100%;
  max-height: 100vh;
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw 0);
}
.section-slider-videos .slidervideos__fond .swiper--ctn .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-slider-videos .slidervideos__fond .swiper--ctn .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.section-slider-videos .slidervideos__fond .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt {
  text-align: center;
  padding: 12px 0 0;
  max-width: 300px;
  height: calc(100% - 270px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.section-slider-videos .slidervideos__fond .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt .h3like {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
  color: #FFC166;
  margin: 0;
}
.section-slider-videos .slidervideos__fond .swiper--ctn .swiper .swiper-wrapper .swiper-slide--video {
  width: 100%;
  height: 270px;
  z-index: 1;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-slider-videos .slidervideos__fond .swiper--ctn .swiper .swiper-wrapper .swiper-slide--video iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .section-slider-videos .slidervideos__fond .slidervideos__boutons {
    padding: 0;
    margin: 0 0 10px;
  }
  .section-slider-videos .slidervideos__fond .swiper--ctn .swiper {
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .section-slider-videos {
    padding: 80px 0 41px;
  }
  .section-slider-videos .slidervideos__fond::after {
    background-image: url('/wp-content/themes/yatatheme/img/ludik_1_bleu_mobile.svg');
    height: 41px;
    width: 284px;
    right: 0;
    left: 0;
    bottom: -40px;
    margin: auto;
    background-repeat: no-repeat;
  }
  .section-slider-videos .slidervideos__fond {
    -webkit-border-radius: 0 100px 0 0;
    -moz-border-radius: 0 100px 0 0;
    border-radius: 0 100px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .section-slider-videos .slidervideos__fond::before {
    top: -78px;
    height: 105px;
    background-position: right 3px top 0;
  }
  .section-slider-videos .container {
    overflow: hidden;
  }
  .section-slider-videos .slidervideos__fond .swiper--ctn .swiper {
    overflow: hidden;
  }
  .section-slider-videos .slidervideos__fond {
    padding: 60px 0 30px;
  }
  .section-slider-videos .slidervideos__fond .slidervideos__entete {
    margin: 0 0 20px;
  }
  .section-slider-videos .slidervideos__fond .slidervideos__entete .h3like {
    font-size: 2rem;
    line-height: 1.1;
  }
  .section-slider-videos .slidervideos__fond .slidervideos__entete h2 {
    font-size: 3.6rem;
  }
  .section-slider-videos .slidervideos__fond .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt .h3like {
    font-size: 2rem;
    line-height: 1.4;
  }
  .section-slider-videos .slidervideos__fond .swiper--ctn .swiper .swiper-wrapper .swiper-slide--video {
    height: 189px;
  }
}
