/* Style pour le footer */
footer {
    background-color: #16418d; /* Couleur bleue foncée correspondant au thème */
    color: white; /* Texte blanc */
    text-align: center;
    padding: 10px;
    
    /* Fixe le footer en bas de la page */
    position: fixed;
    bottom: 0;
    width: 100%;
}