:root {
  --navy: #1B2A4A;
  --navy-light: #2a3f6e;
  --gold: #C9A45A;
  --cream: #F5F0E8;
  --cream-dark: #ede5d5;
  --white: #ffffff;
  --text: #2c2c2c;
  --text-light: #5a5a5a;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Lora', Georgia, serif; background: var(--cream); color: var(--text); line-height: 1.8; }
a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--gold); }
h1, h2, h3, h4 { font-family: 'Cinzel', serif; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.gold-divider { width: 60px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: .8rem 0; }

/* ══ HEADER ══ */
header { background: var(--navy); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(0,0,0,.25); }
nav { display: flex; align-items: center; justify-content: space-between; height: 68px; padding: 0 1.5rem; max-width: 1200px; margin: 0 auto; }
.nav-logo { font-family: 'Cinzel', serif; font-size: 1.05rem; color: var(--gold); letter-spacing: .12em; display: flex; flex-direction: column; line-height: 1.2; }
.nav-logo span { color: rgba(245,240,232,.65); font-size: .62rem; letter-spacing: .2em; font-family: 'Lora', serif; font-style: italic; }
.nav-links { display: flex; gap: .2rem; list-style: none; }
.nav-links a { color: var(--cream); font-family: 'Cinzel', serif; font-size: .73rem; letter-spacing: .07em; padding: .45rem .85rem; border-radius: 3px; transition: color .2s, background .2s; }
.nav-links a:hover { color: var(--gold); background: rgba(201,164,90,.1); }
.has-sub { position: relative; }
.has-sub > a::after { content: " ▾"; font-size: .58rem; }
.sub-menu { display: none; position: absolute; top: 100%; left: 0; background: var(--navy); min-width: 240px; border-top: 2px solid var(--gold); box-shadow: 0 6px 20px rgba(0,0,0,.3); z-index: 200; }
.sub-menu li a { display: block; padding: .55rem 1.2rem; font-size: .72rem; border-bottom: 1px solid rgba(255,255,255,.05); }
.sub-label { font-family: 'Cinzel', serif; font-size: .58rem; letter-spacing: .15em; color: var(--gold); padding: .6rem 1.2rem .2rem; text-transform: uppercase; border-top: 1px solid rgba(255,255,255,.08); pointer-events: none; }
.sub-label:first-child { border-top: none; }
.sub-menu .soon { opacity: .35; pointer-events: none; font-style: italic; }
.has-sub:hover > .sub-menu { display: block; }
.sub-menu .has-sub { position: relative; }
.sub-menu .has-sub > a::after { content: " ▸"; }
.sub-menu .has-sub > .sub-menu { position: absolute; top: 0; left: 100%; border-top: 2px solid var(--gold); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 24px; height: 2px; background: var(--gold); border-radius: 2px; }

/* ══ BREADCRUMB ══ */
.breadcrumb { background: var(--white); border-bottom: 1px solid var(--cream-dark); padding: .7rem 1.5rem; font-size: .78rem; color: var(--text-light); }
.breadcrumb-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.breadcrumb a { color: var(--text-light); transition: color .2s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: var(--gold); }

/* ══ HERO ══ */
.card-hero { background: linear-gradient(135deg, var(--navy) 0%, #0f1c32 100%); padding: 4rem 1.5rem; position: relative; overflow: hidden; }
.card-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(201,164,90,.1) 0%, transparent 60%); }
.card-hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.6fr; gap: 4rem; align-items: center; position: relative; }
.card-image-wrap { display: flex; justify-content: center; }
.card-image-frame { position: relative; display: inline-block; }
.card-image-frame img { width: 220px; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.5), 0 0 0 4px var(--gold); display: block; }
.card-number-badge { position: absolute; top: -12px; left: -12px; width: 38px; height: 38px; background: var(--gold); color: var(--navy); font-family: 'Cinzel', serif; font-weight: 700; font-size: .85rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,.3); }
.card-hero-info { color: var(--white); }
.card-serie { font-family: 'Cinzel', serif; font-size: .7rem; letter-spacing: .2em; color: var(--gold); text-transform: uppercase; margin-bottom: .8rem; display: flex; align-items: center; gap: .6rem; }
.card-serie::before { content: ''; display: inline-block; width: 30px; height: 1px; background: var(--gold); }
.card-hero h1 { font-size: clamp(2rem, 4vw, 3rem); letter-spacing: .06em; line-height: 1.15; margin-bottom: 1rem; }
.card-hero h1 em { color: var(--gold); font-style: normal; }
.card-hero-desc { font-size: 1rem; font-style: italic; color: rgba(245,240,232,.8); line-height: 1.75; margin-bottom: 1.8rem; max-width: 520px; }
.card-keywords { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.keyword { border: 1px solid rgba(201,164,90,.5); color: var(--gold); font-family: 'Cinzel', serif; font-size: .65rem; letter-spacing: .1em; padding: .3rem .8rem; border-radius: 20px; }
.card-cta { display: inline-block; background: linear-gradient(135deg, var(--gold), #a87c35); color: var(--navy); font-family: 'Cinzel', serif; font-weight: 700; font-size: .8rem; letter-spacing: .1em; padding: .85rem 2rem; border-radius: 3px; transition: transform .2s, box-shadow .2s; }
.card-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(201,164,90,.4); color: var(--navy); }

/* ══ QUICK SUMMARY ══ */
.quick-summary { background: var(--white); border-bottom: 3px solid var(--gold); padding: 1.8rem 1.5rem; }
.quick-summary-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; }
.summary-item { padding: .5rem; }
.summary-icon { font-size: 1.6rem; margin-bottom: .4rem; display: block; }
.summary-label { font-family: 'Cinzel', serif; font-size: .62rem; letter-spacing: .12em; color: var(--text-light); text-transform: uppercase; margin-bottom: .3rem; }
.summary-value { font-family: 'Cinzel', serif; font-size: .85rem; color: var(--navy); font-weight: 600; }

/* ══ MAIN CONTENT / TABS ══ */
.main-content { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 300px; gap: 3rem; padding: 3rem 1.5rem 5rem; }
.tabs { margin-bottom: 3rem; }
.tab-nav { display: flex; overflow-x: auto; border-bottom: 2px solid var(--cream-dark); }
.tab-btn { background: none; border: none; font-family: 'Cinzel', serif; font-size: .72rem; letter-spacing: .08em; color: var(--text-light); padding: .75rem 1.1rem; cursor: pointer; white-space: nowrap; border-bottom: 3px solid transparent; margin-bottom: -2px; transition: color .2s, border-color .2s; }
.tab-btn:hover { color: var(--navy); }
.tab-btn.active { color: var(--navy); border-bottom-color: var(--gold); }
.tab-panel { display: none; padding: 2rem 0 0; }
.tab-panel.active { display: block; }
.signif-title { font-size: 1.3rem; color: var(--navy); margin-bottom: .5rem; }
.signif-content p { margin-bottom: 1rem; font-size: .97rem; }
.signif-content h3 { font-size: 1rem; color: var(--navy); margin: 1.5rem 0 .5rem; }
.signif-content ul { padding-left: 1.5rem; margin-bottom: 1rem; }
.signif-content ul li { font-size: .93rem; margin-bottom: .4rem; }

/* ══ TIRAGE ══ */
.tirage-section { margin-bottom: 3rem; }
.tirage-section h2 { font-size: 1.4rem; color: var(--navy); margin-bottom: .5rem; }
.positions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.5rem; }
.position-card { background: var(--cream); border-left: 3px solid var(--gold); padding: 1rem 1.2rem; border-radius: 0 4px 4px 0; }
.position-num { font-family: 'Cinzel', serif; font-size: .65rem; letter-spacing: .12em; color: var(--gold); text-transform: uppercase; margin-bottom: .3rem; }
.position-name { font-family: 'Cinzel', serif; font-size: .88rem; color: var(--navy); margin-bottom: .4rem; }
.position-desc { font-size: .83rem; color: var(--text-light); font-style: italic; }

