/* Image et titres en blanc */
footer img,
footer h6 {
    color: #fff;
    filter: brightness(0) invert(1); /* rend les logos en blanc si c’est un png foncé */
}

/* Textes et liens par défaut */
footer p,
footer a {
    color: #F9F9F9 !important;
    transition: all 0.3s ease;
    font-size: .875rem !important;
}

/* Liens au survol */
footer a:hover {
    color: #F97316 !important;
}

/* Réseaux sociaux - cercles */
footer .social-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #F9F9F9;
    transition: all 0.3s ease;
    font-size: 16px;  background-color: #F97316;
    color: #FFF;
}

/* Réseaux sociaux - hover */
footer .social-icon:hover {
    background-color: #F97316;
    color: #fff !important; 
}

/* Réseaux sociaux - hover */
footer .fa-solid {
    color: #F97316;
}
