/* QFEF Conversion V2 — 2026-08-27 */

:root{
  --qf-bg:#f6f8fb;
  --qf-card:#fff;
  --qf-ink:#152033;
  --qf-muted:#64748b;
  --qf-line:#e7ebf1;
  --qf-brand:#0f766e;
  --qf-brand-2:#0b5f59;
  --qf-accent:#f59e0b;
  --qf-shadow:0 16px 42px rgba(15,23,42,.09);
  --qf-shadow-sm:0 8px 22px rgba(15,23,42,.07);
  --qf-radius:20px;
}

html{
  scroll-behavior:smooth;
}

body.qf-v2{
  background:var(--qf-bg);
  color:var(--qf-ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  -webkit-font-smoothing:antialiased;
}

body.qf-v2 header,
body.qf-v2 nav{
  backdrop-filter:saturate(150%) blur(12px);
}

body.qf-v2 h1,
body.qf-v2 h2,
body.qf-v2 h3{
  letter-spacing:-.025em;
  text-wrap:balance;
}

body.qf-v2 h1{
  font-size:clamp(2.35rem,6vw,4.75rem);
  line-height:.98;
}

body.qf-v2 h2{
  font-size:clamp(1.65rem,3vw,2.55rem);
  line-height:1.08;
}

body.qf-v2 p{
  line-height:1.72;
}

body.qf-v2 .container{
  width:min(1160px,calc(100% - 34px));
  margin-inline:auto;
}

body.qf-v2 .section{
  padding-block:clamp(44px,7vw,86px);
}


/* ============================================================
   HERO
   ============================================================ */

body.qf-v2 .qf-v2-hero{
  position:relative;
  overflow:hidden;
  border-radius:0 0 34px 34px;
  box-shadow:0 22px 56px rgba(15,23,42,.08);
}

body.qf-v2 .qf-v2-hero img{
  width:100%;
  max-height:620px;
  object-fit:cover;
}

body.qf-v2 .qf-v2-hero p{
  max-width:760px;
  font-size:clamp(1rem,2vw,1.2rem);
}

body.qf-v2 a{
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    opacity .18s ease,
    border-color .18s ease;
}

body.qf-v2 a:focus-visible{
  outline:3px solid rgba(15,118,110,.28);
  outline-offset:3px;
}


/* ============================================================
   HUB CONVERSION
   ============================================================ */

.qf-conversion-hub{
  position:relative;
  z-index:8;
  width:min(1180px,calc(100% - 28px));
  margin:-22px auto 34px;
  padding:0;
  background:transparent;
}

.qf-conversion-inner{
  display:grid;
  grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);
  gap:22px;
  align-items:center;

  padding:22px;

  border:1px solid rgba(255,255,255,.7);
  border-radius:24px;

  background:rgba(255,255,255,.96);

  box-shadow:var(--qf-shadow);

  backdrop-filter:blur(18px);
}

.qf-conversion-copy{
  display:grid;
  gap:5px;
  padding:2px 4px;
}

.qf-conversion-kicker{
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--qf-brand);
}

.qf-conversion-copy strong{
  font-size:clamp(1.08rem,2vw,1.35rem);
  line-height:1.2;
}

.qf-conversion-copy small{
  color:var(--qf-muted);
  line-height:1.45;
}

.qf-conversion-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.qf-conv-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;

  min-height:52px;
  padding:12px 14px;

  border:1px solid var(--qf-line);
  border-radius:15px;

  background:#fff;

  color:var(--qf-ink)!important;
  text-decoration:none!important;

  font-weight:750;
  text-align:center;

  box-shadow:0 3px 10px rgba(15,23,42,.03);
}

.qf-conv-btn:hover{
  transform:translateY(-2px);
  box-shadow:var(--qf-shadow-sm);
  border-color:#cbd5e1;
}

.qf-conv-primary{
  background:
    linear-gradient(
      135deg,
      var(--qf-brand),
      var(--qf-brand-2)
    );

  color:#fff!important;
  border-color:transparent;
}

.qf-conv-car{
  background:#fffaf0;
}


/* ============================================================
   AFFILIATION EXISTANTE
   ============================================================ */

body.qf-v2 .qf-aff-card{
  border:1px solid var(--qf-line)!important;
  border-radius:18px!important;
  background:#fff!important;

  box-shadow:var(--qf-shadow-sm)!important;

  padding:18px!important;
}

