.section-citation .citation_elem {
  margin: auto;
  position: relative;
  padding: 10px 0;
}
.section-citation .citation_elem .back-quote {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: url('/wp-content/themes/yatatheme/template-parts/gutenberg/citation/quotes.svg');
  background-repeat: no-repeat;
  background-size: 95px 77px;
  background-position: 0 0;
  opacity: 0.1;
}
.section-citation .citation_elem blockquote {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  z-index: 2;
  position: relative;
}
.section-citation .citation_elem cite {
  display: block;
  text-align: right;
  z-index: 2;
  position: relative;
}
.section-citation .citation_elem::after {
  content: '';
  display: flex;
  width: 100%;
  max-width: 192px;
  margin: 37px 0 0;
  height: 5px;
  background-color: transparent;
  background-size: 100%;
  background-position-y: 100%;
  background-position-x: 0;
  background-repeat: no-repeat;
}
.section-citation .citation_elem.bleu {
  color: #0578C0;
}
.section-citation .citation_elem.bleu::after {
  background-color: #0578C0;
  background-image: -webkit-gradient(linear,left top,right top,from(#0578C0),to(#0578C0));
  background-image: -webkit-linear-gradient(left,#0578C0,#0578C0);
  background-image: -moz-linear-gradient(left,#0578C0,#0578C0);
  background-image: -ms-linear-gradient(left,#0578C0,#0578C0);
  background-image: -o-linear-gradient(left,#0578C0,#0578C0);
}
.section-citation .citation_elem.rose {
  color: #DF31C6;
}
.section-citation .citation_elem.rose::after {
  background-color: #DF31C6;
  background-image: -webkit-gradient(linear,left top,right top,from(#DF31C6),to(#DF31C6));
  background-image: -webkit-linear-gradient(left,#DF31C6,#DF31C6);
  background-image: -moz-linear-gradient(left,#DF31C6,#DF31C6);
  background-image: -ms-linear-gradient(left,#DF31C6,#DF31C6);
  background-image: -o-linear-gradient(left,#DF31C6,#DF31C6);
}
.section-citation .citation_elem.orange {
  color: #EC6E04;
}
.section-citation .citation_elem.orange::after {
  background-color: #EC6E04;
  background-image: -webkit-gradient(linear,left top,right top,from(#EC6E04),to(#EC6E04));
  background-image: -webkit-linear-gradient(left,#EC6E04,#EC6E04);
  background-image: -moz-linear-gradient(left,#EC6E04,#EC6E04);
  background-image: -ms-linear-gradient(left,#EC6E04,#EC6E04);
  background-image: -o-linear-gradient(left,#EC6E04,#EC6E04);
}
.section-citation .citation_elem.gris {
  color: #838890;
}
.section-citation .citation_elem.gris::after {
  background-color: #838890;
  background-image: -webkit-gradient(linear,left top,right top,from(#838890),to(#838890));
  background-image: -webkit-linear-gradient(left,#838890,#838890);
  background-image: -moz-linear-gradient(left,#838890,#838890);
  background-image: -ms-linear-gradient(left,#838890,#838890);
  background-image: -o-linear-gradient(left,#838890,#838890);
}
@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;
  }
}
