@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);
  }
}
.sondage__item {
  height: 100%;
  background: #FFC166;
  font-family: 'Ohno Softie', sans-serif;
  color: #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;
}
.sondage__item .sondage__form {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.sondage__item .sondage__form .sondage__infos {
  width: 100%;
}
.sondage__item .sondage__form .sondage__infos img {
  height: 100px;
  margin: auto;
  display: block;
  margin-bottom: 28px;
}
.sondage__item .sondage__form .sondage__infos h2 {
  font-size: 2rem;
  text-align: left;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 42px;
  color: #EC5123;
  text-transform: none;
}
.sondage__item .sondage__form .sondage__infos .sondage__nbreponses {
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.sondage__item .sondage__form .sondage__infos input {
  width: 0px;
  height: 0px;
  opacity: 0;
  display: block;
}
.sondage__item .sondage__form .sondage__infos label {
  background: #ffffff;
  font-size: 2rem;
  color: #EC5123;
  font-weight: 500;
  padding: 12px 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-wrap: wrap;
  border: 1px solid #EC5123;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sondage__item .sondage__form .sondage__infos label .rond {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.sondage__item .sondage__form .sondage__infos label .rond::before {
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  outline: 1px solid #EC5123;
  outline-offset: 2px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sondage__item .sondage__form .sondage__infos label .reponse__label {
  width: calc(100% - 34px);
}
.sondage__item .sondage__form .sondage__infos label .reponse__stats {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1;
  display: none;
  color: #EC5123;
  position: relative;
  margin-top: 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #EC5123;
}
.sondage__item .sondage__form .sondage__infos label .reponse__stats-fond {
  position: absolute;
  width: 0;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #FFC166;
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sondage__item .sondage__form .sondage__infos label .reponse__stats-texte {
  z-index: 2;
  position: relative;
  display: block;
  padding: 0 3px;
}
.sondage__item .sondage__form .sondage__infos input:disabled + label {
  cursor: auto;
}
.sondage__item .sondage__form .sondage__infos input:focus + label {
  outline: none;
}
.sondage__item .sondage__form .sondage__infos input:focus + label .rond::before {
  outline-color: ;
}
.sondage__item .sondage__form .sondage__infos input:checked + label .rond::before {
  background: #EC5123;
}
.sondage__item .sondage__form .sondage__infos input:checked:focus + label {
  outline: none;
}
.sondage__item .sondage__form .sondage__infos input:checked:focus + label .rond::before {
  background: ;
}
.sondage__item .sondage__form .sondage__infos .sondage__reponse {
  display: none;
}
.sondage__item .sondage__form .sondage__infos .sondage__reponse p {
  margin: 0;
}
.sondage__item .sondage__form .sondage__infos .sondage__reponse p.reponse__affichage {
  font-weight: bold;
}
.sondage__item .sondage__form .sondage__infos .sondage__reponse p:last-of-type,
.sondage__item .sondage__form .sondage__infos .sondage__reponse p.reponse__bonne {
  margin: 0 0 10px;
}
.sondage__item .sondage__form .sondage__infos .sondage__reponse .boutPlein {
  color: #4D092F;
}
.sondage__item .sondage__form .sondage__infos .sondage__reponse .boutPlein:hover {
  color: #ffffff;
}
.sondage__item .sondage__form .boutPlein {
  align-self: end;
  margin: 16px 0 0;
  display: block;
  width: 100%;
  padding: 10px 28px 8px;
}
.sondage__item .sondage__form .boutPlein[disabled],
.sondage__item .sondage__form .boutPlein:disabled {
  opacity: 0.5;
}
.sondage__item .sondage__form .boutPlein[disabled]:hover,
.sondage__item .sondage__form .boutPlein:disabled:hover {
  cursor: not-allowed;
}
@media (max-width: 767.98px) {
  .sondage__item {
    padding: 30px 20px;
  }
  .sondage__item .sondage__form .sondage__infos img {
    height: 86px;
    margin-bottom: 20px;
  }
  .sondage__item .sondage__form .sondage__infos h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .sondage__item .sondage__form .boutPlein {
    margin: 10px 0 0;
  }
}
