.home_head-container-mainimage img.img-fluid {
    width: 100%;
    height: 380px;
    object-fit: cover;
    z-index: -1;
}

.home_head-container-mainimage {
    position: relative;
    background: linear-gradient(to right, rgba(43, 32, 47, 0.44) 0, rgba(46, 40, 52, 0.27) 40%, rgba(50, 54, 59, 0) 90%);
}

.home_head-container-partners {
    position: absolute;
    top: 14%;
    left: 50%;
    width: 250px;
}
.home_head-container-partners img {
    margin-left: 20px;
}

.home_head-container-maintitle {
    position: absolute;
    top: 20%;
    left: 10%;

    font-size: 55px;
    font-family: Ubuntu-Bold, serif !important;
    font-weight: bold;
    color: #ffffff;
}

#home_right-bloc {
    padding-top: 4%;
}

.reduced-gutter {
    padding-left:5px;
    padding-right:5px;
}

.home_bloc_activities-outer {
    position: relative;
    text-align: center;
    padding: 20px;
}

.home_bloc_activities-outer-students img:not(.home-icon) {
    max-height: 260px;
    width: 100%;
    object-fit: cover;
}

.home_bloc_activities-outer-activities img:not(.home-icon),
.home_bloc_activities-outer-partners img:not(.home-icon) {
    min-height: 280px;
    width: 100%;
    object-fit: cover;
}

.home_bloc_activities {
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 250px;
    padding: 30px 20px 15px;
    box-shadow: 0 3px 6px 0 #0000002e;
}

@media screen and (max-width: 760px) {
    .home_bloc_activities-outer {
        margin-top: 60px;
    }
}

.home_bloc_activities h3,
.home_bloc_students h3 {
    font-family: "Ubuntu-Bold", serif;
    font-size: 20px;
}

.home_bloc_activities a,
a.home_see-all-news {
    font-family: "Ubuntu-Bold", serif;
    color: #63003C;
    margin-bottom: 30px;
    background: transparent url('../images/pictos/long-arrow-right-regular.svg') center right no-repeat;
    padding-right: 25px;
    font-size: 14px;
}

.home_row_activites_partners {
    margin-top: 30px;
}

.home_subbloc_students {
    margin-top: 40px;
    margin-bottom: 20px;
}

.home_top-border-activities,
.home_top-border-partners,
.home_top-border-students {
    height: 10px;
    width: 138px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home_top-border-activities {
    background: #009F8F;
}

.home_top-border-partners {
    background: #0066AA;
}

.home_top-border-students {
    background: #63003C;
}

.home_subbloc_students img {
    margin-bottom: 7px;
}

.home_subbloc_students a {
    color: #2B202F;
}

.home_bloc_students {
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 550px;
    padding: 30px 20px 15px;
    box-shadow: 0 3px 6px 0 #0000002e;
}

.home_head-short-link {
    background: #0066AA;
}

.home_head-short-links a {
    font-family: Ubuntu-Bold, serif;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
}

.home_head-short-links {
    position: absolute;
    right: 0;
    height: 100%;
}

.home_head-short-link {
    text-align: center;
    padding: 15px 30px;
    height: 20%;
}

.home_head-short-links .home_head-short-link_bordered {
    border-bottom: 2px solid #ffffff;
}

.home_head-short-link img {
    margin-bottom: 10px;
}

.home_facet-event {
    border-left: 2px solid rgba(128, 43, 32, 0.2);
}

.bloc_filters-events-home .ubuntu-regular {
    font-family: Ubuntu-Regular, serif;
    font-size: 14px;
}

.bloc_filters-events-home .home_facet-events {
    padding-right: 10px;
    padding-left: 10px;
}

.bloc_filters-events-home .home_facet-events:hover {
    cursor: pointer;
}

.bloc_filters-events-home {
    margin-top: 25px;
}

.bloc_filters-events-home .home-facet-active {
    color: #0066AA;
    font-family: Ubuntu-Bold, serif;
}

@media screen and (max-width: 760px) {
    .home_bloc_students {
        min-width: 300px;
    }

    .home_head-short-links {
        position: initial;
        width: 100%;
    }

    .home_head-container-partners {
        position: initial;
    }

    .home_head-container-mainimage img.img-fluid {
        height: 650px;
    }

    .home_head-container-maintitle {
        position: absolute;
        top: 28%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.col-home-btn {
    width: 20%;
    background: #0066AA;
    text-align: center;
    padding: 15px 0;
    min-height: 80px;
    vertical-align: bottom;
}

.col-home-btn:not(:last-child) {
    border-right: 1px solid #ffffff;
}

.col-home-btn img {
    height: 25px;
}

.col-home-btn a {
    font-family: Ubuntu-Bold, serif;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
}

.container-mobile-home-btn {
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
}