﻿

.demo__body {
    width: 25%;
    margin-left: 25%;
}



/* dimension de la rondelle */
.irs--round .irs-handle {
    top: 4px;
    width: 18px;
    height: 18px;
}

.irs--round.irs-with-grid {
    height: 3.5em;
}

.irs--round .irs-line {
    top: 9px;
    height: 12px;
}

.irs--round .irs-bar {
    top: 10px;
    height: 8px;
    background-color: #16abe3;
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
}

.irs--round .irs-grid-text {
    color: darkslateblue;
    font-size: 14px;
}


/* Caché la graduation */
.irs-grid-pol.small {
    height: 0px;
}

.irs-min,
.irs-max {
    display: none;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    display: none;
}
