*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{--yellow:#ffd628;--yellow-light:#fae53e;--yellow-deep:#e1b000;--gold-dark:#b8960a;--gold-text:#8a7000;--bg:#fafaf8;--bg-warm:#f4f2ed;--bg-card:#fff;--border:rgba(0,0,0,.07);--border-gold:rgba(225,176,0,.2);--text-dark:#1a1a1a;--text-body:#4a4a4a;--text-muted:#888;--serif:'DM Serif Display',Georgia,serif;--sans:'Outfit',system-ui,sans-serif}
html{scroll-behavior:smooth;font-size:18px}
body{font-family:var(--sans);background:var(--bg);color:var(--text-dark);line-height:1.75;overflow-x:hidden;-webkit-font-smoothing:antialiased}
.hero{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;padding:2rem 1.5rem}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 45% at 50% 40%,rgba(255,214,40,.1) 0%,transparent 70%);pointer-events:none}
.gem-wrapper{margin-bottom:1.8rem;perspective:600px;opacity:0;animation:fadeDown .8s .3s ease forwards}
.gem{width:72px;height:72px;animation:gemAnim 8s ease-in-out infinite}
.gem svg{width:100%;height:100%;filter:drop-shadow(0 0 12px rgba(225,176,0,.2))}
h1{font-family:var(--serif);font-size:clamp(2.8rem,7vw,5.5rem);font-weight:400;letter-spacing:.03em;line-height:1.08;background:linear-gradient(160deg,var(--yellow-deep) 0%,var(--gold-dark) 50%,var(--gold-text) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0;animation:fadeDown .8s .5s ease forwards}
.hero-sub{font-size:clamp(1rem,2.2vw,1.25rem);font-weight:400;color:var(--text-body);margin-top:1rem;letter-spacing:.1em;text-transform:uppercase;opacity:0;animation:fadeDown .8s .7s ease forwards}


.hero-building{width:100%;max-width:800px;margin-top:3rem;border-radius:12px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.1);opacity:0;animation:fadeDown .8s 1.3s ease forwards;contain:layout}
.hero-building img{width:100%;height:280px;object-fit:cover;display:block}
.hero-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:2.5rem;opacity:0;animation:fadeDown .8s 1s ease forwards}
.hero-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.6rem 1.15rem;border-radius:50px;background:rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.1);font-size:.82rem;font-weight:500;color:var(--text-body);text-decoration:none;transition:all .3s ease;white-space:nowrap}
.hero-pill svg{width:15px;height:15px;flex-shrink:0;color:var(--gold-dark);transition:color .3s}
.hero-pill:hover{background:var(--yellow-deep);border-color:var(--yellow-deep);color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px rgba(225,176,0,.25)}
.hero-pill:hover svg{color:#fff}
.scroll-hint{position:absolute;bottom:2.5rem;left:50%;display:flex;flex-direction:column;align-items:center;gap:0;text-decoration:none;opacity:0;animation:fadeDownCenter .8s 1.5s ease forwards}
@keyframes fadeDownCenter{from{opacity:0;transform:translateX(-50%) translateY(18px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}
.scroll-btn{width:120px;height:120px;border-radius:50%;border:1.5px solid rgba(0,0,0,.12);background:rgba(0,0,0,.04);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;cursor:pointer;transition:all .35s ease;backdrop-filter:blur(4px)}
.scroll-btn:hover{background:rgba(0,0,0,.08);border-color:rgba(0,0,0,.2);transform:scale(1.05)}
.scroll-btn-text{font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:var(--text-muted);transition:color .3s}
.scroll-btn:hover .scroll-btn-text{color:var(--text-dark)}
.scroll-btn-arrow{width:18px;height:18px;color:var(--text-muted);transition:transform .35s,color .3s;animation:scrollBounce 2.5s ease-in-out infinite}
.scroll-btn:hover .scroll-btn-arrow{color:var(--text-dark);transform:translateY(3px)}
@keyframes scrollBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(4px)}}
section{padding:5rem 1.5rem;contain:layout style}
.container{max-width:920px;margin:0 auto}
.section-label{font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;color:var(--yellow-deep);margin-bottom:.75rem;font-weight:600;display:block}
h2{font-family:var(--serif);font-size:clamp(2rem,4vw,2.8rem);font-weight:400;color:var(--text-dark);margin-bottom:2rem;line-height:1.2}
h3{font-family:var(--sans);font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}
.bureaux{background:var(--bg)}

.salle-section{background:var(--bg-warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.espaces-intro{font-size:1.1rem;font-weight:300;color:var(--text-body);max-width:700px;line-height:1.85;margin-bottom:2rem}
.security-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(225,176,0,.06);border:1px solid var(--border-gold);border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;color:var(--gold-dark);margin-bottom:2rem}
.security-badge svg{width:18px;height:18px;flex-shrink:0}
.bureau-hero{border-radius:12px;overflow:hidden;margin-bottom:1.25rem;position:relative}
.bureau-hero img{width:100%;height:400px;object-fit:cover;display:block;cursor:pointer;transition:transform .4s}
.bureau-hero:hover img{transform:scale(1.02)}
.bureau-hero-label{position:absolute;bottom:0;left:0;right:0;padding:.75rem 1.25rem;background:linear-gradient(transparent,rgba(0,0,0,.55));color:#fff;font-size:.88rem;font-weight:500}
.bureau-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;margin-bottom:2rem}
.bureau-thumb{border-radius:8px;overflow:hidden;position:relative;cursor:pointer;aspect-ratio:4/3}
.bureau-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.bureau-thumb:hover img{transform:scale(1.06)}
.bureau-thumb-label{position:absolute;bottom:0;left:0;right:0;padding:.4rem .6rem;background:linear-gradient(transparent,rgba(0,0,0,.6));color:#fff;font-size:.7rem;font-weight:500}
@media(max-width:768px){.bureau-hero img{height:240px}.bureau-thumbs{grid-template-columns:repeat(2,1fr)}}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin:2rem 0}
.gallery-item{border-radius:8px;overflow:hidden;cursor:pointer;position:relative;aspect-ratio:4/3;contain:layout}
.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.gallery-item:hover img{transform:scale(1.05)}
.gallery-item-label{position:absolute;bottom:0;left:0;right:0;padding:.5rem .75rem;background:linear-gradient(transparent,rgba(0,0,0,.6));font-size:.7rem;color:#fff;font-weight:400;opacity:0;transition:opacity .3s}
.gallery-item:hover .gallery-item-label{opacity:1}
.gallery-hero{grid-column:span 2;aspect-ratio:auto}
.espace-features{list-style:none;margin-top:1.2rem;display:flex;flex-direction:column;gap:.5rem}
.espace-features li{font-size:.92rem;color:var(--text-body);display:flex;align-items:flex-start;gap:.5rem;line-height:1.55}
.espace-features li svg{width:16px;height:16px;flex-shrink:0;color:var(--yellow-deep);margin-top:3px}
.espace-metiers{margin-top:1.2rem;display:flex;flex-wrap:wrap;gap:.4rem}
.espace-metier{font-size:.72rem;font-weight:500;letter-spacing:.05em;color:var(--gold-dark);background:rgba(225,176,0,.06);border:1px solid rgba(225,176,0,.15);border-radius:4px;padding:.25rem .65rem}
.salle-hero{width:100%;border-radius:10px;overflow:hidden;margin:1.5rem 0;box-shadow:0 4px 20px rgba(0,0,0,.08);contain:layout}
.salle-hero img{width:100%;height:360px;object-fit:cover;display:block}
.salle-stat{display:flex;gap:2rem;margin:1.5rem 0}
.salle-stat-item{text-align:center}
.salle-stat-number{font-family:var(--serif);font-size:2.2rem;color:var(--gold-dark);font-weight:400;line-height:1}
.salle-stat-label{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-top:.3rem;font-weight:500}
.salle-usages{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}
.salle-usage{font-size:.82rem;font-weight:500;color:var(--text-body);background:var(--bg-warm);border:1px solid var(--border);border-radius:6px;padding:.4rem .9rem;display:flex;align-items:center;gap:.4rem}
.salle-usage svg{width:14px;height:14px;color:var(--yellow-deep)}

.avantages{background:var(--bg)}
.avantages-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}
.avantage-block{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:2rem;position:relative;overflow:hidden}
.avantage-block::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--yellow-deep),var(--yellow),var(--yellow-light))}
.avantage-block-icon{width:40px;height:40px;color:var(--gold-dark);margin-bottom:1rem}
.avantage-block h3{font-family:var(--serif);font-size:1.25rem;font-weight:400;color:var(--text-dark);margin-bottom:1rem}
.avantage-block p{font-size:.95rem;font-weight:300;color:var(--text-body);line-height:1.75}
.avantage-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}
.avantage-tag{font-size:.8rem;font-weight:500;color:var(--text-body);background:var(--bg-warm);border:1px solid var(--border);border-radius:6px;padding:.35rem .8rem;display:flex;align-items:center;gap:.4rem}
.avantage-tag svg{width:14px;height:14px;color:var(--yellow-deep);flex-shrink:0}
.avantage-tag strong{color:var(--text-dark);font-weight:600}
.securite-banner{background:var(--bg);margin-top:2rem;border:2px solid var(--border-gold);border-radius:10px;padding:2rem;display:flex;gap:1.5rem;align-items:flex-start}
.securite-banner-icon{width:48px;height:48px;flex-shrink:0;color:var(--gold-dark)}
.securite-banner h3{font-family:var(--serif);font-size:1.2rem;font-weight:400;color:var(--text-dark);margin-bottom:.5rem}
.securite-banner p{font-size:.95rem;font-weight:300;color:var(--text-body);line-height:1.75}
.securite-list{list-style:none;margin-top:.75rem;display:flex;flex-direction:column;gap:.4rem}
.securite-list li{font-size:.88rem;color:var(--text-body);display:flex;align-items:center;gap:.5rem}
.securite-list li svg{width:15px;height:15px;flex-shrink:0;color:var(--yellow-deep)}
.restaurants{margin-top:2rem}
.restaurants h3{font-family:var(--serif);font-size:1.15rem;font-weight:400;color:var(--text-dark);margin-bottom:1rem}
.resto-list{display:flex;flex-direction:column;gap:.6rem}
.resto-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;transition:border-color .3s}
.resto-item:hover{border-color:var(--border-gold)}
.resto-item svg{width:20px;height:20px;color:var(--yellow-deep);flex-shrink:0}
.resto-item-content{flex:1}
.resto-item-name{font-size:.95rem;font-weight:500;color:var(--text-dark)}
.resto-item-loc{font-size:.78rem;color:var(--text-muted);font-weight:400}

