@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-contact .contact {
  margin: auto;
  text-align: center;
}
.section-contact .contact .imgcropCtn {
  height: 230px;
  width: 230px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto 10px;
}
.section-contact .contact div.texte {
  font-family: ivypresto-display, serif;
  font-size: 2.2rem;
  line-height: 1.5;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  max-width: 650px;
  margin: 0 auto 20px;
}
.section-contact .contact span.nom {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-contact .contact a {
  display: block;
  color: #097F72;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  width: fit-content;
  margin: auto;
}
.section-contact .contact a:not(:last-child) {
  margin-bottom: 10px;
}
.section-contact .contact a:hover {
  color: #49B388;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .section-contact .contact .imgcropCtn {
    height: 200px;
    width: 200px;
  }
  .section-contact .contact div.texte {
    font-size: 2rem;
  }
  .section-contact .contact span.nom,
  .section-contact .contact a {
    font-size: 2.2rem;
  }
}
@media (max-width: 575px) {
  .section-contact .contact .imgcropCtn {
    height: 170px;
    width: 170px;
  }
  .section-contact .contact div.texte {
    font-size: 1.9rem;
  }
  .section-contact .contact span.nom,
  .section-contact .contact a {
    font-size: 2rem;
  }
}
