@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-3slides .slider3slides__titrebloc {
  margin-bottom: 48px;
  display: flex;
  align-items: end;
}
.section-slider-3slides .slider3slides__titrebloc .slider3slides__pretitre {
  display: flex;
  flex-direction: column;
}
.section-slider-3slides .slider3slides__titrebloc .slider3slides__pretitre .h3like {
  max-width: 350px;
  font-size: 2.8rem;
  color: rgba(0,0,0,0.85);
  font-weight: bold;
  line-height: 1.3;
  display: inline-block;
}
.section-slider-3slides .slider3slides__titrebloc .slider3slides__pretitre h2 {
  text-align: left;
  font-weight: bold;
  font-size: 5.2rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-slider-3slides .swiper--ctn {
  position: relative;
}
.section-slider-3slides .swiper--ctn .swiper {
  width: 100%;
  overflow: hidden;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt {
  background: #3D2681;
  text-align: center;
  padding: 30px 70px;
  height: calc(100% - 380px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt .h3like {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt .h3like a {
  color: #ffffff;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt .h3like a:hover {
  color: #ffffff;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt a.boutPlein {
  margin: 22px auto 0;
  color: #3D2681;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img {
  width: 100%;
  height: 440px;
  z-index: 1;
  position: relative;
  display: block;
  margin-bottom: -60px;
  -webkit-border-radius: 50px 50px 0 0;
  -moz-border-radius: 50px 50px 0 0;
  border-radius: 50px 50px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img img {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img .etiquette {
  z-index: 2;
  position: absolute;
  top: 26px;
  left: 34px;
  background: #3D2681;
  color: #ffffff;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small {
  z-index: 3;
  display: flex;
  position: absolute;
  right: 2rem;
  top: 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-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small .copycont {
  padding-left: 5px;
  display: none;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide:nth-child(3n+1) .swiper-slide--img .etiquette {
  color: #FFC166;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide:nth-child(3n+1) .swiper-slide--txt .h3like a {
  color: #FFC166;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide:nth-child(3n+1) .swiper-slide--txt .h3like a:hover {
  color: #ffffff;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide:nth-child(3n+1) .swiper-slide--txt a.boutPlein {
  background: #FFC166;
  border-color: #FFC166;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide:nth-child(3n+1) .swiper-slide--txt a.boutPlein:hover {
  color: #3D2681;
  background: #ffffff;
  border-color: #ffffff;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide:nth-child(3n+2) .swiper-slide--img .etiquette {
  color: #9CC9FF;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide:nth-child(3n+2) .swiper-slide--txt .h3like a {
  color: #9CC9FF;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide:nth-child(3n+2) .swiper-slide--txt .h3like a:hover {
  color: #ffffff;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide:nth-child(3n+2) .swiper-slide--txt a.boutPlein {
  background: #9CC9FF;
  border-color: #9CC9FF;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide:nth-child(3n+2) .swiper-slide--txt a.boutPlein:hover {
  color: #3D2681;
  background: #ffffff;
  border-color: #ffffff;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide:nth-child(3n+3) .swiper-slide--img .etiquette {
  color: #E3CBBE;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide:nth-child(3n+3) .swiper-slide--txt .h3like a {
  color: #E3CBBE;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide:nth-child(3n+3) .swiper-slide--txt .h3like a:hover {
  color: #ffffff;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide:nth-child(3n+3) .swiper-slide--txt a.boutPlein {
  background: #E3CBBE;
  border-color: #E3CBBE;
}
.section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide:nth-child(3n+3) .swiper-slide--txt a.boutPlein:hover {
  color: #3D2681;
  background: #ffffff;
  border-color: #ffffff;
}
.section-slider-3slides .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;
  -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-3slides .swiper--ctn .button-slider:hover {
  background: #3D2681;
}
.section-slider-3slides .swiper--ctn .button-slider.s-button-prev {
  left: -70px;
}
.section-slider-3slides .swiper--ctn .button-slider.s-button-next {
  right: -70px;
}
.section-slider-3slides .swiper--ctn .button-slider.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.section-slider-3slides .slider3slides__bouton {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 991px) {
  .section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img {
    height: 355px;
    margin-bottom: -50px;
  }
  .section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt {
    height: calc(100% - 305px);
  }
  .section-slider-3slides .swiper--ctn .button-slider.s-button-prev {
    left: -15px;
  }
  .section-slider-3slides .swiper--ctn .button-slider.s-button-next {
    right: -15px;
  }
}
@media (max-width: 767.98px) {
  .section-slider-3slides .container {
    max-width: none;
    padding: 0;
    overflow: hidden;
  }
  .section-slider-3slides .slider3slides__titrebloc .slider3slides__pretitre h2 {
    font-size: 3.6rem;
  }
  .section-slider-3slides .swiper--ctn .button-slider {
    display: none;
  }
  .section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img .etiquette {
    top: 28px;
    left: 30px;
  }
  .section-slider-3slides .slider3slides__entete {
    margin: 0 0 26px;
  }
  .section-slider-3slides .slider3slides__entete .slider3slides__titrebloc {
    margin: 0 auto;
    padding: 0 22px;
  }
  .section-slider-3slides .slider3slides__entete .slider3slides__titrebloc .slider3slides__pretitre .h3like {
    font-size: 2rem;
    line-height: 1.1;
    margin: 0 0 10px;
  }
  .section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt {
    padding: 26px 20px;
  }
  .section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt .h3like {
    font-size: 2.6rem;
  }
  .section-slider-3slides .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt a {
    display: block;
  }
  .section-slider-3slides .slider3slides__bouton {
    margin: 28px auto 0;
    max-width: 90%;
    padding: 0 20px;
  }
  .section-slider-3slides .slider3slides__bouton a {
    display: block;
  }
}
