@charset "UTF-8";

/* CORPS D'ARTICLES */

.article {
  margin: 1rem;
}

.titre-article {
  color: black;
  margin: 1rem 0 0 0;
}

.titre-article a {
  color: black;
  text-decoration: none;
  font-size: 2.2rem;
  font-variant: small-caps;
  font-family: 'Catamaran', sans-serif;
 }

 .titre-article a:hover {
  color: var(--couleur-liens-hover);
 }
 
.chapo {
  font-size: 1.2rem;
  color: var(--couleur-complementaire-mono);
  font-family: "Khula", sans-serif;
  font-variant: small-caps;
}

.article h3 {
	color: var(--couleur-dominante);
	margin: 1.4rem 0 0 0;
	font-size: 1.4rem;
}

.article p {
  margin: 0.5rem 0;
}

.article ol, .article ul {
  margin: 1em 10% 1em 7%;
  text-align: justify;
}

.article li {
	margin-bottom: 0.8em;
	text-align: justify;
}

.article li strong {
	color: var(--couleur-complementaire-mono);
}

#navigation-pages {
  text-align: center;
}

#navigation-pages a {
  text-decoration: none;
}