.actus {
    display: flex;
    flex-direction: column;
    gap: 15vw;
    margin-bottom: 13.5vw;
}
.actus .title--frontpage {
    font-size: 2.375rem;
    line-height: 2.625rem;
    text-align: center;
}
.actus__header {
    align-items: center;
}
.actus__container {
    display: flex;
    flex-direction: column;
    gap: 15vw;
}
.actus .illustrationContainer {
    width: 100%;
}
.actuC > .illustrationContainer::before {
    background-color: var(--sColor);
    content: "";
    display: block;
    height: 98.5%;
    position: absolute;
    width: 3.5vw;
}
.actuC {
    display: flex;
    flex-direction: column;
    gap: 4vw;
}
.actuC__illustration {
    aspect-ratio: 327/184;
    width: 100%;
}
.actuC__legend {
    display: flex;
    flex-direction: column;
    gap: 3vw;
}
.actuC .title {
    font-family: var(--ffMBo);
    font-size: var(--fsTitleH2);
    line-height: 1.75rem;
}

@media screen and (min-width: 575.98px) {
    .actus__container {
        gap: 12.5vw;
    }
}

@media screen and (min-width: 767.98px) {
    .actus {
        gap: 8.5vw;
        margin-bottom: 10vw;
    }
    .actuC {
        gap: 3vw;
    }
    .actuC__legend {
        gap: 2vw;
    }
    .actuC > .illustrationContainer::before {
        height: 99.5%;
    }
    .actus__container {
        gap: 8.5vw;
    }
}

@media screen and (min-width: 991.98px) {
    .clients ~ .actus {
        gap: 6.5vw;
        margin-top: 10vw;
        margin-bottom: 5vw;
    }

    .actus .title--frontpage {
        font-size: 3.25rem;
        line-height: 3.25rem;
    }
    .actus__container {
        align-items: center;
        gap: 3.5vw;
    }

    .actuC {
        align-items: center;
        flex-direction: row;
        gap: 3.5vw;
        position: relative;
        width: 80vw;
    }
    .actuC:nth-child(1)::after {
        aspect-ratio: 285/295;
        background-image: url(../../img/particles/particleActusTop.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        bottom: -2.5vw;
        content: "";
        display: block;
        position: absolute;
        right: -15vw;
        width: 20vw;
        z-index: 0;
    }
    .actuC:nth-child(2)::before {
        aspect-ratio: 192/387;
        background-image: url(../../img/particles/particleActusBottom.svg );
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        content: "";
        display: block;
        left: -15vw;
        position: absolute;
        top: 0;
        width: 15vw;
        z-index: 0;
    }
    .actuC .title {
        font-size: calc(var(--fsCorpsLess) * 2);
        line-height: calc(var(--fsCorpsLess) * 2);
    }
    .actuC:nth-child(2n) {
        flex-direction: row-reverse;
    }
    .actuC:nth-child(2n) > .illustrationContainer::before {
        left: unset;
        right: 0;
    }
    .actuC__illustration {
        aspect-ratio: 678/381;
    }
    .actuC__legend {
        flex: 0 0 35%;
        gap: 1vw;
    }
    .actuC > .illustrationContainer::before {
        width: 2vw;
        height: 99.25%;
    }
}

@media screen and (min-width: 1199.98px) {
    .actus, .clients ~ .actus {
        gap: 5vw;
    }
    .actus__container {
        gap: 3vw;
    }
    .actuC {
        gap: 2.5vw;
        width: 75vw;
    }
    .actuC__legend {
        flex: 0 0 41%;
    }
    .actuC:nth-child(1)::after {
        bottom: 0vw;
        right: -19vw;
    }
    .actuC:nth-child(2)::before {
        left: -17.5vw;
    }
}

@media screen and (min-width: 1399.98px) {
    .actuC {
        width: 70vw;
    }
    .actuC:nth-child(1)::after {
        bottom: -2.5vw;
    }
    .actuC > .illustrationContainer::before {
        width: 1.5vw;
    }
    .actus, .clients ~ .actus {
        gap: 4.5vw;
    }
}

@media screen and (min-width: 1599.98px) {
    .actus__container {
        gap: 2.5vw;
    }
    .actus, .clients ~ .actus {
        gap: 4vw;
    }
    .clients--frontpage + .actus {
        margin-top: 5vw;
    }
}

@media screen and (min-width: 1799.98px) {
    .actuC:nth-child(1)::after {
        bottom: 2.5vw;
        right: -15vw;
        width: 15vw;
    }
    .actuC:nth-child(2)::before {
        left: -12.5vw;
        top: 7.5vw;
        width: 10vw;
    }
    .actuC > .illustrationContainer::before {
        height: 99.5%;
        width: 1.25vw;
    }
    .actus, .clients ~ .actus {
        gap: 3.5vw;
    }
    .actuC {
        width: 60vw;
    }
}

@media screen and (min-width: 1919.98px) {
    .clients ~ .actus {
        margin-top: 5vw;
    }
    .actuC {
        gap: 1.5vw;
        width: 60vw;
    }
    .actuC > .illustrationContainer::before {
        width: 1.5vw;
    }
    .actuC:nth-child(1)::after {
        right: -18vw;
    }
    .actuC:nth-child(2)::before {
        left: -12vw;
        top: 1vw;
        width: 11.5vw;
    }
    .actuC__legend {
        flex: 0 0 42.5%;
    }
    .actus__container {
        gap: 1.75vw;
    }
}

@media screen and (min-width: 2099.98px) {
    .actus, .clients ~ .actus {
        gap: 3vw;
    }
    .actuC {
        width: 55vw;
    }
}