@import url('https://fonts.googleapis.com/css2?family=Petrona:wght@400;600;800&family=Commissioner:wght@400;500;700&display=swap');

:root {
  --eau: #5BAFA8;
  --coquille: #FBF9F5;
  --brun: #6B5445;
  --sable: #E5DCCF;
  --anthracite: #2E3230;
  --blanc: #FFFFFF;
  --largeur: 1200px;
  --filet: 1px solid rgba(46, 50, 48, .28);
  --titre: 'Petrona', serif;
  --texte: 'Commissioner', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--anthracite); background: var(--coquille); font-family: var(--texte); font-size: 17px; line-height: 1.68; overflow-x: hidden; }
body::after { content: ''; position: fixed; inset: 0; z-index: -3; pointer-events: none; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(107,84,69,.035) 25%); }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: var(--titre); font-weight: 600; }
h2 { font-size: clamp(2.5rem, 5.2vw, 5.8rem); line-height: .94; letter-spacing: -.04em; }
h3 { font-size: clamp(1.45rem, 2.4vw, 2.45rem); line-height: 1; letter-spacing: -.025em; }
.saut { position: fixed; left: 1rem; top: -5rem; z-index: 300; padding: .65rem 1rem; color: var(--anthracite); background: var(--eau); border: 1px solid var(--anthracite); transition: top .25s ease, background .25s ease; }
.saut:focus { top: 1rem; background: var(--coquille); }
.surtitre { margin-bottom: 1rem; color: var(--brun); font-size: .7rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.intro-centree { width: min(820px, calc(100% - 2rem)); margin: 0 auto clamp(3rem, 6vw, 6rem); text-align: center; }
.intro-centree > p:last-child { width: min(650px, 100%); margin-right: auto; margin-left: auto; }

.hd-s { position: absolute; left: 0; right: 0; top: 0; z-index: 100; min-height: 98px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(1.5rem, 4vw, 5rem); padding: 1rem clamp(1rem, 4vw, 4.5rem); color: var(--coquille); border-bottom: 1px solid rgba(251,249,245,.25); background: transparent; transition: min-height .35s ease, background .35s ease, color .35s ease, backdrop-filter .35s ease, border-color .35s ease, transform .35s ease; }
.hd-s.defile, .hd-s.hd-interne { position: fixed; color: var(--coquille); background: rgba(46,50,48,.92); border-color: rgba(251,249,245,.18); backdrop-filter: blur(15px); }
.hd-s.defile { min-height: 74px; }
.hd-s.hd-interne { position: relative; background: var(--anthracite); }
.marque-s { display: inline-grid; justify-items: start; color: currentColor; font-family: var(--titre); line-height: .72; letter-spacing: -.065em; transition: color .3s ease, transform .3s ease; }
.marque-s span { font-family: var(--texte); font-size: .68rem; font-weight: 700; letter-spacing: .3em; transform: translateX(.13em); }
.marque-s strong { font-size: 2.75rem; font-weight: 800; }
.marque-s:hover { color: var(--eau); transform: translateY(-3px); }
.nav-s { display: flex; align-items: center; justify-content: center; gap: clamp(.8rem, 1.8vw, 2rem); }
.nav-s a { position: relative; font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: color .25s ease, transform .25s ease; }
.nav-s a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: var(--eau); transition: right .3s ease, background .3s ease; }
.nav-s a:hover, .nav-s a.actif { color: var(--eau); transform: translateY(-2px); }
.nav-s a:hover::after, .nav-s a.actif::after { right: 0; }
.tel-s { justify-self: end; white-space: nowrap; font-family: var(--titre); font-size: 1.05rem; transition: color .25s ease, letter-spacing .25s ease; }
.tel-s:hover { color: var(--eau); letter-spacing: .04em; }
.menu-s { display: none; color: currentColor; background: transparent; border: 1px solid currentColor; padding: .45rem .75rem; cursor: pointer; transition: color .25s ease, background .25s ease, transform .25s ease; }
.menu-s:hover { color: var(--anthracite); background: var(--eau); transform: translateY(-2px); }
.volet-menu { position: fixed; inset: 0; z-index: 90; display: grid; align-content: center; justify-items: center; gap: .8rem; padding: 7rem 1.5rem 2rem; color: var(--coquille); background: var(--brun); visibility: hidden; opacity: 0; clip-path: inset(0 0 100% 0); transition: opacity .45s ease, clip-path .65s cubic-bezier(.77,0,.18,1), visibility .65s ease; }
.volet-menu.ouvert { visibility: visible; opacity: 1; clip-path: inset(0); }
.volet-menu a { font-family: var(--titre); font-size: clamp(1.7rem, 5vw, 3rem); line-height: 1.2; transition: color .25s ease, transform .25s ease; }
.volet-menu a:hover { color: var(--eau); transform: translateX(8px); }

