@font-face {
  font-family: 'Hackney';
  src: url('/wp-content/themes/yatatheme/fonts/Hackney.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Limejuice';
  src: url('/wp-content/themes/yatatheme/fonts/Limejuice.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
.section-dernieresactus .container-fluid h2 {
  color: #E62332;
  text-align: center;
  margin-bottom: 20px;
}
.section-dernieresactus .container-fluid span.soustitre {
  display: block;
  text-align: center;
  font-weight: 300;
  color: #E62332;
  font-size: 4.4rem;
  margin-bottom: 25px;
}
.section-dernieresactus .container-fluid div.intro {
  margin-bottom: 30px;
}
.section-dernieresactus .container-fluid div.intro p {
  text-align: center;
  font-size: 2.4rem;
}
.section-dernieresactus .container-fluid .blog__liste {
  display: flex;
  column-gap: 24px;
}
.section-dernieresactus .container-fluid a.bouton1 {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .section-dernieresactus .container-fluid span.soustitre {
    font-size: 3.4rem;
  }
  .section-dernieresactus .container-fluid div.intro p {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .section-dernieresactus .container-fluid span.soustitre {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
  .section-dernieresactus .container-fluid div.intro p {
    font-size: 2rem;
  }
  .section-dernieresactus .container-fluid .boutons {
    text-align: center;
  }
  .section-dernieresactus .container-fluid .boutons a.bouton1 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section-dernieresactus .container-fluid h2 {
    margin-bottom: 10px;
  }
  .section-dernieresactus .container-fluid span.soustitre {
    font-size: 2.3rem;
    margin-bottom: 10px;
  }
  .section-dernieresactus .container-fluid div.intro {
    margin-bottom: 20px;
  }
  .section-dernieresactus .container-fluid .blog__liste {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (max-width: 575px) {
  .section-dernieresactus .container-fluid .boutons a.bouton1 {
    margin-top: 20px;
  }
}
