.irs--round .irs-handle {
    top: 24px;
    width: 10px;
    height: 10px;
    border: 4px solid #00B4D8;
    background-color: #00B4D8;
    border-radius: 50%;
    box-shadow: none;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    font-size: 16px;
    background-color: transparent;
    color: #00B4D8;
    top: 38px !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    border: none;
    display: none;
}

.irs--round .irs-line {
    top: 28px;
    height: 2px;
    background-color: #000;
    border-radius: 0;
}

.irs--round .irs-bar {
    top: 28px;
    height: 2px;
    background-color: #00B4D8;
}

/* Position des valeurs min/max en dessous de la barre */
.irs--round .irs-min, .irs--round .irs-max {
    top: 38px !important;
    background-color: transparent;
    color: #00B4D8;
    font-size: 14px;
}

/* form#search .price-container .irs-to {font-size: 12px} */
form#save-lead .irs {width: 100%}
form#save-lead .form-text {font-size: 13px}
