/* Extracted from index.html to improve text-to-HTML ratio on prerendered pages. Preloaded as a stylesheet so first paint is preserved. */
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size-adjust:0.5;margin:0;padding-top:136px;background-color:#ffffff;color:#0f172a}
.trust-bar{position:fixed;top:0;left:0;right:0;z-index:50;background-color:#e6f4eb;padding:8px 0;font-size:14px}
.main-nav{position:fixed;top:32px;left:0;right:0;z-index:50;background-color:#fffbdd;box-shadow:0 1px 3px rgba(0,0,0,0.1)}
.loading-skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);background-size:200% 100%;animation:loading 1.5s infinite}
#accueil{position:relative;min-height:80vh;overflow:hidden;display:flex;align-items:center;margin-top:-8px;background-color:#f3f4f6;padding:4rem 1rem;contain:layout style paint}
#accueil img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;will-change:opacity;content-visibility:auto;aspect-ratio:1335/890}
#accueil img[fetchpriority="high"]{content-visibility:visible}
.hero-content{position:relative;z-index:10;max-width:64rem;margin:0 auto;text-align:center}
.hero-text-overlay{background:rgba(0,0,0,0.35);backdrop-filter:blur(4px);border-radius:0.75rem;padding:2rem;min-height:200px}
.hero-title{font-size:2.5rem;font-weight:700;color:white;margin-bottom:1.25rem;line-height:1.25;text-shadow:0 2px 8px rgba(0,0,0,0.3)}
.hero-subtitle{font-size:1.5rem;font-weight:500;color:white;margin-bottom:0.75rem}
.hero-description{font-size:1rem;color:white;margin-bottom:2rem}
.hero-cta{display:inline-flex;align-items:center;padding:1.5rem 3rem;background-color:#047857;color:white;font-size:1.125rem;font-weight:600;border-radius:0.75rem;text-decoration:none;border:none;cursor:pointer;margin-top:0.5rem}
@media (min-width:768px){.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.875rem}.hero-description{font-size:1.25rem}.hero-cta{font-size:1.25rem;padding:1.5rem 3rem}.hero-text-overlay{padding:3rem}}
.hero-title{font-size:clamp(2.5rem,1.55rem + 0.25vw,3.5rem);text-shadow:0 2px 8px rgba(0,0,0,0.3);text-wrap:balance}
.hero-subtitle{font-size:clamp(1.5rem,1.1rem + 0.1vw,1.875rem);text-shadow:0 1px 4px rgba(0,0,0,0.2)}
.hero-description{font-size:clamp(1rem,0.75rem + 0.07vw,1.25rem);text-shadow:0 1px 4px rgba(0,0,0,0.2);text-wrap:balance}
@keyframes loading{0%{background-position:200% 0}100%{background-position:-200% 0}}