@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-lesatouts .intro h2.h1like {
  color: #49B388;
  margin-bottom: 10px;
  font-size: 6rem;
}
.section-lesatouts .intro p {
  text-align: center;
  font-weight: 600;
  max-width: 900px;
  margin: auto;
}
.section-lesatouts .intro p a {
  color: #097F72;
  text-decoration: underline;
}
.section-lesatouts .intro p a:hover {
  color: #49B388;
  text-decoration: none;
}
.section-lesatouts .atouts {
  margin-top: 30px;
}
.section-lesatouts .atouts > div {
  padding: 0 14px;
}
.section-lesatouts .atout {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  height: 100%;
}
.section-lesatouts .atout h3 {
  font-family: 'BebasNeue', sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: center;
  font-style: normal;
}
.section-lesatouts .atout span.soustitre {
  display: block;
  text-align: center;
  font-family: ivypresto-display, serif;
  font-size: 2.4rem;
  font-style: italic;
  margin-bottom: 5px;
}
.section-lesatouts .atout figure.imgcropCtn {
  width: 100%;
  height: 15vw;
}
.section-lesatouts .atout p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.section-lesatouts .atout a.lienatout {
  font-family: 'BebasNeue', sans-serif;
  font-size: 2rem;
  color: #097F72;
  text-decoration: underline;
  margin-right: auto;
}
.section-lesatouts .atout a.lienatout:hover {
  color: #49B388;
  text-decoration: none;
}
.section-lesatouts .boutonrow > div {
  text-align: center;
}
.section-lesatouts .boutonrow > div .bouton1 {
  margin-top: 30px;
}
body.darkmode .section-lesatouts .intro h2.h1like,
body.darkmode .section-lesatouts .intro p {
  color: #ffffff;
}
body.darkmode .section-lesatouts .atout a.lienatout {
  color: #49B388;
}
body.darkmode .section-lesatouts .atout a.lienatout:hover {
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1499px) {
  .section-lesatouts .atouts {
    margin-right: 50px;
  }
}
@media (min-width: 1500px) and (max-width: 1790px) {
  .section-lesatouts .atouts {
    margin-right: 60px;
  }
}
@media (max-width: 1599px) {
  .section-lesatouts .intro h2.h1like {
    font-size: 5rem;
  }
  .section-lesatouts .atout h3 {
    font-size: 3.2rem;
  }
  .section-lesatouts .atout span.soustitre {
    font-size: 2.1rem;
  }
}
@media (max-width: 1199px) {
  .section-lesatouts .atouts > div {
    padding: 0 7px;
  }
  .section-lesatouts .atouts {
    row-gap: 30px;
  }
  .section-lesatouts .atout figure.imgcropCtn {
    height: 25vw;
  }
}
@media (max-width: 991px) {
  .section-lesatouts .atouts {
    margin-top: 30px;
  }
  .section-lesatouts .intro h2.h1like {
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .section-lesatouts .intro h2.h1like {
    font-size: 3.8rem;
  }
  .section-lesatouts .atout figure.imgcropCtn {
    height: 55vw;
  }
}