.resto-stars{display:flex;align-items:center;gap:.3rem;margin-top:.2rem}
.resto-stars svg{width:14px;height:14px}
.resto-stars-text{font-size:.75rem;color:var(--text-muted);font-weight:400;margin-left:.15rem}
.resto-item{text-decoration:none;transition:border-color .3s,transform .2s}
.resto-item:hover{border-color:var(--border-gold);transform:translateY(-1px)}
.coup-de-coeur{margin-top:2rem}
.coup-de-coeur h3{font-family:var(--serif);font-size:1.15rem;font-weight:400;color:var(--text-dark);margin-bottom:1rem}
.coup-card{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:var(--bg-card);border:2px solid var(--border-gold);border-radius:10px;text-decoration:none;color:inherit;position:relative;overflow:hidden;transition:transform .3s,box-shadow .3s}
.coup-card:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.07)}
.coup-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--yellow-deep),var(--yellow),var(--yellow-light))}
.coup-badge{position:absolute;top:1rem;right:1rem;font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--bg);background:var(--gold-dark);border-radius:4px;padding:.25rem .6rem;display:flex;align-items:center;gap:.3rem}
.coup-badge svg{width:12px;height:12px;fill:currentColor}
.coup-card-content{flex:1}
.coup-card-name{font-family:var(--serif);font-size:1.2rem;font-weight:400;color:var(--text-dark);margin-bottom:.15rem}
.coup-card-loc{font-size:.82rem;color:var(--text-muted);margin-bottom:.5rem}
.coup-card-desc{font-size:.92rem;font-weight:300;color:var(--text-body);line-height:1.7}
.coup-card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}
.coup-card-tag{font-size:.72rem;font-weight:500;color:var(--gold-dark);background:rgba(225,176,0,.06);border:1px solid rgba(225,176,0,.15);border-radius:4px;padding:.2rem .55rem}

/* --- Acces autoroutier et distances --- */
.acces-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:1.5rem}
.acces-item{background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--yellow-deep);border-radius:8px;padding:1.25rem 1.4rem}
.acces-badge{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--bg);background:var(--gold-dark);border-radius:4px;padding:.2rem .55rem;margin-bottom:.5rem}
.acces-item h4{font-size:.98rem;font-weight:600;color:var(--text-dark);margin-bottom:.3rem;font-family:var(--sans)}
.acces-item p{font-size:.87rem;font-weight:300;color:var(--text-body);line-height:1.65}
.distances{margin-top:2rem}
.distances h3{font-family:var(--serif);font-size:1.15rem;font-weight:400;color:var(--text-dark);margin-bottom:.4rem}
.distances-note{font-size:.9rem;font-weight:300;color:var(--text-body);line-height:1.8;margin-bottom:1rem;max-width:720px}
.distance-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:.6rem}
.distance-item{display:flex;align-items:baseline;justify-content:space-between;gap:.6rem;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:.6rem .85rem;transition:border-color .3s}
.distance-item:hover{border-color:var(--border-gold)}
.distance-item span{font-size:.86rem;font-weight:400;color:var(--text-body)}
.distance-item strong{font-size:.86rem;font-weight:600;color:var(--gold-dark);white-space:nowrap}

/* --- Decouvrir Nantua --- */
.nantua-section{background:var(--bg-warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.nantua-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}
.nantua-card{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .3s,transform .3s,box-shadow .3s}
.nantua-card:hover{border-color:var(--border-gold);transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.06)}
.nantua-card.wide{grid-column:1/-1}
.nantua-inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr)}
.nantua-card.wide .nantua-figure img{min-height:300px}
.nantua-figure{margin:0;position:relative;overflow:hidden;background:var(--bg-warm)}
.nantua-figure img{width:100%;height:100%;min-height:210px;object-fit:cover;display:block;cursor:zoom-in;transition:transform .4s}
.nantua-figure:hover img{transform:scale(1.04)}
.nantua-figure figcaption{position:absolute;bottom:0;left:0;right:0;padding:.5rem .85rem;background:linear-gradient(transparent,rgba(0,0,0,.66));color:#fff;font-size:.72rem;font-weight:400;pointer-events:none}
.nantua-card.no-img .nantua-figure{display:none}
.nantua-card.no-img .nantua-inner{grid-template-columns:1fr}
.nantua-body{padding:1.6rem;display:flex;flex-direction:column;justify-content:center}
.nantua-body h3{font-family:var(--serif);font-size:1.25rem;font-weight:400;color:var(--text-dark);margin-bottom:.6rem}
.nantua-body p{font-size:.93rem;font-weight:300;color:var(--text-body);line-height:1.78;margin-bottom:.7rem}
.nantua-body p:last-child{margin-bottom:0}
.nantua-kicker{display:flex;align-items:center;gap:.45rem;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:.5rem}
.nantua-kicker svg{width:15px;height:15px;flex-shrink:0}
.nantua-list{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.55rem}
.nantua-list li{display:flex;gap:.6rem;align-items:flex-start;font-size:.9rem;font-weight:300;color:var(--text-body);line-height:1.68}
.nantua-list li svg{width:15px;height:15px;flex-shrink:0;margin-top:.25rem;color:var(--yellow-deep)}
.nantua-list li strong{font-weight:600;color:var(--text-dark)}
.nantua-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem}
.nantua-tag{font-size:.74rem;font-weight:500;color:var(--gold-dark);background:rgba(225,176,0,.06);border:1px solid rgba(225,176,0,.15);border-radius:4px;padding:.22rem .6rem}
.nantua-liens{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.1rem;padding-top:.9rem;border-top:1px solid var(--border)}
.nantua-lien{display:inline-flex;align-items:center;gap:.4rem;font-size:.83rem;font-weight:500;color:var(--gold-dark);text-decoration:none;background:rgba(225,176,0,.05);border:1px solid var(--border-gold);border-radius:6px;padding:.4rem .75rem;transition:background .2s,transform .2s}
.nantua-lien:hover{background:rgba(225,176,0,.12);transform:translateY(-1px)}
.nantua-lien svg{width:13px;height:13px;flex-shrink:0;opacity:.8}

/* --- Ou dormir --- */
.hotel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}
.hotel-card{display:flex;flex-direction:column;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:1.4rem;transition:border-color .3s,transform .3s,box-shadow .3s;position:relative;overflow:hidden}
.hotel-card:hover{border-color:var(--border-gold);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06)}
.hotel-card.highlight{border:2px solid var(--border-gold)}
.hotel-card.highlight::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--yellow-deep),var(--yellow),var(--yellow-light))}
.hotel-card-name{font-family:var(--serif);font-size:1.12rem;font-weight:400;color:var(--text-dark);margin-bottom:.1rem;line-height:1.3}
.hotel-card-loc{font-size:.79rem;color:var(--text-muted);margin-bottom:.55rem}
.hotel-card-desc{font-size:.88rem;font-weight:300;color:var(--text-body);line-height:1.7;flex:1;margin:.6rem 0 .8rem}
.hotel-card-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.8rem}
.hotel-card .nantua-liens{margin-top:auto;padding-top:.8rem}
@media(max-width:900px){.hotel-grid{grid-template-columns:1fr}}

