/* ===================================================================
	CONTENU PREMIUM – Institutionnel moderne et élégant
=================================================================== */
:root {
	/* ===============================================================
		PALETTE PRINCIPALE — JICABLE
	=============================================================== */
	
	/* Bleu Institutionnel Jicable (utilisé dans header / navigation) */
	--blue-900: #0f1c2d;   /* Très foncé – titres forts / texte premium */
	--blue-800: #162740;   /* Titres secondaires */
	--blue-700: #1e3556;   /* Titres & liens principaux */
	--blue-600: #264069;   /* Bordures, accents, icônes */
	--blue-500: #305188;   /* Survol léger, icônes actives */
	--blue-400: #4a6ca4;   /* Arrière-plans doux pour cartes */
	--blue-300: #7e9ac7;   /* Surbrillances légères */
	--blue-200: #b6c9e5;   /* Fonds */
	--blue-100: #dce7ff;   /* Mise en valeur douce */
	--blue-50:  #eef4ff;   /* Fond très clair premium */
	
	/* ===============================================================
		PALETTE NEUTRE — GRIS STRUCTURELS
	=============================================================== */
	
	--gray-900: #111827;  /* Texte léger sur fond blanc */
	--gray-800: #1f2937;  /* Texte courant */
	--gray-700: #374151;  /* Texte secondaire */
	--gray-600: #4b5563;  /* Notes */
	--gray-500: #6b7280;  /* Icônes / éléments discrets */
	--gray-400: #9ca3af;  /* Séparateurs */
	--gray-300: #d1d5db;  /* Bordures */
	--gray-200: #e5e7eb;  /* Fonds légers */
	--gray-100: #f3f4f6;  /* Alternances */
	--gray-50:  #fafafa;  /* Fond clair institutionnel */
	
	/* ===============================================================
		PALETTE D’ACCENT — INFORMATIONS IMPORTANTES
	=============================================================== */
	
	/* Vert (succès) */
	--green-700: #166534;
	--green-600: #15803d;
	--green-500: #22c55e;
	--green-100: #dcfce7;
	
	/* Rouge (attention / PDF / alertes) */
	--red-700: #b91c1c;
	--red-600: #dc2626;
	--red-500: #ef4444;
	--red-100: #fee2e2;
	
	/* Orange (avertissements / notices) */
	--orange-700: #c2410c;
	--orange-600: #ea580c;
	--orange-500: #f97316;
	--orange-100: #ffedd5;
}


.section-block.premium {
	padding: 16px 18px 14px 22px;
	margin-bottom: 28px;
	background-color: var(--white);
	border-left: 4px solid var(--blue-600);
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
}

/* Titres de section */
.section-block.premium .section-title {
	margin-top: 0;
	font-size: 18px;
	font-weight: 700;
	color: var(--blue-700);
	border-bottom: 1px solid var(--gray-200);
	padding-bottom: 4px;
	margin-bottom: 12px;
}

/* Sous-titres */
.section-block.premium .subsection-title {
	font-size: 15px;
	font-weight: 600;
	color: var(--blue-600);
	margin: 20px 0 6px 0;
}

/* Chiffres importants */
.section-block.premium .value {
	font-size: 16px;
	font-weight: 700;
	color: var(--blue-600);
	padding: 2px 6px;
	border-radius: 4px;
	background-color: var(--gray-100);
	margin-right: 2px;
}

/* Date principale */
.section-block.premium .key-metric {
	font-size: 15px;
	font-weight: 600;
	color: var(--blue-600);
	margin-bottom: 10px;
}

/* Paragraphes */
.section-block.premium p {
	margin: 6px 0;
	color: var(--gray-800);
}

/* ===================================================================
	CHAIRMAN MESSAGE — Style premium institutionnel
=================================================================== */

.chairman-block {
	padding: 20px 24px;
	background-color: var(--white);
	border-left: 5px solid var(--blue-600);
	border-radius: 8px;
	margin-bottom: 30px;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.10);
}

.chairman-header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 18px;
}

.chairman-photo {
	width: 110px;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.20);
}

.chairman-title {
	margin: 0 0 4px 0;
	font-size: 20px;
	font-weight: 800;
	color: var(--blue-700);
}

.chairman-name {
	font-size: 13px;
	color: var(--gray-700);
	margin: 0;
}

.chairman-content {
	font-size: 13.5px; /* légèrement plus petit pour le texte long */
	color: var(--gray-800);
}

.chairman-content p {
	margin: 10px 0;
}

/* Première phrase en style éditorial */
.chairman-content .opening {
	font-weight: 600;
	font-size: 14px;
	color: var(--blue-700);
}

