/* ===== SOMMAIRE NUMÉRO ===== */
.numero-type-section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.numero-type-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #003366;
    border-left: 5px solid #003366;
    padding-left: 12px;
    text-align: justify;
}
.numero-type-title.rtl {
    border-left: none;
    border-right: 5px solid #003366;
    padding-left: 0;
    padding-right: 12px;
    direction: rtl;
    text-align: justify;
}
.numero-sommaire-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.numero-sommaire-list li {
    margin-bottom: 18px;
    line-height: 1.6;
}
.numero-sommaire-list a {
    text-decoration: none;
    color: #003366;
    font-weight: 500;
}
.numero-sommaire-list a:hover {
    text-decoration: underline;
}
/* ===== AUTEURS ===== */
.numero-auteur {
    margin-top: 4px;
    font-style: italic;
    font-size: 0.9em;
    color: #666;
}
