/* Add here all your css styles (customizations) */
.tooltip-inner {
    background-color: #FFFFFF;
    color: slategray;
    border: 1px solid slategray;
    text-align: left;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #FFFFFF;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #FFFFFF;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #FFFFFF;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: slategray;

}

.u-select--v3 .bootstrap-select,
.u-select--v3 .bootstrap-select .dropdown-menu {
  width: 100% !important;
  min-width: 100% !important;
}

/* Zone scrollable */
#listeFans {
  background-color: #fff;
  border-radius: 6px;
}

/* Scrollbar SimpleBar */
.simplebar-scrollbar::before {
  background-color: rgba(150, 150, 150, 0.4);
  border-radius: 10px;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track.simplebar-vertical {
  width: 6px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar {
  width: 6px;
}

/* Hover (Unify feel) */
.simplebar-scrollbar:hover::before {
  background-color: rgba(150, 150, 150, 0.65);
}

#listeFans section.media {
  padding: 8px;
  border-radius: 6px;
  transition: background-color 0.15s ease;
}

#listeFans section.media:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.table-scroll {
  max-height: 500px;
}

/* Header fixe */
.table-scroll thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f7f7f7; /* même fond que Unify */
}

/* optionnel : petite bordure */
.table-scroll thead th {
  border-bottom: 1px solid #ddd;
}

#map {
  height: 500px;
  width: 100%;
}


