.footer { 
    width: 90%;
    margin: 0 auto !important;
}
.separateur {
    width: 90%;
    color: #F6D6CF;
}

@media screen and (max-width: 768px) {
    .footer, .footer-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 1em;
    }

    .separateur {
        display: none;
    }
}