/* palaistopkapi.fr — v1.0 — Lora + Nunito Sans, palette teal/gold */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400&family=Nunito+Sans:wght@300;400;600;700&display=swap');

:root {
  --teal:      #0f5a6e;
  --teal-dk:   #0a3f4e;
  --teal-lt:   #e8f4f7;
  --gold:      #c49a2a;
  --gold-lt:   #fdf6e3;
  --sand:      #f4efe6;
  --cream:     #faf8f4;
  --ink:       #1c1a17;
  --muted:     #5a5248;
  --border:    #ddd5c8;
  --white:     #ffffff;
  --r:         8px;
  --r-lg:      14px;
  --sh:        0 2px 16px rgba(28,26,23,.09);
  --sh-lg:     0 6px 32px rgba(28,26,23,.14);
  --max:       1100px;
  --fh:        'Lora', Georgia, serif;
  --fb:        'Nunito Sans', Arial, sans-serif;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 17px; scroll-behavior: smooth; }
body { font-family: var(--fb); font-size: 1.0625rem; color: var(--ink); background: var(--cream); line-height: 1.82; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--teal-dk); text-decoration: underline; }
ul,ol { padding-left: 1.4rem; }
li { margin-bottom: .35rem; }

/* === HEADER === */
.header-site { background: var(--white); border-bottom: 2px solid var(--teal-lt); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(15,90,110,.08); }
.header-inner { max-width: var(--max); margin: 0 auto; padding: .72rem 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.site-logo { font-family: var(--fh); font-size: 1rem; font-weight: 700; color: var(--teal); letter-spacing: .02em; white-space: nowrap; }
.site-logo:hover { color: var(--teal-dk); text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.nav-links a { font-family: var(--fb); font-size: .83rem; font-weight: 600; color: var(--muted); letter-spacing: .05em; text-transform: uppercase; transition: color .2s; }
.nav-links a:hover { color: var(--teal); text-decoration: none; }
.nav-cta { background: var(--teal); color: var(--white) !important; padding: .5rem 1.1rem; border-radius: var(--r); transition: background .2s; white-space: nowrap; }
.nav-cta:hover { background: var(--teal-dk) !important; }
.burger { display: none; background: none; border: none; cursor: pointer; padding: .3rem; flex-direction: column; gap: 5px; }
.burger span { display: block; width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }

/* === HERO === */
.hero-main { position: relative; min-height: 520px; display: flex; align-items: flex-end; overflow: hidden; }
.hero-main img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,63,78,.82) 0%, rgba(10,63,78,.3) 55%, transparent 100%); z-index: 1; }
.hero-body { position: relative; z-index: 2; max-width: var(--max); margin: 0 auto; padding: 3rem 1.4rem 3.5rem; width: 100%; }
.hero-body h1 { font-family: var(--fh); font-size: clamp(1.9rem,4.5vw,3rem); font-weight: 700; color: var(--white); letter-spacing: .03em; line-height: 1.18; margin-bottom: 1rem; text-shadow: 0 2px 14px rgba(0,0,0,.45); }
.hero-body p { color: rgba(255,255,255,.88); font-size: 1.1rem; max-width: 660px; margin-bottom: 1.5rem; line-height: 1.78; }
.btn-hero { display: inline-block; background: var(--gold); color: var(--white); font-family: var(--fb); font-size: .86rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; padding: .88rem 2.1rem; border-radius: var(--r); transition: background .2s, transform .15s; }
.btn-hero:hover { background: #a8821e; color: var(--white); text-decoration: none; transform: translateY(-1px); }

/* === SECTIONS === */
.bloc { padding: 3.5rem 1.4rem; }
.bloc-clair { background: var(--cream); }
.bloc-sable { background: var(--sand); }
.bloc-teal-lt { background: var(--teal-lt); }
.bloc-gold-lt { background: var(--gold-lt); }
.bloc-inner { max-width: var(--max); margin: 0 auto; }
.bloc h2 { font-family: var(--fh); font-size: clamp(1.3rem,2.8vw,1.85rem); font-weight: 600; color: var(--ink); margin-bottom: 1.2rem; }
.bloc p { font-size: 1.0625rem; line-height: 1.82; margin-bottom: 1rem; }
.bloc ul, .bloc ol { margin: .8rem 0 1rem; }
.bloc strong { font-weight: 700; }

/* section photo */
.img-bloc { width: 100%; height: 280px; object-fit: cover; object-position: center; border-radius: var(--r-lg); margin: 1.4rem 0; box-shadow: var(--sh); }

/* breadcrumb */
.fil-nav { background: var(--teal-lt); padding: .6rem 1.4rem; font-size: .85rem; color: var(--muted); border-bottom: 1px solid var(--border); }
.fil-nav-in { max-width: var(--max); margin: 0 auto; }
.fil-nav a { color: var(--muted); }
.fil-nav a:hover { color: var(--teal); }
.fil-nav span { margin: 0 .4rem; }

/* CTA band */
.bande-cta { background: var(--teal); padding: 2.5rem 1.4rem; text-align: center; }
.bande-cta h2 { font-family: var(--fh); color: var(--white); font-size: 1.45rem; margin-bottom: .8rem; }
.bande-cta p { color: rgba(255,255,255,.88); margin-bottom: 1.4rem; }
.btn-blanc { display: inline-block; background: var(--white); color: var(--teal); font-family: var(--fb); font-size: .86rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; padding: .85rem 2rem; border-radius: var(--r); transition: .2s; }
.btn-blanc:hover { background: var(--teal-lt); color: var(--teal-dk); text-decoration: none; }
.btn-or { display: inline-block; background: var(--gold); color: var(--white); font-family: var(--fb); font-size: .86rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; padding: .85rem 2rem; border-radius: var(--r); transition: .2s; margin-top: 1rem; }
.btn-or:hover { background: #a8821e; color: var(--white); text-decoration: none; }

/* === TABLES === */
.table-wrap { overflow-x: auto; margin: 1rem 0 1.2rem; -webkit-overflow-scrolling: touch; }
.data-table { width: 100%; border-collapse: collapse; font-size: 1rem; }
.data-table thead th { background: var(--teal); color: var(--white); font-family: var(--fb); font-size: .82rem; letter-spacing: .07em; text-transform: uppercase; padding: .72rem 1rem; text-align: left; }
.data-table tbody tr:nth-child(even) { background: var(--teal-lt); }
.data-table tbody tr:hover { background: var(--sand); }
.data-table td { padding: .65rem 1rem; border-bottom: 1px solid var(--border); font-size: 1rem; }

/* === PARTNER BOX === */
.encart-gyg { background: var(--white); border: 2px solid var(--teal); border-radius: var(--r-lg); padding: 1.8rem; margin: 1.5rem 0; box-shadow: var(--sh); }
.encart-gyg h3 { font-family: var(--fh); font-size: 1.18rem; color: var(--teal); margin-bottom: 1rem; }
.liste-avantages { list-style: none; padding: 0; margin: .8rem 0; }
.liste-avantages li { padding: .35rem 0 .35rem 1.6rem; position: relative; border-bottom: 1px solid var(--teal-lt); font-size: 1rem; }
.liste-avantages li::before { content: '✓'; color: var(--teal); font-weight: 700; position: absolute; left: 0; }
.liste-avantages li:last-child { border-bottom: none; }
.btn-tiqets { display: inline-block; background: var(--ink); color: var(--white); font-family: var(--fb); font-size: .86rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; padding: .8rem 1.8rem; border-radius: var(--r); transition: .2s; margin-top: .5rem; margin-left: .6rem; }
.btn-tiqets:hover { background: #2d2820; color: var(--white); text-decoration: none; }

/* widget */
.widget-zone { background: var(--teal-lt); border-radius: var(--r-lg); padding: 1.5rem; margin: 1.5rem 0; overflow: hidden; }

/* === INFOS GRID === */
.grille-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 1rem 0; }
.info-carte { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: 1.2rem; }
.info-carte h3 { font-family: var(--fb); font-size: .88rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--teal); margin-bottom: .6rem; }
.info-carte p, .info-carte li { font-size: .97rem; }

/* === FAQ === */
.faq-groupe { margin-bottom: 1.5rem; }
.faq-groupe > h2 { font-size: 1.15rem; padding-bottom: .5rem; border-bottom: 2px solid var(--teal-lt); margin-bottom: .9rem; }
.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); margin-bottom: .6rem; overflow: hidden; transition: box-shadow .2s; }
.faq-item.open { box-shadow: 0 3px 14px rgba(15,90,110,.12); border-color: var(--teal); }
.faq-header { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.2rem; cursor: pointer; gap: 1rem; }
.faq-header h3 { font-family: var(--fb); font-size: .97rem; font-weight: 600; color: var(--ink); margin: 0; line-height: 1.4; }
.faq-toggle { width: 28px; height: 28px; border-radius: 50%; background: var(--teal-lt); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--teal); flex-shrink: 0; transition: transform .25s, background .2s; }
.faq-item.open .faq-toggle { transform: rotate(45deg); background: var(--teal); color: var(--white); border-color: var(--teal); }
.faq-body { display: none; padding: 0 1.2rem 1.2rem; border-top: 1px solid var(--border); }
.faq-item.open .faq-body { display: block; }
.faq-body p { margin-top: .9rem; font-size: 1rem; }