/* ══ FAQ ══ */
.faq-section { margin-bottom: 3rem; }
.faq-section h2 { font-size: 1.4rem; color: var(--navy); margin-bottom: 1.5rem; }
.faq-item { border-bottom: 1px solid var(--cream-dark); }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 1.1rem 0; cursor: pointer; font-family: 'Cinzel', serif; font-size: .88rem; color: var(--navy); gap: 1rem; }
.faq-icon { flex-shrink: 0; width: 22px; height: 22px; border: 1.5px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .8rem; color: var(--gold); transition: transform .3s; }
.faq-answer { font-size: .9rem; color: var(--text); line-height: 1.75; padding: 0 0 1.2rem; display: none; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-item.open .faq-answer { display: block; }

/* ══ SIDEBAR ══ */
.sidebar { display: flex; flex-direction: column; gap: 1.5rem; }
.sidebar-card { background: var(--white); border: 1px solid var(--cream-dark); border-top: 3px solid var(--gold); border-radius: 4px; padding: 1.5rem; }
.sidebar-card h3 { font-size: .9rem; color: var(--navy); margin-bottom: 1rem; letter-spacing: .05em; }
.assoc-list { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
.assoc-item { display: flex; align-items: flex-start; gap: .6rem; font-size: .83rem; }
.assoc-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; margin-top: .55rem; }
.assoc-dot.green { background: #4caf50; }
.assoc-dot.red { background: #e53935; }
.assoc-dot.neutral { background: var(--gold); }
.assoc-item span { color: var(--text-light); font-size: .78rem; font-style: italic; }
.nav-cartes { list-style: none; display: flex; flex-direction: column; gap: .4rem; }
.nav-cartes a { display: flex; align-items: center; gap: .6rem; font-size: .82rem; padding: .5rem .8rem; border-radius: 3px; transition: background .2s; color: var(--text); }
.nav-cartes a:hover { background: var(--cream); color: var(--navy); }
.nav-cartes .current { background: var(--cream); font-family: 'Cinzel', serif; color: var(--navy); }
.carte-num { width: 24px; height: 24px; background: var(--navy); color: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .65rem; font-family: 'Cinzel', serif; flex-shrink: 0; }
.nav-cartes .current .carte-num { background: var(--gold); color: var(--navy); }
.cta-sidebar { background: linear-gradient(145deg, var(--navy), #0f1c32); border: none; padding: 1.8rem; text-align: center; }
.cta-sidebar h3 { color: var(--gold); font-size: .95rem; margin-bottom: .6rem; }
.cta-sidebar p { color: rgba(245,240,232,.75); font-size: .82rem; font-style: italic; margin-bottom: 1.2rem; }
.cta-sidebar a { display: block; background: linear-gradient(135deg, var(--gold), #a87c35); color: var(--navy); font-family: 'Cinzel', serif; font-weight: 700; font-size: .72rem; letter-spacing: .1em; padding: .75rem 1rem; border-radius: 3px; transition: transform .2s; text-align: center; }
.cta-sidebar a:hover { transform: translateY(-1px); color: var(--navy); }
.nav-section-label { font-family: 'Cinzel', serif; font-size: .6rem; letter-spacing: .15em; color: var(--gold); text-transform: uppercase; padding: .6rem .8rem .2rem; }

/* ══ FOOTER ══ */
footer { background: #0d1724; color: rgba(245,240,232,.5); padding: 2.5rem 1.5rem; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 1rem; text-align: center; }
.footer-logo { font-family: 'Cinzel', serif; font-size: .95rem; color: var(--gold); letter-spacing: .12em; }
.footer-links { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: center; font-size: .75rem; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: .7rem; }
.footer-divider { width: 60px; height: 1px; background: var(--gold); opacity: .3; }

/* ══ RESPONSIVE ══ */
@media (max-width: 900px) {
  .card-hero-inner { grid-template-columns: 1fr; text-align: center; }
  .card-image-wrap { justify-content: center; }
  .card-serie { justify-content: center; }
  .card-keywords { justify-content: center; }
  .card-hero-desc { margin: 0 auto 1.8rem; }
  .quick-summary-inner { grid-template-columns: repeat(2, 1fr); }
  .main-content { grid-template-columns: 1fr; }
  .sidebar { order: -1; }
  .positions-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: var(--navy); padding: 1rem; border-top: 2px solid var(--gold); }
}
