@charset "UTF-8";
:root {
  --ink: #17324d;
  --muted: #5f7185;
  --blue: #168fe5;
  --blue-dark: #0876c5;
  --pink: #ef4c9d;
  --yellow: #ffbf2f;
  --green: #2ebd78;
  --sky: #eef8ff;
  --surface: #ffffff;
  --line: #dfeaf3;
  --shadow-sm: 0 10px 30px rgba(22, 64, 97, .09);
  --shadow-lg: 0 24px 70px rgba(18, 67, 104, .18);
  --radius: 24px;
  --radius-sm: 16px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: ui-rounded, "Arial Rounded MT Bold", "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 86px 0; }
.section-soft { background: linear-gradient(180deg, #f6fbff 0%, #eef8ff 100%); }
.section-title { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.section-title.left { margin-inline: 0; text-align: left; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 12px; color: var(--blue-dark); font-size: .82rem;
  font-weight: 900; letter-spacing: .12em; text-transform: uppercase;
}
h1, h2, h3 { line-height: 1.12; margin-top: 0; }
h1 { font-size: clamp(2.7rem, 6vw, 5.5rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.04em; }
h3 { font-size: 1.28rem; }
p { margin: 0 0 1rem; }
.lead { color: var(--muted); font-size: clamp(1.03rem, 2vw, 1.22rem); }
.text-muted { color: var(--muted); }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; padding: 10px 16px; background: #111; color: #fff; border-radius: 10px; }
.skip-link:focus { top: 12px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(223,234,243,.8); backdrop-filter: blur(14px); }
.site-header.scrolled { box-shadow: 0 8px 28px rgba(17,66,101,.09); }
.navbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 950; font-size: 1.12rem; letter-spacing: -.02em; white-space: nowrap; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a { padding: 10px 13px; border-radius: 999px; color: #435b70; font-weight: 800; }
.nav-links a:hover, .nav-links a.active { color: var(--blue-dark); background: var(--sky); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; padding: 11px 18px !important; color: #fff !important; background: linear-gradient(135deg, var(--pink), #ff7298) !important; box-shadow: 0 10px 22px rgba(239,76,157,.22); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; border-radius: 999px; background: var(--ink); transition: .2s ease; }
.mobile-menu { display: none; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 13px 20px; border: 0; border-radius: 999px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #37b4ff); box-shadow: 0 14px 28px rgba(22,143,229,.24); }
.btn-pink { color: #fff; background: linear-gradient(135deg, var(--pink), #ff7298); box-shadow: 0 14px 28px rgba(239,76,157,.22); }
.btn-light { color: var(--ink); background: #fff; box-shadow: 0 14px 28px rgba(18,64,96,.14); }
.btn-outline { color: var(--blue-dark); background: #fff; border: 2px solid #cfe7f7; }
.btn-sm { min-height: 42px; padding: 10px 16px; font-size: .92rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* Hero */
.home-hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #124b73; }
.home-hero::before { content: ""; position: absolute; inset: 0; background: url('../img/hero-licorne.webp') center 54% / cover no-repeat; transform: scale(1.02); }
.home-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,34,55,.86) 0%, rgba(8,51,78,.68) 45%, rgba(8,45,68,.15) 76%, rgba(8,45,68,.05) 100%), linear-gradient(0deg, rgba(4,28,44,.45), transparent 48%); }
.hero-content { position: relative; z-index: 2; max-width: 710px; padding: 104px 0 118px; }
.hero-content h1 { max-width: 680px; margin-bottom: 22px; text-shadow: 0 8px 35px rgba(0,0,0,.2); }
.hero-content .lead { max-width: 650px; color: rgba(255,255,255,.9); font-size: 1.2rem; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.14); backdrop-filter: blur(8px); font-weight: 850; }
.hero-wave { position: absolute; z-index: 3; bottom: -1px; left: 0; width: 100%; height: 78px; fill: #fff; }

/* Trust */
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: -26px; position: relative; z-index: 5; }
.trust-card { display: flex; align-items: flex-start; gap: 13px; padding: 22px; border: 1px solid rgba(223,234,243,.85); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.trust-icon { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; background: var(--sky); font-size: 1.35rem; }
.trust-card strong { display: block; margin-bottom: 3px; }
.trust-card span { color: var(--muted); font-size: .9rem; }

/* Cards/products */
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.product-grid.all { grid-template-columns: repeat(2, minmax(0,1fr)); }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.product-image { position: relative; height: 270px; overflow: hidden; background: #dbefff; }
.product-grid.all .product-image { height: 330px; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-tag { position: absolute; left: 16px; top: 16px; padding: 7px 11px; border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.92); font-size: .78rem; font-weight: 900; box-shadow: 0 7px 20px rgba(0,0,0,.08); }
.product-body { padding: 23px; }
.product-body h3 { margin-bottom: 10px; }
.product-description { min-height: 50px; color: var(--muted); }
.product-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 17px 0; }
.meta-pill { padding: 7px 10px; border-radius: 999px; color: #425b70; background: #f1f7fb; font-size: .82rem; font-weight: 800; }
.price-box { display: flex; align-items: end; justify-content: space-between; gap: 12px; padding-top: 17px; border-top: 1px solid var(--line); }
.price-main { font-size: 1.7rem; font-weight: 950; letter-spacing: -.04em; color: var(--blue-dark); }
.price-main small { font-size: .76rem; font-weight: 800; color: var(--muted); letter-spacing: 0; }
.price-weekend { text-align: right; color: var(--muted); font-size: .82rem; }
.price-weekend strong { display: block; color: var(--pink); font-size: 1.12rem; }
.card-actions { display: flex; gap: 10px; margin-top: 18px; }
.card-actions .btn { flex: 1; }

/* About / steps */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 62px; align-items: center; }
.photo-stack { position: relative; min-height: 510px; }
.photo-main, .photo-small { position: absolute; overflow: hidden; border: 8px solid #fff; border-radius: 28px; box-shadow: var(--shadow-lg); }
.photo-main { inset: 0 12% 8% 0; }
.photo-small { width: 46%; height: 48%; right: 0; bottom: 0; }
.photo-main img, .photo-small img { width: 100%; height: 100%; object-fit: cover; }
.check-list { display: grid; gap: 13px; margin: 25px 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; }
.check-list li::before { content: "✓"; flex: 0 0 26px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: .82rem; font-weight: 950; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }
.step { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.step::before { counter-increment: step; content: counter(step); width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 17px; color: #fff; background: linear-gradient(135deg,var(--blue),#5ac8ff); font-size: 1.25rem; font-weight: 950; }
.step:nth-child(2)::before { background: linear-gradient(135deg,var(--pink),#ff85ae); }
.step:nth-child(3)::before { background: linear-gradient(135deg,var(--green),#65d8a4); }

/* Notice / CTA */
.weather-notice { display: flex; align-items: flex-start; gap: 16px; padding: 22px 24px; border: 1px solid #f5d991; border-radius: 20px; color: #6f5210; background: #fff9e9; }
.weather-notice .icon { font-size: 1.5rem; }
.cta-band { position: relative; overflow: hidden; padding: 52px; border-radius: 32px; color: #fff; background: linear-gradient(125deg, #0876c5 0%, #1ca6ec 55%, #ef4c9d 140%); box-shadow: var(--shadow-lg); }
.cta-band::after { content: ""; position: absolute; width: 250px; height: 250px; right: -70px; top: -100px; border-radius: 50%; background: rgba(255,255,255,.13); }
.cta-band > * { position: relative; z-index: 2; }
.cta-band h2 { max-width: 760px; margin-bottom: 14px; }
.cta-band p { max-width: 700px; color: rgba(255,255,255,.87); }

/* Inner page hero */
.page-hero { position: relative; overflow: hidden; padding: 96px 0 82px; color: #fff; background: #0d679e; }
.page-hero::before { content:""; position:absolute; inset:0; background: var(--page-image) center / cover no-repeat; }
.page-hero::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg,rgba(6,37,58,.86),rgba(6,45,70,.45),rgba(6,45,70,.15)); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { max-width: 760px; margin-bottom: 14px; font-size: clamp(2.7rem,6vw,4.8rem); }
.page-hero .lead { max-width: 710px; color: rgba(255,255,255,.88); }

/* Material page */
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-bottom: 30px; }
.filter-btn { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; color: #4d667a; background: #fff; font-weight: 850; }
.filter-btn.active, .filter-btn:hover { color: #fff; border-color: var(--blue); background: var(--blue); }
.detail-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px 14px; margin: 18px 0; padding: 0; list-style: none; }
.detail-list li { padding: 10px 12px; border-radius: 13px; color: #4b6377; background: #f5f9fc; font-size: .9rem; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 230px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 20px; background: #dceefa; box-shadow: var(--shadow-sm); }
.gallery-item:nth-child(5n + 1) { grid-row: span 2; }
.gallery-item:nth-child(7n + 3) { grid-column: span 2; }
.gallery-item[hidden] { display: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item::after { content:"Agrandir"; position:absolute; left:14px; bottom:14px; padding:7px 10px; border-radius:999px; color:#fff; background:rgba(10,35,52,.72); opacity:0; transform:translateY(5px); transition:.2s ease; font-size:.78rem; font-weight:850; }
.gallery-item:hover::after { opacity:1; transform:none; }
.lightbox { position: fixed; inset: 0; z-index: 500; display: none; place-items: center; padding: 28px; background: rgba(5,24,38,.92); }
.lightbox.open { display: grid; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 84vh; border-radius: 18px; box-shadow: 0 25px 80px rgba(0,0,0,.4); }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; display: grid; place-items: center; border: 0; color: #fff; background: rgba(255,255,255,.14); backdrop-filter: blur(10px); }
.lightbox-close { top: 22px; right: 22px; width: 48px; height: 48px; border-radius: 50%; font-size: 1.5rem; }
.lightbox-prev, .lightbox-next { top: 50%; width: 52px; height: 70px; border-radius: 16px; transform: translateY(-50%); font-size: 2rem; }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; align-items: start; }
.contact-panel, .form-panel { padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.contact-panel { color: #fff; border: 0; background: linear-gradient(155deg,#0876c5,#18a5e8 65%,#54c8f5); }
.contact-panel .lead, .contact-panel .text-muted { color: rgba(255,255,255,.86); }
.contact-list { display: grid; gap: 13px; margin: 28px 0; }
.contact-link { display: flex; gap: 13px; align-items: center; padding: 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(255,255,255,.12); }
.contact-link strong { display: block; }
.contact-link span { font-size: .88rem; color: rgba(255,255,255,.8); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 850; font-size: .91rem; }
.field input, .field textarea, .field select { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #d6e3ed; border-radius: 14px; color: var(--ink); background: #fbfdff; outline: none; transition: border .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(22,143,229,.12); }
.form-help { color: var(--muted); font-size: .82rem; }
.map-card { overflow: hidden; margin-top: 28px; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-sm); }
.map-card iframe { display: block; width: 100%; height: 400px; border: 0; }

/* Footer */
.site-footer { padding: 62px 0 24px; color: #d8e8f4; background: #102f47; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .9fr; gap: 42px; }
.footer-brand { color: #fff; }
.footer-brand p { max-width: 410px; color: #b8cfdf; }
.footer-links { display: grid; gap: 9px; }
.footer-links a:hover { color: #fff; }
.footer-title { margin-bottom: 14px; color: #fff; font-size: .95rem; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #9fb8ca; font-size: .87rem; }

/* Utility pages */
.center-card { max-width: 720px; margin: 70px auto; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background:#fff; box-shadow: var(--shadow-sm); text-align:center; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: 78px 0 auto; display: grid; gap: 8px; padding: 18px 20px 24px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .25s ease; box-shadow: 0 18px 35px rgba(18,64,96,.12); }
  .mobile-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-menu a { padding: 12px 15px; border-radius: 14px; background: #f4f9fd; font-weight: 850; }
  .mobile-menu .nav-cta { margin-top: 5px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .product-grid, .product-grid.all { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .split { grid-template-columns: 1fr; }
  .photo-stack { min-height: 470px; order: -1; }
  .steps { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 64px 0; }
  .navbar { min-height: 70px; }
  .brand img { width: 42px; height: 42px; }
  .mobile-menu { inset: 70px 0 auto; }
  .home-hero { min-height: 640px; }
  .home-hero::before { background-position: 63% center; }
  .home-hero::after { background: linear-gradient(90deg,rgba(5,34,55,.86),rgba(8,51,78,.63)), linear-gradient(0deg,rgba(4,28,44,.5),transparent); }
  .hero-content { padding: 82px 0 104px; }
  .hero-content h1 { font-size: clamp(2.65rem,14vw,4rem); }
  .trust-grid, .product-grid, .product-grid.all { grid-template-columns: 1fr; }
  .trust-grid { margin-top: -14px; }
  .product-image, .product-grid.all .product-image { height: 255px; }
  .photo-stack { min-height: 390px; }
  .photo-main { inset: 0 7% 10% 0; }
  .photo-small { width: 48%; height: 44%; }
  .cta-band { padding: 34px 25px; }
  .page-hero { padding: 76px 0 65px; }
  .detail-list { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
  .gallery-item:nth-child(n) { grid-row: span 1; grid-column: span 1; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-panel, .form-panel { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
