.job_filters {
    display: block;
}

.job_filters .job_types:after {
    clear: both;
}

.job_filters .job_types:after,
.job_filters .job_types:before {
    content: "";
    display: table;
}

.job_filters select {
    padding: 10px 10px;
    outline: none;
    margin: 0;
    width: 230px;
    max-width: 100%;
    display: inline;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
}

.categorie_job_types {
    width: 25% !important;
    padding: 0px;
}

@media only screen and (max-width: 480px) {
.categorie_job_types {
    width: 100% !important;
    text-align: center;
}
.campus-bloc {
    width: 100% !important;
}
.box-filtres-campus {
    text-align: center;
}
}

.categorie_job_types .title {
    padding: 7px 20px;
    margin-bottom: 20px;
    width: 200px;
    text-align: center;
    border-radius: 20px;
    border-color: #212529;
    border-width: 2px;
    border-style: solid;
}

.categorie_job_types .title:hover {
background-color: #DCDFEF54;
color: #212529;

}
.categorie_job_types .title i:before {display: none;}

.campus-bloc {
    width: 25% !important;
    float: right;
}
.box-filtres-campus label {display: none;}

.box-filtres-campus {margin: 0px;text-align: right;}

.job_types {margin-bottom: 3rem;}

.active li:first-child {
    margin-top: 50px;
}