@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-yatadata-liste-onglets .onglets__bloc {
  font-size: 1.8rem;
}
.section-yatadata-liste-onglets .onglets__bloc .onglets__titrebloc {
  display: flex;
  align-items: end;
}
.section-yatadata-liste-onglets .onglets__bloc .onglets__titrebloc .h3like {
  max-width: 350px;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.3;
  color: rgba(0,0,0,0.85);
  display: inline-block;
  margin-bottom: 0;
}
.section-yatadata-liste-onglets .onglets__bloc > div {
  margin-bottom: 12px;
  color: #312C4B;
}
.section-yatadata-liste-onglets .onglets__bloc a {
  margin: 0 16px 16px 0;
  padding: 12px 20px 10px;
}
.section-yatadata-liste-onglets .onglets__bloc a:hover {
  border-color: #E3CBBE;
  background: #E3CBBE;
  color: #3D2681;
}
.section-yatadata-liste-onglets .onglets__bloc a.selected {
  border-color: #E3CBBE;
  background: #E3CBBE;
  color: #3D2681;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .section-yatadata-liste-onglets .onglets__bloc .onglets__titrebloc .h3like {
    font-size: 2rem;
    line-height: 1.1;
  }
}
