main.ancien-monde { 
  display: flex;
  flex-direction: column;
  justify-content: space-around; /* centre la ligne */
  _padding: 2rem;
}

main.ancien-monde ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around; /* centre la ligne */
  list-style: none;
  margin: 0;
  padding: 2rem 0 0 0; /* écartement entre les lignes */
}

main.ancien-monde ul p {
  margin:0.3rem 0 0.7rem 0; /* écartements des dates */
  padding: 0;
}


main.ancien-monde ul .categorie {
    color : rgb(90, 90, 90);
    font-weight: bold;
    font-size: calc(var(--nav-font-size) * 1.1); /* plus grand */
}

main.ancien-monde ul .periode  {
    color : rgba(80, 80, 80, 0.7);
    font-weight: 600; /* bold léger */
    font-style: italic;
}

main.ancien-monde ul.ligne-2 {
    padding-left : 5rem;
    padding-right : 5rem;
}

main.ancien-monde li {
  text-align: center;
}

main.ancien-monde a {
  text-decoration: none;
  color: black;
}

main.ancien-monde img {
    width: 150px;
}

/* **************************  MEDIA QUERIES                    *********************** */

@media all and (max-width: 768px) {
}