/* ===== TITRE PRINCIPAL ===== */
h1 {
    font-size: 28px;      /* Titre de la conférence */
    font-weight: 700;
    color: #0d1b2a;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

/* ===== SOUS-TITRE ===== */
h2 {
    font-size: 22px;      /* Sections principales (Programme, Comité...) */
    font-weight: 600;
    color: #0077b6;
    margin-bottom: 15px;
    position: relative;
}

/* ===== TITRE SECTION ===== */
h3 {
    font-size: 18px;      /* Sous-sections */
    font-weight: 600;
    color: #1e2a36;
    margin-bottom: 10px;
}