/* --- Salle des coffres : niveaux de protection --- */
.secu-niveaux{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.8rem}
.secu-niveau{display:flex;gap:1rem;align-items:flex-start;background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--yellow-deep);border-radius:8px;padding:1.25rem 1.4rem}
.secu-niveau-num{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:var(--gold-dark);color:var(--bg);font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:var(--sans)}
.secu-niveau h4{font-size:.98rem;font-weight:600;color:var(--text-dark);margin-bottom:.3rem;font-family:var(--sans)}
.secu-niveau p{font-size:.88rem;font-weight:300;color:var(--text-body);line-height:1.7}
.encart-service{display:flex;gap:1.2rem;align-items:flex-start;background:rgba(225,176,0,.05);border:2px solid var(--border-gold);border-radius:10px;padding:1.6rem;margin-top:1.8rem;position:relative;overflow:hidden}
.encart-service::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--yellow-deep),var(--yellow),var(--yellow-light))}
.encart-service svg{width:34px;height:34px;flex-shrink:0;color:var(--gold-dark);margin-top:.15rem}
.encart-service h3{font-family:var(--serif);font-size:1.2rem;font-weight:400;color:var(--text-dark);margin-bottom:.45rem}
.encart-service p{font-size:.93rem;font-weight:300;color:var(--text-body);line-height:1.78}
.encart-operateur{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:1.6rem;margin-top:1.8rem}
.encart-operateur h3{font-family:var(--serif);font-size:1.2rem;font-weight:400;color:var(--text-dark);margin-bottom:.6rem}
.encart-operateur p{font-size:.93rem;font-weight:300;color:var(--text-body);line-height:1.78;margin-bottom:.7rem}
.encart-operateur p:last-child{margin-bottom:0}
.encart-tva{display:inline-block;font-size:.78rem;font-weight:600;color:#8a5a00;background:rgba(225,176,0,.12);border:1px solid var(--border-gold);border-radius:6px;padding:.4rem .8rem;margin-top:.3rem}
@media(max-width:768px){.secu-niveaux{grid-template-columns:1fr}.encart-service{flex-direction:column;gap:.8rem}}
@media(max-width:768px){
.acces-grid{grid-template-columns:1fr}
.nantua-grid{grid-template-columns:1fr}
.nantua-inner{grid-template-columns:1fr}
.nantua-card.wide .nantua-figure img{min-height:210px}
.distance-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){.distance-grid{grid-template-columns:1fr}}
.securite-section{background:var(--bg-warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.secu-intro{font-size:1.1rem;font-weight:300;color:var(--text-body);max-width:700px;line-height:1.85;margin-bottom:2.5rem}
.secu-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.secu-item{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:1.5rem;display:flex;gap:1rem;align-items:flex-start;transition:border-color .3s}
.secu-item:hover{border-color:var(--border-gold)}
.secu-item-icon{width:36px;height:36px;flex-shrink:0;color:var(--gold-dark);background:rgba(225,176,0,.06);border-radius:8px;display:flex;align-items:center;justify-content:center;padding:6px}
.secu-item-icon svg{width:100%;height:100%}
.secu-item h3{font-size:.95rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem;font-family:var(--sans)}
.secu-item p{font-size:.85rem;font-weight:300;color:var(--text-muted);line-height:1.6}
.secu-full{grid-column:span 2}
.secu-highlight{background:rgba(225,176,0,.04);border:2px solid var(--border-gold)}
.secu-parking{margin-top:2rem;background:var(--bg-warm);border:1px solid var(--border);border-radius:10px;padding:1.8rem}
.secu-parking h3{font-family:var(--serif);font-size:1.15rem;font-weight:400;color:var(--text-dark);margin-bottom:1rem}
.secu-parking-grid{display:flex;gap:1.5rem;flex-wrap:wrap}
.secu-parking-item{flex:1;min-width:200px;display:flex;align-items:flex-start;gap:.75rem}
.secu-parking-item svg{width:20px;height:20px;flex-shrink:0;color:var(--yellow-deep);margin-top:2px}
.secu-parking-item div{font-size:.92rem;color:var(--text-body);line-height:1.5}
.secu-parking-item strong{color:var(--text-dark);font-weight:600}
.secu-parking-note{font-size:.78rem;color:var(--text-muted);font-style:italic;margin-top:.75rem}
.secu-option{margin-top:1.5rem;display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--bg-card);border:1px dashed var(--border-gold);border-radius:8px}
.secu-option svg{width:20px;height:20px;flex-shrink:0;color:var(--gold-dark)}
.secu-option p{font-size:.9rem;color:var(--text-body);line-height:1.5}
.secu-option strong{color:var(--text-dark)}
.coffres{background:var(--bg-warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.coffres-layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;margin-top:1.5rem}
.coffres-text{font-size:1.05rem;font-weight:300;color:var(--text-body);line-height:1.85}
.coffres-text p+p{margin-top:1.2rem}
.coffres-features{list-style:none;margin-top:1.5rem;display:flex;flex-direction:column;gap:.6rem}
.coffres-features li{font-size:.92rem;color:var(--text-body);display:flex;align-items:flex-start;gap:.5rem;line-height:1.55}
.coffres-features li svg{width:16px;height:16px;flex-shrink:0;color:var(--yellow-deep);margin-top:3px}
.coffres-aside{background:var(--bg-card);border:2px solid var(--border-gold);border-radius:12px;padding:2rem;position:relative;overflow:hidden}
.coffres-aside::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--yellow-deep),var(--yellow),var(--yellow-light))}
.coffres-aside-photo{width:100%;border-radius:8px;overflow:hidden;margin-bottom:1.5rem}
.coffres-aside-photo img{width:100%;height:180px;object-fit:cover;display:block}
.coffres-aside-icon{width:52px;height:52px;color:var(--gold-dark);background:rgba(225,176,0,.06);border-radius:12px;display:flex;align-items:center;justify-content:center;padding:10px;margin-bottom:1.25rem}
.coffres-aside-icon svg{width:100%;height:100%}
.coffres-price{margin:1.25rem 0}
.coffres-price-label{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-weight:500}
.coffres-price-amount{font-family:var(--serif);font-size:2.8rem;color:var(--gold-dark);font-weight:400;line-height:1.1;margin:.2rem 0}
.coffres-price-unit{font-size:.88rem;color:var(--text-muted);font-weight:400}
.coffres-aside p{font-size:.88rem;font-weight:300;color:var(--text-muted);line-height:1.6;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}
.coffres-metiers{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.4rem}
.coffres-metier{font-size:.72rem;font-weight:500;letter-spacing:.05em;color:var(--gold-dark);background:rgba(225,176,0,.06);border:1px solid rgba(225,176,0,.15);border-radius:4px;padding:.25rem .65rem}
.secu-coffre{margin-top:2rem;background:linear-gradient(135deg,rgba(225,176,0,.06) 0%,rgba(225,176,0,.02) 100%);border:2px solid var(--border-gold);border-radius:12px;padding:2rem 2.5rem;display:flex;align-items:center;gap:2rem;position:relative;overflow:hidden}
.secu-coffre::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--yellow-deep),var(--yellow),var(--yellow-light))}
.secu-coffre-icon{width:56px;height:56px;flex-shrink:0;color:var(--gold-dark);background:var(--bg-card);border:1px solid var(--border-gold);border-radius:12px;display:flex;align-items:center;justify-content:center;padding:12px;box-shadow:0 4px 12px rgba(0,0,0,.05)}
.secu-coffre-icon svg{width:100%;height:100%}
.secu-coffre-content{flex:1}
.secu-coffre-content h3{font-family:var(--serif);font-size:1.25rem;font-weight:400;color:var(--text-dark);margin-bottom:.4rem}
.secu-coffre-content p{font-size:.95rem;font-weight:300;color:var(--text-body);line-height:1.7}
.secu-coffre-price{flex-shrink:0;text-align:center;background:var(--bg-card);border:1px solid var(--border-gold);border-radius:10px;padding:1rem 1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}
.secu-coffre-price-label{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-weight:500}
.secu-coffre-price-amount{font-family:var(--serif);font-size:1.8rem;color:var(--gold-dark);font-weight:400;line-height:1.1;margin:.25rem 0}
.secu-coffre-price-unit{font-size:.75rem;color:var(--text-muted);font-weight:400}
.secu-hautniveau{margin-top:2rem;background:rgba(225,176,0,.04);border:2px solid var(--border-gold);border-radius:10px;padding:2rem;display:flex;gap:1.5rem;align-items:flex-start}
.secu-hautniveau-icon{width:48px;height:48px;flex-shrink:0;color:var(--gold-dark)}
.secu-hautniveau h3{font-family:var(--serif);font-size:1.2rem;font-weight:400;color:var(--text-dark);margin-bottom:.5rem}
.secu-hautniveau p{font-size:.95rem;font-weight:300;color:var(--text-body);line-height:1.75}
.secu-hautniveau-list{list-style:none;margin-top:.75rem;display:flex;flex-direction:column;gap:.4rem}
.secu-hautniveau-list li{font-size:.88rem;color:var(--text-body);display:flex;align-items:center;gap:.5rem}
.secu-hautniveau-list li svg{width:15px;height:15px;flex-shrink:0;color:var(--yellow-deep)}
.secu-pmr{margin-top:1.5rem;display:flex;gap:1rem;align-items:flex-start;padding:1.25rem 1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px}
.secu-pmr-icon{width:36px;height:36px;flex-shrink:0;color:var(--gold-dark)}
.secu-pmr h3{font-size:.95rem;font-weight:600;color:var(--text-dark);margin-bottom:.3rem;font-family:var(--sans)}
.secu-pmr p{font-size:.88rem;font-weight:300;color:var(--text-body);line-height:1.65}
.secu-pmr-note{font-size:.8rem;color:var(--text-muted);font-style:italic;margin-top:.3rem}
.tarif-row{display:flex;gap:1rem;margin:1.5rem 0}
.tarif-pill{flex:1;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:1.25rem;text-align:center;position:relative;overflow:hidden;transition:border-color .3s}
.tarif-pill:hover{border-color:var(--border-gold)}
.tarif-pill::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--yellow-deep),var(--yellow),var(--yellow-light))}
.tarif-pill-label{font-size:.82rem;font-weight:500;color:var(--text-body);margin-bottom:.5rem}
.tarif-pill-label span{font-weight:400;color:var(--text-muted)}
.tarif-pill-price{font-family:var(--serif);font-size:1.25rem;color:var(--gold-dark);font-weight:400;line-height:1.2}
.tarif-pill-price em{font-style:normal;font-family:var(--sans);font-size:.7rem;color:var(--text-muted);font-weight:400}
.salle-pricing{margin-top:2.5rem}
.salle-pricing h3{font-family:var(--serif);font-size:1.3rem;font-weight:400;color:var(--text-dark);margin-bottom:1.5rem}
.salle-criteria{margin-bottom:2.5rem}
.salle-criteria-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}
.salle-criteria-list li{font-size:.95rem;color:var(--text-body);line-height:1.65;display:flex;align-items:flex-start;gap:.6rem}
.salle-criteria-list li svg{width:16px;height:16px;flex-shrink:0;color:var(--yellow-deep);margin-top:4px}
.salle-criteria-list strong{color:var(--text-dark)}







