﻿.divRemu {
    display: flex;
    float: left;
    width: 100%
}

/*.divRemu div.RadSlider {
    width: 70% !important;
}*/

.divRemu div.RadSlider {
    width: 100% !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;
}

.SliderCandidat {
    width: 100% !important;
    float: left;
    margin: 2%;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.RadSlider_Bootstrap .rslSelectedregion {
    border-color: #2e6da4 !important;
    background-color: #7D53B4 !important;
}

.rslItemsWrapper {
    top: 12px !important;
    font-size: 70%;
}

.divRemuCustom {
    padding-left: 9px;
}

.bornes {
    width: 14%;
    padding: 4px 0 0 0;
}

.borneMin {
    width: 22%;
    padding: 6px 0 0 0;
    font-size: 12px;
}

.borneMax {
    width: 33%;
    padding: 4px 0 0 20px;
    font-size: 12px;
}

.borneMinInscription {
    padding: 11px 0;
    font-size: 85%;
}

.borneMaxInscription {
    padding: 11px 0;
    font-size: 85%;
}

.borneMinCandidat {
    padding: 11px 0;
    font-size: 85%;
}

.borneMaxCandidat {
    padding: 11px 0;
    font-size: 85%;
}

.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: #7D53B4 !important;
    color: #fff !important;
    border-radius: 0px !important;
}

    .ToolTip div {
        color: #fff !important;
    }

/*large screen*/
@media only screen and (min-width:1600px) {
    .borneMax {
        padding: 4px 0 0 11px;
    }

    .borneMaxRecherche {
        padding: 8px 0 0 20px;
    }

    .RadSlider_Bootstrap .rslSelectedregion {
        border-color: #2e6da4 !important;
        background-color: #7D53B4 !important;
    }

    .ToolTip {
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        background-color: #7D53B4 !important;
        color: #fff !important;
        border-radius: 0px !important;
    }

    .divWidthLarge {
        width: 65% !important;
    }

    .divWidthMoyen {
        width: 35% !important;
    }
}

/*tablette ou écran petit*/
@media all and (max-width: 1200px) {
    .search_range li {
        padding: 0 !important;
    }

    .divRemu div.RadSlider {
        width: 90% !important;
        font-size: 1vh !important;
    }

    .borneMin {
        width: 19%;
        padding: 6px 0 0 0;
    }

    /*.borneMax {
        width: 34%;
        padding: 6px 0 0 21px;
        font-size: 10px;
    }*/

    .borneMax {
        width: 22%;
        padding: 4px 0 0 25px;
        font-size: 12px;
    }

    .borneMinInscription {
        padding: 19px 0;
        font-size: 1.4vh !important;
    }

    .borneMaxInscription {
        padding: 19px 0;
        font-size: 1.4vh !important;
    }

    .titleCandidature {
        font-size: 2vh;
    }

    .borneMinCandidat {
        padding: 11px 0;
        font-size: 1.4vh !important;
    }

    .borneMaxCandidat {
        padding: 11px 0;
        font-size: 1.4vh !important;
    }

    .borneMinRecherche {
        width: 20%;
        padding: 8px 0 0 10px;
    }

    .borneMaxRecherche {
        width: 34%;
        padding: 8px 0 0 12px;
    }

    .RadSlider_Bootstrap .rslSelectedregion {
        border-color: #2e6da4 !important;
        background-color: #7D53B4 !important;
    }

    .ToolTip {
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        background-color: #7D53B4 !important;
        color: #fff !important;
        border-radius: 0px !important;
        font-size: 1vh !important;
    }

    .divWidthLarge {
        width: 65%;
    }

    .row1200 {
        width:100%;
    }

    .result_head_list_offre .head{
        height:25vh;
    }
}

/*mobile*/
@media all and (max-width: 679px) {
    .divRemu div.RadSlider {
        width: 75% !important;
        font-size: 1.4vh !important;
    }

    /*.divWidthLarge {
        width: 75% !important;
    }*/

    /*.Slider {
        margin: -2% auto;
    }*/

    .SliderInscription {
        margin: 2% auto;
    }

    .SliderCandidat {
        margin: 2% auto;
    }

    .ToolTip {
        /*font-size: 10px !important;*/
        font-size: 1.4vh !important;
    }

    .divRemuRecherche {
        padding-top: 3.5% !important;
        padding-left: 2%;
    }

    .borneMin {
        width: 19%;
        padding: 6px 0 0 0;
        font-size: 12px;
    }

    .borneMax {
        width: 22%;
        padding: 4px 0 0 12px;
        font-size: 12px;
    }

    .borneMinInscription {
        padding: 11px 0;
        font-size: 1.4vh !important;
    }

    .borneMaxInscription {
        padding: 11px 0;
        font-size: 1.4vh !important;
    }

    .borneMinCandidat {
        padding: 11px 0;
        font-size: 1.4vh !important;
    }

    .borneMaxCandidat {
        padding: 11px 0;
        font-size: 1.4vh !important;
    }

    .borneMinRecherche {
        width: 16% !important;
        padding: 9px 0 0 0 !important;
    }

    .borneMaxRecherche {
        width: 24% !important;
        padding: 9px 0 0 25px !important;
    }

    .RadSlider_Bootstrap .rslSelectedregion {
        border-color: #2e6da4 !important;
        background-color: #7D53B4 !important;
    }

    .ToolTip {
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        background-color: #7D53B4 !important;
        color: #fff !important;
        border-radius: 0px !important;
    }
}