/* Sous-titre (Highlights...) */
.events-title {
	margin-top: 24px;
	font-size: 16px;
	font-weight: 700;
	color: var(--blue-700);
	border-bottom: 1px solid var(--gray-300);
	padding-bottom: 4px;
	margin-bottom: 12px;
}

/* Liste élégante */
.chairman-list {
	margin: 0 0 16px 0;
	padding-left: 20px;
}

.chairman-list li {
	margin-bottom: 10px;
	line-height: 1.5;
}

/* Signature */
.signature {
	margin-top: 20px;
	font-style: italic;
	color: var(--gray-700);
}
/* ===================================================================
	OBJECTIVES PAGE — Style institutionnel premium (léger)
=================================================================== */

.objectives-block {
	padding: 10px 4px;
}

/* Bloc de section */
.objective-section {
	padding: 16px 18px 14px 22px;
	margin-bottom: 26px;
	background-color: var(--white);
	border-left: 4px solid var(--blue-600);
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
}

/* Titre de section */
.objective-title {
	margin-top: 0;
	font-size: 17px;
	font-weight: 700;
	color: var(--blue-700);
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid var(--gray-200);
}

/* Paragraphes */
.objective-section p {
	margin: 10px 0;
	font-size: 14px;
	color: var(--gray-800);
	line-height: 1.55;
}
/* ===================================================================
	COMMITTEE PAGE — Style premium institutionnel
=================================================================== */

.committee-block {
	padding: 4px 4px;
}

/* SECTION (Chairman, Vice-Chairmen, etc.) */
.committee-section {
	margin-bottom: 30px;
	background-color: var(--white);
	border-left: 4px solid var(--blue-600);
	border-radius: 6px;
	padding: 16px 20px;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
}

/* TITRE DE SECTION */
.committee-title {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	color: var(--blue-700);
	border-bottom: 1px solid var(--gray-200);
	padding-bottom: 6px;
	margin-bottom: 12px;
}

/* LISTE GLOBALE */
.committee-list {
	display: flex;
	flex-direction: column;
}

/* LIGNE D'UN MEMBRE */
.committee-item {
	padding: 6px 8px;
	font-size: 13.5px;
	color: var(--gray-800);
	border-radius: 4px;
}

/* ALTERNANCE AUTOMATIQUE */
.committee-item:nth-child(even) {
	background-color: var(--gray-100);
}

.committee-item:nth-child(odd) {
	background-color: var(--white);
}
/* ===================================================================
	SESSION OVERVIEW — Liste premium institutionnelle
=================================================================== */
/* ===================================================================
	SESSION OVERVIEW — Ligne cliquable premium + chevron
=================================================================== */
/* ===================================================================
	SESSION OVERVIEW — Version compacte premium
=================================================================== */

.session-overview h1 {
	margin-bottom: 14px;
	color: var(--blue-700);
}

