﻿.divRemu {
    display: flex;
    float: left;
    width:100%
}

.divRemu div.RadSlider {
    width:65% !important;
}
    
.Slider {
    width: 100% !important;
    float: left;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.SliderInscription {
    width: 100% !important;
    float: left;
    margin: 2%;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.RadSlider_Bootstrap .rslSelectedregion 
{
    border-color: #DE0083  !important;
    background-color: #ED008C !important;
}

.rslItemsWrapper
{
    top: 12px !important;
    font-size: 70%;
}

.divRemuCustom {
    padding-left : 9px;
}

.bornes {
    width: 14%;
    padding: 4px 0 0 0;
}

.borneMin {
    width: 13%;
    padding: 8px 0 0 0;
    font-size: 9px;
}

.borneMax {
    width: 22%;
    padding: 8px 0 0 14px;
    font-size: 9px;
}

.borneMinInscription {
    width: 14%;
    padding: 12px 0 0 18px;
}

.borneMaxInscription {
    width: 21%;
    padding: 12px 0 0 18px;
}

.borneMinRecherche {
    width: 13%;
    padding: 8px 0 0 0;
    font-size: 9px;
}

.borneMaxRecherche {
    width: 25%;
    padding: 8px 0 0 10px;
    font-size: 9px;
}

.ToolTip {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-color: #ED008C !important;
    color: #fff !important;
    border-radius: 0px !important;
}

/*large screen*/
@media only screen and (min-width:1600px) {
    .borneMax {
        padding: 8px 0 0 20px;
    }

    .borneMaxRecherche {
        padding: 8px 0 0 20px;
    }
}

/*tablette ou écran petit*/
@media all and (max-width: 1200px) {
    .search_range li {
        padding: 0 !important;
    }

    .divRemu {
        padding-top: 10px;
    }

        .divRemu div.RadSlider {
            width: 47% !important;
        }

    .borneMin {
        width: 25%;
        padding: 6px 0 0 0;
    }

    .borneMax {
        width: 34%;
        padding: 6px 0 0 21px;
        font-size: 10px;
    }

    .borneMinInscription {
        width: 21%;
        padding: 8px 0 0 18px;
    }

    .borneMaxInscription {
        padding: 8px 0 0 18px;
    }

    .borneMinRecherche {
        width: 20%;
        padding: 8px 0 0 10px;
    }

    .borneMaxRecherche {
        width: 34%;
        padding: 8px 0 0 12px;
    }
}

/*mobile*/
@media all and (max-width: 679px) {
    .Slider {
        margin: -2% auto;
    }

    .SliderInscription {
        margin: 2% auto;
    }

    .ToolTip {
        font-size: 10px !important;
    }

    .divRemuRecherche {
        padding-top: 3.5% !important;
        padding-left: 2%;
    }

    .borneMinInscription {
        width: 16% !important;
        padding: 14px 0 0 18px !important;
    }

    .borneMaxInscription {
        padding: 14px 0 0 18px !important;
    }

    .borneMinRecherche {
        width: 16% !important;
        padding: 9px 0 0 0 !important;
    }

    .borneMaxRecherche {
        width: 24% !important;
        padding: 9px 0 0 25px !important;
    }
}