.salle-tarif-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin:1.5rem 0 2.5rem}
.salle-tarif-card{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:1.5rem;position:relative;overflow:hidden;transition:border-color .3s}
.salle-tarif-card:hover{border-color:var(--border-gold)}
.salle-tarif-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--yellow-deep),var(--yellow),var(--yellow-light))}
.salle-tarif-card-label{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dark);font-weight:600;margin-bottom:.75rem}
.salle-tarif-card h4{font-family:var(--serif);font-size:1.1rem;font-weight:400;color:var(--text-dark);margin-bottom:.75rem}
.salle-tarif-card-price{font-family:var(--serif);font-size:1.5rem;color:var(--gold-dark);font-weight:400;margin-bottom:.5rem}
.salle-tarif-card-price span{font-size:.85rem;color:var(--text-muted);font-family:var(--sans)}
.salle-tarif-card-full{grid-column:span 2;display:flex;gap:2rem;align-items:center}
.salle-tarif-card-full .salle-tarif-card-price{font-size:1.3rem;white-space:nowrap}
.salle-tarif-card p{font-size:.85rem;color:var(--text-muted);line-height:1.6}
.salle-tarif-card ul{list-style:none;margin-top:.6rem;display:flex;flex-direction:column;gap:.3rem}
.salle-tarif-card ul li{font-size:.82rem;color:var(--text-body);display:flex;align-items:center;gap:.4rem}
.salle-tarif-card ul li svg{width:13px;height:13px;flex-shrink:0;color:var(--yellow-deep)}
.salle-conseils{background:rgba(225,176,0,.04);border:1px solid var(--border-gold);border-radius:10px;padding:1.8rem;margin-top:2rem}
.salle-conseils h3{font-family:var(--serif);font-size:1.15rem;font-weight:400;color:var(--text-dark);margin-bottom:1rem}
.salle-conseils-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}
.salle-conseils-list li{font-size:.92rem;color:var(--text-body);line-height:1.65;display:flex;align-items:flex-start;gap:.6rem}
.salle-conseils-list li svg{width:16px;height:16px;flex-shrink:0;color:var(--gold-dark);margin-top:3px}
.salle-conseils-list strong{color:var(--text-dark)}
.salle-capacite{display:flex;gap:1.5rem;margin:1rem 0 2rem;flex-wrap:wrap}
.salle-capacite-item{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:1rem 1.5rem;text-align:center;flex:1;min-width:140px}
.salle-capacite-number{font-family:var(--serif);font-size:1.8rem;color:var(--gold-dark);line-height:1}
.salle-capacite-label{font-size:.75rem;color:var(--text-muted);margin-top:.3rem;letter-spacing:.05em;text-transform:uppercase;font-weight:500}

.title-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}
.title-row h2{margin-bottom:0}
.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--bg-card);border-top:1px solid var(--border);box-shadow:0 -4px 24px rgba(0,0,0,.08);padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;transform:translateY(100%);transition:transform .35s ease;backdrop-filter:blur(10px)}
.sticky-cta.visible{transform:translateY(0)}
.sticky-cta-text{font-size:.9rem;color:var(--text-body);display:flex;align-items:center;gap:.5rem}
.sticky-cta-text strong{color:var(--text-dark)}
.sticky-cta-price{font-family:var(--serif);font-size:1.15rem;color:var(--gold-dark);font-weight:400;white-space:nowrap}
.sticky-cta .quick-pick{padding:.4rem .85rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-card);font-size:.8rem;font-weight:500;color:var(--text-body);cursor:pointer;font-family:var(--sans);transition:all .2s}
.quick-pick:hover,.quick-pick.active{background:var(--yellow-deep);border-color:var(--yellow-deep);color:#fff}
.booking-btn{margin-top:0;padding:.7rem 1.6rem;font-size:.9rem;white-space:nowrap}
@media(max-width:768px){
.sticky-cta{padding:.6rem 1rem;gap:.75rem}
.sticky-cta-text{display:none}
.sticky-cta .quick-pick{padding:.4rem .85rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-card);font-size:.8rem;font-weight:500;color:var(--text-body);cursor:pointer;font-family:var(--sans);transition:all .2s}
.quick-pick:hover,.quick-pick.active{background:var(--yellow-deep);border-color:var(--yellow-deep);color:#fff}
.booking-btn{width:100%;justify-content:center;padding:.8rem}
}
.quick-pick{padding:.4rem .85rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-card);font-size:.8rem;font-weight:500;color:var(--text-body);cursor:pointer;font-family:var(--sans);transition:all .2s}
.quick-pick:hover,.quick-pick.active{background:var(--yellow-deep);border-color:var(--yellow-deep);color:#fff}
.booking-btn{display:inline-flex;align-items:center;gap:.6rem;font-size:1rem;font-weight:600;color:var(--bg);background:linear-gradient(135deg,var(--gold-dark),var(--yellow-deep),var(--gold-text));padding:.95rem 2.2rem;border-radius:8px;text-decoration:none;border:none;cursor:pointer;transition:transform .25s,box-shadow .25s;box-shadow:0 4px 20px rgba(225,176,0,.2);margin-top:1.5rem;font-family:var(--sans)}
.booking-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(225,176,0,.3)}
.booking-btn svg{width:20px;height:20px}

