/* =========================================================
   HONFLEUR INSIDER
   BANQUES ET DISTRIBUTEURS
   ========================================================= */

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

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

.rdh-dab-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);
}


/* MARQUEURS CARTE */

.rdh-dab-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-dab-marker-distributeur {
  background: #278657;
}


/* POSITION UTILISATEUR */

.rdh-dab-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);
}


/* NUMEROS DANS LA LISTE */

.rdh-dab-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-dab-list-marker-distributeur {
  background: #278657;
}


/* DISTANCE */

.rdh-dab-distance {
  display: block;

  margin-top: 5px;

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

  color: #17345c;
}


/* ELEMENT SELECTIONNE */

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


@media (max-width: 700px) {

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

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

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

    font-size: 13px;
  }

}
