/* Styles pour le footer */
footer {
    background-color: #333;
    color: white;
    padding: 20px;
    text-align: center;
}

footer p {
    margin: 10px 0;
    font-size: 14px;
}

footer .social-links {
    margin-top: 10px;
}

footer .social-links a {
    text-decoration: none;
    color: white;
    margin: 0 10px;
    transition: color 0.3s;
}

footer .social-links a:hover {
    color: #e74c3c;
}
