.oeb-map-shell,
.oeb-parcours-shell {
  width: 100%;
}
.oeb-leaflet-map {
  width: 100%;
  min-height: 360px;
  border-radius: 18px;
  overflow: hidden;
  background: #eef3f6;
  margin: 1.5rem 0;
  z-index: 1;
}
.oeb-map-list,
.oeb-route-list {
  margin-top: 1rem;
}
.oeb-map-list-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.oeb-map-list-item h3 {
  margin-top: 0;
}
.leaflet-container a {
  color: #1f6fa8;
}
