:root{--edf-green:#176b55;--edf-green-dark:#0f4f3f;--edf-cream:#f8f4ed;--edf-rose:#b75a6b;--edf-ink:#20312d;--edf-muted:#65736f;--edf-line:#dfe7e3;--edf-white:#fff;--edf-shadow:0 18px 50px rgba(31,65,55,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--edf-ink);background:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.65}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}.edf-wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}.edf-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);border-bottom:1px solid var(--edf-line);backdrop-filter:blur(10px)}.edf-header__inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:30px}.edf-brand{display:flex;align-items:center;gap:12px}.edf-brand__mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--edf-green);color:#fff;font-size:23px}.edf-brand strong,.edf-brand small{display:block}.edf-brand strong{font-family:Georgia,serif;font-size:20px}.edf-brand small{font-size:12px;color:var(--edf-muted)}.edf-nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:700}.edf-nav a:hover{color:var(--edf-green)}.edf-hero{position:relative;overflow:hidden;padding:76px 0;background:linear-gradient(135deg,#f8f4ed 0%,#fff 62%)}.edf-hero:after{content:"";position:absolute;right:-120px;top:-160px;width:420px;height:420px;border-radius:50%;background:rgba(23,107,85,.08)}.edf-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}.edf-eyebrow{margin:0 0 10px;color:var(--edf-green);font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.edf-hero h1,.edf-section h2,.edf-cta h2{font-family:Georgia,serif;line-height:1.12}.edf-hero h1{margin:0 0 22px;font-size:clamp(42px,6vw,72px);font-weight:500}.edf-lead{max-width:700px;margin:0;color:var(--edf-muted);font-size:19px}.edf-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.edf-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border:1px solid transparent;border-radius:999px;font-weight:800;transition:.2s ease}.edf-button:hover{transform:translateY(-2px)}.edf-button--primary{background:var(--edf-green);color:#fff;box-shadow:0 12px 28px rgba(23,107,85,.2)}.edf-button--light{background:#fff;border-color:var(--edf-line)}.edf-button--white{background:#fff;color:var(--edf-green-dark)}.edf-reassurance{display:flex;flex-wrap:wrap;gap:22px;padding:0;margin:28px 0 0;list-style:none;font-size:14px;font-weight:700}.edf-reassurance li:before{content:"✓";margin-right:7px;color:var(--edf-green)}.edf-hero__media{margin:0;padding:12px;background:#fff;border-radius:28px;box-shadow:var(--edf-shadow);transform:none}.edf-hero__media img{width:100%;height:auto;max-height:520px;object-fit:contain;border-radius:20px}.edf-section{padding:88px 0}.edf-section--soft{background:var(--edf-cream)}.edf-section__intro{max-width:760px;margin-bottom:38px}.edf-section h2,.edf-cta h2{margin:0 0 16px;font-size:clamp(34px,4vw,50px);font-weight:500}.edf-section__intro>p:last-child,.edf-faq-title>p:last-child{color:var(--edf-muted);font-size:18px}.edf-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.edf-card{padding:30px;border:1px solid var(--edf-line);border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(31,65,55,.06)}.edf-card__number{display:inline-grid;place-items:center;width:38px;height:38px;margin-bottom:18px;border-radius:50%;background:#edf5f2;color:var(--edf-green);font-weight:900}.edf-card h3{margin:0 0 12px;font-family:Georgia,serif;font-size:24px}.edf-card p{margin:0;color:var(--edf-muted)}.edf-occasion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.edf-occasion-grid a{position:relative;display:flex;min-height:155px;flex-direction:column;justify-content:flex-end;padding:24px;overflow:hidden;border-radius:18px;background:#fff;border:1px solid rgba(23,107,85,.12);transition:.2s ease}.edf-occasion-grid a:before{content:"";position:absolute;right:-28px;top:-28px;width:90px;height:90px;border-radius:50%;background:rgba(183,90,107,.12)}.edf-occasion-grid a:hover{transform:translateY(-4px);box-shadow:var(--edf-shadow)}.edf-occasion-grid strong{font-family:Georgia,serif;font-size:25px}.edf-occasion-grid span{color:var(--edf-muted)}.edf-faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.edf-faq-title{position:sticky;top:110px}.edf-faq details{border-top:1px solid var(--edf-line)}.edf-faq details:last-child{border-bottom:1px solid var(--edf-line)}.edf-faq summary{cursor:pointer;list-style:none;padding:22px 40px 22px 0;font-weight:800;position:relative}.edf-faq summary::-webkit-details-marker{display:none}.edf-faq summary:after{content:"+";position:absolute;right:0;top:18px;color:var(--edf-green);font-size:25px}.edf-faq details[open] summary:after{content:"−"}.edf-faq details p{margin:0;padding:0 40px 22px 0;color:var(--edf-muted)}.edf-cta{padding:62px 0;background:var(--edf-green-dark);color:#fff}.edf-cta .edf-eyebrow{color:#bfe1d6}.edf-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.edf-cta h2{font-size:40px}.edf-cta p{margin:0;color:#d5e6e0}.edf-footer{padding:58px 0 24px;background:#14231f;color:#d8e1de}.edf-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:50px}.edf-footer strong{display:block;margin-bottom:14px;color:#fff;font-family:Georgia,serif;font-size:20px}.edf-footer p{max-width:450px;color:#9fb0aa}.edf-footer a{display:block;margin:8px 0;color:#c6d2ce}.edf-footer a:hover{color:#fff}.edf-footer__bottom{margin-top:42px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);font-size:13px;color:#91a49d}
@media(max-width:900px){.edf-nav{display:none}.edf-hero{padding:52px 0}.edf-hero__grid,.edf-faq-layout{grid-template-columns:1fr;gap:40px}.edf-hero__content{order:1}.edf-hero__media{order:2}.edf-cards,.edf-occasion-grid{grid-template-columns:1fr 1fr}.edf-faq-title{position:static}.edf-cta__inner{align-items:flex-start;flex-direction:column}.edf-footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.edf-wrap{width:min(100% - 28px,1180px)}.edf-header__inner{min-height:68px}.edf-brand small{display:none}.edf-hero h1{font-size:42px}.edf-lead{font-size:17px}.edf-actions{align-items:stretch;flex-direction:column}.edf-button{width:100%}.edf-reassurance{display:grid;gap:8px}.edf-section{padding:64px 0}.edf-cards,.edf-occasion-grid,.edf-footer__grid{grid-template-columns:1fr}.edf-card{padding:24px}.edf-cta h2{font-size:34px}}

/* Catalogue dynamique PrestaShop */
.edf-section--catalogue{background:#fff}
.edf-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.edf-product{overflow:hidden;border:1px solid var(--edf-line);border-radius:20px;background:var(--edf-white);box-shadow:0 10px 30px rgba(31,65,55,.08);transition:transform .2s ease,box-shadow .2s ease}
.edf-product:hover{transform:translateY(-4px);box-shadow:var(--edf-shadow)}
.edf-product__image{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;background:var(--edf-cream);overflow:hidden}
.edf-product__image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.edf-product:hover .edf-product__image img{transform:scale(1.035)}
.edf-product__placeholder{font-size:72px;color:var(--edf-green);opacity:.45}
.edf-product__body{padding:18px}
.edf-product__body h3{margin:0 0 12px;font-size:1rem;line-height:1.35}
.edf-product__body h3 a{color:var(--edf-ink);text-decoration:none}
.edf-product__price{margin:0 0 12px;font-size:1.08rem;font-weight:800;color:var(--edf-green-dark)}
.edf-product__link{font-weight:700;color:var(--edf-green);text-decoration:none}
.edf-product__link:hover{text-decoration:underline}
.edf-catalogue-fallback{padding:28px;border:1px dashed var(--edf-line);border-radius:20px;text-align:center;background:var(--edf-cream)}
.edf-catalogue-more{margin-top:28px;text-align:center}
@media (max-width:980px){.edf-products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:560px){.edf-products{grid-template-columns:1fr;gap:18px}.edf-product{display:grid;grid-template-columns:120px 1fr}.edf-product__image{aspect-ratio:auto;min-height:150px}.edf-product__body{padding:16px}}


/* Correctifs Ozan v1.4 */
.edf-hero__media{display:flex;align-items:center;justify-content:center;overflow:hidden}
.edf-hero__media img{display:block;width:100%;height:auto;max-height:520px;object-fit:contain;background:#fff}
.edf-section--advisor{padding:64px 0;background:#f7f2ec}
.edf-advisor{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);gap:54px;align-items:center;padding:32px;border:1px solid var(--edf-line);border-radius:28px;background:#fff;box-shadow:0 18px 50px rgba(31,65,55,.08)}
.edf-advisor__media{overflow:hidden;border-radius:22px;background:#f9f3ef}
.edf-advisor__media img{display:block;width:100%;height:auto;max-height:390px;object-fit:cover;object-position:center 28%}
.edf-advisor__content h2{margin:0 0 16px;font-size:clamp(34px,4vw,48px);font-weight:500}
.edf-advisor__content p:not(.edf-eyebrow){max-width:600px;margin:0 0 24px;color:var(--edf-muted);font-size:18px}
.edf-deuil-catalogue{padding:38px 0;border-top:1px solid var(--edf-line)}
.edf-deuil-catalogue:first-of-type{padding-top:0;border-top:0}
.edf-deuil-catalogue__head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:24px}
.edf-deuil-catalogue__head h3{margin:0 0 8px;font-family:Georgia,serif;font-size:clamp(28px,3vw,38px);font-weight:500}
.edf-deuil-catalogue__head p{max-width:760px;margin:0;color:var(--edf-muted);font-size:17px}
.edf-deuil-catalogue__head>a{flex:0 0 auto;font-weight:800;color:var(--edf-green)}
.edf-products--four{grid-template-columns:repeat(4,minmax(0,1fr))}
.edf-product__body h4{margin:0 0 12px;font-size:1rem;line-height:1.35}
.edf-product__body h4 a{color:var(--edf-ink)}
.edf-death-notices{display:flex;align-items:center;justify-content:space-between;gap:42px;padding:36px;border-radius:24px;background:#fff;border:1px solid rgba(23,107,85,.14)}
.edf-death-notices h2{margin-bottom:12px}
.edf-death-notices p:last-child{max-width:760px;margin:0;color:var(--edf-muted);font-size:18px}
@media(max-width:900px){.edf-advisor{grid-template-columns:1fr}.edf-products--four{grid-template-columns:repeat(2,minmax(0,1fr))}.edf-death-notices{align-items:flex-start;flex-direction:column}.edf-deuil-catalogue__head{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.edf-advisor{padding:18px}.edf-products--four{grid-template-columns:1fr}.edf-deuil-catalogue{padding:30px 0}}


/* Ozan v1.5 : mariage et bandeau de réassurance */
.edf-trust-strip{padding:26px 0;background:#edf5f2;border-top:1px solid rgba(23,107,85,.12);border-bottom:1px solid rgba(23,107,85,.12)}
.edf-trust-strip__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.edf-trust-item{display:flex;align-items:center;gap:13px;min-width:0}
.edf-trust-item>span{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:#fff;font-size:22px;box-shadow:0 7px 18px rgba(31,65,55,.08)}
.edf-trust-item strong,.edf-trust-item small{display:block}
.edf-trust-item strong{color:var(--edf-green-dark);font-size:14px;line-height:1.3}
.edf-trust-item small{margin-top:3px;color:var(--edf-muted);font-size:12px;line-height:1.35}
@media(max-width:900px){.edf-trust-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 28px}}
@media(max-width:560px){.edf-trust-strip{padding:22px 0}.edf-trust-strip__grid{grid-template-columns:1fr}.edf-trust-item>span{flex-basis:40px;width:40px;height:40px;font-size:20px}}



/* Version nationale v1.1.1 : expression « Fleuriste + ville » clairement visible en haut du hero */
.edf-local-keyword{
    display:flex;
    align-items:baseline;
    flex-wrap:wrap;
    gap:.28em;
    margin:0 0 14px;
    color:var(--edf-green-dark);
    font-family:Georgia,serif;
    font-size:clamp(25px,3vw,38px);
    font-weight:500;
    letter-spacing:.01em;
    line-height:1.1;
    text-transform:none;
}
.edf-local-keyword span,
.edf-local-keyword strong{font:inherit}
.edf-local-keyword strong{font-weight:700}
@media(max-width:620px){.edf-local-keyword{margin-bottom:12px;font-size:27px}}