.hero-plein { position: relative; min-height: 100vh; min-height: 100svh; color: var(--coquille); background: var(--anthracite); overflow: hidden; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; animation: ken-burns 22s ease-in-out infinite alternate; will-change: transform; }
.hero-fond { position: absolute; inset: 0; background: linear-gradient(to top, rgba(24,27,25,.97) 0%, rgba(24,27,25,.78) 25%, rgba(24,27,25,.2) 62%, transparent 85%); pointer-events: none; }
.hero-titre { position: absolute; left: clamp(1rem, 6vw, 7rem); bottom: clamp(2rem, 7vh, 5.5rem); z-index: 3; width: min(730px, 66vw); animation: monte-titre 1s both .15s; }
.hero-titre .surtitre { color: var(--eau); animation: monte-titre .8s both .1s; }
.hero-titre h1 { margin-bottom: 1.2rem; font-size: clamp(3.5rem, 8vw, 9rem); line-height: .85; letter-spacing: -.05em; animation: monte-titre .9s both .25s; }
.hero-titre > p:not(.surtitre) { width: min(570px, 100%); margin-bottom: 1.6rem; font-size: 1rem; animation: monte-titre .9s both .4s; }
.hero-titre .bt-s { animation: monte-titre .9s both .55s; }
.carnet-hero { position: absolute; right: clamp(1rem, 4vw, 4rem); bottom: clamp(3rem, 7vh, 5.5rem); z-index: 4; width: min(335px, 26vw); margin: 0; color: var(--anthracite); background: var(--coquille); border: 1px solid rgba(251,249,245,.65); border-radius: 50% 50% 0 0 / 20% 20% 0 0; overflow: hidden; animation: arrivee-carnet 1s both .8s; transition: transform .45s ease, border-color .45s ease, background .45s ease; }
.carnet-hero:hover { transform: translateY(-9px); border-color: var(--eau); background: var(--blanc); }
.carnet-hero img { width: 100%; aspect-ratio: 16 / 9; display: block; object-fit: cover; filter: saturate(.78); transition: filter .45s ease, transform .65s ease; }
.carnet-hero:hover img { filter: saturate(1.05); transform: scale(1.035); }
.carnet-hero div { padding: 1rem 1.2rem 1.2rem; }
.carnet-hero span { display: block; margin-bottom: .35rem; color: var(--brun); font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.carnet-hero strong { display: block; font-family: var(--titre); font-size: 1.05rem; }
.carnet-hero p { margin: .35rem 0 0; font-size: .7rem; }
.defile { position: absolute; left: 50%; bottom: 1rem; z-index: 5; display: grid; justify-items: center; gap: .3rem; font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; transform: translateX(-50%); transition: color .25s ease, bottom .25s ease; }
.defile i { width: 1px; height: 24px; background: currentColor; animation: fil-defile 2s ease-in-out infinite; }
.defile:hover { color: var(--eau); bottom: .75rem; }
.bt-s { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .75rem 1.35rem; color: var(--anthracite); background: var(--eau); border: 1px solid var(--anthracite); border-radius: 3px; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: color .3s ease, background .3s ease, border-color .3s ease, transform .3s ease, letter-spacing .3s ease; }
.bt-s:hover { color: var(--coquille); background: var(--brun); border-color: var(--brun); transform: translateY(-4px); letter-spacing: .13em; }
.bt-s.clair { color: var(--anthracite); background: var(--coquille); border-color: var(--coquille); }
.bt-s.clair:hover { color: var(--coquille); background: transparent; border-color: var(--coquille); }

.utile-s { width: min(var(--largeur), calc(100% - 2rem)); display: grid; grid-template-columns: repeat(4, 1fr); margin: clamp(4rem, 7vw, 7rem) auto clamp(7rem, 11vw, 11rem); border-top: 1px solid var(--anthracite); border-bottom: 1px solid var(--anthracite); }
.utile-s > span, .utile-s > a { display: grid; place-items: center; gap: .25rem; min-height: 105px; padding: 1rem; text-align: center; border-right: var(--filet); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.utile-s > span strong { font-family: var(--titre); font-size: 1.7rem; letter-spacing: -.02em; }
.utile-s > a { border-right: 0; color: var(--brun); font-family: var(--titre); font-size: 1.45rem; letter-spacing: -.02em; transition: color .25s ease, background .25s ease; }
.utile-s > a:hover { color: var(--coquille); background: var(--brun); }
.utile-s > p { grid-column: 1 / -1; margin: 0; padding: .7rem 1rem; color: var(--coquille); background: var(--brun); text-align: center; font-size: .74rem; }

.mosaique-portraits { width: min(1400px, calc(100% - 2rem)); margin: 0 auto clamp(8rem, 13vw, 14rem); }
.galerie-animaux { display: grid; grid-template-columns: 1.2fr .75fr .9fr; grid-template-rows: 330px 270px; gap: clamp(.8rem, 2vw, 2rem); align-items: end; }
.galerie-animaux figure { position: relative; height: 100%; margin: 0; overflow: hidden; border: var(--filet); border-radius: 50% 50% 0 0 / 26% 26% 0 0; background: var(--sable); }
.galerie-animaux figure.grand { grid-row: 1 / 3; }
.galerie-animaux figure.haut { grid-row: 1 / 3; align-self: start; height: 82%; }
.galerie-animaux img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); transition: filter .6s ease, transform 1s ease; }
.galerie-animaux figure:hover img { filter: saturate(1.05); transform: scale(1.04); }
.galerie-animaux figcaption { position: absolute; left: .8rem; right: .8rem; bottom: .8rem; padding: .5rem .7rem; color: var(--coquille); background: rgba(46,50,48,.82); font-size: .66rem; letter-spacing: .06em; transform: translateY(130%); transition: transform .35s ease, background .35s ease; }
.galerie-animaux figure:hover figcaption { background: var(--brun); transform: translateY(0); }

