.fa-solid,.fa-regular,.fa,.fa-brands{display:inline-flex;vertical-align:middle}.fa-solid::before,.fa-regular::before,.fa::before,.fa-brands::before{content:'';display:inline-block;width:1em;height:1em;background:currentColor;vertical-align:-0.125em;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.fa-magnifying-glass::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20512%20512%27%3E%3Cpath%20d%3D%27M416%20208c0%2045.9-14.9%2088.3-40%20122.7L502.6%20457.4c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200L330.7%20376c-34.4%2025.2-76.8%2040-122.7%2040C93.1%20416%200%20322.9%200%20208S93.1%200%20208%200S416%2093.1%20416%20208zM208%20352a144%20144%200%201%200%200-288%20144%20144%200%201%200%200%20288z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20512%20512%27%3E%3Cpath%20d%3D%27M416%20208c0%2045.9-14.9%2088.3-40%20122.7L502.6%20457.4c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200L330.7%20376c-34.4%2025.2-76.8%2040-122.7%2040C93.1%20416%200%20322.9%200%20208S93.1%200%20208%200S416%2093.1%20416%20208zM208%20352a144%20144%200%201%200%200-288%20144%20144%200%201%200%200%20288z%27%2F%3E%3C%2Fsvg%3E")}.fa-xmark::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20384%20512%27%3E%3Cpath%20d%3D%27M342.6%20150.6c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L192%20210.7%2086.6%20105.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L146.7%20256%2041.4%20361.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L192%20301.3%20297.4%20406.6c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3L237.3%20256%20342.6%20150.6z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20384%20512%27%3E%3Cpath%20d%3D%27M342.6%20150.6c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L192%20210.7%2086.6%20105.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L146.7%20256%2041.4%20361.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L192%20301.3%20297.4%20406.6c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3L237.3%20256%20342.6%20150.6z%27%2F%3E%3C%2Fsvg%3E")}

