/* tourdepiseitalie.fr — v1.0 — Playfair Display + Source Sans 3, palette verde/marmo */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Source+Sans+3:wght@300;400;600;700&display=swap');

:root {
  --verde:    #2a6440;
  --verde-dk: #1c4a2d;
  --verde-lt: #eaf3ed;
  --marmo:    #f7f4f0;
  --sabbia:   #ede9e2;
  --grigio:   #d9d4cb;
  --oro:      #b5893a;
  --oro-lt:   #fdf8ef;
  --ink:      #1d1b17;
  --muted:    #5a5248;
  --white:    #ffffff;
  --r:        8px;
  --r-lg:     14px;
  --sh:       0 2px 18px rgba(29,27,23,.09);
  --sh-lg:    0 6px 32px rgba(29,27,23,.14);
  --max:      1100px;
  --fc:       'Playfair Display', Georgia, serif;
  --fs:       'Source Sans 3', Arial, sans-serif;
}

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

/* === HEADER === */
.barre-haut { background: var(--white); border-bottom: 2px solid var(--verde-lt); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(42,100,60,.07); }
.barre-in { max-width: var(--max); margin: 0 auto; padding: .75rem 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.logo-texte { font-family: var(--fc); font-size: 1.05rem; font-weight: 700; color: var(--verde); letter-spacing: .02em; white-space: nowrap; }
.logo-texte:hover { color: var(--verde-dk); text-decoration: none; }
.menu-nav { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.menu-nav a { font-family: var(--fs); font-size: .83rem; font-weight: 600; color: var(--muted); letter-spacing: .05em; text-transform: uppercase; transition: color .2s; }
.menu-nav a:hover { color: var(--verde); text-decoration: none; }
.menu-cta { background: var(--verde); color: var(--white) !important; padding: .5rem 1.1rem; border-radius: var(--r); transition: background .2s; white-space: nowrap; }
.menu-cta:hover { background: var(--verde-dk) !important; }
.menu-burger { display: none; background: none; border: none; cursor: pointer; padding: .3rem; flex-direction: column; gap: 5px; }
.menu-burger span { display: block; width: 24px; height: 2px; background: var(--ink); border-radius: 2px; }

/* === HERO === */
.vitrine { position: relative; min-height: 520px; display: flex; align-items: flex-end; overflow: hidden; }
.vitrine img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; z-index: 0; }
.vitrine-voile { position: absolute; inset: 0; background: linear-gradient(to top, rgba(28,74,45,.82) 0%, rgba(28,74,45,.28) 55%, transparent 100%); z-index: 1; }
.vitrine-texte { position: relative; z-index: 2; max-width: var(--max); margin: 0 auto; padding: 3rem 1.4rem 3.5rem; width: 100%; }
.vitrine-texte h1 { font-family: var(--fc); font-size: clamp(2rem,4.8vw,3.1rem); 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); }
.vitrine-texte p { color: rgba(255,255,255,.88); font-size: 1.1rem; max-width: 660px; margin-bottom: 1.5rem; line-height: 1.78; }
.btn-appel { display: inline-block; background: var(--oro); color: var(--white); font-family: var(--fs); 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-appel:hover { background: #9a732f; color: var(--white); text-decoration: none; transform: translateY(-1px); }

/* === SECTIONS === */
.section { padding: 3.5rem 1.4rem; }
.section-marmo { background: var(--marmo); }
.section-sable { background: var(--sabbia); }
.section-verde-lt { background: var(--verde-lt); }
.section-or { background: var(--oro-lt); }
.section-in { max-width: var(--max); margin: 0 auto; }
.section h2 { font-family: var(--fc); font-size: clamp(1.3rem,2.8vw,1.9rem); font-weight: 600; color: var(--ink); margin-bottom: 1.2rem; }
.section p { font-size: 1.0625rem; line-height: 1.82; margin-bottom: 1rem; }
.section ul,.section ol { margin: .8rem 0 1rem; }
.section strong { font-weight: 700; }

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

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

/* CTA band */
.bandeau-vert { background: var(--verde); padding: 2.5rem 1.4rem; text-align: center; }
.bandeau-vert h2 { font-family: var(--fc); color: var(--white); font-size: 1.45rem; margin-bottom: .8rem; }
.bandeau-vert p { color: rgba(255,255,255,.88); margin-bottom: 1.4rem; }
.btn-blanc-or { display: inline-block; background: var(--white); color: var(--verde); font-family: var(--fs); font-size: .86rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; padding: .85rem 2rem; border-radius: var(--r); transition: .2s; }
.btn-blanc-or:hover { background: var(--verde-lt); text-decoration: none; }
.btn-dore { display: inline-block; background: var(--oro); color: var(--white); font-family: var(--fs); 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-dore:hover { background: #9a732f; color: var(--white); text-decoration: none; }

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

/* === PARTNER BOX === */
.cadre-gyg { background: var(--white); border: 2px solid var(--verde); border-radius: var(--r-lg); padding: 1.8rem; margin: 1.5rem 0; box-shadow: var(--sh); }
.cadre-gyg h3 { font-family: var(--fc); font-size: 1.18rem; color: var(--verde); margin-bottom: 1rem; }
.liste-plus { list-style: none; padding: 0; margin: .8rem 0; }
.liste-plus li { padding: .35rem 0 .35rem 1.6rem; position: relative; border-bottom: 1px solid var(--verde-lt); font-size: 1rem; }
.liste-plus li::before { content: '✓'; color: var(--verde); font-weight: 700; position: absolute; left: 0; }
.liste-plus li:last-child { border-bottom: none; }
.btn-tiqets-v { display: inline-block; background: var(--ink); color: var(--white); font-family: var(--fs); 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-v:hover { background: #2d2820; color: var(--white); text-decoration: none; }

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

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

/* === FAQ === */
.faq-rubrique { margin-bottom: 1.5rem; }
.faq-rubrique > h2 { font-size: 1.15rem; padding-bottom: .5rem; border-bottom: 2px solid var(--verde-lt); margin-bottom: .9rem; }
.faq-panneau { background: var(--white); border: 1px solid var(--grigio); border-radius: var(--r); margin-bottom: .6rem; overflow: hidden; transition: box-shadow .2s; }
.faq-panneau.actif { box-shadow: 0 3px 14px rgba(42,100,60,.12); border-color: var(--verde); }
.faq-titre { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.2rem; cursor: pointer; gap: 1rem; }
.faq-titre h3 { font-family: var(--fs); font-size: .97rem; font-weight: 600; color: var(--ink); margin: 0; line-height: 1.4; }
.faq-signe { width: 28px; height: 28px; border-radius: 50%; background: var(--verde-lt); border: 1px solid var(--grigio); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--verde); flex-shrink: 0; transition: transform .25s, background .2s; }
.faq-panneau.actif .faq-signe { transform: rotate(45deg); background: var(--verde); color: var(--white); border-color: var(--verde); }
.faq-contenu { display: none; padding: 0 1.2rem 1.2rem; border-top: 1px solid var(--grigio); }
.faq-panneau.actif .faq-contenu { display: block; }
.faq-contenu p { margin-top: .9rem; font-size: 1rem; }

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

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

/* === FOOTER === */
.pied-page { background: var(--verde-dk); color: rgba(255,255,255,.75); padding: 3rem 1.4rem 1.5rem; }
.pied-grille { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2rem; }
.pied-page h4 { font-family: var(--fs); color: var(--white); font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: .8rem; }
.pied-page p { font-size: .9rem; line-height: 1.6; margin-bottom: .5rem; }
.pied-page a { color: rgba(255,255,255,.6); font-size: .9rem; }
.pied-page a:hover { color: var(--oro); text-decoration: none; }
.pied-liens { list-style: none; padding: 0; }
.pied-liens li { margin-bottom: .4rem; }
.pied-bas { 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); }
.pied-disclaimer { font-size: .82rem; color: rgba(255,255,255,.4); line-height: 1.5; }

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .menu-nav { 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(--grigio); padding: 1rem 1.4rem; box-shadow: var(--sh-lg); gap: .8rem; }
  .menu-nav.visible { display: flex; }
  .menu-burger { display: flex; }
  .pied-grille { grid-template-columns: 1fr; gap: 1.5rem; }
  .grille-info { grid-template-columns: 1fr; }
  .vitrine { min-height: 380px; }
  .vitrine-texte h1 { font-size: 1.7rem; }
  .tableau thead { display: none; }
  .tableau tr { display: block; border: 1px solid var(--grigio); border-radius: var(--r); margin-bottom: .8rem; background: var(--white); }
  .tableau td { display: flex; justify-content: space-between; align-items: center; padding: .6rem 1rem; border-bottom: 1px solid var(--verde-lt); font-size: .95rem; }
  .tableau 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; }
  .tableau td:last-child { border-bottom: none; }
  .btn-tiqets-v { margin-left: 0; margin-top: .6rem; }
  .barre-in { flex-wrap: wrap; }
}
@media (max-width: 480px) {
  .section { padding: 2.5rem 1rem; }
  .vitrine-texte { padding: 2rem 1rem 2.5rem; }
}
