:root{--jaune-activelec:#E8C85A;--vert-activelec:#5A8A69;--bleu-gris-activelec:#6B7E92;--yellow:#E8C85A;--green:#5A8A69;--black:#000206;--white:#FFFFFF;--text:#1A1A1A;--background:#FFFFFF;--gray-light:#F8F9FA;--gray:#6B7280;--gray-dark:#4B5563;--font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;--font-size-base:16px;--line-height-base:1.6;--container-max-width:1400px;--container-padding:1.5rem;--section-padding:4rem 0;--shadow:0 2px 8px rgba(0,0,0,0.1);--shadow-lg:0 4px 20px rgba(0,0,0,0.15);--border-radius:8px;--transition:all 0.3s ease}*{margin:0;padding:0;box-sizing:border-box}html{font-size:var(--font-size-base);scroll-behavior:smooth}body{font-family:var(--font-family);font-size:1rem;line-height:var(--line-height-base);color:var(--text);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--black);margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}p{margin-bottom:1rem}a{color:var(--green);text-decoration:underline;transition:var(--transition)}a:hover{color:var(--yellow)}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding)}@media (min-width:768px){.container{width:90%;padding:0 2rem}}@media (min-width:1440px){.container{width:100%;max-width:1400px}}@media (max-width:768px){.container{padding:0 1rem}}.section{padding:var(--section-padding)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem 1.5rem;border-radius:var(--border-radius);font-weight:600;font-size:1rem;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:var(--transition);font-family:var(--font-family)}.btn-primary{background:var(--yellow);color:var(--black);border-color:var(--yellow)}.btn-primary:hover{background:#C9A843;border-color:#C9A843;transform:translateY(-2px);box-shadow:0 4px 12px rgba(219,185,84,0.3)}.btn-secondary{background:var(--white);color:var(--green);border-color:var(--green)}.btn-secondary:hover{background:var(--green);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 12px rgba(67,104,77,0.2)}.btn .icon{width:18px;height:18px}.hero{position:relative;min-height:600px;display:flex;align-items:center;background:linear-gradient(135deg,var(--green) 0%,#3d6449 100%);color:var(--white);padding:4rem 0}.hero-content{position:relative;z-index:2}.hero-title{font-size:3rem;font-weight:800;color:var(--white);margin-bottom:1rem;line-height:1.1}.hero-subtitle{font-size:1.5rem;font-weight:600;color:var(--yellow);margin-bottom:1rem}.hero-description{font-size:1.125rem;color:rgba(255,255,255,0.9);margin-bottom:2rem;line-height:1.6}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.trust-stats{position:relative;background:linear-gradient(135deg,rgba(90,138,105,0.95) 0%,rgba(67,104,77,0.95) 100%);padding:2rem 0;margin-top:-2px}.trust-stats .container{position:relative;z-index:1}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-item{color:var(--white)}.stat-value{display:block;font-size:2.5rem;font-weight:800;color:var(--yellow);margin-bottom:0.5rem}.stat-label{display:block;font-size:1rem;color:rgba(255,255,255,0.9);font-weight:500}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}@media (max-width:1024px){.hero-title{font-size:2.5rem}}@media (max-width:768px){:root{--container-padding:1rem;--section-padding:3rem 0}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.hero{min-height:500px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-value{font-size:2rem}}@media (max-width:480px){.hero-title{font-size:1.75rem}.stat-value{font-size:1.75rem}}