


/*
DUAL RANGE
*/

#achat-vente .noUi-target{
    height: 8px;
    border:none !important;
}

#achat-vente .noUi-handle{
    width: 16px;
    height: 16px;
    top: -5px;
    right: -9px;
    box-shadow: none !important;
    border-radius: 100% !important;
    background: #D20000;
    border: 2px solid #D20000;

}
#achat-vente .noUi-handle::before, #achat-vente .noUi-handle::after{
    display: none !important;
}

#achat-vente .noUi-connects{
    background: #D1D1D1;
}

#achat-vente .noUi-connect{
    background: #D20000;
}