:root {
    --primary-color: #6b21a8; 
    --text-main: #000;
    --text-muted: #4b5563;
    --bg-card: #fff;
    --border-color: #e5e7eb;
    --highlight-bg: #faf5ff; 
    --brand-orange-color: #b56529;
    --color-primary: #955914; 
    --color-text: #000000;
    --bg-light: #f8f9fa;
    --shadow-md: 0 10px 15px -3px rgb(0 0 0 / 0.07), 0 4px 6px -4px rgb(0 0 0 / 0.05);
    --radius-md: 14px;
    --transition-smooth: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    --c-primary: #059669;
    --c-primary-light: #a7f3d0;
    --c-accent: #f59e0b;
    --c-bg-page: #f8fafc;
    --c-txt-title: #000;
    --reviews-per-view: 1;
  }
  @media (min-width: 768px) { :root { --reviews-per-view: 2; } } 
  @media (min-width: 1024px) { :root { --reviews-per-view: 3; } }

  *, *::before, *::after { box-sizing: border-box; }
  .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  html { scroll-behavior: smooth; }
  .text-brand-orange { color: var(--brand-orange-color) !important; }
  .custom-heavy-shadow { box-shadow: 8px 12px 20px 10px rgb(0 0 0 / 0.95) !important; }

  /* --- NAVIGATION --- */
  .main-navigation, .lang-dropdown {
    --nav-bg: #4A676A; --nav-text: #f4f4f4; --nav-hover: #C1D0D0;
    --nav-btn-bg: #955914; --nav-btn-text: #ffffff; --nav-item-bg: #4A676A; 
    --nav-content-bg: #3a5153; --nav-transition-slow: 800ms cubic-bezier(0.86, 0, 0.07, 1);
    --nav-transition-bounce: 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navigation__button { position: fixed; top: 1.5rem; right: 1.5rem; height: 5rem; width: 5rem; background-color: var(--nav-btn-bg); border-radius: 50%; z-index: 300; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2); cursor: pointer; display: flex; align-items: center; justify-content: center; }
  #nav-toggle:focus-visible ~ .navigation__button { outline: 3px solid var(--nav-bg); outline-offset: 4px; }
  .navigation__background { position: fixed; top: 2.5rem; right: 2.5rem; height: 3rem; width: 3rem; border-radius: 50%; background: var(--nav-bg); z-index: 100; transition: transform var(--nav-transition-slow); }
  #nav-toggle:checked ~ .navigation__background { transform: scale(80); opacity: 0.9; }
  #nav-toggle:checked ~ .navigation__nav { width: 100%; visibility: visible; opacity: 1; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
  .navigation__icon, .navigation__icon::before, .navigation__icon::after { display: inline-block; width: 2.2rem; height: 2px; background-color: var(--nav-btn-text); }
  .navigation__icon { position: relative; }
  .navigation__icon::before, .navigation__icon::after { content: ''; position: absolute; left: 0; transition: all 200ms ease; }
  .navigation__icon::before { top: -0.8rem; } .navigation__icon::after { top: 0.8rem; }
  .navigation__button:hover .navigation__icon::before { top: -1rem; }
  .navigation__button:hover .navigation__icon::after { top: 1rem; }
  #nav-toggle:checked ~ .navigation__button .navigation__icon { background-color: transparent; }
  #nav-toggle:checked ~ .navigation__button .navigation__icon::before { top: 0; transform: rotate(135deg); }
  #nav-toggle:checked ~ .navigation__button .navigation__icon::after { top: 0; transform: rotate(-135deg); }
  .navigation__nav { position: fixed; inset: 0; height: 100dvh; width: 0; opacity: 0; visibility: hidden; z-index: 200; display: flex; flex-direction: column; align-items: center; transition: all var(--nav-transition-bounce); overflow-x: hidden; overflow-y: auto; padding: 7.5rem 0 3rem; }
  @supports not (height: 100dvh) { .navigation__nav { height: 100vh; } }
  .navigation__list { width: 90%; max-width: 700px; list-style: none; padding: 0; margin: auto 0; }
  .navigation__item { margin-bottom: 1rem; background-color: var(--nav-item-bg); border-radius: 8px; overflow: hidden; }
  .navigation__link { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 2rem; text-transform: uppercase; color: var(--nav-text); font-size: 1.25rem; font-family: system-ui, -apple-system, sans-serif; letter-spacing: 1px; text-decoration: none; cursor: pointer; transition: background-color 0.2s ease, color 0.2s ease; margin: 0;}
  .navigation__link:hover { background-color: rgba(255, 255, 255, 0.1); color: var(--nav-hover); }
  .navigation__item input[type="checkbox"]:focus-visible ~ .navigation__link { outline: 2px dashed var(--nav-btn-bg); outline-offset: -4px; }
  .navigation__link::after { content: "\25b6"; font-size: 0.8em; transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); will-change: transform; }
  .navigation__item input[type="checkbox"]:checked ~ .navigation__link::after { transform: rotate(90deg); }
  .navigation__item > a.navigation__link::after { display: none; }
  .tab-content { max-height: 0; opacity: 0; visibility: hidden; background-color: var(--nav-content-bg); transition: max-height 0.4s cubic-bezier(0, 1, 0, 1), opacity 0.3s ease, visibility 0.4s; }
  .tab-content p, .tab-content ul { margin: 0; color: var(--nav-text); font-size: 1rem; line-height: 1.6; }
  .navigation__item input[type="checkbox"]:checked ~ .tab-content { max-height: 1000px; opacity: 1; visibility: visible; transition: max-height 0.6s ease-in-out, opacity 0.4s ease, visibility 0s; }

  /* --- MENU LANGUES --- */
  .lang-dropdown { position: relative; font-family: system-ui, -apple-system, sans-serif; z-index: 300; }
  .lang-dropdown__button { background-color: var(--nav-btn-bg); color: var(--nav-btn-text); padding: 0.6rem 1.2rem; border-radius: 30px; font-size: 1.1rem; font-weight: 700; box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15); cursor: pointer; display: flex; align-items: center; gap: 0.5rem; margin: 0; transition: all 0.3s ease; }
  .lang-dropdown__icon { font-size: 0.7rem; transition: transform 0.3s ease; }
  #lang-toggle:checked ~ .lang-dropdown__button .lang-dropdown__icon { transform: rotate(180deg); }
  #lang-toggle:focus-visible ~ .lang-dropdown__button { outline: 3px solid var(--nav-bg); outline-offset: 2px; }
  .lang-dropdown__list { position: absolute; top: calc(100% + 15px); left: 1rem; background-color: var(--nav-bg); border-radius: 8px; padding: 0.5rem 0; min-width: 180px; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  #lang-toggle:checked ~ .lang-dropdown__list { opacity: 1; visibility: visible; transform: translateY(0); }
  .lang-dropdown__list li a { display: block; padding: 0.8rem 1.5rem; color: var(--nav-text); text-decoration: none; font-size: 1rem; transition: background-color 0.2s, color 0.2s; }
  .lang-dropdown__list li a:hover { background-color: var(--nav-item-bg); color: var(--nav-hover); }

  @media screen and (min-width: 768px) {
    .navigation__button { top: 4rem; right: 4rem; height: 7rem; width: 7rem; }
    .navigation__background { top: 6rem; right: 6rem; height: 6rem; width: 6rem; }
    .navigation__icon, .navigation__icon::before, .navigation__icon::after { width: 3rem; }
    .navigation__nav { padding-top: 12rem; }
  }
  @media screen and (min-width: 1024px) {
    .navigation__nav { padding-top: 2rem; }
    .navigation__list { margin-top: 0; }
  }

  /* --- HERO SECTION --- */
  .hero-camping-layout { position: relative; width: 100vw; left: 50%; transform: translateX(-50%); background-color: #000; overflow: hidden; justify-content: flex-start !important; }
  @media (min-width: 768px) { .hero-camping-layout { min-height: 100dvh; justify-content: space-between !important; } }
  .hero-image { position: relative; width: 100%; height: 45vh; min-height: 300px; object-fit: cover; z-index: 1; }
  @media (min-width: 768px) { .hero-image { position: absolute; inset: 0; height: 100%; z-index: 0; pointer-events: none; } }
  .hero-top-panel, .hero-bottom-panel { background-color: rgba(255, 255, 255, 0.88); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.6); width: 100%; z-index: 2; position: relative; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  .hero-top-panel { border-radius: 0 0 30px 30px; border-top: none; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); }
  .hero-bottom-panel { border-radius: 30px 30px 0 0; border-bottom: none; box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .hero-top-panel, .hero-bottom-panel { width: 90%; max-width: 1100px; }
    .hero-top-panel { margin-top: 1.5rem; border-radius: 20px 20px 50% 50% / 20px 20px 50px 50px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); padding-bottom: 3.5rem !important; }
    .hero-bottom-panel { margin-bottom: 1.5rem; border-radius: 50% 50% 20px 20px / 50px 50px 20px 20px; box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.12); padding-top: 3.5rem !important; }
  }
  @media (min-width: 1200px) {
    .hero-top-panel { border-radius: 30px 30px 45% 45% / 30px 30px 70px 70px; }
    .hero-bottom-panel { border-radius: 45% 45% 30px 30px / 70px 70px 30px 30px; }
  }
  .hero-title { font-size: clamp(1.3rem, 2.8vw, 2.4rem); line-height: 1.2; }
  .hero-subtitle { font-size: clamp(1rem, 1.8vw, 1.6rem); font-weight: 600; }
  .hero-address { font-size: 1.05rem; line-height: 1.45; }
  .hero-slogan { font-size: 1.65rem; line-height: 1.5; }
  .hero-insurance, .hero-phone a { font-size: 1.1rem; }

  /* --- STRUCTURE COMMUNE --- */
  .decorated-title { color: var(--color-primary); font-size: clamp(2rem, 4vw, 2.88rem); font-weight: 700; display: flex; flex-direction: column; align-items: center; gap: 12px; margin: 0 0 2.5rem 0; text-align: center; width: 100%; }
  .decorated-title::before, .decorated-title::after { content: ""; width: 60px; height: 3px; background-color: var(--color-primary); border-radius: 2px; }
  .text-content { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .text-content h3 { color: var(--color-text); font-size: clamp(1.5rem, 2.5vw, 2.38rem); font-weight: 700; margin: 0 0 1.5rem 0; }
  .text-content p, .text-content ul { color: var(--color-text); font-size: clamp(1rem, 1.5vw, 1.13rem); line-height: 1.6; margin: 0 0 1.25rem 0; }
  .text-content ul { padding-left: 0; list-style-position: inside; }
  .text-content li { margin-bottom: 0.5rem; position: relative; padding-left: 25px; list-style-type: none; text-align: left;}
  .text-content ul li::before { content: '✓'; position: absolute; left: 0; color: var(--color-primary); font-weight: bold; }
  .text-content a:not(.cta) { color: var(--color-primary); text-decoration: underline; font-weight: 500; }
  .camping-section { padding: 4rem 1.5rem; margin: 0 auto; display: flex; flex-direction: column; align-items: center; max-width: 1200px; }
  .camping-section.bg-light { background-color: var(--bg-light); border-radius: var(--radius-md); }

  /* --- BOUTONS (CTA) --- */
  .cta, .cta * { box-sizing: border-box; }
  .wrapper { display: flex; justify-content: center; margin-bottom: 10px; }
  .cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 25px; text-decoration: none; font-size: 1.125rem; color: #fff; background: var(--color-primary); box-shadow: 6px 6px 0 #000; transform: skewX(-15deg); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; --p1-trans: translateX(-60%); --p2-trans: translateX(-30%); --p1-anim: none; --p2-anim: none; --p3-anim: none; }
  .cta-text, .cta-icon-wrapper { transform: skewX(15deg); }
  .cta:focus-visible { outline: 3px solid #FBC638; outline-offset: 4px; }
  .cta:focus:not(:focus-visible) { outline: none; }
  .cta:hover, .cta:focus-visible { box-shadow: 10px 10px 0 #FBC638; --p1-trans: translateX(0); --p2-trans: translateX(0); --p1-anim: color_anim 1s infinite 0.6s; --p2-anim: color_anim 1s infinite 0.4s; --p3-anim: color_anim 1s infinite 0.2s; }
  .cta-text::before { content: "👉 "; margin-right: 5px; transition: padding-right 0.3s ease; }
  .cta-text::after { content: " 👈"; margin-left: 5px; }
  .cta:hover .cta-text::before, .cta:focus-visible .cta-text::before { padding-right: 10px; }
  .cta-icon-wrapper { width: 66px; height: 43px; margin-left: 10px; transition: margin-right 0.5s ease; display: flex; }
  .cta:hover .cta-icon-wrapper, .cta:focus-visible .cta-icon-wrapper { margin-right: 15px; }
  .cta-icon { width: 100%; height: 100%; }
  .path-one, .path-two { transition: transform 0.4s ease; }
  .path-one { transform: var(--p1-trans); animation: var(--p1-anim); }
  .path-two { transform: var(--p2-trans); animation: var(--p2-anim); }
  .path-three { animation: var(--p3-anim); }
  @keyframes color_anim { 0%, 100% { fill: white; } 50% { fill: #f43319; } }

  .wrapper.resa-flottant { display: flex; justify-content: center; position: fixed; bottom: 20px; left: 0; width: 100%; margin-bottom: 10px; z-index: 9999; pointer-events: none; transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; }
  .resa-flottant .cta { pointer-events: auto; }
  html:has(#nav-toggle:checked) .resa-flottant { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(20px); }
  @media screen and (max-width: 768px) {
    .resa-flottant { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); padding: 15px 20px !important; box-shadow: 0 -4px 20px rgba(0,0,0,0.15) !important; bottom: 0 !important; }
    .resa-flottant .cta { width: 100% !important; max-width: 400px; background-color: #955914 !important; color: #ffffff !important; border-radius: 8px !important; font-size: 1.1rem !important; padding: 12px 20px !important; border: none !important; }
    body { padding-bottom: 80px !important; }
  }

  /* --- TARIFS --- */
  .season-low { --theme-color: #3b82f6; }
  .season-medium { --theme-color: #8b5cf6; }
  .season-high { --theme-color: var(--c-accent); }
  .pricing-section { max-width: 1400px; margin: 0 auto; padding: 4rem 1.5rem; color: #334155; background: var(--c-bg-page); scroll-margin-top: 40px; }
  .pricing-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; gap: 2rem; padding: 15px 0 40px; }
  .tarif-box { box-sizing: border-box; background: #fff; border-radius: 20px; padding: 2.5rem 2rem 1.5rem; display: flex; flex-direction: column; position: relative; border: 1px solid var(--theme-color); transition: all .4s cubic-bezier(.25, .8, .25, 1); box-shadow: 21px 21px 10px rgba(0, 0, 0, .6); flex: 1 1 270px; max-width: 340px; }
  .tarif-box:hover { transform: translateY(-8px); box-shadow: 25px 25px 15px rgba(0, 0, 0, .5); }
  .tarif-box.highlight { border-width: 2px; box-shadow: 21px 21px 10px rgba(0, 0, 0, .8); z-index: 1; }
  .badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: var(--theme-color); color: #fff; padding: .5rem 1.5rem; border-radius: 99px; font-weight: 700; font-size: .85rem; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 4px 6px rgba(245, 158, 11, .3); white-space: nowrap; }
  .box-toggle-btn { appearance: none; background: transparent; border: none; font-family: inherit; width: 100%; padding: 0; margin: 0; cursor: pointer; display: flex; flex-direction: column; align-items: center; color: inherit; }
  .box-toggle-btn:focus-visible { outline: 2px dashed var(--theme-color); outline-offset: 4px; border-radius: 8px; }
  .period { display: block; background-color: var(--theme-color); color: #fff; text-align: center; margin: 0 0 1rem; padding: .75rem 1rem; border-radius: 12px; font-size: 1.2rem; line-height: 1.4; width: 100%; }
  .period time { color: #fff; font-weight: 700; }
  .offer-type { text-align: center; color: var(--c-txt-title); text-transform: uppercase; font-size: .85rem; letter-spacing: 1px; padding-bottom: 1rem; border-bottom: 1px solid var(--theme-color); width: 100%; margin: 0; display: flex; flex-direction: column; align-items: center; gap: 8px; }
  .offer-title { font-weight: 700; }
  .offer-details-text { font-size: 0.75rem; text-transform: none; letter-spacing: normal; color: var(--theme-color); font-weight: 600; font-style: italic; margin-top: 4px; }
  .offer-details-text::before { content: "Voir les détails de l'offre"; }
  .tarif-box.is-open .offer-details-text::before { content: "Masquer les détails"; }
  .box-arrow { color: var(--theme-color); transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); margin-top: -4px; }
  .tarif-box.is-open .box-arrow { transform: rotate(180deg); }
  .box-content-wrapper { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); width: 100%; }
  .tarif-box.is-open .box-content-wrapper { grid-template-rows: 1fr; }
  .box-content-inner { overflow: hidden; width: 100%; }
  .price-list { list-style: none; padding: 0; margin: 1.5rem 0 0 0; flex-grow: 1; display: flex; flex-direction: column; gap: 1.25rem; justify-content: center; }
  .price-list li { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .feature { display: flex; align-items: center; justify-content: center; gap: 0.4rem; font-size: 1rem; color: var(--c-txt-title); margin-bottom: .5rem; text-align: center; }
  .feature::before { content: "✓"; color: var(--theme-color); font-weight: 900; }
  .underlined-text { text-decoration: underline; text-underline-offset: 3px; }
  .price { background: var(--c-bg-page); padding: .75rem 1rem; border-radius: 10px; width: 100%; color: var(--c-primary); }
  .price strong { font-size: 1.8rem; color: var(--c-txt-title); }
  .price small { color: var(--c-txt-title); font-size: .9rem; }
  .pricing-header-main { text-align: center; margin-bottom: 4rem; }
  .pricing-header-main h2 { color: var(--c-txt-title); font-size: 2rem; margin: 0 0 1rem; }
  .intro-text { font-size: 1.15rem; line-height: 1.7; max-width: 700px; margin: 0 auto 2.5rem; color: var(--c-txt-title); }
  .included-services { background: linear-gradient(135deg, var(--c-primary), #047857); color: #fff; padding: 1.5rem; border-radius: 16px; display: inline-block; text-align: left; box-shadow: 0 10px 25px rgba(5, 150, 105, .2); }
  .included-services strong { color: var(--c-primary-light); font-size: 1.2rem; display: block; margin-bottom: 1.5rem; font-weight: bold; }
  .included-services ul { columns: 1; gap: .75rem; margin: 0; padding-left: 1.5rem; }
  .included-services li { margin-bottom: .75rem; list-style-type: disc !important; padding-left: 0 !important; }
  .included-services li::before { display: none !important; }
  .included-services li::marker { color: var(--c-accent); font-size: 1.2em; }
  @media (min-width: 768px) {
    .pricing-header-main h2 { font-size: 2.5rem; }
    .included-services { padding: 2rem 3rem; }
    .included-services ul { columns: 2; gap: 3rem; }
    .pricing-grid { padding-left: 25px; padding-right: 25px; }
  }
  @media (min-width: 1025px) { 
    .main-pricing .tarif-box.highlight { transform: scale(1.05); }
    .main-pricing .tarif-box.highlight:hover { transform: scale(1.05) translateY(-5px); }
  }

  /* --- SERVICES & TABLEAUX --- */
  .service-box { background: #fff; border: 3px solid #000; border-radius: 15px; margin-bottom: 20px; display: flex; flex-direction: column; align-items: center; text-align: center; transition: all .3s cubic-bezier(.25,.8,.25,1); box-shadow: 0 4px 6px rgba(0,0,0,.05); }
  .service-box:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,.1); border-color: #2ecc71; }

  .services-table { margin: 2rem auto; text-align: left; width: 100%; max-width: 1000px; border-collapse: separate; border-spacing: 0; box-shadow: 0 4px 6px -1px rgba(0,0,0,.05); border-radius: 8px; overflow: hidden; border: 2px solid var(--primary-color); } 
  .services-table caption { font-size: 1.25rem; font-weight: 700; padding: 1rem; text-align: center; color: var(--text-main); }
  .services-table thead { background: var(--primary-color); color: #fff; }
  .services-table th, .services-table td { padding: 18px; border-bottom: 1px solid var(--border-color); border-right: 1px solid var(--border-color); color: var(--text-main); line-height: 1.5; }
  .services-table th:last-child, .services-table td:last-child { border-right: none; }
  .services-table thead th { color: #fff; font-weight: 600; border-bottom: 2px solid var(--primary-color); }
  .services-table tbody tr:last-child th, .services-table tbody tr:last-child td { border-bottom: none; }
  .services-table tbody tr:hover { background: #f8fafc; }
  .services-table tbody tr.highlight-row { background: var(--highlight-bg); }
  @media (max-width: 800px) {
    .services-table { box-shadow: none; border: none; }
    .services-table caption { margin-bottom: 1.5rem; display: block;}
    .services-table, .services-table thead, .services-table tbody, .services-table th, .services-table tr { display: block; }
    .services-table thead tr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
    .services-table tr { background: var(--bg-card); border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,.08); margin-bottom: 1.5rem; border: 2px solid var(--primary-color); overflow: hidden; }
    .services-table tbody th[scope="row"] { background: var(--primary-color); color: #fff; font-size: 1.1rem; padding: 16px; border-bottom: none; }
    .services-table td { display: flex; flex-direction: column; padding: 16px 20px; border-bottom: 1px solid var(--border-color); border-right: none; }
    .services-table td:last-child { border-bottom: none; }
    .services-table td::before { content: attr(data-label); font-size: .75rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted); margin-bottom: 6px; font-weight: 700; }
  }

  /* --- SIMULATEUR --- */
  .simulateur-truffieres { background: var(--bg-card, #fff); border: 1px solid var(--border-color, #e5e7eb); border-radius: var(--radius-md); padding: 2rem; max-width: 800px; margin: 0 auto; box-shadow: var(--shadow-md); }
  .sim-controls { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
  .sim-group { flex: 1; min-width: 200px; }
  .sim-group label { display: block; margin-bottom: 8px; font-weight: 700; color: var(--color-primary); }
  .sim-group select { width: 100%; padding: 12px; border: 1px solid var(--border-color); border-radius: 8px; background-color: #f8fafc; font-size: 1rem; color: var(--text-main); transition: border-color var(--transition-smooth); }
  .sim-group select:focus { outline: none; border-color: var(--c-accent); }
  .sim-results { display: flex; justify-content: space-around; background: var(--bg-light); padding: 1.5rem; border-radius: 8px; border-left: 4px solid var(--c-primary); margin-bottom: 1.5rem; }
  .sim-stat { text-align: center; flex: 1; }
  .sim-stat:first-child { border-right: 1px solid var(--border-color); }
  .sim-label { display: block; font-size: 0.85rem; color: var(--text-muted); text-transform: uppercase; font-weight: 600; margin-bottom: 5px; }
  .sim-value { display: block; font-size: 1.8rem; font-weight: 700; color: var(--text-main); }
  .sim-tip { background: var(--highlight-bg); border: 1px solid rgba(107, 33, 168, 0.2); padding: 12px; border-radius: 8px; text-align: center; color: var(--primary-color); font-size: 0.95rem; }
  .sim-gps-actions { display: none; gap: 15px; justify-content: center; margin-bottom: 1.5rem; }
  .sim-btn { padding: 12px 24px; border-radius: 30px; text-decoration: none; font-weight: bold; color: #fff; display: inline-flex; align-items: center; justify-content: center; transition: transform var(--transition-smooth), opacity var(--transition-smooth); box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
  .btn-google { background-color: #4285f4; }
  .btn-waze { background-color: #33ccff; color: #000; }
  .sim-btn:hover { transform: translateY(-2px); opacity: 0.9; color: #fff; }
  .btn-waze:hover { color: #000; }

  /* --- AVIS CAROUSEL --- */
  section.reviews-section { position: relative; width: 100%; max-width: 1200px; margin: 0 auto; padding: 20px 40px; font-family: system-ui, -apple-system, sans-serif; background-color: #f9fafb; display: flex; align-items: center; }
  .carousel-viewport { overflow: hidden; width: 100%; max-width: 100%; margin: 0 auto; border-radius: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
  .carousel-track { display: flex; transition: transform 0.5s ease-in-out; width: 100%; padding: 0; margin: 0; list-style: none; }
  .nav-btn { position: absolute; top: 50%; transform: translateY(-50%); background: #ffffff; border: 1px solid #e5e7eb; border-radius: 50%; width: 36px; height: 36px; cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center; color: #4b5563; box-shadow: 0 2px 5px rgba(0,0,0,0.1); transition: background 0.2s, color 0.2s; }
  .nav-btn:hover { background: #f3f4f6; color: #111827; }
  .nav-btn.prev { left: 5px; } .nav-btn.next { right: 5px; }
  .carousel-track > article { flex: 0 0 calc(100% / var(--reviews-per-view)); width: calc(100% / var(--reviews-per-view)); height: 520px; background: #ffffff; padding: 20px; display: grid; grid-template-columns: 60px 1fr; grid-template-rows: auto 1fr auto; gap: 12px 16px; border-right: 1px solid #f3f4f6; }
  .carousel-track > article:last-child { border-right: none; }
  .carousel-track article img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; grid-row: 1; grid-column: 1; }
  .carousel-track article header { grid-row: 1; grid-column: 2; display: flex; flex-direction: column; justify-content: center; }
  .carousel-track article header strong { font-weight: 700; font-size: 1.05rem; color: #1f2937; }
  .carousel-track article .rating { color: #f59e0b; font-size: 1rem; letter-spacing: 2px; }
  .carousel-track article .rating small { color: #6b7280; font-size: 0.8rem; letter-spacing: normal; margin-left: 6px; }
  .carousel-track article blockquote { grid-row: 2; grid-column: 1 / -1; font-size: 0.95rem; color: #4b5563; line-height: 1.6; overflow-y: auto; padding-right: 5px; margin: 0; }
  .carousel-track article blockquote::-webkit-scrollbar { width: 4px; }
  .carousel-track article blockquote::-webkit-scrollbar-thumb { background: #d1d5db; border-radius: 4px; }
  .carousel-track article blockquote data { font-size: 0.85rem; color: #9ca3af; font-style: italic; margin-bottom: 8px; display: block; }
  .carousel-track article blockquote p { margin: 0 0 8px 0; }
  .carousel-track article .tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
  .carousel-track article .tag { background: #ecfdf5; color: #059669; padding: 4px 10px; border-radius: 12px; font-size: 0.75rem; font-weight: 600; }
  .carousel-track article footer { grid-row: 3; grid-column: 1 / -1; border-top: 1px solid #f3f4f6; padding-top: 12px; font-size: 0.85rem; color: #9ca3af; display: flex; justify-content: flex-end; }
  .footer-legal-links .list-inline-item:not(:last-child)::after { content: "•"; margin-left: 0.5rem; color: #6c757d; }
.comp_0{flex-direction:column;padding-left:0px;padding-right:0px;}.comp_0 > .innerBox{display:inherit;flex-direction:inherit;}.comp_1{--bs-gutter-x:0px;flex-direction:row;}.comp_2{flex-direction:column;}.comp_2 > .wa_inner_col{display:flex;flex-direction:inherit;height:100%;}.comp_2 > .wa_inner_col > .wa_inner_col2{display:inherit;flex-direction:inherit;height:100%;justify-content:flex-start;}.comp_3{width:100%;}body{background-color:rgba(255,255,255,1);}.comp_0{border:none;border-radius:0px;display:flex;min-height:0px;}.comp_0 > .innerBox{margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;}.comp_1{display:flex;margin-bottom:0px !important;margin-top:0px !important;}.comp_2{min-height:0px;padding-left:0rem;padding-right:0rem;}.comp_2 > .wa_inner_col{border:none;border-radius:0px;}.comp_2 > .wa_inner_col > .wa_inner_col2{gap:0rem;margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;}.comp_3{margin-bottom:0px;margin-top:0px;min-height:100px;}body{background-image:url('');}@media (min-width:576px){.comp_0{border:none;border-radius:0px;display:flex;min-height:0px;}.comp_0 > .innerBox{margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;}.comp_1{display:flex;margin-bottom:0px !important;margin-top:0px !important;}.comp_2{min-height:0px;padding-left:0rem;padding-right:0rem;}.comp_2 > .wa_inner_col{border:none;border-radius:0px;}.comp_2 > .wa_inner_col > .wa_inner_col2{gap:0rem;margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;}.comp_3{margin-bottom:0px;margin-top:0px;min-height:100px;}body{background-image:url('');}}@media (min-width:768px){.comp_0{border:none;border-radius:0px;display:flex;min-height:0px;}.comp_0 > .innerBox{margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;}.comp_1{display:flex;margin-bottom:0px !important;margin-top:0px !important;}.comp_2{min-height:0px;padding-left:0rem;padding-right:0rem;}.comp_2 > .wa_inner_col{border:none;border-radius:0px;}.comp_2 > .wa_inner_col > .wa_inner_col2{gap:0rem;margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;}.comp_3{margin-bottom:0px;margin-top:0px;min-height:100px;}body{background-image:url('');}}@media (min-width:992px){.comp_0{border:none;border-radius:0px;display:flex;min-height:0px;}.comp_0 > .innerBox{margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;}.comp_1{display:flex;margin-bottom:0px !important;margin-top:0px !important;}.comp_2{min-height:0px;padding-left:0rem;padding-right:0rem;}.comp_2 > .wa_inner_col{border:none;border-radius:0px;}.comp_2 > .wa_inner_col > .wa_inner_col2{gap:0rem;margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;}.comp_3{margin-bottom:0px;margin-top:0px;min-height:100px;}body{background-image:url('');}}