/* === PAGE HEADER === */
.page-head { background: var(--teal-lt); padding: 2.5rem 1.4rem 2rem; border-bottom: 1px solid var(--border); }
.page-head h1 { font-family: var(--fh); font-size: clamp(1.5rem,4vw,2.2rem); color: var(--teal); }
.page-head p { color: var(--muted); margin-top: .5rem; }
.page-content { max-width: 820px; margin: 0 auto; padding: 2.5rem 1.4rem; }
.page-content h2 { font-family: var(--fh); font-size: 1.25rem; margin: 2rem 0 .7rem; color: var(--ink); }
.page-content h3 { font-family: var(--fb); font-size: 1rem; font-weight: 700; margin: 1.4rem 0 .5rem; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.page-content p, .page-content li { font-size: 1rem; line-height: 1.8; }
.page-content ul { margin: .5rem 0 1rem; }

/* 404 */
.notfound { min-height: 60vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 3rem 1.4rem; }
.notfound-num { font-family: var(--fh); font-size: clamp(5rem,15vw,9rem); font-weight: 700; color: var(--teal-lt); line-height: 1; margin-bottom: .5rem; }
.notfound h1 { font-family: var(--fh); font-size: 1.6rem; margin-bottom: .8rem; color: var(--teal); }
.notfound p { color: var(--muted); margin-bottom: 1.8rem; max-width: 480px; }
.btn-404a { display: inline-block; background: var(--teal); color: var(--white); font-family: var(--fb); font-size: .86rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; padding: .85rem 2rem; border-radius: var(--r); margin: .4rem; }
.btn-404b { display: inline-block; border: 2px solid var(--teal); color: var(--teal); font-family: var(--fb); font-size: .86rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; padding: .8rem 2rem; border-radius: var(--r); margin: .4rem; }
.btn-404a:hover, .btn-404b:hover { opacity: .85; text-decoration: none; }

/* === FOOTER === */
.footer-site { background: var(--teal-dk); color: rgba(255,255,255,.75); padding: 3rem 1.4rem 1.5rem; }
.footer-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2rem; }
.footer-site h4 { font-family: var(--fb); color: var(--white); font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: .8rem; }
.footer-site p { font-size: .9rem; line-height: 1.6; margin-bottom: .5rem; }
.footer-site a { color: rgba(255,255,255,.6); font-size: .9rem; }
.footer-site a:hover { color: var(--gold); text-decoration: none; }
.footer-nav { list-style: none; padding: 0; }
.footer-nav li { margin-bottom: .4rem; }
.footer-bottom { max-width: var(--max); margin: 0 auto; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; gap: .8rem; justify-content: space-between; align-items: center; font-size: .82rem; color: rgba(255,255,255,.4); }
.footer-disclaimer { font-size: .82rem; color: rgba(255,255,255,.4); line-height: 1.5; margin-top: .5rem; }

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; align-items: flex-start; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); border-top: 1px solid var(--border); padding: 1rem 1.4rem; box-shadow: var(--sh-lg); gap: .8rem; }
  .nav-links.visible { display: flex; }
  .burger { display: flex; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .grille-2col { grid-template-columns: 1fr; }
  .hero-main { min-height: 380px; }
  .hero-body h1 { font-size: 1.7rem; }
  .data-table thead { display: none; }
  .data-table tr { display: block; border: 1px solid var(--border); border-radius: var(--r); margin-bottom: .8rem; background: var(--white); }
  .data-table td { display: flex; justify-content: space-between; align-items: center; padding: .6rem 1rem; border-bottom: 1px solid var(--teal-lt); font-size: .95rem; }
  .data-table td::before { content: attr(data-label); font-weight: 700; font-size: .82rem; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; flex-shrink: 0; margin-right: .8rem; }
  .data-table td:last-child { border-bottom: none; }
  .btn-tiqets { margin-left: 0; margin-top: .6rem; }
  .header-inner { flex-wrap: wrap; }
}
@media (max-width: 480px) {
  .bloc { padding: 2.5rem 1rem; }
  .hero-body { padding: 2rem 1rem 2.5rem; }
}
