/* Ce fichier a été copié depuis le projet Commun. */
/* Ne pas éditer ce fichier directement; l'éditer depuis le projet Commun. */

/* Styles pour la section des certifications */
.certifications {
    margin-top: 2rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.certifications h3 {
    margin-bottom: 1.5rem;
    color: #495057;
}

.certification-groupe {
    margin-bottom: 2rem;
}

.certification-entete {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #dee2e6;
}

.certification-entete h4 {
    margin: 0;
    color: #212529;
}

.certification-sous-total {
    color: #495057;
    font-weight: 500;
}

.certifications-total {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 2px solid #dee2e6;
    text-align: right;
    font-size: 1.1em;
}