.footer {
    background-color: #fb4242; /* Couleur de fond gris clair pour le footer */
    color: #212121 ; /* Couleur du texte en noir très foncé */
}

.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    width: 100%;
}

.footer-wave-path {
    fill: #212121 ; /* Couleur de la vague en noir très foncé */
}

.footer-content {
    margin: 0 auto;
    max-width: 1230px;
    padding: 40px 15px;
    text-align: center;
}

.footer-content-column {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer-menu-list {
    list-style: none;
    padding: 0;
    justify-content: center;
    display: flex;
    gap: 5vw;
}

.footer-menu-list li {
    margin: 10px 0;
}

.footer-menu-list li a {
    color: #efefef; 
    font-weight: 600;
}

.footer-copyright {
    background-color: #fb4242; /* Couleur de fond en violet vif */
    color: #efefef; /* Couleur du texte en gris clair */
    padding: 15px 30px;
    text-align: center;
}

.footer-copyright-wrapper {
    margin: 0 auto;
    max-width: 1200px;
}

.footer-copyright-text {
    font-size: 13px;
    margin: 0;
}

.footer-copyright-link {
    color: #efefef; /* Couleur des liens en gris clair */
    font-size: 13px;
}

@media (max-width: 425px) {
    .footer-menu-list {
        flex-direction: column;
        gap: 0;
    }
    .footer-menu-list li {
        margin: 5px 0;
    }
    #policy-container{
        width: 100% !important;
    }

    #cookies-policy .cookies__alert{
        width: 100% !important;
    }
}
