/* ============================================
   Groupe CIEL — Additions (nouvelles fonctionnalités)
   ============================================ */

/* ---------- Member card photo support ---------- */
.member-card__photo {
    overflow: hidden;
}

.member-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*border-radius: 50%;*/
}