@font-face {
  font-family: 'Hackney';
  src: url('/wp-content/themes/yatatheme/fonts/Hackney.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Limejuice';
  src: url('/wp-content/themes/yatatheme/fonts/Limejuice.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
.section-citation .citation_elem {
  padding: 20px 0 0 80px;
  background-image: url('/wp-content/themes/yatatheme/img/quotes.svg');
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: 0px 0px;
}
.section-citation .citation_elem blockquote {
  font-size: 1.8rem;
  line-height: 3.1rem;
  font-style: italic;
  color: #113751;
  margin: 0;
}
.section-citation .citation_elem cite {
  display: block;
  text-align: right;
  color: #113751;
  font-weight: 700;
}
@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;
  }
}