.outil-carnet { padding: clamp(6rem, 11vw, 12rem) max(1rem, calc((100vw - var(--largeur)) / 2)); background: var(--sable); }
.titre-outil { width: min(800px, 100%); margin: 0 auto clamp(3rem, 6vw, 6rem); text-align: center; }
.amorce { color: var(--brun); font-size: .75rem; font-weight: 700; letter-spacing: .09em; }
.visionneuse { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 620px; border: 1px solid var(--anthracite); background: var(--coquille); }
.photo-active { position: relative; overflow: hidden; }
.photo-active img { width: 100%; height: 100%; display: block; object-fit: cover; transition: opacity .25s ease, transform .6s ease, filter .6s ease; }
.photo-active:hover img { transform: scale(1.025); filter: saturate(1.08); }
.photo-active span { position: absolute; left: 1rem; bottom: 1rem; padding: .5rem .7rem; color: var(--coquille); background: var(--anthracite); font-family: var(--titre); font-size: 1.1rem; }
.texte-carnet { align-self: center; padding: clamp(2rem, 6vw, 6rem); }
.texte-carnet > p:first-child { color: var(--brun); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.texte-carnet h3 { font-size: clamp(2rem, 3.8vw, 4rem); }
.texte-carnet ul { padding: 0; margin-top: 2rem; list-style: none; border-top: var(--filet); }
.texte-carnet li { padding: .75rem 0; border-bottom: var(--filet); font-size: .82rem; }
.vignettes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; width: min(800px, 100%); margin: 1.2rem auto 0; }
.vignettes button { position: relative; padding: 0; overflow: hidden; background: transparent; border: 1px solid var(--anthracite); border-radius: 50% 50% 0 0 / 25% 25% 0 0; cursor: pointer; opacity: .58; transition: opacity .3s ease, transform .3s ease, border-color .3s ease; }
.vignettes button:hover, .vignettes button.actif { opacity: 1; transform: translateY(-6px); border-color: var(--brun); }
.vignettes img { width: 100%; aspect-ratio: 16 / 8; display: block; object-fit: cover; }
.vignettes span { position: absolute; right: .45rem; bottom: .35rem; width: 25px; height: 25px; display: grid; place-items: center; color: var(--coquille); background: var(--anthracite); border-radius: 50%; font-size: .62rem; }

.diptyque-maison { min-height: 860px; display: grid; grid-template-columns: 1fr 1fr; color: var(--coquille); background: var(--anthracite); }
.panneau-image { position: relative; min-height: 860px; overflow: hidden; }
.panneau-image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.72); transition: filter .7s ease, transform 1.2s ease; }
.panneau-image:hover img { filter: saturate(1); transform: scale(1.035); }
.panneau-image span { position: absolute; left: 1.3rem; bottom: 1.3rem; font-family: var(--titre); font-size: clamp(2.4rem, 5vw, 5.5rem); }
.panneau-texte { align-self: center; padding: clamp(3rem, 7vw, 8rem); }
.panneau-texte .surtitre { color: var(--eau); }
.panneau-texte h2 { color: var(--coquille); }
.lien-s { display: inline-flex; align-items: center; gap: 1rem; padding-bottom: .2rem; border-bottom: 1px solid currentColor; font-size: .73rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; transition: color .25s ease, gap .25s ease, border-color .25s ease; }
.lien-s:hover { color: var(--eau); gap: 1.8rem; border-color: var(--eau); }

