:root {
      --lime: #A0E388;
      --lime-fonce: #8AD96E;
      --lime-clair: #EAF9E3;
      --vert-profond: #2E5E2A;
      --encre: #14271A;
      --encre-doux: #5C6B5E;
      --blanc: #ffffff;
      --gris-clair: #F5F8F3;
      --bordure: #E4ECE2;
      --ombre: 0 8px 26px rgba(20, 39, 26, 0.07);
    }
    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: var(--encre); background: var(--blanc); line-height: 1.7; }
    h1, h2, h3 { line-height: 1.2; }
    a { text-decoration: none; color: inherit; }
    img { max-width: 100%; display: block; }
    .container { width: 90%; max-width: 1150px; margin: 0 auto; }
    section { padding: 84px 0; }

    .btn { display: inline-block; background: var(--lime); color: var(--encre) !important; padding: 13px 28px; border-radius: 50px; font-weight: 700; transition: transform 0.2s, background 0.2s; border: none; cursor: pointer; }
    .btn:hover { background: var(--lime-fonce); transform: translateY(-2px); }
    .btn-outline { display: inline-block; background: transparent; color: var(--encre) !important; padding: 11px 26px; border-radius: 50px; font-weight: 700; border: 2px solid var(--encre); transition: background 0.2s, color 0.2s; cursor: pointer; }
    .btn-outline:hover { background: var(--encre); color: var(--blanc) !important; }

    header { position: sticky; top: 0; background: var(--blanc); box-shadow: 0 2px 12px rgba(20,39,26,0.05); z-index: 1000; }
    .nav { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; }
    .logo-img { height: 52px; width: auto; }
    .nav-links { display: flex; gap: 24px; list-style: none; align-items: center; }
    .nav-links a { font-weight: 600; font-size: 0.93rem; transition: color 0.2s; }
    .nav-links a:hover { color: var(--vert-profond); }
    .menu-toggle { display: none; font-size: 1.8rem; color: var(--encre); background: none; border: none; cursor: pointer; }

    .hero { background: var(--blanc); padding: 76px 0 80px; border-bottom: 1px solid var(--bordure); }
    .hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
    .eyebrow { display: inline-block; background: var(--lime-clair); color: var(--vert-profond); font-weight: 700; font-size: 0.78rem; letter-spacing: 1.5px; text-transform: uppercase; padding: 7px 15px; border-radius: 50px; margin-bottom: 20px; }
    .hero h1 { font-size: clamp(1.9rem, 4.4vw, 2.9rem); color: var(--encre); margin-bottom: 18px; }
    .hero .sous-titre { font-weight: 700; color: var(--vert-profond); font-size: 1.05rem; margin-bottom: 14px; }
    .hero-lead { font-size: 1.06rem; color: var(--encre-doux); margin-bottom: 30px; max-width: 560px; }
    .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; align-items: center; }
    .hero-tel { font-weight: 800; color: var(--encre); font-size: 1.1rem; }
    .hero-trust { display: flex; gap: 30px; flex-wrap: wrap; }
    .hero-trust .t-num { font-size: 1.7rem; font-weight: 800; color: var(--encre); }
    .hero-trust .t-lbl { font-size: 0.8rem; color: var(--encre-doux); }
    .hero-visual img { width: 100%; border-radius: 20px; box-shadow: var(--ombre); aspect-ratio: 4/3; object-fit: cover; }

    .section-title { text-align: center; margin-bottom: 54px; }
    .section-title .eyebrow { margin-bottom: 14px; }
    .section-title h2 { font-size: clamp(1.55rem, 3.6vw, 2.2rem); color: var(--encre); }
    .section-title .bar { width: 64px; height: 4px; background: var(--lime); margin: 16px auto 0; border-radius: 4px; }

    .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
    .service-card { background: var(--blanc); border: 1px solid var(--bordure); border-radius: 18px; overflow: hidden; box-shadow: var(--ombre); transition: transform 0.25s, box-shadow 0.25s; display: flex; flex-direction: column; }
    .service-card:hover { transform: translateY(-8px); box-shadow: 0 16px 34px rgba(20,39,26,0.12); }
    .service-photo { width: 100%; height: 200px; object-fit: cover; background: var(--lime-clair); }
    .service-body { padding: 26px 26px 30px; }
    .service-card h3 { color: var(--encre); font-size: 1.16rem; margin-bottom: 12px; }
    .service-card p { font-size: 0.97rem; color: var(--encre-doux); }

    /* Bloc texte riche */
    .rich { background: var(--gris-clair); }
    .rich-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
    .rich h2 { color: var(--encre); font-size: clamp(1.5rem, 3.4vw, 2.05rem); margin-bottom: 22px; }
    .rich p { color: var(--encre-doux); margin-bottom: 16px; }
    .rich .visuel img { width: 100%; border-radius: 18px; box-shadow: var(--ombre); }
    .rich .accent { color: var(--vert-profond); font-weight: 700; }

    /* Atouts + compteurs */
    .stats { background: var(--encre); }
    .stats .section-title .eyebrow { background: rgba(160,227,136,0.16); color: var(--lime); }
    .stats .section-title h2 { color: var(--blanc); }
    .stats-counters { display: flex; justify-content: center; gap: 70px; flex-wrap: wrap; margin-bottom: 56px; text-align: center; }
    .stat-num { font-size: 3rem; font-weight: 800; color: var(--lime); }
    .stat-label { font-weight: 600; font-size: 0.95rem; color: #C7D6C5; text-transform: uppercase; letter-spacing: 1px; }
    .atouts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 26px; }
    .atout { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.10); border-radius: 16px; padding: 30px 24px; text-align: center; }
    .atout-icon { width: 60px; height: 60px; background: var(--lime); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
    .atout-icon svg { width: 30px; height: 30px; stroke: var(--encre); fill: none; stroke-width: 2; }
    .atout h3 { color: var(--blanc); font-size: 1.1rem; margin-bottom: 10px; }
    .atout p { color: #B9C7B7; font-size: 0.93rem; }

    /* Partenaires */
    .clients { background: var(--blanc); }
    .clients-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 26px; }
    .client-logo { background: var(--blanc); border: 1px solid var(--bordure); border-radius: 14px; padding: 22px 26px; height: 120px; width: 210px; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(20,39,26,0.04); }
    .client-logo img { max-height: 70px; max-width: 100%; object-fit: contain; }

    /* Liste prestations */
    .prestations { background: var(--gris-clair); }
    .liste-prestations { max-width: 720px; margin: 0 auto; list-style: none; display: grid; gap: 14px; }
    .liste-prestations li { background: var(--blanc); border: 1px solid var(--bordure); border-radius: 12px; padding: 16px 20px; display: flex; align-items: center; gap: 14px; font-weight: 600; }
    .liste-prestations .check { width: 26px; height: 26px; background: var(--lime); border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
    .liste-prestations .check svg { width: 15px; height: 15px; stroke: var(--encre); fill: none; stroke-width: 3; }

    /* CTA */
    .cta { background: var(--lime); color: var(--encre); text-align: center; }
    .cta h2 { font-size: clamp(1.5rem, 3.6vw, 2.1rem); margin-bottom: 16px; color: var(--encre); }
    .cta p { margin-bottom: 30px; color: #28412B; max-width: 640px; margin-left: auto; margin-right: auto; }
    .cta .btn { background: var(--encre); color: var(--blanc) !important; }
    .cta .btn:hover { background: #0c1810; }

    /* Zones */
    .zones { background: var(--blanc); }
    .zones-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 880px; margin: 0 auto; }
    .zone-pill { background: var(--lime-clair); color: var(--vert-profond); border-radius: 50px; padding: 9px 18px; font-size: 0.9rem; font-weight: 600; }

    /* Contact */
    .contact { background: var(--gris-clair); }
    .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
    .contact-info h3 { color: var(--encre); margin-bottom: 20px; font-size: 1.3rem; }
    .contact-item { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
    .contact-ic { width: 46px; height: 46px; background: var(--lime-clair); border-radius: 13px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .contact-ic svg { width: 22px; height: 22px; stroke: var(--vert-profond); fill: none; stroke-width: 2; }
    .contact-form { display: flex; flex-direction: column; gap: 16px; background: var(--blanc); padding: 28px; border-radius: 18px; border: 1px solid var(--bordure); }
    .contact-form input, .contact-form textarea { padding: 14px 16px; border: 1px solid var(--bordure); border-radius: 12px; font-family: inherit; font-size: 1rem; width: 100%; }
    .contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--lime); border-color: var(--lime); }

    footer { background: var(--encre); color: var(--blanc); padding: 52px 0 24px; }
    .footer-tag { font-size: 1.15rem; font-weight: 700; max-width: 720px; margin: 0 auto 36px; text-align: center; color: var(--blanc); }
    .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 36px; margin-bottom: 30px; }
    .footer-logo { background: #fff; padding: 10px 14px; border-radius: 12px; height: 60px; width: fit-content; }
    .footer-logo img { height: 40px; }
    footer h4 { color: var(--blanc); margin-bottom: 16px; font-size: 1.05rem; }
    footer p, footer a { color: #A9B8AD; font-size: 0.92rem; margin-bottom: 8px; }
    footer a:hover { color: var(--lime); }
    .social { display: flex; gap: 12px; margin-top: 12px; }
    .social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; }
    .social a:hover { background: var(--lime); }
    .social svg { width: 18px; height: 18px; fill: #fff; }
    .social a:hover svg { fill: var(--encre); }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 20px; text-align: center; font-size: 0.85rem; color: #7E9085; }
    .footer-bottom a { color: #7E9085; }

    @media (max-width: 860px) {
      .menu-toggle { display: block; }
      .nav-links { position: absolute; top: 100%; left: 0; right: 0; background: var(--blanc); flex-direction: column; padding: 20px 0; gap: 16px; box-shadow: 0 8px 20px rgba(20,39,26,0.1); display: none; }
      .nav-links.open { display: flex; }
      .hero-grid, .rich-grid, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
      .hero-grid { text-align: center; }
      .hero-lead { margin-left: auto; margin-right: auto; }
      .hero-actions, .hero-trust { justify-content: center; }
      .hero-visual { order: -1; max-width: 400px; margin: 0 auto; }
      .stats-counters { gap: 40px; }
      section { padding: 60px 0; }
    }

/* Liens 'En savoir plus' sur les cartes services */
.lien-plus{display:inline-block;margin-top:14px;color:var(--vert-profond);font-weight:700;font-size:0.92rem}
.lien-plus:hover{color:var(--encre)}
/* Fil d'Ariane */
.breadcrumb{font-size:0.85rem;color:var(--encre-doux);padding:14px 0}
.breadcrumb a{color:var(--vert-profond);font-weight:600}
/* En-tête d'article (pages services) */
.page-hero{background:var(--gris-clair);padding:56px 0}
.page-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}
.page-hero img{width:100%;border-radius:20px;box-shadow:var(--ombre);aspect-ratio:4/3;object-fit:cover}
.page-hero h1{font-size:clamp(1.8rem,4vw,2.6rem);margin-bottom:16px}
.page-hero p{color:var(--encre-doux);font-size:1.05rem}
.article{padding:70px 0}
.article-wrap{max-width:820px;margin:0 auto}
.article h2{color:var(--encre);font-size:clamp(1.4rem,3.2vw,1.9rem);margin:34px 0 14px}
.article p{color:var(--encre-doux);margin-bottom:16px}
.article ul{list-style:none;display:grid;gap:12px;margin:10px 0 24px}
.article ul li{background:var(--blanc);border:1px solid var(--bordure);border-radius:12px;padding:14px 18px;display:flex;gap:12px;align-items:center;font-weight:600;color:var(--encre)}
.article ul li .check{width:24px;height:24px;background:var(--lime);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.article ul li .check svg{width:14px;height:14px;stroke:var(--encre);fill:none;stroke-width:3}
@media(max-width:860px){.page-hero-grid{grid-template-columns:1fr;gap:28px}.page-hero img{order:-1}}
