@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Medium.otf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Bold.otf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.section-temoignage .container-fluid {
  max-width: 795px;
}
.section-temoignage .row {
  align-items: center;
}
.section-temoignage .temoignage_txt {
  background-image: url('/wp-content/themes/yatatheme/img/guillemets.png');
  background-repeat: no-repeat;
  background-position: right 35px;
}
.section-temoignage .temoignage_txt span.etiquette {
  font-size: 1.4rem;
  line-height: 1.7rem;
  display: inline-block;
  padding: 1px 8px;
  border-radius: 20px;
  background-color: #4C00FF;
  color: #FFFEF1;
  margin-bottom: 20px;
}
.section-temoignage .temoignage_txt h2 {
  font-size: 2.9rem;
  line-height: 3.4rem;
  text-transform: none;
  margin-bottom: 12px;
}
.section-temoignage .temoignage_txt blockquote p {
  margin-bottom: 0;
}
.section-temoignage .imgcropCtn {
  height: 220px;
  width: 220px;
  -webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  border-radius: 110px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 767px) {
  .section-temoignage .temoignage_txt h2 {
    font-size: 2.3rem;
    line-height: 2.9rem;
  }
  .section-temoignage .imgcropCtn {
    margin: 0 auto 10px;
    width: 150px;
    height: 150px;
  }
}