.modal-overlay{display:none;position:fixed;inset:0;z-index:10001;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);overflow-y:auto;padding:2rem 1rem}
.modal-overlay.active{display:flex;justify-content:center;align-items:flex-start}
.wizard-steps{display:flex;gap:0;margin-bottom:1.5rem;border-bottom:2px solid var(--border);padding-bottom:0}
.wizard-step{flex:1;text-align:center;padding:.6rem .4rem;font-size:.72rem;font-weight:600;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;position:relative;cursor:default}
.wizard-step.active{color:var(--gold-dark)}
.wizard-step.active::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--yellow-deep)}
.wizard-step.done{color:var(--text-body)}
.step-panel{display:none}.step-panel.active{display:block}
.wizard-cols{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.bureau-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem}
.bureau-card{padding:.7rem .4rem;border:2px solid var(--border);border-radius:8px;text-align:center;cursor:pointer;transition:all .2s;font-size:.85rem;font-weight:500;color:var(--text-body)}
.bureau-card:hover{border-color:var(--border-gold);background:rgba(225,176,0,.04)}
.bureau-card.selected{border-color:var(--yellow-deep);background:var(--yellow-deep);color:#fff}
.bureau-card.unavailable{opacity:.3;cursor:default;pointer-events:none}
.bureau-card small{display:block;font-size:.65rem;font-weight:400;margin-top:.15rem}
.plan-toggle{font-size:.82rem;color:var(--gold-dark);cursor:pointer;text-decoration:underline;margin-bottom:.75rem;display:inline-block}
.plan-img{display:none;border-radius:8px;border:1px solid var(--border);margin-bottom:1rem;width:100%;cursor:pointer}
.plan-img.show{display:block}
.wizard-nav{display:flex;gap:.75rem;margin-top:1.5rem}
.wizard-nav .btn-prev{flex:1;padding:.8rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);font-size:.9rem;cursor:pointer;font-family:var(--sans);color:var(--text-body)}
.wizard-nav .btn-next{flex:2;padding:.8rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;font-family:var(--sans);cursor:pointer;color:#fff;background:linear-gradient(135deg,var(--gold-dark),var(--yellow-deep));box-shadow:0 4px 16px rgba(225,176,0,.2)}
.wizard-nav .btn-next:disabled{opacity:.5;cursor:not-allowed}
@media(max-width:768px){.wizard-cols{grid-template-columns:1fr}.bureau-grid{grid-template-columns:repeat(4,1fr)}}
.modal{background:var(--bg);border-radius:16px;width:100%;max-width:820px;margin:2rem auto;box-shadow:0 24px 80px rgba(0,0,0,.2);overflow:hidden;position:relative}
.modal-header{background:linear-gradient(135deg,var(--gold-dark),var(--yellow-deep));padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}
.modal-header h2{font-family:var(--serif);font-size:1.4rem;color:#fff;margin:0}
.modal-close{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.2);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s}
.modal-close:hover{background:rgba(255,255,255,.35)}
.modal-close svg{width:18px;height:18px;color:#fff}
.modal-body{padding:2rem}

.cal-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}
.cal-nav button{background:none;border:1px solid var(--border);border-radius:6px;padding:.4rem .8rem;cursor:pointer;font-size:.85rem;color:var(--text-body);transition:border-color .3s}
.cal-nav button:hover{border-color:var(--border-gold)}
.cal-nav span{font-weight:600;font-size:1rem;color:var(--text-dark)}
.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;text-align:center;margin-bottom:1.5rem}
.cal-day-name{font-size:.68rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;padding:.4rem 0}
.cal-day{padding:.55rem .2rem;border-radius:8px;font-size:.85rem;cursor:pointer;transition:all .2s;color:var(--text-body);border:1px solid transparent}
.cal-day:hover:not(.cal-past):not(.cal-blocked){background:rgba(225,176,0,.1);border-color:var(--border-gold)}
.cal-day.cal-selected{background:var(--yellow-deep);color:#fff;font-weight:600;border-color:var(--yellow-deep)}
.cal-day.cal-past{color:#ccc;cursor:default}
.cal-day.cal-blocked{color:#ccc;cursor:default;text-decoration:line-through}
.cal-day.cal-empty{cursor:default}
.cal-day.cal-today{font-weight:700;color:var(--gold-dark)}
.cal-legend{display:flex;gap:1.2rem;font-size:.72rem;color:var(--text-muted);margin-bottom:1.5rem;flex-wrap:wrap}
.cal-legend span{display:flex;align-items:center;gap:.3rem}
.cal-legend-dot{width:10px;height:10px;border-radius:3px;display:inline-block}

.cal-day.cal-range{background:rgba(225,176,0,.15);border-radius:0}
.cal-day.cal-start{background:var(--yellow-deep);color:#fff;font-weight:600;border-radius:8px 0 0 8px}
.cal-day.cal-end{background:var(--yellow-deep);color:#fff;font-weight:600;border-radius:0 8px 8px 0}
.cal-day.cal-single{background:var(--yellow-deep);color:#fff;font-weight:600;border-radius:8px}
#tarifDetail{font-size:.85rem;color:var(--text-body);margin-bottom:.75rem;line-height:1.7}
#tarifDetail span{color:var(--gold-dark);font-weight:600}
.tarif-display{background:var(--bg-warm);border:1px solid var(--border);border-radius:10px;padding:1.25rem;margin-bottom:2rem;display:none}
.tarif-display.visible{display:block}
.tarif-display-row{display:flex;justify-content:space-between;align-items:center}
.tarif-display-label{font-size:.85rem;color:var(--text-body)}
.tarif-display-price{font-family:var(--serif);font-size:1.6rem;color:var(--gold-dark)}
.tarif-display-note{font-size:.75rem;color:var(--text-muted);margin-top:.4rem}

.form-section-title{font-family:var(--serif);font-size:1.1rem;color:var(--text-dark);margin:1.5rem 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}
.form-row-full{grid-template-columns:1fr}
.form-group{display:flex;flex-direction:column;gap:.3rem}
.form-group label{font-size:.78rem;font-weight:500;color:var(--text-body);letter-spacing:.03em}
.form-group label .req{color:#c0392b}
.form-group input,.form-group select,.form-group textarea{padding:.7rem .9rem;border:1px solid var(--border);border-radius:8px;font-size:.9rem;font-family:var(--sans);color:var(--text-dark);background:var(--bg-card);transition:border-color .3s;outline:none}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--yellow-deep);box-shadow:0 0 0 3px rgba(225,176,0,.1)}
.form-group textarea{resize:vertical;min-height:70px}

.form-toggle{display:flex;gap:0;border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-bottom:1rem}
.form-toggle label{flex:1;padding:.7rem;text-align:center;font-size:.88rem;font-weight:500;cursor:pointer;transition:all .3s;color:var(--text-body);background:var(--bg-card)}
.form-toggle input{display:none}
.form-toggle input:checked+label{background:var(--yellow-deep);color:#fff}

.form-check{display:flex;align-items:flex-start;gap:.6rem;margin:1.25rem 0;font-size:.85rem;color:var(--text-body);line-height:1.5}
.form-check input[type=checkbox]{margin-top:3px;accent-color:var(--yellow-deep);width:16px;height:16px;flex-shrink:0}
.form-check a{color:var(--gold-dark)}

.option-box{background:rgba(225,176,0,.04);border:1px dashed var(--border-gold);border-radius:8px;padding:1rem;margin:1rem 0;display:flex;align-items:flex-start;gap:.75rem}
.option-box input{margin-top:3px;accent-color:var(--yellow-deep);width:16px;height:16px;flex-shrink:0}
.option-box-text{flex:1}
.option-box-text strong{color:var(--text-dark);font-size:.92rem}
.option-box-text p{font-size:.82rem;color:var(--text-muted);margin-top:.2rem}
.option-box.disabled{background:rgba(0,0,0,.02);border-color:var(--border);opacity:.7}
.option-box.disabled input{cursor:not-allowed}
.option-box.disabled .option-box-text strong{color:var(--text-muted)}
.option-badge{display:inline-block;margin-left:.5rem;padding:.15rem .5rem;border-radius:4px;background:#fdecea;color:#c62828;font-size:.68rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;vertical-align:1px}

.form-submit{width:100%;padding:.95rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;font-family:var(--sans);cursor:pointer;transition:all .3s;color:var(--bg);background:linear-gradient(135deg,var(--gold-dark),var(--yellow-deep));box-shadow:0 4px 16px rgba(225,176,0,.2);margin-top:1rem}
.form-submit:hover{transform:translateY(-1px);box-shadow:0 6px 24px rgba(225,176,0,.3)}
.form-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}

.form-success{display:none;text-align:center;padding:2rem}
.form-success.visible{display:block}
.form-success h3{font-family:var(--serif);font-size:1.4rem;color:var(--text-dark);margin-bottom:1rem}
.form-success p{font-size:.95rem;color:var(--text-body);line-height:1.7;margin-bottom:1rem}
.iban-box{background:var(--bg-warm);border:2px solid var(--border-gold);border-radius:10px;padding:1.25rem;margin:1.5rem 0;text-align:left}
.iban-box-label{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-weight:500;margin-bottom:.4rem}
.iban-box-value{font-size:1.05rem;font-weight:600;color:var(--text-dark);font-family:monospace;letter-spacing:.05em}
.form-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem 1rem;font-size:.85rem;color:#991b1b;margin-bottom:1rem;display:none}

@media(max-width:768px){
  .modal-body{padding:1.25rem}
  .form-row{grid-template-columns:1fr}
  .tarif-display-price{font-size:1.3rem}
}
.emonetique-banner{background:var(--bg-warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border);position:relative;overflow:hidden}
.emonetique-banner::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,214,40,.06) 0%,transparent 40%,rgba(225,176,0,.04) 100%);pointer-events:none}
.emo-inner{display:flex;flex-direction:column;align-items:flex-start;gap:1.8rem;position:relative}
.emo-logo-card{display:inline-block;background:var(--bg-card);border-radius:10px;padding:1.2rem 1.8rem;box-shadow:0 2px 8px rgba(0,0,0,.06),0 10px 36px rgba(0,0,0,.08);border:1px solid var(--border);position:relative;overflow:hidden;transition:transform .3s,box-shadow .3s}
.emo-logo-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08),0 14px 44px rgba(0,0,0,.12)}
.emo-logo-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--yellow-deep),var(--yellow),var(--yellow-light))}
.emo-logo-card img{display:block;height:52px;width:auto}
.emo-badge{display:inline-flex;align-items:center;gap:.6rem;background:rgba(225,176,0,.08);border:1px solid var(--border-gold);border-radius:50px;padding:.4rem 1rem;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dark)}
.emo-badge svg{width:14px;height:14px;flex-shrink:0}
.emo-text{font-size:1.1rem;font-weight:300;color:var(--text-body);max-width:700px;line-height:1.85}
.emo-text strong{color:var(--text-dark);font-weight:600}
.emo-highlight{color:var(--gold-dark);font-weight:600}
.emo-link{display:inline-flex;align-items:center;gap:.6rem;font-size:1rem;font-weight:600;color:var(--bg);background:linear-gradient(135deg,var(--gold-dark),var(--yellow-deep),var(--gold-text));padding:.85rem 2rem;border-radius:6px;text-decoration:none;transition:transform .25s,box-shadow .25s;box-shadow:0 4px 20px rgba(225,176,0,.2)}
.emo-link:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(225,176,0,.3)}
.emo-link svg{width:18px;height:18px;transition:transform .25s}
.emo-link:hover svg{transform:translateX(3px)}
.management{position:relative;overflow:hidden;background:var(--bg)}
.management::before{content:'';position:absolute;top:0;right:-10%;width:40%;height:100%;background:radial-gradient(ellipse at center,rgba(255,214,40,.08) 0%,transparent 70%);pointer-events:none}
.mgmt-layout{display:grid;grid-template-columns:180px 1fr;gap:2.5rem;align-items:start}
.mgmt-portrait{position:relative}
.mgmt-portrait img{width:180px;height:180px;border-radius:50%;object-fit:cover;object-position:center top;display:block;border:3px solid var(--border-gold);box-shadow:0 8px 32px rgba(0,0,0,.1)}
.mgmt-portrait::after{content:'';position:absolute;top:-6px;left:-6px;width:192px;height:192px;border-radius:50%;border:1px solid var(--border-gold);pointer-events:none}
.social-links{display:flex;justify-content:center;gap:.75rem;margin-top:1.2rem}
.social-links a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--bg-warm);border:1px solid var(--border-gold);color:var(--gold-dark);transition:all .3s;text-decoration:none}
.social-links a:hover{background:var(--yellow-deep);border-color:var(--yellow-deep);color:var(--bg);transform:translateY(-2px);box-shadow:0 4px 16px rgba(255,214,40,.2)}
.social-links svg{width:17px;height:17px;fill:currentColor}
.mgmt-content p{font-size:1.1rem;font-weight:300;color:var(--text-body);line-height:1.85}
.mgmt-content p+p{margin-top:1.2rem}
.mgmt-name{color:var(--gold-dark);font-weight:600}
.mgmt-role{display:block;margin-top:.8rem;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-text);font-weight:500}
.contact-section{background:var(--bg-warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2.5rem}
.info-card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:2rem;position:relative;overflow:hidden;transition:border-color .3s,transform .3s}
.info-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--yellow-deep),var(--yellow),var(--yellow-light));opacity:0;transition:opacity .3s}
.info-card:hover{border-color:var(--border-gold);transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.06)}
.info-card:hover::before{opacity:1}
.info-card-icon{width:34px;height:34px;margin-bottom:1.25rem;color:var(--yellow-deep)}
.info-card h3{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:.5rem;font-weight:500}
.info-card-value{font-size:1.05rem;font-weight:400;color:var(--text-dark);line-height:1.6}
.info-card-value a{color:var(--gold-dark);text-decoration:none;transition:color .2s}
.info-card-value a:hover{color:var(--yellow-deep)}
.legal{border-top:1px solid var(--border);background:var(--bg)}
.legal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.2rem;margin-top:1rem}
.legal-item h3{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:.35rem;font-weight:500}
.legal-item p{font-size:1rem;color:var(--text-body);font-weight:400;font-variant-numeric:tabular-nums}
footer{text-align:center;padding:3rem 1.5rem;border-top:1px solid var(--border);background:var(--bg-warm)}
footer .footer-brand{font-family:var(--serif);font-size:1.15rem;font-weight:400;background:linear-gradient(90deg,var(--gold-text),var(--gold-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
footer p{font-size:.78rem;color:var(--text-muted);margin-top:.6rem;font-weight:300}
@keyframes fadeDown{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes pulse{0%,100%{opacity:.25}50%{opacity:1}}
@keyframes gemAnim{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease;animation:revealFallback 0s .5s forwards}
.reveal.visible{opacity:1;transform:translateY(0);animation:none}
@keyframes revealFallback{to{opacity:1;transform:translateY(0)}}
.lightbox{display:none;position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.85);align-items:center;justify-content:center;cursor:pointer}
.lightbox.active{display:flex}
.lightbox img{max-width:90%;max-height:90vh;border-radius:8px;box-shadow:0 8px 40px rgba(0,0,0,.4)}
.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.15);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}
.lightbox-close svg{width:20px;height:20px;color:#fff}
@media(max-width:768px){
  html{font-size:17px}section{padding:3.5rem 1.25rem}
  .hero{padding:2rem 1.25rem}h1{font-size:clamp(2.4rem,10vw,3.2rem)}
  .hero-sub{letter-spacing:.15em;font-size:.9rem}.hero-nav{gap:.5rem}
  .hero-building img{height:200px}
  h2{font-size:clamp(1.7rem,6vw,2.2rem)}
  .bureau-hero{border-radius:12px;overflow:hidden;margin-bottom:1.25rem;position:relative}
.bureau-hero img{width:100%;height:400px;object-fit:cover;display:block;cursor:pointer;transition:transform .4s}
.bureau-hero:hover img{transform:scale(1.02)}
.bureau-hero-label{position:absolute;bottom:0;left:0;right:0;padding:.75rem 1.25rem;background:linear-gradient(transparent,rgba(0,0,0,.55));color:#fff;font-size:.88rem;font-weight:500}
.bureau-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;margin-bottom:2rem}
.bureau-thumb{border-radius:8px;overflow:hidden;position:relative;cursor:pointer;aspect-ratio:4/3}
.bureau-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.bureau-thumb:hover img{transform:scale(1.06)}
.bureau-thumb-label{position:absolute;bottom:0;left:0;right:0;padding:.4rem .6rem;background:linear-gradient(transparent,rgba(0,0,0,.6));color:#fff;font-size:.7rem;font-weight:500}
@media(max-width:768px){.bureau-hero img{height:240px}.bureau-thumbs{grid-template-columns:repeat(2,1fr)}}
.gallery{grid-template-columns:1fr 1fr}.gallery-hero{grid-column:span 2}
  .salle-hero img{height:240px}
    .salle-tarif-cards{grid-template-columns:1fr}
    .tarif-row{flex-direction:column}
    .salle-tarif-card-full{grid-column:span 1;flex-direction:column;gap:1rem}.salle-stat{gap:1.5rem}
  .mgmt-layout{grid-template-columns:1fr;justify-items:center;text-align:center;gap:1.8rem}
  .mgmt-portrait img{width:140px;height:140px}.mgmt-portrait::after{width:152px;height:152px}
  .mgmt-content p{text-align:left}
  .info-grid{grid-template-columns:1fr}.legal-grid{grid-template-columns:1fr}
  .emo-link{width:100%;justify-content:center}
    .avantages-grid{grid-template-columns:1fr}
    .securite-banner{flex-direction:column;gap:1rem}
    .secu-grid{grid-template-columns:1fr}
    .secu-full{grid-column:span 1}
    .secu-parking-grid{flex-direction:column;gap:1rem}
    .coffres{background:var(--bg-warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.coffres-layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;margin-top:1.5rem}
.coffres-text{font-size:1.05rem;font-weight:300;color:var(--text-body);line-height:1.85}
.coffres-text p+p{margin-top:1.2rem}
.coffres-features{list-style:none;margin-top:1.5rem;display:flex;flex-direction:column;gap:.6rem}
.coffres-features li{font-size:.92rem;color:var(--text-body);display:flex;align-items:flex-start;gap:.5rem;line-height:1.55}
.coffres-features li svg{width:16px;height:16px;flex-shrink:0;color:var(--yellow-deep);margin-top:3px}
.coffres-aside{background:var(--bg-card);border:2px solid var(--border-gold);border-radius:12px;padding:2rem;position:relative;overflow:hidden}
.coffres-aside::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--yellow-deep),var(--yellow),var(--yellow-light))}
.coffres-aside-photo{width:100%;border-radius:8px;overflow:hidden;margin-bottom:1.5rem}
.coffres-aside-photo img{width:100%;height:180px;object-fit:cover;display:block}
.coffres-aside-icon{width:52px;height:52px;color:var(--gold-dark);background:rgba(225,176,0,.06);border-radius:12px;display:flex;align-items:center;justify-content:center;padding:10px;margin-bottom:1.25rem}
.coffres-aside-icon svg{width:100%;height:100%}
.coffres-price{margin:1.25rem 0}
.coffres-price-label{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-weight:500}
.coffres-price-amount{font-family:var(--serif);font-size:2.8rem;color:var(--gold-dark);font-weight:400;line-height:1.1;margin:.2rem 0}
.coffres-price-unit{font-size:.88rem;color:var(--text-muted);font-weight:400}
.coffres-aside p{font-size:.88rem;font-weight:300;color:var(--text-muted);line-height:1.6;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}
.coffres-metiers{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.4rem}
.coffres-metier{font-size:.72rem;font-weight:500;letter-spacing:.05em;color:var(--gold-dark);background:rgba(225,176,0,.06);border:1px solid rgba(225,176,0,.15);border-radius:4px;padding:.25rem .65rem}
.secu-coffre{margin-top:2rem;background:linear-gradient(135deg,rgba(225,176,0,.06) 0%,rgba(225,176,0,.02) 100%);border:2px solid var(--border-gold);border-radius:12px;padding:2rem 2.5rem;display:flex;align-items:center;gap:2rem;position:relative;overflow:hidden}
.secu-coffre::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--yellow-deep),var(--yellow),var(--yellow-light))}
.secu-coffre-icon{width:56px;height:56px;flex-shrink:0;color:var(--gold-dark);background:var(--bg-card);border:1px solid var(--border-gold);border-radius:12px;display:flex;align-items:center;justify-content:center;padding:12px;box-shadow:0 4px 12px rgba(0,0,0,.05)}
.secu-coffre-icon svg{width:100%;height:100%}
.secu-coffre-content{flex:1}
.secu-coffre-content h3{font-family:var(--serif);font-size:1.25rem;font-weight:400;color:var(--text-dark);margin-bottom:.4rem}
.secu-coffre-content p{font-size:.95rem;font-weight:300;color:var(--text-body);line-height:1.7}
.secu-coffre-price{flex-shrink:0;text-align:center;background:var(--bg-card);border:1px solid var(--border-gold);border-radius:10px;padding:1rem 1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}
.secu-coffre-price-label{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-weight:500}
.secu-coffre-price-amount{font-family:var(--serif);font-size:1.8rem;color:var(--gold-dark);font-weight:400;line-height:1.1;margin:.25rem 0}
.secu-coffre-price-unit{font-size:.75rem;color:var(--text-muted);font-weight:400}
.secu-hautniveau{flex-direction:column;gap:1rem}
    .coffres{background:var(--bg-warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.coffres-layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;margin-top:1.5rem}
.coffres-text{font-size:1.05rem;font-weight:300;color:var(--text-body);line-height:1.85}
.coffres-text p+p{margin-top:1.2rem}
.coffres-features{list-style:none;margin-top:1.5rem;display:flex;flex-direction:column;gap:.6rem}
.coffres-features li{font-size:.92rem;color:var(--text-body);display:flex;align-items:flex-start;gap:.5rem;line-height:1.55}
.coffres-features li svg{width:16px;height:16px;flex-shrink:0;color:var(--yellow-deep);margin-top:3px}
.coffres-aside{background:var(--bg-card);border:2px solid var(--border-gold);border-radius:12px;padding:2rem;position:relative;overflow:hidden}
.coffres-aside::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--yellow-deep),var(--yellow),var(--yellow-light))}
.coffres-aside-photo{width:100%;border-radius:8px;overflow:hidden;margin-bottom:1.5rem}
.coffres-aside-photo img{width:100%;height:180px;object-fit:cover;display:block}
.coffres-aside-icon{width:52px;height:52px;color:var(--gold-dark);background:rgba(225,176,0,.06);border-radius:12px;display:flex;align-items:center;justify-content:center;padding:10px;margin-bottom:1.25rem}
.coffres-aside-icon svg{width:100%;height:100%}
.coffres-price{margin:1.25rem 0}
.coffres-price-label{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-weight:500}
.coffres-price-amount{font-family:var(--serif);font-size:2.8rem;color:var(--gold-dark);font-weight:400;line-height:1.1;margin:.2rem 0}
.coffres-price-unit{font-size:.88rem;color:var(--text-muted);font-weight:400}
.coffres-aside p{font-size:.88rem;font-weight:300;color:var(--text-muted);line-height:1.6;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}
.coffres-metiers{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.4rem}
.coffres-metier{font-size:.72rem;font-weight:500;letter-spacing:.05em;color:var(--gold-dark);background:rgba(225,176,0,.06);border:1px solid rgba(225,176,0,.15);border-radius:4px;padding:.25rem .65rem}
.secu-coffre{flex-direction:column;text-align:center;padding:1.5rem}
    .coffres-layout{grid-template-columns:1fr}
    .secu-coffre-price{width:100%}
    .coup-card{flex-direction:column}
  .emo-logo-card{padding:1rem 1.4rem}.emo-logo-card img{height:40px}
  .scroll-btn{width:100px;height:100px}.scroll-btn-text{font-size:.55rem}.gem{width:58px;height:58px}
}
@media(max-width:380px){
  html{font-size:16px}h1{font-size:2.2rem}
  .hero-sub{font-size:.8rem;letter-spacing:.06em}
    .hero-pill{font-size:.75rem;padding:.5rem .9rem}section{padding:3rem 1rem}
  .hero-building img{height:160px}
  .gem{width:50px;height:50px}.mgmt-portrait img{width:120px;height:120px}.mgmt-portrait::after{width:132px;height:132px}
  .emo-logo-card{padding:.8rem 1rem}.emo-logo-card img{height:32px}
  .bureau-hero{border-radius:12px;overflow:hidden;margin-bottom:1.25rem;position:relative}
.bureau-hero img{width:100%;height:400px;object-fit:cover;display:block;cursor:pointer;transition:transform .4s}
.bureau-hero:hover img{transform:scale(1.02)}
.bureau-hero-label{position:absolute;bottom:0;left:0;right:0;padding:.75rem 1.25rem;background:linear-gradient(transparent,rgba(0,0,0,.55));color:#fff;font-size:.88rem;font-weight:500}
.bureau-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;margin-bottom:2rem}
.bureau-thumb{border-radius:8px;overflow:hidden;position:relative;cursor:pointer;aspect-ratio:4/3}
.bureau-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.bureau-thumb:hover img{transform:scale(1.06)}
.bureau-thumb-label{position:absolute;bottom:0;left:0;right:0;padding:.4rem .6rem;background:linear-gradient(transparent,rgba(0,0,0,.6));color:#fff;font-size:.7rem;font-weight:500}
@media(max-width:768px){.bureau-hero img{height:240px}.bureau-thumbs{grid-template-columns:repeat(2,1fr)}}
.gallery{grid-template-columns:1fr}.gallery-hero{grid-column:span 1}
  .salle-hero img{height:180px}
}
.fab-wrap{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}
.fab-menu{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;opacity:0;pointer-events:none;transform:translateY(8px) scale(.95);transition:all .25s cubic-bezier(.4,0,.2,1)}
.fab-wrap.open .fab-menu{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}
.fab-item{display:flex;align-items:center;gap:.6rem;padding:.65rem 1.1rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;text-decoration:none;color:var(--text-dark);font-size:.88rem;font-weight:500;white-space:nowrap;box-shadow:0 4px 16px rgba(0,0,0,.1);transition:all .2s}
.fab-item:hover{box-shadow:0 6px 24px rgba(0,0,0,.14);transform:translateY(-2px)}
.fab-item svg{width:20px;height:20px;min-width:20px;flex-shrink:0;color:var(--gold-dark)}
.fab-btn{width:60px;height:60px;border-radius:50%;border:none;background:linear-gradient(135deg,var(--gold-dark),var(--yellow-deep));color:#fff;cursor:pointer;box-shadow:0 4px 24px rgba(225,176,0,.35);display:flex;align-items:center;justify-content:center;position:relative;transition:transform .3s,box-shadow .3s}
.fab-btn:hover{transform:scale(1.06);box-shadow:0 8px 32px rgba(225,176,0,.45)}
.fab-btn svg{width:26px;height:26px;position:absolute;transition:opacity .25s,transform .25s}
.fab-icon-close{opacity:0;transform:rotate(-90deg)}
.fab-wrap.open .fab-icon-open{opacity:0;transform:rotate(90deg)}
.fab-wrap.open .fab-icon-close{opacity:1;transform:rotate(0)}
.fab-wrap.open .fab-btn{background:var(--text-dark)}
@keyframes fabPulse{0%,100%{box-shadow:0 4px 24px rgba(225,176,0,.35)}50%{box-shadow:0 4px 24px rgba(225,176,0,.55),0 0 0 8px rgba(225,176,0,.1)}}
.fab-btn{animation:fabPulse 3s ease-in-out infinite}
.fab-wrap.open .fab-btn{animation:none}
.tarif-accordion{margin:2rem 0}
.tarif-accordion-btn{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;cursor:pointer;font-family:var(--serif);font-size:1.1rem;color:var(--text-dark);transition:all .2s}
.tarif-accordion-btn:hover{border-color:var(--border-gold)}
.tarif-accordion-btn.open{border-radius:10px 10px 0 0;border-bottom-color:transparent}
.tarif-accordion-btn svg{width:18px;height:18px;color:var(--gold-dark);transition:transform .3s;flex-shrink:0}
.tarif-accordion-btn.open svg{transform:rotate(180deg)}
.tarif-accordion-body{display:none;border:1px solid var(--border);border-top:none;border-radius:0 0 10px 10px;padding:1.25rem;background:var(--bg-card)}
.tarif-accordion-body.open{display:block}
.pay-choice{flex:1;min-width:200px;display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid var(--border);border-radius:10px;background:var(--bg-card);cursor:pointer;font-family:var(--sans);font-size:.85rem;text-align:left;transition:all .2s}
.pay-choice:hover,.pay-choice.active{border-color:var(--yellow-deep);box-shadow:0 4px 16px rgba(225,176,0,.15)}
.pay-choice.active{background:rgba(225,176,0,.04)}
.pay-choice svg{width:28px;height:28px;flex-shrink:0;color:var(--gold-dark)}
.pay-choice strong{color:var(--text-dark);font-size:.92rem}
.pay-choice span{color:var(--text-muted);font-size:.78rem}

/* ============================================================
   MULTI-PAGES : en-tete de site, hero de page, cartes d offre
   ============================================================ */
.site-header{position:sticky;top:0;z-index:9998;background:rgba(250,250,248,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}
.site-header-inner{max-width:1140px;margin:0 auto;padding:.7rem 1.5rem;display:flex;align-items:center;gap:1.5rem}
.site-logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;flex-shrink:0}
.site-logo svg{width:32px;height:32px}
.site-logo-text{font-family:var(--serif);font-size:1rem;color:var(--text-dark);letter-spacing:.02em;line-height:1.1}
.site-logo-text small{display:block;font-family:var(--sans);font-size:.6rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted)}
.site-nav{display:flex;align-items:center;gap:.25rem;margin-left:auto}
.site-nav a{font-size:.86rem;font-weight:500;color:var(--text-body);text-decoration:none;padding:.5rem .8rem;border-radius:6px;transition:background .2s,color .2s;white-space:nowrap}
.site-nav a:hover{background:var(--bg-warm);color:var(--text-dark)}
.site-nav a.current{color:var(--gold-dark);background:rgba(225,176,0,.07)}
.site-cta{display:inline-flex;align-items:center;gap:.45rem;font-size:.85rem;font-weight:600;color:var(--bg);background:linear-gradient(135deg,var(--gold-dark),var(--yellow-deep));padding:.55rem 1.1rem;border-radius:7px;text-decoration:none;border:none;cursor:pointer;font-family:var(--sans);transition:transform .2s,box-shadow .2s;white-space:nowrap}
.site-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(225,176,0,.28)}
.site-cta svg{width:15px;height:15px}
.nav-toggle{display:none;margin-left:auto;background:none;border:1px solid var(--border);border-radius:6px;padding:.45rem;cursor:pointer;color:var(--text-dark)}
.nav-toggle svg{width:20px;height:20px;display:block}
@media(max-width:900px){
.site-nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--bg-card);border-bottom:1px solid var(--border);box-shadow:0 8px 24px rgba(0,0,0,.06);padding:.5rem;display:none;margin-left:0}
.site-header.open .site-nav{display:flex}
.site-nav a{padding:.7rem .9rem}
.site-nav .site-cta{justify-content:center;margin-top:.4rem}
.nav-toggle{display:block}
.site-header-inner{position:relative}
}

