/* Carte des points de vente */

#carte-points-vente {
  width: 100%;
  height: 70vh;
  min-height: 420px;
  max-height: 700px;
  border-radius: 8px;
  z-index: 1; /* reste sous le menu / header du thème */
}

#carte-points-vente .leaflet-popup-content-wrapper {
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .15);
  padding: 0;
  overflow: hidden;
}

#carte-points-vente .leaflet-popup-content {
  margin: 0;
  min-width: 210px;
}

#carte-points-vente .leaflet-popup-tip {
  background: #fff;
}

#carte-points-vente .popup-head {
  background: #1a1a1a;
  color: #fff;
  padding: .65rem 1rem;
}

#carte-points-vente .popup-head strong {
  display: block;
  font-size: .95rem;
  color: #fff;
}

#carte-points-vente .popup-head span {
  font-size: .75rem;
  color: #aaa;
}

#carte-points-vente .popup-body {
  padding: .65rem 1rem;
  font-size: .82rem;
  color: #555;
  line-height: 1.65;
}

#carte-points-vente .popup-body a {
  color: #c8452d;
  text-decoration: none;
}

#carte-points-vente .popup-body a:hover {
  text-decoration: underline;
}