body.qf-v2 .qf-aff-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--qf-shadow)!important;
}


/* ============================================================
   GETYOURGUIDE
   ============================================================ */

body.qf-v2 .gyg-wrap{
  overflow:hidden;

  border:1px solid var(--qf-line);
  border-radius:22px;

  background:#fff;

  box-shadow:var(--qf-shadow-sm);

  padding:12px;
}

body.qf-v2 .qf-v2-activities{
  scroll-margin-top:84px;
}

body.qf-v2 .qf-v2-activities .container,
body.qf-v2 .qf-v2-stay .container,
body.qf-v2 .qf-v2-car .container{
  border-radius:24px;
}


/* ============================================================
   HOTEL + VOITURE
   ============================================================ */

body.qf-v2 .qf-v2-stay .discover,
body.qf-v2 .qf-v2-car .discover{
  border:1px solid var(--qf-line);
  border-radius:22px;

  background:#fff;

  box-shadow:var(--qf-shadow-sm);

  padding:clamp(20px,4vw,34px);
}

body.qf-v2 .qf-v2-stay .btn,
body.qf-v2 .qf-v2-car .btn,
body.qf-v2 a.btn{
  border-radius:13px;

  min-height:48px;

  padding:12px 18px;

  font-weight:750;
}

body.qf-v2 .qf-v2-stay .btn{
  background:var(--qf-brand);
  color:#fff;
  border-color:var(--qf-brand);
}


/* ============================================================
   FAQ
   ============================================================ */

body.qf-v2 details{
  border:1px solid var(--qf-line);
  border-radius:16px;

  background:#fff;

  box-shadow:0 4px 14px rgba(15,23,42,.035);

  padding:0 18px;
  margin:10px 0;
}

body.qf-v2 details summary{
  cursor:pointer;
  font-weight:750;
  padding:17px 0;
}

body.qf-v2 details p{
  color:#475569;
  margin-top:0;
  padding-bottom:16px;
}

body.qf-v2 .dark{
  border-radius:28px;
}

body.qf-v2 .soft{
  background:#eef3f6;
}


/* Texte dupliqué / artefact générateur */

.qf-v2-duplicate{
  display:none!important;
}


/* ============================================================
   TABLETTE
   ============================================================ */

@media (max-width:900px){

  .qf-conversion-inner{
    grid-template-columns:1fr;
  }

  .qf-conversion-actions{
    grid-template-columns:1fr 1fr;
  }

  .qf-conv-car{
    grid-column:1/-1;
  }
}


/* ============================================================
   MOBILE
   ============================================================ */

.qf-mobile-dock{
  display:none;
}

@media (max-width:700px){

  body.qf-v2{
    padding-bottom:72px;
  }

  body.qf-v2 .container{
    width:min(100% - 22px,1160px);
  }

  body.qf-v2 .section{
    padding-block:38px;
  }

  body.qf-v2 .qf-v2-hero{
    border-radius:0 0 24px 24px;
  }

  .qf-conversion-hub{
    width:calc(100% - 18px);
    margin:-14px auto 22px;
  }

  .qf-conversion-inner{
    padding:15px;
    border-radius:19px;
    gap:14px;
  }

  .qf-conversion-copy small{
    font-size:.78rem;
  }

  .qf-conversion-actions{
    grid-template-columns:1fr;
  }

  .qf-conv-car{
    grid-column:auto;
  }

  .qf-conv-btn{
    min-height:50px;
  }

  .qf-mobile-dock{
    position:fixed;

    display:grid;
    grid-template-columns:1.35fr 1fr;

    gap:8px;

    left:10px;
    right:10px;

    bottom:max(10px,env(safe-area-inset-bottom));

    z-index:9999;

    padding:8px;

    border:1px solid rgba(226,232,240,.9);
    border-radius:17px;

    background:rgba(255,255,255,.96);

    box-shadow:0 18px 45px rgba(15,23,42,.22);

    backdrop-filter:blur(16px);
  }

  .qf-mobile-dock a{
    display:flex;
    align-items:center;
    justify-content:center;

    min-height:46px;

    border-radius:12px;

    text-decoration:none!important;

    font-weight:800;

    color:var(--qf-ink)!important;

    background:#f1f5f9;
  }

  .qf-mobile-dock .qf-mobile-primary{
    background:var(--qf-brand);
    color:#fff!important;
  }
}


