/* ----------------------------- MAIN BACGROUND ----------------------------- */
@media (max-width: 1024px) {
    .mainIndex:before {
        content: none;
    }
    .heroMailsent:before {
        content: none;
    }
}
@media (min-width: 1024px) and (max-width: 1700px) {
    .mainIndex:before {
        top: -20%;
    }
}
@media (min-width: 2000px) {
    .mainIndex:before {
        background-size: contain;
    }
}

/* ------------------------------- FORMATIONS ------------------------------- */

@media (max-width: 1279px) {
    .formationsImgContainer::after,
    .formationsImgContainer::before {
        display: none;
    }
}
