

/* On cache l'employeur */
li.n-job-title-box p.company-name{
    display:none;
}
@media screen and (max-width: 747px) {
    .wpgb-area-top-1 .wpgb-facet,
    .wpgb-area-top-3 .wpgb-facet{
        margin-top:0.5em;
    }

    h4.filterMobileH4{
        text-align: center;
        margin-top: -14px;
        margin-bottom: 15px;
        height: 38px;
        line-height: 38px;
        border-radius: 5px;
        border: 1px solid lightgray;
        background:#fff;
        position: relative;
        z-index: 2;
    }

    h4.filterMobileH4.filterMobileActive{
        color:var(--main-color);
    }
}