.services-decalees { padding: clamp(7rem, 12vw, 13rem) 1rem; }
.cartes-decalees { width: min(var(--largeur), 100%); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 6rem); margin: 0 auto; }
.cartes-decalees article { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; border-top: 1px solid var(--anthracite); border-bottom: 1px solid var(--anthracite); }
.cartes-decalees article:nth-child(even) { margin-top: 8rem; }
.cartes-decalees img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; border-right: var(--filet); border-radius: 50% 50% 0 0 / 27% 27% 0 0; filter: saturate(.72); transition: filter .55s ease, transform .7s ease; }
.cartes-decalees article:hover img { filter: saturate(1.05); transform: translateY(-7px); }
.cartes-decalees article > div { padding: clamp(1.2rem, 3vw, 3rem); }
.cartes-decalees span { color: var(--brun); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.cartes-decalees h3 { margin: .7rem 0 1rem; }
.cartes-decalees a { font-size: .72rem; font-weight: 700; text-transform: uppercase; transition: color .25s ease, letter-spacing .25s ease; }
.cartes-decalees a:hover { color: var(--eau); letter-spacing: .05em; }

.accordeon-s { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(6rem, 11vw, 12rem) max(1rem, calc((100vw - var(--largeur)) / 2)); background: var(--eau); }
.titre-lateral { position: sticky; top: 110px; align-self: start; }
.titre-lateral h2 { color: var(--anthracite); }
.questions-cles article { border-top: 1px solid var(--anthracite); }
.questions-cles article:last-child { border-bottom: 1px solid var(--anthracite); }
.questions-cles button { width: 100%; display: grid; grid-template-columns: 50px 1fr auto; gap: 1rem; align-items: center; padding: 1.35rem 0; color: var(--anthracite); background: transparent; border: 0; text-align: left; font-family: var(--titre); font-size: clamp(1.15rem, 2vw, 1.75rem); cursor: pointer; transition: color .25s ease, padding-left .25s ease; }
.questions-cles button:hover { color: var(--brun); padding-left: .6rem; }
.questions-cles button > span { font-family: var(--texte); font-size: .68rem; }
.questions-cles button i { font-style: normal; transition: transform .35s ease, color .35s ease; }
.questions-cles button[aria-expanded="true"] i { color: var(--brun); transform: rotate(45deg); }
.questions-cles article > div { display: grid; grid-template-rows: 0fr; opacity: .25; transition: grid-template-rows .42s ease, opacity .42s ease; }
.questions-cles article > div p { overflow: hidden; margin: 0; }
.questions-cles article.ouvert > div { grid-template-rows: 1fr; opacity: 1; }
.questions-cles article.ouvert > div p { padding: 0 0 1.2rem 66px; }

.chiffres-s { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--coquille); background: var(--brun); }
.chiffres-s div { min-height: 270px; display: grid; align-content: center; justify-items: center; padding: 2rem 1rem; text-align: center; border-right: 1px solid rgba(251,249,245,.27); }
.chiffres-s div:last-child { border-right: 0; }
.chiffres-s strong { font-family: var(--titre); font-size: clamp(4rem, 8vw, 8.5rem); font-weight: 400; line-height: .8; }
.chiffres-s span { margin-top: 1rem; font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.fiscal-s { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(6rem, 11vw, 12rem) max(1rem, calc((100vw - var(--largeur)) / 2)); color: var(--coquille); background: var(--anthracite); }
.fiscal-s .surtitre { color: var(--eau); }
.fiscal-s h2 { margin-bottom: 0; color: var(--coquille); }
.fiscal-s .bt-s { margin-top: 1rem; }

.zone-s { width: min(var(--largeur), calc(100% - 2rem)); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; margin: clamp(7rem, 12vw, 13rem) auto; }
.carte-s { position: relative; min-height: 620px; overflow: hidden; border: 1px solid var(--anthracite); border-radius: 50% 50% 0 0 / 25% 25% 0 0; background: var(--sable); }
.carte-s::before, .carte-s::after { content: ''; position: absolute; inset: 9%; border: 1px solid rgba(107,84,69,.35); border-radius: 54% 46% 44% 56%; transform: rotate(-13deg); }
.carte-s::after { inset: 22% 17%; border-radius: 43% 57% 52% 48%; transform: rotate(27deg); }
.riviere, .rivierre { position: absolute; left: -10%; right: -10%; height: 18px; background: var(--eau); opacity: .7; }
.riviere.loire { top: 37%; transform: rotate(-6deg); animation: eau-vive 6s ease-in-out infinite; }
.rivierre.cher { top: 70%; height: 8px; transform: rotate(4deg); animation: eau-vive 7s ease-in-out infinite reverse; }
.carte-s > a { position: absolute; left: var(--x); top: var(--y); z-index: 2; padding: .45rem .7rem; color: var(--anthracite); background: var(--coquille); border: 1px solid var(--anthracite); border-radius: 2px; font-size: .72rem; font-weight: 700; transform: translate(-50%, -50%); transition: color .25s ease, background .25s ease, transform .25s ease; }
.carte-s > a:hover { color: var(--coquille); background: var(--brun); transform: translate(-50%, -62%); }

.entree-s { width: min(1050px, calc(100% - 2rem)); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) 0 clamp(5rem, 8vw, 8rem); text-align: center; }
.entree-s .surtitre { color: var(--eau); }
.entree-s h1 { margin-bottom: 1.7rem; color: var(--brun); font-size: clamp(3.5rem, 7.8vw, 8.6rem); line-height: .86; letter-spacing: -.05em; }
.entree-s > p:last-child { width: min(730px, 100%); margin-right: auto; margin-left: auto; font-size: 1.08rem; }

.tarifs-s { width: min(var(--largeur), calc(100% - 2rem)); margin: 0 auto clamp(7rem, 12vw, 12rem); }
.tarifs-s article { display: grid; grid-template-columns: 1fr .65fr; gap: clamp(3rem, 8vw, 9rem); padding: 3rem 0; border-top: 1px solid var(--anthracite); }
.tarifs-s article:last-child { border-bottom: 1px solid var(--anthracite); }
.tarifs-s article > div:first-child { display: grid; grid-template-columns: 60px 1fr; column-gap: 1rem; }
.tarifs-s article span { grid-row: 1 / 5; width: 45px; height: 58px; display: grid; place-items: center; border: 1px solid var(--brun); border-radius: 50% 50% 0 0 / 35% 35% 0 0; color: var(--brun); font-size: .68rem; }
.tarifs-s h2 { margin-bottom: 1rem; font-size: clamp(2.2rem, 4vw, 4.3rem); }
.tarifs-s article a { width: max-content; border-bottom: 1px solid currentColor; color: var(--brun); font-size: .7rem; font-weight: 700; text-transform: uppercase; transition: color .25s ease, letter-spacing .25s ease; }
.tarifs-s article a:hover { color: var(--eau); letter-spacing: .05em; }
.tarifs-s dl { align-self: center; margin: 0; border: var(--filet); border-radius: 50% 50% 0 0 / 12% 12% 0 0; overflow: hidden; }
.tarifs-s dl div { display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem; border-bottom: var(--filet); }
.tarifs-s dl div:last-child { border-bottom: 0; background: var(--sable); }
.tarifs-s dt { font-size: .75rem; }
.tarifs-s dd { margin: 0; font-family: var(--titre); font-size: 1.3rem; font-weight: 600; }

