@font-face {
  font-family: 'BebasNeue';
  src: url('/wp-content/themes/yatatheme-child/fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gotham-Book.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
.section-temoignage .temoignage {
  display: flex;
  column-gap: 44px;
}
.section-temoignage .temoignage .imgcropCtn {
  height: 260px;
  width: 260px;
  flex-shrink: 0;
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  border-radius: 130px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-temoignage .temoignage .temoignage_txt cite {
  font-family: ivypresto-display, serif;
  font-size: 2.2rem;
  line-height: 1.4;
  font-style: italic;
  display: block;
  margin-bottom: 40px;
}
.section-temoignage .temoignage .temoignage_txt cite span {
  display: block;
  font-weight: 700;
}
.section-temoignage .temoignage .temoignage_txt blockquote {
  font-size: 2.4rem;
  margin: 0;
  position: relative;
}
.section-temoignage .temoignage .temoignage_txt blockquote i {
  position: absolute;
  color: #dbebee;
  font-size: 90px;
  top: 40px;
  left: -20px;
  z-index: -1;
}
.section-temoignage .temoignage .temoignage_txt blockquote a:hover {
  text-decoration: underline;
}
body.darkmode .section-temoignage .temoignage .temoignage_txt blockquote i {
  color: #101010;
}
@media (max-width: 1199px) {
  .section-temoignage .temoignage .temoignage_txt {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .section-temoignage .temoignage .temoignage_txt cite {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .section-temoignage .temoignage .temoignage_txt {
    padding-right: 0px;
  }
  .section-temoignage .temoignage .imgcropCtn {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .section-temoignage .temoignage {
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .section-temoignage .temoignage .imgcropCtn {
    height: 170px;
    width: 170px;
  }
}
