@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-sondage-saviez-vous .sondage__row {
  position: relative;
}
.section-sondage-saviez-vous .sondage__row:before {
  content: '';
  left: -14px;
  z-index: 2;
  background-image: url(/wp-content/themes/yatatheme/img/ludik_2.svg);
  width: 268px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  position: absolute;
}
.section-sondage-saviez-vous .sondage__row.droite::before {
  left: auto;
  right: -3.8%;
}
.section-sondage-saviez-vous .sondage__bloc {
  height: 100%;
}
.section-sondage-saviez-vous .sondage__bloc .sondage__form {
  position: relative;
  z-index: 3;
}
.section-sondage-saviez-vous .saviez-vous__row {
  position: relative;
}
.section-sondage-saviez-vous .saviez-vous__row:before {
  content: '';
  right: -29px;
  background-image: url(/wp-content/themes/yatatheme/img/ludik_1.svg);
  width: 280px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  position: absolute;
}
.section-sondage-saviez-vous .saviez-vous__row.gauche::before {
  left: -6%;
  right: auto;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.section-sondage-saviez-vous .saviez-vous__row .saviez-vous__bloc {
  height: 100%;
}
.section-sondage-saviez-vous .saviez-vous__row .saviez-vous__bloc .saviez-vous {
  height: 100%;
  background: #EC5123;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 40px 72px;
  position: relative;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.section-sondage-saviez-vous .saviez-vous__row .saviez-vous__bloc .saviez-vous .saviez-vous__header {
  font-family: 'Ohno Softie', sans-serif;
  font-weight: bold;
  font-size: 5.5rem;
  line-height: 0.9;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
}
.section-sondage-saviez-vous .saviez-vous__row .saviez-vous__bloc .saviez-vous .saviez-vous__infos {
  display: flex;
  margin: 15px 0 32px;
}
.section-sondage-saviez-vous .saviez-vous__row .saviez-vous__bloc .saviez-vous .saviez-vous__infos .saviez-vous__img {
  position: relative;
  flex-shrink: 0;
  width: 45%;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 25px;
}
.section-sondage-saviez-vous .saviez-vous__row .saviez-vous__bloc .saviez-vous .saviez-vous__infos .saviez-vous__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-sondage-saviez-vous .saviez-vous__row .saviez-vous__bloc .saviez-vous .saviez-vous__infos .saviez-vous__img small .copycont {
  padding-left: 5px;
  display: none;
}
.section-sondage-saviez-vous .saviez-vous__row .saviez-vous__bloc .saviez-vous .saviez-vous__infos .saviez-vous__img small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
.section-sondage-saviez-vous .saviez-vous__row .saviez-vous__bloc .saviez-vous .saviez-vous__infos .saviez-vous__texte .saviez-vous__titre {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 22px;
  line-height: 1.1;
}
.section-sondage-saviez-vous .saviez-vous__row .saviez-vous__bloc .saviez-vous .saviez-vous__infos .saviez-vous__texte p {
  line-height: 1.5;
  margin: 0;
  font-size: 1.8rem;
}
.section-sondage-saviez-vous .saviez-vous__row .saviez-vous__bloc .saviez-vous .saviez-vous__infos .saviez-vous__texte p a {
  font-weight: 500;
  color: #3D2681;
}
.section-sondage-saviez-vous .saviez-vous__row .saviez-vous__bloc .saviez-vous .saviez-vous__infos .saviez-vous__texte p a:hover {
  color: #FFC166;
}
.section-sondage-saviez-vous .saviez-vous__row .saviez-vous__bloc .saviez-vous .boutPlein {
  margin: auto 0 0;
  color: #EC5123;
  background: #ffffff;
  border: 1px solid #ffffff;
  display: block;
  width: 100%;
  line-height: 1.15;
  padding: 10px 28px 8px;
}
.section-sondage-saviez-vous .saviez-vous__row .saviez-vous__bloc .saviez-vous .boutPlein:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
@media (max-width: 1199px) {
  .section-sondage-saviez-vous .saviez-vous__row .saviez-vous__bloc .saviez-vous .saviez-vous__infos {
    flex-direction: column;
  }
  .section-sondage-saviez-vous .saviez-vous__row .saviez-vous__bloc .saviez-vous .saviez-vous__infos .saviez-vous__img {
    width: 100%;
    height: 200px;
    margin: 0 0 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media (max-width: 991px) {
  .section-sondage-saviez-vous .sondage__row {
    margin-bottom: 90px;
  }
  .section-sondage-saviez-vous .sondage__row::before {
    left: 0;
  }
  .section-sondage-saviez-vous .sondage__row.droite {
    margin-bottom: 0;
  }
  .section-sondage-saviez-vous .sondage__row.droite::before {
    right: 0;
  }
  .section-sondage-saviez-vous .saviez-vous__row {
    margin-bottom: 0;
  }
  .section-sondage-saviez-vous .saviez-vous__row::before {
    right: 0;
  }
  .section-sondage-saviez-vous .saviez-vous__row.gauche {
    margin-bottom: 90px;
  }
  .section-sondage-saviez-vous .saviez-vous__row.gauche::before {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .section-sondage-saviez-vous .container {
    max-width: none;
    padding: 0 22px;
  }
  .section-sondage-saviez-vous .sondage__row {
    padding-top: 93px;
  }
  .section-sondage-saviez-vous .sondage__row::before {
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 238px;
    height: 483px;
    z-index: 1;
  }
  .section-sondage-saviez-vous .sondage__row.droite::before {
    left: 0;
    right: 0;
  }
  .section-sondage-saviez-vous .sondage__item {
    z-index: 2;
  }
  .section-sondage-saviez-vous .saviez-vous__row {
    padding-bottom: 41px;
  }
  .section-sondage-saviez-vous .saviez-vous__row::before {
    background-image: url('/wp-content/themes/yatatheme/img/ludik_1_mobile.svg');
    height: 42px;
    width: 308px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .section-sondage-saviez-vous .saviez-vous__row.gauche::before {
    right: 0;
    left: 0;
  }
  .section-sondage-saviez-vous .saviez-vous__row .saviez-vous__bloc .saviez-vous {
    padding: 30px 20px;
  }
  .section-sondage-saviez-vous .saviez-vous__row .saviez-vous__bloc .saviez-vous .saviez-vous__header {
    font-size: 4.3rem;
  }
}
