@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Manrope:wght@500;600;700;800&display=swap');
:root { font-family: 'DM Sans', system-ui, sans-serif; color: #26362e; background: #fbfaf6; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; }
a { color: #265342; }
img { max-width: 100%; }
.conteneur { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.entete { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 17px 0; }
.marque { display: inline-flex; align-items: center; flex: none; text-decoration: none; }
.marque img { display: block; width: 170px; height: auto; }
.liens { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 4px; }
.liens a, .bouton { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; padding: 10px 14px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: background .2s, transform .2s, box-shadow .2s; }
.liens a { color: #42554a; }
.liens a:hover, .liens a[aria-current="page"] { background: #e8efe8; color: #244634; }
.primaire { background: #275441 !important; color: #fff !important; }
.primaire:hover { background: #173b2d !important; box-shadow: 0 7px 18px #173b2d2a; transform: translateY(-1px); }
.secondaire { border: 1px solid #aabbb0; color: #244634 !important; background: #ffffffb8; }
.secondaire:hover { background: #eaf1e9; }
.liens .primaire { margin-left: 8px; }
main { padding: 40px 0 92px; }
.sur-titre { margin: 0 0 13px; color: #527d62; font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { font-family: Manrope, 'DM Sans', system-ui, sans-serif; }
h1 { margin: 0; font-size: clamp(2.45rem, 5.6vw, 5rem); line-height: 1.08; letter-spacing: -.055em; }
.intro { max-width: 720px; margin: 19px 0 29px; color: #596b5e; font-size: 1.12rem; line-height: 1.7; }
.actions { display: flex; flex-wrap: wrap; gap: 11px; }
.actions .bouton { min-height: 49px; padding-inline: 22px; }
.section-titre { margin: 0; font-size: clamp(1.85rem, 3.4vw, 3rem); line-height: 1.2; letter-spacing: -.045em; }
.section-intro { max-width: 680px; margin: 14px 0 0; color: #627266; line-height: 1.7; }
.section-accueil { padding-top: 95px; }
.hero-accueil { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr); gap: 42px; align-items: center; min-height: 600px; }
.hero-texte { position: relative; z-index: 1; padding-block: 34px; }
.hero-texte h1 span { color: #3f7250; }
.hero-media { position: relative; min-height: 525px; }
.hero-media::before { content: ''; position: absolute; inset: -18px 22px 16px -18px; border-radius: 36px; background: #dfe9db; transform: rotate(-2deg); }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 63% center; border-radius: 30px; box-shadow: 0 24px 55px #26362e23; }
.hero-etiquette { position: absolute; bottom: 24px; left: -28px; width: min(290px, 75%); padding: 17px 20px; border: 1px solid #ffffffa1; border-radius: 18px; background: #fffef4f0; box-shadow: 0 15px 35px #12251824; backdrop-filter: blur(10px); }
.hero-etiquette strong { display: block; margin-bottom: 6px; font-size: .95rem; }
.hero-etiquette span { color: #57715e; font-size: .88rem; }
.temoins { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 30px; color: #607267; font-size: .88rem; font-weight: 700; }
.temoins span::before { content: '✓'; display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 7px; border-radius: 50%; background: #dfeadc; color: #28563e; }
.etapes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 31px; }
.etape { padding: 27px; border: 1px solid #e2e8df; border-radius: 23px; background: #fff; box-shadow: 0 11px 27px #213c2309; }
.etape .numero { display: inline-grid; place-items: center; width: 43px; height: 43px; margin-bottom: 18px; border-radius: 14px; background: #e4eee5; color: #275441; font-weight: 800; }
.etape:nth-child(2) .numero { background: #f5e8d9; color: #9e6438; }
.etape:nth-child(3) .numero { background: #dce7e1; }
.etape h3 { margin: 0 0 10px; font-size: 1.12rem; }
.etape p { margin: 0; color: #617267; line-height: 1.65; }
.bandeau { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 34px; margin-top: 86px; padding: 42px; border-radius: 30px; background: #244634; color: #fff; overflow: hidden; }
.bandeau h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.65rem); letter-spacing: -.04em; }
.bandeau p { color: #d4e2d5; line-height: 1.65; }
.bandeau .bouton { background: #fffaf0; color: #244634; justify-self: end; }
.bandeau .bouton:hover { background: #e9f1e7; }
.page-intro { padding: 50px 0 18px; }
.page-intro h1 { max-width: 850px; }
.page-intro .intro { max-width: 780px; }
.visuel-bandeau { position: relative; min-height: 280px; margin: 20px 0 35px; overflow: hidden; border-radius: 27px; background: #d6dfd2; }
.visuel-bandeau img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.visuel-bandeau::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #163927b5, transparent 70%); }
.visuel-bandeau figcaption { position: absolute; z-index: 1; left: 31px; bottom: 25px; width: min(480px, calc(100% - 62px)); color: white; font-family: Manrope, sans-serif; font-size: clamp(1.3rem, 2.5vw, 2rem); font-weight: 800; line-height: 1.28; }
.intro-tarifs { position: relative; margin: 31px 0 34px; padding: 34px; overflow: hidden; border-radius: 28px; background: #244634; color: #fff; }
.intro-tarifs::after { content: ''; position: absolute; right: -12px; top: -98px; width: 430px; height: 340px; background: url('/assets/chantier-lumobat.png') center/cover; opacity: .23; mask-image: linear-gradient(90deg, transparent, #000 60%); }
.intro-tarifs > * { position: relative; z-index: 1; }
.intro-tarifs .sur-titre { color: #c2e1bc; }
.intro-tarifs h1 { font-size: clamp(2.3rem, 5vw, 4.3rem); }
.intro-tarifs .intro { color: #e0e9df; margin-bottom: 0; }
.grille-tarifs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 35px 0 24px; align-items: stretch; }
.carte { position: relative; padding: 29px; border: 1px solid #dce5dc; border-radius: 23px; background: #fff; box-shadow: 0 15px 35px #2039230c; }
.carte-mise-en-avant { border: 2px solid #447456; box-shadow: 0 17px 43px #204b2b20; }
.carte h2 { margin: 13px 0 8px; font-size: 1.4rem; }
.carte p { color: #5f7063; line-height: 1.6; }
.plan-icone { display: inline-grid; place-items: center; width: 50px; height: 50px; border-radius: 16px; background: #e8f0e6; color: #275441; font-size: 1.6rem; }
.carte:nth-child(2) .plan-icone { background: #e2ece3; }
.carte:nth-child(3) .plan-icone { background: #f5e8d9; color: #976336; }
.badge-populaire { position: absolute; top: -15px; right: 22px; padding: 7px 13px; border-radius: 99px; background: #447456; color: #fff; font-size: .76rem; font-weight: 800; }
.prix { margin: 20px 0 1px !important; color: #243d2e !important; font-family: Manrope, sans-serif; font-size: 2.7rem; font-weight: 800; letter-spacing: -.06em; line-height: 1.1 !important; }
.prix small { font-family: 'DM Sans', sans-serif; font-size: .88rem; font-weight: 700; letter-spacing: 0; }
.prix-ht { margin: 0 !important; color: #728075 !important; font-size: .88rem; }
.carte ul { min-height: 185px; margin: 23px 0; padding: 0; list-style: none; line-height: 1.55; }
.carte li { position: relative; margin: 12px 0; padding-left: 26px; }
.carte li::before { content: '✓'; position: absolute; left: 0; color: #447456; font-weight: 800; }
.carte .bouton { width: 100%; margin-top: 8px; }
.note { max-width: 900px; color: #64746a; line-height: 1.65; font-size: .94rem; }
.documentation { display: grid; grid-template-columns: minmax(195px, 238px) minmax(0, 1fr); gap: 26px; align-items: start; }
.sommaire { position: sticky; top: 15px; display: grid; gap: 3px; max-height: calc(100vh - 30px); overflow: auto; padding: 16px; border: 1px solid #dfe8df; border-radius: 19px; background: #fff; box-shadow: 0 10px 28px #2339220c; }
.sommaire a { padding: 9px 11px; border-radius: 9px; color: #4a5f50; font-size: .91rem; font-weight: 700; text-decoration: none; }
.sommaire a:hover, .sommaire a:focus-visible { background: #e8f0e9; color: #245440; }
.guide section { margin-bottom: 17px; padding: 29px; border: 1px solid #e0e7df; border-radius: 20px; background: #fff; box-shadow: 0 8px 22px #1e372109; scroll-margin-top: 20px; }
.guide section:target { border-color: #4b805b; box-shadow: 0 0 0 3px #4b805b23; }
.guide h2 { margin: 0 0 12px; font-size: 1.32rem; letter-spacing: -.025em; }
.guide h3 { margin: 22px 0 7px; }
.guide p, .guide li { color: #506053; line-height: 1.75; }
.guide ol, .guide ul { padding-left: 23px; }
.formule { display: inline-block; margin: 0 0 13px; padding: 5px 11px; border-radius: 99px; background: #e6f0e5; color: #2b6446; font-size: .76rem; font-weight: 800; }
.contact-carte { max-width: 720px; }
.contact-carte a { overflow-wrap: anywhere; }
footer { border-top: 1px solid #dfe7dc; padding: 28px 0 42px; color: #68796b; font-size: .92rem; }
footer .conteneur { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; }
footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
footer a { color: inherit; text-decoration: none; }
footer a:hover { color: #245440; text-decoration: underline; }
@media (max-width: 980px) { .hero-accueil { gap: 28px; } .hero-media { min-height: 480px; } .liens { gap: 0; } .liens a { padding-inline: 10px; } }
@media (max-width: 820px) { .entete { align-items: flex-start; flex-direction: column; gap: 13px; } .liens { justify-content: flex-start; } .liens .primaire { margin-left: 0; } .hero-accueil { grid-template-columns: 1fr; gap: 18px; } .hero-media { min-height: 390px; margin-left: 20px; } .documentation { grid-template-columns: 1fr; } .sommaire { position: static; grid-template-columns: repeat(3, minmax(0, 1fr)); max-height: none; } .grille-tarifs { grid-template-columns: 1fr; } .carte ul { min-height: 0; } }
@media (max-width: 640px) { .conteneur { width: min(100% - 30px, 1180px); } main { padding-top: 23px; } .marque img { width: 154px; } .liens a { min-height: 37px; padding: 7px 9px; font-size: .85rem; } .hero-texte { padding: 13px 0; } .hero-media { min-height: 300px; margin-left: 10px; } .hero-etiquette { left: -10px; bottom: 13px; padding: 11px 13px; } .etapes { grid-template-columns: 1fr; } .section-accueil { padding-top: 66px; } .bandeau { grid-template-columns: 1fr; margin-top: 60px; padding: 30px; } .bandeau .bouton { justify-self: start; } .sommaire { grid-template-columns: repeat(2, minmax(0, 1fr)); } .guide section { padding: 22px; } .visuel-bandeau { min-height: 220px; } .intro-tarifs { padding: 28px; } }
@media (max-width: 430px) { .sommaire a { font-size: .82rem; padding: 7px; } .prix { font-size: 2.3rem; } }
