:root{--blue:#0078ff;--blue2:#00a8ff;--dark:#050b12;--dark2:#101827;--white:#fff;--bg:#f7faff;--text:#0f172a;--muted:#64748b;--border:#dbeafe;--shadow:0 18px 45px rgba(15,23,42,.10);--radius:22px;--green:#12b76a;--red:#ef4444;--orange:#f59e0b}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:0 auto}.topbar{background:#02060c;color:white;font-size:14px}.topbar-inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar span{color:#cbd5e1}.topbar strong{color:var(--blue2)}header{background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.nav{height:104px;display:flex;align-items:center;justify-content:space-between;gap:22px}.logo img{height:96px;width:auto;object-fit:contain}.links{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:800}.links a{color:#111827}.links a:hover,.links .active{color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 24px;border-radius:12px;border:none;background:linear-gradient(135deg,var(--blue),var(--blue2));color:white;font-weight:900;cursor:pointer;box-shadow:0 12px 28px rgba(0,120,255,.25);transition:.2s ease}.btn:hover{transform:translateY(-2px)}.btn-pill{border-radius:999px}.btn-outline{background:white;color:var(--text);border:1px solid #cbd5e1;box-shadow:none}.hero{background:white;overflow:hidden}.hero-grid{min-height:660px;display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:42px;padding:64px 0 50px}.eyebrow{color:var(--blue);font-size:14px;text-transform:uppercase;font-weight:900;letter-spacing:.8px;margin-bottom:12px}h1{font-size:clamp(44px,6vw,74px);line-height:.95;letter-spacing:-2px;margin-bottom:24px;color:#050b12}h1 span,h2 span{color:var(--blue)}.hero p{color:#475569;font-size:18px;max-width:560px;margin-bottom:30px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:50px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.stat{display:flex;align-items:center;gap:14px}.stat-icon,.icon{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:white;display:grid;place-items:center;font-weight:900;box-shadow:0 10px 26px rgba(0,120,255,.25)}.stat strong{display:block;color:#0f172a}.stat span{color:var(--muted);font-size:14px}.hero-image{position:relative;min-height:520px;border-radius:42px 0 0 42px;overflow:hidden;background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(0,0,0,.05)),url('https://images.unsplash.com/photo-1607860108855-64acf2078ed9?auto=format&fit=crop&w=1500&q=80');background-size:cover;background-position:center;box-shadow:var(--shadow)}.hero-image::before{content:"";position:absolute;left:-34px;top:0;width:72px;height:100%;background:var(--blue);border-radius:50%}section{padding:82px 0}.page-hero{background:linear-gradient(90deg,#fff 0%,#eef7ff 48%,rgba(255,255,255,.25)),url('https://images.unsplash.com/photo-1520340356584-f9917d1eea6f?auto=format&fit=crop&w=1600&q=80');background-size:cover;background-position:center right;padding:82px 0}.page-hero h1{font-size:clamp(42px,5vw,64px);margin-bottom:14px}.page-hero p{max-width:680px;color:#334155;font-size:18px}.section-title{text-align:center;max-width:760px;margin:0 auto 46px}h2{font-size:clamp(32px,4vw,46px);line-height:1.08;margin-bottom:14px;color:#050b12}.section-title p{color:var(--muted)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:white;border:1px solid #e2e8f0;border-radius:var(--radius);padding:30px;box-shadow:var(--shadow)}.card h3{font-size:21px;margin:18px 0 10px;color:#0f172a}.card p{color:var(--muted);margin-bottom:22px}.card ul{list-style:none;display:grid;gap:11px;color:#334155;font-size:15px;margin-bottom:24px}.card li::before{content:"✓";color:var(--blue);font-weight:900;margin-right:8px}.dark-section{background:linear-gradient(135deg,#030712,#0f172a);color:white}.dark-section h2{color:white}.dark-section .section-title p{color:#cbd5e1}.dark-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);box-shadow:none;color:white}.dark-card h3,.dark-card strong{color:white}.dark-card p,.dark-card span{color:#cbd5e1}.location-row{display:flex;gap:18px;align-items:center}.reviews{background:#f8fbff}.review-card{text-align:center;min-height:230px}.stars{color:var(--blue);font-size:21px;letter-spacing:3px;margin-bottom:16px}.review-card p{color:#334155;font-size:15px;margin-bottom:18px}.price-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:start}.price-table-card{background:white;border:1px solid #e2e8f0;border-radius:24px;padding:26px;box-shadow:var(--shadow);margin-bottom:24px}.price-table-card h3{font-size:26px;margin-bottom:18px;color:#0f172a;display:flex;align-items:center;gap:12px}.price-note{color:var(--muted);margin-bottom:20px}.price-table{display:grid}.price-row{display:grid;grid-template-columns:1.8fr .7fr .7fr .8fr;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid #e2e8f0}.price-row:last-child{border-bottom:none}.price-head{color:var(--blue);font-weight:900;text-transform:uppercase;font-size:13px}.price-row strong{display:block;color:#0f172a;font-size:17px}.price-row small{display:block;color:var(--muted);font-size:13px;margin-top:4px;line-height:1.4}.price-row span:not(:first-child){font-size:21px;font-weight:900;color:var(--blue);text-align:center}.booking-box{background:white;border:1px solid #e2e8f0;border-radius:24px;padding:26px;box-shadow:var(--shadow);position:sticky;top:126px}.booking-intro{border:1px solid #dbeafe;background:linear-gradient(135deg,#f8fbff,#eef7ff);border-radius:18px;padding:18px;margin-bottom:20px}.booking-intro h3{font-size:22px;line-height:1.15;margin:10px 0 8px;color:#0f172a}.booking-intro p{color:#475569;font-size:14px}.booking-badge{display:inline-flex;padding:7px 11px;border-radius:999px;background:#0078ff;color:white;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.4px}.steps-label{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.chip{padding:8px 12px;border-radius:999px;background:#eef7ff;color:#075fb9;font-size:13px;font-weight:900}.option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.option-card{border:1px solid #dbeafe;border-radius:14px;padding:13px;background:#f8fafc;cursor:pointer;font-weight:900;color:#0f172a}.option-card input{width:auto;margin-right:8px}.option-card:hover{border-color:var(--blue);background:white}.extras{display:grid;gap:10px}.extra-line{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #dbeafe;border-radius:12px;padding:12px;background:#f8fafc}.extra-line label{display:flex;align-items:center;gap:9px;font-weight:700}.extra-line input{width:auto}.summary{background:linear-gradient(135deg,#030712,#0f172a);color:white;border-radius:18px;padding:20px;margin:16px 0}.summary h4{font-size:20px;margin-bottom:12px}.summary-line{display:flex;justify-content:space-between;gap:16px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.1)}.summary-line:last-child{border-bottom:none}.total{font-size:28px;font-weight:900;color:var(--blue2)}.help{font-size:13px;color:var(--muted);margin-top:-6px}.alert{padding:16px 18px;border-radius:18px;background:#eef7ff;color:#163456;display:flex;gap:14px;margin-top:20px}.alert strong{color:var(--blue)}form{display:grid;gap:14px}input,select,textarea{width:100%;border:1px solid #dbeafe;background:#f8fafc;color:#0f172a;padding:15px 16px;border-radius:10px;outline:none;font-size:15px}textarea{min-height:110px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--blue);background:white}.notice-success{display:none;background:#ecfdf3;border:1px solid #abefc6;color:#067647;border-radius:18px;padding:20px;margin-top:18px}.notice-success h3{margin-bottom:8px}.notice-error{display:none;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:18px;padding:20px;margin-top:18px}.notice-error h3{margin-bottom:8px}.admin-layout{display:grid;grid-template-columns:320px 1fr;gap:24px;align-items:start}.admin-list{display:grid;gap:14px}.admin-card{background:white;border:1px solid #e2e8f0;border-radius:18px;padding:18px;box-shadow:var(--shadow)}.status{display:inline-flex;padding:6px 10px;border-radius:999px;font-weight:900;font-size:12px;text-transform:uppercase}.pending{background:#fff7ed;color:#c2410c}.approved{background:#ecfdf3;color:#067647}.rejected{background:#fef2f2;color:#b42318}.admin-actions{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.btn-green{background:var(--green);box-shadow:none}.btn-red{background:var(--red);box-shadow:none}.login-box{max-width:460px;margin:0 auto;background:white;border:1px solid #e2e8f0;border-radius:24px;padding:28px;box-shadow:var(--shadow)}footer{background:#02060c;color:#cbd5e1;padding:24px 0;font-size:14px}.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}@media(max-width:950px){.topbar-inner,.links{display:none}.nav{justify-content:center;height:94px}.logo img{height:86px}.hero-grid,.grid-2,.grid-3,.hero-stats,.price-layout,.admin-layout{grid-template-columns:1fr}.hero-grid{padding-top:45px}.hero-image{min-height:360px;border-radius:28px}.hero-image::before{display:none}.booking-box{position:static}.price-row{grid-template-columns:1fr;gap:8px}.price-head{display:none}.price-row span:not(:first-child){text-align:left}.price-row span:nth-child(2)::before{content:"Auto : ";color:#64748b;font-size:13px}.price-row span:nth-child(3)::before{content:"VUS : ";color:#64748b;font-size:13px}.price-row span:nth-child(4)::before{content:"Grand VUS / Van : ";color:#64748b;font-size:13px}.option-grid{grid-template-columns:1fr}}

/* Ajustements finaux tarifs, réservation et mobile */
.extra-text{display:grid;gap:3px;line-height:1.3}.extra-text strong{font-size:15px;color:#0f172a}.extra-text small{font-size:12.5px;color:#64748b;font-weight:500;max-width:360px}.extra-line>span[data-extra-price]{font-size:16px;font-weight:900;color:var(--blue);white-space:nowrap}.bottom{display:grid;grid-template-columns:1fr 1.45fr;background:white;padding:0}.no-reservation{background:linear-gradient(135deg,var(--blue),var(--blue2));color:white;padding:64px 64px 64px max(64px,calc((100vw - 1180px)/2 + 32px))}.no-reservation h2{color:white;font-size:clamp(30px,4vw,42px);margin-bottom:14px}.no-reservation p{color:rgba(255,255,255,.92);max-width:560px;font-size:17px}.mini-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:30px}.mini-step{font-weight:800;font-size:13px;line-height:1.3;text-align:center;color:white}.mini-step div{width:44px;height:44px;border:1px solid rgba(255,255,255,.7);border-radius:50%;display:grid;place-items:center;margin:0 auto 10px}.contact{padding:64px 32px}.contact-grid{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;max-width:760px}.info-line{display:flex;align-items:center;gap:10px;margin:12px 0;color:#334155}.info-line strong{color:var(--blue)}
@media(max-width:950px){.bottom{grid-template-columns:1fr}.no-reservation{padding:40px 24px}.contact{padding:40px 24px}.contact-grid{grid-template-columns:1fr}.mini-steps{grid-template-columns:repeat(2,1fr)}.extra-line{align-items:flex-start}.extra-line label{align-items:flex-start}.extra-line>span[data-extra-price]{padding-top:2px}.booking-box{padding:20px;border-radius:20px}.price-table-card{padding:20px}.summary-line{display:grid;grid-template-columns:1fr;gap:2px}.summary-line span:last-child{font-weight:800}.hero p{max-width:100%}}
@media(max-width:560px){.extra-line{display:grid;grid-template-columns:1fr;gap:8px}.extra-line>span[data-extra-price]{justify-self:start;background:#eef7ff;padding:6px 10px;border-radius:999px}.mini-steps{grid-template-columns:1fr}.hero-actions .btn{width:100%}.price-row{padding:16px 0}.price-row small{font-size:12.5px}.option-card{padding:15px}.topbar{display:none}h1{font-size:40px;letter-spacing:-1.2px}.page-hero{padding:54px 0}.section-title{text-align:left;margin-left:0;margin-right:0}.reviews .section-title{text-align:center}}


/* Menu mobile */
.menu-toggle{
  display:none;
  width:46px;
  height:46px;
  border:1px solid var(--border);
  border-radius:14px;
  background:white;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(15,23,42,.08);
}
.menu-toggle span{
  width:22px;
  height:2px;
  border-radius:999px;
  background:#0f172a;
  transition:.2s ease;
}
.menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle.open span:nth-child(2){opacity:0}
.menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media(max-width:950px){
  header{position:sticky;top:0;z-index:100}
  .nav{justify-content:space-between;height:88px;position:relative}
  .logo img{height:76px}
  .menu-toggle{display:flex}
  .links{
    position:absolute;
    top:88px;
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    background:white;
    border:1px solid var(--border);
    border-radius:0 0 22px 22px;
    box-shadow:0 22px 45px rgba(15,23,42,.14);
    overflow:hidden;
  }
  .links.open{display:flex}
  .links a{
    padding:16px 22px;
    border-bottom:1px solid #e2e8f0;
    font-size:16px;
  }
  .links a:last-child{border-bottom:none}
  .links .btn{
    margin:14px;
    justify-content:center;
    border-radius:14px;
  }
}

@media(max-width:560px){
  .nav{height:82px}
  .logo img{height:68px}
  .links{top:82px}
  .menu-toggle{width:44px;height:44px;border-radius:13px}
}
