/* Fix: Afficher les bullets de liste correctement dans le footer */
footer ul li {
    display: list-item !important;
    list-style-position: outside !important;
    margin-left: 1.5em !important;
    padding-left: 0 !important;
}

footer ul {
    display: block !important;
}

footer ul li::before {
    content: none !important;
}
