/* Barre du slider */
.irs--round .irs-bar {
  background-color: #F48FB1 !important;
}

/* Poignées du slider */
.irs--round .irs-handle {
  border-color: #F48FB1 !important;
}

/* Bulle affichant la valeur min/max sélectionnée (au-dessus des poignées) */
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #F48FB1 !important;
}

/* Petite flèche sous la bulle */
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: #F48FB1 !important;
}