/* Réduction de la taille des titres des blogs */
.blog-pg-style1 .js-subtitle {
  font-size: 36px !important;
}
.blog-pg-style1 .js-subtitle2 {
    font-size: 54px !important;
  }
  
.article-content h2 {
  font-size: 32px !important;
}

.article-content h3 {
  font-size: 26px !important;
}

.article-content h4 {
  font-size: 22px !important;
}

.article-content h5 {
  font-size: 20px !important;
}

/* Ajustement des marges pour une meilleure lisibilité */
.article-content h2, 
.article-content h3, 
.article-content h4, 
.article-content h5 {
  margin-top: 1.5em !important;
  margin-bottom: 0.8em !important;
}

/* Taille des paragraphes */
.article-content p,
.article-content ul li {
  font-size: 18px !important;
  line-height: 1.6 !important;
} 