.home__hero .list__arrows {
    margin-top: 15px;
    margin-bottom: 50px;
}
.home__hero .fusion-builder-column-0 {
    max-height: 100%;
}
.home__hero .fusion-builder-column-0 > .fusion-column-wrapper > div,
.home__hero .fusion-builder-column-0 > .fusion-column-wrapper .fusion-imageframe,
.home__hero .fusion-builder-column-0 > .fusion-column-wrapper .fusion-imageframe img {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.home__hero .fusion-builder-column-0 > .fusion-column-wrapper .fusion-imageframe img {
    height: 100%;
    object-fit: cover;
}

.home__hero .list__arrows.fusion-checklist .fusion-li-item:not(:last-child) {
    margin-bottom: 5px;
}
.home__hero .list__arrows .icon-wrapper {
    margin-top: 1.5px;
}

.fusion-layout-column.home__arrow__sep {
    position: absolute;
    top: -150px;
    right: -70px;
    transform: translate(0, -52.25%);
    text-align: right;
    pointer-events: none;
}

@media only screen and (min-width: 801px) {
    .home__hero {
        height: calc(100vh - 146px) !important;
        min-height: 640px;
    }
}

@media only screen and (max-width: 800px) {
    .home__hero .list__arrows + div {
        text-align: center;
    }
    .home__hero .list__arrows {
        font-size: 1rem !important;
        margin-top: -7px !important;
        margin-bottom: 30px !important;
    }
    .home__hero .fusion-checklist, ul.fusion-checklist.list__arrows {
        padding-left: 0;
    }
}

.home__digit {
    text-align: center;
    padding: 0 10px;
}
.home__digit:first-of-type {
    padding-left: 0;
}
.home__digit:last-of-type {
    padding-right: 0;
}

@media only screen and (max-width: 800px) {
    .home__digit .fusion-imageframe {
        margin-bottom: 10px !important;
    }
    .home__digit img {
        max-height: 52px;
    }
    .home__digit .fusion-text p {
        margin-bottom: 40px;
    }
}

/* Cibles */
.fusion-text-13 {
    margin-bottom: 70px;
}

/* .fusion-body .fusion-builder-column-37 {
    margin-left: -60px !important;
    width: calc(50% + 60px) !important;
} */

/* News */
.home__news .fusion-recent-posts {
    margin-bottom: 0;
}
.home__news .fusion-recent-posts .columns .post {
    padding: 0;
    display: flex;
}
.home__news .fusion-recent-posts .columns .post:not(:last-child) {
    margin-bottom: 25px;
}
.home__news .fusion-flexslider.flexslider {
    width: 29%;
}
.home__news .recent-posts-content {
    width: 71%;
    padding-left: 16px;
}
.home__news .fusion-recent-posts .columns {
    margin: 0;
}
.home__news .fusion-recent-posts .columns .column h4 {
    margin: 11px 0 15px;
}
.home__news .fusion-recent-posts .columns .column .meta {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: 0;
    font-size: 14px;
}
.home__news .fusion-recent-posts .columns .column .meta span:not(.fusion-inline-sep) {
    display: inline;
}
.home__news .fusion-recent-posts .columns .column .meta span:nth-child(3) {
    padding-right: 15%;
    white-space: nowrap;
    align-self: flex-start;
    flex: 1;
}
.home__news .fusion-recent-posts .columns .column .meta span:not(:nth-child(3)) {
    text-align: right;
}
.home__news a[rel="category tag"]:not(:first-of-type) {
    margin-left: 4px;
}
.home__news .fusion-inline-sep {
    display: none;
}

@media only screen and (max-width: 800px) {
    .home__news .fusion-recent-posts {
        margin-left: -29px !important;
        margin-right: -29px !important;
    }
    .home__news .fusion-recent-posts .columns .column .meta {
        display: none;
    }
    .home__news .fusion-recent-posts .fusion-columns {
        display: flex;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding: 0 50px;
    }
    .home__news .fusion-recent-posts .columns .post {
        flex-direction: column;
        min-width: 56.5vw;
        scroll-snap-align: center;
        padding: 0 5px;
        margin-bottom: 0;
    }
    .home__news .fusion-recent-posts .columns .post:first-child {
        margin-left: 24px;
    }
    .home__news .fusion-flexslider.flexslider,
    .home__news .recent-posts-content {
        width: 100%;
    }
    .home__news .fusion-recent-posts .columns .post:not(:last-child) {
        margin-bottom: 0;
    }
    .home__news .recent-posts-content {
        padding-left: 0;
    }
    .home__news .fusion-recent-posts .columns .column h4 {
        margin: 10px 0 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }
}