.simulateur-s { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(6rem, 11vw, 11rem) max(1rem, calc((100vw - var(--largeur)) / 2)); background: var(--eau); }
.simulateur-s label:not(.coche) { display: grid; grid-template-columns: 1fr auto; gap: .5rem; margin-top: 2rem; }
.simulateur-s input[type="range"] { grid-column: 1 / -1; width: 100%; accent-color: var(--brun); cursor: pointer; }
.simulateur-s output { font-family: var(--titre); font-size: 1.5rem; }
.coche { display: flex; gap: .7rem; align-items: flex-start; margin-top: 1.5rem; font-size: .82rem; cursor: pointer; }
.coche input { margin-top: .35rem; accent-color: var(--brun); }
.ticket-s { padding: clamp(2rem, 5vw, 4rem); color: var(--coquille); background: var(--brun); border: 1px solid var(--anthracite); border-radius: 50% 50% 0 0 / 16% 16% 0 0; }
.ticket-s p { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .8rem; border-bottom: 1px solid rgba(251,249,245,.3); }
.ticket-s .total { padding-top: 1rem; font-family: var(--titre); font-size: 1.45rem; }
.ticket-s small { display: block; margin-top: 1.2rem; font-size: .7rem; }
.calendrier-s { width: min(var(--largeur), calc(100% - 2rem)); display: grid; grid-template-columns: 1fr .45fr; gap: clamp(3rem, 7vw, 8rem); align-items: end; margin: clamp(7rem, 12vw, 13rem) auto; }
.semaines { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--anthracite); border-left: 1px solid var(--anthracite); }
.semaines button { min-height: 130px; display: grid; align-content: center; gap: .4rem; padding: 1rem; color: var(--anthracite); background: transparent; border: 0; border-right: 1px solid var(--anthracite); border-bottom: 1px solid var(--anthracite); text-align: left; cursor: pointer; font-family: var(--titre); font-size: 1.2rem; transition: color .25s ease, background .25s ease, padding-left .25s ease; }
.semaines button:hover, .semaines button.actif { color: var(--coquille); background: var(--brun); padding-left: 1.4rem; }
.semaines span { font-family: var(--texte); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.calendrier-s aside { padding: 2.5rem 1.5rem 1.5rem; border: 1px solid var(--anthracite); border-radius: 50% 50% 0 0 / 19% 19% 0 0; text-align: center; }
.calendrier-s aside span { display: block; color: var(--brun); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.calendrier-s aside strong { display: block; margin: 1rem 0; font-family: var(--titre); font-size: 2rem; }

.regle-s, .cles-pro, .protocole-urgence, .conseil-service { width: min(var(--largeur), calc(100% - 2rem)); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; margin: clamp(7rem, 12vw, 13rem) auto; }
.arche-s { display: block; margin: 0; overflow: hidden; border: var(--filet); border-radius: 50% 50% 0 0 / 28% 28% 0 0; }
.arche-s img, img.arche-s { width: 100%; display: block; aspect-ratio: 3 / 4; object-fit: cover; filter: saturate(.75); transition: filter .6s ease, transform .9s ease; }
.arche-s:hover img, img.arche-s:hover { filter: saturate(1.05); transform: scale(1.035); }
.arche-s figcaption { padding: .7rem .9rem; border-top: var(--filet); font-size: .7rem; }
.regle-s h2, .cles-pro h2, .protocole-urgence h2, .conseil-service h2 { color: var(--brun); }

.equipe-s { width: min(var(--largeur), calc(100% - 2rem)); display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2rem, 5vw, 5rem); margin: 0 auto clamp(7rem, 12vw, 12rem); }
.equipe-s article { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; border-bottom: 1px solid var(--anthracite); }
.equipe-s img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border: var(--filet); border-radius: 50% 50% 0 0 / 28% 28% 0 0; filter: grayscale(1); transition: filter .5s ease, transform .6s ease, border-color .5s ease; }
.equipe-s article:hover img { filter: grayscale(0); transform: translateY(-7px); border-color: var(--eau); }
.equipe-s article > div { padding: 1.5rem; }
.equipe-s span { color: var(--brun); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.equipe-s h2 { margin: .5rem 0 .7rem; font-size: clamp(2rem, 3vw, 3.3rem); }
.equipe-s p { font-size: .82rem; }
.cadre-pro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(6rem, 11vw, 11rem) max(1rem, calc((100vw - var(--largeur)) / 2)); background: var(--sable); }
.cadre-pro h2 { color: var(--brun); }
.cles-pro ol { padding: 0; margin: 0; list-style: none; border-top: var(--filet); }
.cles-pro li { display: grid; grid-template-columns: 55px 1fr; gap: 1rem; padding: .8rem 0; border-bottom: var(--filet); }
.cles-pro li span { font-family: var(--titre); font-size: 1.4rem; }
.cles-pro li p { margin: 0; }

.frise-s { width: min(930px, calc(100% - 2rem)); margin: 0 auto clamp(7rem, 12vw, 12rem); }
.frise-s article { display: grid; grid-template-columns: 130px 1fr; gap: 2.5rem; padding: 2.4rem 0; border-top: 1px solid var(--anthracite); }
.frise-s article:last-child { border-bottom: 1px solid var(--anthracite); }
.frise-s article > span { color: var(--eau); font-family: var(--titre); font-size: 3.6rem; line-height: .9; }
.frise-s h2 { margin-bottom: .6rem; font-size: clamp(2rem, 3.5vw, 3.6rem); }

.zone-page { width: min(var(--largeur), calc(100% - 2rem)); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; margin: 0 auto clamp(7rem, 12vw, 12rem); }
.liste-communes-s { border-top: 1px solid var(--anthracite); }
.liste-communes-s a { display: grid; grid-template-columns: 45px 1fr; column-gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--anthracite); transition: color .25s ease, padding-left .25s ease; }
.liste-communes-s a:hover { color: var(--brun); padding-left: .7rem; }
.liste-communes-s span { grid-row: 1 / 3; color: var(--eau); font-family: var(--titre); font-size: 1.3rem; }
.liste-communes-s h2 { margin-bottom: .2rem; font-size: 1.7rem; }
.liste-communes-s p { margin: 0; font-size: .76rem; }

