article {
  margin: 30px 15px;
}
article h1 {
  text-align: center;
}
article .laDate {
  font-size: small;
  font-style: italic;
}
article .intro,
article .conclusion,
article .autreLangue {
  font-style: italic;
}
article h2 {
  font-size: larger;
}
article p {
  line-height: 1.5;
}
article figure {
  margin: 30px auto;
  max-width: 100%;
}
article figure.largeur1 {
  width: 200px;
}
article figure.largeur2 {
  width: 375px;
}
article figure.largeur3 {
  width: 550px;
}
article figure.largeur4 {
  width: 750px;
}
article figure img,
article figure > div {
  border-radius: 5px;
  width: 100%;
}
article figure figcaption {
  font-size: small;
  font-style: italic;
  text-align: center;
  width: 100%;
}
article figure figcaption.surTitre {
  font-style: normal;
  font-weight: bolder;
  padding: 10px;
}
article .deuxFigures {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
article .bibliographie {
  list-style: none;
  padding-left: 0;
}
article .bibliographie li a {
  color: #566e93;
  text-decoration: none;
}
article .bibliographie li a:hover {
  color: #004c6a;
}
article .umap {
  height: 400px;
  max-height: 70vh;
  max-width: 900px;
  width: 100%;
}

.prochainPrecedent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}
.prochainPrecedent button {
  background-color: #004c6a;
  border-radius: 5px;
  color: #f1f1ff;
  padding: 10px;
  width: 100px;
}
.prochainPrecedent button:hover {
  background-color: #566e93;
}

#commentics {
  margin: 15px;
}

.cmtx_iframe_body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}/*# sourceMappingURL=stylesblogue.css.map */