
/* =========================================================
   CHL-Est - Projet HTML statique inspiré Kadence Theme
   Palette : vert CHL + vert foncé + jaune diagnostic
   ========================================================= */
:root{
  --chl-green:#55b828;
  --chl-green-dark:#0f5a2a;
  --chl-green-900:#073817;
  --chl-yellow:#f5bd16;
  --chl-yellow-soft:#fff5cf;
  --chl-bg:#f7f8f2;
  --chl-white:#ffffff;
  --chl-text:#1c251a;
  --chl-muted:#5e6a5a;
  --chl-border:#dde4d6;
  --chl-shadow:0 14px 40px rgba(18,54,23,.12);
  --chl-radius:18px;
  --chl-radius-lg:28px;
  --chl-container:1180px;
  --chl-heading:"Merriweather", Georgia, "Times New Roman", serif;
  --chl-body:"Inter", "Segoe UI", Roboto, Arial, sans-serif;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:var(--chl-body);color:var(--chl-text);background:#fff;line-height:1.7;font-size:16px} img{max-width:100%;display:block} a{color:var(--chl-green-dark);text-decoration:none} a:hover{color:var(--chl-green)}
.chl-container{max-width:var(--chl-container);margin:0 auto;padding:0 22px}.chl-narrow{max-width:860px;margin:0 auto}.chl-section{padding:82px 0}.chl-section-soft{background:var(--chl-bg)}.chl-section-dark{background:linear-gradient(135deg,var(--chl-green-900),var(--chl-green-dark));color:#fff}.chl-section-dark h2,.chl-section-dark h3{color:#fff}.chl-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 13px;border-radius:999px;background:var(--chl-yellow-soft);color:#6b5204;font-weight:800;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.chl-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--chl-yellow)}
h1,h2,h3,h4{font-family:var(--chl-heading);line-height:1.18;color:var(--chl-green-900);margin:0 0 18px} h1{font-size:clamp(2.05rem,4vw,4rem);letter-spacing:-.03em} h2{font-size:clamp(1.65rem,2.6vw,2.75rem);letter-spacing:-.02em} h3{font-size:1.35rem} h4{font-size:1.1rem}.chl-lead{font-size:1.15rem;color:#364232}.chl-muted{color:var(--chl-muted)}.chl-center{text-align:center}.chl-section-title{position:relative;padding-left:18px}.chl-section-title:before{content:"";position:absolute;left:0;top:.16em;bottom:.18em;width:6px;border-radius:999px;background:var(--chl-green)}
.chl-topbar{background:var(--chl-green-900);color:#fff;font-size:.95rem}.chl-topbar .chl-container{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:8px;padding-bottom:8px}.chl-topbar a{color:#fff;font-weight:700}.chl-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.96);backdrop-filter:saturate(140%) blur(12px);border-bottom:1px solid var(--chl-border)}.chl-header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px}.chl-brand{display:flex;align-items:center;gap:10px}.chl-brand img{width:136px;height:auto}.chl-nav{display:flex;align-items:center;gap:8px}.chl-nav a{padding:10px 12px;border-radius:12px;color:var(--chl-text);font-weight:800;font-size:.95rem}.chl-nav a:hover,.chl-nav a.active{background:var(--chl-yellow-soft);color:var(--chl-green-dark)}.chl-menu-toggle{display:none;border:0;background:var(--chl-green-dark);color:#fff;border-radius:12px;padding:10px 12px;font-weight:800}.chl-mobile-nav{display:none;border-top:1px solid var(--chl-border);padding:10px 22px 18px}.chl-mobile-nav a{display:block;padding:12px;border-radius:12px;font-weight:800;color:var(--chl-text)}.chl-mobile-nav a:hover{background:var(--chl-yellow-soft)}
.chl-btn-row{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:26px}.chl-btn,.chl-btn-primary,.chl-btn-secondary,.chl-btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:13px 22px;font-weight:900;border:2px solid transparent;box-shadow:none;transition:.18s ease}.chl-btn-primary{background:var(--chl-yellow);color:#1b1600}.chl-btn-primary:hover{background:#ffd34d;color:#1b1600;transform:translateY(-2px)}.chl-btn-secondary{background:var(--chl-green-dark);color:#fff}.chl-btn-secondary:hover{background:var(--chl-green);color:#fff;transform:translateY(-2px)}.chl-btn-outline{background:#fff;color:var(--chl-green-dark);border-color:var(--chl-border)}.chl-btn-outline:hover{background:var(--chl-yellow-soft);color:var(--chl-green-dark)}
.chl-hero{position:relative;overflow:hidden;background:radial-gradient(circle at top left,rgba(85,184,40,.16),transparent 32%),linear-gradient(135deg,#ffffff 0%,#f4faef 55%,#fff3bd 100%);padding:82px 0}.chl-hero:after{content:"";position:absolute;right:-110px;bottom:-160px;width:360px;height:360px;border-radius:50%;background:rgba(85,184,40,.18)}.chl-hero .chl-container{position:relative;z-index:1}.chl-grid-2{display:grid;grid-template-columns:1.05fr .95fr;gap:42px}.chl-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.chl-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.chl-grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.chl-align-center{align-items:center}.chl-hero-image{position:relative;border-radius:var(--chl-radius-lg);overflow:hidden;box-shadow:var(--chl-shadow);min-height:420px;background:#ddd}.chl-hero-image img{width:100%;height:100%;min-height:420px;object-fit:cover}.chl-hero-badge{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.8);border-radius:18px;padding:18px;box-shadow:0 10px 30px rgba(0,0,0,.12)}.chl-hero-badge strong{display:block;color:var(--chl-green-dark);font-size:1.1rem}.chl-quick-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}.chl-quick-stat{background:#fff;border:1px solid var(--chl-border);border-radius:16px;padding:16px;box-shadow:0 8px 24px rgba(0,0,0,.06)}.chl-quick-stat strong{display:block;color:var(--chl-green-dark);font-size:1.35rem}.chl-card,.chl-service-card,.chl-feature-card,.chl-contact-card{background:#fff;border:1px solid var(--chl-border);border-radius:var(--chl-radius);padding:24px;box-shadow:0 10px 26px rgba(18,54,23,.07);transition:.18s ease}.chl-card:hover,.chl-service-card:hover,.chl-contact-card:hover{transform:translateY(-4px);box-shadow:var(--chl-shadow)}.chl-card img,.chl-service-card img{width:100%;height:220px;object-fit:cover;border-radius:14px;margin-bottom:18px}.chl-service-card{padding:12px}.chl-service-card h3,.chl-service-card p{padding:0 12px}.chl-service-card p{color:var(--chl-muted)}.chl-media-card{overflow:hidden;padding:0}.chl-media-card img{width:100%;height:230px;object-fit:cover}.chl-media-card .chl-media-body{padding:22px}.chl-list-check{list-style:none;padding:0;margin:0}.chl-list-check li{position:relative;padding-left:30px;margin:10px 0}.chl-list-check li:before{content:"✓";position:absolute;left:0;top:0;width:21px;height:21px;background:var(--chl-green);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:900}.chl-list-dash{padding-left:20px}.chl-list-dash li{margin:8px 0}.chl-reassurance{background:var(--chl-yellow);border-radius:var(--chl-radius-lg);padding:28px;box-shadow:var(--chl-shadow)}.chl-reassurance h2,.chl-reassurance h3{color:#1b1600}.chl-inner-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}.chl-inner-nav a{background:#fff;border:1px solid var(--chl-border);border-radius:16px;padding:16px;text-align:center;font-weight:900;color:var(--chl-text);box-shadow:0 8px 22px rgba(0,0,0,.06)}.chl-inner-nav a:hover{background:var(--chl-yellow);color:#1b1600;transform:translateY(-2px)}.chl-yellow-box{background:var(--chl-yellow-soft);border-left:6px solid var(--chl-yellow);border-radius:18px;padding:24px}.chl-green-box{background:var(--chl-green-dark);color:#fff;border-radius:22px;padding:30px}.chl-green-box h3{color:#fff}.chl-step{display:flex;gap:16px}.chl-step-num{flex:0 0 44px;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--chl-yellow);font-weight:900;color:#201900}.chl-faq details{margin-bottom:13px}.chl-faq details.chl-card{padding:0}.chl-faq summary{cursor:pointer;padding:20px 24px;font-weight:900;color:var(--chl-green-900);list-style:none}.chl-faq summary::-webkit-details-marker{display:none}.chl-faq summary:after{content:"+";float:right;font-size:1.35rem;color:var(--chl-green)}.chl-faq details[open] summary:after{content:"–"}.chl-faq details p{padding:0 24px 22px;margin:0}.chl-final-cta{background:linear-gradient(135deg,var(--chl-green-900),var(--chl-green-dark));color:#fff;border-radius:var(--chl-radius-lg);padding:44px;position:relative;overflow:hidden}.chl-final-cta h2{color:#fff}.chl-final-cta:after{content:"";position:absolute;right:-70px;bottom:-90px;width:220px;height:220px;background:rgba(255,255,255,.08);border-radius:50%}.chl-video{border-radius:18px;overflow:hidden;box-shadow:var(--chl-shadow);background:#000}.chl-video video{display:block;width:100%;height:auto}.chl-form{display:grid;gap:16px}.chl-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.chl-form label{display:grid;gap:7px;font-weight:800;color:var(--chl-green-900)}.chl-form input,.chl-form select,.chl-form textarea{width:100%;border:1px solid var(--chl-border);border-radius:12px;padding:13px 14px;font:inherit;background:#fff}.chl-form textarea{min-height:140px}.chl-form small{color:var(--chl-muted);font-weight:500}.chl-footer{background:#071f0f;color:#dcebdd;padding:54px 0 24px}.chl-footer h3{color:#fff}.chl-footer a{color:#dcebdd}.chl-footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:28px}.chl-footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:16px;color:#aab8ac;font-size:.92rem}.chl-logo-footer{width:132px;margin-bottom:15px;background:#fff;border-radius:10px;padding:8px}.chl-mobile-sticky{position:fixed;left:0;right:0;bottom:0;z-index:998;background:#fff;border-top:1px solid var(--chl-border);display:none;grid-template-columns:1fr 1fr;gap:10px;padding:10px 12px;box-shadow:0 -10px 30px rgba(0,0,0,.14)}.chl-mobile-sticky a{font-size:.9rem;padding:11px 10px}.chl-table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden}.chl-table th,.chl-table td{border:1px solid var(--chl-border);padding:16px;text-align:left;vertical-align:top}.chl-table th{background:var(--chl-green-dark);color:#fff}.chl-gallery-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.chl-gallery-strip img{height:130px;width:100%;object-fit:cover;border-radius:14px}.chl-breadcrumb{font-size:.9rem;margin-bottom:18px;color:var(--chl-muted)}.chl-breadcrumb a{font-weight:800}.chl-kadence-note{border:1px dashed var(--chl-green);background:#f5fff0;padding:18px;border-radius:14px;color:var(--chl-green-900)}
@media(max-width:1020px){.chl-grid-4,.chl-grid-5{grid-template-columns:repeat(2,1fr)}.chl-footer-grid{grid-template-columns:1fr 1fr}.chl-nav{display:none}.chl-menu-toggle{display:inline-flex}.chl-header-inner{height:74px}.chl-mobile-nav.is-open{display:block}.chl-grid-2{grid-template-columns:1fr}.chl-hero-image,.chl-hero-image img{min-height:320px}.chl-inner-nav{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){body{padding-bottom:74px}.chl-topbar .chl-container{display:block;text-align:center}.chl-section{padding:54px 0}.chl-hero{padding:54px 0}.chl-grid-3,.chl-grid-4,.chl-grid-5,.chl-footer-grid,.chl-form-row,.chl-quick-stats{grid-template-columns:1fr}.chl-gallery-strip{grid-template-columns:repeat(2,1fr)}.chl-mobile-sticky{display:grid}.chl-brand img{width:112px}.chl-header-inner{height:68px}.chl-card img,.chl-service-card img{height:200px}.chl-inner-nav{grid-template-columns:1fr}.chl-final-cta{padding:30px}.chl-reassurance{padding:22px}.chl-btn-row .chl-btn-primary,.chl-btn-row .chl-btn-secondary,.chl-btn-row .chl-btn-outline{width:100%}.chl-footer-bottom{display:block}.chl-container{padding:0 18px}}


/* WordPress theme integration */
.chl-menu-list,.chl-mobile-menu-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:8px}.chl-menu-list li{margin:0}.chl-nav .current-menu-item>a,.chl-nav .current_page_item>a{background:var(--chl-yellow-soft);color:var(--chl-green-dark)}
.chl-mobile-menu-list{display:block}.chl-mobile-menu-list li{margin:0}.chl-mobile-menu-list a{display:block;padding:12px;border-radius:12px;font-weight:800;color:var(--chl-text)}
.custom-logo-link{display:flex}.custom-logo{width:136px;height:auto}.chl-header-cta{white-space:nowrap}.chl-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.chl-checkbox{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start!important;gap:10px!important}.chl-checkbox input{width:auto!important;margin-top:6px}.chl-form-message{border-radius:14px;padding:16px 18px;margin-bottom:18px;font-weight:800}.chl-form-message-success{background:#e8f8e4;border:1px solid #55b828;color:#0f5a2a}.chl-form-message-warning{background:#fff5cf;border:1px solid #f5bd16;color:#5d4700}.chl-form-message-error{background:#fff0f0;border:1px solid #c62828;color:#8a1c1c}.admin-bar .chl-header{top:32px}
@media(max-width:1020px){.chl-header-cta{display:none}.chl-menu-list{display:block}.admin-bar .chl-header{top:32px}}
@media(max-width:782px){.admin-bar .chl-header{top:46px}}