/* Liste compacte */
.session-list {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

/* Ligne compacte */
.session-item {
	display: grid;
	grid-template-columns: 90px 1fr 14px; /* Code | Titre | Chevron compact */
	align-items: center;
	padding: 7px 12px;
	background-color: var(--white);
	border-left: 3px solid var(--blue-600);
	border-radius: 4px;
	color: inherit;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
	transition: background-color 0.15s ease, transform 0.12s ease;
}

/* Alternance légère */
.session-item:nth-child(even) {
	background-color: var(--gray-100);
}

/* Survol */
.session-item:hover {
	background-color: var(--gray-200);
	transform: translateX(2px);
}

/* Code session compact */
.session-code {
	font-size: 13px;
	font-weight: 700;
	color: var(--blue-700);
	white-space: nowrap;
}

/* Titre compact */
.session-title {
	font-size: 13px;
	color: var(--gray-800);
	line-height: 1.35;
}

/* Chevron compact */
.session-chevron {
	font-size: 14px;
	font-weight: 400;
	color: var(--gray-500);
	justify-self: end;
	transition: color 0.15s ease;
}

/* Chevron devient bleu au survol */
.session-item:hover .session-chevron {
	color: var(--blue-600);
}
/* ==========================================================================
	OPENING LECTURES — Style premium + mise en valeur d'une année
========================================================================== */

/* Liste compacte */
.opening-list {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

/* Chaque bloc cliquable */
.opening-item {
	display: block;
	padding: 8px 12px;
	border-left: 3px solid var(--gray-300);
	background: var(--white);
	border-radius: 4px;
	line-height: 1.3;
	font-size: 14px;
	color: var(--gray-800);
	text-decoration: none;       /* pas de soulignement sur le bloc */
	transition: background-color 0.15s ease, transform 0.12s ease, border-left-color 0.15s ease;
}

.opening-item:hover {
	background: var(--gray-100);
	transform: translateX(2px);
}

/* Titre année */
.opening-item h3 {
	margin: 0 0 3px 0;
	font-size: 15px;
	color: var(--blue-700);
}

/* Titre de la conférence */
.opening-title {
	margin: 0 0 2px 0;
	font-size: 14px;
}

/* Orateur */
.opening-speaker {
	margin: 0;
	font-size: 13px;
	color: var(--gray-700);
}

/* Icône PDF compacte */
.opening-title img,
.opening-speaker img {
	width: 14px;
	height: 14px;
	margin-right: 4px;
	vertical-align: -2px;
}

/* Mise en valeur de l'année courante */
.opening-item.is-current {
	background: var(--blue-50);
	border-left-color: var(--blue-600);
}

.opening-item.is-current h3 {
	color: var(--blue-800);
}

.opening-item.is-current .opening-title {
	font-weight: 600;
	color: var(--blue-900);
}
.opening-item:hover {
	background: var(--gray-100);
	border-left-color: var(--blue-600);
	transform: translateX(3px);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12);
}
/* ======================================================================*/
.prize-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.prize-item {
    display: block;
    padding: 8px 12px;
    background: var(--white);
    border-left: 3px solid var(--gray-300);
    border-radius: 4px;
    text-decoration: none;
    color: var(--gray-800);
    transition: background 0.15s ease, border-left-color 0.15s ease, transform 0.12s ease;
}

.prize-item:hover {
    background: var(--gray-100);
    border-left-color: var(--blue-600);
    transform: translateX(3px);
}

.prize-item h3 {
    margin: 0 0 3px 0;
    font-size: 15px;
    color: var(--blue-700);
}

.prize-authors {
    margin: 0 0 2px 0;
    font-size: 13px;
    color: var(--gray-700);
}

.prize-title {
    margin: 0;
    font-size: 14px;
}

.prize-title img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    vertical-align: -2px;
}

/* Mise en valeur de l'année courante */
.prize-item.is-current {
    background: var(--blue-50);
    border-left-color: var(--blue-600);
}

.prize-item.is-current h3 {
    color: var(--blue-800);
}

.prize-item.is-current .prize-title {
    font-weight: 600;
    color: var(--blue-900);
}
/* ======================================================================*/
/* SOUS-SESSION*/
/* ======================================================================*/

/* Badge session 
	.session-meta {
    margin: 4px 0 12px 0;
	}
	
	.session-badge {
    display: inline-block;
    padding: 2px 8px;
    font-size: 11.5px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
	}
	
	.session-badge.oral {
    background: var(--blue-50);
    color: var(--blue-800);
	}
	
	/* Liste de communications 
	.session-papers.cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
	}
	/* début de correction 
	/* IEEE / POSTER : neutralise complètement le mode cards 
	.session-papers.ieee {
    gap: 6px;
	}
	
	.session-papers.ieee .paper-item {
    background: none;
    border-left: none;
    border-radius: 0;
    padding: 6px 0;
	}
	/* Empêche toute influence du mode cards 
	.session-papers.ieee.cards {
    gap: 6px;
	}
	/* MODE POSTER / IEEE : neutralisation des styles globaux 
	.session-papers.ieee p {
    margin: 0;
    line-height: 1.35;
	}
	
	.session-papers.ieee .paper-authors p {
    margin: 2px 0;
    font-size: 12.5px;
	}
	
	.session-papers.ieee .paper-affiliation {
    display: inline;
    margin-left: 4px;
	}
	
	
	/* fin de correction
	
	.session-papers.ieee .paper-item {
    background: none;
    border-left: none;
    border-radius: 0;
    padding: 6px 0;
	}
	
	
	/* Carte communication 
	.paper-item {
    background: var(--white);
    border-left: 3px solid var(--gray-300);
    padding: 10px 14px;
    border-radius: 4px;
    transition: background 0.15s ease, border-left-color 0.15s ease;
	}
	
	.paper-item:hover {
    background: var(--gray-100);
    border-left-color: var(--blue-600);
	}
	
	/* En-tête 
	.paper-header {
    /* margin-bottom: 6px; 
	margin-bottom: 2px;
	}
	
	.paper-id {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-600);
    margin-bottom: 2px;
	}
	
	/* Titre communication 
	.paper-title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
	}
	
	.paper-title a {
    color: var(--blue-800);
    text-decoration: none;
	}
	
	.paper-title a:hover {
    text-decoration: underline;
	}
	
	/* Auteurs 
	.paper-authors p {
    margin: 3px 0;
    font-size: 13px;
    line-height: 1.4;
    color: var(--gray-800);
	}
	
	/* Affiliations 
	.paper-affiliation {
    /*display: block;
    font-size: 12px;
    font-style: italic;
    color: var(--gray-600);
	}
	
	/* Icône PDF 
	.paper-title img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    vertical-align: -2px;
	}
/* POSTER */

