
.dre-site-active{--dre-shadow:0 18px 55px rgba(17,27,24,.12);--dre-radius:26px;color:var(--dre-text);background:var(--dre-surface)}
.dre-site-active .entry-content{font-size:17px;line-height:1.72}
.dre-site-active .entry-content>*{margin-top:0;margin-bottom:0}
.dre-wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.dre-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--dre-dark),var(--dre-dark-2));color:#fff;padding:clamp(72px,9vw,132px) 0}
.dre-hero:before{content:"";position:absolute;inset:-40% auto auto 55%;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,var(--dre-primary) 0,transparent 68%);opacity:.16}
.dre-hero .dre-wrap{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:70px;align-items:center;position:relative;z-index:1}
.dre-eyebrow{margin:0 0 15px!important;text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:12px;color:var(--dre-primary)}
.dre-hero .dre-eyebrow{color:#fff;opacity:.72}
.dre-hero h1{font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-.045em;margin:0 0 24px;color:#fff;max-width:850px}
.dre-lead{font-size:clamp(18px,2.2vw,23px);line-height:1.5;max-width:760px;color:rgba(255,255,255,.84);margin:0}
.dre-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.dre-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;text-decoration:none!important;font-weight:750;transition:.2s ease}
.dre-btn:hover{transform:translateY(-2px)}
.dre-btn--primary{background:var(--dre-primary);color:#fff!important}
.dre-btn--ghost{border:1px solid rgba(255,255,255,.28);color:#fff!important;background:rgba(255,255,255,.06)}
.dre-btn--dark{background:var(--dre-dark);color:#fff!important}
.dre-btn--light{background:#fff;color:var(--dre-dark)!important}
.dre-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:26px}
.dre-chips span{font-size:13px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12)}
.dre-hero__visual{min-height:390px;position:relative;display:flex;align-items:center;justify-content:center}
.dre-trust-panel{width:min(430px,100%);background:#fff;color:var(--dre-dark);border-radius:26px;padding:30px 32px;box-shadow:0 30px 80px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.5);position:relative;overflow:hidden}
.dre-trust-panel:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,var(--dre-primary),var(--dre-green))}
.dre-trust-panel__title{margin:0 0 17px!important;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;color:var(--dre-primary-dark)}
.dre-trust-panel ul{list-style:none;margin:0!important;padding:0!important;display:grid;gap:0}
.dre-trust-panel li{position:relative;padding:15px 0 15px 38px;font-size:18px;font-weight:750;line-height:1.3;border-bottom:1px solid rgba(20,32,25,.1)}
.dre-trust-panel li:last-child{border-bottom:0;padding-bottom:2px}
.dre-trust-panel li:before{content:"✓";position:absolute;left:0;top:13px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--dre-primary);color:#fff;font-size:14px;font-weight:900}
.dre-section{padding:clamp(70px,8vw,112px) 0}
.dre-section--soft{background:var(--dre-cream)}
.dre-section--dark{background:var(--dre-dark);color:#fff}
.dre-section h2,.dre-cta h2{font-size:clamp(32px,4vw,52px);line-height:1.06;letter-spacing:-.035em;margin:0 0 24px;color:inherit}
.dre-prose{max-width:850px;font-size:18px}
.dre-prose p{margin:0 0 18px}
.dre-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:38px}
.dre-card{background:#fff;border:1px solid rgba(26,42,37,.09);border-radius:var(--dre-radius);padding:28px;box-shadow:0 8px 30px rgba(17,27,24,.06);display:flex;flex-direction:column}
.dre-section:not(.dre-section--soft) .dre-card{background:var(--dre-surface)}
.dre-card__kicker{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--dre-primary);margin:0 0 10px}
.dre-card h3{font-size:22px;line-height:1.2;margin:0 0 13px}
.dre-card p{margin:0 0 18px;color:var(--dre-muted)}
.dre-text-link{margin-top:auto;color:var(--dre-primary-dark)!important;font-weight:750;text-decoration:none!important}
.dre-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;list-style:none;padding:0;margin:30px 0 0;max-width:900px}
.dre-checklist li{position:relative;padding:14px 16px 14px 43px;background:var(--dre-cream);border-radius:14px}
.dre-checklist li:before{content:"✓";position:absolute;left:16px;top:13px;color:var(--dre-primary);font-weight:900}
.dre-steps{display:grid;gap:16px;margin-top:36px}
.dre-steps article{display:grid;grid-template-columns:54px 1fr;gap:18px;align-items:start;padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:18px}
.dre-steps article>span{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--dre-primary);font-weight:900}
.dre-steps h3{margin:0 0 6px;color:#fff;font-size:20px}
.dre-steps p{margin:0;color:rgba(255,255,255,.72)}
.dre-nearby{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:38px 42px;border-radius:var(--dre-radius);background:var(--dre-cream);display:flex;justify-content:space-between;align-items:center;gap:24px}
.dre-nearby h2{margin:0;font-size:30px}
.dre-nearby__links{display:flex;flex-wrap:wrap;gap:9px}
.dre-nearby__links a,.dre-nearby__links span{padding:10px 15px;background:#fff;border-radius:999px;text-decoration:none!important;color:var(--dre-dark)!important;font-weight:700}
.dre-faq{max-width:920px}
.dre-faq details{border-bottom:1px solid rgba(20,32,25,.13);padding:18px 0}
.dre-faq summary{cursor:pointer;font-weight:800;font-size:18px}
.dre-faq details p{padding:12px 0 0;margin:0;color:var(--dre-muted)}
.dre-cta{width:min(1180px,calc(100% - 40px));margin:70px auto;background:linear-gradient(135deg,var(--dre-primary),var(--dre-primary-dark));color:#fff;border-radius:32px;padding:clamp(35px,5vw,62px);display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center}
.dre-cta .dre-eyebrow{color:#fff;opacity:.78}
.dre-cta h2{margin-bottom:12px}
.dre-cta p{margin:0;max-width:760px}
.dre-center{text-align:center;margin-top:32px}
.dre-contact-alt,.dre-empty-state{width:min(900px,calc(100% - 40px));margin:35px auto;padding:24px;background:var(--dre-cream);border-radius:18px}
.dre-articles-grid{width:min(1180px,calc(100% - 40px));margin:50px auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.dre-article-card{border:1px solid rgba(20,32,25,.1);border-radius:22px;overflow:hidden;background:#fff}
.dre-article-card__media{display:block;aspect-ratio:16/10;overflow:hidden}
.dre-article-card__media img{width:100%;height:100%;object-fit:cover}
.dre-article-card__body{padding:24px}
.dre-article-card__body h2{font-size:22px;margin:8px 0 12px}
.dre-article-card__date{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--dre-muted)}
.dre-mobile-bar{display:none}
@media(max-width:900px){
 .dre-hero .dre-wrap{grid-template-columns:1fr;gap:34px}.dre-hero__visual{min-height:0;justify-content:flex-start}.dre-trust-panel{max-width:620px}
 .dre-grid,.dre-articles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .dre-cta{grid-template-columns:1fr}.dre-nearby{display:block}.dre-nearby__links{margin-top:20px}
}
@media(max-width:640px){
 .dre-wrap{width:min(100% - 28px,1180px)}.dre-hero{padding:64px 0 58px}.dre-hero h1{font-size:42px}
 .dre-hero__visual{min-height:0}.dre-trust-panel{padding:24px 22px;border-radius:20px}.dre-trust-panel li{font-size:16px;padding:13px 0 13px 35px}.dre-trust-panel li:before{top:11px}
 .dre-section{padding:62px 0}.dre-grid,.dre-articles-grid,.dre-checklist{grid-template-columns:1fr}
 .dre-nearby,.dre-cta{width:calc(100% - 28px);padding:28px;border-radius:22px}.dre-actions .dre-btn{width:100%}
 .dre-mobile-bar{position:fixed;z-index:99999;left:10px;right:10px;bottom:10px;display:grid;grid-template-columns:1fr 1fr;background:var(--dre-dark);padding:8px;border-radius:18px;box-shadow:0 14px 50px rgba(0,0,0,.28)}
 .dre-mobile-bar a{color:#fff!important;text-decoration:none!important;text-align:center;padding:12px;font-weight:800}.dre-mobile-bar a:last-child{background:var(--dre-primary);border-radius:12px}
 body.dre-site-active{padding-bottom:78px}
}


/* ============================================================
   v1.0.2 — intégration Blocksy, visuels, navigation et alignements
   ============================================================ */

/* Le plugin prend la main sur les pages gérées sans hériter des limites du starter Blocksy. */
body.dre-site-active #header,
body.dre-site-active #footer,
body.dre-site-active #offcanvas,
body.dre-site-active footer.ct-footer,
body.dre-site-active .ct-header-trigger + .ct-panel,
body.dre-site-active [data-id="footer"]{display:none!important}
body.dre-site-active .site-main,
body.dre-site-active #main,
body.dre-site-active .ct-container-full{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}
body.dre-site-active article.page,
body.dre-site-active article.post,
body.dre-site-active .entry-content{max-width:none!important;width:100%!important;margin:0!important;padding-left:0!important;padding-right:0!important}
body.dre-site-active .entry-content>.wp-block-html{max-width:none!important;width:100%!important;margin:0!important}
body.dre-site-active .entry-content>.wp-block-shortcode{width:min(1180px,calc(100% - 40px));max-width:1180px!important;margin:42px auto!important}


/* Articles : le titre Blocksy reste visible, le contenu conserve une largeur de lecture. */
body.dre-site-active.single-post .entry-content{max-width:860px!important;width:100%!important;margin:0 auto!important;padding:54px 24px 92px!important}
body.dre-site-active.single-post .entry-content>p,body.dre-site-active.single-post .entry-content>ul,body.dre-site-active.single-post .entry-content>ol,body.dre-site-active.single-post .entry-content>h2,body.dre-site-active.single-post .entry-content>h3,body.dre-site-active.single-post .entry-content>figure{max-width:800px;margin-left:auto!important;margin-right:auto!important}
body.dre-site-active.single-post .entry-content h2{margin-top:46px}
body.dre-site-active.single-post .entry-content h3{margin-top:28px}

/* Header propre au plugin. */
.dre-site-header{position:sticky;top:0;z-index:9990;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(25,39,34,.09)}
body.admin-bar .dre-site-header{top:32px}
.dre-site-header__inner{width:min(1240px,calc(100% - 40px));min-height:82px;margin:0 auto;display:flex;align-items:center;gap:26px}
.dre-brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none!important;color:var(--dre-dark)!important;min-width:max-content}
.dre-brand__mark{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--dre-primary);color:#fff;font-weight:900;letter-spacing:-.04em}
.dre-brand__text{display:grid;line-height:1.12}
.dre-brand__text strong{font-size:15px;color:inherit}
.dre-brand__text small{font-size:10px;margin-top:4px;color:var(--dre-muted);font-weight:650}
.dre-main-nav{margin-left:auto}
.dre-main-menu{display:flex;align-items:center;gap:2px;list-style:none!important;margin:0!important;padding:0!important}
.dre-main-menu>li{position:relative;margin:0!important}
.dre-main-menu>li>a{display:flex;align-items:center;min-height:48px;padding:0 10px;border-radius:10px;color:var(--dre-dark)!important;text-decoration:none!important;font-size:14px;font-weight:720;white-space:nowrap}
.dre-main-menu>li>a:hover{background:var(--dre-cream);color:var(--dre-primary-dark)!important}
.dre-main-menu .sub-menu{position:absolute;display:grid;visibility:hidden;opacity:0;transform:translateY(8px);top:calc(100% - 2px);left:0;z-index:20;width:310px;max-height:min(70vh,590px);overflow:auto;list-style:none!important;margin:0!important;padding:10px!important;border-radius:16px;background:#fff;border:1px solid rgba(25,39,34,.09);box-shadow:0 22px 55px rgba(22,34,30,.17);transition:.18s ease}
.dre-main-menu li:hover>.sub-menu,.dre-main-menu li:focus-within>.sub-menu{visibility:visible;opacity:1;transform:none}
.dre-main-menu .sub-menu li{margin:0!important}
.dre-main-menu .sub-menu a{display:block;padding:9px 11px;border-radius:9px;color:var(--dre-dark)!important;text-decoration:none!important;font-size:13px;line-height:1.35}
.dre-main-menu .sub-menu a:hover{background:var(--dre-cream)}
.dre-header-actions{display:flex;align-items:center;gap:9px}
.dre-header-phone{color:var(--dre-dark)!important;font-weight:800;text-decoration:none!important;white-space:nowrap;font-size:13px}
.dre-header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border-radius:999px;background:var(--dre-primary);color:#fff!important;text-decoration:none!important;font-weight:800;white-space:nowrap}
.dre-mobile-menu{display:none;margin-left:auto}
.dre-mobile-menu summary{list-style:none;width:46px;height:46px;border-radius:13px;display:grid;place-content:center;gap:5px;background:var(--dre-dark);cursor:pointer}
.dre-mobile-menu summary::-webkit-details-marker{display:none}
.dre-mobile-menu summary span{display:block;width:21px;height:2px;background:#fff;border-radius:2px}
.dre-mobile-menu__panel{position:absolute;top:calc(100% + 1px);left:0;right:0;background:#fff;padding:18px 20px 24px;border-bottom:1px solid rgba(25,39,34,.1);box-shadow:0 20px 44px rgba(21,34,29,.14)}
.dre-mobile-menu-list,.dre-mobile-menu-list ul{list-style:none!important;padding:0!important;margin:0!important}
.dre-mobile-menu-list>li>a{display:block;padding:10px 2px;color:var(--dre-dark)!important;text-decoration:none!important;font-weight:800}
.dre-mobile-menu-list .sub-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 10px;padding:2px 0 10px!important}
.dre-mobile-menu-list .sub-menu a{display:block;padding:7px 9px;border-radius:8px;background:var(--dre-cream);font-size:12px;line-height:1.3;color:var(--dre-dark)!important;text-decoration:none!important}
.dre-mobile-menu__panel>.dre-header-cta{margin-top:12px}

/* Hero : une vraie photo est désormais visible derrière le bloc d'engagement. */
.dre-hero__visual{min-height:470px!important;position:relative;overflow:hidden;border-radius:30px;background-image:linear-gradient(180deg,rgba(11,21,17,.04),rgba(11,21,17,.22)),var(--dre-hero-image);background-size:cover;background-position:center;display:flex!important;align-items:flex-end!important;justify-content:flex-end!important;padding:20px;box-shadow:0 34px 90px rgba(0,0,0,.30);border:1px solid rgba(255,255,255,.14)}
.dre-trust-panel{width:min(390px,92%)!important;padding:22px 24px!important;border-radius:21px!important;box-shadow:0 18px 50px rgba(0,0,0,.22)!important}
.dre-trust-panel li{font-size:15px!important;padding:11px 0 11px 33px!important}
.dre-trust-panel li:before{top:9px!important;width:23px!important;height:23px!important}

/* Cartes services avec visuels locaux/SEO. */
.dre-card--media{padding:0!important;overflow:hidden}
.dre-card__media{aspect-ratio:16/10;overflow:hidden;background:var(--dre-cream)}
.dre-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.dre-card:hover .dre-card__media img{transform:scale(1.035)}
.dre-card__body{display:flex;flex:1;flex-direction:column;padding:27px 28px 29px}
.dre-card__body .dre-text-link{margin-top:auto}

/* Alignement constant : corrige les décalages introduits par le layout constrained. */
body.dre-site-active .dre-section{box-sizing:border-box}
body.dre-site-active .dre-section>.dre-wrap{width:min(1180px,calc(100% - 40px))!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important}
body.dre-site-active .dre-prose{max-width:920px}
body.dre-site-active .dre-grid{align-items:stretch}
body.dre-site-active .dre-grid.dre-count-4{grid-template-columns:repeat(2,minmax(0,1fr))}
body.dre-site-active .dre-grid.dre-count-5{grid-template-columns:repeat(3,minmax(0,1fr))}
body.dre-site-active .dre-grid.dre-count-5>:nth-child(n+4){transform:translateX(50%)}
body.dre-site-active .dre-steps{grid-template-columns:repeat(2,minmax(0,1fr))}

/* Footer plugin : aucune donnée de démo du thème. */
.dre-site-footer{background:var(--dre-dark);color:#fff;padding:68px 0 0}
.dre-site-footer__inner{width:min(1180px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:38px}
.dre-site-footer h2{font-size:13px!important;text-transform:uppercase;letter-spacing:.12em;margin:3px 0 16px!important;color:#fff!important}
.dre-site-footer p{color:rgba(255,255,255,.64)!important;font-size:14px;line-height:1.65;max-width:370px}
.dre-site-footer ul{list-style:none!important;padding:0!important;margin:0!important;display:grid;gap:9px}
.dre-site-footer li{margin:0!important}
.dre-site-footer a{color:rgba(255,255,255,.82)!important;text-decoration:none!important}
.dre-site-footer a:hover{color:#fff!important}
.dre-brand--footer{color:#fff!important;margin-bottom:18px}
.dre-brand--footer .dre-brand__text strong{color:#fff!important}
.dre-brand--footer .dre-brand__text small{color:rgba(255,255,255,.58)!important;max-width:330px}
.dre-site-footer__bottom{width:min(1180px,calc(100% - 40px));margin:50px auto 0;padding:20px 0 26px;border-top:1px solid rgba(255,255,255,.11);display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.55);font-size:12px}

@media(max-width:1120px){
 .dre-main-nav,.dre-header-actions{display:none}
 .dre-mobile-menu{display:block}
 .dre-site-footer__inner{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
 body.admin-bar .dre-site-header{top:46px}
 .dre-site-header__inner{min-height:72px}
 .dre-hero__visual{min-height:390px!important;justify-content:flex-start!important}
 body.dre-site-active .dre-grid.dre-count-4,body.dre-site-active .dre-grid.dre-count-5{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.dre-site-active .dre-grid.dre-count-5>:nth-child(n+4){transform:none}
}
@media(max-width:640px){
 .dre-site-header__inner{width:calc(100% - 28px)}
 .dre-brand__text small{display:none}
 .dre-brand__mark{width:39px;height:39px;border-radius:11px}
 .dre-mobile-menu-list .sub-menu{grid-template-columns:1fr}
 .dre-hero__visual{min-height:360px!important;padding:14px;border-radius:22px}
 .dre-trust-panel{width:100%!important;padding:18px!important}
 .dre-trust-panel__title{font-size:11px!important;margin-bottom:9px!important}
 .dre-trust-panel li{font-size:14px!important;padding:9px 0 9px 31px!important}
 .dre-trust-panel li:before{top:7px!important}
 body.dre-site-active .dre-grid.dre-count-4,body.dre-site-active .dre-grid.dre-count-5,body.dre-site-active .dre-steps{grid-template-columns:1fr}
 .dre-site-footer{padding-top:52px}
 .dre-site-footer__inner{grid-template-columns:1fr;gap:30px;width:calc(100% - 28px)}
 .dre-site-footer__bottom{width:calc(100% - 28px);display:grid;margin-top:36px;padding-bottom:95px}
}

/* v1.0.3 — corrections d'espacement, logo et rythme visuel */
body.dre-site-active .entry-content,
body.dre-site-active .site-main,
body.dre-site-active #main{overflow:hidden}
body.dre-site-active .dre-hero,
body.dre-site-active .dre-section,
body.dre-site-active .dre-nearby,
body.dre-site-active .dre-cta,
body.dre-site-active .dre-site-footer{box-sizing:border-box}
.dre-brand{gap:14px;align-items:center}
.dre-brand__logo{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.dre-brand__logo img{display:block;width:48px;height:48px;border-radius:14px;box-shadow:0 10px 28px rgba(25,38,31,.14)}
.dre-brand__text strong{font-size:17px}
.dre-brand__text small{margin-top:3px}
.dre-mobile-brand{display:flex;align-items:center;gap:14px;margin:0 0 16px}
.dre-mobile-brand .dre-brand__text small{display:block}
body.dre-site-active .dre-hero h1{font-size:clamp(38px,5.1vw,68px);max-width:12ch;overflow-wrap:anywhere}
body.dre-site-active .dre-section h2,
body.dre-site-active .dre-cta h2,
body.dre-site-active .dre-nearby h2{overflow-wrap:anywhere}
body.dre-site-active .dre-section h2,
body.dre-site-active .dre-cta h2{font-size:clamp(30px,3.8vw,48px);max-width:15ch}
body.dre-site-active .dre-nearby h2{font-size:clamp(30px,3.2vw,42px)}
body.dre-site-active .dre-section{padding:clamp(54px,5.8vw,86px) 0}
body.dre-site-active .dre-prose>*+*{margin-top:16px}
body.dre-site-active .dre-prose+.dre-checklist,
body.dre-site-active .dre-prose+.dre-grid,
body.dre-site-active .dre-prose+.dre-center{margin-top:28px}
body.dre-site-active .dre-steps{gap:18px;margin-top:30px}
body.dre-site-active .dre-steps article{padding:24px 24px 22px;grid-template-columns:54px minmax(0,1fr);height:100%}
body.dre-site-active .dre-steps article>div,
body.dre-site-active .dre-card__body{min-width:0}
body.dre-site-active .dre-steps h3,
body.dre-site-active .dre-steps p,
body.dre-site-active .dre-card h3,
body.dre-site-active .dre-card p{overflow-wrap:anywhere}
body.dre-site-active .dre-checklist{margin:24px 0 0;align-items:stretch}
body.dre-site-active .dre-checklist li{min-height:64px;display:flex;align-items:center}
body.dre-site-active .dre-cta{margin:34px auto 42px}
body.dre-site-active .dre-nearby{padding:30px 34px;border-radius:26px;margin:18px auto 0}
.dre-footer-meta{margin-top:15px;display:grid;gap:7px;font-size:13px;color:rgba(255,255,255,.58)}
.dre-footer-meta a{color:rgba(255,255,255,.82)!important}
.dre-site-footer{margin-top:30px}
.dre-site-footer__bottom{padding-bottom:38px}
@media(max-width:900px){
 body.dre-site-active .dre-section{padding:46px 0}
 body.dre-site-active .dre-cta{margin:28px auto 36px}
 body.dre-site-active .dre-nearby{padding:24px 24px 26px}
}
@media(max-width:640px){
 .dre-brand__logo img{width:44px;height:44px;border-radius:12px}
 .dre-mobile-brand .dre-brand__text small{display:none}
 body.dre-site-active .dre-hero h1{font-size:clamp(34px,11vw,50px);max-width:100%}
 body.dre-site-active .dre-section h2,
 body.dre-site-active .dre-cta h2,
 body.dre-site-active .dre-nearby h2{max-width:100%}
 body.dre-site-active .dre-checklist li{min-height:0}
 .dre-site-footer__bottom{padding-bottom:102px}
}


/* v1.0.4 — sections pleine largeur, header affiné, rythme resserré */
body.dre-site-active .entry-content>.wp-block-html>.dre-hero,
body.dre-site-active .entry-content>.wp-block-html>.dre-section{
  width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}
body.dre-site-active .entry-content>.wp-block-html>.dre-section.dre-section--soft,
body.dre-site-active .entry-content>.wp-block-html>.dre-section.dre-section--dark,
body.dre-site-active .entry-content>.wp-block-html>.dre-hero{position:relative}
body.dre-site-active .dre-section .dre-wrap{width:min(1240px,calc(100% - 56px))!important}
.dre-site-header__inner{width:min(1320px,calc(100% - 30px));gap:18px}
.dre-main-menu>li>a{padding:0 8px;font-size:13px}
.dre-header-phone{font-size:12px}
.dre-header-cta{padding:0 15px}
.dre-brand__logo img{width:54px;height:54px;border-radius:16px}
body.dre-site-active .dre-section+.dre-section{padding-top:36px}
body.dre-site-active .dre-section--dark+.dre-section,
body.dre-site-active .dre-section--soft+.dre-section{padding-top:54px}
body.dre-site-active .dre-grid{margin-top:28px}
body.dre-site-active .dre-nearby{margin-top:6px;margin-bottom:14px}
body.dre-site-active .dre-cta{width:min(1240px,calc(100% - 56px));margin:26px auto 30px}
body.dre-site-active .dre-nearby{width:min(1240px,calc(100% - 56px))}
@media(max-width:1180px){.dre-main-menu>li>a{padding:0 7px;font-size:12px}}
@media(max-width:640px){
 body.dre-site-active .entry-content>.wp-block-html>.dre-hero,
 body.dre-site-active .entry-content>.wp-block-html>.dre-section{margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}
 body.dre-site-active .dre-section .dre-wrap,.dre-site-header__inner{width:calc(100% - 28px)!important}
 .dre-brand__logo img{width:46px;height:46px;border-radius:13px}
 body.dre-site-active .dre-cta,body.dre-site-active .dre-nearby{width:calc(100% - 28px)}
}


/* v1.0.5 — vrai full width Gutenberg/Blocksy + wordmark */
body.dre-site-active{overflow-x:clip!important}
body.dre-site-active .entry-content,
body.dre-site-active .site-main,
body.dre-site-active #main{overflow:visible!important}
body.dre-site-active .entry-content>.dre-hero,
body.dre-site-active .entry-content>.dre-section,
body.dre-site-active .entry-content>section.dre-section.alignfull,
body.dre-site-active .entry-content>section.dre-hero.alignfull{
  position:relative!important;
  left:50%!important;
  width:100vw!important;
  max-width:100vw!important;
  margin-left:-50vw!important;
  margin-right:-50vw!important;
}
body.dre-site-active .entry-content>.dre-section>.dre-wrap,
body.dre-site-active .entry-content>.dre-hero>.dre-wrap,
body.dre-site-active .dre-section>.dre-wrap,
body.dre-site-active .dre-hero>.dre-wrap{
  width:min(1240px,calc(100% - 56px))!important;
  max-width:1240px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.dre-brand--wordmark{display:flex!important;align-items:center;min-width:0!important}
.dre-brand--wordmark>img{display:block;width:250px!important;height:auto!important;max-width:250px!important;border-radius:0!important;box-shadow:none!important}
.dre-mobile-brand{display:block!important;margin:0 0 16px!important}
.dre-mobile-brand>img{display:block;width:238px;max-width:85%;height:auto}
.dre-brand--footer>img{filter:brightness(0) invert(1);opacity:.96;width:265px!important;max-width:100%!important}
.dre-site-header__inner{width:min(1320px,calc(100% - 40px))!important}
@media(max-width:1280px){.dre-main-nav,.dre-header-actions{display:none!important}.dre-mobile-menu{display:block!important}}
@media(max-width:640px){
 body.dre-site-active .entry-content>.dre-section>.dre-wrap,
 body.dre-site-active .entry-content>.dre-hero>.dre-wrap,
 body.dre-site-active .dre-section>.dre-wrap,
 body.dre-site-active .dre-hero>.dre-wrap{width:calc(100% - 28px)!important}
 .dre-brand--wordmark>img{width:220px!important;max-width:75vw!important}
}


/* v1.0.5b — toutes les bandes majeures sortent du container du thème */
body.dre-site-active #main>.ct-container,
body.dre-site-active .site-main>.ct-container,
body.dre-site-active #main>.ct-container-full,
body.dre-site-active .site-main>.ct-container-full{width:100%!important;max-width:none!important;padding-left:0!important;padding-right:0!important}
body.dre-site-active .entry-content>.dre-nearby,
body.dre-site-active .entry-content>.dre-cta{
 position:relative!important;left:50%!important;width:100vw!important;max-width:100vw!important;
 margin-left:-50vw!important;margin-right:-50vw!important;border-radius:0!important;
}
.dre-nearby{padding:34px 0!important;background:var(--dre-cream)!important}
.dre-nearby__inner{display:flex;justify-content:space-between;align-items:center;gap:28px}
.dre-cta{padding:50px 0!important;background:linear-gradient(135deg,var(--dre-primary),var(--dre-primary-dark))!important;margin-top:22px!important;margin-bottom:30px!important}
.dre-cta__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:35px;align-items:center}
.dre-cta__inner .dre-actions{margin-top:0}
@media(max-width:900px){.dre-nearby__inner{display:block}.dre-nearby__links{margin-top:20px}.dre-cta__inner{grid-template-columns:1fr}.dre-cta__inner .dre-actions{margin-top:8px}}


/* v1.0.7 — hero visuel + engagements horizontaux */
.dre-hero .dre-wrap{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)!important;align-items:center!important}
.dre-hero__visual{min-height:420px!important;position:relative!important;overflow:hidden!important;border-radius:30px!important;background-image:linear-gradient(180deg,rgba(11,21,17,.04),rgba(11,21,17,.18)),var(--dre-hero-image)!important;background-size:cover!important;background-position:center!important;box-shadow:0 34px 90px rgba(0,0,0,.30)!important;border:1px solid rgba(255,255,255,.14)!important;display:block!important;padding:0!important}
.dre-hero__engagements-wrap{grid-column:1 / -1;margin-top:22px}
.dre-hero__engagements{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding:18px 22px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(4px)}
.dre-hero__engagements-title{margin:0!important;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;color:#fff;opacity:.78;flex:0 0 auto}
.dre-hero__engagements ul{list-style:none;margin:0!important;padding:0!important;display:flex;flex-wrap:wrap;gap:12px 14px;align-items:center;flex:1 1 auto}
.dre-hero__engagements li{position:relative;margin:0!important;padding:10px 16px 10px 38px;border-radius:999px;background:rgba(255,255,255,.96);color:var(--dre-dark);font-size:14px;font-weight:800;line-height:1.25;box-shadow:0 12px 30px rgba(0,0,0,.12)}
.dre-hero__engagements li:before{content:"✓";position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:var(--dre-primary);color:#fff;font-size:11px;font-weight:900}
@media(max-width:900px){.dre-hero .dre-wrap{grid-template-columns:1fr!important}.dre-hero__visual{min-height:360px!important}.dre-hero__engagements{padding:16px 16px 14px}.dre-hero__engagements-title{width:100%}.dre-hero__engagements ul{gap:10px}}
@media(max-width:640px){.dre-hero__visual{min-height:280px!important;border-radius:22px!important}.dre-hero__engagements li{width:100%;padding:11px 14px 11px 38px;border-radius:16px}}

/* ============================================================
   v1.0.9 — Hero final : photo d'élagage visible + engagements dessous
   ============================================================ */
/* Sécurité pour les anciennes pages encore servies par un cache : jamais de panneau vertical sur la photo. */
body.dre-site-active .dre-trust-panel{display:none!important}
body.dre-site-active .dre-hero .dre-wrap{
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important;
  gap:clamp(34px,5vw,68px)!important;
  align-items:center!important;
}
body.dre-site-active .dre-hero__copy{min-width:0}
body.dre-site-active .dre-hero__visual{
  position:relative!important;
  min-height:0!important;
  aspect-ratio:4/3!important;
  width:100%!important;
  padding:0!important;
  display:block!important;
  overflow:hidden!important;
  border-radius:30px!important;
  background:#142019 url("site-media/hero-elagage.png") center/cover no-repeat!important;
  box-shadow:0 34px 90px rgba(0,0,0,.30)!important;
  border:1px solid rgba(255,255,255,.14)!important;
}
body.dre-site-active .dre-hero__visual img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
body.dre-site-active .dre-hero__engagements-wrap{
  grid-column:1 / -1!important;
  width:100%!important;
  margin-top:4px!important;
}
body.dre-site-active .dre-hero__engagements{
  width:100%!important;
  display:block!important;
  padding:19px 20px 20px!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.075)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  backdrop-filter:blur(5px);
}
body.dre-site-active .dre-hero__engagements-title{
  margin:0 0 12px!important;
  color:#fff!important;
  opacity:.78!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}
body.dre-site-active .dre-hero__engagements ul{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px!important;
}
body.dre-site-active .dre-hero__engagements li{
  position:relative!important;
  min-width:0!important;
  margin:0!important;
  padding:12px 12px 12px 38px!important;
  border-radius:15px!important;
  background:#fff!important;
  color:var(--dre-dark)!important;
  font-size:13px!important;
  line-height:1.3!important;
  font-weight:800!important;
  box-shadow:none!important;
}
body.dre-site-active .dre-hero__engagements li:before{
  content:"✓"!important;
  position:absolute!important;
  left:12px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:18px!important;
  height:18px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:var(--dre-primary)!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
}
@media(max-width:1050px){
 body.dre-site-active .dre-hero .dre-wrap{grid-template-columns:1fr 1fr!important;gap:30px!important}
 body.dre-site-active .dre-hero__engagements ul{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:800px){
 body.dre-site-active .dre-hero .dre-wrap{grid-template-columns:1fr!important}
 body.dre-site-active .dre-hero__visual{aspect-ratio:16/10!important}
 body.dre-site-active .dre-hero__engagements ul{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:520px){
 body.dre-site-active .dre-hero__visual{aspect-ratio:4/3!important;border-radius:22px!important}
 body.dre-site-active .dre-hero__engagements ul{grid-template-columns:1fr!important}
}


/* v1.0.10 — Hero engagements horizontal bar kept visible under the hero */
body.dre-site-active .dre-hero{padding-bottom:0!important;overflow:visible!important}
body.dre-site-active .dre-hero__shell{width:min(1240px,calc(100% - 36px));margin:0 auto;display:block}
body.dre-site-active .dre-hero__main{display:grid!important;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr)!important;gap:34px!important;align-items:center!important}
body.dre-site-active .dre-hero__visual{position:relative!important;min-height:380px!important;aspect-ratio:auto!important;overflow:hidden!important}
body.dre-site-active .dre-hero__engagements-wrap{display:block!important;width:100%!important;margin:26px 0 0!important;grid-column:auto!important}
body.dre-site-active .dre-hero__engagements{display:block!important;width:100%!important;padding:0!important;background:transparent!important;border:0!important;backdrop-filter:none!important}
body.dre-site-active .dre-hero__engagements-title{margin:0 0 14px!important;color:#fff!important;opacity:.82!important;font-size:12px!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important}
body.dre-site-active .dre-hero__engagements ul{list-style:none!important;margin:0!important;padding:0!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important}
body.dre-site-active .dre-hero__engagements li{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important;margin:0!important;padding:16px 18px!important;border-radius:18px!important;background:rgba(255,255,255,.95)!important;color:var(--dre-dark)!important;font-size:14px!important;line-height:1.3!important;font-weight:800!important;box-shadow:0 16px 36px rgba(0,0,0,.14)!important}
body.dre-site-active .dre-hero__engagements li:before{display:none!important;content:none!important}
body.dre-site-active .dre-hero__engagement-icon{flex:0 0 28px!important;width:28px!important;height:28px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:var(--dre-primary)!important;color:#fff!important;font-size:14px!important;font-weight:900!important;box-shadow:0 8px 18px rgba(0,0,0,.14)!important}
@media(max-width:1150px){
  body.dre-site-active .dre-hero__engagements ul{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:860px){
  body.dre-site-active .dre-hero__shell{width:min(100%,calc(100% - 24px))!important}
  body.dre-site-active .dre-hero__main{grid-template-columns:1fr!important;gap:22px!important}
  body.dre-site-active .dre-hero__visual{min-height:300px!important}
  body.dre-site-active .dre-hero__engagements ul{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:560px){
  body.dre-site-active .dre-hero__engagements ul{grid-template-columns:1fr!important}
  body.dre-site-active .dre-hero__engagements li{padding:14px 15px!important;border-radius:16px!important}
}


/* v1.0.11 — Engagements redesign with a modern integrated band */
body.dre-site-active .dre-hero__engagements-wrap{
  display:block!important;
  width:100%!important;
  margin:28px 0 0!important;
}
body.dre-site-active .dre-hero__engagements{
  display:block!important;
  width:100%!important;
  padding:22px!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04))!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 20px 55px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(10px)!important;
}
body.dre-site-active .dre-hero__engagements-title{
  margin:0 0 16px!important;
  color:#fff!important;
  opacity:.9!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}
body.dre-site-active .dre-hero__engagements ul{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:14px!important;
}
body.dre-site-active .dre-hero__engagements li{
  position:relative!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:12px!important;
  min-width:0!important;
  min-height:92px!important;
  margin:0!important;
  padding:16px 16px 16px 14px!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.12)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.12)!important;
  font-size:15px!important;
  line-height:1.35!important;
  font-weight:800!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 24px rgba(0,0,0,.10)!important;
}
body.dre-site-active .dre-hero__engagements li:before{display:none!important;content:none!important}
body.dre-site-active .dre-hero__engagement-icon{
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  margin-top:1px!important;
  border-radius:12px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(135deg,var(--dre-primary),rgba(255,255,255,.35))!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:900!important;
  box-shadow:0 10px 18px rgba(0,0,0,.12)!important;
}
body.dre-site-active .dre-hero__engagements li span:last-child{display:block!important;flex:1 1 auto!important}
@media(max-width:1150px){
  body.dre-site-active .dre-hero__engagements ul{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:860px){
  body.dre-site-active .dre-hero__engagements{padding:18px!important;border-radius:22px!important}
  body.dre-site-active .dre-hero__engagements ul{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  body.dre-site-active .dre-hero__engagements li{min-height:84px!important;font-size:14px!important}
}
@media(max-width:560px){
  body.dre-site-active .dre-hero__engagements ul{grid-template-columns:1fr!important}
  body.dre-site-active .dre-hero__engagements li{min-height:0!important;padding:14px!important;border-radius:18px!important}
}


/* v1.0.12 — Long horizontal commitments strip with solid mobile behavior */
body.dre-site-active .dre-hero__engagements-wrap{
  display:block!important;
  width:100%!important;
  margin:26px 0 0!important;
}
body.dre-site-active .dre-hero__engagements{
  display:block!important;
  width:100%!important;
  padding:20px 22px!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04))!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 20px 54px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(10px)!important;
  overflow:hidden!important;
}
body.dre-site-active .dre-hero__engagements-title{
  margin:0 0 16px!important;
  color:#fff!important;
  opacity:.92!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}
body.dre-site-active .dre-hero__engagements ul{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:12px!important;
  align-items:stretch!important;
}
body.dre-site-active .dre-hero__engagements li{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  min-width:0!important;
  min-height:78px!important;
  margin:0!important;
  padding:14px 16px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:1.25!important;
  font-weight:800!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 24px rgba(0,0,0,.10)!important;
}
body.dre-site-active .dre-hero__engagements li:before{display:none!important;content:none!important}
body.dre-site-active .dre-hero__engagement-icon{
  flex:0 0 36px!important;
  width:36px!important;
  height:36px!important;
  border-radius:12px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(135deg,var(--dre-primary),rgba(255,255,255,.35))!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:900!important;
  box-shadow:0 10px 18px rgba(0,0,0,.12)!important;
}
body.dre-site-active .dre-hero__engagements li span:last-child{
  display:block!important;
  flex:1 1 auto!important;
  min-width:0!important;
}
@media(max-width:1180px){
  body.dre-site-active .dre-hero__engagements ul{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:860px){
  body.dre-site-active .dre-hero__engagements{padding:18px!important;border-radius:22px!important}
  body.dre-site-active .dre-hero__engagements ul{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  body.dre-site-active .dre-hero__engagements li{min-height:74px!important;font-size:14px!important;padding:14px!important}
}
@media(max-width:560px){
  body.dre-site-active .dre-hero__engagements{padding:14px!important;border-radius:18px!important}
  body.dre-site-active .dre-hero__engagements ul{grid-template-columns:1fr!important;gap:10px!important}
  body.dre-site-active .dre-hero__engagements li{min-height:0!important;padding:13px 14px!important;border-radius:16px!important}
  body.dre-site-active .dre-hero__engagement-icon{flex-basis:32px!important;width:32px!important;height:32px!important;border-radius:10px!important;font-size:14px!important}
}


/* v1.0.13 — commitments span the complete hero width */
body.dre-site-active .dre-hero__shell{
  width:min(1320px,calc(100% - 48px))!important;
  margin:0 auto!important;
}
body.dre-site-active .dre-hero__main{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body.dre-site-active .dre-hero__engagements-wrap{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:30px 0 0!important;
  padding:0!important;
  grid-column:1 / -1!important;
}
body.dre-site-active .dre-hero__engagements{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:18px 20px 20px!important;
  box-sizing:border-box!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 18px 46px rgba(0,0,0,.16)!important;
}
body.dre-site-active .dre-hero__engagements-title{
  margin:0 0 14px!important;
  font-size:11px!important;
  letter-spacing:.18em!important;
}
body.dre-site-active .dre-hero__engagements ul{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
body.dre-site-active .dre-hero__engagements li{
  display:flex!important;
  align-items:center!important;
  gap:11px!important;
  width:100%!important;
  min-width:0!important;
  min-height:64px!important;
  margin:0!important;
  padding:12px 14px!important;
  box-sizing:border-box!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:800!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  white-space:normal!important;
}
body.dre-site-active .dre-hero__engagements li span:last-child{
  min-width:0!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
body.dre-site-active .dre-hero__engagement-icon{
  flex:0 0 30px!important;
  width:30px!important;
  height:30px!important;
  border-radius:10px!important;
  font-size:13px!important;
}
@media(max-width:1080px){
  body.dre-site-active .dre-hero__engagements ul{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:760px){
  body.dre-site-active .dre-hero__shell{width:calc(100% - 24px)!important}
  body.dre-site-active .dre-hero__engagements{padding:16px!important;border-radius:20px!important}
  body.dre-site-active .dre-hero__engagements ul{grid-template-columns:1fr!important;gap:9px!important}
  body.dre-site-active .dre-hero__engagements li{min-height:0!important;padding:12px 13px!important;font-size:14px!important}
}


/* ============================================================
   v1.0.14 — bandeau engagements indépendant du Hero
   Ne dépend plus de la grille historique du contenu Gutenberg.
   ============================================================ */
body.dre-site-active .dre-hero__engagements-wrap,
body.dre-site-active .dre-trust-panel{display:none!important}

body.dre-site-active .dre-commitments-v114{
  width:100vw!important;
  max-width:none!important;
  margin:34px 0 0 calc(50% - 50vw)!important;
  padding:0!important;
  background:var(--dre-dark)!important;
  color:#fff!important;
  box-sizing:border-box!important;
  border:0!important;
}
body.dre-site-active .dre-commitments-v114__inner{
  width:min(1320px,calc(100% - 48px))!important;
  margin:0 auto!important;
  padding:26px 0 32px!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  box-sizing:border-box!important;
}
body.dre-site-active .dre-commitments-v114__heading{
  display:flex!important;
  align-items:baseline!important;
  justify-content:space-between!important;
  gap:20px!important;
  margin:0 0 16px!important;
}
body.dre-site-active .dre-commitments-v114__heading>span{
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.2!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  color:#fff!important;
}
body.dre-site-active .dre-commitments-v114__heading>small{
  font-size:12px!important;
  line-height:1.4!important;
  font-weight:600!important;
  color:rgba(255,255,255,.52)!important;
}
body.dre-site-active .dre-commitments-v114 ul{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:0!important;
  width:100%!important;
}
body.dre-site-active .dre-commitments-v114 li{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
  min-height:58px!important;
  margin:0!important;
  padding:4px 20px!important;
  background:transparent!important;
  border:0!important;
  border-right:1px solid rgba(255,255,255,.12)!important;
  border-radius:0!important;
  box-shadow:none!important;
  color:#fff!important;
  box-sizing:border-box!important;
}
body.dre-site-active .dre-commitments-v114 li:first-child{padding-left:0!important}
body.dre-site-active .dre-commitments-v114 li:last-child{padding-right:0!important;border-right:0!important}
body.dre-site-active .dre-commitments-v114__icon{
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:var(--dre-primary)!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:900!important;
  box-shadow:0 8px 22px color-mix(in srgb,var(--dre-primary) 28%,transparent)!important;
}
body.dre-site-active .dre-commitments-v114__text{
  display:block!important;
  min-width:0!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:750!important;
  letter-spacing:-.01em!important;
  color:#fff!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
@media(max-width:1050px){
  body.dre-site-active .dre-commitments-v114 ul{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 0!important}
  body.dre-site-active .dre-commitments-v114 li{padding:10px 18px!important;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.10)!important}
  body.dre-site-active .dre-commitments-v114 li:nth-child(odd){padding-left:0!important;border-right:1px solid rgba(255,255,255,.10)!important}
  body.dre-site-active .dre-commitments-v114 li:nth-child(even){padding-right:0!important}
  body.dre-site-active .dre-commitments-v114 li:nth-last-child(-n+2){border-bottom:0!important}
}
@media(max-width:620px){
  body.dre-site-active .dre-commitments-v114__inner{width:calc(100% - 28px)!important;padding:18px 0 24px!important}
  body.dre-site-active .dre-commitments-v114__heading{display:block!important;margin-bottom:10px!important}
  body.dre-site-active .dre-commitments-v114__heading>small{display:none!important}
  body.dre-site-active .dre-commitments-v114 ul{grid-template-columns:1fr!important;gap:0!important}
  body.dre-site-active .dre-commitments-v114 li,
  body.dre-site-active .dre-commitments-v114 li:nth-child(odd),
  body.dre-site-active .dre-commitments-v114 li:nth-child(even){
    min-height:54px!important;
    padding:10px 0!important;
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.10)!important;
  }
  body.dre-site-active .dre-commitments-v114 li:last-child{border-bottom:0!important}
  body.dre-site-active .dre-commitments-v114__icon{flex-basis:30px!important;width:30px!important;height:30px!important;font-size:13px!important}
  body.dre-site-active .dre-commitments-v114__text{font-size:14px!important}
}

/* v1.0.16 — respiration intégrée au fond sombre, sans rupture blanche */
body.dre-site-active .dre-commitments-v114{
  margin-top:0!important;
  padding-top:34px!important;
}
body.dre-site-active .dre-commitments-v114__heading{justify-content:flex-start!important}
@media(max-width:620px){
  body.dre-site-active .dre-commitments-v114{padding-top:24px!important}
}


/* v1.0.17 — espace sous le contenu principal du Hero, pas au-dessus du bandeau */
body.dre-site-active .dre-hero{
  padding-bottom:42px!important;
}
body.dre-site-active .dre-commitments-v114{
  margin-top:0!important;
  padding-top:0!important;
}
body.dre-site-active .dre-commitments-v114__inner{
  border-top:0!important;
  padding-top:14px!important;
}
@media(max-width:620px){
  body.dre-site-active .dre-hero{padding-bottom:28px!important}
  body.dre-site-active .dre-commitments-v114{padding-top:0!important}
  body.dre-site-active .dre-commitments-v114__inner{padding-top:10px!important}
}

/* ============================================================
   v1.0.18 — palette plus vive + intégration des nouveaux visuels
   ============================================================ */
body.dre-site-active{
  --dre-primary:#4FAE3F;
  --dre-primary-dark:#267632;
  --dre-accent:#F0A33A;
  --dre-dark:#173321;
  --dre-dark-2:#0D2517;
  --dre-cream:#F1F8EC;
  --dre-surface:#FFFFFF;
  --dre-text:#203227;
  --dre-muted:#607166;
}
body.dre-site-active .dre-hero{
  background:
    radial-gradient(circle at 78% 18%,rgba(79,174,63,.34),transparent 32%),
    radial-gradient(circle at 18% 88%,rgba(240,163,58,.14),transparent 28%),
    linear-gradient(135deg,#173321 0%,#1C4F2A 56%,#276B35 100%)!important;
}
body.dre-site-active .dre-hero:before{background:radial-gradient(circle,#68C94F 0,transparent 68%)!important;opacity:.22!important}
body.dre-site-active .dre-hero__visual{border-color:rgba(131,210,101,.38)!important;box-shadow:0 30px 75px rgba(12,62,27,.30)!important}
body.dre-site-active .dre-hero__visual img{filter:saturate(1.1) contrast(1.03)!important}
body.dre-site-active .dre-btn--primary,
body.dre-site-active .dre-header-cta{
  background:linear-gradient(135deg,#59B947,#3B9638)!important;
  box-shadow:0 10px 26px rgba(65,157,56,.22)!important;
}
body.dre-site-active .dre-btn--dark{background:linear-gradient(135deg,#2B7F35,#4FAE3F)!important}
body.dre-site-active .dre-eyebrow{color:#B87317!important}
body.dre-site-active .dre-hero .dre-eyebrow{color:#B8EAAA!important;opacity:1!important}
body.dre-site-active .dre-section--soft{
  background:linear-gradient(135deg,#F0F8EA 0%,#FBFCF7 60%,#FFF7E9 100%)!important;
}
body.dre-site-active .dre-section--soft h2,
body.dre-site-active .dre-section:not(.dre-section--dark) h2{color:#24582F!important}
body.dre-site-active .dre-card--media{
  border:1px solid rgba(79,174,63,.16)!important;
  box-shadow:0 15px 42px rgba(31,99,42,.10)!important;
}
body.dre-site-active .dre-card--media .dre-card__media{position:relative}
body.dre-site-active .dre-card--media .dre-card__media:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,#4FAE3F,#83CF63,#F0A33A)}
body.dre-site-active .dre-card__media img{filter:saturate(1.08) contrast(1.02)}
body.dre-site-active .dre-card__kicker{color:#3B8A36!important}
body.dre-site-active .dre-text-link{color:#A86B13!important}
body.dre-site-active .dre-checklist li{background:linear-gradient(135deg,#F0F8EA,#FFF)!important;border:1px solid rgba(79,174,63,.14)}
body.dre-site-active .dre-checklist li:before{color:#E19A34!important}
body.dre-site-active .dre-nearby{background:linear-gradient(135deg,#EAF6E2,#FFF7E8)!important;border:1px solid rgba(79,174,63,.14)}
body.dre-site-active .dre-nearby__links a,
body.dre-site-active .dre-nearby__links span{box-shadow:0 8px 22px rgba(31,99,42,.08)}
body.dre-site-active .dre-cta{background:linear-gradient(120deg,#267632 0%,#4FAE3F 56%,#D9902D 135%)!important;box-shadow:0 24px 65px rgba(35,106,45,.20)}
body.dre-site-active .dre-commitments-v114{background:linear-gradient(90deg,#1C562A 0%,#287A34 52%,#31943B 100%)!important}
body.dre-site-active .dre-commitments-v114__icon{background:linear-gradient(135deg,#F3B34E,#DE8E25)!important;box-shadow:0 8px 22px rgba(230,153,47,.24)!important}
body.dre-site-active .dre-commitments-v114 li{border-color:rgba(177,230,151,.24)!important}
body.dre-site-active .dre-site-footer{background:linear-gradient(145deg,#122A1B,#1D4D29)!important}
body.dre-site-active .dre-mobile-bar{background:#1B4E28!important}
body.dre-site-active .dre-mobile-bar a:last-child{background:linear-gradient(135deg,#59B947,#3B9638)!important}
@media(max-width:640px){
  body.dre-site-active .dre-hero{background:linear-gradient(155deg,#173321,#267632)!important}
  body.dre-site-active .dre-card--media{box-shadow:0 11px 30px rgba(31,99,42,.09)!important}
}

/* Galerie visuelle intégrée v1.0.19 */
body.dre-site-active .dre-section--gallery{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.02))!important}
body.dre-site-active .dre-visual-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:28px}
body.dre-site-active .dre-visual-card{margin:0!important;background:#fff;border:1px solid rgba(12,26,20,.08);border-radius:24px;overflow:hidden;box-shadow:0 18px 40px rgba(11,25,18,.10)}
body.dre-site-active .dre-visual-card__media,body.dre-site-active .dre-visual-card__media img{display:block;width:100%}
body.dre-site-active .dre-visual-card__media img{height:240px;object-fit:cover}
body.dre-site-active .dre-visual-card figcaption{padding:14px 16px 18px;color:var(--dre-dark);font-size:15px;font-weight:800;line-height:1.35}
@media(max-width:1000px){body.dre-site-active .dre-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){body.dre-site-active .dre-visual-grid{grid-template-columns:1fr;gap:16px}body.dre-site-active .dre-visual-card__media img{height:220px}}
