@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-citation .citation__bloc {
  display: flex;
}
.section-citation .citation__bloc .citation__elem {
  margin: auto;
}
.section-citation .citation__bloc .citation__elem .citation__titre {
  margin: 0 0 30px;
}
.section-citation .citation__bloc .citation__elem blockquote {
  font-size: 1.8rem;
  line-height: 1.7;
  margin: 0 0 20px;
  position: relative;
  padding: 0 20px 0 20px;
}
.section-citation .citation__bloc .citation__elem blockquote i {
  font-size: 3rem;
  color: #E3CBBE;
  z-index: 1;
  top: 2px;
  opacity: 0.34;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.section-citation .citation__bloc .citation__elem blockquote i.icon-quote-right {
  bottom: 10px;
  top: auto;
  right: 0;
  -webkit-transform: translate(0%,50%);
  -moz-transform: translate(0%,50%);
  -ms-transform: translate(0%,50%);
  -o-transform: translate(0%,50%);
  transform: translate(0%,50%);
}
.section-citation .citation__bloc .citation__elem blockquote span {
  position: relative;
  z-index: 2;
}
.section-citation .citation__bloc .citation__elem cite {
  display: block;
  font-style: normal;
  font-weight: bold;
  color: #EC5123;
  padding: 0 20px;
}
.section-citation .citation__bloc .citation__elem.with-image {
  width: calc(100% - 248px);
  margin: 0 16px 0 0;
}
.section-citation .citation__bloc .citation__image {
  width: 194px;
  height: 194px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 991px) {
  .section-citation .citation__bloc .citation__elem.with-image {
    width: calc(100% - 127px);
  }
  .section-citation .citation__bloc .citation__image {
    width: 127px;
    height: 127px;
    -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: 767.98px) {
  .section-citation .container {
    padding: 0;
    max-width: none;
    overflow: hidden;
  }
  .section-citation .container >.row>div {
    width: 80%;
    margin: auto;
  }
  .section-citation .citation__bloc .citation__elem .citation__titre {
    font-size: 2.6rem;
  }
  .section-citation .citation__bloc .citation__elem blockquote {
    font-size: 1.6rem;
  }
  .section-citation .citation__bloc .citation__elem blockquote i {
    font-size: 2.5rem;
  }
  .section-citation .citation__bloc {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .section-citation .citation__bloc .citation__elem.with-image {
    width: 100%;
    margin: 0;
    order: 1;
  }
  .section-citation .citation__bloc .citation__image {
    order: 0;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .section-citation .citation_elem {
    padding: 40px 40px;
  }
  .section-citation .citation_elem .citation_icone svg {
    width: 50px;
    height: 50px;
  }
  .section-citation .citation_elem.front blockquote {
    text-indent: 60px;
  }
}