.contact-s { width: min(var(--largeur), calc(100% - 2rem)); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 9rem); align-items: start; margin: 0 auto clamp(7rem, 12vw, 12rem); }
.contact-s form { display: grid; gap: 1.1rem; }
.contact-s label:not(.coche) { display: grid; gap: .35rem; color: var(--brun); font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-s fieldset { padding: 1rem; border: var(--filet); }
.contact-s fieldset label { display: inline-flex; align-items: center; gap: .35rem; margin-right: 1rem; cursor: pointer; }
.contact-s legend { padding: 0 .5rem; font-family: var(--titre); font-size: 1.2rem; }
.contact-s input:not([type="radio"]):not([type="checkbox"]), .contact-s select, .contact-s textarea { width: 100%; padding: .8rem .25rem; color: var(--anthracite); background: transparent; border: 0; border-bottom: 1px solid var(--anthracite); border-radius: 0; outline: 0; transition: border-color .25s ease, background .25s ease, padding-left .25s ease; }
.contact-s input:focus, .contact-s select:focus, .contact-s textarea:focus { border-color: var(--eau); background: rgba(91,175,168,.08); padding-left: .7rem; }
.deux { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.retour-form { min-height: 1.5em; color: var(--brun); font-weight: 700; }
.contact-s aside { padding: 1.5rem; border: var(--filet); text-align: center; }
.contact-s aside img { margin-bottom: 1.5rem; }
.contact-s aside h2 { font-size: 2.3rem; }
.grand-tel { display: block; margin-bottom: 1rem; color: var(--brun); font-family: var(--titre); font-size: clamp(1.8rem, 3.4vw, 3.5rem); transition: color .25s ease, transform .25s ease; }
.grand-tel:hover { color: var(--eau); transform: scale(1.03); }
.contact-s address { padding-top: 1rem; border-top: var(--filet); font-style: normal; font-size: .8rem; }
.mentions-s { width: min(900px, calc(100% - 2rem)); margin: 0 auto 8rem; padding-top: 2rem; border-top: 1px solid var(--anthracite); }
.mentions-s h2 { font-size: 2rem; }
.mentions-s p { font-size: .76rem; }

.service-hero-s, .commune-hero, .espace-hero { width: min(var(--largeur), calc(100% - 2rem)); min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) 0; }
.service-hero-s h1, .commune-hero h1, .espace-hero h1 { color: var(--brun); font-size: clamp(3.5rem, 7vw, 7.6rem); line-height: .86; letter-spacing: -.05em; }
.service-hero-s figure, .commune-hero figure, .espace-hero figure { max-height: 700px; }
.service-hero-s figure img, .commune-hero figure img, .espace-hero figure img { max-height: 650px; }
.prix-service { display: flex; align-items: baseline; gap: 1rem; margin: 1.8rem 0; padding: 1rem 0; border-top: 1px solid var(--anthracite); border-bottom: 1px solid var(--anthracite); }
.prix-service strong { color: var(--brun); font-family: var(--titre); font-size: 2.8rem; }
.prix-service span { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contenu-service { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(6rem, 11vw, 11rem) max(1rem, calc((100vw - var(--largeur)) / 2)); background: var(--sable); }
.contenu-service h2 { color: var(--brun); }
.liste-num { border-top: 1px solid var(--anthracite); }
.liste-num article { display: grid; grid-template-columns: 48px 1fr; column-gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--anthracite); }
.liste-num article > span { grid-row: 1 / 3; color: var(--brun); font-family: var(--titre); font-size: 1.2rem; }
.liste-num h3 { margin-bottom: .4rem; font-size: 1.6rem; }
.liste-num p { margin: 0; font-size: .82rem; }

.commune-details { width: min(var(--largeur), calc(100% - 2rem)); display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 5vw, 5rem); margin: 0 auto clamp(7rem, 12vw, 12rem); }
.commune-details article { padding: 3.5rem 1.5rem 1.5rem; text-align: center; border: 1px solid var(--anthracite); border-radius: 50% 50% 0 0 / 27% 27% 0 0; transition: color .35s ease, background .35s ease, transform .35s ease; }
.commune-details article:hover { color: var(--coquille); background: var(--brun); transform: translateY(-8px); }
.commune-details span { display: block; margin-bottom: .7rem; font-size: .68rem; }
.commune-details h2 { font-size: clamp(1.7rem, 3vw, 2.8rem); }
.commune-details p { font-size: .82rem; }

