@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 {
  padding: 0 112px;
}
.section-slider .container-fluid {
  max-width: none;
}
.section-slider .container-fluid .slider__entete {
  margin-bottom: 45px;
}
.section-slider .container-fluid .slider__entete .slider__titrebloc {
  text-align: center;
  color: #EC5123;
  font-size: 5.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-slider .container-fluid .slider__entete p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
}
.section-slider .container-fluid .swiper--ctn {
  position: relative;
}
.section-slider .container-fluid .swiper--ctn .swiper {
  width: 100%;
  overflow: hidden;
}
.section-slider .container-fluid .swiper--ctn .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-slider .container-fluid .swiper--ctn .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
}
.section-slider .container-fluid .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt {
  text-align: center;
  padding: 26px;
}
.section-slider .container-fluid .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt h3 {
  font-size: 2.8rem;
  text-align: center;
  color: #3D2681;
  font-weight: 500;
  margin: 0 auto 12px;
}
.section-slider .container-fluid .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt p {
  color: rgba(0,0,0,0.85);
  margin: 0 auto;
  text-align: center;
  max-width: 80%;
}
.section-slider .container-fluid .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt a {
  margin: 20px 10px 0;
}
.section-slider .container-fluid .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img {
  width: 100%;
  height: 360px;
  z-index: 1;
  -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 .container-fluid .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small {
  z-index: 3;
  display: flex;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  background-color: rgba(0,0,0,0.5);
  padding: 8px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: default;
}
.section-slider .container-fluid .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small .copycont {
  padding-left: 5px;
  display: none;
}
.section-slider .container-fluid .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
.section-slider .container-fluid .swiper--ctn .button-slider {
  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: #ffffff;
  background: #EC5123;
  -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;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section-slider .container-fluid .swiper--ctn .button-slider:hover {
  background: #3D2681;
}
.section-slider .container-fluid .swiper--ctn .button-slider.s-button-prev {
  left: 48px;
}
.section-slider .container-fluid .swiper--ctn .button-slider.s-button-next {
  right: 48px;
}
.section-slider .container-fluid .swiper--ctn .button-slider.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.section-slider .container-fluid .swiper--ctn .s-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
}
.section-slider .container-fluid .swiper--ctn .s-pagination .swiper-pagination-bullet {
  display: block;
  width: 15px;
  height: 15px;
  opacity: 1;
  cursor: pointer;
  margin: 5px;
  background: #ccc;
}
.section-slider .container-fluid .swiper--ctn .s-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(0,0,0,0.85);
}
@media (max-width: 991px) {
  .section-slider {
    padding: 0;
  }
  .section-slider .container-fluid .slider__entete {
    padding: 0 22px;
    max-width: 90%;
    margin: 0 auto 16px;
  }
}
@media (max-width: 767.98px) {
  .section-slider .container-fluid .slider__entete .slider__titrebloc {
    margin: 0 auto 12px;
    font-size: 3.6rem;
  }
  .section-slider .container-fluid .slider__entete p {
    font-size: 1.6rem;
  }
  .section-slider .container-fluid .swiper--ctn .button-slider {
    display: none;
  }
  .section-slider .container-fluid .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt {
    padding: 18px 0;
  }
  .section-slider .container-fluid .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt p {
    max-width: 90%;
  }
  .section-slider .container-fluid .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt a {
    margin: 20px 7px 0;
  }
}
