@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Semibold.otf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Donau';
  src: url('/wp-content/themes/yatatheme/fonts/Donau Neue_Uppercase.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-temoignage {
  content-visibility: visible;
}
.section-temoignage .row > div {
  display: flex;
}
.section-temoignage .temoignage_txt h2 {
  font-family: 'Oooh Baby', cursive;
  color: #3CBFB6;
  font-size: 3.6rem;
  margin-bottom: 25px;
  text-transform: none;
  -webkit-text-stroke: 1px #3CBFB6;
}
.section-temoignage .temoignage_txt blockquote {
  margin: 0;
  position: relative;
  padding-right: 60px;
}
.section-temoignage .temoignage_txt blockquote p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-style: italic;
  margin-bottom: 10px;
}
.section-temoignage .temoignage_txt blockquote i {
  position: absolute;
  color: #3CBFB6;
  opacity: 0.1;
  font-size: 80px;
  top: -97px;
  left: -77px;
  z-index: -1;
}
.section-temoignage .temoignage_txt blockquote i.last-quotes {
  top: auto;
  bottom: -60px;
  left: auto;
  right: -30px;
  transform: rotate(180deg);
}
.section-temoignage .temoignage_txt cite {
  display: block;
  color: #3CBFB6;
  font-weight: 600;
  font-style: italic;
}
.section-temoignage .imgcropCtn {
  height: 180px;
  width: 180px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 991px) {
  .section-temoignage .colonneimg {
    order: -1;
  }
  .section-temoignage .imgcropCtn {
    margin: 0 auto 20px;
    width: 150px;
    height: 150px;
  }
  .section-temoignage .temoignage_txt blockquote {
    padding: 0 0 0 35px;
  }
  .section-temoignage .temoignage_txt cite,
  .section-temoignage .temoignage_txt h2 {
    padding-left: 35px;
  }
  .section-temoignage .temoignage_txt h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 575px) {
  .section-temoignage {
    overflow: hidden;
  }
  .section-temoignage .temoignage_txt blockquote i {
    left: -10px;
    top: -47px;
  }
  .section-temoignage .temoignage_txt blockquote i.last-quotes {
    right: -10px;
    bottom: -10px;
  }
  .section-temoignage .row > div {
    flex-direction: column;
  }
  .section-temoignage .temoignage_txt cite,
  .section-temoignage .temoignage_txt h2,
  .section-temoignage .temoignage_txt blockquote {
    padding-left: 0;
  }
}