.tableau-proprio { width: min(1350px, calc(100% - 2rem)); display: grid; grid-template-columns: 310px 1fr; min-height: 780px; margin: 0 auto clamp(7rem, 12vw, 12rem); border: 1px solid var(--anthracite); background: var(--blanc); }
.tableau-proprio > aside { display: flex; flex-direction: column; padding: 1.3rem; color: var(--coquille); background: var(--brun); }
.avatar-animal { display: flex; align-items: center; gap: .8rem; padding-bottom: 1.3rem; border-bottom: 1px solid rgba(251,249,245,.3); }
.avatar-animal img { width: 65px; height: 78px; object-fit: cover; border-radius: 50% 50% 0 0 / 32% 32% 0 0; }
.avatar-animal strong, .avatar-animal span { display: block; }
.avatar-animal strong { font-family: var(--titre); font-size: 1.5rem; }
.avatar-animal span { font-size: .65rem; }
.tableau-proprio aside nav { display: grid; gap: .35rem; margin-top: 2rem; }
.tableau-proprio aside button { padding: .7rem; color: var(--coquille); background: transparent; border: 0; border-bottom: 1px solid rgba(251,249,245,.2); text-align: left; cursor: pointer; transition: color .25s ease, background .25s ease, padding-left .25s ease; }
.tableau-proprio aside button:hover, .tableau-proprio aside button.actif { color: var(--anthracite); background: var(--eau); padding-left: 1.1rem; }
.tableau-proprio aside > a { margin-top: auto; padding-top: 1rem; border-top: 1px solid rgba(251,249,245,.3); font-size: .75rem; transition: color .25s ease, letter-spacing .25s ease; }
.tableau-proprio aside > a:hover { color: var(--eau); letter-spacing: .04em; }
.contenu-proprio { padding: clamp(1.5rem, 4vw, 4rem); }
.etat-mission { padding: 1.5rem; border: var(--filet); border-radius: 50% 50% 0 0 / 30% 30% 0 0; text-align: center; }
.etat-mission span { color: var(--brun); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.etat-mission strong { display: block; margin: .5rem 0; font-family: var(--titre); font-size: 1.8rem; }
.etat-mission p { margin: 0; font-size: .76rem; }
.cartes-carnets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0; }
.cartes-carnets article { border: var(--filet); border-radius: 50% 50% 0 0 / 22% 22% 0 0; overflow: hidden; transition: transform .35s ease, border-color .35s ease; }
.cartes-carnets article:hover { transform: translateY(-7px); border-color: var(--eau); }
.cartes-carnets img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; }
.cartes-carnets article div { padding: 1rem; }
.cartes-carnets span { color: var(--brun); font-size: .65rem; }
.cartes-carnets h2 { margin: .35rem 0; font-size: 1.25rem; }
.cartes-carnets p { margin: 0; font-size: .68rem; }
.ligne-mission h2 { font-size: 2rem; }
.ligne-mission dl { margin: 0; border-top: var(--filet); }
.ligne-mission dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: var(--filet); font-size: .75rem; }
.ligne-mission dd { margin: 0; text-align: right; }

.ft-s { position: relative; color: var(--coquille); background: var(--brun); }
.appel-ft { display: grid; grid-template-columns: .25fr 1fr auto; align-items: end; gap: 2rem; padding: clamp(4rem, 8vw, 8rem) max(1rem, calc((100vw - var(--largeur)) / 2)); border-bottom: 1px solid rgba(251,249,245,.25); }
.appel-ft .surtitre { align-self: start; color: var(--eau); }
.appel-ft h2 { margin: 0; font-size: clamp(3rem, 7vw, 7rem); }
.bas-ft { display: grid; grid-template-columns: .8fr 1.2fr 1fr; gap: 3rem; align-items: start; padding: 3rem max(1rem, calc((100vw - var(--largeur)) / 2)) 5rem; }
.bas-ft nav, .bas-ft > div { display: flex; flex-direction: column; align-items: flex-start; gap: .4rem; }
.bas-ft nav a { border-bottom: 1px solid transparent; transition: color .25s ease, border-color .25s ease; }
.bas-ft nav a:hover { color: var(--eau); border-color: var(--eau); }
.bas-ft span, .bas-ft a { font-size: .76rem; }
.signature-site { position: absolute; right: 1rem; bottom: .7rem; margin: 0; font-size: .7rem; opacity: .65; }
.contact-flottant { position: fixed; right: 1rem; bottom: 1rem; z-index: 80; display: none; padding: .7rem 1rem; color: var(--anthracite); background: var(--eau); border: 1px solid var(--anthracite); border-radius: 2px; font-size: .72rem; font-weight: 700; text-transform: uppercase; transition: color .25s ease, background .25s ease, transform .25s ease; }
.contact-flottant:hover { color: var(--coquille); background: var(--brun); transform: translateY(-4px); }

