@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-actualiteshome .intro h2.h1like {
  color: #49B388;
  margin-bottom: 10px;
  font-size: 6rem;
}
.section-actualiteshome .intro p {
  text-align: center;
  font-weight: 600;
  max-width: 900px;
  margin: auto;
}
.section-actualiteshome .intro p a {
  color: #097F72;
  text-decoration: underline;
}
.section-actualiteshome .intro p a:hover {
  color: #49B388;
  text-decoration: none;
}
.section-actualiteshome .actualites__liste {
  margin-top: 30px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3,1fr);
}
.section-actualiteshome .boutonrow > div {
  text-align: center;
}
.section-actualiteshome .boutonrow > div .bouton1 {
  margin-top: 30px;
}
body.darkmode .section-actualiteshome .intro h2.h1like,
body.darkmode .section-actualiteshome .intro p {
  color: #ffffff;
}
@media (max-width: 1599px) {
  .section-actualiteshome .intro h2.h1like {
    font-size: 5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-actualiteshome .actualites__liste {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .section-actualiteshome .actualites__liste {
    grid-template-columns: repeat(2,1fr);
  }
  .section-actualiteshome .intro h2.h1like {
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .section-actualiteshome .actualites__liste {
    margin-top: 30px;
  }
  .section-actualiteshome .boutonrow > div .bouton1 {
    margin-top: 40px;
  }
  .section-actualiteshome .intro h2.h1like {
    font-size: 3.8rem;
  }
}
@media (max-width: 650px) {
  .section-actualiteshome .actualites__liste {
    grid-template-columns: repeat(1,1fr);
  }
}
