/* ==========================================================================
   Jet Beach – feuille de style principale (CSS3 natif, sans framework)
   Design repris du site Elementor / Qi Addons : Unbounded + Jost, teal & magenta.
   ========================================================================== */

/* ---------- Fonts (auto-hébergées) ---------- */
@font-face{font-family:"Jost";font-style:normal;font-weight:400 700;font-display:swap;src:url("../fonts/jost-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;}
@font-face{font-family:"Jost";font-style:normal;font-weight:400 700;font-display:swap;src:url("../fonts/jost-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:"Unbounded";font-style:normal;font-weight:200 900;font-display:swap;src:url("../fonts/unbounded-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;}
@font-face{font-family:"Unbounded";font-style:normal;font-weight:200 900;font-display:swap;src:url("../fonts/unbounded-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}

/* ---------- Tokens ---------- */
:root {
  --teal: #01CABA;
  --magenta: #D90BCB;
  --ink: #54595F;
  --grey: #7A7A7A;
  --white: #FFFFFF;
  --black: #000000;
  --font-head: "Unbounded", "Arial Black", Impact, sans-serif;
  --font-body: "Jost", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --gutter: 75px;
  --gutter-sm: 25px;
  --radius: 10px;
  --ease: cubic-bezier(.4, 0, .2, 1);
  --header-h: 150px;
}
@media (max-width: 767px) {
  :root { --gutter: 25px; --header-h: 140px; }
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--magenta); text-decoration: none; transition: color .3s; }
a:hover { color: var(--ink); }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-family: var(--font-head); font-weight: 600; line-height: 1.15; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
button { font: inherit; cursor: pointer; background: none; border: 0; padding: 0; color: inherit; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 1000; background: var(--magenta); color: #fff; padding: 10px 16px; font-family: var(--font-head); font-size: 14px; }
.skip-link:focus { left: 10px; top: 10px; color: #fff; }
:focus-visible { outline: 3px solid var(--magenta); outline-offset: 3px; }
.icon { width: 1em; height: 1em; fill: currentColor; }

/* ==========================================================================
   Header (sticky) : barre magenta + barre teal
   ========================================================================== */
.site-header { position: sticky; top: 0; z-index: 100; }
.topbar {
  min-height: 50px;
  background: var(--magenta);
  color: #fff;
  display: flex; align-items: center; justify-content: center; gap: 20px;
  padding: 6px var(--gutter-sm);
  font-family: var(--font-head); font-size: 15px; font-weight: 600;
}
.topbar__text { margin: 0; }
.topbar__text a { color: #fff; }
.topbar__text a:hover { color: var(--teal); }
.social { display: flex; gap: 5px; }
.social__link {
  width: 30px; height: 30px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; transition: transform .3s var(--ease);
}
.social__link .icon { width: 15px; height: 15px; }
.social__link[aria-label="Facebook"] { background: #3b5998; }
.social__link[aria-label="Instagram"] { background: #262626; }
.social__link:hover { color: #fff; transform: scale(.9); }

.mainbar {
  min-height: 100px;
  background: var(--teal);
  display: grid;
  grid-template-columns: minmax(0, 33.577fr) minmax(0, 42.434fr) minmax(0, 24fr);
  align-items: center;
}
.mainbar__logo { display: flex; justify-content: center; padding: 0 20px; }
.mainbar__logo a { display: block; width: 89%; max-width: 380px; }
.logo { height: 75px; width: 100%; object-fit: contain; }
.mainbar__cta { display: flex; justify-content: center; align-items: center; padding: 22px; }
.mainbar__cta .btn { width: 100%; max-width: 320px; justify-content: center; }

/* Navigation */
.nav { position: relative; display: flex; justify-content: center; }
.nav__list { display: flex; align-items: center; gap: 0; }
.nav__item { position: relative; }
.nav__link {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 20px;
  color: #fff; font-family: var(--font-head); font-size: 15px; font-weight: 600; line-height: 1.2;
  white-space: nowrap;
}
.nav__link:hover, .nav__link:focus-visible, .nav__item.is-active > .nav__link, .nav__link[aria-current="page"] { color: #fff; }
.nav__caret { width: .7em; height: .7em; transition: transform .3s; }
.nav__item--has-sub.is-open .nav__caret, .nav__item--has-sub:hover .nav__caret { transform: rotate(180deg); }
.nav__sub {
  position: absolute; top: 100%; left: 0; min-width: 240px;
  margin-top: 27px;
  background: var(--teal);
  box-shadow: 0 3px 20px rgba(0,0,0,.08);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
  z-index: 10;
}
.nav__item--has-sub::after { /* hover bridge to cover the 27px gap */
  content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 27px;
}
.nav__item--has-sub:hover > .nav__sub, .nav__item--has-sub.is-open > .nav__sub, .nav__item--has-sub:focus-within > .nav__sub {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.nav__sub-link {
  display: block; padding: 20px;
  color: #fff; font-family: var(--font-head); font-size: 15px; font-weight: 500; line-height: 1.2;
  transition: background .3s;
}
.nav__sub-link:hover, .nav__sub-link:focus-visible, .nav__sub-link[aria-current="page"] { background: var(--magenta); color: #fff; }
.nav__burger { display: none; }
.nav__item--mobile-cta { display: none; }

@media (max-width: 1024px) {
  .mainbar { position: relative; grid-template-columns: 1fr auto; padding: 0 var(--gutter-sm); gap: 16px; }
  .mainbar__logo { justify-content: flex-start; padding: 0; }
  .mainbar__logo a { width: 100%; max-width: 330px; }
  .logo { height: 60px; object-position: left center; }
  .mainbar__cta { display: none; }
  .nav { position: static; justify-content: flex-end; }
  .nav__burger {
    display: inline-flex; align-items: center; justify-content: center;
    width: 56px; height: 56px; background: #fff; color: var(--magenta); border-radius: 3px;
    transition: transform .3s, color .3s;
  }
  .nav__burger .icon { width: 30px; height: 30px; }
  .nav__burger:hover { color: var(--teal); transform: scale(1.08); }
  .nav__burger-close { display: none; }
  .nav__burger[aria-expanded="true"] .nav__burger-open { display: none; }
  .nav__burger[aria-expanded="true"] .nav__burger-close { display: block; }
  .nav__list {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch;
    background: var(--teal);
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    display: none;
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
  }
  .nav.is-open .nav__list { display: flex; }
  .nav__item { width: 100%; }
  .nav__link { width: 100%; justify-content: center; padding: 20px; font-weight: 500; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nav__link:hover, .nav__link[aria-current="page"] { background: var(--magenta); }
  .nav__sub { position: static; margin: 0; opacity: 1; visibility: visible; transform: none; box-shadow: none; display: none; background: rgba(0,0,0,.08); }
  .nav__item--has-sub.is-open > .nav__sub { display: block; }
  .nav__item--has-sub::after { display: none; }
  .nav__sub-link { text-align: center; padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nav__item--mobile-cta { display: block; }
  .nav__item--mobile-cta .nav__link { background: var(--magenta); }
}
@media (max-width: 767px) {
  .topbar { min-height: 40px; font-size: 13px; gap: 12px; }
  .social__link .icon { width: 13px; height: 13px; }
}

/* ==========================================================================
   Boutons (style Qi "reveal")
   ========================================================================== */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 12px;
  padding: 22px 36px;
  font-family: var(--font-head); font-size: 15px; font-weight: 500; line-height: 1;
  color: #fff !important;
  overflow: hidden; isolation: isolate;
  transition: color .35s var(--ease);
  vertical-align: middle;
}
.btn--small { padding: 14px 24px; font-size: 12px; }
.btn--full { padding: 18px 30px; }
.btn--magenta { background: var(--magenta); }
.btn--teal { background: var(--teal); }
.btn__bg {
  position: absolute; inset: 0; z-index: -1;
  transform: translateX(-101%);
  transition: transform .45s var(--ease);
}
.btn--hover-teal .btn__bg { background: var(--teal); }
.btn--hover-magenta .btn__bg { background: var(--magenta); }
.btn--hover-white .btn__bg { background: #fff; }
.btn:hover .btn__bg, .btn:focus-visible .btn__bg { transform: translateX(0); }
.btn--hover-white:hover, .btn--hover-white:focus-visible { color: var(--magenta) !important; }
.btn__text { position: relative; }
.btn__icon { display: inline-flex; transition: transform .35s var(--ease); }
.btn__icon .icon { width: 1.05em; height: 1.05em; }
.btn--icon-left { flex-direction: row-reverse; }
.btn:hover .btn__icon { transform: translateX(6px); }
.btn--icon-left:hover .btn__icon { transform: translateX(-6px); }

/* ==========================================================================
   Séparateur zigzag "tribal"
   ========================================================================== */
.zigzag { display: flex; padding: 15px 0; margin: -10px 0 -15px; }
.zigzag--center { justify-content: center; }
.zigzag--right { justify-content: flex-end; }
.zigzag__line {
  display: block; height: 20px;
  --zz: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet' overflow='visible' height='100%25' viewBox='0 0 120 26' fill='%2301CABA' stroke='none'%3E%3Cpolygon points='0,14.4 0,21 11.5,12.4 21.3,20 30.4,11.1 40.3,20 51,12.4 60.6,20 69.6,11.1 79.3,20 90.1,12.4 99.6,20 109.7,11.1 120,21 120,14.4 109.7,5 99.6,13 90.1,5 79.3,14.5 71,5.7 60.6,12.4 51,5 40.3,14.5 31.1,5 21.3,13 11.5,5 '/%3E%3C/svg%3E");
  background: var(--zz) left center / auto 100% repeat-x;
}
.zigzag--white .zigzag__line { --zz: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet' overflow='visible' height='100%25' viewBox='0 0 120 26' fill='%23FFFFFF' stroke='none'%3E%3Cpolygon points='0,14.4 0,21 11.5,12.4 21.3,20 30.4,11.1 40.3,20 51,12.4 60.6,20 69.6,11.1 79.3,20 90.1,12.4 99.6,20 109.7,11.1 120,21 120,14.4 109.7,5 99.6,13 90.1,5 79.3,14.5 71,5.7 60.6,12.4 51,5 40.3,14.5 31.1,5 21.3,13 11.5,5 '/%3E%3C/svg%3E"); }

/* ==========================================================================
   Titres de section
   ========================================================================== */
.section-heading { margin-bottom: 30px; }
.section-heading--right { text-align: right; }
.section-heading--center { text-align: center; }
.section-heading__title {
  font-family: var(--font-head); font-size: 45px; font-weight: 600; text-transform: uppercase; line-height: 1.05;
}
.section-heading__title--teal { color: var(--teal); }
.section-heading__title--white { color: #fff; }
.section-heading--lg .section-heading__title { font-size: 55px; }
@media (max-width: 767px) {
  .section-heading__title, .section-heading--lg .section-heading__title { font-size: 30px; }
  .section-heading--right { text-align: left; }
  .section-heading--right .zigzag--right { justify-content: flex-start; }
}

/* Texte riche */
.rich-text { font-family: var(--font-body); font-size: 17px; font-weight: 400; color: var(--ink); line-height: 1.65; }
.rich-text p { margin-bottom: 1em; }
.rich-text b, .rich-text strong { font-weight: 700; color: #3c4046; }
.rich-text h3 { font-family: var(--font-body); font-size: 24px; font-weight: 600; color: var(--ink); margin: 1.2em 0 .6em; }
.rich-text ul { list-style: disc; padding-left: 1.6em; margin: 0 0 1em; }
.rich-text li { margin-bottom: .5em; }
.rich-text blockquote { margin: 1em 0 1em 1.6em; padding: 0; }
.rich-text a { text-decoration: underline; text-underline-offset: 2px; }
.about__copy, .destinations-teaser__copy { font-size: 20px; }
@media (max-width: 767px) { .about__copy, .destinations-teaser__copy { font-size: 18px; } .rich-text { font-size: 18px; } }

/* ==========================================================================
   Animations d'apparition (IntersectionObserver ajoute .is-visible)
   ========================================================================== */
[data-anim] { opacity: 0; animation-fill-mode: both; animation-duration: 1s; animation-timing-function: ease-out; animation-delay: var(--delay, 0s); }
[data-anim].is-visible { opacity: 1; }
[data-anim="slideInLeft"].is-visible { animation-name: slideInLeft; }
[data-anim="slideInRight"].is-visible { animation-name: slideInRight; }
[data-anim="fadeInUp"].is-visible { animation-name: fadeInUp; }
[data-anim="fadeInLeft"].is-visible { animation-name: fadeInLeft; }
[data-anim="fadeInRight"].is-visible { animation-name: fadeInRight; }
[data-anim="zoomIn"].is-visible { animation-name: zoomIn; }
@keyframes slideInLeft { from { opacity: 0; transform: translate3d(-60px, 0, 0); } to { opacity: 1; transform: none; } }
@keyframes slideInRight { from { opacity: 0; transform: translate3d(60px, 0, 0); } to { opacity: 1; transform: none; } }
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 40px, 0); } to { opacity: 1; transform: none; } }
@keyframes fadeInLeft { from { opacity: 0; transform: translate3d(-40px, 0, 0); } to { opacity: 1; transform: none; } }
@keyframes fadeInRight { from { opacity: 0; transform: translate3d(40px, 0, 0); } to { opacity: 1; transform: none; } }
@keyframes zoomIn { from { opacity: 0; transform: scale(.92); } to { opacity: 1; transform: none; } }
.no-js [data-anim], .reduced-motion [data-anim] { opacity: 1; animation: none !important; }
@media (prefers-reduced-motion: reduce) { [data-anim] { opacity: 1; animation: none !important; } }

/* ==========================================================================
   Accueil – Hero vidéo
   ========================================================================== */
.hero {
  position: relative; min-height: 77vh; display: flex; align-items: center; justify-content: center;
  overflow: hidden; background: #6b7075;
}
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.15); }
.hero__content { position: relative; text-align: center; padding: 0 var(--gutter-sm); margin-bottom: 220px; max-width: 1240px; }
.hero__title { font-size: 60px; font-weight: 600; color: #fff; line-height: 1.05; margin-top: -90px; }
.hero__subtitle { font-family: var(--font-body); font-size: 30px; font-weight: 600; color: #fff; margin: 12px 0 0; }
.hero__scroll {
  position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%);
  width: 60px; height: 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  color: #fff;
}
.hero__chevron { display: block; width: 16px; height: 16px; border-right: 3px solid #fff; border-bottom: 3px solid #fff; transform: rotate(45deg); opacity: .9; animation: chevron 1.6s ease-in-out infinite; }
.hero__chevron:nth-child(2) { animation-delay: .25s; margin-top: -8px; }
@keyframes chevron { 0%, 100% { transform: translateY(-6px) rotate(45deg); opacity: .35; } 50% { transform: translateY(6px) rotate(45deg); opacity: 1; } }
.hero-bar { height: 50px; background: var(--magenta); margin-bottom: 100px; }
@media (max-width: 767px) {
  .hero { min-height: 75vh; }
  .hero__content { margin-bottom: 120px; }
  .hero__title { font-size: 40px; margin-top: -40px; }
  .hero__subtitle { font-size: 25px; line-height: 1.1; }
  .hero-bar { margin-bottom: 60px; }
}

/* ==========================================================================
   Accueil – À propos + parallax
   ========================================================================== */
.about { display: grid; grid-template-columns: 1fr 1fr; min-height: 750px; margin-bottom: 100px; }
.about__text { display: flex; flex-direction: column; justify-content: center; padding: 0 var(--gutter) 0 var(--gutter); }
.about__text .section-heading__title { font-size: 55px; }
.about__copy { padding-top: 60px; }
.about__cta { padding-top: 35px; }
.about__media { position: relative; overflow: hidden; min-height: 600px; }
.parallax { position: absolute; inset: 0; }
.parallax__main {
  position: absolute; right: 0; top: 6%; width: 58%; height: 88%;
  will-change: transform;
}
.parallax__main-img { width: 100%; height: 100%; object-fit: cover; }
.parallax__small {
  position: absolute; left: 6%; bottom: 8%; width: 267px; max-width: 34%;
  will-change: transform; box-shadow: 0 20px 50px rgba(0,0,0,.12);
}
.parallax__small-img { width: 100%; height: auto; }
@media (max-width: 1024px) { .about__text { padding: 0 var(--gutter-sm); } }
@media (max-width: 767px) {
  .about { grid-template-columns: 1fr; min-height: 0; margin-bottom: 60px; }
  .about__text .section-heading__title { font-size: 30px; }
  .about__copy { padding-top: 30px; }
  .about__cta { padding-top: 25px; }
  .about__media { min-height: 0; aspect-ratio: 1 / 1.05; margin-top: 60px; }
  .parallax__main { width: 68%; top: 0; height: 88%; }
  .parallax__small { left: 6%; bottom: 0; width: 42%; }
}

/* ==========================================================================
   Marquee (défilement de texte) + barre
   ========================================================================== */
.marquee-wrap { position: relative; overflow: hidden; }
.marquee { overflow: hidden; white-space: nowrap; margin-bottom: -25px; position: relative; z-index: 1; }
.marquee__track { display: inline-flex; width: max-content; animation: marquee 20s linear infinite; }
.marquee__group { display: inline-flex; }
.marquee__item { font-family: var(--font-head); font-weight: 600; font-size: clamp(50px, 7.2vw, 105px); line-height: 1.1; color: var(--teal); padding: 0 .35em; }
.marquee-bar { height: 50px; background: var(--teal); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation-duration: 90s; } }
@media (max-width: 767px) { .marquee { margin-bottom: -10px; } .marquee__item { font-size: 50px; } }

/* ==========================================================================
   Accueil – bannières interactives "Nos locations"
   ========================================================================== */
.banners { display: grid; grid-template-columns: repeat(5, 1fr); }
.banner { position: relative; display: block; aspect-ratio: 1 / 1.85; overflow: hidden; color: #fff; }
.banner__image, .banner__img { width: 100%; height: 100%; }
.banner__image { position: absolute; inset: 0; }
.banner__img { object-fit: cover; transition: transform .8s var(--ease); }
.banner__image::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.13); transition: background .4s; }
.banner:hover .banner__img { transform: scale(1.06); }
.banner:hover .banner__image::after { background: rgba(0,0,0,.35); }
.banner__content { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 0 25px 50px 25px; overflow: hidden; }
.banner__movement { transform: translateY(var(--text-h, 120px)); transition: transform .5s var(--ease); }
.banner__title { font-family: var(--font-head); font-size: 35px; font-weight: 600; color: #fff; line-height: 1.05; }
.banner__text { font-family: var(--font-body); font-size: 20px; color: #fff; margin: 0; padding-top: 30px; opacity: 0; transition: opacity .4s var(--ease); }
.banner:hover .banner__movement, .banner:focus-visible .banner__movement { transform: translateY(0); }
.banner:hover .banner__text, .banner:focus-visible .banner__text { opacity: 1; }
@media (max-width: 1200px) { .banner__title { font-size: 26px; } .banner__text { font-size: 17px; } }
@media (max-width: 767px) {
  .banners { grid-template-columns: 1fr; }
  .banner { aspect-ratio: 1 / 1.9; }
  .banner__title { font-size: 35px; }
  .banner__text { font-size: 20px; }
}

/* ==========================================================================
   Accueil – destinations (masonry + texte) + CTA dégradé
   ========================================================================== */
.destinations-teaser { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; margin-top: -10px; }
.destinations-teaser__gallery { padding: 100px var(--gutter) 0 0; position: relative; z-index: 1; margin-bottom: -80px; }
.destinations-teaser__text { padding: 150px var(--gutter) 0 100px; display: flex; flex-direction: column; }
.destinations-teaser__text .section-heading__title { font-size: 55px; }
.destinations-teaser__copy { padding-top: 60px; text-align: right; }
.destinations-cta { padding: 50px 0 0; background: linear-gradient(180deg, #fff 35%, var(--teal) 100%); }
.destinations-cta__inner { display: flex; justify-content: flex-end; padding: 35px var(--gutter) 60px 0; }
@media (max-width: 767px) {
  .destinations-teaser { grid-template-columns: 1fr; margin-top: 0; }
  .destinations-teaser__gallery { display: none; } /* masqué sur mobile comme sur le site source */
  .destinations-teaser__text { padding: 60px var(--gutter-sm) 0; }
  .destinations-teaser__text .section-heading__title { font-size: 30px; }
  .destinations-teaser__copy { padding-top: 30px; text-align: left; }
  .destinations-cta__inner { justify-content: flex-start; padding: 25px var(--gutter-sm) 60px; }
  .destinations-cta__inner .btn { font-size: 12px; }
}

/* ==========================================================================
   Galeries
   ========================================================================== */
.gallery { display: grid; gap: 10px; }
.gallery--cols-3 { grid-template-columns: repeat(3, 1fr); }
.gallery--masonry { display: block; columns: 3; column-gap: 10px; }
.gallery--masonry .gallery__item { break-inside: avoid; margin: 0 0 10px; }
.gallery__item { margin: 0; overflow: hidden; }
.gallery__link { display: block; overflow: hidden; position: relative; }
.gallery__img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery--cols-3 .gallery__link { aspect-ratio: 1 / 1; }
.gallery__link:hover .gallery__img { transform: scale(1.08); }
.photos { background: var(--teal); padding: 50px 100px; min-height: 410px; }
.photos .gallery { gap: 20px; }
@media (max-width: 1024px) { .photos { padding: 40px var(--gutter-sm); } }
@media (max-width: 767px) {
  .gallery--cols-3 { grid-template-columns: 1fr 1fr; }
  .gallery--masonry { columns: 2; }
  .photos { padding: 25px var(--gutter-sm); }
  .photos .gallery { gap: 10px; }
}

/* ==========================================================================
   Pages intérieures – hero image
   ========================================================================== */
.page-hero {
  position: relative; min-height: 45vh; display: flex; align-items: center; justify-content: center;
  background-image: var(--hero-bg); background-size: cover; background-position: var(--hero-pos, center); background-repeat: no-repeat;
  color: #fff; text-align: center; padding: 40px var(--gutter-sm);
}
.page-hero::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.2); }
.page-hero__inner { position: relative; }
.page-hero__kicker { font-family: var(--font-body); font-size: 25px; font-weight: 600; margin: 0 0 -20px; }
.page-hero__title { font-size: 95px; font-weight: 600; line-height: 1; }
@media (min-width: 1025px) { .page-hero { background-attachment: fixed; } }
@media (max-width: 767px) {
  .page-hero { background-image: var(--hero-bg-mobile, var(--hero-bg)); min-height: 40vh; }
  .page-hero__kicker { font-size: 20px; margin-bottom: -10px; }
  .page-hero__title { font-size: 40px; }
}

/* ==========================================================================
   Pages intérieures – intro (texte + média latéral)
   ========================================================================== */
.intro { display: grid; grid-template-columns: 65% 35%; gap: 0; margin: 100px 0; align-items: center; }
.intro--single { grid-template-columns: 1fr; }
.intro__text { padding: 0 var(--gutter) 0 calc(var(--gutter) + 75px); }
.intro__text--wide { padding: 0 var(--gutter); }
.intro__copy { padding-top: 40px; }
.intro__subheading { font-family: var(--font-head); font-size: 22px; font-weight: 600; color: var(--magenta); margin: 10px 0 0; }
.intro__cta { padding-top: 35px; }
.intro__side { padding: 0 var(--gutter) 0 0; }
.side-card { background: var(--magenta); color: #fff; border-radius: var(--radius); padding: 25px 25px 30px; }
.side-card__title { font-size: 25px; font-weight: 600; color: #fff; margin-bottom: 12px; }
.side-card__text { font-family: var(--font-body); font-size: 17px; margin-bottom: 20px; }
.side-media { overflow: hidden; }
.side-media--rounded, .side-media--rounded .side-media__img, .side-media--rounded .side-media__video { border-radius: var(--radius); }
.side-media__img, .side-media__video { width: 100%; height: auto; }
.side-stack { background: var(--magenta); border-radius: var(--radius); padding: 8px; display: grid; gap: 8px; }
.side-stack__item { overflow: hidden; border-radius: 6px; }
.side-stack__img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 1024px) { .intro__text { padding: 0 var(--gutter-sm); } .intro__side { padding: 0 var(--gutter-sm); } }
@media (max-width: 767px) {
  .intro { grid-template-columns: 1fr; margin: 60px 0; }
  .intro__copy { padding-top: 25px; }
  .intro__cta { padding-top: 25px; }
  .intro__side { margin-top: 40px; }
  .intro__side .side-media { display: none; }
  .page-quad-buggy .intro__side .side-stack { display: grid; }
}

/* ==========================================================================
   Jet-skis – showcase GTX PRO 130
   ========================================================================== */
.showcase { padding: 0 var(--gutter) 60px calc(var(--gutter) + 75px); }
.showcase__grid { display: grid; grid-template-columns: 1fr 1.6fr 1fr; align-items: center; gap: 40px; margin: 60px 0 0; }
.showcase__col { display: flex; flex-direction: column; gap: 60px; }
.showcase__item { display: flex; gap: 14px; align-items: flex-start; }
.showcase__col--left .showcase__item { flex-direction: row-reverse; text-align: right; }
.showcase__icon { color: var(--teal); flex: 0 0 auto; }
.showcase__icon .icon { width: 40px; height: 40px; }
.showcase__title { font-size: 20px; font-weight: 600; color: var(--magenta); margin-bottom: 9px; }
.showcase__text { font-family: var(--font-body); font-size: 20px; font-weight: 500; text-transform: uppercase; color: var(--ink); margin: 0; }
.showcase__image img { width: 100%; height: auto; }
@media (max-width: 1024px) { .showcase { padding: 0 var(--gutter-sm) 40px; } }
@media (max-width: 767px) {
  .showcase__grid { grid-template-columns: 1fr; gap: 30px; margin-top: 30px; }
  .showcase__col { gap: 30px; }
  .showcase__col--left .showcase__item { flex-direction: row; text-align: left; }
  .showcase__image { order: -1; }
}

/* ==========================================================================
   Cartes (destinations, tarifs)
   ========================================================================== */
.cards { display: grid; gap: 50px; padding: 0 var(--gutter-sm); align-items: start; }
.cards--4, .cards--grid-4 { grid-template-columns: repeat(4, 1fr); }
.cards--grid-3 { grid-template-columns: repeat(3, 1fr); }
.cards--grid-2 { grid-template-columns: repeat(2, 1fr); }
.cards--full { grid-template-columns: 1fr; }
.card {
  color: #fff; border-radius: var(--radius) var(--radius) 0 0; overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
  display: flex; flex-direction: column;
}
.card--teal { background: var(--teal); }
.card--magenta { background: var(--magenta); }
.card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,.12); }
.card__image { aspect-ratio: 1 / 1; overflow: hidden; }
.card__img { width: 100%; height: 100%; object-fit: cover; }
.card__body { padding: 30px 25px 25px; display: flex; flex-direction: column; flex: 1; }
.card .zigzag { margin: -8px 0 -6px; }
.card__title { font-size: 25px; font-weight: 700; text-transform: uppercase; color: #fff; line-height: 1.05; }
.card--with-image .card__title { font-size: 22px; }
.card__subtitle { font-size: 25px; font-weight: 700; text-transform: uppercase; color: #fff; line-height: 1.05; }
.card__price { font-family: var(--font-head); font-size: 20px; font-weight: 700; text-transform: uppercase; color: #fff; margin: 16px 0 12px; }
.card__specs { margin: 12px 0 0; }
.card__specs--secondary { margin-top: 18px; }
.card__actions { margin-top: auto; padding-top: 25px; }
.card__actions--center { text-align: center; }
.cards--full .card__body { padding: 25px 20px; }
.cards--full .card__subtitle { font-size: 25px; }
.cards--full .card__specs { margin-top: 20px; }
.cards--full .card__actions { padding-top: 10px; }
.tarifs-section { padding: 60px 0 40px; }
.tarifs-section .section-heading { padding: 0 var(--gutter); }
.cards--grid-2 .card--magenta { transform: translateY(10px); }
.cards--grid-2 .card--magenta:hover { transform: translateY(0); }
.note-cb { text-align: center; font-family: var(--font-head); font-size: 20px; font-weight: 600; color: var(--teal); margin: 40px 0 100px; }
.page-destinations .cards { margin-top: 40px; }
@media (max-width: 1024px) {
  .cards--4, .cards--grid-4 { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .cards--grid-3 { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .tarifs-section .section-heading { padding: 0 var(--gutter-sm); }
}
@media (max-width: 767px) {
  .cards, .cards--4, .cards--grid-4, .cards--grid-3, .cards--grid-2 { grid-template-columns: 1fr; gap: 25px; }
  .cards--grid-2 .card--magenta { transform: none; }
  .card__title, .card__subtitle, .cards--full .card__subtitle { font-size: 22px; }
  .tarifs-section { padding: 40px 0 20px; }
  .note-cb { margin: 20px 0 60px; }
}

/* Listes à icônes */
.icon-list { display: flex; flex-direction: column; gap: 6px; }
.icon-list__item { display: flex; align-items: flex-start; gap: 8px; font-family: var(--font-body); font-size: 14px; font-weight: 700; text-transform: uppercase; line-height: 1.35; }
.icon-list__icon { flex: 0 0 auto; display: inline-flex; margin-top: 2px; }
.icon-list__icon .icon { width: 14px; height: 14px; }
.card .icon-list__item { color: #fff; }
.icon-list--footer .icon-list__item { text-transform: none; font-weight: 500; font-size: 15px; color: #fff; gap: 10px; }
.icon-list--footer .icon-list__text { color: #fff; }
.icon-list--footer .icon-list__text:hover { color: var(--magenta); }
.icon-list--footer .icon-list__icon .icon { width: 13px; height: 13px; }

/* ==========================================================================
   Tarifs – moyens de paiement
   ========================================================================== */
.payments { padding: 60px var(--gutter-sm) 20px; }
.payments__list { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 40px 55px; }
.payments__item { color: var(--magenta); transition: transform .3s var(--ease); display: inline-flex; align-items: center; }
.payments__item:hover { transform: translateY(-10px); }
.payments__icon { height: 40px; width: auto; }
.payments__icon--paypal { height: 26px; }
.payments__icon--wero { height: 24px; }
@media (max-width: 767px) { .payments { padding: 40px var(--gutter-sm) 10px; } .payments__list { gap: 24px 30px; } .payments__icon { height: 32px; } }

/* ==========================================================================
   Contact
   ========================================================================== */
.contact { display: grid; grid-template-columns: 1fr 1fr; margin: 100px 0; align-items: center; }
.contact__form-col { padding: 0 100px 0 var(--gutter); min-height: 600px; display: flex; flex-direction: column; justify-content: center; }
.section-heading--contact { margin-bottom: 50px; }
.form { display: block; }
.form__fields { display: flex; flex-wrap: wrap; margin: 0 -5px; }
.form__group { padding: 0 5px; margin-bottom: 10px; flex: 0 0 100%; }
.form__group--half { flex: 0 0 50%; }
.form__field {
  width: 100%; padding: 12px 14px;
  font-family: var(--font-body); font-size: 18px; font-weight: 400; color: var(--ink);
  background: #fff; border: 1px solid #818a91; border-radius: 3px;
  transition: border-color .3s, box-shadow .3s;
}
.form__field::placeholder { color: #8d949a; }
.form__field:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(1,202,186,.2); }
.form__field:invalid:not(:placeholder-shown) { border-color: #d9534f; }
textarea.form__field { resize: vertical; min-height: 200px; }
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__submit {
  width: 100%; padding: 16px 20px; margin-top: 5px;
  font-family: var(--font-head); font-size: 15px; font-weight: 500; color: #fff;
  background: var(--magenta); border-radius: 3px;
  transition: background .3s, transform .2s;
}
.form__submit:hover, .form__submit:focus-visible { background: var(--teal); }
.form__submit:active { transform: translateY(2px); }
.form__submit[disabled] { opacity: .7; cursor: progress; }
.form__status { margin: 14px 0 0; font-size: 16px; min-height: 1.5em; }
.form__status.is-error { color: #c0392b; font-weight: 500; }
.form.is-sent .form__fields, .form.is-sent .form__submit { display: none; }
.form__success { background: var(--teal); color: #fff; padding: 30px; border-radius: var(--radius); }
.form__success h3 { font-size: 24px; margin-bottom: 8px; color: #fff; }
.form__success p { font-size: 18px; }

/* Slider (contact) */
.contact__slider-col { overflow: hidden; }
.slider { position: relative; overflow: hidden; height: 600px; }
.slider__track { display: flex; gap: 20px; height: 100%; will-change: transform; transition: transform .8s var(--ease); }
.slider__slide { flex: 0 0 calc(50% - 10px); height: 100%; overflow: hidden; }
.slider__img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.slider__slide:hover .slider__img { transform: scale(1.05); }

.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 100px; padding: 0 var(--gutter); margin-bottom: 100px; }
.contact-card {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; text-align: center;
  padding: 50px 20px; border-radius: var(--radius); background: var(--teal); color: #fff;
  transition: background .3s, transform .3s var(--ease);
}
.contact-card--teal2 { background: var(--teal); }
.contact-card:hover { background: var(--magenta); color: #fff; transform: translateY(-10px); }
.contact-card__icon .icon { width: 50px; height: 50px; }
.contact-card__title { font-family: var(--font-head); font-size: 20px; font-weight: 500; line-height: 1.35; word-break: break-word; }
@media (max-width: 1024px) {
  .contact__form-col { padding: 0 var(--gutter-sm); }
  .contact-cards { gap: 30px; padding: 0 var(--gutter-sm); }
  .contact-card__title { font-size: 17px; }
}
@media (max-width: 767px) {
  .contact { grid-template-columns: 1fr; margin: 75px 0 0; }
  .contact__form-col { min-height: 0; }
  .section-heading--contact { text-align: center; margin-bottom: 25px; }
  .section-heading--contact .section-heading__title { font-size: 35px; }
  .section-heading--contact .zigzag { justify-content: center; }
  .contact__slider-col { display: none; }
  .contact-cards { grid-template-columns: 1fr; gap: 25px; margin: 50px 0 59px; }
}

/* ==========================================================================
   Pages légales
   ========================================================================== */
.legal { max-width: 1140px; margin: 100px auto; padding: 0 var(--gutter-sm); }
.legal__h1 { font-size: 45px; font-weight: 600; text-transform: uppercase; color: var(--teal); margin-bottom: 60px; line-height: 1.05; }
.legal__h2 { font-size: 30px; font-weight: 600; text-transform: uppercase; color: var(--teal); margin: 50px 0 20px; line-height: 1.1; }
.legal__text { font-size: 18px; }
.legal__text a { text-decoration: underline; word-break: break-word; }
@media (max-width: 767px) { .legal { margin: 60px auto; } .legal__h1 { font-size: 30px; margin-bottom: 30px; } .legal__h2 { font-size: 22px; margin: 35px 0 15px; } }
.page-404 .legal { min-height: 40vh; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--teal); color: #fff; }
.footer { display: grid; grid-template-columns: 1.3fr .7fr 1fr 1.4fr; gap: 40px; padding: 4%; align-items: start; }
.footer__col--brand { display: flex; flex-direction: column; gap: 32px; padding-right: 2%; }
.footer__logo { width: 100%; max-width: 320px; height: auto; }
.footer__blurb { font-family: var(--font-body); font-size: 17px; font-weight: 500; color: #fff; margin: 0; }
.footer__heading { font-size: 20px; font-weight: 600; color: #fff; margin-bottom: 24px; line-height: 1.2; }
.footer-nav { display: flex; flex-direction: column; gap: 10px; }
.footer-nav__item a, .footer-nav__toggle { font-family: var(--font-body); font-size: 17px; font-weight: 500; color: #fff; display: inline-flex; align-items: center; gap: 8px; transition: color .3s; }
.footer-nav__item a:hover, .footer-nav__toggle:hover { color: var(--magenta); }
.footer-nav__caret { width: .7em; height: .7em; transition: transform .3s; }
.footer-nav__toggle[aria-expanded="true"] .footer-nav__caret { transform: rotate(180deg); }
.footer-nav__sub { display: none; flex-direction: column; gap: 6px; padding: 10px 0 4px 14px; }
.footer-nav__item--has-sub.is-open .footer-nav__sub { display: flex; }
.footer-nav__sub a { font-size: 16px; font-weight: 400; }
.footer__col--map { display: flex; flex-direction: column; gap: 20px; padding-left: 50px; }
.footer__map iframe { width: 100%; height: 245px; border: 0; filter: saturate(0); display: block; }
.footer-bottom {
  min-height: 75px; background: #fff; color: var(--ink);
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding: 14px 35px;
}
.footer-bottom__links { display: flex; flex-direction: column; gap: 2px; font-family: var(--font-body); font-size: 15px; font-weight: 500; }
.footer-bottom__links a { color: var(--magenta); }
.footer-bottom__links a:hover { color: var(--ink); }
.footer-bottom__copy { font-family: var(--font-body); font-size: 16px; font-weight: 500; color: var(--ink); margin: 0; text-align: right; }
.footer-bottom__copy a { color: var(--magenta); }
.footer-bottom__copy a:hover { color: var(--ink); }
@media (max-width: 1024px) {
  .footer { grid-template-columns: 1fr 1fr; gap: 40px 30px; padding: 40px var(--gutter-sm); }
  .footer__col--map { padding-left: 0; grid-column: 1 / -1; }
}
@media (max-width: 767px) {
  .footer { grid-template-columns: 1fr; gap: 40px; }
  .footer__col--brand { align-items: center; text-align: center; }
  .footer__blurb { font-size: 16px; }
  .footer__col--plan, .footer__col--contact { text-align: center; }
  .footer-nav { align-items: center; }
  .footer-nav__sub { align-items: center; padding-left: 0; }
  .icon-list--footer { align-items: center; }
  .footer__col--map { align-items: center; text-align: center; }
  .footer-bottom { justify-content: center; text-align: center; padding: 20px var(--gutter-sm); }
  .footer-bottom__links { align-items: center; }
  .footer-bottom__copy { text-align: center; }
}

/* ==========================================================================
   Sélecteur de langue flottant (bas droite, style GTranslate float)
   ========================================================================== */
.lang { position: fixed; right: 20px; bottom: 20px; z-index: 90; font-family: var(--font-body); }
.lang__button {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 12px; background: #fff; color: #222; border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0,0,0,.2); font-size: 16px; font-weight: 600;
  transition: box-shadow .3s;
}
.lang__button:hover { box-shadow: 0 4px 16px rgba(0,0,0,.28); }
.lang__flag { display: inline-flex; width: 24px; height: 16px; border-radius: 2px; overflow: hidden; box-shadow: 0 0 0 1px rgba(0,0,0,.1); }
.lang__flag svg { width: 100%; height: 100%; display: block; }
.lang__chevron { width: .9em; height: .9em; transform: rotate(180deg); transition: transform .3s; }
.lang__button[aria-expanded="true"] .lang__chevron { transform: rotate(0); }
.lang__menu {
  position: absolute; right: 0; bottom: calc(100% + 8px); min-width: 170px;
  background: #fff; border-radius: 4px; box-shadow: 0 6px 24px rgba(0,0,0,.2); padding: 6px 0;
  display: none;
}
.lang.is-open .lang__menu { display: block; }
.lang__option { display: flex; align-items: center; gap: 10px; padding: 9px 14px; color: #222; font-size: 15px; font-weight: 500; }
.lang__option:hover, .lang__option:focus-visible { background: rgba(1,202,186,.12); color: #222; }
.lang__option.is-current { font-weight: 700; color: var(--magenta); }
@media (max-width: 767px) { .lang { right: 12px; bottom: 12px; } .lang__button { font-size: 14px; padding: 7px 10px; } }

/* ==========================================================================
   Popup avis (remplace le popup Trustindex)
   ========================================================================== */
.reviews {
  position: fixed; right: 20px; bottom: 80px; z-index: 89;
  width: 340px; max-width: calc(100vw - 40px);
  background: #fff; color: var(--ink); border-radius: var(--radius);
  box-shadow: 0 12px 40px rgba(0,0,0,.22); padding: 24px 24px 22px;
  animation: reviewsIn 1.2s var(--ease) both;
}
.reviews[hidden] { display: none; }
@keyframes reviewsIn { from { opacity: 0; transform: translate3d(60px, 0, 0); } to { opacity: 1; transform: none; } }
.reviews__close { position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--grey); transition: background .3s, color .3s; }
.reviews__close:hover { background: rgba(0,0,0,.06); color: var(--magenta); }
.reviews__close .icon { width: 18px; height: 18px; }
.reviews__title { display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 10px; padding-right: 30px; }
.reviews__google { width: 26px; height: 26px; flex: 0 0 auto; }
.reviews__rating { display: flex; align-items: center; gap: 10px; margin: 0 0 10px; font-size: 15px; font-weight: 600; }
.reviews__stars { display: inline-flex; gap: 2px; color: #F5B301; }
.reviews__stars .icon { width: 18px; height: 18px; }
.reviews__text { font-size: 15px; margin: 0 0 16px; line-height: 1.5; }
.reviews__list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; max-height: 220px; overflow-y: auto; }
.reviews__item { padding: 12px; background: #f6f8f9; border-radius: 6px; font-size: 14px; }
.reviews__item-head { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 4px; }
.reviews__stars--small .icon { width: 13px; height: 13px; }
.reviews__item-text { margin: 0; }
.reviews__actions .btn { width: 100%; justify-content: center; }
@media (max-width: 767px) { .reviews { right: 12px; left: 12px; bottom: 70px; width: auto; max-width: none; padding: 20px; } }

/* ==========================================================================
   Lightbox
   ========================================================================== */
.lightbox { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; margin: 0; inset: 0; color: #fff; }
.lightbox::backdrop { background: transparent; }
.lightbox[open] { display: grid; place-items: center; background: rgba(0,0,0,.92); }
.lightbox__figure { margin: 0; max-width: min(1400px, 92vw); max-height: 88vh; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.lightbox__img { max-width: 100%; max-height: 82vh; width: auto; height: auto; object-fit: contain; border-radius: 4px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lightbox__caption { font-size: 14px; color: rgba(255,255,255,.75); }
.lightbox__close, .lightbox__nav { position: fixed; z-index: 2; width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; transition: background .3s; }
.lightbox__close:hover, .lightbox__nav:hover { background: var(--magenta); }
.lightbox__close { top: 16px; right: 16px; }
.lightbox__close .icon { width: 22px; height: 22px; }
.lightbox__nav { top: 50%; transform: translateY(-50%); }
.lightbox__nav .icon { width: 28px; height: 28px; }
.lightbox__nav--prev { left: 16px; }
.lightbox__nav--next { right: 16px; }
.lightbox__counter { position: fixed; bottom: 14px; left: 50%; transform: translateX(-50%); font-size: 13px; color: rgba(255,255,255,.7); margin: 0; }
@media (max-width: 767px) { .lightbox__nav { width: 44px; height: 44px; } .lightbox__nav--prev { left: 6px; } .lightbox__nav--next { right: 6px; } }
