

  /* Sticky sub-nav (agence département) — fond transparent par défaut, fond
     paper-2 quand stuck (pour s'aligner sur le fond de page). */
  .sub-nav{
    position:sticky; top:var(--header-h-pill);
    margin:8px 16px 0;
    background:transparent;
    border:0;
    border-radius:0;
    z-index:30;
    isolation:isolate;
    transition:
      background-color .25s ease,
      margin .3s cubic-bezier(.4,0,.2,1),
      box-shadow .3s ease;
  }
  body.sub-stuck .sub-nav{
    margin-top:0;
    margin-left:auto;
    margin-right:auto;
    background:var(--accent);
    box-shadow:
      0 8px 24px -10px rgba(10,10,10,.10),
      0 18px 40px -16px rgba(10,10,10,.08);
    border-radius: 0 0 var(--radius) var(--radius);
    width: 80%;
    max-width: 1280px;
  }
  .sub-nav .wrap{
    margin:0 auto;
    padding:0 22px ;
    display:flex; gap:36px; align-items:center; min-height:52px;
    position:relative;
  }
  .sub-nav .sub-scroll-top{
    position:absolute; left:45px; top:50%; transform:translateY(-50%);
    width:34px; height:34px; border-radius:50%;
    background:var(--accent); color:#fff;
    display:flex; align-items:center; justify-content:center;
    font-size:15px; cursor:pointer; border:0;
    box-shadow: 0 4px 10px -2px rgba(253,95,0,.4);
  }
  .sub-nav-agency{
    position:absolute; left:28px; top:50%;
    transform:translateY(-50%) translateX(-6px);
    display:flex; align-items:center; gap:10px;
    font-family:"Google Sans Flex", sans-serif;
    font-size:14.5px; font-weight:700; letter-spacing:-.2px;
    color:#fff; white-space:nowrap;
    opacity:0; pointer-events:none;
    transition: opacity .28s ease, transform .28s ease;
  }
  .sub-nav-agency .picto{ height:22px; width:auto; filter:brightness(0) invert(1) }
  body.sub-stuck .sub-nav-agency{
    opacity:1; pointer-events:auto;
    transform:translateY(-50%) translateX(0);
  }
  body.sub-stuck .sub-nav .wrap{
    padding-left: 220px;
    transition: padding-left .25s ease;
  }
  @media (prefers-reduced-motion: reduce){
    .sub-nav-agency{ transition:none }
  }
  .sub-nav .sub-items{
    display:flex; gap:32px; padding:14px 0; 
    margin-left:auto; margin-right:auto;
  }
  .sub-nav a{
    color:var(--ink-3); font-size:14px; font-weight:500;
    position:relative; cursor:pointer;
    text-decoration:none; display:flex; align-items:center; gap:8px;
  }
  .sub-nav a.on{
    color:var(--brand); font-weight:600;
    background:var(--brand-soft);
    padding:6px 14px;
    border-radius:var(--radius-full);
  }
  .sub-nav a.on::after{ display:none }
  .sub-nav a:hover{ color:var(--ink) }
  
  body.sub-stuck .sub-nav a {color: white;}
  body.sub-stuck .sub-nav a.on{ color: var(--accent) }
  
  
  @media (max-width: 768px){
    :root{ --header-h-pill: 50px }
    .sub-nav{ background: var(--paper-2) }
    .sub-nav .wrap{
      padding-left:0; gap:24px;
      overflow-x:auto; min-height:50px;
      scrollbar-width:none;
      -webkit-overflow-scrolling:touch;
    }
    body.sub-stuck .sub-nav .wrap{ padding-left:0 }
    .sub-nav .wrap::-webkit-scrollbar{ display:none }
    .sub-nav .sub-scroll-top{ display:none }
    .sub-nav-agency{ display:none }
    .sub-nav .sub-items{ gap:24px; margin:0 }
    .sub-nav a{ font-size:13px; padding:9px 12px; border-radius:var(--radius-sm); white-space:nowrap }
  }
  .agency-row{
    display:flex; justify-content:space-between; align-items:center;
    padding:14px 4px; border-bottom:1px solid var(--line); font-size:14px; cursor:pointer;
  }
  .agency-row:last-child{ border-bottom:0 }
  .agency-row:hover b{ color:var(--brand) }
  .agency-row .dep{ color:var(--ink-3); font-size:12px; margin-left:6px; font-weight:400 }
  .agency-row .pill-n{ font-size:11px; color:var(--ink-3); font-weight:500 }
  .filter-btn{
    background:#fff; border:1.5px solid var(--line-2); color:var(--ink-2);
    padding:9px 16px; border-radius:var(--radius-full); font-size:13px;
    font-weight:500; cursor:pointer;
  }
  .filter-btn.on{ background:var(--brand); color:#fff; border-color:var(--brand) }
  .filter-btn:hover{ border-color:var(--brand) }

  /* Bande chiffres clés (par agence) */
  .agence-stats-section{ padding:8px 44px 16px }
  .agence-stats-section .kpi-numbers.agence-stats{
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    padding:0;
  }

  /* ============================================================ */
  /* ===      AGENCE DÉPARTEMENT V2 — style éditorial         === */
  /* ============================================================ */
  .agence-hero-v2{ padding:32px 44px 36px; }
  .agence-hero-v2 .wrap{
    max-width:1280px; margin:0 auto;
    display:grid; grid-template-columns: 1fr 460px;
    gap:48px; align-items:stretch;
  }
  .agence-hero-v2 .team-photo{
    background:var(--wf); border:1px solid var(--line);
    border-radius:var(--radius-lg); aspect-ratio:5/4;
    position:relative; overflow:hidden;
    display:flex; align-items:flex-end;
    color:var(--ink-3); font-size:12px;
    align-self:start; min-width:0; max-width:100%;
  }
  .agence-hero-v2 .team-photo img{
    position:absolute; inset:0;
    width:100%; height:100%;
    object-fit:cover; object-position:center;
    display:block;
  }
  .agence-hero-v2 .team-photo .caption{
    margin:14px 18px; background:rgba(255,255,255,.9);
    border:1px solid var(--line);
    padding:6px 10px; border-radius:6px;
    font-size:11.5px; font-weight:600; color:var(--ink);
  }
  .agence-info-card{
    display:flex; flex-direction:column; justify-content:center;
    position:relative; padding:20px 0;
  }
  .agence-info-card .heart-btn{
    position:absolute; top:6px; right:0;
    width:40px; height:40px;
    border-radius:50%; border:1px solid var(--line-2);
    display:flex; align-items:center; justify-content:center;
    font-size:16px; color:var(--ink-3); cursor:pointer;
    background:#fff;
  }
  .agence-info-card .heart-btn:hover{ border-color:var(--ink); color:var(--accent) }
  .agence-info-card .cat-chip{
    display:inline-flex; align-items:center; gap:10px;
    font-size:11.5px; font-weight:700; letter-spacing:2.5px;
    text-transform:uppercase; color:var(--ink);
    margin-bottom:20px; align-self:flex-start;
  }
  .agence-info-card .cat-chip .icon{
    width:28px; height:28px; background:var(--accent);
    border-radius:7px; display:flex; align-items:center; justify-content:center;
    color:#fff; font-size:14px;
  }
  .agence-info-card h1{
    font-family:"Google Sans Flex", "Inter", sans-serif;
    font-size:44px; font-weight:700; letter-spacing:-1.6px; line-height:1.03;
    color:var(--ink); margin:0 0 24px;
  }
  .agence-info-card h1 em{ color:var(--ink); font-weight:700 }
  .gmb-logo{
    font-family:"Google Sans Flex", "Inter", sans-serif;
    font-weight:600; font-size:22px; line-height:1; letter-spacing:-.3px;
    display:inline-flex;
  }
  .gmb-logo span:nth-child(1){ color:#4285F4 }
  .gmb-logo span:nth-child(2){ color:#EA4335 }
  .gmb-logo span:nth-child(3){ color:#FBBC04 }
  .gmb-logo span:nth-child(4){ color:#4285F4 }
  .gmb-logo span:nth-child(5){ color:#34A853 }
  .gmb-logo span:nth-child(6){ color:#EA4335 }
  .agence-info-card .addr-block{
    margin-bottom:16px;
     margin-top:16px;
  }
  .agence-info-card .addr-block b{
    display:block; font-family:"Google Sans Flex", "Inter", sans-serif;
    font-size:17px; color:var(--ink); font-weight:700;
    letter-spacing:-.2px; margin-bottom:4px;
  }
  .agence-info-card .addr-block address{
    font-style:normal; color:var(--ink-2); font-size:14px; line-height:1.55;
  }
  .agence-info-card .tel-big{
    display:inline-block; font-size:20px; font-weight:700;
    color:var(--ink); text-decoration:underline; text-underline-offset:4px;
    font-family:"Google Sans Flex", "Inter", sans-serif; letter-spacing:-.3px;
    margin-bottom:22px;
  }
  .agence-info-card .socials-row{
    display:flex; align-items:center; gap:14px;
    margin-bottom:18px; font-size:13px; color:var(--ink-3);
  }
  .agence-info-card .socials-row a{
    width:36px; height:36px; border-radius:50%;
    border:1px solid var(--line-2); background:#fff;
    display:flex; align-items:center; justify-content:center;
    color:var(--ink); cursor:pointer; font-size:14px;
    text-decoration:none;
    transition: background .15s ease, border-color .15s ease;
  }
  .agence-info-card .socials-row a img{
    width:18px; height:18px; display:block;
    transition: filter .15s ease;
  }
  .agence-info-card .socials-row a:hover{ border-color:var(--ink); background:var(--ink); color:#fff }
  .agence-info-card .socials-row a:hover img{ filter: brightness(0) invert(1) }
  .agence-info-card .share-row{
    display:flex; align-items:center; gap:14px;
    margin-bottom:22px; font-size:13px; color:var(--ink-3);
    padding-bottom:22px; border-bottom:1px solid var(--line);
  }
  .agence-info-card .share-row button{
    background:transparent; border:1px solid var(--line-2);
    padding:8px 14px; border-radius:var(--radius-full);
    font-size:12.5px; color:var(--ink); cursor:pointer;
    display:inline-flex; align-items:center; gap:8px;
  }
  .agence-info-card .share-row button:hover{ border-color:var(--ink) }
  .agency-ctas{ display:flex; gap:10px; flex-wrap:wrap }
  .agency-ctas .btn{ flex:1; min-width:160px; justify-content:center }

  /* Présentation / intro */
  .presentation-section{ padding:90px 44px }
  .presentation-section .wrap{ max-width:1180px; margin:0 auto }
  .presentation-section .intro-block{
    max-width:820px; margin:0 auto 64px; text-align:center;
  }
  .presentation-section .intro-block h2{
    font-family:"Google Sans Flex", "Inter", sans-serif;
    font-size:48px; font-weight:700; letter-spacing:-1.4px; line-height:1.03;
    color:var(--ink); margin:18px 0 24px;
  }
  .presentation-section .intro-block p{
    font-size:16.5px; color:var(--ink-2); line-height:1.65;
    margin:0 auto 16px; max-width:720px;
  }
  .presentation-section .intro-block p.highlight{
    font-weight:700; color:var(--ink); font-size:17px;
    padding-top:12px;
  }
  .presentation-section .split{
    display:grid; grid-template-columns: 1fr 1fr;
    gap:28px; align-items:start;
  }
  .presentation-section .split.no-offer{
    grid-template-columns: 1fr; max-width:780px; margin:0 auto;
  }

  /* Google My Business map embed (simulated) */
  .gmb-map{
    background:
      linear-gradient(rgba(0,0,0,.02), rgba(0,0,0,.02)),
      repeating-linear-gradient(45deg, #F0EFEC 0 14px, #F5F4F1 14px 28px);
    border:1px solid var(--line); border-radius:var(--radius);
    aspect-ratio:4/3; position:relative; overflow:hidden;
  }
  .gmb-map iframe{
    position:absolute; inset:0; width:100%; height:100%; border:0; display:block;
  }
  .gmb-map .road{
    position:absolute; background:rgba(200,200,195,.4);
    pointer-events:none;
  }
  .gmb-map .road.h{ height:3px; left:-20px; right:-20px }
  .gmb-map .road.v{ width:3px; top:-20px; bottom:-20px }
  .gmb-map .label{
    position:absolute; font-family:Arial, sans-serif; font-size:10px;
    color:#888; text-transform:uppercase; letter-spacing:.5px;
    pointer-events:none;
  }
  .gmb-map .pin{
    position:absolute; top:50%; left:50%;
    width:28px; height:28px;
    background:var(--accent); border-radius:50% 50% 50% 0;
    transform: translate(-50%, -100%) rotate(-45deg);
    border:3px solid #fff; box-shadow:0 4px 12px rgba(0,0,0,.2);
  }
  .gmb-map .pin::after{
    content:""; position:absolute; inset:6px; background:#fff; border-radius:50%;
  }
  .gmb-map .zoom-ctrl{
    position:absolute; bottom:12px; right:12px;
    display:flex; flex-direction:column; background:#fff;
    border:1px solid var(--line-2); border-radius:4px;
    overflow:hidden;
    box-shadow:0 1px 3px rgba(0,0,0,.12);
  }
  .gmb-map .zoom-ctrl button{
    width:28px; height:28px; background:#fff; border:0;
    border-bottom:1px solid var(--line);
    font-size:16px; color:var(--ink-2); cursor:pointer;
    font-weight:600;
  }
  .gmb-map .zoom-ctrl button:last-child{ border:0 }
  .gmb-map .google-credit{
    position:absolute; bottom:4px; left:8px;
    font-family:Arial, sans-serif; font-size:10px; color:#888;
  }
  .gmb-map .dim-anno{ top:10px; left:10px; right:auto }

  /* Venez nous voir / horaires block */
  .venez-block{
    margin-top:24px;
    display:grid; grid-template-columns:1fr 1fr;
    gap:36px;
  }
  .venez-block h3{
    font-family:"Google Sans Flex", "Inter", sans-serif;
    font-size:20px; font-weight:700; color:var(--ink);
    letter-spacing:-.3px; margin:0 0 10px;
  }
  .venez-block address{
    font-style:normal; color:var(--ink-2); font-size:14px;
    line-height:1.6; margin-bottom:10px;
  }
  .venez-block address b{ color:var(--ink) }
  .itineraire-link{
    display:inline-flex; align-items:center; gap:8px;
    font-size:13px; font-weight:600; color:var(--ink);
    text-decoration:none; padding-top:4px;
  }
  .itineraire-link::before{
    content:""; width:18px; height:18px; border-radius:50%;
    background:var(--paper-3); display:inline-flex; align-items:center; justify-content:center;
    background:
      radial-gradient(circle, var(--accent) 25%, var(--paper-3) 27%);
  }
  .horaires-list{
    font-size:13.5px; color:var(--ink-2); line-height:1.85;
  }
  .horaires-list > div{ display:flex; justify-content:space-between }
  .horaires-list b{ color:var(--ink); font-weight:600 }
  .horaires-list .today{
    background:var(--brand-soft); border:1px solid var(--brand-pale);
    padding:2px 8px; margin:-2px -8px;
    border-radius:4px;
  }

  /* Offer card (right column) */
  .offer-column{ display:flex; flex-direction:column; gap:16px }
  .offer-photo{
    background:var(--wf); border:1px solid var(--line);
    border-radius:var(--radius); aspect-ratio:4/3;
    position:relative; display:flex; align-items:flex-end;
    color:var(--ink-3); font-size:12px;
    overflow:hidden; text-decoration:none;
  }
  .offer-photo .caption{
    margin:14px; background:rgba(255,255,255,.92);
    border:1px solid var(--line);
    padding:6px 10px; border-radius:6px;
    font-size:11px; font-weight:600; color:var(--ink);
  }
  .offer-card{
    background:var(--accent-soft); border:1px solid #FFCAAB;
    border-radius:var(--radius); padding:30px;
    display:flex; flex-direction:column;
  }
  .offer-card .badge{
    display:inline-block; background:var(--accent); color:#fff;
    font-size:10.5px; font-weight:700; letter-spacing:1.5px;
    padding:4px 10px; border-radius:4px; text-transform:uppercase;
    margin-bottom:16px; align-self:flex-start;
  }
  .offer-card h3{
    font-family:"Google Sans Flex", "Inter", sans-serif;
    font-size:24px; font-weight:700; color:var(--ink);
    letter-spacing:-.4px; line-height:1.12;
    margin:0 0 14px;
  }
  .offer-card h3 em{ color:var(--accent) }
  .offer-card p{
    color:var(--ink-2); font-size:14.5px; line-height:1.55; margin:0 0 20px;
  }
  .offer-card .btn{ align-self:flex-start }

  /* Section centered with icon eyebrow */
  .centered-head{ text-align:center; max-width:860px; margin:0 auto 48px }
  .centered-head .icon-eyebrow{
    display:inline-flex; flex-direction:column; align-items:center;
    gap:10px; margin-bottom:16px;
  }
  .centered-head .icon-eyebrow .icon-badge{
    width:40px; height:40px; background:var(--accent);
    border-radius:var(--radius-sm); display:flex; align-items:center; justify-content:center;
    color:#fff; font-size:18px;
  }
  .centered-head .icon-eyebrow span{
    font-size:12px; font-weight:700; letter-spacing:3px;
    text-transform:uppercase; color:var(--ink);
    border-bottom:0; padding:0;
  }
  .centered-head h3.title{
    margin:0 0 18px;
  }
  .centered-head h3.title-upper{
    text-transform:uppercase; font-size:54px; letter-spacing:-1.2px;
  }
  .centered-head p{
    font-size:16px; color:var(--ink-2); line-height:1.65;
    max-width:680px; margin:0 auto 24px;
  }
  .centered-head p.bold-close{
    font-weight:700; color:var(--ink); font-size:17px;
  }

  /* GMB rating badge */
  .gmb-rating{
    display:inline-flex; align-items:center; gap:16px;
    background:#fff; border:1px solid var(--line);
    border-radius:var(--radius); padding:12px 18px;
    margin:14px auto 0;
  }
  .gmb-rating .rating-right{ display:flex; flex-direction:column; gap:2px }
  .gmb-rating .stars-row{
    display:flex; align-items:center; gap:8px;
    font-size:14.5px; font-weight:700; color:var(--ink);
  }
  .gmb-rating .stars-row .s{ color:var(--accent); letter-spacing:1px }
  .gmb-rating .count{ font-size:12px; color:var(--ink-3) }

  /* Testimonial carousel */
  .testi-carousel{
    max-width:1180px; margin:0 auto;
    display:grid; grid-template-columns: 1fr 1fr;
    gap:48px; align-items:center;
  }
  .testi-photo{
    background:var(--wf); border:1px solid var(--line);
    border-radius:var(--radius-xl); aspect-ratio:4/3;
    position:relative; overflow:hidden;
    display:flex; align-items:flex-end;
    color:var(--ink-3); font-size:12px;
  }
  .testi-photo .caption{
    margin:14px; background:rgba(255,255,255,.92);
    border:1px solid var(--line);
    padding:6px 10px; border-radius:6px;
    font-size:11px; font-weight:600; color:var(--ink);
    position:relative; z-index:2;
  }
  /* Photo réelle (img) qui couvre la card */
  .testi-photo > img{
    position:absolute; inset:0;
    width:100%; height:100%;
    object-fit:cover; object-position:center;
    display:block;
  }
  /* Variante : panneau Google logo (à la place d'une photo de chantier) */
  .testi-photo.testi-google-logo{
    background:#fff;
    align-items:center; justify-content:center;
    padding:48px;
  }
  .testi-photo.testi-google-logo > img{
    max-width:60%; width:240px; height:auto;
    display:block; margin:0 auto;
  }
  .testi-photo.testi-google-logo .caption{
    position:absolute; left:0; right:0; bottom:0;
    margin:14px auto; max-width:fit-content;
  }
  /* Étoiles d'avis sous le commentaire */
  .testi-content .testi-stars{
    color:var(--accent); font-size:22px; letter-spacing:3px;
    margin:0 0 18px;
  }
  .testi-content .google-badge-inline{
    display:inline-flex; align-items:center; gap:10px;
    font-size:12.5px; color:var(--ink-3); margin-bottom:14px;
    font-weight:500;
  }
  .testi-content blockquote{
    background:transparent !important; border:0 !important;
    padding:0 !important;
    font-family:"Google Sans Flex", "Inter", sans-serif;
    font-size:28px; line-height:1.3; font-weight:500;
    color:var(--ink); margin:0 0 24px;
    letter-spacing:-.3px;
  }
  .testi-content blockquote::before{
    content:"\201C"; display:block;
    font-family:"Google Sans Flex", "Inter", sans-serif;
    font-size:72px; color:var(--accent);
    line-height:.5; margin-top:16px;
  }
  .testi-author{
    display:flex; align-items:center; gap:14px; margin-bottom:24px;
  }
  .testi-author .av{
    width:48px; height:48px; border-radius:50%;
    background:var(--wf); border:1px solid var(--line);
    flex-shrink:0;
  }
  .testi-author b{ display:block; color:var(--ink); font-size:14.5px; font-weight:700 }
  .testi-author span{ color:var(--ink-3); font-size:12.5px; line-height:1.5 }
  .testi-author .verified-pill{
    margin-left:auto; font-size:10.5px; color:#1A73E8;
    background:#EBF2FE; border:1px solid #CFE0FB;
    padding:3px 8px; border-radius:4px; font-weight:600;
  }
  .carousel-nav{
    display:flex; align-items:center; gap:14px;
  }
  .carousel-nav button{
    width:44px; height:44px; border-radius:50%;
    border:1px solid var(--line-2); background:transparent;
    display:flex; align-items:center; justify-content:center;
    font-size:18px; color:var(--ink); cursor:pointer;
  }
  .carousel-nav button:hover{ border-color:var(--ink) }
  .carousel-nav .dots{
    font-size:12.5px; color:var(--ink-3); font-family:ui-monospace, Menlo, monospace;
    margin-left:4px;
  }

  /* Réalisations grid (polish) */
  .reals-grid-v2{
    display:grid; grid-template-columns: repeat(3, 1fr);
    gap:16px;
  }
  .reals-grid-v2 .real{
    aspect-ratio:4/3; border-radius:var(--radius); background:var(--wf);
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .reals-grid-v2 .real:hover{
    transform: translateY(-3px);
    box-shadow: 0 12px 28px -8px rgba(10,10,10,.18);
  }
  .reals-grid-v2 .real .lab{
    background:#fff; border:1px solid var(--line); border-radius:var(--radius-sm);
    padding:8px 12px; margin:14px; font-size:12.5px; color:var(--ink);
    font-weight:500; box-shadow: var(--shadow-xs);
    max-width: calc(100% - 28px);
  }

  /* Team grid with bigger photos */
  .team-big{
    display:grid; grid-template-columns:repeat(4, 1fr); gap:20px;
  }
  .team-big .member{
    background:transparent; border:0; padding:0; text-align:left;
  }
  .team-big .member .photo{
    width:100%; aspect-ratio:3/4; background:var(--wf);
    border:1px solid var(--line); border-radius:var(--radius);
    margin-bottom:14px;
    display:flex; align-items:flex-end;
    color:var(--ink-3); font-size:11px; padding:12px;
  }
  .team-big .member b{
    font-family:"Google Sans Flex", "Inter", sans-serif;
    font-size:18px; letter-spacing:-.2px; color:var(--ink);
  }
  .team-big .member span{ color:var(--ink-3); font-size:13px; font-weight:500 }
  .team-big .member .role{ color:var(--accent-2); font-size:11.5px; font-weight:700; letter-spacing:1.2px; text-transform:uppercase; margin-top:4px; display:block }

  /* Eldo logo */
  .eldo-logo{
    display:inline-flex; align-items:center; gap:7px;
    font-family:"Google Sans Flex", "Inter", sans-serif;
    font-weight:700; font-size:19px;
    color:#1A3D32;
    letter-spacing:-.2px;
    line-height:1;
  }
  .eldo-logo .eldo-mark{
    display:inline-block;
    width:19px; height:19px;
    border:2.5px solid currentColor;
    border-radius:50%;
    position:relative;
    flex-shrink:0;
  }
  .eldo-logo .eldo-mark::after{
    content:""; position:absolute;
    bottom:-3px; right:-2px;
    width:7px; height:7px; background:currentColor;
    border-radius:50%;
  }

  /* Bloc réassurance récurrent (Google + Eldo) */
  .reviews-trust{
    display:inline-flex; align-items:center; gap:24px;
    background:#fff; border:1px solid var(--line);
    border-radius:var(--radius); padding:14px 22px;
    /*flex-wrap:wrap;*/
  }
  .reviews-trust .rev-source{
    display:flex; align-items:center; gap:14px;
  }
  .reviews-trust .rev-details{
    display:flex; flex-direction:column; gap:1px;
    font-size:12.5px; color:var(--ink-3);
    line-height:1.3;
  }
  .reviews-trust .rev-details .stars-line{
    display:flex; align-items:center; gap:6px;
    font-weight:700; color:var(--ink); font-size:13.5px;
  }
  .reviews-trust .rev-details .stars-line .s{ color:var(--accent); letter-spacing:1.5px }
  .reviews-trust .rev-details .count{ font-size:11.5px }
  .reviews-trust .sep{
    width:1px; height:28px; background:var(--line);
  }
  .reviews-trust .total-note{
    font-size:11px; color:var(--ink-3); font-weight:600;
    letter-spacing:.5px; text-transform:uppercase;
    padding-left:10px;
    border-left:1px dashed var(--line-2);
  }
  .reviews-trust.compact{
    padding:8px 14px; gap:16px;
    border-radius:var(--radius-full);
  }
  .reviews-trust.compact .rev-source{ gap:10px }
  .reviews-trust.compact .gmb-logo{ font-size:15px }
  .reviews-trust.compact .eldo-logo{ font-size:15px }
  .reviews-trust.compact .brand-logo-img{ height:18px }
  .reviews-trust.on-dark .brand-logo-img,
  .sec-green .reviews-trust .brand-logo-img{ filter: brightness(0) invert(1) }
  .reviews-trust.compact .eldo-mark{ width:15px; height:15px }
  .reviews-trust.compact .rev-details .stars-line{ font-size:12.5px }
  .reviews-trust.compact .rev-details .count{ font-size:11px }
  .reviews-trust.compact .sep{ height:22px }
  .sec-green .reviews-trust,
  .reviews-trust.on-dark{
    background:rgba(255,255,255,.06);
    border-color:rgba(255,255,255,.1);
  }
  .sec-green .reviews-trust .rev-details .count,
  .reviews-trust.on-dark .rev-details .count{ color:rgba(255,255,255,.6) }
  .sec-green .reviews-trust .rev-details .stars-line,
  .reviews-trust.on-dark .rev-details .stars-line{ color:#fff }
  .sec-green .reviews-trust .gmb-logo span:nth-child(1),
  .reviews-trust.on-dark .gmb-logo span:nth-child(1){ color:#669DF6 }
  .sec-green .reviews-trust .sep,
  .reviews-trust.on-dark .sep{ background:rgba(255,255,255,.15) }
  .sec-green .reviews-trust .eldo-logo,
  .reviews-trust.on-dark .eldo-logo{ color:#C4E9D1 }

  /* Tab switcher avis (Google / Eldo) */
  .review-source-tabs{
    display:inline-flex; gap:6px;
    background:var(--paper-3); padding:6px;
    border-radius:var(--radius-full);
    margin:0 auto 34px;
  }
  .review-source-tabs button{
    display:inline-flex; align-items:center; gap:8px;
    background:transparent; border:0;
    padding:10px 20px; border-radius:var(--radius-full);
    cursor:pointer; font-size:13.5px;
    color:var(--ink-3); font-weight:600;
  }
  .review-source-tabs button.on{
    background:#fff; color:var(--ink);
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
  }
  .review-source-tabs button .count{
    font-size:11px; color:var(--ink-3);
    background:var(--paper-2); padding:2px 8px;
    border-radius:var(--radius-full);
  }
  .review-source-tabs button.on .count{
    background:var(--paper-2); color:var(--ink-2);
  }

  /* ============= TABLETTE (≤1024px) — v2 components ============= */
  @media (max-width: 1024px){
    .agence-hero-v2{ padding:28px 28px 32px }
    .agence-stats-section{ padding:4px 28px 12px }
    .agence-hero-v2 .wrap{ gap:32px }
    .presentation-section{ padding:60px 28px }
    .presentation-section .split{ gap:32px }
    .venez-block{ gap:28px }
    .reals-grid-v2{ grid-template-columns: repeat(2, 1fr) }
    .team-big{ grid-template-columns: repeat(3, 1fr); gap:18px }
  }

  /* ============= MOBILE (≤768px) — v2 components ============= */
  @media (max-width: 768px){
    .reviews-trust{
      padding:12px 14px; gap:14px; justify-content:center; width:100%;
    }
    .reviews-trust .sep{ height:22px }
    .reviews-trust .sep:nth-child(4){ display:none }
    .reviews-trust .total-note{ display:none }
    .agence-hero-v2{ padding:18px 18px 24px }
    .agence-stats-section{ padding:0 18px 8px }
    .agence-stats-section .kpi-numbers.agence-stats{
      grid-template-columns: repeat(2, 1fr); gap:12px;
    }
    .agence-stats-section .kpi-card{ padding:18px 12px }
    .agence-stats-section .kpi-card .num{ font-size:32px; letter-spacing:-1px }
    .agence-hero-v2 .wrap{ grid-template-columns:1fr; gap:22px }
    .agence-info-card{ padding:4px 0 }
    .agence-info-card h1{ font-size:30px; letter-spacing:-1px }
    .presentation-section{ padding:40px 18px }
    .presentation-section .intro-block{ margin-bottom:32px }
    .presentation-section .intro-block h2{ font-size:30px; letter-spacing:-.8px }
    .presentation-section .split{ grid-template-columns:1fr; gap:22px }
    .venez-block{ grid-template-columns:1fr; gap:22px }
    .testi-carousel{ grid-template-columns:1fr; gap:22px }
    .testi-content blockquote{ font-size:20px }
    /* Réalisations : slider horizontal sur mobile (une seule ligne, swipe). */
    .reals-grid-v2{
      display:flex;
      grid-template-columns:none;
      gap:12px;
      overflow-x:auto;
      scroll-snap-type: x mandatory;
      scroll-padding-left: 18px;
      -webkit-overflow-scrolling:touch;
      scrollbar-width:none;
      /* Bleed jusqu'aux bords pour un effet edge-to-edge, mais le 1er item
         s'aligne sur le contenu de la section (.sec padding:30px 18px). */
      margin: 0 -18px;
      padding: 4px 18px 16px;
    }
    .reals-grid-v2::-webkit-scrollbar{ display:none }
    .reals-grid-v2 .real{
      flex: 0 0 78%;
      max-width: 320px;
      scroll-snap-align: start;
      border-radius:var(--radius);
      /* .real { min-height:200px } est défini dans common.css pour la grille
         home (.reals). Ici on annule, sinon combiné à aspect-ratio:4/3, ça
         force la carte à 267px de large et déborde la colonne grid. */
      min-height:0; min-width:0; aspect-ratio:4/3;
    }
    .reals-grid-v2 .real .lab{ margin:10px; padding:7px 10px; font-size:12px }
    .team-big{ grid-template-columns:1fr 1fr; gap:14px }
    .centered-head h3.title-upper{ font-size:32px }
    .centered-head{ margin-bottom:28px }
    .agency-ctas .btn{ flex:1 1 100%; min-width:0 }
  }

  /* AGENCE 33 */
  .agence-hero{ background:var(--paper); padding:56px 40px; border-bottom:1px solid var(--line) }
  .agence-hero .wrap{
    max-width:1180px; margin:0 auto;
    display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:center;
  }
  .agence-card .kvs{
    display:grid; grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:16px; margin-bottom:22px; padding:22px 0;
    border-top:1px solid var(--line); border-bottom:1px solid var(--line);
  }
  .agence-card .kvs div{ font-size:11.5px; color:var(--ink-3); font-weight:500 }
  .agence-card .kvs b{
    font-family:"Google Sans Flex", "Inter", sans-serif; color:var(--brand); display:block;
    font-size:26px; font-weight:700; margin-bottom:2px; letter-spacing:-.4px;
  }
  .agence-card-map{
    background: repeating-linear-gradient(45deg, var(--paper-2) 0 14px, #E0DBD0 14px 28px);
    border:1px dashed var(--wf-line); border-radius:var(--radius-lg);
    aspect-ratio: 5/4; position:relative;
  }
  .agence-card-map .pin{
    position:absolute; top:50%; left:50%;
    width:24px; height:24px; border-radius:50% 50% 50% 0;
    background:var(--accent); transform: translate(-50%, -100%) rotate(-45deg);
    border:3px solid #fff; box-shadow:0 4px 10px rgba(0,0,0,.2);
  }
  .member{
    background:#fff; border:1px solid var(--line); border-radius:var(--radius);
    padding:22px; text-align:center;
  }
  .member .av{
    width:78px;height:78px;border-radius:50%; margin:0 auto 12px;
    background:var(--wf); border:1px dashed var(--wf-line);
  }
  .member b{
    display:block; color:var(--ink); font-size:14.5px; margin-bottom:2px; font-weight:700;
  }
  .member span{ color:var(--ink-3); font-size:12.5px }

  .communes{
    background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:32px;
  }
  .communes h3{
    margin:0 0 8px; color:var(--brand); font-family:"Google Sans Flex", "Inter", sans-serif;
    font-size:28px; font-weight:700; letter-spacing:-.5px;
  }
  .communes p.sub{ margin:0 0 20px; color:var(--ink-3); font-size:14px; line-height:1.6 }
  .commune-list{
    display:grid; grid-template-columns: repeat(4, 1fr);
    gap:2px 22px; font-size:13.5px; color:var(--ink-2);
  }
  .commune-list a{
    padding:8px 0; border-bottom:1px solid var(--line);
    display:block; text-decoration:none; color:var(--ink-2); cursor:pointer;
  }
  .commune-list a:hover{ color:var(--brand) }
  @media (max-width: 1024px){
    .commune-list{ grid-template-columns: repeat(3, 1fr) }
    .agence-hero{ padding:44px 28px }
    .agence-hero .wrap{ gap:36px }
  }
  @media (max-width: 768px){
    .commune-list{ grid-template-columns: 1fr 1fr }
    .agence-hero{ padding:26px 18px }
    .agence-hero .wrap{ grid-template-columns:1fr; gap:20px }
  }
  .mm-foot .reviews-trust{
    margin-bottom:18px; width:100%; box-sizing:border-box;
    justify-content:center;
  }
  .hero-v2 .hero-card > .reviews-trust{ margin-top:auto }
  .agencies-finder .agency-row{
    display:flex; align-items:center; justify-content:space-between;
    padding:14px 18px;
    cursor:pointer;
    transition: background .15s;
    text-decoration:none; color:var(--ink-2);
  }
  .agencies-finder .agency-row:hover{ background:var(--paper-2); 
    border-radius:var(--radius-sm); }
  .agencies-finder .agency-row b{
    font-family:"Google Sans Flex", sans-serif;
    font-size:14.5px; color:var(--ink); font-weight:600;
  }
  .agencies-finder .agency-row .dept{
    font-size:12px; color:var(--ink-3);
  }
  .agencies-finder .agency-row .arrow{
    color:var(--accent); font-weight:700;
  }
  .agencies-finder .agency-row.featured{
    background:var(--brand-soft);

    border-radius:var(--radius-sm);
  }
  .agencies-finder .agency-row.featured b{ color:var(--accent) }

  /* ============================================================ */
  /*  Réalisations Gironde — Avant/Après + évolution classe énergie */
  /* ============================================================ */
  .chantier-spotlight .ba-photo{
    position:relative;
    border-radius:var(--radius) 0 0 var(--radius);
    overflow:hidden;
    min-height:340px;
    background:var(--paper-3);
    user-select:none;
    touch-action:none;
    cursor:ew-resize;
  }
  .chantier-spotlight .ba-photo .ba-img{
    position:absolute; inset:0;
    background-size:cover; background-position:center;
  }
  .chantier-spotlight .ba-photo .ba-before{
    clip-path: inset(0 50% 0 0);
    filter: saturate(.45) brightness(.86) contrast(.95);
  }
  .chantier-spotlight .ba-photo .ba-divider{
    position:absolute; top:0; bottom:0; left:50%;
    width:2px; padding:0;
    background:#fff;
    box-shadow:0 0 10px rgba(0,0,0,.35);
    transform:translateX(-50%);
    border:0; cursor:ew-resize;
    z-index:3;
  }
  .chantier-spotlight .ba-photo .ba-handle{
    position:absolute; top:50%; left:50%;
    transform:translate(-50%,-50%);
    width:36px; height:36px; border-radius:50%;
    background:#fff; color:var(--accent);
    display:flex; align-items:center; justify-content:center;
    font-weight:700; font-size:13px; letter-spacing:-1px;
    box-shadow:0 4px 14px rgba(0,0,0,.25);
    pointer-events:none;
  }
  .chantier-spotlight .ba-photo .ba-tag{
    position:absolute; bottom:12px;
    padding:4px 10px;
    background:rgba(10,10,10,.6); color:#fff;
    border-radius:6px;
    font-size:10.5px; font-weight:700;
    letter-spacing:.5px; text-transform:uppercase;
    z-index:2; pointer-events:none;
  }
  .chantier-spotlight .ba-photo .ba-tag-before{ left:12px; }
  .chantier-spotlight .ba-photo .ba-tag-after{ right:12px; }

  .chantier-spotlight .class-evolution{
    display:flex; align-items:center; gap:10px;
    margin:0 0 14px;
  }
  .chantier-spotlight .class-evolution .lbl{
    font-family:"Google Sans Flex", sans-serif;
    font-weight:700; color:var(--ink); font-size:13.5px;
  }
  .chantier-spotlight .class-evolution .classe-pic{
    height:34px; width:auto; display:block;
  }
  .chantier-spotlight .class-evolution .arrow{
    color:var(--ink-3); font-size:18px; line-height:1;
  }

  @media (max-width: 768px){
    .chantier-spotlight .ba-photo{
      min-height:220px;
      border-radius: var(--radius) var(--radius) 0 0;
    }
  }