.js .rv { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .rv.visible { opacity: 1; transform: translateY(0); }
.js .rv:nth-of-type(2) { transition-delay: .06s; }
.js .rv:nth-of-type(3) { transition-delay: .12s; }
.js .rv:nth-of-type(4) { transition-delay: .18s; }

@keyframes ken-burns { from { transform: scale(1); } to { transform: scale(1.06); } }
@keyframes monte-titre { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes arrivee-carnet { from { opacity: 0; transform: translateX(30px) translateY(15px); } to { opacity: 1; transform: translate(0); } }
@keyframes fil-defile { 0%, 100% { transform: scaleY(.4); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } }
@keyframes eau-vive { 0%, 100% { opacity: .55; } 50% { opacity: .85; } }
@keyframes lueur { 0%, 100% { filter: brightness(1); } 50% { filter: brightness(1.1); } }
@keyframes flotte-carte { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes ouverture-arche { from { clip-path: inset(100% 0 0); } to { clip-path: inset(0); } }
@keyframes battement { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.035); } }
@keyframes glisse-filet { 0% { background-position: 0 0; } 100% { background-position: 80px 0; } }

.chiffres-s strong { animation: battement 6s ease-in-out infinite; }
.etat-mission { animation: lueur 5s ease-in-out infinite; }
.carte-s > a:nth-of-type(2) { animation: flotte-carte 5s ease-in-out infinite; }

@media (max-width: 1120px) {
  .nav-s { display: none; }
  .hd-s { grid-template-columns: auto 1fr auto auto; }
  .menu-s { display: block; }
  .hero-titre { width: min(700px, 72vw); }
  .carnet-hero { width: 260px; }
  .cartes-decalees article { grid-template-columns: 1fr; }
  .cartes-decalees img { min-height: 340px; border-right: 0; border-bottom: var(--filet); }
  .equipe-s article { grid-template-columns: 1fr; }
  .equipe-s article > div { text-align: center; }
}

@media (max-width: 820px) {
  .hd-s { min-height: 82px; padding: .8rem 1rem; gap: .8rem; }
  .marque-s strong { font-size: 2.15rem; }
  .marque-s span { font-size: .55rem; }
  .tel-s { font-size: .76rem; }
  .hero-plein { min-height: 96vh; min-height: 96svh; }
  .hero-photo { object-position: 58% center; }
  .hero-titre { left: 1rem; right: 1rem; bottom: 2.5rem; width: auto; }
  .hero-titre h1 { font-size: clamp(3.5rem, 15vw, 6.5rem); }
  .hero-titre > p:not(.surtitre) { max-width: 80%; }
  .carnet-hero { display: none; }
  .defile { display: none; }
  .utile-s { grid-template-columns: repeat(2, 1fr); }
  .utile-s > span:nth-child(2), .utile-s > a { border-right: 0; }
  .utile-s > span:nth-child(-n+2) { border-bottom: var(--filet); }
  .galerie-animaux { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 300px; }
  .galerie-animaux figure.grand { grid-row: 1 / 3; }
  .galerie-animaux figure.haut { grid-row: auto; height: 100%; }
  .galerie-animaux figure:last-child { display: none; }
  .visionneuse, .diptyque-maison, .accordeon-s, .zone-s, .tarifs-s article, .simulateur-s, .calendrier-s, .regle-s, .cles-pro, .protocole-urgence, .conseil-service, .cadre-pro, .zone-page, .contact-s, .service-hero-s, .commune-hero, .espace-hero, .contenu-service { grid-template-columns: 1fr; }
  .visionneuse { min-height: 0; }
  .photo-active { min-height: 480px; }
  .diptyque-maison { min-height: 0; }
  .panneau-image { min-height: 620px; }
  .titre-lateral { position: static; }
  .chiffres-s { grid-template-columns: repeat(2, 1fr); }
  .chiffres-s div:nth-child(2) { border-right: 0; }
  .chiffres-s div:nth-child(-n+2) { border-bottom: 1px solid rgba(251,249,245,.27); }
  .equipe-s { grid-template-columns: 1fr 1fr; }
  .tableau-proprio { grid-template-columns: 1fr; }
  .tableau-proprio > aside { min-height: 380px; }
  .cartes-carnets { grid-template-columns: 1fr; }
  .tableau-proprio aside nav { grid-template-columns: repeat(2, 1fr); }
  .commune-details { grid-template-columns: 1fr; max-width: 520px; }
  .appel-ft { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 560px) {
  body { font-size: 17px; }
  .hd-s { grid-template-columns: auto 1fr auto; }
  .tel-s { display: none; }
  .menu-s { grid-column: 3; }
  .hero-titre > p:not(.surtitre) { max-width: 100%; font-size: .9rem; }
  .utile-s { width: calc(100% - 1rem); }
  .utile-s > span, .utile-s > a { min-height: 90px; padding: .6rem; font-size: .57rem; }
  .utile-s > span strong { font-size: 1.35rem; }
  .utile-s > a { font-size: 1.05rem; }
  .galerie-animaux { grid-template-columns: 1fr; grid-template-rows: 420px 330px; }
  .galerie-animaux figure.grand { grid-row: auto; }
  .galerie-animaux figure.haut { display: none; }
  .galerie-animaux figure:nth-child(2) { display: block; }
  .outil-carnet, .accordeon-s, .simulateur-s, .cadre-pro, .contenu-service { padding-right: .75rem; padding-left: .75rem; }
  .photo-active { min-height: 390px; }
  .texte-carnet { padding: 1.5rem; }
  .vignettes { gap: .45rem; }
  .panneau-image { min-height: 500px; }
  .cartes-decalees { grid-template-columns: 1fr; }
  .cartes-decalees article:nth-child(even) { margin-top: 0; }
  .questions-cles button { grid-template-columns: 32px 1fr auto; gap: .6rem; }
  .questions-cles article.ouvert > div p { padding-left: 0; }
  .chiffres-s div { min-height: 200px; }
  .fiscal-s { grid-template-columns: 1fr; padding-right: 1rem; padding-left: 1rem; }
  .carte-s { min-height: 470px; }
  .entree-s h1, .service-hero-s h1, .commune-hero h1, .espace-hero h1 { font-size: clamp(3.5rem, 15vw, 6rem); }
  .tarifs-s article > div:first-child { grid-template-columns: 45px 1fr; }
  .semaines { grid-template-columns: 1fr; }
  .equipe-s { grid-template-columns: 1fr; max-width: 360px; }
  .frise-s article { grid-template-columns: 64px 1fr; gap: 1rem; }
  .frise-s article > span { font-size: 2.5rem; }
  .deux { grid-template-columns: 1fr; }
  .contact-s aside { grid-row: 1; }
  .service-hero-s, .commune-hero, .espace-hero { min-height: 0; }
  .service-hero-s figure, .commune-hero figure, .espace-hero figure { grid-row: 1; }
  .commune-details { width: calc(100% - 1rem); }
  .tableau-proprio { width: calc(100% - 1rem); }
  .contenu-proprio { padding: .75rem; }
  .ligne-mission dl div { display: grid; }
  .ligne-mission dd { text-align: left; }
  .bas-ft { grid-template-columns: 1fr; gap: 2rem; }
  .contact-flottant { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .rv { opacity: 1; transform: none; }
  .hero-photo { transform: none !important; }
}
