/* Grille des membres de l'équipe / C.A — shortcode [spa-equipe] / [spa-ca] */
.spa-equipe-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin: 30px 0;
}

.spa-equipe-card {
    text-align: center;
}

.spa-equipe-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.spa-equipe-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.spa-equipe-placeholder {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #e9f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #52bfdc;
}

.spa-equipe-title {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #333;
}

.spa-equipe-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #52bfda;
    margin: 8px auto 0;
}
