/* Conteneur liste des candidats */

.conteneur-liste-candidat {
  grid-template-columns: 33% 33% 33%;
  gap: 15px;
}

.grid-item {
  line-height: normal;
  cursor: pointer;
}

.candidature-etat {
  border-radius: 100%;
  width: 4%;
  height: 10%;
  background: #9a1429;
}

.red {
  background: #d90000;
}

.green {
  background: #058915;
}

.blue {
  background: #084298;
}

.gold {
  background: #ffc107;
}

.orange {
  background: #d95700;
}

.leaflet-conteneur a.leaflet-popup-close-button {
  color: #ffffff !important;
  top: -3px !important;
  right: 3px !important;
}