/* Hero compact des pages internes */
.page-hero{background:var(--bg-warm);border-bottom:1px solid var(--border);padding:3rem 1.5rem 2.6rem;text-align:center;position:relative;overflow:hidden}
.page-hero::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--yellow-deep),var(--yellow),var(--yellow-light))}
.page-hero-inner{max-width:820px;margin:0 auto;position:relative;z-index:1}
.page-hero h1{font-family:var(--serif);font-size:clamp(1.9rem,4.5vw,2.9rem);font-weight:400;color:var(--text-dark);line-height:1.15;margin:.5rem 0 .8rem}
.page-hero p{font-size:1.02rem;font-weight:300;color:var(--text-body);line-height:1.8;max-width:640px;margin:0 auto}
.page-hero .section-label{margin-bottom:.2rem}
.page-hero-actions{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;margin-top:1.6rem}
.breadcrumb{max-width:1140px;margin:0 auto;padding:.7rem 1.5rem;font-size:.78rem;color:var(--text-muted)}
.breadcrumb a{color:var(--text-muted);text-decoration:none}
.breadcrumb a:hover{color:var(--gold-dark);text-decoration:underline}
.breadcrumb span{color:var(--text-body)}

/* Cartes des deux offres (accueil) */
.offer-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}
.offer-card{display:flex;flex-direction:column;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .3s,box-shadow .3s,border-color .3s}
.offer-card:hover{transform:translateY(-3px);box-shadow:0 12px 34px rgba(0,0,0,.08);border-color:var(--border-gold)}
.offer-card-img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;background:var(--bg-warm)}
.offer-card-body{padding:1.6rem;display:flex;flex-direction:column;flex:1}
.offer-card h3{font-family:var(--serif);font-size:1.35rem;font-weight:400;color:var(--text-dark);margin-bottom:.5rem}
.offer-card p{font-size:.93rem;font-weight:300;color:var(--text-body);line-height:1.75;margin-bottom:1rem;flex:1}
.offer-card-meta{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}
.offer-card-meta span{font-size:.74rem;font-weight:500;color:var(--gold-dark);background:rgba(225,176,0,.06);border:1px solid rgba(225,176,0,.15);border-radius:4px;padding:.22rem .6rem}
.offer-card-link{display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;font-weight:600;color:var(--gold-dark)}
.offer-card-link svg{width:17px;height:17px;transition:transform .25s}
.offer-card:hover .offer-card-link svg{transform:translateX(4px)}

