#tableauDistances {
  border: 2px solid #566e93;
  border-radius: 5px;
  margin: 0 auto;
}
#tableauDistances thead {
  border-bottom: 1px solid #566e93;
}
#tableauDistances thead tr th {
  padding: 5px;
}
#tableauDistances thead tr th span {
  display: block;
}
@media screen and (max-width: 550px) {
  #tableauDistances thead {
    font-size: small;
  }
}
#tableauDistances tbody tr {
  border-top: 1px solid #566e93;
}
#tableauDistances tbody tr td {
  border-top: 1px solid #566e93;
  padding: 5px;
}
#tableauDistances tbody tr:hover {
  background-color: #e3f0c4;
}
@media screen and (max-width: 550px) {
  #tableauDistances tbody {
    font-size: small;
  }
}
#tableauDistances tfoot td {
  border-top: 1px solid #566e93;
  padding: 5px;
}
@media screen and (max-width: 550px) {
  #tableauDistances tfoot {
    font-size: small;
  }
}

#debutMilieuFin div {
  display: flex;
  justify-content: center;
}
#debutMilieuFin div img {
  max-width: 33.3333333333%;
}
#debutMilieuFin p {
  text-align: center;
}/*# sourceMappingURL=styles2024.css.map */