/* Badge Poster 
	.session-badge.poster {
    background: var(--gray-100);
    color: var(--gray-700);
	}
	
	/* Mode IEEE : liste compacte 
	.session-papers.ieee {
    display: flex;
    flex-direction: column;
    gap: 6px;
	}
	
	/* Communication en mode IEEE 
	.session-papers.ieee .paper-item {
    background: none;
    border-left: none;
    border-radius: 0;
    padding: 6px 0;
    border-bottom: 1px solid var(--gray-200);
	}
	
	.session-papers.ieee .paper-item:last-child {
    border-bottom: none;
	}
	
	/* Titre plus compact 
	.session-papers.ieee .paper-title {
    font-size: 14px;
    font-weight: 600;
	}
	
	/* Auteurs plus denses 
	.session-papers.ieee .paper-authors p {
    font-size: 12.5px;
    line-height: 1.35;
	}
	
	/* Affiliations encore plus discrètes 
	.session-papers.ieee .paper-affiliation {
    font-size: 11.5px;
    color: var(--gray-600);
	}
	
	/* Hover très discret (optionnel mais utile) 
	.session-papers.ieee .paper-item:hover {
    background: var(--gray-50);
	}
	
/* Workshops */
/* Liste des workshops */
.workshop-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Carte workshop */
.workshop-item {
    display: flex;
    gap: 16px;
    padding: 12px 16px;
	
    background: var(--gray-50);                 /* fond légèrement soutenu */
    border: 1px solid var(--gray-200);          /* bordure fine */
    border-left: 4px solid var(--blue-500);     /* accent Jicable */
	
    border-radius: 5px;
	
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);   /* ombre douce */
	
    transition:
	background 0.15s ease,
	box-shadow 0.15s ease,
	border-left-color 0.15s ease;
}
/*.workshop-item {
    display: flex;
    gap: 16px;
    padding: 10px 14px;
    background: var(--white);
    border-left: 3px solid var(--gray-300);
    border-radius: 4px;
    transition: background 0.15s ease, border-left-color 0.15s ease;
}*/
/* Hover */
.workshop-item:hover {
    background: var(--white);
    border-left-color: var(--blue-700);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.10);
}

/*.workshop-item:hover {
    background: var(--gray-100);
    border-left-color: var(--blue-600);
}*/


/* Colonne année */
.workshop-year {
    min-width: 90px;
    text-align: center;
}

.workshop-year .year {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--blue-800);
}

.workshop-year .code {
    font-size: 12px;
    color: var(--gray-600);
}

/* Contenu */
.workshop-title {
    margin: 0 0 4px 0;
    font-size: 15px;
    font-weight: 600;
}

.workshop-meta {
    margin: 0;
    font-size: 13px;
    color: var(--gray-700);
}

.workshop-location {
    margin: 2px 0 0 0;
    font-size: 12.5px;
    color: var(--gray-600);
}
/* ============================================================
   CONFÉRENCES – CARDS VERTICALES
============================================================ */

/* Conteneur */
#conf-cards-vertical {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 30px;
}

/* Card */
#conf-cards-vertical .conf-card-v {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;

    width: auto;
    max-width: none;
    padding: 18px 16px;

    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #e3e3e3;

    text-decoration: none;
    color: #222;
	text-align: center;

    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.06);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

/* Logo */
#conf-cards-vertical .conf-card-v img {
    max-width: 70px;
    width: auto;
    height: auto;
    display: block;
}

/* Texte */
#conf-cards-vertical .conf-card-v span {
    margin-top: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    white-space: nowrap;
}

/* Hover */
#conf-cards-vertical .conf-card-v:hover {
    transform: translateY(-5px);
    box-shadow:
        0 6px 14px rgba(0, 0, 0, 0.14),
        0 16px 32px rgba(0, 0, 0, 0.18);
}

/* Mobile */
@media (max-width: 600px) {
    #conf-cards-vertical .conf-card-v {
        padding: 16px 12px;
    }

    #conf-cards-vertical .conf-card-v img {
        max-width: 80px;
    }

    #conf-cards-vertical .conf-card-v span {
        font-size: 0.9rem;
    }
}
