/* =========================================================
   HONFLEUR INSIDER
   SANTE & URGENCES
   ========================================================= */

.rdh-sante-map-wrap {
  position: relative;
  margin: 16px 0 18px;
  overflow: hidden;
  border-radius: 22px;
  background: #e9eef4;
}

.rdh-sante-map {
  width: 100%;
  height: 330px;
  background: #e9eef4;
}

.rdh-sante-locate {
  position: absolute;
  z-index: 800;
  left: 14px;
  right: 14px;
  bottom: 14px;

  min-height: 46px;
  border: 0;
  border-radius: 16px;

  background: rgba(255,255,255,.96);
  color: #17345c;

  font-size: 15px;
  font-weight: 800;

  box-shadow: 0 5px 18px rgba(0,0,0,.17);
}

.rdh-sante-marker {
  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  border: 3px solid #fff;

  background: #17345c;
  color: #fff;

  font-size: 13px;
  font-weight: 900;

  box-shadow: 0 3px 9px rgba(0,0,0,.28);
}

.rdh-sante-marker-pharmacie {
  background: #278657;
}

.rdh-sante-marker-veterinaire {
  background: #8a5a2b;
}

.rdh-sante-user-marker {
  width: 20px;
  height: 20px;

  border-radius: 50%;
  border: 4px solid #fff;

  background: #2478ff;

  box-shadow:
    0 0 0 3px rgba(36,120,255,.28),
    0 2px 8px rgba(0,0,0,.25);
}

.rdh-sante-distance {
  display: block;
  margin-top: 5px;

  font-size: 13px;
  font-weight: 800;
  color: #17345c;
}

.rdh-practical-item.rdh-sante-selected {
  outline: 2px solid rgba(23,52,92,.18);
  background: #f7faff;
}

@media (max-width: 700px) {

  .rdh-sante-map {
    height: 290px;
  }

  .rdh-sante-map-wrap {
    border-radius: 20px;
  }

}


/* =========================================================
   SANTE & URGENCES
   NUMEROS DE LISTE = COULEURS DE LA CARTE
   ========================================================= */

.rdh-sante-list-marker {
  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 38px;

  border-radius: 50%;
  border: 3px solid #fff;

  background: #17345c;
  color: #fff;

  font-size: 14px;
  font-weight: 900;

  box-shadow: 0 3px 9px rgba(0,0,0,.16);
}

.rdh-sante-list-marker-pharmacie {
  background: #278657;
}

.rdh-sante-list-marker-veterinaire {
  background: #8a5a2b;
}

@media (max-width: 700px) {

  .rdh-sante-list-marker {
    width: 36px;
    height: 36px;
    flex-basis: 36px;

    font-size: 13px;
  }

}
