.elementor-543 .elementor-element.elementor-element-2a8bb24{font-size:16px;}/* Start custom CSS for shortcode, class: .elementor-element-df419da *//* Badge rôle premium */
.annuaire-badge-role {
    display: inline-block;
    background: #d6b56d; /* or premium */
    color: #0f1f3d;      /* bleu nuit */
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 13px;
    margin: 10px auto 15px;
    text-align: center;
}

/* 4 colonnes spécifiques pour le bureau */
.membres-bureau-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Mobile : 1 colonne */
@media (max-width: 768px) {
    .membres-bureau-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */