:root{
  --navy: #0d2340;
  --navy-mid: #163458;
  --azure: #1a6eb5;
  --azure-light: #e8f2fb;
  --silver: #c8d4e0;
  --silver-light: #f0f4f8;
  --gold: #c9a84c;
  --gold-text: #7a5a18;
  --gold-light: #f5edda;
  --sand: #e8dfc8;
  --white: #ffffff;
  --text-dark: #0d2340;
  --text-mid: #3a5570;
  --text-light: #4a6479;
  --radius: 14px;
  --shadow: 0 8px 40px rgba(13,35,64,0.12);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;font-weight:400;color:var(--text-dark);background:var(--white);overflow-x:hidden}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:0.8rem 2.5rem;background:rgba(255,255,255,0.97);backdrop-filter:blur(16px);border-bottom:1px solid rgba(13,35,64,0.08);transition:box-shadow 0.3s}
nav.scrolled{box-shadow:0 2px 20px rgba(13,35,64,0.1)}
.nav-logo{display:flex;align-items:center;gap:10px;margin-right:2.2rem}
.nav-logo img{height:52px;width:auto;object-fit:contain}
.nav-brand{font-family:'Cormorant Garamond',serif;font-size:1.15rem;color:var(--navy);line-height:1.15;font-weight:600;text-align:center}
.nav-brand span{display:block;font-family:'DM Sans',sans-serif;font-size:0.65rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold-text);font-weight:500}
.nav-wa{display:flex!important;align-items:center;gap:7px;background:var(--navy)!important;color:white!important;padding:0.5rem 1.3rem;border-radius:50px;font-weight:500!important;text-decoration:none;white-space:nowrap;transition:background 0.2s,transform 0.15s!important}
.nav-wa:hover{background:var(--azure)!important;transform:translateY(-1px)}
.nav-lang-group{display:flex;align-items:center}
.nav-wa-sub{display:none}
.nav-links{display:flex;gap:1.8rem;align-items:center}
.nav-links a{text-decoration:none;font-size:0.88rem;color:var(--text-mid);transition:color 0.2s;font-weight:400}
.nav-links a:hover{color:var(--azure)}
.nav-cta{background:var(--navy)!important;color:white!important;padding:0.5rem 1.3rem;border-radius:50px;font-weight:500!important;transition:background 0.2s,transform 0.15s!important}
.nav-cta:hover{background:var(--azure)!important;transform:translateY(-1px)}

/* HERO */
.hero{min-height:100vh;position:relative;display:flex;align-items:center;overflow-x:hidden}
.hero-bg{position:absolute;inset:0;background:#08101e}
.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:0.72;display:block}
.hero-gradient{position:absolute;inset:0;background:linear-gradient(160deg,rgba(10,15,45,0.78) 0%,rgba(10,15,45,0.22) 45%,rgba(10,15,45,0.55) 100%),linear-gradient(to top,rgba(10,15,45,0.95) 0%,rgba(10,15,45,0.25) 38%,transparent 65%)}
.hero-content{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:4.5rem 4rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center}
.hero-logo-main{margin-bottom:1.2rem}
.hero-logo-main img{width:420px;height:420px;object-fit:contain;display:block;margin:0 auto;filter:drop-shadow(0 6px 28px rgba(0,0,0,0.6))}
.hero-text{color:white;text-align:center;width:100%}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(201,168,76,0.2);border:1px solid rgba(201,168,76,0.5);border-radius:50px;padding:0.4rem 1.1rem;font-size:0.75rem;letter-spacing:0.14em;text-transform:uppercase;color:#f0d98a;font-weight:500;margin-bottom:0.9rem}
.hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2.4rem,4vw,3.6rem);line-height:1.08;margin-bottom:0.9rem;font-weight:600}
.hero-title em{font-style:italic;color:#f0d98a}
.hero-sub{font-size:1.05rem;line-height:1.7;color:rgba(255,255,255,0.76);margin-bottom:1.6rem;font-weight:300;max-width:800px;margin-left:auto;margin-right:auto}
.hero-actions{display:flex;gap:1.2rem;flex-wrap:wrap;align-items:center;justify-content:center;margin-bottom:0}
.btn-gold{background:var(--gold);color:var(--navy);text-decoration:none;padding:1.15rem 3rem;border-radius:50px;font-weight:500;font-size:1.08rem;transition:all 0.2s;display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer;font-family:'DM Sans',sans-serif;letter-spacing:0.01em}
.btn-gold:hover{background:#a8853c;transform:translateY(-2px);box-shadow:0 10px 30px rgba(201,168,76,0.45)}
.btn-ghost{border:2px solid rgba(255,255,255,0.55);color:white;text-decoration:none;padding:1.15rem 2.6rem;border-radius:50px;font-weight:400;font-size:1.08rem;transition:all 0.2s;display:inline-flex;align-items:center;gap:8px}
.btn-ghost:hover{background:rgba(255,255,255,0.12);border-color:white}
.hero-trust{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:1.4rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,0.14);flex-wrap:wrap;width:100%}
.trust-stat{text-align:center}
.trust-stat strong{display:block;font-family:'Cormorant Garamond',serif;font-size:1.8rem;font-weight:600;color:#f0d98a}
.trust-stat span{font-size:0.75rem;color:rgba(255,255,255,0.6);text-transform:uppercase;letter-spacing:0.1em}
.trust-divider{width:1px;height:40px;background:rgba(255,255,255,0.2)}

/* Booking card in hero */
.hero-card{background:rgba(255,255,255,0.97);border-radius:20px;padding:1.8rem;box-shadow:0 20px 60px rgba(13,35,64,0.3)}
.hero-card h3{font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:600;color:var(--navy);margin-bottom:1.2rem;text-align:center}
.quick-form{display:flex;flex-direction:column;gap:0.9rem}
.qf-group label{display:block;font-size:0.72rem;text-transform:uppercase;letter-spacing:0.12em;color:var(--text-light);font-weight:500;margin-bottom:0.35rem}
.qf-group input,.qf-group select{width:100%;padding:0.65rem 0.9rem;border:1.5px solid var(--silver);border-radius:10px;font-family:'DM Sans',sans-serif;font-size:0.92rem;color:var(--text-dark);outline:none;transition:border-color 0.2s;background:white}
.qf-group input:focus,.qf-group select:focus{border-color:var(--azure)}
.qf-row{display:grid;grid-template-columns:1fr 1fr;gap:0.8rem}
.hero-card .btn-gold{width:100%;justify-content:center;margin-top:0.4rem;font-size:1rem;padding:1rem}

/* SECTION COMMONS */
section{padding:5rem 2.5rem}
.si{max-width:1200px;margin:0 auto}
.section-label{font-size:0.72rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold-text);font-weight:500;margin-bottom:0.5rem}
.tarifs-section .section-label,.hero-text .section-label,.about-section .section-label{color:var(--gold)}
.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3.5vw,3rem);line-height:1.15;font-weight:600;color:var(--text-dark);margin-bottom:1rem}
.section-desc{font-size:1rem;color:var(--text-mid);line-height:1.8;max-width:620px}

/* DIFFERENTIATORS */
.diff-section{background:var(--silver-light)}
.diff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:3rem}
.diff-card{background:white;border-radius:var(--radius);padding:1.8rem 1.6rem;border:1px solid rgba(13,35,64,0.08);transition:all 0.25s;position:relative;overflow:hidden}
.diff-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--navy),var(--azure))}
.diff-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.diff-icon{font-size:2.2rem;margin-bottom:1rem;display:block}
.diff-card h3{font-size:1rem;font-weight:500;margin-bottom:0.5rem;color:var(--navy)}
.diff-card p{font-size:0.88rem;color:var(--text-mid);line-height:1.7}
.diff-card .badge{display:inline-block;background:var(--gold-light);color:var(--gold-text);font-size:0.7rem;font-weight:600;padding:0.2rem 0.6rem;border-radius:50px;margin-bottom:0.8rem;text-transform:uppercase;letter-spacing:0.08em}

/* TARIFS */
.tarifs-section{background:var(--navy)}
.tarifs-section .section-title{color:white}
.tarifs-section .section-desc{color:rgba(255,255,255,0.65)}
.tarifs-season-tabs{display:flex;gap:0.5rem;margin:2rem 0 1.5rem;background:rgba(255,255,255,0.08);border-radius:50px;padding:0.3rem;width:fit-content}
.season-tab{padding:0.5rem 1.4rem;border-radius:50px;font-size:0.85rem;font-weight:500;cursor:pointer;transition:all 0.2s;color:rgba(255,255,255,0.6);border:none;background:transparent;font-family:'DM Sans',sans-serif}
.season-tab.active{background:var(--gold);color:white}
.tarifs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}
.tarif-card{background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.12);border-radius:var(--radius);padding:1.6rem 1.4rem;text-align:center;transition:all 0.2s}
.tarif-card:hover{background:rgba(255,255,255,0.12)}
.tarif-card.featured{background:var(--gold);border-color:var(--gold)}
.tarif-card.featured .tarif-price{color:var(--navy)}
.tarif-duration{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.14em;color:rgba(255,255,255,0.55);margin-bottom:0.8rem}
.tarif-card.featured .tarif-duration{color:var(--navy-mid)}
.tarif-price{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:600;color:white;line-height:1}
.tarif-unit{font-size:0.85rem;color:rgba(255,255,255,0.6);margin-top:0.3rem}
.tarif-card.featured .tarif-unit{color:var(--navy-mid)}
.tarif-includes{margin-top:1.2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,0.12)}
.tarif-includes li{list-style:none;font-size:0.82rem;color:rgba(255,255,255,0.65);padding:0.2rem 0}
.tarif-includes li::before{content:'✓ ';color:var(--gold)}
.tarif-card.featured .tarif-includes li::before{color:var(--navy)}
.tarif-card.featured .tarif-includes li{color:var(--navy)}
.tarif-note{margin-top:2.5rem;background:rgba(255,255,255,0.06);border-radius:12px;padding:1.5rem;font-size:0.88rem;color:rgba(255,255,255,0.6);line-height:1.7}
.tarif-note strong{color:white}
.tarif-showcase{display:grid;grid-template-columns:1fr 2fr;gap:1.5rem;align-items:stretch}
.tarif-showcase .tarif-card{height:100%;box-sizing:border-box}
.tarif-photos{display:grid;grid-template-columns:1fr 1fr;gap:0.8rem}
.tarif-photos img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius)}
.tarif-photo-slot{background:rgba(255,255,255,0.06);border:1px dashed rgba(255,255,255,0.2);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;min-height:150px;color:rgba(255,255,255,0.25);font-size:0.8rem;text-align:center;padding:1rem}
.tarif-car-card{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}
.tarif-car-card img{width:100%;height:145px;object-fit:cover;display:block}
.tarif-car-info{padding:0.85rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:0.5rem}
.tarif-car-name{color:white;font-weight:600;font-size:0.9rem}
.tarif-car-btn{background:var(--gold);color:var(--navy);border:none;padding:0.4rem 1.1rem;border-radius:50px;font-family:'DM Sans',sans-serif;font-size:0.82rem;font-weight:500;cursor:pointer;transition:background 0.2s;white-space:nowrap}
.tarif-car-btn:hover{background:#a8853c}

/* RÉSERVATION */
.booking-section{background:var(--silver-light)}
.booking-wrap{background:white;border-radius:24px;padding:3rem;box-shadow:var(--shadow);border:1px solid rgba(13,35,64,0.08);max-width:980px;margin:3rem auto 0}
/* Steps */
.steps{display:flex;align-items:center;margin-bottom:2.5rem;gap:0}
.step{display:flex;align-items:center;gap:8px;flex:1}
.step-num{width:32px;height:32px;border-radius:50%;background:var(--silver-light);border:2px solid var(--silver);display:flex;align-items:center;justify-content:center;font-size:0.8rem;font-weight:600;color:var(--text-light);flex-shrink:0;transition:all 0.3s}
.step.active .step-num{background:var(--navy);border-color:var(--navy);color:white}
.step.done .step-num{background:var(--gold);border-color:var(--gold);color:white}
.step-label{font-size:0.8rem;color:var(--text-light);font-weight:500}
.step.active .step-label{color:var(--navy);font-weight:500}
.step-line{flex:1;height:2px;background:var(--silver);margin:0 0.5rem}
.step.done + .step > .step-line, .step-line.done{background:var(--gold)}

/* Step panels */
.step-panel{display:none}
.step-panel.active{display:block}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
.form-group{display:flex;flex-direction:column;gap:0.4rem}
.form-group.full{grid-column:1/-1}
.form-group label{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.1em;color:var(--text-light);font-weight:500}
.form-group input,.form-group select,.form-group textarea{width:100%;box-sizing:border-box;padding:0.7rem 1rem;border:1.5px solid var(--silver);border-radius:10px;font-family:'DM Sans',sans-serif;font-size:0.93rem;color:var(--text-dark);outline:none;transition:border-color 0.2s;background:white}
.form-group input:focus,.form-group select:focus{border-color:var(--azure)}

/* Calendar */
.calendar-wrap{margin-bottom:1.5rem}
.cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}
.cal-header button{background:none;border:1.5px solid var(--silver);border-radius:8px;padding:0.4rem 0.8rem;cursor:pointer;font-family:'DM Sans',sans-serif;font-size:0.85rem;color:var(--text-mid);transition:all 0.2s}
.cal-header button:hover{border-color:var(--azure);color:var(--azure)}
.cal-header h4{font-family:'Cormorant Garamond',serif;font-size:1.2rem;font-weight:600;color:var(--navy)}
.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}
.cal-day-name{text-align:center;font-size:0.72rem;text-transform:uppercase;letter-spacing:0.1em;color:var(--text-light);padding:0.3rem 0;font-weight:500}
.cal-day{height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:0.88rem;cursor:pointer;transition:all 0.15s;color:var(--text-dark);font-weight:400;border:1.5px solid transparent}
.cal-day:hover:not(.empty):not(.past){background:var(--azure-light);border-color:var(--azure);color:var(--azure)}
.cal-day.empty{cursor:default}
.cal-day.past{color:var(--silver);cursor:not-allowed}
.cal-day.booked{background:#f0f0f0;color:#bbb;cursor:not-allowed;text-decoration:line-through}
.cal-day.selected-start,.cal-day.selected-end{background:var(--navy)!important;color:white!important;border-color:var(--navy)!important;font-weight:500}
.cal-day.in-range{background:var(--azure-light);color:var(--azure)}
.cal-day.today{border-color:var(--gold)}
.date-range-display{display:flex;gap:1rem;margin-bottom:1.5rem}
.date-chip{flex:1;min-width:0;background:var(--silver-light);border-radius:10px;padding:0.8rem 1rem;display:flex;flex-direction:column;gap:0.2rem}
.date-chip span{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.1em;color:var(--text-light);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.date-chip strong{font-size:0.95rem;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Options */
.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}
.option-card{border:2px solid var(--silver);border-radius:12px;padding:1.2rem;cursor:pointer;transition:all 0.2s;position:relative}
.option-card:hover{border-color:var(--azure)}
.option-card.selected{border-color:var(--azure);background:var(--azure-light)}
.option-card.selected::after{content:'';position:absolute;top:0.7rem;right:0.7rem;width:14px;height:14px;background:var(--azure);border-radius:50%}
.option-card input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}
.option-icon{font-size:1.8rem;margin-bottom:0.6rem;display:block}
.option-card h4{font-size:0.9rem;font-weight:500;color:var(--navy);margin-bottom:0.2rem}
.option-card p{font-size:0.8rem;color:var(--text-mid)}
.option-price{font-size:0.8rem;font-weight:600;color:var(--gold-text);margin-top:0.4rem}

/* Insurance */
.insurance-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}
.ins-card{border:2px solid var(--silver);border-radius:12px;padding:1.4rem;cursor:pointer;transition:all 0.2s;position:relative}
.ins-card.selected,.ins-card:hover{border-color:var(--navy)}
.ins-card.selected{background:var(--silver-light)}
.ins-card.recommended::after{content:attr(data-rec);position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:var(--gold);color:white;font-size:0.65rem;font-weight:600;padding:0.2rem 0.7rem;border-radius:50px;text-transform:uppercase;letter-spacing:0.08em;white-space:nowrap}
.ins-card h4{font-size:0.9rem;font-weight:500;color:var(--navy);margin-bottom:0.4rem}
.ins-card .ins-price{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:600;color:var(--navy);margin-bottom:0.6rem}
.ins-card .ins-price span{font-size:0.8rem;font-weight:400;color:var(--text-mid)}
.ins-list{list-style:none}
.ins-list li{font-size:0.8rem;color:var(--text-mid);padding:0.15rem 0}
.ins-list li::before{content:'✓ ';color:var(--gold-text);font-weight:600}

/* Récap */
.recap-box{background:var(--silver-light);border-radius:16px;padding:1.8rem;margin-bottom:1.5rem}
.recap-row{display:flex;justify-content:space-between;padding:0.5rem 0;font-size:0.9rem;border-bottom:1px solid rgba(13,35,64,0.06)}
.recap-row:last-child{border-bottom:none;font-weight:600;font-size:1.05rem;color:var(--navy);padding-top:0.8rem}

/* Step nav */
.step-nav{display:flex;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--silver-light)}
.btn-navy{background:var(--navy);color:white;border:none;padding:0.85rem 2rem;border-radius:50px;font-family:'DM Sans',sans-serif;font-size:0.95rem;font-weight:500;cursor:pointer;transition:all 0.2s}
.btn-navy:hover{background:var(--azure);transform:translateY(-1px)}
.btn-back{background:none;border:1.5px solid var(--silver);color:var(--text-mid);padding:0.85rem 1.8rem;border-radius:50px;font-family:'DM Sans',sans-serif;font-size:0.95rem;cursor:pointer;transition:all 0.2s}
.btn-back:hover{border-color:var(--navy);color:var(--navy)}

/* MAP */
.map-section{background:white}
#map{height:520px;border-radius:20px;overflow:hidden;position:relative;box-shadow:var(--shadow);margin-top:2.5rem;border:1px solid rgba(13,35,64,0.1);-webkit-mask-image:-webkit-radial-gradient(white,black)}
#map .maplibregl-canvas-container,#map .maplibregl-canvas{width:100%!important;height:100%!important;border-radius:20px}
.maplibregl-popup-content{border-radius:12px!important;box-shadow:0 8px 30px rgba(13,35,64,0.2)!important;font-family:'DM Sans',sans-serif;font-size:0.88rem;line-height:1.6;color:var(--text-dark);padding:1rem 1.1rem}
.maplibregl-popup-close-button{font-size:1.1rem;color:var(--text-mid);padding:0.2rem 0.5rem}
.pop-title{font-weight:600;font-size:0.95rem;color:var(--navy);margin-bottom:0.2rem}
.pop-cat{font-size:0.72rem;text-transform:uppercase;letter-spacing:0.1em;color:var(--gold-text);margin-bottom:0.3rem}

/* DESTINATIONS */
.dest-section{background:var(--silver-light)}
.dest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.dest-card{border-radius:18px;overflow:hidden;position:relative;cursor:pointer;aspect-ratio:4/5;box-shadow:0 4px 20px rgba(13,35,64,0.1)}
.dest-card picture,.about-images picture{display:contents}
.dest-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s}
.dest-card:hover img{transform:scale(1.07)}
.dest-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(13,35,64,0.85) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem}
.dest-overlay h3{font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:600;color:white;margin-bottom:0.3rem}
.dest-overlay p{font-size:0.82rem;color:rgba(255,255,255,0.75)}
.dest-overlay .dist{background:rgba(201,168,76,0.9);color:white;font-size:0.7rem;font-weight:600;padding:0.2rem 0.6rem;border-radius:50px;display:inline-block;margin-top:0.5rem}

/* CONDITIONS */
.conditions-section{background:white}
.cond-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:3rem}
.cond-item{padding:1.5rem;border-radius:var(--radius);background:var(--silver-light);border-left:4px solid var(--navy)}
.cond-item h3{font-size:0.95rem;font-weight:500;color:var(--navy);margin-bottom:0.6rem}
.cond-item p,.cond-item ul{font-size:0.87rem;color:var(--text-mid);line-height:1.7}
.cond-item ul{padding-left:1rem}
.cond-item li{margin-bottom:0.2rem}

/* ABOUT */
.about-section{background:var(--navy);color:white}
.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.about-section .section-title{color:white}
.about-text p{font-size:1rem;color:rgba(255,255,255,0.72);line-height:1.85;margin-bottom:1.2rem;font-weight:300}
.about-quote{border-left:3px solid var(--gold);padding-left:1.5rem;margin-top:2rem}
.about-quote p{font-family:'Cormorant Garamond',serif;font-size:1.2rem;font-style:italic;color:rgba(255,255,255,0.85);line-height:1.6;margin:0}
.about-images{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1rem;height:460px}
.about-images img{width:100%;height:100%;object-fit:cover;border-radius:14px}
.about-images>picture:nth-child(1) img{grid-column:1;grid-row:1/3}
.about-images>picture:nth-child(2) img{grid-column:2;grid-row:1}
.about-images>picture:nth-child(3) img{grid-column:2;grid-row:2}

/* AVIS */
.reviews-section{background:var(--silver-light)}
.reviews-section .si{text-align:center;max-width:760px}
.reviews-section .section-desc{max-width:560px;margin-left:auto;margin-right:auto}
.reviews-section .rev-summary{justify-content:center}
.reviews-section .rev-count-lbl{text-align:center}
.rev-summary{display:flex;align-items:center;gap:1.5rem;margin:2.5rem 0 3rem;padding:1.5rem 2rem;background:var(--silver-light);border-radius:16px}
.rev-score{font-size:3.2rem;font-weight:700;color:var(--navy);line-height:1}
.rev-score-detail{display:flex;flex-direction:column;gap:0.25rem}
.rev-stars-gold{color:var(--gold-text);font-size:1.25rem;letter-spacing:3px}
.rev-count-lbl{font-size:0.82rem;color:var(--text-mid)}
.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}
.rev-card{background:var(--silver-light);border-radius:16px;padding:1.6rem;display:flex;flex-direction:column;gap:1rem;border:1px solid rgba(13,35,64,0.07);transition:box-shadow 0.2s}
.rev-card:hover{box-shadow:var(--shadow)}
.rev-card-stars{color:var(--gold-text);font-size:1rem;letter-spacing:2px}
.rev-text{font-size:0.9rem;line-height:1.75;color:var(--text-dark);flex:1;font-style:italic;position:relative;padding-left:1.2rem}
.rev-text::before{content:'"';position:absolute;left:0;top:-0.2rem;font-size:1.8rem;color:var(--gold-text);font-style:normal;line-height:1}
.rev-author{border-top:1px solid rgba(13,35,64,0.1);padding-top:0.9rem;display:flex;flex-direction:column;gap:0.15rem}
.rev-author-name{font-weight:600;font-size:0.85rem;color:var(--navy)}
.rev-author-meta{font-size:0.78rem;color:var(--text-mid)}

/* AVIS — bouton + modale */
.rev-btn-wrap{text-align:center;margin-top:2.5rem}
#revModal{display:none;position:fixed;inset:0;background:rgba(13,35,64,0.55);z-index:1000;overflow-y:auto;padding:2rem 1rem}
.rev-modal-card{background:white;border-radius:20px;max-width:440px;margin:4rem auto;padding:2.5rem 2.2rem;position:relative;box-shadow:0 20px 60px rgba(13,35,64,0.18)}
.rev-modal-close{position:absolute;top:1rem;right:1.2rem;background:none;border:none;font-size:1.4rem;cursor:pointer;color:var(--text-mid);line-height:1;padding:0.3rem 0.6rem;border-radius:6px;transition:all 0.15s}
.rev-modal-close:hover{color:var(--navy);background:var(--silver-light)}
.rev-modal-header{margin-bottom:2rem}
.rev-modal-title{font-family:'Cormorant Garamond',serif;font-size:1.65rem;font-weight:600;color:var(--navy);margin:0}
.rev-form{display:grid;gap:1.2rem}
.rev-form-row{display:flex;flex-direction:column;gap:0.4rem}
.rev-form-row label{font-size:0.78rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--text-mid)}
.rev-form input{border:1.5px solid var(--silver);border-radius:10px;padding:0.75rem 1rem;font-family:'DM Sans',sans-serif;font-size:0.95rem;color:var(--navy);background:white;transition:border-color 0.2s;width:100%;box-sizing:border-box}
.rev-form input:focus,.rev-form textarea:focus{outline:none;border-color:var(--azure)}
.rev-form textarea{border:1.5px solid var(--silver);border-radius:10px;padding:0.75rem 1rem;font-family:'DM Sans',sans-serif;font-size:0.95rem;color:var(--navy);background:white;transition:border-color 0.2s;width:100%;box-sizing:border-box;resize:vertical;min-height:100px}
.rev-star-input{display:flex;gap:0.25rem;font-size:2.2rem;cursor:pointer;color:var(--silver)}
.rev-star-input span{transition:color 0.12s;user-select:none}
.rev-star-input span.active,.rev-star-input span:hover{color:var(--gold-text)}
.rev-submit-btn{width:100%;margin-top:0.4rem;justify-content:center}
.rev-msg-err{background:#fdecea;color:#c62828;border-radius:8px;padding:0.65rem 1rem;font-size:0.85rem}
.rev-form-success{display:flex;align-items:center;gap:1rem;padding:0.5rem 0}
.rev-form-success span{font-size:2rem}
.rev-form-success p{color:var(--navy);font-size:0.95rem;line-height:1.6}

/* CONTACT */
.contact-section{background:var(--silver-light)}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}
.ct-card{background:white;border-radius:var(--radius);padding:2rem 1.5rem;text-align:center;border:1px solid rgba(13,35,64,0.08);transition:all 0.2s}
.ct-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}
.ct-icon{font-size:2.2rem;margin-bottom:1rem;display:block}
.ct-card h3{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.14em;color:var(--text-light);margin-bottom:0.5rem}
.ct-card p{font-size:0.95rem;color:var(--navy);line-height:1.6}
.ct-card a{color:var(--azure);text-decoration:none;font-weight:500}
.ct-card a:hover{text-decoration:underline}

/* FOOTER */
footer{background:var(--navy);color:rgba(255,255,255,0.65);text-align:center;padding:2rem 2.5rem;font-size:0.82rem}
footer a{color:rgba(255,255,255,0.92);text-decoration:underline}
footer a:hover{color:var(--gold)}

/* SUCCESS */
.success-msg{display:none;text-align:center;padding:3rem 2rem}
.success-msg .icon{font-size:4rem;display:block;margin-bottom:1rem}
.success-msg h3{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:600;color:var(--navy);margin-bottom:0.8rem}
.success-msg p{color:var(--text-mid);font-size:1rem;line-height:1.7}

/* hero-logo-overlay supprimé — logo intégré dans le flux hero-content */

/* LANGUAGE SWITCHER */
.lang-switcher{display:flex;gap:3px;align-items:center;margin-left:1.2rem;padding-left:1.2rem;border-left:1px solid var(--silver)}
.lang-btn{background:none;border:1.5px solid transparent;border-radius:6px;padding:0.22rem 0.55rem;font-size:0.72rem;font-weight:700;color:var(--text-light);cursor:pointer;transition:all 0.15s;font-family:'DM Sans',sans-serif;letter-spacing:0.06em;line-height:1}
.lang-btn:hover{border-color:var(--silver);color:var(--navy)}
.lang-btn.active{background:var(--navy);color:white;border-color:var(--navy)}

