/* --------- Carte --------- */
#map {
  width: 100%;
  height: 500px;
  border: 3px solid #0077cc;
  border-radius: 12px;
  margin-top: 1.5em;
  margin-bottom: 2em;
  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.15);
}

/* --------- Filtres --------- */
.cadres {
  text-align: center;
  margin: 1.5em 0;
  background-color: #e8f1fc;
  padding: 1.2em;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

#filters label {
  margin-right: 0.5em;
  font-weight: 500;
  color: #005ea8;
}

#filters input[type="date"] {
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 0.5em;
  font-size: 1em;
}

button.filtres {
  margin-left: 1em;
}






/* --------- Liste des stations --------- */
.presentation-list {
  padding-left: 20px;
  margin-left: 10px;
}
