#page-blog {
  padding-top: 120px !important;
}

#page-blog p {
  font-family: 'Cormorant Garamond', serif;
}

#page-blog h1,
h2,
h3,
h4,
h5 {
  font-family: 'Cinzel', serif;
}

#page-sousblog {
  padding-top: 120px !important;
}

#page-sousblog p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
}

#page-sousblog h1,
h2,
h3,
h4,
h5 {
  font-family: 'Cinzel', serif;
  color: goldenrod;
}

.article-image {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}

.styled-list li::before {
  /* content: "✔"; */
  /* ou "–" si tu veux garder le tiret classique */
  color: rgb(219, 173, 20);
  /* couleur dorée */
  font-weight: bold;
  margin-right: 10px;
}

span {
  color: rgb(220, 219, 219);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
}

.text-jaune {
  color: goldenrod;

}

.text-bleu {
  color: rgb(40, 17, 116);

}

section a {
  font-family: 'Cormorant Garamond', serif !important;

}

small,
p {
  font-family: 'Cormorant Garamond', serif !important;

}

h2 {
  font-size: 1.2rem;
  font-weight: bold;
}

h3 {
  font-size: 1.1rem;

}

#page-sousblog p {
  font-size: 1.2rem !important;
}

#page-sousblog a {
  font-size: 1.2rem;

}

#page-blog h1 {
  font-size: 2.0rem !important;
  font-weight: bold;
  font-family: 'Cinzel', serif;
}