footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    bottom: 0;
    width: 100%;
}

a {
    text-decoration: none;
    color: white; /* Couleur du texte */
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1; /* Pour s'assurer que le contenu principal prenne tout l'espace disponible */
}

.container {
    flex: 1; /* Pour s'assurer que le contenu principal prenne tout l'espace disponible */
}