@media (prefers-reduced-motion:reduce){

  *{
    scroll-behavior:auto!important;
    transition:none!important;
  }
}
/* QFEF V3 */
.qf-v3-pills{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px}
.qf-v3-pill{padding:6px 10px;border:1px solid #dfe7eb;border-radius:999px;background:#f8fafc;color:#475569;font-size:.76rem;font-weight:800}

.qf-v3-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:min(1180px,calc(100% - 28px));margin:-18px auto 32px}
.qf-v3-trust>div{padding:14px 16px;border:1px solid var(--qf-line);border-radius:16px;background:#fff;box-shadow:0 5px 18px rgba(15,23,42,.045)}
.qf-v3-trust strong{display:block;margin-bottom:2px}
.qf-v3-trust small{color:var(--qf-muted);line-height:1.35}

.qf-v3-tag{display:inline-flex;margin-bottom:8px;padding:5px 9px;border-radius:999px;background:#eef6f5;color:var(--qf-brand);font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}

.qf-v3-stay{border:1px solid #dce7e5!important;background:linear-gradient(135deg,#f7fffd,#fff)!important}

.qf-v3-urban .qf-conv-car{display:none!important}
.qf-v3-urban .qf-conversion-actions{grid-template-columns:1fr 1fr}

body.qf-v2 section li:not(nav li){
  margin:9px 0;
  padding:11px 14px;
  border:1px solid #edf0f4;
  border-radius:13px;
  background:rgba(255,255,255,.78)
}

@media(max-width:900px){
  .qf-v3-trust{grid-template-columns:1fr;margin-top:-12px}
}

@media(max-width:700px){
  .qf-v3-trust{width:calc(100% - 18px);gap:7px}
  .qf-v3-urban .qf-conversion-actions{grid-template-columns:1fr}
}

/* ============================================================
   QFEF V3.2 — RESPIRATION / BLOCS / HOME
   ============================================================ */

/* Plus aucun chevauchement avec le bloc supérieur */
.qf-conversion-hub{
    margin:32px auto 38px!important;
}

/* Le bloc confiance ne remonte plus sur le précédent */
.qf-v3-trust{
    margin:0 auto 42px!important;
}

/* Respiration avant les activités */
body.qf-v2 .qf-v2-activities{
    margin-top:28px!important;
}

/* Badge activités clairement séparé du titre */
body.qf-v2 .qf-v2-activities .qf-v3-tag{
    display:inline-flex!important;
    width:auto!important;
    margin:0 0 12px 0!important;
}

/* Si badge immédiatement suivi du titre */
body.qf-v2 .qf-v2-activities .qf-v3-tag + h2,
body.qf-v2 .qf-v2-activities .qf-v3-tag + h3{
    margin-top:0!important;
}

/* HOME : encore un peu plus d'air après le hero */
body.qf-v2-home .qf-conversion-hub{
    margin-top:36px!important;
}

/* Les blocs déplacés gardent une vraie séparation */
body.qf-v2 .qf-v2-stay{
    margin-top:28px!important;
}

body.qf-v2 .qf-v2-car{
    margin-top:24px!important;
}


/* MOBILE */
@media(max-width:700px){

    .qf-conversion-hub{
        margin:20px auto 26px!important;
    }

    body.qf-v2-home .qf-conversion-hub{
        margin-top:22px!important;
    }

    .qf-v3-trust{
        margin:0 auto 30px!important;
    }

    body.qf-v2 .qf-v2-activities{
        margin-top:18px!important;
    }

    body.qf-v2 .qf-v2-activities .qf-v3-tag{
        margin-bottom:9px!important;
    }
}

/* ============================================================
   QFEF V3.3 — BADGE + SECTIONS DARK RESPIRANTES
   ============================================================ */


/* ------------------------------------------------------------
   BADGE ACTIVITES : VRAIE LIGNE SEPAREE
   ------------------------------------------------------------ */

.qf-v3-tag-row{
    display:block!important;
    width:100%!important;
    margin:0 0 14px 0!important;
    padding:0!important;
}

body.qf-v2 .qf-v3-tag-row .qf-v3-tag{
    display:inline-flex!important;
    width:max-content!important;
    margin:0!important;
    padding:6px 10px!important;
    line-height:1.15!important;
}

body.qf-v2 .qf-v3-tag-row + h2,
body.qf-v2 .qf-v3-tag-row + h3{
    display:block!important;
    clear:both!important;
    margin-top:0!important;
}


/* Ancienne situation éventuelle */
body.qf-v2 .qf-v3-tag + h2,
body.qf-v2 .qf-v3-tag + h3{
    margin-top:14px!important;
}


/* ------------------------------------------------------------
   BLOCS BLEU MARINE : PLUS JAMAIS COLLES AUX BORDS
   ------------------------------------------------------------ */

body.qf-v2 section.dark{
    width:min(1180px,calc(100% - 36px))!important;

    margin-left:auto!important;
    margin-right:auto!important;
    margin-top:34px!important;
    margin-bottom:34px!important;

    border-radius:28px!important;
    overflow:hidden!important;

    box-shadow:
        0 18px 48px rgba(15,23,42,.12)!important;
}


/* Plus d'air à l'intérieur du bleu marine */
body.qf-v2 section.dark > .container{
    padding-left:10px!important;
    padding-right:10px!important;
}


/* Espace clair avant/après activités */
body.qf-v2 .qf-v2-activities{
    margin-top:34px!important;
    margin-bottom:34px!important;
}


/* ------------------------------------------------------------
   HOME
   ------------------------------------------------------------ */

body.qf-v2-home section.dark{
    margin-top:38px!important;
    margin-bottom:42px!important;
}


/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media(max-width:700px){

    body.qf-v2 section.dark{
        width:calc(100% - 16px)!important;

        margin-top:22px!important;
        margin-bottom:24px!important;

        border-radius:20px!important;
    }

    body.qf-v2 section.dark > .container{
        width:calc(100% - 20px)!important;
        padding-left:0!important;
        padding-right:0!important;
    }

    .qf-v3-tag-row{
        margin-bottom:10px!important;
    }

    body.qf-v2 .qf-v2-activities{
        margin-top:24px!important;
        margin-bottom:26px!important;
    }
}


/* ============================================================
   QFEF V3.6 — MOBILITE + PRODUITS + CONVERSION
   ============================================================ */


/* ------------------------------------------------------------
   MOBILITE
   ------------------------------------------------------------ */

.qf-v36-mobility-choices{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    width:100%;
    margin-top:18px;
}

.qf-v36-choice{
    display:flex!important;
    flex-direction:column;
    justify-content:center;

    min-height:78px;
    padding:14px 16px;

    border:1px solid var(--qf-line);
    border-radius:16px;

    background:#fff;

    color:var(--qf-ink)!important;
    text-decoration:none!important;

    box-shadow:0 5px 15px rgba(15,23,42,.045);
}

.qf-v36-choice:hover{
    transform:translateY(-2px);
    box-shadow:var(--qf-shadow-sm);
}

.qf-v36-choice strong{
    display:block;
    font-size:.98rem;
}

.qf-v36-choice small{
    display:block;
    margin-top:3px;

    color:var(--qf-muted);
    line-height:1.35;
}

.qf-v36-choice-primary{
    border-color:#cfe2df;
    background:#f6fffd;
}

.qf-v36-hide-old-car{
    display:none!important;
}


/* Ville : la voiture devient secondaire */

.qf-v36-mobility-low{
    opacity:.93;
}

.qf-v36-mobility-low .discover{
    background:#f8fafc!important;
    box-shadow:none!important;
}


/* Petite commune / road trip */

.qf-v36-mobility-high .discover{
    border-color:#dbe8e5!important;
}


/* ------------------------------------------------------------
   AMAZON — ANCIENNES CARTES GENERIQUES
   ------------------------------------------------------------ */

.qf-v36-old-amazon{
    display:none!important;
}


/* ------------------------------------------------------------
   KIT CONTEXTUEL
   ------------------------------------------------------------ */

.qf-v36-kit{
    width:min(1180px,calc(100% - 36px));

    margin:34px auto;
    padding:0!important;

    border:1px solid var(--qf-line);
    border-radius:26px;

    background:#fff;

    box-shadow:var(--qf-shadow-sm);

    overflow:hidden;
}

.qf-v36-kit > .container{
    width:100%!important;
    padding:clamp(24px,4vw,38px);
}

.qf-v36-kicker{
    display:inline-flex;

    margin-bottom:9px;
    padding:6px 10px;

    border-radius:999px;

    background:#f1f5f9;

    color:#475569;

    font-size:.72rem;
    font-weight:850;
    letter-spacing:.06em;
    text-transform:uppercase;
}

.qf-v36-kit h2{
    margin-top:0;
    margin-bottom:8px;
}

.qf-v36-kit-intro{
    max-width:720px;

    margin-top:0;
    margin-bottom:22px;

    color:var(--qf-muted);
}

.qf-v36-product-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
}

.qf-v36-product{
    display:flex;
    gap:13px;

    min-height:142px;

    padding:17px;

    border:1px solid var(--qf-line);
    border-radius:18px;

    background:#fbfcfd;

    color:var(--qf-ink)!important;
    text-decoration:none!important;

    box-shadow:0 4px 14px rgba(15,23,42,.035);
}

.qf-v36-product:hover{
    transform:translateY(-3px);

    background:#fff;

    box-shadow:var(--qf-shadow-sm);
}

.qf-v36-product-icon{
    display:flex;
    align-items:center;
    justify-content:center;

    flex:0 0 44px;

    width:44px;
    height:44px;

    border-radius:13px;

    background:#fff;

    font-size:1.5rem;

    box-shadow:0 3px 10px rgba(15,23,42,.05);
}

.qf-v36-product strong{
    display:block;
    margin-bottom:5px;
}

.qf-v36-product small{
    display:block;

    color:var(--qf-muted);
    line-height:1.4;
}

.qf-v36-product b{
    display:block;

    margin-top:10px;

    color:var(--qf-brand);

    font-size:.82rem;
}


/* ------------------------------------------------------------
   DOCK MOBILE 3 CTA
   ------------------------------------------------------------ */

.qf-mobile-dock.qf-v36-mobile-three{
    grid-template-columns:1.15fr 1fr 1fr;
}

.qf-v36-mobile-car{
    background:#fff8eb!important;
}


/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media(max-width:800px){

    .qf-v36-product-grid{
        grid-template-columns:1fr;
    }

    .qf-v36-product{
        min-height:auto;
    }
}

@media(max-width:700px){

    .qf-v36-kit{
        width:calc(100% - 16px);
        margin:24px auto;

        border-radius:20px;
    }

    .qf-v36-kit > .container{
        padding:20px 16px;
    }

    .qf-v36-mobility-choices{
        grid-template-columns:1fr;
    }

    .qf-mobile-dock.qf-v36-mobile-three a{
        font-size:.76rem;
    }
}


/* ============================================================
   QFEF V3.7 — NETTOYAGE CONVERSION
   ============================================================ */

.qf-v37-hidden{
    display:none!important;
}


/* Hébergement prioritaire */

.qf-v37-stay-priority{
    position:relative;
    z-index:2;

    margin-top:28px!important;
    margin-bottom:30px!important;
}


/* Voiture secondaire dans les grandes villes */

.qf-v37-urban-car{
    width:min(1180px,calc(100% - 36px));

    margin:22px auto 38px!important;

    border:1px solid #e2e8f0!important;
    border-radius:20px!important;

    background:#f8fafc!important;

    box-shadow:none!important;
}

.qf-v37-urban-car > .container{
    padding:20px 24px!important;
}

.qf-v37-urban-car h2,
.qf-v37-urban-car h3{
    margin-bottom:6px!important;

    font-size:1.15rem!important;
}

.qf-v37-urban-car p{
    margin-bottom:12px!important;

    font-size:.94rem;
    color:#64748b;
}

.qf-v37-urban-car a{
    font-size:.9rem;
}


/* Expedia plus visible */

.qf-v37-stay-priority
a[href*="expedia.com/affiliate"]{
    font-weight:800;
}


/* MOBILE */

@media(max-width:700px){

    .qf-v37-urban-car{
        width:calc(100% - 16px);

        margin:18px auto 26px!important;

        border-radius:17px!important;
    }

    .qf-v37-urban-car > .container{
        padding:17px!important;
    }

}