/* HAMBURGER */
.nav-right{display:flex;align-items:center}
.nav-burger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:6px;width:38px;height:38px;margin-left:0.1rem;flex-shrink:0}
.nav-burger span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px;transition:transform 0.3s,opacity 0.3s}
.nav-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-burger.open span:nth-child(2){opacity:0}
.nav-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* HIGH SEASON BADGE */
.tarif-season-label{display:inline-flex;align-items:center;gap:8px;background:rgba(201,168,76,0.18);border:1px solid rgba(201,168,76,0.4);border-radius:50px;padding:0.4rem 1.4rem;font-size:0.8rem;color:#f0d98a;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;margin:1.8rem 0 1.2rem}

/* RESPONSIVE */
@media(max-width:900px){
  nav{padding:0.8rem 1.5rem}
  .nav-logo{margin-right:0}
  .nav-burger{display:flex}
  .nav-links .nav-wa{display:none!important}
  .nav-lang-group{flex-direction:column;align-items:center;gap:0.3rem;min-width:0;max-width:100%;overflow-x:auto;scrollbar-width:none}
  .nav-lang-group::-webkit-scrollbar{display:none}
  .nav-wa-sub{display:flex;align-items:center;gap:5px;background:var(--navy);color:white!important;text-decoration:none;padding:0.18rem 0.75rem;border-radius:50px;font-size:0.68rem;font-weight:500;white-space:nowrap}
  .lang-switcher{margin-left:0;padding-left:0.6rem;border-left:none;padding-right:0}
  .lang-btn{padding:0.2rem 0.4rem;font-size:0.68rem}

  /* Menu déroulant mobile */
  .nav-links{
    display:none;
    position:fixed;
    top:68px;left:0;right:0;
    background:rgba(255,255,255,0.98);
    backdrop-filter:blur(16px);
    flex-direction:column;
    align-items:stretch;
    padding:0.5rem 1.8rem 1.5rem;
    gap:0;
    box-shadow:0 8px 32px rgba(13,35,64,0.15);
    z-index:198;
    border-top:1px solid rgba(13,35,64,0.08)
  }
  .nav-links.open{display:flex}
  .nav-links a{
    padding:0.9rem 0;
    font-size:1rem;
    border-bottom:1px solid rgba(13,35,64,0.06);
    color:var(--navy);
    font-weight:500
  }
  .nav-links .nav-cta{
    background:var(--navy)!important;
    color:white!important;
    margin-top:1rem;
    padding:0.8rem 1rem!important;
    border-radius:50px;
    text-align:center;
    border-bottom:none!important
  }

  section{padding:3rem 1.2rem}
  .hero-content{padding:6.5rem 1.4rem 3.5rem}
  .hero-logo-main img{width:280px;height:280px}
  .hero-logo-main{margin-bottom:2rem}
  .hero-title{font-size:clamp(2.2rem,8vw,3.4rem)}
  .hero-sub{font-size:1rem}
  .btn-gold,.btn-ghost{padding:1rem 2.2rem;font-size:1rem}

  /* Trust stats : centré, dividers masqués */
  .hero-trust{flex-wrap:wrap;gap:0.8rem 1.4rem;padding-top:1.5rem;margin-top:2rem}
  .trust-divider{display:none}
  .trust-stat strong{font-size:1.4rem}
  .trust-stat span{font-size:0.7rem}

  .form-grid,.tarifs-grid,.dest-grid,.contact-grid,.about-inner{grid-template-columns:1fr}
  .tarif-showcase{grid-template-columns:1fr}
  .tarif-photos{grid-template-columns:1fr 1fr}
  .qf-row{grid-template-columns:1fr}
  .booking-wrap{padding:1.5rem 1rem;border-radius:16px}
  .step-label{font-size:0.68rem}
  .step-num{width:26px;height:26px;font-size:0.72rem}
  .steps{gap:0}

  .hero-logo-main img{width:min(280px,45vw);height:min(280px,45vw)}

  #map{height:300px}
  .dest-grid{grid-template-columns:1fr}
  .cond-grid{grid-template-columns:1fr}
  .rev-grid{grid-template-columns:1fr}
  .rev-summary{gap:1rem;padding:1rem 1.2rem}
  .rev-score{font-size:2.5rem}
  .tarifs-grid{grid-template-columns:1fr 1fr}

  /* About images : hauteur réduite, la photo de gauche garde toute sa hauteur (comme sur PC) */
  .about-images{height:300px}

  /* Filtres carte : boutons plus petits */
  .map-filter-btn{padding:0.3rem 0.65rem;font-size:0.72rem}
  .map-zoom-hint{font-size:0.75rem;padding:0.5rem 0.8rem}
  .map-legend{gap:0.5rem 1rem;font-size:0.72rem}

  /* Options & assurances : 1 colonne */
  .options-grid,.insurance-options{grid-template-columns:1fr}

  /* Tarif note */
  .tarif-note{font-size:0.82rem}
}

@media(max-width:480px){
  /* Steps : masquer les labels, garder les numéros */
  .step-label{display:none}
  .step-num{width:28px;height:28px;font-size:0.75rem}
  .step-line{margin:0 0.2rem}

  /* Destination cards : hauteur réduite */
  .dest-card{aspect-ratio:3/2}

  /* Tarifs : 1 colonne sur très petit écran */
  .tarifs-grid{grid-template-columns:1fr}

  /* Contact grid : déjà 1 col mais s'assurer du padding */
  .ct-card{padding:1.4rem 1rem}

  /* Nav brand : réduire la taille */
  .nav-brand{font-size:1rem}
}

/* MAP FILTERS */
.map-filters{display:flex;gap:0.5rem;flex-wrap:wrap;margin-bottom:1.2rem}
.map-filter-btn{padding:0.4rem 1rem;border-radius:50px;font-size:0.78rem;font-weight:500;font-family:'DM Sans',sans-serif;cursor:pointer;border:1.5px solid var(--silver);background:white;color:var(--text-mid);transition:all 0.2s}
.map-filter-btn:hover{border-color:var(--navy);color:var(--navy)}
.map-filter-btn.active{background:var(--navy);color:white;border-color:var(--navy)}
.map-legend{display:flex;flex-wrap:wrap;gap:0.8rem 1.4rem;margin-top:1rem;padding:0.8rem 1.2rem;background:var(--silver-light);border-radius:10px;font-size:0.78rem;color:var(--text-mid)}
.map-legend-item{display:flex;align-items:center;gap:0.4rem}
.map-zoom-hint{display:flex;align-items:center;gap:0.5rem;margin-top:0.8rem;padding:0.6rem 1rem;background:rgba(26,110,181,0.08);border:1px solid rgba(26,110,181,0.2);border-radius:8px;font-size:0.8rem;color:var(--azure);transition:opacity 0.4s;opacity:1}
.pop-rival{font-size:0.7rem;color:#888;margin-top:0.3rem}

/* MODAL RÉSERVATION */
#bookingModal{display:none;position:fixed;inset:0;z-index:2000;background:rgba(13,35,64,0.65);backdrop-filter:blur(4px);overflow-y:auto;overflow-x:hidden;padding:1rem;cursor:pointer}
.modal-container{position:relative;cursor:default;max-width:780px;width:100%;margin:2rem auto;background:white;border-radius:24px;padding:2.5rem;box-shadow:0 25px 60px rgba(0,0,0,0.3);overflow:hidden}
.modal-close{position:absolute;top:1rem;right:1.2rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-light);width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background 0.2s;line-height:1}
.modal-close:hover{background:var(--silver-light)}
.modal-open{overflow:hidden}
#photoLightbox{display:none;position:fixed;inset:0;z-index:3000;background:rgba(13,35,64,0.88);backdrop-filter:blur(8px);cursor:pointer;align-items:center;justify-content:center;padding:1.5rem}
#photoLightbox.open{display:flex}
.photo-lb-inner{position:relative;cursor:default;display:flex;flex-direction:column;align-items:center;gap:1.2rem}
.photo-lb-inner img{max-width:90vw;max-height:76vh;border-radius:16px;object-fit:contain;box-shadow:0 30px 70px rgba(0,0,0,0.5)}
.photo-lb-name{font-family:'Cormorant Garamond',serif;font-size:1.6rem;font-weight:600;color:white;letter-spacing:0.02em;text-align:center}
.photo-lb-close{position:absolute;top:-0.8rem;right:-0.8rem;background:white;border:none;width:36px;height:36px;border-radius:50%;font-size:1rem;cursor:pointer;color:var(--navy);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,0.25);transition:transform 0.15s;line-height:1}
.photo-lb-close:hover{transform:scale(1.12)}
.tarif-car-card img{cursor:zoom-in}
@media(max-width:600px){
  .modal-container{padding:1.5rem 1rem;border-radius:16px;margin:0.5rem auto}
  .date-range-display{flex-direction:column;gap:0.5rem}
  .date-chip{flex:none;width:100%}
}