/* Bandeau de reassurance des pages internes */
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:2.5rem}
.trust-item{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:1rem;text-align:center}
.trust-item svg{width:22px;height:22px;color:var(--gold-dark);margin-bottom:.4rem}
.trust-item strong{display:block;font-size:.85rem;font-weight:600;color:var(--text-dark);margin-bottom:.15rem}
.trust-item span{font-size:.76rem;font-weight:300;color:var(--text-muted);line-height:1.5}
.trust-more{text-align:center;margin-top:1rem;font-size:.85rem}
.trust-more a{color:var(--gold-dark);font-weight:500}

/* Bandeau d appel a l action de fin de page */
.cta-band{background:var(--bg-warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:3rem 1.5rem;text-align:center}
.cta-band h2{font-family:var(--serif);font-size:clamp(1.5rem,3.5vw,2.1rem);font-weight:400;color:var(--text-dark);margin-bottom:.6rem}
.cta-band p{font-size:.98rem;font-weight:300;color:var(--text-body);line-height:1.8;max-width:620px;margin:0 auto 1.5rem}
.cta-band-actions{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center}
.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;font-size:.92rem;font-weight:600;color:var(--text-dark);background:var(--bg-card);border:1px solid var(--border);padding:.85rem 1.6rem;border-radius:8px;text-decoration:none;transition:border-color .25s,transform .25s}
.btn-ghost:hover{border-color:var(--border-gold);transform:translateY(-1px)}
.btn-ghost svg{width:17px;height:17px;color:var(--gold-dark)}

/* Section dediee a la salle de reunion */
.reunion-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:2rem;align-items:center;margin-top:2rem}
.reunion-hero figure{margin:0;border-radius:10px;overflow:hidden;background:var(--bg-warm)}
.reunion-hero img{width:100%;height:100%;min-height:260px;object-fit:cover;display:block;cursor:zoom-in}
.reunion-price{display:inline-flex;align-items:baseline;gap:.5rem;background:rgba(225,176,0,.06);border:1px solid var(--border-gold);border-radius:8px;padding:.7rem 1.1rem;margin-top:1.2rem}
.reunion-price strong{font-family:var(--serif);font-size:1.5rem;font-weight:400;color:var(--gold-dark)}
.reunion-price span{font-size:.82rem;color:var(--text-muted)}
@media(max-width:768px){
.offer-grid{grid-template-columns:1fr}
.trust-strip{grid-template-columns:1fr 1fr}
.reunion-hero{grid-template-columns:1fr}
}
