@font-face {
  font-family: 'ARSMaquette';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSMaquettePro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ARSMaquette';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSMaquettePro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ARSMaquette';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSMaquettePro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ARSNovelty';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSNovelty-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tomatoes';
  src: url('/wp-content/themes/yatatheme-child/fonts/TOMATOES 2021.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-temoignage .colonne {
  display: flex;
  column-gap: 70px;
  align-items: center;
}
.section-temoignage .colonne:not(.noquotes) {
  background-image: url(/wp-content/themes/yatatheme-child/template-parts/gutenberg/temoignage/img/bg_temoignage.svg);
  background-repeat: no-repeat;
  background-position: top 60px right;
  background-size: 150px;
}
.section-temoignage .colonne .imgcropCtn {
  height: 300px;
  width: 300px;
  border-radius: 150px;
  flex-shrink: 0;
}
.section-temoignage .colonne .temoignage_txt h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #359B48;
  margin-bottom: 30px;
}
.section-temoignage .colonne .temoignage_txt blockquote p {
  color: #000000;
  font-weight: 500;
  margin-bottom: 10px;
}
.section-temoignage .colonne .temoignage_txt cite {
  display: block;
  text-align: right;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .section-temoignage .colonne .imgcropCtn {
    width: 260px;
    height: 260px;
  }
  .section-temoignage .colonne {
    column-gap: 40px;
  }
  .section-temoignage .colonne .temoignage_txt h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .section-temoignage .colonne .temoignage_txt h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .section-temoignage .colonne .imgcropCtn {
    width: 200px;
    height: 200px;
  }
  .section-temoignage .colonne .temoignage_txt h2 {
    font-size: 2.3rem;
  }
  .section-temoignage .colonne {
    column-gap: 30px;
  }
  .section-temoignage .colonne .temoignage_txt h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 650px) {
  .section-temoignage .colonne {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    background-position: bottom right;
  }
}
