/* Uniformise tous les titres d'article avec Times New Roman */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: "Times New Roman", serif !important;
  font-weight: 300 !important;
  color: #000 !important;
  font-size: inherit !important;
  line-height: 1.4 !important;
  margin: 20px 0;
}

/* Supprime les styles inline parasites dans les titres */
.entry-content h1 span,
.entry-content h2 span,
.entry-content h3 span,
.entry-content h4 span,
.entry-content h5 span,
.entry-content h6 span {
  font-family: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}