@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-entete-accueil {
  position: relative;
  overflow: hidden;
}
.section-entete-accueil > h1 {
  position: absolute;
  top: -1000vh;
}
.section-entete-accueil .container-fluid {
  max-width: none;
}
.section-entete-accueil .container-fluid .swiper--ctn {
  position: relative;
}
.section-entete-accueil .container-fluid .swiper--ctn::before {
  content: '';
  position: absolute;
  left: 13px;
  bottom: 36px;
  height: 50px;
  width: 50px;
  z-index: 2;
  background: #ffffff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-entete-accueil .container-fluid .swiper--ctn::after {
  content: '';
  position: absolute;
  left: 25px;
  bottom: -1px;
  height: 67px;
  z-index: 2;
  width: calc(100% - 50px);
  background: #ffffff;
  -webkit-border-top-right-radius: 72px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 100px 70px;
  -moz-border-radius-topright: 72px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 100px 70px;
  border-top-right-radius: 72px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 100px 70px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-entete-accueil .container-fluid .swiper--ctn .overlay {
  position: absolute;
  width: 118px;
  height: 374px;
  z-index: 2;
  bottom: 0;
  right: 27px;
  background-image: url('/wp-content/themes/yatatheme/img/ludik_trois_tetes.svg');
  background-repeat: no-repeat;
  background-position: bottom right;
}
.section-entete-accueil .container-fluid .swiper--ctn .swiper-slide {
  width: 100%;
  height: calc( 100vh - 222px );
  position: relative;
  display: flex;
  align-items: center;
}
.section-entete-accueil .container-fluid .swiper--ctn .swiper-slide .swiper-slide--img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.section-entete-accueil .container-fluid .swiper--ctn .swiper-slide .swiper-slide--img .overlay-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.16);
}
.section-entete-accueil .container-fluid .swiper--ctn .swiper-slide .swiper-slide--txt {
  position: absolute;
  top: 36%;
  z-index: 2;
  max-width: 464px;
  margin: 0 0 0 11%;
}
.section-entete-accueil .container-fluid .swiper--ctn .swiper-slide .swiper-slide--txt .h2like {
  font-size: 5.5rem;
  color: #ffffff;
  font-weight: bold;
  text-transform: none;
  line-height: 1.1;
}
.section-entete-accueil .container-fluid .swiper--ctn .swiper-slide .swiper-slide--txt .boutPlein {
  margin-top: 17px;
  color: #EC5123;
}
.section-entete-accueil .container-fluid .swiper--ctn .swiper-slide .swiper-slide--txt .boutPlein:hover {
  color: #ffffff;
}
.section-entete-accueil .container-fluid .swiper--ctn .button-slider {
  top: 43%;
  -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: #EC5123;
  background: #ffffff;
  -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;
  border: 1px solid #ffffff;
  -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-entete-accueil .container-fluid .swiper--ctn .button-slider:hover {
  color: #ffffff;
  background: transparent;
}
.section-entete-accueil .container-fluid .swiper--ctn .button-slider.s-button-prev {
  left: 32px;
}
.section-entete-accueil .container-fluid .swiper--ctn .button-slider.s-button-next {
  right: 32px;
}
.section-entete-accueil .container .accueil__boutons {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: 'Ohno Softie', sans-serif;
  font-size: 3rem;
  margin-top: 25px;
  margin-bottom: 66px;
  position: relative;
  font-weight: bold;
  z-index: 3;
}
.section-entete-accueil .container .accueil__boutons a {
  color: #ffffff;
  background: rgba(0,0,0,0.85);
  display: inline-flex;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-width: 232px;
  width: 25%;
  align-items: center;
  text-transform: uppercase;
  padding: 8px 12px 8px 60px;
  position: relative;
  margin-right: 2.8%;
}
.section-entete-accueil .container .accueil__boutons a:last-child {
  margin-right: 0;
}
.section-entete-accueil .container .accueil__boutons a .icone {
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-entete-accueil .container .accueil__boutons a span {
  margin-left: auto;
  font-size: 1rem;
  background: #ffffff;
  color: rgba(0,0,0,0.85);
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section-entete-accueil .container .accueil__boutons a:hover span {
  -webkit-transform: translate(10px,0);
  -moz-transform: translate(10px,0);
  -ms-transform: translate(10px,0);
  -o-transform: translate(10px,0);
  transform: translate(10px,0);
}
.section-entete-accueil .container .accueil__boutons a.ludik-long-cou {
  background: #EC5123;
  color: #FFC166;
  padding-left: 80px;
}
.section-entete-accueil .container .accueil__boutons a.ludik-long-cou .icone {
  font-size: 9.1rem;
}
.section-entete-accueil .container .accueil__boutons a.ludik-long-cou span {
  background: #FFC166;
  color: #EC5123;
}
.section-entete-accueil .container .accueil__boutons a.ludik-tetes {
  background: #4D092F;
  color: #E3CBBE;
  padding-left: 64px;
}
.section-entete-accueil .container .accueil__boutons a.ludik-tetes .icone {
  left: 8px;
  font-size: 11rem;
}
.section-entete-accueil .container .accueil__boutons a.ludik-tetes span {
  background: #E3CBBE;
  color: #4D092F;
}
.section-entete-accueil .container .accueil__boutons a.ludik-araignee {
  background: #E3CBBE;
  color: #3D2681;
  padding-left: 76px;
}
.section-entete-accueil .container .accueil__boutons a.ludik-araignee .icone {
  font-size: 6.3rem;
}
.section-entete-accueil .container .accueil__boutons a.ludik-araignee span {
  background: #3D2681;
  color: #E3CBBE;
}
.section-entete-accueil .container .accueil__boutons a.ludik-cornes {
  background: #FFB4FF;
  color: #EC5123;
  padding-left: 68px;
}
.section-entete-accueil .container .accueil__boutons a.ludik-cornes .icone {
  font-size: 11rem;
  left: 10px;
}
.section-entete-accueil .container .accueil__boutons a.ludik-cornes .icone::before {
  position: relative;
  z-index: 2;
}
.section-entete-accueil .container .accueil__boutons a.ludik-cornes .icone::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 30px;
  z-index: 1;
  left: 12px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
}
.section-entete-accueil .container .accueil__boutons a.ludik-cornes span {
  background: #EC5123;
  color: #FFB4FF;
}
@media (max-width: 991px) {
  .section-entete-accueil .container-fluid .swiper--ctn .swiper-slide {
    height: calc(100vh - 214px);
  }
  .section-entete-accueil .container-fluid .swiper--ctn .swiper-slide .swiper-slide--txt .h2like {
    font-size: 3.9rem;
  }
  .section-entete-accueil .container-fluid .swiper--ctn .button-slider {
    bottom: auto;
    top: 40px;
  }
  .section-entete-accueil .container-fluid .swiper--ctn .button-slider.s-button-prev {
    left: auto;
    right: 80px;
  }
  .section-entete-accueil .container-fluid .swiper--ctn .button-slider.s-button-next {
    right: 22px;
  }
  .section-entete-accueil .container .accueil__boutons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .section-entete-accueil .container .accueil__boutons:before {
    content: none;
  }
  .section-entete-accueil .container .accueil__boutons a {
    width: calc(50% - 10px);
    font-size: 2.4rem;
    line-height: 1;
    flex-direction: column;
    align-items: start;
    text-align: left;
    justify-content: center;
    min-width: auto;
    padding: 6px 22px 6px 54px !important;
    min-height: 45px;
    margin: 0 0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .section-entete-accueil .container .accueil__boutons a .icone {
    left: 2px;
  }
  .section-entete-accueil .container .accueil__boutons a.ludik-long-cou .icone {
    font-size: 4rem;
  }
  .section-entete-accueil .container .accueil__boutons a.ludik-tetes .icone {
    font-size: 5.4rem;
    left: 14px;
  }
  .section-entete-accueil .container .accueil__boutons a.ludik-araignee .icone {
    font-size: 4.1rem;
  }
  .section-entete-accueil .container .accueil__boutons a.ludik-cornes .icone {
    font-size: 5rem;
    left: 14px;
  }
  .section-entete-accueil .container .accueil__boutons a.ludik-cornes .icone::after {
    width: 12px;
    height: 12px;
    top: 14px;
    left: 6px;
  }
  .section-entete-accueil .container .accueil__boutons a span {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .section-entete-accueil .container-fluid .swiper--ctn .overlay {
    display: none;
  }
  .section-entete-accueil .container-fluid .swiper--ctn .button-slider {
    bottom: 45px;
    top: auto;
  }
  .section-entete-accueil .container .accueil__boutons a {
    font-size: 2rem;
  }
  .section-entete-accueil .container-fluid .swiper--ctn .swiper-slide {
    min-height: 550px;
  }
  .section-entete-accueil .container-fluid .swiper--ctn::before {
    left: 8px;
    bottom: 16px;
  }
  .section-entete-accueil .container-fluid .swiper--ctn::after {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 80px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 80px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 80px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 125px;
    bottom: -79px;
    left: 18px;
    width: calc(100% - 18px);
  }
  .section-entete-accueil .container-fluid .swiper--ctn .swiper-slide .swiper-slide--txt .boutPlein {
    padding: 12px 22px;
  }
}
