﻿:root {
    --main-blue: #0B3D91;
    --main-gray: #2C2C2C;
}

/* Réutilisation des couleurs du synoptique pour les rôles dans les tableaux */

.role-colored[data-role="Président"] {
    color: #7c2d12;
    font-weight: 600;
}

.role-colored[data-role="Vice-Président"] {
    color: #92400e;
    font-weight: 600;
}

.role-colored[data-role="Trésorier"] {
    color: #065f46;
    font-weight: 600;
}

.role-colored[data-role="Secrétaire"] {
    color: #1e40af;
    font-weight: 600;
}

.role-colored[data-role="Autre"] {
    color: #374151;
    font-weight: 600;
}



