
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 6.8px 0;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24), 0 0 1px rgba(13, 13, 13, 0.24);
    background: #ffffff;
    border-radius: 2.6px;
    border: 1px solid #ffffff;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
    border: 2px solid #ffffff;
    height: 17px;
    width: 17px;
    border-radius: 50px;
    background: #013c9a;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ffffff;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 3.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24), 0 0 1px rgba(13, 13, 13, 0.24);
    background: #ffffff;
    border-radius: 2.6px;
    border: 0.7px solid #ffffff;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
    border: 1px solid #ffffff;
    height: 17px;
    width: 17px;
    border-radius: 50px;
    background: #013c9a;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 3.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #f2f2f2;
    border: 0.7px solid #ffffff;
    border-radius: 5.2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24), 0 0 1px rgba(13, 13, 13, 0.24);
}
input[type=range]::-ms-fill-upper {
    background: #ffffff;
    border: 0.7px solid #ffffff;
    border-radius: 5.2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24), 0 0 1px rgba(13, 13, 13, 0.24);
}
input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
    border: 1px solid #ffffff;
    height: 17px;
    width: 17px;
    border-radius: 50px;
    background: #013c9a;
    cursor: pointer;
    height: 3.4px;
}
input[type=range]:focus::-ms-fill-lower {
    background: #ffffff;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ffffff;
}


.item.active {
    filter: invert(0.5);
}

.owl-dots {
    display: none;
}

.slider.slider-horizontal {
    width: 100% !important;
}

.slider.slider-horizontal .slider-track {
    height: 3px !important;
    width: 100%;
    margin-top: 0 !important;
    top: 50%;
    left: 0;
}

.fs-16 {
    font-size: 16px;
}

.slider-handle {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #006281 !important;
    background-image: -webkit-linear-gradient(top,#006281 0,#2e6da4 100%) !important;
    background-image: -o-linear-gradient(top,#006281 0,#2e6da4 100%) !important;
    background-image: linear-gradient(to bottom,#006281 0,#2e6da4 100%) !important;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);*/
    background-repeat: repeat-x;
    /*filter: none;*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 3px solid white !important;
}

.viaxel-inf-glinche {
    border: 1px solid white !important;
}

.result-calc-cred {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 27px;
}

/*
    FIX display in @media (min-width: 992px) and (max-width: 1199px)
    - Documents commerciaux button
    - Financement > Credit classique
*/
.financFormule {
    max-width: 80% !important;
    padding: 0;
}

@media(min-width: 992px) and(max-width: 1199px) {

    .financFormule {
        max-width: 90% !important;
        padding: 0;
    }

    .financFormule div:nth-child(1) {
        padding: 0;
    }
}

.finance-website .formule-border {
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: 20px;
}