/*
 * De Pierre en Pierre — V500 Référence
 * Couche de présentation finale. Le thème reste autonome : aucune dépendance Houzez/Elementor.
 */
:root{
  --dpep-navy:#061d35;
  --dpep-navy-soft:#0d3554;
  --dpep-cream:#f8f4ec;
  --dpep-sand:#eee5d7;
  --dpep-paper:#fffdf9;
  --dpep-gold:#bf8d46;
  --dpep-gold-dark:#875c24;
  --dpep-ink:#071f38;
  --dpep-muted:#667782;
  --dpep-line:#ded7cd;
  --dpep-shadow:0 22px 60px rgba(5,29,52,.11);
  --dpep-shadow-soft:0 12px 32px rgba(5,29,52,.07);
}
.dpep-v500{background:var(--dpep-cream)}
.dpep-v500 :focus-visible{outline:2px solid var(--dpep-gold);outline-offset:3px}
.dpep-v500 .dpep-container{width:min(1160px,calc(100% - 48px))}
.dpep-v500 .dpep-container-wide{width:min(1360px,calc(100% - 48px))}

/* Header et navigation */
.dpep-v500 .dpep-site-header{box-shadow:0 1px 0 rgba(255,255,255,.08)}
.dpep-v500 .dpep-utility>div{min-height:28px}
.dpep-v500 .dpep-header-main{min-height:74px}
.dpep-v500 .dpep-header-brand strong{font-size:28px}
.dpep-v500 .dpep-header-brand small{margin-top:5px;font-size:7px;letter-spacing:.2em}
.dpep-v500 .dpep-primary-nav>div{min-height:48px}
.dpep-v500 .dpep-primary-menu{gap:46px}
.dpep-v500 .dpep-primary-menu>li>a{padding:15px 0;font-size:9.5px;font-weight:650;letter-spacing:.12em}
.dpep-v500 .dpep-submenu-toggle{display:none}
.dpep-v500 .dpep-has-mega>.dpep-mega-menu{position:absolute;top:100%;left:50%;display:none;transform:translateX(-50%)}
.dpep-v500 .dpep-has-mega:hover>.dpep-mega-menu,.dpep-v500 .dpep-has-mega:focus-within>.dpep-mega-menu{display:grid}
.dpep-v500 .dpep-mega-menu--compact{width:min(830px,calc(100vw - 48px));padding:20px;border:1px solid rgba(191,141,70,.25);background:#f3eadc;color:var(--dpep-ink);box-shadow:0 24px 58px rgba(2,22,41,.24)}
.dpep-v500 .dpep-mega-menu--buy{grid-template-columns:180px minmax(0,1fr) 160px;gap:18px}
.dpep-v500 .dpep-mega-menu__intro h2{margin:.35rem 0 .65rem;font-family:var(--dpep-serif);font-size:22px;font-weight:500;line-height:1.04}
.dpep-v500 .dpep-mega-menu__intro p{margin:0 0 14px;color:var(--dpep-muted);font-size:11px;line-height:1.55}
.dpep-v500 .dpep-mega-menu__intro a{color:var(--dpep-gold-dark);font-size:10px;font-weight:750;text-decoration:none}
.dpep-v500 .dpep-mega-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:rgba(7,31,56,.09)}
.dpep-v500 .dpep-mega-groups a{min-height:68px;padding:12px 14px;background:#fbf7f0;text-decoration:none}
.dpep-v500 .dpep-mega-groups a:hover{background:#fff}
.dpep-v500 .dpep-mega-groups strong{display:block;font-family:var(--dpep-serif);font-size:16px;font-weight:500;line-height:1.15}
.dpep-v500 .dpep-mega-groups span{display:block;margin-top:4px;color:#72808a;font-size:9px;line-height:1.35}
.dpep-v500 .dpep-mega-menu__tools{display:grid;gap:7px}
.dpep-v500 .dpep-mega-menu__tools a{display:grid;align-content:center;min-height:64px;padding:12px;background:#e5d6c2;text-decoration:none}
.dpep-v500 .dpep-mega-menu__tools strong{font-size:11px}
.dpep-v500 .dpep-mega-menu__tools span{margin-top:3px;color:#6f756f;font-size:8px}
.dpep-v500 .dpep-mega-menu--regions,.dpep-v500 .dpep-mega-menu--editorial{grid-template-columns:190px 1fr;gap:20px}
.dpep-v500 .dpep-mega-regions{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(7,31,56,.09)}
.dpep-v500 .dpep-mega-regions a{padding:12px 14px;background:#fbf7f0;text-decoration:none}
.dpep-v500 .dpep-mega-regions strong,.dpep-v500 .dpep-mega-regions small{display:block}
.dpep-v500 .dpep-mega-regions strong{font-family:var(--dpep-serif);font-size:15px;font-weight:500}
.dpep-v500 .dpep-mega-regions small{margin-top:3px;color:#76828b;font-size:8px}
.dpep-v500 .dpep-mega-menu--services{width:min(620px,calc(100vw - 48px));grid-template-columns:repeat(3,1fr);gap:1px;padding:1px;background:#cfbfaa}
.dpep-v500 .dpep-mega-menu--services>a{min-height:112px;padding:18px;background:#f7f0e6;text-decoration:none}
.dpep-v500 .dpep-mega-menu--services span{color:var(--dpep-gold-dark);font-size:9px}
.dpep-v500 .dpep-mega-menu--services strong{display:block;margin:8px 0 5px;font-family:var(--dpep-serif);font-size:17px;font-weight:500}
.dpep-v500 .dpep-mega-menu--services small{color:#73808a;font-size:9px;line-height:1.4}

/* Recherche unifiée */
.dpep-v500 .dpep-unified-search{padding:14px;background:#fff}
.dpep-v500 .dpep-unified-search__fields{display:grid;grid-template-columns:minmax(310px,1.55fr) minmax(220px,1fr) minmax(150px,.65fr) 150px;align-items:stretch;border:1px solid var(--dpep-line);background:#fff}
.dpep-v500 .dpep-unified-search__fields>label,.dpep-v500 .dpep-unified-search__optional>label{position:relative;display:grid;align-content:center;gap:3px;min-width:0;padding:9px 15px;border-right:1px solid #e7e0d6}
.dpep-v500 .dpep-unified-search__fields>label>span,.dpep-v500 .dpep-unified-search__optional>label>span{color:#796b59;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.dpep-v500 .dpep-unified-search__fields input,.dpep-v500 .dpep-unified-search__fields select{width:100%;height:35px;padding:0;border:0;background:transparent;color:var(--dpep-ink);font-size:14px;outline:0}
.dpep-v500 .dpep-unified-search__fields input::placeholder{color:#8c979f}
.dpep-v500 .dpep-unified-search__fields small{overflow:hidden;color:#87929a;font-size:8.5px;white-space:nowrap;text-overflow:ellipsis}
.dpep-v500 .dpep-unified-search__fields .dpep-button--search{min-height:62px;margin:0;border:0;border-radius:0;background:var(--dpep-navy);color:#fff;font-size:12px;font-weight:780;cursor:pointer}
.dpep-v500 .dpep-unified-search__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 2px 0;color:#7b8790;font-size:9px}
.dpep-v500 .dpep-search-advanced-toggle{padding:0;border:0;background:transparent;color:var(--dpep-gold-dark);font-size:9px;font-weight:800;cursor:pointer}
.dpep-v500 .dpep-location-suggestions{position:absolute;z-index:80;top:calc(100% + 4px);left:0;right:0;display:none;max-height:290px;overflow:auto;border:1px solid var(--dpep-line);background:#fff;box-shadow:0 18px 45px rgba(5,28,49,.17)}
.dpep-v500 .dpep-location-suggestions.is-open{display:block}
.dpep-v500 .dpep-location-suggestions button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;border:0;border-bottom:1px solid #eee7dd;background:#fff;color:var(--dpep-ink);text-align:left;cursor:pointer}
.dpep-v500 .dpep-location-suggestions button:hover,.dpep-v500 .dpep-location-suggestions button.is-active{background:#f5efe6}
.dpep-v500 .dpep-location-suggestions strong{font-size:12px}
.dpep-v500 .dpep-location-suggestions span{color:#7a8790;font-size:9px;text-align:right}
.dpep-v500 .dpep-search-advanced{padding:16px 4px 2px;border-top:1px solid #ece5db}
.dpep-v500 .dpep-search-advanced>div:first-child{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:11px}
.dpep-v500 .dpep-search-advanced label{display:grid;gap:5px}
.dpep-v500 .dpep-search-advanced label>span,.dpep-v500 .dpep-search-advanced legend{font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.dpep-v500 .dpep-search-advanced input,.dpep-v500 .dpep-search-advanced select{height:40px;padding:0 9px;border:1px solid #ddd6cc;background:#fff}
.dpep-v500 .dpep-feature-checks{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:8px;border:0;padding:0}
.dpep-v500 .dpep-feature-checks label{display:flex;align-items:center;gap:5px;padding:7px 9px;border:1px solid #e1dacf;background:#fbf8f3;font-size:9px}
.dpep-v500 .dpep-search-advanced__actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-top:12px}

/* Accueil */
.dpep-v500 .dpep-home-hero--v500{position:relative;display:flex;align-items:center;min-height:500px;max-height:600px;padding:0 0 72px;background-position:center;color:#fff}
.dpep-v500 .dpep-home-hero--v500 .dpep-home-hero__veil{background:linear-gradient(90deg,rgba(4,24,44,.91),rgba(4,24,44,.55) 55%,rgba(4,24,44,.18)),linear-gradient(180deg,rgba(4,24,44,.05),rgba(4,24,44,.30))}
.dpep-v500 .dpep-home-hero__content--v500{position:relative;z-index:2;padding-top:5px;text-align:center}
.dpep-v500 .dpep-home-hero--v500 h1{max-width:920px;margin:10px auto 0;font-size:clamp(42px,4.35vw,64px);line-height:1.01;letter-spacing:-.038em}
.dpep-v500 .dpep-home-hero__tagline{max-width:740px!important;margin:12px auto 0!important;padding:0!important;border:0!important;color:#e2bc7c!important;font-family:var(--dpep-serif);font-size:clamp(22px,2vw,31px)!important;font-style:italic;line-height:1.12}
.dpep-v500 .dpep-home-hero__copy{max-width:720px!important;margin:14px auto 0!important;padding:0!important;border:0!important;color:rgba(255,255,255,.84)!important;font-size:13px!important;line-height:1.55}
.dpep-v500 .dpep-home-search-card--v500{position:absolute;z-index:5;bottom:-47px;left:50%;width:min(1190px,calc(100% - 54px));transform:translateX(-50%);background:#fff;box-shadow:0 23px 64px rgba(2,25,46,.22)}
.dpep-v500 .dpep-concept{padding:105px 0 68px}
.dpep-v500 .dpep-concept__grid{display:grid;grid-template-columns:1fr 1.22fr 150px;gap:54px;align-items:center}
.dpep-v500 .dpep-concept h2{margin:.45rem 0 0;font-family:var(--dpep-serif);font-size:clamp(34px,3.7vw,50px);font-weight:500;line-height:1.03}
.dpep-v500 .dpep-concept__copy{font-size:14px;line-height:1.7}
.dpep-v500 .dpep-concept__copy p{margin:0 0 14px}
.dpep-v500 .dpep-concept__links{display:flex;flex-wrap:wrap;gap:15px;margin-top:20px}
.dpep-v500 .dpep-concept__links a{color:var(--dpep-gold-dark);font-size:10px;font-weight:800;text-decoration:none}
.dpep-v500 .dpep-latest-v500{padding:62px 0 74px}
.dpep-v500 .dpep-property-grid--home-v500{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card__media{aspect-ratio:1.48/1}
.dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card__body{padding:13px 14px 15px}
.dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card h3{min-height:39px;margin:7px 0 8px;font-size:14px;line-height:1.3}
.dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card__facts{font-size:8.5px}
.dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card__bottom{margin-top:10px;padding-top:9px}
.dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card__bottom strong{font-size:17px}

/* Acheter */
.dpep-v500 .dpep-buy-intro{padding:36px 0 22px;background:var(--dpep-cream)}
.dpep-v500 .dpep-buy-intro h1{max-width:780px;margin:.4rem 0 .55rem;font-family:var(--dpep-serif);font-size:clamp(34px,3.8vw,50px);font-weight:500;line-height:1.03}
.dpep-v500 .dpep-buy-intro p{max-width:650px;margin:0;color:var(--dpep-muted);font-size:13px}
.dpep-v500 .dpep-buy-page--v500 .dpep-search-section{padding:0 0 74px;background:var(--dpep-cream)}
.dpep-v500 .dpep-buy-experience{display:grid;gap:16px}
.dpep-v500 .dpep-buy-search-shell{padding:14px;background:#fff;box-shadow:var(--dpep-shadow-soft)}
.dpep-v500 .dpep-active-filters--v500{display:flex;align-items:center;flex-wrap:wrap;gap:7px;padding:10px 13px;background:#eae0d2}
.dpep-v500 .dpep-active-filters--v500 span{font-size:8px;font-weight:800;text-transform:uppercase}
.dpep-v500 .dpep-active-filters--v500 i{padding:5px 8px;background:#fff;font-size:8.5px;font-style:normal}
.dpep-v500 .dpep-active-filters--v500 a{margin-left:auto;color:var(--dpep-gold-dark);font-size:9px}
.dpep-v500 .dpep-buy-results__toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:6px 0 14px;padding-bottom:11px;border-bottom:1px solid var(--dpep-line)}
.dpep-v500 .dpep-buy-results__toolbar>div:first-child{font-size:12px}
.dpep-v500 .dpep-buy-results__toolbar>div:first-child strong{font-family:var(--dpep-serif);font-size:24px;font-weight:500}
.dpep-v500 .dpep-buy-results__actions{display:flex;align-items:center;gap:12px}
.dpep-v500 .dpep-buy-results__actions>button,.dpep-v500 .dpep-buy-results__actions>a{border:0;background:transparent;color:var(--dpep-gold-dark);font-size:9px;font-weight:800}
.dpep-v500 .dpep-buy-results__actions select{height:37px;padding:0 9px;border:1px solid var(--dpep-line);background:#fff}
.dpep-v500 .dpep-buy-results-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.dpep-v500 .dpep-inline-save-search{display:grid;grid-template-columns:1fr 170px 180px;gap:10px;margin:0 0 14px;padding:15px;border:1px solid var(--dpep-line);background:#fff}
.dpep-v500 .dpep-inline-save-search label{display:grid;gap:5px;font-size:8px;font-weight:800;text-transform:uppercase}
.dpep-v500 .dpep-inline-save-search input,.dpep-v500 .dpep-inline-save-search select{height:40px;padding:0 9px;border:1px solid var(--dpep-line)}
.dpep-v500 .dpep-empty-results{padding:50px 24px;text-align:center;border:1px solid var(--dpep-line);background:#fff}
.dpep-v500 .dpep-empty-results h2{margin:.3rem 0 .7rem;font-family:var(--dpep-serif);font-size:34px;font-weight:500}
.dpep-v500 .dpep-empty-results>div{display:flex;justify-content:center;gap:16px}

/* Vendre */
.dpep-v500 .dpep-sell-hero--v500{min-height:260px;padding:50px 0;background:linear-gradient(90deg,rgba(4,24,44,.92),rgba(4,24,44,.32)),url('../images/hero-home.jpg') center/cover;color:#fff}
.dpep-v500 .dpep-sell-hero--v500 h1{max-width:700px;margin:.4rem 0 .75rem;font-family:var(--dpep-serif);font-size:clamp(36px,4vw,52px);font-weight:500;line-height:1.02}
.dpep-v500 .dpep-sell-hero--v500 p{max-width:670px;margin:0;color:rgba(255,255,255,.8);font-size:13px}
.dpep-v500 .dpep-seller-router{padding:52px 0;background:#fff}
.dpep-v500 .dpep-seller-router__head{max-width:680px;margin:0 auto 24px;text-align:center}
.dpep-v500 .dpep-seller-router__head h2{margin:.4rem 0 .65rem;font-family:var(--dpep-serif);font-size:clamp(30px,3.3vw,43px);font-weight:500;line-height:1.04}
.dpep-v500 .dpep-seller-router__head p{margin:0;color:var(--dpep-muted);font-size:13px}
.dpep-v500 .dpep-seller-router__choices{display:grid;grid-template-columns:1fr 1fr;gap:17px;max-width:870px;margin:auto}
.dpep-v500 .dpep-seller-router__choices button{display:grid;gap:8px;min-height:164px;padding:25px;border:1px solid var(--dpep-line);background:#f7f1e8;color:var(--dpep-ink);text-align:left;cursor:pointer;transition:.2s}
.dpep-v500 .dpep-seller-router__choices button:hover,.dpep-v500 .dpep-seller-router__choices button.is-active{border-color:var(--dpep-gold);box-shadow:var(--dpep-shadow-soft);transform:translateY(-2px)}
.dpep-v500 .dpep-seller-router__choices small{color:var(--dpep-gold-dark);font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.dpep-v500 .dpep-seller-router__choices strong{font-family:var(--dpep-serif);font-size:27px;font-weight:500}
.dpep-v500 .dpep-seller-router__choices span{color:var(--dpep-muted);font-size:12px;line-height:1.5}
.dpep-v500 .dpep-seller-router__choices em{margin-top:auto;color:var(--dpep-gold-dark);font-size:9px;font-style:normal;font-weight:800}
.dpep-v500 .dpep-pricing-section--v500{display:block;padding:0 0 62px;background:#fff}
.dpep-v500 .dpep-pricing-section--v500 [data-seller-panel][hidden]{display:none!important}
.dpep-v500 .dpep-pricing-section--v500 [data-seller-panel]:not([hidden]){display:block;scroll-margin-top:140px}
.dpep-v500 .dpep-pricing-section--v500 .dpep-pricing-intro,.dpep-v500 .dpep-pricing-section--v500 .dpep-pricing-profile-nav{display:none}
.dpep-v500 .dpep-pricing-section--v500 .dpep-plan-group>header{max-width:650px;margin:0 auto 18px;text-align:center}
.dpep-v500 .dpep-selling-journey--v500{grid-template-columns:220px 1fr}

/* Mon espace */
.dpep-v500 .dpep-account-page--v500{background:var(--dpep-cream)}
.dpep-v500 .dpep-account-page--v500 .dpep-section--account{padding:32px 0 70px}
.dpep-v500 .dpep-account-shell{align-items:start}
.dpep-v500 .dpep-account-heading{margin-bottom:18px}
.dpep-v500 .dpep-account-heading h2{font-size:clamp(29px,3vw,41px)}
.dpep-v500 .dpep-account-nav{top:160px}
.dpep-v500 .dpep-account-metrics{gap:10px}
.dpep-v500 .dpep-account-metrics article{min-height:118px;padding:18px}
.dpep-v500 .dpep-dashboard-property{grid-template-columns:72px minmax(0,1fr) 165px 75px}
.dpep-v500 .dpep-dashboard-property>img{width:72px;height:58px}
.dpep-v500 .dpep-account-upgrade .dpep-plans{grid-template-columns:repeat(2,minmax(0,1fr))}

/* Fiche d’un bien */
.dpep-v500 .dpep-property-head{padding:14px 0 0;background:#fff}
.dpep-v500 .dpep-property-breadcrumb{margin-bottom:8px}
.dpep-v500 .dpep-property-head__summary{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:22px;align-items:end;margin-bottom:15px}
.dpep-v500 .dpep-property-head__summary h1{max-width:900px;margin:.35rem 0 .35rem;font-family:var(--dpep-serif);font-size:clamp(34px,3.8vw,52px);font-weight:500;line-height:1.02;letter-spacing:-.03em}
.dpep-v500 .dpep-property-head__summary>div>p{margin:0;color:var(--dpep-muted);font-size:12px}
.dpep-v500 .dpep-property-price{text-align:right}
.dpep-v500 .dpep-property-price>strong{font-size:32px}
.dpep-v500 .dpep-property-price>div{display:flex;justify-content:flex-end;gap:7px;margin-top:9px}
.dpep-v500 .dpep-property-gallery--v500{display:grid;grid-template-columns:2fr 1fr;gap:6px;height:min(39vw,475px);margin:0}
.dpep-v500 .dpep-property-gallery--v500 button{position:relative;overflow:hidden;padding:0;border:0;background:#eee;cursor:pointer}
.dpep-v500 .dpep-property-gallery--v500 img{width:100%;height:100%;object-fit:cover}
.dpep-v500 .dpep-property-gallery--v500 .dpep-property-gallery__side{display:grid;grid-template-columns:1fr 1fr;gap:6px}
.dpep-v500 .dpep-property-fact-grid--v500{display:grid;grid-template-columns:repeat(auto-fit,minmax(125px,1fr));gap:1px;margin:0;border:1px solid var(--dpep-line);background:var(--dpep-line)}
.dpep-v500 .dpep-property-fact-grid--v500>div{min-height:70px;padding:12px 14px;background:#fbf8f3}
.dpep-v500 .dpep-property-fact-grid--v500 svg{width:16px;height:16px}
.dpep-v500 .dpep-property-fact-grid--v500 span{margin-top:7px;font-size:7.5px}
.dpep-v500 .dpep-property-fact-grid--v500 strong{font-size:12px}
.dpep-v500 .dpep-property-nav{top:0}
.dpep-v500.admin-bar .dpep-property-nav{top:32px}
.dpep-v500 .dpep-property-nav>div{gap:24px}
.dpep-v500 .dpep-property-nav a{padding:12px 0;font-size:8px}
.dpep-v500 .dpep-property-main{padding:28px 0 56px;background:var(--dpep-cream)}
.dpep-v500 .dpep-property-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:20px;align-items:start}
.dpep-v500 .dpep-property-article{display:grid;gap:12px;min-width:0}
.dpep-v500 .dpep-property-section--card{margin:0;padding:22px 25px;border:1px solid var(--dpep-line);background:#fff}
.dpep-v500 .dpep-property-section--card h2{margin:.3rem 0 1rem;font-size:clamp(26px,2.4vw,34px)}
.dpep-v500 .dpep-property-section--card .dpep-rich-text{font-size:13px;line-height:1.72}
.dpep-v500 .dpep-property-section--card+.dpep-property-section--card{border-top:3px solid #eee5d7}
.dpep-v500 .dpep-property-sidebar{position:static!important;top:auto!important;display:grid;gap:13px}
.dpep-v500 .dpep-contact-card,.dpep-v500 .dpep-trust-card{position:static!important;padding:18px;background:#fff;box-shadow:none}
.dpep-v500 .dpep-contact-card h2{font-size:25px}
.dpep-v500 .dpep-detail-accordion{display:grid;gap:8px;border:0}
.dpep-v500 .dpep-detail-group{border:1px solid #e2ddd4}
.dpep-v500 .dpep-detail-group>button{padding:14px 16px;font-size:19px}
.dpep-v500 .dpep-detail-group dl{padding:0 16px 15px}
.dpep-v500 .dpep-energy-panels{grid-template-columns:1fr 1fr;gap:12px}
.dpep-v500 .dpep-energy-panels>div{padding:18px}
.dpep-v500 .dpep-location-context{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:13px}
.dpep-v500 .dpep-location-context article{padding:13px;border:1px solid #e3d9cc;background:#f7f1e8}
.dpep-v500 .dpep-location-context small{display:block;color:var(--dpep-gold-dark);font-size:7px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.dpep-v500 .dpep-location-context strong{display:block;margin-top:5px;font-family:var(--dpep-serif);font-size:18px;font-weight:500}
.dpep-v500 .dpep-location-context p{margin:4px 0 0;color:var(--dpep-muted);font-size:9px;line-height:1.45}
.dpep-v500 .dpep-location-context__note{padding:13px 15px;border-left:2px solid var(--dpep-gold);background:#f7f1e8}
.dpep-v500 .dpep-location-context__note p{margin:.35rem 0;font-size:10px;line-height:1.55}
.dpep-v500 .dpep-location-panel{margin-top:13px}
.dpep-v500 .dpep-visit-section form,.dpep-v500 .dpep-visit-section .dpep-visit-notebook,.dpep-v500 .dpep-visit-section .dpep-visit-note{max-width:100%;margin-inline:auto}
.dpep-v500 .dpep-visit-section .dpep-visit-grid,.dpep-v500 .dpep-visit-section .dpep-visit-note__grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.dpep-v500 .dpep-visit-section label{display:grid;align-content:start;gap:6px}
.dpep-v500 .dpep-visit-section textarea,.dpep-v500 .dpep-visit-section input,.dpep-v500 .dpep-visit-section select{width:100%;box-sizing:border-box}
.dpep-v500 .dpep-visit-section button[type=submit]{display:block;margin:16px auto 0}

/* Pages éditoriales, à propos et légales */
.dpep-v500 .dpep-about-hero,.dpep-v500 .dpep-knowledge-hero,.dpep-v500 .dpep-legal-hero{padding:52px 0;background:var(--dpep-navy);color:#fff}
.dpep-v500 .dpep-about-hero h1,.dpep-v500 .dpep-knowledge-hero h1,.dpep-v500 .dpep-legal-hero h1{max-width:950px;margin:.4rem 0 .75rem;font-family:var(--dpep-serif);font-size:clamp(36px,4.2vw,55px);font-weight:500;line-height:1.03}
.dpep-v500 .dpep-about-hero p,.dpep-v500 .dpep-knowledge-hero p,.dpep-v500 .dpep-legal-hero p{max-width:760px;margin:0;color:rgba(255,255,255,.76);font-size:14px}
.dpep-v500 .dpep-about-intro,.dpep-v500 .dpep-about-method{display:grid;grid-template-columns:1fr 1fr;gap:60px}
.dpep-v500 .dpep-about-intro h2,.dpep-v500 .dpep-about-method h2{font-size:41px}
.dpep-v500 .dpep-about-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.dpep-v500 .dpep-about-pillars article{padding:24px;border:1px solid var(--dpep-line);background:#fff}
.dpep-v500 .dpep-about-pillars h3{font-size:21px}
.dpep-v500 .dpep-about-audiences{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.dpep-v500 .dpep-about-audiences>div{padding:31px;border:1px solid var(--dpep-line)}
.dpep-v500 .dpep-knowledge-groups--v500{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.dpep-v500 .dpep-knowledge-groups--v500 section{padding:25px;background:#f7f1e8}
.dpep-v500 .dpep-knowledge-groups--v500 h2{margin:0 0 14px;font-family:var(--dpep-serif);font-size:25px;font-weight:500}
.dpep-v500 .dpep-knowledge-groups--v500 a{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-top:1px solid #dcd2c4;font-size:11px;text-decoration:none}
.dpep-v500 .dpep-legal-content{max-width:900px}
.dpep-v500 .dpep-legal-content h2{margin:2rem 0 .6rem;font-family:var(--dpep-serif);font-size:29px;font-weight:500}
.dpep-v500 .dpep-legal-content h3{font-size:17px}
.dpep-v500 .dpep-legal-content p,.dpep-v500 .dpep-legal-content li{font-size:13px;line-height:1.7}
.dpep-v500 .dpep-legal-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0}
.dpep-v500 .dpep-legal-summary>div{display:grid;gap:4px;padding:15px;background:#f7f1e8}

/* Footer */
.dpep-v500 .dpep-site-footer ul{margin:0;padding:0;list-style:none}
.dpep-v500 .dpep-site-footer li{margin:0 0 7px}
.dpep-v500 .dpep-site-footer li a{font-size:10px;text-decoration:none}

/* Tablettes */
@media(max-width:1150px){
  .dpep-v500 .dpep-mega-menu--buy{grid-template-columns:170px 1fr}
  .dpep-v500 .dpep-mega-menu__tools{grid-column:1/-1;grid-template-columns:1fr 1fr}
  .dpep-v500 .dpep-unified-search__fields{grid-template-columns:1.35fr 1fr .62fr 135px}
  .dpep-v500 .dpep-property-grid--home-v500,.dpep-v500 .dpep-buy-results-grid{grid-template-columns:repeat(3,1fr)}
  .dpep-v500 .dpep-concept__grid{grid-template-columns:1fr 1.2fr}
  .dpep-v500 .dpep-concept__grid .dpep-intro-seal{display:none}
  .dpep-v500 .dpep-search-advanced>div:first-child{grid-template-columns:repeat(3,1fr)}
  .dpep-v500 .dpep-knowledge-groups--v500{grid-template-columns:repeat(2,1fr)}
}

/* Mobile et tablette verticale */
@media(max-width:800px){
  body.dpep-v500{padding-bottom:66px}
  .dpep-v500 .dpep-container,.dpep-v500 .dpep-container-wide{width:min(100% - 28px,720px)}
  .dpep-v500 .dpep-site-header{position:sticky;top:0}
  .admin-bar.dpep-v500 .dpep-site-header{top:46px}
  .dpep-v500 .dpep-utility{display:none}
  .dpep-v500 .dpep-header-main{min-height:62px;grid-template-columns:42px 1fr 84px;padding-inline:13px}
  .dpep-v500 .dpep-header-social,.dpep-v500 .dpep-header-actions{display:none}
  .dpep-v500 .dpep-menu-toggle{display:block;padding:7px}
  .dpep-v500 .dpep-header-brand strong{font-size:22px}
  .dpep-v500 .dpep-header-brand small{font-size:6px}
  .dpep-v500 .dpep-mobile-actions{display:flex;justify-content:flex-end;gap:1px}
  .dpep-v500 .dpep-mobile-actions a{display:grid;place-items:center;min-width:32px;color:#fff;text-decoration:none}
  .dpep-v500 .dpep-mobile-actions small{display:none}
  .dpep-v500 .dpep-primary-nav{display:none;position:fixed;z-index:600;inset:62px 0 0;overflow:auto;padding-bottom:90px;background:var(--dpep-navy)}
  .admin-bar.dpep-v500 .dpep-primary-nav{inset-block-start:108px}
  .dpep-v500 .dpep-primary-nav.is-open{display:block}
  .dpep-v500 .dpep-primary-nav>div{display:block;min-height:0;width:100%;padding:10px 16px}
  .dpep-v500 .dpep-primary-menu{display:block}
  .dpep-v500 .dpep-primary-menu>li{position:relative;border-bottom:1px solid rgba(255,255,255,.10)}
  .dpep-v500 .dpep-primary-menu>li>a{padding:16px 4px;font-size:10px}
  .dpep-v500 .dpep-submenu-toggle{display:block;position:absolute;top:6px;right:0;width:42px;height:42px;border:0;background:transparent;color:#fff;font-size:20px}
  .dpep-v500 .dpep-has-mega>.dpep-mega-menu{position:static;display:none;width:100%;max-height:none;padding:8px 0 14px;transform:none;border:0;background:transparent;box-shadow:none}
  .dpep-v500 .dpep-has-mega.is-open>.dpep-mega-menu{display:grid}
  .dpep-v500 .dpep-mega-menu--buy,.dpep-v500 .dpep-mega-menu--regions,.dpep-v500 .dpep-mega-menu--editorial{grid-template-columns:1fr}
  .dpep-v500 .dpep-mega-menu__intro{display:none}
  .dpep-v500 .dpep-mega-groups,.dpep-v500 .dpep-mega-regions,.dpep-v500 .dpep-mega-menu--services,.dpep-v500 .dpep-mega-menu__tools{grid-template-columns:1fr 1fr}
  .dpep-v500 .dpep-mega-groups a,.dpep-v500 .dpep-mega-regions a,.dpep-v500 .dpep-mega-menu--services>a,.dpep-v500 .dpep-mega-menu__tools a{min-height:auto;padding:11px;background:rgba(255,255,255,.065);color:#fff}
  .dpep-v500 .dpep-mega-groups span,.dpep-v500 .dpep-mega-regions small,.dpep-v500 .dpep-mega-menu__tools span,.dpep-v500 .dpep-mega-menu--services small{color:rgba(255,255,255,.62)}
  .dpep-v500 .dpep-home-hero--v500{display:block;min-height:445px;padding-bottom:0}
  .dpep-v500 .dpep-home-hero__content--v500{padding-top:42px}
  .dpep-v500 .dpep-home-hero--v500 h1{font-size:clamp(36px,8vw,49px)}
  .dpep-v500 .dpep-home-hero__tagline{font-size:23px!important}
  .dpep-v500 .dpep-home-search-card--v500{position:relative;bottom:auto;left:auto;width:calc(100% - 28px);margin:-62px auto 0;transform:none}
  .dpep-v500 .dpep-unified-search__fields{grid-template-columns:1fr 1fr}
  .dpep-v500 .dpep-unified-search__project{grid-column:1/-1}
  .dpep-v500 .dpep-unified-search__fields .dpep-button--search{min-height:52px}
  .dpep-v500 .dpep-concept{padding-top:76px}
  .dpep-v500 .dpep-concept__grid,.dpep-v500 .dpep-about-intro,.dpep-v500 .dpep-about-method,.dpep-v500 .dpep-about-audiences{grid-template-columns:1fr;gap:28px}
  .dpep-v500 .dpep-property-grid--home-v500,.dpep-v500 .dpep-buy-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dpep-v500 .dpep-search-advanced>div:first-child{grid-template-columns:1fr 1fr}
  .dpep-v500 .dpep-seller-router__choices{grid-template-columns:1fr 1fr}
  .dpep-v500 .dpep-property-head__summary{grid-template-columns:1fr}
  .dpep-v500 .dpep-property-price{text-align:left}
  .dpep-v500 .dpep-property-price>div{justify-content:flex-start}
  .dpep-v500 .dpep-property-gallery--v500{height:auto;grid-template-columns:1fr}
  .dpep-v500 .dpep-property-gallery--v500 .dpep-property-gallery__main{min-height:340px;aspect-ratio:1.45/1}
  .dpep-v500 .dpep-property-gallery--v500 .dpep-property-gallery__side{height:170px}
  .dpep-v500 .dpep-property-nav{display:none}
  .dpep-v500 .dpep-property-layout{grid-template-columns:1fr}
  .dpep-v500 .dpep-property-sidebar{grid-template-columns:1fr 1fr}
  .dpep-v500 .dpep-about-pillars{grid-template-columns:1fr 1fr}
}

/* Téléphones */
@media(max-width:580px){
  .dpep-v500 .dpep-home-hero--v500{min-height:410px}
  .dpep-v500 .dpep-home-hero__content--v500{padding-top:25px}
  .dpep-v500 .dpep-home-hero--v500 h1{font-size:34px}
  .dpep-v500 .dpep-home-hero__tagline{font-size:20px!important}
  .dpep-v500 .dpep-home-hero__copy{font-size:11px!important}
  .dpep-v500 .dpep-home-search-card--v500{margin:-40px auto 0}
  .dpep-v500 .dpep-unified-search{padding:9px}
  .dpep-v500 .dpep-unified-search__fields{grid-template-columns:1fr}
  .dpep-v500 .dpep-unified-search__project{grid-column:auto}
  .dpep-v500 .dpep-unified-search__fields>label,
  .dpep-v500 .dpep-unified-search__optional>label{padding:7px 9px;border-right:0;border-bottom:1px solid #e7e0d6}
  .dpep-v500 .dpep-unified-search__fields input,.dpep-v500 .dpep-unified-search__fields select{height:34px;font-size:13px}
  .dpep-v500 .dpep-unified-search__fields small{display:none}
  .dpep-v500 .dpep-unified-search__footer span{display:none}
  .dpep-v500 .dpep-search-advanced>div:first-child{grid-template-columns:1fr 1fr}
  .dpep-v500 .dpep-search-advanced .dpep-feature-checks{grid-column:1/-1}
  .dpep-v500 .dpep-concept{padding-top:50px}
  .dpep-v500 .dpep-concept h2{font-size:33px}
  .dpep-v500 .dpep-concept__links{display:grid;gap:8px}
  .dpep-v500 .dpep-property-grid--home-v500,.dpep-v500 .dpep-buy-results-grid{gap:9px}
  .dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card__body,.dpep-v500 .dpep-buy-results-grid .dpep-property-card__body{padding:9px}
  .dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card h3,.dpep-v500 .dpep-buy-results-grid .dpep-property-card h3{min-height:0;font-size:12px}
  .dpep-v500 .dpep-property-card__facts{display:none}
  .dpep-v500 .dpep-buy-results__toolbar{align-items:flex-start;flex-direction:column}
  .dpep-v500 .dpep-buy-results__actions{width:100%;justify-content:space-between}
  .dpep-v500 .dpep-inline-save-search{grid-template-columns:1fr}
  .dpep-v500 .dpep-seller-router__choices{grid-template-columns:1fr}
  .dpep-v500 .dpep-seller-router__choices button{min-height:150px;padding:21px}
  .dpep-v500 .dpep-sell-hero--v500{min-height:230px;padding:42px 0}
  .dpep-v500 .dpep-property-head__summary h1{font-size:30px}
  .dpep-v500 .dpep-property-price>strong{font-size:27px}
  .dpep-v500 .dpep-property-gallery--v500 .dpep-property-gallery__main{min-height:240px}
  .dpep-v500 .dpep-property-gallery--v500 .dpep-property-gallery__side{height:125px}
  .dpep-v500 .dpep-property-gallery--v500 .dpep-property-gallery__side button:nth-child(n+3){display:none}
  .dpep-v500 .dpep-property-fact-grid--v500{grid-template-columns:repeat(2,1fr)}
  .dpep-v500 .dpep-property-section--card{padding:19px 16px}
  .dpep-v500 .dpep-property-section--card h2{font-size:27px}
  .dpep-v500 .dpep-property-sidebar{grid-template-columns:1fr}
  .dpep-v500 .dpep-energy-panels{grid-template-columns:1fr}
  .dpep-v500 .dpep-location-context{grid-template-columns:1fr 1fr}
  .dpep-v500 .dpep-visit-section .dpep-visit-grid,.dpep-v500 .dpep-visit-section .dpep-visit-note__grid{grid-template-columns:1fr}
  .dpep-v500 .dpep-about-hero,.dpep-v500 .dpep-knowledge-hero,.dpep-v500 .dpep-legal-hero{padding:40px 0}
  .dpep-v500 .dpep-about-hero h1,.dpep-v500 .dpep-knowledge-hero h1,.dpep-v500 .dpep-legal-hero h1{font-size:34px}
  .dpep-v500 .dpep-about-pillars,.dpep-v500 .dpep-knowledge-groups--v500{grid-template-columns:1fr}
  .dpep-v500 .dpep-legal-summary{grid-template-columns:1fr}
  .dpep-v500 .dpep-footer-cta{display:none}
}

/* V501 — correctif critique : navigation mobile et barre d'actions.
 * Les éléments existent dans le HTML sur toutes les pages mais doivent rester
 * invisibles sur ordinateur. Leur CSS avait été omis de la V500, ce qui
 * affichait les SVG en très grand avant le contenu.
 */
.dpep-mobile-dock,
.dpep-property-mobile-bar{
  display:none;
}

@media(max-width:800px){
  .dpep-mobile-dock{
    position:fixed;
    z-index:900;
    left:0;
    right:0;
    bottom:0;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    min-height:64px;
    padding-bottom:env(safe-area-inset-bottom);
    border-top:1px solid rgba(8,31,53,.11);
    background:rgba(255,255,255,.97);
    box-shadow:0 -10px 28px rgba(4,24,44,.09);
    backdrop-filter:blur(16px);
  }
  .dpep-mobile-dock a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    min-width:0;
    min-height:58px;
    color:#18364d;
    font-size:9px;
    font-weight:700;
    line-height:1.1;
    text-align:center;
    text-decoration:none;
  }
  .dpep-mobile-dock svg{
    display:block;
    width:20px;
    height:20px;
    max-width:20px;
    max-height:20px;
    flex:0 0 20px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  body.single-property .dpep-mobile-dock{
    display:none;
  }
  .dpep-property-mobile-bar{
    position:fixed;
    z-index:950;
    left:0;
    right:0;
    bottom:0;
    display:grid;
    grid-template-columns:minmax(0,1fr) 48px 130px;
    gap:8px;
    align-items:center;
    min-height:68px;
    padding:8px 12px calc(8px + env(safe-area-inset-bottom));
    border-top:1px solid rgba(8,31,53,.11);
    background:rgba(255,255,255,.98);
    box-shadow:0 -12px 30px rgba(4,24,44,.12);
  }
  body:not(.single-property) .dpep-property-mobile-bar{
    display:none;
  }
  .dpep-property-mobile-bar>div small,
  .dpep-property-mobile-bar>div strong{
    display:block;
  }
  .dpep-property-mobile-bar>div small{
    color:#78848d;
    font-size:8px;
    letter-spacing:.07em;
    text-transform:uppercase;
  }
  .dpep-property-mobile-bar>div strong{
    font-family:var(--dpep-serif);
    font-size:19px;
    font-weight:500;
  }
  .dpep-property-mobile-favorite{
    display:grid;
    place-items:center;
    height:46px;
    border:1px solid rgba(8,31,53,.12);
    background:#f7f3eb;
  }
  .dpep-property-mobile-favorite svg{
    width:20px;
    height:20px;
    max-width:20px;
    fill:none;
    stroke:#17354c;
  }
  .dpep-property-mobile-favorite.is-active svg{
    fill:#b98b4d;
    stroke:#b98b4d;
  }
  .dpep-property-mobile-contact{
    display:grid;
    place-items:center;
    height:46px;
    background:var(--dpep-navy);
    color:#fff;
    font-size:12px;
    font-weight:750;
    text-decoration:none;
  }
  body.dpep-menu-open .dpep-mobile-dock{
    visibility:hidden;
  }
}

/* ========================================================================== 
   V503 MOBILE PREMIUM — couche consolidée
   Reprend la hiérarchie éditoriale de l'ancienne version mobile sans
   réintroduire Houzez ni une bibliothèque front externe.
   ========================================================================== */
.dpep-v500 *,
.dpep-v500 *::before,
.dpep-v500 *::after{box-sizing:border-box}
.dpep-v500 main,
.dpep-v500 section,
.dpep-v500 article,
.dpep-v500 aside,
.dpep-v500 form,
.dpep-v500 .dpep-container,
.dpep-v500 .dpep-container-wide{min-width:0}
.dpep-v500 img,
.dpep-v500 video,
.dpep-v500 iframe{max-width:100%}
.dpep-v500 .dpep-mobile-account,
.dpep-mobile-menu,
.dpep-mobile-menu-backdrop,
.dpep-v500 .dpep-mobile-filter-only,
.dpep-v500 .dpep-unified-search__optional>label.dpep-mobile-filter-only,
.dpep-v500 .dpep-search-mobile-toggle{display:none}
.dpep-v500 .dpep-unified-search__optional{display:contents}

@media(max-width:800px){
  html{max-width:100%;overflow-x:hidden;overflow-x:clip;scroll-padding-top:76px}
  body.dpep-v500{max-width:100%;overflow-x:hidden;overflow-x:clip;padding-bottom:0}
  html.dpep-menu-open,
  body.dpep-menu-open,
  body.dpep-modal-open{overflow:hidden!important;overscroll-behavior:none}
  .dpep-v500 .dpep-container,
  .dpep-v500 .dpep-container-wide{width:min(100% - 28px,740px);max-width:100%;margin-inline:auto}
  .dpep-v500 .dpep-section{padding:48px 0}
  .dpep-v500 .dpep-section-head{align-items:flex-start;gap:14px;margin-bottom:22px}
  .dpep-v500 .dpep-section-head h2{font-size:clamp(31px,8vw,43px);line-height:1.03}
  .dpep-v500 .dpep-section-head>a{flex:0 0 auto;padding-top:8px;font-size:9px}

  /* Header réellement symétrique : hamburger / marque / espace */
  .dpep-v500 .dpep-site-header{position:sticky;top:0;z-index:1000}
  .admin-bar.dpep-v500 .dpep-site-header{top:46px}
  .dpep-v500 .dpep-utility,
  .dpep-v500 .dpep-header-social,
  .dpep-v500 .dpep-header-actions,
  .dpep-v500 .dpep-primary-nav{display:none!important}
  .dpep-v500 .dpep-header-main{
    width:100%;
    min-height:72px;
    padding:8px 14px;
    grid-template-columns:48px minmax(0,1fr) 48px;
    gap:8px;
  }
  .dpep-v500 .dpep-menu-toggle{
    display:grid;
    place-content:center;
    width:44px;
    height:44px;
    margin:0;
    padding:0;
    border:1px solid rgba(255,255,255,.35);
    background:transparent;
    color:#fff;
    cursor:pointer;
  }
  .dpep-v500 .dpep-menu-toggle span{width:23px;height:2px;margin:3px 0;background:currentColor}
  .dpep-v500 .dpep-header-brand{justify-self:center;max-width:100%;text-align:center;white-space:nowrap}
  .dpep-v500 .dpep-header-brand strong{overflow:hidden;font-size:clamp(20px,6.2vw,27px);line-height:1;text-overflow:ellipsis}
  .dpep-v500 .dpep-header-brand small{margin-top:4px;font-size:6px;letter-spacing:.19em}
  .dpep-v500 .dpep-mobile-account{
    display:grid;
    place-items:center;
    justify-self:end;
    width:44px;
    height:44px;
    color:#fff;
    text-decoration:none;
  }
  .dpep-v500 .dpep-mobile-account svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.65}
  .dpep-v500 .dpep-mobile-account span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

  /* Panneau mobile autonome, proche de la référence visuelle fournie */
  .dpep-mobile-menu-backdrop{
    position:fixed;
    z-index:1090;
    inset:0;
    display:block;
    opacity:0;
    visibility:hidden;
    background:rgba(1,17,32,.62);
    backdrop-filter:blur(2px);
    transition:opacity .24s ease,visibility .24s ease;
  }
  .dpep-mobile-menu-backdrop.is-open{opacity:1;visibility:visible}
  .dpep-mobile-menu{
    position:fixed;
    z-index:1100;
    inset:0 auto 0 0;
    display:flex;
    width:min(88vw,410px);
    max-width:calc(100vw - 32px);
    min-height:100dvh;
    flex-direction:column;
    overflow-y:auto;
    padding:calc(24px + env(safe-area-inset-top)) 26px calc(28px + env(safe-area-inset-bottom));
    background:#041f37;
    color:#fff;
    box-shadow:18px 0 60px rgba(0,0,0,.28);
    transform:translate3d(-105%,0,0);
    visibility:hidden;
    transition:transform .28s cubic-bezier(.2,.72,.24,1),visibility .28s ease;
    overscroll-behavior:contain;
  }
  .dpep-mobile-menu.is-open{transform:translate3d(0,0,0);visibility:visible}
  .dpep-mobile-menu__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.17)}
  .dpep-mobile-menu__head strong{display:block;font-family:var(--dpep-serif);font-size:31px;font-weight:500;line-height:1}
  .dpep-mobile-menu__head small{display:block;margin-top:8px;color:rgba(255,255,255,.58);font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
  .dpep-mobile-menu__close{display:grid;place-items:center;flex:0 0 50px;width:50px;height:50px;border:1px solid rgba(255,255,255,.30);background:transparent;color:#fff;font:700 35px/1 Arial,sans-serif;cursor:pointer}
  .dpep-mobile-menu nav{margin-top:24px}
  .dpep-mobile-menu nav a,
  .dpep-mobile-menu__account{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:67px;border-bottom:1px solid rgba(255,255,255,.13);color:#fff;font-size:16px;font-weight:800;letter-spacing:.055em;text-decoration:none;text-transform:uppercase}
  .dpep-mobile-menu nav a i,
  .dpep-mobile-menu__account i{color:#d1a45e;font-family:Georgia,serif;font-size:17px;font-style:normal}
  .dpep-mobile-menu__cta{display:grid;place-items:center;min-height:62px;margin:27px 0 8px;padding:14px;background:linear-gradient(135deg,#d7ad69,#be8d45);color:#fff;font-size:15px;font-weight:850;letter-spacing:.055em;text-align:center;text-decoration:none;text-transform:uppercase}
  .dpep-mobile-menu__footer{display:flex;flex-wrap:wrap;gap:16px;margin-top:auto;padding-top:28px}
  .dpep-mobile-menu__footer a{color:rgba(255,255,255,.64);font-size:10px;font-weight:700;letter-spacing:.07em;text-decoration:none;text-transform:uppercase}
  .dpep-v500 .dpep-mobile-dock{display:none!important}

  /* Hero éditorial plus court et recherche intégrée sombre */
  .dpep-v500 .dpep-home-hero--v500{
    display:block;
    min-height:0;
    max-height:none;
    padding:0 0 24px;
    background-position:58% center;
  }
  .dpep-v500 .dpep-home-hero--v500 .dpep-home-hero__veil{background:linear-gradient(90deg,rgba(4,24,44,.90),rgba(4,24,44,.52)),linear-gradient(180deg,rgba(4,24,44,.06),rgba(4,24,44,.48))}
  .dpep-v500 .dpep-home-hero__content--v500{padding-top:44px;text-align:left}
  .dpep-v500 .dpep-home-hero--v500 h1{max-width:620px;margin:0;font-size:clamp(38px,9.4vw,58px);line-height:.99;letter-spacing:-.035em}
  .dpep-v500 .dpep-home-hero__tagline{max-width:610px!important;margin:16px 0 0!important;font-size:clamp(20px,5.5vw,27px)!important}
  .dpep-v500 .dpep-home-hero__copy{max-width:620px!important;margin:12px 0 0!important;font-size:13px!important;line-height:1.52}
  .dpep-v500 .dpep-home-search-card--v500{
    position:relative;
    inset:auto;
    width:min(100% - 28px,740px);
    margin:24px auto 0;
    transform:none;
    border:1px solid rgba(198,154,87,.35);
    background:#041f37;
    box-shadow:0 18px 45px rgba(0,14,28,.24);
  }
  .dpep-v500 .dpep-unified-search{padding:14px;background:#041f37}
  .dpep-v500 .dpep-unified-search__fields{display:grid;grid-template-columns:1fr;border:0;background:transparent;gap:10px}
  .dpep-v500 .dpep-unified-search__fields>label,
  .dpep-v500 .dpep-unified-search__optional>label{
    display:grid;
    min-width:0;
    gap:5px;
    padding:10px 13px;
    border:1px solid rgba(255,255,255,.26);
    background:#fff;
  }
  .dpep-v500 .dpep-unified-search__fields>label>span,
  .dpep-v500 .dpep-unified-search__optional>label>span{color:#5d6871;font-size:8px}
  .dpep-v500 .dpep-unified-search__fields input,
  .dpep-v500 .dpep-unified-search__fields select{height:34px;font-size:15px}
  .dpep-v500 .dpep-unified-search__fields small{display:none}
  .dpep-v500 .dpep-unified-search__optional{display:none;grid-template-columns:1fr 1fr;gap:10px}
  .dpep-v500 .dpep-unified-search__optional.is-open{display:grid}
  .dpep-v500 .dpep-mobile-filter-only,
  .dpep-v500 .dpep-unified-search__optional>label.dpep-mobile-filter-only{display:grid}
  .dpep-v500 .dpep-unified-search__fields .dpep-button--search{
    min-height:55px;
    border:0;
    background:linear-gradient(135deg,#d5aa65,#bb8740);
    color:#fff;
    font-size:12px;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
  .dpep-v500 .dpep-unified-search__footer{min-height:32px;padding:10px 1px 0;color:rgba(255,255,255,.65)}
  .dpep-v500 .dpep-unified-search__footer>span{display:none}
  .dpep-v500 .dpep-search-mobile-toggle{display:inline-flex;align-items:center;gap:8px;margin-left:auto;padding:2px 0;border:0;background:transparent;color:#e1bd82;font-size:11px;font-weight:800;cursor:pointer}
  .dpep-v500 .dpep-location-suggestions,
  .dpep-v500 .dpep-smart-suggestions{z-index:1200;max-height:min(46vh,300px)}

  /* La recherche de la page Acheter reste claire et garde son budget visible */
  .dpep-v500 .dpep-unified-search--results{background:#fff}
  .dpep-v500 .dpep-unified-search--results .dpep-unified-search__fields{grid-template-columns:1fr 1fr;background:#fff}
  .dpep-v500 .dpep-unified-search--results .dpep-unified-search__project{grid-column:1/-1}
  .dpep-v500 .dpep-unified-search--results .dpep-unified-search__optional{display:contents}
  .dpep-v500 .dpep-unified-search--results .dpep-unified-search__fields>label,
  .dpep-v500 .dpep-unified-search--results .dpep-unified-search__optional>label{border:1px solid #ded7cd;background:#fff}
  .dpep-v500 .dpep-unified-search--results .dpep-unified-search__fields .dpep-button--search{grid-column:1/-1;background:var(--dpep-navy)}
  .dpep-v500 .dpep-unified-search--results .dpep-unified-search__footer{color:#71808b}
  .dpep-v500 .dpep-search-advanced{padding:15px 0 0}
  .dpep-v500 .dpep-search-advanced>div:first-child{grid-template-columns:1fr 1fr;gap:9px}
  .dpep-v500 .dpep-search-advanced__actions{flex-wrap:wrap}

  /* Grands rails tactiles sur l'accueil et les recommandations */
  .dpep-v500 .dpep-property-grid--home-v500,
  .dpep-v500 .dpep-property-grid--related{
    display:flex;
    width:auto;
    max-width:none;
    gap:14px;
    overflow-x:auto;
    padding:2px max(14px,calc((100vw - min(100vw - 28px,740px))/2)) 18px;
    margin-inline:calc(-1 * max(14px,calc((100vw - min(100vw - 28px,740px))/2)));
    scroll-snap-type:x mandatory;
    scroll-padding-inline:14px;
    overscroll-behavior-inline:contain;
    scrollbar-width:thin;
    -webkit-overflow-scrolling:touch;
  }
  .dpep-v500 .dpep-property-grid--home-v500>.dpep-property-card,
  .dpep-v500 .dpep-property-grid--related>.dpep-property-card{
    flex:0 0 min(72vw,360px);
    width:min(72vw,360px);
    scroll-snap-align:start;
  }
  .dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card__media,
  .dpep-v500 .dpep-property-grid--related .dpep-property-card__media{aspect-ratio:1.42/1}
  .dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card__body,
  .dpep-v500 .dpep-property-grid--related .dpep-property-card__body{padding:15px 16px 17px}
  .dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card h3,
  .dpep-v500 .dpep-property-grid--related .dpep-property-card h3{min-height:auto;font-size:17px}
  .dpep-v500 .dpep-property-card__facts{display:flex;font-size:10px}
  .dpep-v500 .dpep-property-card__tools a,
  .dpep-v500 .dpep-property-card__tools button{width:40px;height:40px}

  /* Résultats : deux cartes sur tablette, une sur téléphone plus bas */
  .dpep-v500 .dpep-buy-results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .dpep-v500 .dpep-buy-results__toolbar{gap:14px}
  .dpep-v500 .dpep-buy-results__actions{flex-wrap:wrap}

  /* Typologies et régions : grandes images, lecture immédiate */
  .dpep-v500 .dpep-type-grid{grid-template-columns:1fr 1fr;grid-auto-rows:250px;gap:14px}
  .dpep-v500 .dpep-type-card,
  .dpep-v500 .dpep-type-card--large{grid-column:auto;grid-row:auto;align-items:center;justify-content:center;text-align:center}
  .dpep-v500 .dpep-type-card>div{padding:22px}
  .dpep-v500 .dpep-type-card h3,
  .dpep-v500 .dpep-type-card--large h3{font-family:var(--dpep-sans);font-size:21px;font-weight:780;letter-spacing:.055em;text-transform:uppercase}
  .dpep-v500 .dpep-type-card small{display:none}
  .dpep-v500 .dpep-type-card span{font-size:14px;color:rgba(255,255,255,.78)}
  .dpep-v500 .dpep-region-strip{grid-template-columns:1fr 1fr;gap:14px}
  .dpep-v500 .dpep-region-strip a{min-height:230px}
  .dpep-v500 .dpep-editorial-grid{grid-template-columns:1fr 1fr;gap:14px}
  .dpep-v500 .dpep-editorial-grid article div{padding:18px}
  .dpep-v500 .dpep-editorial-grid h3,
  .dpep-v500 .dpep-editorial-grid h2{font-size:22px}

  /* Sections d'accueil plus compactes */
  .dpep-v500 .dpep-concept{padding:48px 0}
  .dpep-v500 .dpep-concept__grid{grid-template-columns:1fr;gap:20px}
  .dpep-v500 .dpep-concept h2{font-size:clamp(32px,8vw,43px)}
  .dpep-v500 .dpep-concept__copy{font-size:13px;line-height:1.62}
  .dpep-v500 .dpep-home-services,
  .dpep-v500 .dpep-expertise{grid-template-columns:1fr;gap:28px}
  .dpep-v500 .dpep-home-services h2,
  .dpep-v500 .dpep-expertise h2{font-size:clamp(34px,8.2vw,45px)}
  .dpep-v500 .dpep-service-grid{grid-template-columns:1fr 1fr}
  .dpep-v500 .dpep-service-grid a{min-height:175px;padding:20px}
  .dpep-v500 .dpep-service-grid h3{margin:22px 0 7px;font-size:21px}
  .dpep-v500 .dpep-expertise__list a{padding:17px 0}

  /* Fiche bien : galerie tactile native */
  .dpep-v500 .dpep-property-head{padding-bottom:20px}
  .dpep-v500 .dpep-property-breadcrumb{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
  .dpep-v500 .dpep-property-head__summary{grid-template-columns:1fr;gap:13px;padding:21px 0 17px}
  .dpep-v500 .dpep-property-head__summary h1{font-size:clamp(30px,7.6vw,42px);line-height:1.04}
  .dpep-v500 .dpep-property-price{text-align:left}
  .dpep-v500 .dpep-property-price>strong{font-size:30px}
  .dpep-v500 .dpep-property-price>div{justify-content:flex-start;flex-wrap:wrap}
  .dpep-v500 .dpep-property-gallery--v500{
    display:flex;
    width:calc(100% + 28px);
    height:auto;
    max-width:calc(100% + 28px);
    gap:10px;
    overflow-x:auto;
    padding:0 14px 13px;
    margin-inline:-14px;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:14px;
    overscroll-behavior-inline:contain;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .dpep-v500 .dpep-property-gallery--v500::-webkit-scrollbar{display:none}
  .dpep-v500 .dpep-property-gallery--v500 .dpep-property-gallery__main,
  .dpep-v500 .dpep-property-gallery--v500 .dpep-property-gallery__side>button{
    display:block!important;
    flex:0 0 87%;
    width:87%;
    min-width:0;
    min-height:0;
    height:auto;
    aspect-ratio:1.35/1;
    scroll-snap-align:start;
  }
  .dpep-v500 .dpep-property-gallery--v500 .dpep-property-gallery__side{display:contents;height:auto}
  .dpep-v500 .dpep-property-gallery--v500 button img{width:100%;height:100%;object-fit:cover}
  .dpep-v500 .dpep-property-gallery--v500 .dpep-property-gallery__main>span,
  .dpep-v500 .dpep-property-gallery--v500 .dpep-property-gallery__side button>span{display:none}
  .dpep-v500 .dpep-gallery-mobile-status{position:sticky;right:14px;bottom:24px;align-self:flex-end;display:flex;gap:5px;margin-left:-70px;padding:7px 10px;border-radius:99px;background:rgba(4,31,55,.84);color:#fff;font-size:11px;font-style:normal;pointer-events:none}
  .dpep-v500 .dpep-gallery-mobile-status i{font-style:normal;opacity:.7}
  .dpep-v500 .dpep-property-fact-grid--v500{grid-template-columns:repeat(3,minmax(0,1fr));gap:1px}
  .dpep-v500 .dpep-property-fact-grid--v500>div{min-width:0;padding:14px 8px}
  .dpep-v500 .dpep-property-fact-grid--v500 svg{width:20px;height:20px}
  .dpep-v500 .dpep-property-fact-grid--v500 span{font-size:7px}
  .dpep-v500 .dpep-property-fact-grid--v500 strong{font-size:13px;overflow-wrap:anywhere}
  .dpep-v500 .dpep-property-nav{display:none}
  .dpep-v500 .dpep-property-main{padding:31px 0 94px}
  .dpep-v500 .dpep-property-layout{grid-template-columns:1fr;gap:22px}
  .dpep-v500 .dpep-property-section--card{padding:23px 20px}
  .dpep-v500 .dpep-property-section--card h2{font-size:clamp(28px,7.2vw,38px)}
  .dpep-v500 .dpep-property-sidebar{display:grid;grid-template-columns:1fr;gap:18px}
  .dpep-v500 .dpep-contact-card{position:static!important;top:auto!important;padding:22px 19px}
  .dpep-v500 .dpep-energy-panels,
  .dpep-v500 .dpep-location-panel{grid-template-columns:1fr}
  .dpep-v500 .dpep-location-visual{min-height:170px}
  .dpep-v500 .dpep-property-mobile-bar{grid-template-columns:minmax(0,1fr) 48px minmax(112px,132px)}

  /* Mon espace : navigation compacte, aucun tableau ne pousse la page */
  .dpep-v500 .dpep-section--account{padding:30px 0 48px}
  .dpep-v500 .dpep-account-shell{display:block;max-width:100%}
  .dpep-v500 .dpep-account-nav{display:none!important}
  .dpep-v500 .dpep-account-mobile-nav{display:block;margin:0 0 18px;padding:14px;background:var(--dpep-navy);color:#fff}
  .dpep-v500 .dpep-account-main{width:100%;max-width:100%;overflow:hidden}
  .dpep-v500 .dpep-account-heading{align-items:flex-start;flex-direction:column;gap:12px}
  .dpep-v500 .dpep-account-heading h1{font-size:clamp(32px,8vw,43px)}
  .dpep-v500 .dpep-account-metrics{grid-template-columns:1fr 1fr;gap:10px}
  .dpep-v500 .dpep-account-metrics>article,
  .dpep-v500 .dpep-account-metrics>div{min-width:0;min-height:105px;padding:14px}
  .dpep-v500 .dpep-dashboard-columns{display:block}
  .dpep-v500 .dpep-dashboard-columns>section+section{margin-top:24px}
  .dpep-v500 .dpep-dashboard-property{grid-template-columns:72px minmax(0,1fr);gap:12px;padding:12px}
  .dpep-v500 .dpep-dashboard-property>img{width:72px;height:62px}
  .dpep-v500 .dpep-dashboard-property>*{min-width:0}
  .dpep-v500 .dpep-dashboard-property__actions{grid-column:1/-1;align-items:flex-start;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}
  .dpep-v500 .dpep-account-upgrade{padding:24px 18px}
  .dpep-v500 .dpep-account-main table,
  .dpep-v500 .dpep-account-main pre{display:block;width:100%;max-width:100%;overflow-x:auto}

  /* Dépôt, formulaires, outils et tableaux */
  .dpep-v500 .dpep-listing-studio{grid-template-columns:1fr}
  .dpep-v500 .dpep-listing-studio__aside{position:static}
  .dpep-v500 .dpep-wizard-nav{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}
  .dpep-v500 .dpep-wizard-nav a{flex:0 0 auto;scroll-snap-align:start}
  .dpep-v500 .dpep-form-grid{grid-template-columns:1fr 1fr}
  .dpep-v500 .dpep-form-grid .is-wide{grid-column:1/-1}
  .dpep-v500 .dpep-compare-table,
  .dpep-v500 .dpep-tools-table,
  .dpep-v500 .dpep-rich-text table{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .dpep-v500 .dpep-compare-grid{min-width:700px}
  .dpep-v500 input,
  .dpep-v500 select,
  .dpep-v500 textarea,
  .dpep-v500 button{max-width:100%}
}

@media(max-width:580px){
  .dpep-v500 .dpep-container,
  .dpep-v500 .dpep-container-wide{width:calc(100% - 24px)}
  .dpep-v500 .dpep-header-main{min-height:68px;padding-inline:10px;grid-template-columns:46px minmax(0,1fr) 46px}
  .dpep-v500 .dpep-menu-toggle,
  .dpep-v500 .dpep-mobile-account{width:42px;height:42px}
  .dpep-v500 .dpep-header-brand strong{font-size:clamp(18px,6.2vw,24px)}
  .dpep-v500 .dpep-header-brand small{font-size:5.5px}
  .dpep-mobile-menu{width:min(90vw,390px);max-width:calc(100vw - 24px);padding-inline:21px}
  .dpep-mobile-menu__head strong{font-size:27px}
  .dpep-mobile-menu nav a,
  .dpep-mobile-menu__account{min-height:62px;font-size:14px}

  .dpep-v500 .dpep-home-hero__content--v500{padding-top:34px}
  .dpep-v500 .dpep-home-hero--v500 h1{font-size:clamp(34px,10.4vw,46px)}
  .dpep-v500 .dpep-home-hero__tagline{font-size:20px!important}
  .dpep-v500 .dpep-home-hero__copy{font-size:12px!important}
  .dpep-v500 .dpep-home-search-card--v500{width:calc(100% - 24px);margin-top:20px}
  .dpep-v500 .dpep-unified-search{padding:11px}
  .dpep-v500 .dpep-unified-search__optional,
  .dpep-v500 .dpep-unified-search__optional.is-open{grid-template-columns:1fr}
  .dpep-v500 .dpep-unified-search--results .dpep-unified-search__fields{grid-template-columns:1fr}
  .dpep-v500 .dpep-unified-search--results .dpep-unified-search__project,
  .dpep-v500 .dpep-unified-search--results .dpep-unified-search__fields .dpep-button--search{grid-column:auto}
  .dpep-v500 .dpep-search-advanced>div:first-child{grid-template-columns:1fr}
  .dpep-v500 .dpep-feature-checks{grid-column:auto}

  .dpep-v500 .dpep-property-grid--home-v500,
  .dpep-v500 .dpep-property-grid--related{
    gap:12px;
    padding-inline:12px;
    margin-inline:-12px;
    scroll-padding-inline:12px;
  }
  .dpep-v500 .dpep-property-grid--home-v500>.dpep-property-card,
  .dpep-v500 .dpep-property-grid--related>.dpep-property-card{flex-basis:86vw;width:86vw;max-width:370px}
  .dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card h3,
  .dpep-v500 .dpep-property-grid--related .dpep-property-card h3{font-size:18px}
  .dpep-v500 .dpep-property-card__facts{display:flex}
  .dpep-v500 .dpep-buy-results-grid{grid-template-columns:1fr;gap:16px}
  .dpep-v500 .dpep-buy-results-grid .dpep-property-card__body{padding:15px 16px}
  .dpep-v500 .dpep-buy-results-grid .dpep-property-card h3{font-size:18px}

  .dpep-v500 .dpep-type-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:14px}
  .dpep-v500 .dpep-type-card,
  .dpep-v500 .dpep-type-card--large{min-height:235px;grid-row:auto}
  .dpep-v500 .dpep-type-grid .dpep-type-card:nth-child(n+6){display:none}
  .dpep-v500 .dpep-type-card h3,
  .dpep-v500 .dpep-type-card--large h3{font-size:20px}
  .dpep-v500 .dpep-region-strip,
  .dpep-v500 .dpep-editorial-grid{grid-template-columns:1fr}
  .dpep-v500 .dpep-region-strip a{min-height:215px}
  .dpep-v500 .dpep-editorial-grid article:nth-child(n+4){display:none}
  .dpep-v500 .dpep-service-grid{grid-template-columns:1fr}
  .dpep-v500 .dpep-service-grid a{min-height:auto;padding:20px;border-right:1px solid rgba(255,255,255,.2);border-bottom:0}
  .dpep-v500 .dpep-service-grid a:last-child{border-bottom:1px solid rgba(255,255,255,.2)}
  .dpep-v500 .dpep-service-grid h3{margin:12px 0 6px}
  .dpep-v500 .dpep-section-head{display:block}
  .dpep-v500 .dpep-section-head>a{display:inline-block;margin-top:11px}

  .dpep-v500 .dpep-property-gallery--v500{width:calc(100% + 24px);max-width:calc(100% + 24px);margin-inline:-12px;padding-inline:12px}
  .dpep-v500 .dpep-property-gallery--v500 .dpep-property-gallery__main,
  .dpep-v500 .dpep-property-gallery--v500 .dpep-property-gallery__side>button{flex-basis:88%;width:88%;aspect-ratio:1.24/1}
  .dpep-v500 .dpep-property-fact-grid--v500{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dpep-v500 .dpep-property-section--card{padding:20px 16px}
  .dpep-v500 .dpep-location-context{grid-template-columns:1fr}
  .dpep-v500 .dpep-property-mobile-bar{grid-template-columns:minmax(0,1fr) 46px 112px;padding-inline:8px}
  .dpep-v500 .dpep-property-mobile-bar>div strong{font-size:17px}

  .dpep-v500 .dpep-form-grid{grid-template-columns:1fr}
  .dpep-v500 .dpep-form-grid .is-wide{grid-column:auto}
  .dpep-v500 .dpep-auth-page{gap:22px}
  .dpep-v500 .dpep-auth-visual{min-height:250px}
}

@media(min-width:581px) and (max-width:800px){
  .dpep-v500 .dpep-property-grid--home-v500>.dpep-property-card,
  .dpep-v500 .dpep-property-grid--related>.dpep-property-card{flex-basis:calc((100vw - 58px)/2);width:calc((100vw - 58px)/2);max-width:350px}
}

@media(prefers-reduced-motion:reduce){
  .dpep-mobile-menu,
  .dpep-mobile-menu-backdrop{transition:none}
  .dpep-v500 .dpep-property-grid--home-v500,
  .dpep-v500 .dpep-property-grid--related,
  .dpep-v500 .dpep-property-gallery--v500{scroll-behavior:auto}
}


/* V504 — ajustements validés : en-tête accueil, fiche bien et partage éditorial. */
@media (min-width:801px){
  .dpep-v500 .dpep-property-gallery--v500 .dpep-property-gallery__side{
    grid-template-rows:repeat(2,minmax(0,1fr));
    min-height:0;
    overflow:hidden;
  }
  .dpep-v500 .dpep-property-gallery--v500 .dpep-property-gallery__side>button:nth-child(n+5){display:none}
  .dpep-v500 .dpep-property-fact-grid--v500{
    margin-top:18px;
    grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  }
  .dpep-v500 .dpep-property-fact-grid--v500>div{min-height:88px;padding:15px 17px}
  .dpep-v500 .dpep-property-fact-grid--v500 svg{width:20px;height:20px}
  .dpep-v500 .dpep-property-fact-grid--v500 span{font-size:8.5px}
  .dpep-v500 .dpep-property-fact-grid--v500 strong{font-size:16px}
  .dpep-v500 .dpep-property-nav{
    position:relative;
    top:auto;
    z-index:20;
    margin-top:18px;
  }
  .dpep-v500.admin-bar .dpep-property-nav{top:auto}
}

.dpep-v500 .dpep-article-share{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
}
.dpep-v500 .dpep-article-share>span{
  font-size:9px;
  font-weight:850;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.dpep-v500 .dpep-article-share>div{display:flex;align-items:center;gap:7px}
.dpep-v500 .dpep-article-share a,
.dpep-v500 .dpep-article-share button{
  display:grid;
  place-items:center;
  width:39px;
  height:39px;
  padding:0;
  border:1px solid currentColor;
  border-radius:50%;
  background:transparent;
  color:inherit;
  text-decoration:none;
  cursor:pointer;
  transition:transform .18s ease,background-color .18s ease,color .18s ease;
}
.dpep-v500 .dpep-article-share a:hover,
.dpep-v500 .dpep-article-share button:hover,
.dpep-v500 .dpep-article-share button.is-copied{transform:translateY(-2px);background:currentColor}
.dpep-v500 .dpep-article-share a:hover svg,
.dpep-v500 .dpep-article-share button:hover svg,
.dpep-v500 .dpep-article-share button.is-copied svg{fill:#fff}
.dpep-v500 .dpep-article-share svg{width:18px;height:18px;fill:currentColor}
.dpep-v500 .dpep-article-share--hero{margin-top:24px;color:#fff}
.dpep-v500 .dpep-article-share--footer{margin-top:42px;padding-top:25px;border-top:1px solid var(--dpep-line);color:var(--dpep-navy)}

@media(max-width:800px){
  body.home.dpep-v500{padding-top:72px}
  body.home.dpep-v500 .dpep-site-header{
    position:fixed;
    z-index:1000;
    top:0;
    left:0;
    right:0;
    width:100%;
  }
  body.admin-bar.home.dpep-v500 .dpep-site-header{top:46px}

  body.single-property.dpep-v500 .dpep-property-head,
  body.single-property.dpep-v500 .dpep-property-main,
  body.single-property.dpep-v500 .dpep-property-layout,
  body.single-property.dpep-v500 .dpep-property-article,
  body.single-property.dpep-v500 .dpep-property-section,
  body.single-property.dpep-v500 .dpep-property-section>*{
    min-width:0;
    max-width:100%;
  }
  body.single-property.dpep-v500 .dpep-property-section{overflow:hidden}
  body.single-property.dpep-v500 .dpep-property-section h2,
  body.single-property.dpep-v500 .dpep-property-section h3{overflow-wrap:anywhere;word-break:normal}
  body.single-property.dpep-v500 .dpep-property-main{padding-bottom:calc(122px + env(safe-area-inset-bottom))}
  body.single-property.dpep-v500 .dpep-location-context,
  body.single-property.dpep-v500 .dpep-location-panel,
  body.single-property.dpep-v500 .dpep-location-context__note,
  body.single-property.dpep-v500 .dpep-visit-note{width:100%;max-width:100%;min-width:0}
  .dpep-v500 .dpep-property-fact-grid--v500{margin-top:12px}
  .dpep-v500 .dpep-property-fact-grid--v500>div{min-height:84px}
  .dpep-v500 .dpep-property-fact-grid--v500 span{font-size:7.5px;line-height:1.3}
  .dpep-v500 .dpep-property-fact-grid--v500 strong{font-size:15px}
  .dpep-v500 .dpep-article-share--hero{margin-top:20px}
}

@media(max-width:580px){
  body.home.dpep-v500{padding-top:68px}
  .dpep-v500 .dpep-article-share{align-items:flex-start;flex-direction:column;gap:9px}
  .dpep-v500 .dpep-article-share a,
  .dpep-v500 .dpep-article-share button{width:38px;height:38px}
}

/* V504.2 — libellés lisibles sur les cartes et synthèse premium des fiches. */
.dpep-v500 .dpep-property-card__facts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  width:100%;
  border-top:1px solid var(--dpep-line);
  border-bottom:1px solid var(--dpep-line);
}
.dpep-v500 .dpep-property-card__facts span{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:2px;
  padding:8px 8px 7px;
}
.dpep-v500 .dpep-property-card__facts span+span{border-left:1px solid var(--dpep-line)}
.dpep-v500 .dpep-property-card__facts span:not(:last-child):after{content:none}
.dpep-v500 .dpep-property-card__facts small{
  overflow:hidden;
  color:#7b858d;
  font-size:7px;
  font-weight:800;
  letter-spacing:.065em;
  line-height:1.2;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}
.dpep-v500 .dpep-property-card__facts strong{
  overflow:hidden;
  color:var(--dpep-navy);
  font-family:var(--dpep-serif);
  font-size:11px;
  font-weight:500;
  line-height:1.25;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.dpep-v500 .dpep-property-fact-grid--v500{
  width:min(1180px,calc(100% - 48px));
  margin:24px auto 0;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:0;
  border:1px solid var(--dpep-line);
  background:#fff;
  box-shadow:0 12px 34px rgba(7,29,51,.055);
}
.dpep-v500 .dpep-property-fact-grid--v500>div{
  display:grid;
  min-width:0;
  min-height:92px;
  grid-template-columns:34px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:12px;
  align-content:center;
  padding:17px 19px;
  background:#fff;
}
.dpep-v500 .dpep-property-fact-grid--v500>div+div{border-left:1px solid var(--dpep-line)}
.dpep-v500 .dpep-property-fact-grid--v500 svg{
  grid-row:1/3;
  align-self:center;
  width:27px;
  height:27px;
  padding:6px;
  border:1px solid rgba(167,123,66,.28);
  border-radius:50%;
  fill:#a77b42;
}
.dpep-v500 .dpep-property-fact-grid--v500 span{
  align-self:end;
  margin:0;
  color:#78838c;
  font-size:7.5px;
  font-weight:800;
  letter-spacing:.075em;
  line-height:1.25;
  text-transform:uppercase;
}
.dpep-v500 .dpep-property-fact-grid--v500 strong{
  align-self:start;
  margin:3px 0 0;
  color:var(--dpep-navy);
  font-family:var(--dpep-serif);
  font-size:18px;
  font-weight:500;
  line-height:1.15;
}
@media(max-width:1100px){
  .dpep-v500 .dpep-property-fact-grid--v500{grid-template-columns:repeat(3,minmax(0,1fr))}
  .dpep-v500 .dpep-property-fact-grid--v500>div:nth-child(4){border-left:0;border-top:1px solid var(--dpep-line)}
  .dpep-v500 .dpep-property-fact-grid--v500>div:nth-child(n+5){border-top:1px solid var(--dpep-line)}
}
@media(max-width:800px){
  .dpep-v500 .dpep-property-card__facts{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dpep-v500 .dpep-property-card__facts span:nth-child(3){border-left:0;border-top:1px solid var(--dpep-line)}
  .dpep-v500 .dpep-property-card__facts span:nth-child(4){border-top:1px solid var(--dpep-line)}
  .dpep-v500 .dpep-property-card__facts small{font-size:7.5px}
  .dpep-v500 .dpep-property-card__facts strong{font-size:12px}
  .dpep-v500 .dpep-property-fact-grid--v500{
    width:calc(100% - 28px);
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .dpep-v500 .dpep-property-fact-grid--v500>div{
    min-height:82px;
    grid-template-columns:30px minmax(0,1fr);
    padding:14px 13px;
  }
  .dpep-v500 .dpep-property-fact-grid--v500>div:nth-child(odd){border-left:0}
  .dpep-v500 .dpep-property-fact-grid--v500>div:nth-child(n+3){border-top:1px solid var(--dpep-line)}
  .dpep-v500 .dpep-property-fact-grid--v500 svg{width:24px;height:24px;padding:5px}
  .dpep-v500 .dpep-property-fact-grid--v500 span{font-size:7px}
  .dpep-v500 .dpep-property-fact-grid--v500 strong{font-size:15px}
}
@media(max-width:430px){
  .dpep-v500 .dpep-property-card__facts span{padding:7px 6px}
  .dpep-v500 .dpep-property-card__facts small{white-space:normal}
}


/* V505 — cartes d’annonces harmonisées et caractéristiques de fiche allégées. */
body:not(.home).dpep-v500 .dpep-property-grid>.dpep-property-card,body:not(.home).dpep-v500 .dpep-buy-results-grid>.dpep-property-card{display:flex;height:100%;flex-direction:column;background:#fff}
body:not(.home).dpep-v500 .dpep-property-card__body{display:flex;min-height:255px;flex:1;flex-direction:column}
body:not(.home).dpep-v500 .dpep-property-card__top{min-height:25px}
body:not(.home).dpep-v500 .dpep-property-card h3{display:-webkit-box;min-height:68px;margin:11px 0 13px;overflow:hidden;font-size:20px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:3}
body:not(.home).dpep-v500 .dpep-property-card__facts{display:flex;width:100%;gap:17px;margin:0;padding:12px 0;border-top:1px solid rgba(8,37,64,.14);border-bottom:1px solid rgba(8,37,64,.14)}
body:not(.home).dpep-v500 .dpep-property-card__facts div{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px;margin:0;padding:0;border:0}
body:not(.home).dpep-v500 .dpep-property-card__facts dt{overflow:hidden;color:#74808a;font-size:8px;font-weight:800;letter-spacing:.08em;line-height:1.2;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}
body:not(.home).dpep-v500 .dpep-property-card__facts dd{margin:0;color:var(--dpep-navy);font-family:var(--dpep-serif);font-size:13px;line-height:1.2;white-space:nowrap}
body:not(.home).dpep-v500 .dpep-property-card__bottom{display:flex;min-height:58px;align-items:flex-end;justify-content:space-between;margin-top:auto;padding-top:15px}
body:not(.home).dpep-v500 .dpep-property-card__bottom strong{font-size:24px;line-height:1}
body:not(.home).dpep-v500 .dpep-property-card__bottom small{max-width:42%;text-align:right}
.dpep-v500 .dpep-property-card__tools button{display:grid;place-items:center}
.dpep-v500 .dpep-property-card__tools button.is-active,.dpep-v500 .dpep-property-card__tools [data-dpep-favorite].is-active{background:var(--dpep-gold);color:#fff}
.dpep-v500 .dpep-property-fact-grid--v500{width:min(1180px,calc(100% - 48px));margin:18px auto 0;padding:8px 16px;gap:0;border:1px solid rgba(8,37,64,.14);background:#fff;box-shadow:0 8px 24px rgba(7,29,51,.04)}
.dpep-v500 .dpep-property-fact-grid--v500>div{min-height:68px;grid-template-columns:24px minmax(0,1fr);align-items:center;padding:10px 18px;border:0!important}
.dpep-v500 .dpep-property-fact-grid--v500>div+div{border-left:1px solid rgba(8,37,64,.12)!important}
.dpep-v500 .dpep-property-fact-grid--v500 svg{width:22px;height:22px;padding:4px}
.dpep-v500 .dpep-property-fact-grid--v500 span{font-size:7px}
.dpep-v500 .dpep-property-fact-grid--v500 strong{font-size:17px}
@media(max-width:1100px){.dpep-v500 .dpep-property-fact-grid--v500{grid-template-columns:repeat(3,minmax(0,1fr));padding:8px}.dpep-v500 .dpep-property-fact-grid--v500>div:nth-child(4){border-left:0!important}.dpep-v500 .dpep-property-fact-grid--v500>div:nth-child(n+4){border-top:1px solid rgba(8,37,64,.12)!important}}
@media(max-width:800px){body:not(.home).dpep-v500 .dpep-property-card__body{min-height:250px}body:not(.home).dpep-v500 .dpep-property-card h3{min-height:54px;font-size:18px;-webkit-line-clamp:2}body:not(.home).dpep-v500 .dpep-property-card__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px}body:not(.home).dpep-v500 .dpep-property-card__facts dt{white-space:normal}.dpep-v500 .dpep-property-fact-grid--v500{width:calc(100% - 28px);grid-template-columns:repeat(2,minmax(0,1fr));padding:6px}.dpep-v500 .dpep-property-fact-grid--v500>div{min-height:65px;padding:9px 11px}.dpep-v500 .dpep-property-fact-grid--v500>div:nth-child(odd){border-left:0!important}.dpep-v500 .dpep-property-fact-grid--v500>div:nth-child(n+3){border-top:1px solid rgba(8,37,64,.12)!important}}
@media(max-width:430px){body:not(.home).dpep-v500 .dpep-property-card__facts{display:flex;gap:12px;overflow:hidden}body:not(.home).dpep-v500 .dpep-property-card__facts div{flex:0 1 auto}body:not(.home).dpep-v500 .dpep-property-card__facts dt{font-size:7px}body:not(.home).dpep-v500 .dpep-property-card__facts dd{font-size:12px}body:not(.home).dpep-v500 .dpep-property-card__bottom strong{font-size:21px}}


/* V506 — cartes premium, favoris cohérents et en-tête mobile réellement fixe. */
.dpep-v500 .dpep-property-grid--home-v500>.dpep-property-card{display:flex;height:100%;flex-direction:column}
.dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card__body{display:flex;min-height:286px;flex:1;flex-direction:column}
.dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card__top{min-height:26px}
.dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card h3{display:-webkit-box;min-height:64px;margin:10px 0 13px;overflow:hidden;font-size:18px;line-height:1.22;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card__bottom{margin-top:auto}
.dpep-v500 .dpep-property-card__facts--icons{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:0;padding:0;border-block:1px solid rgba(8,37,64,.13)}
.dpep-v500 .dpep-property-card__facts--icons .dpep-property-card__fact{display:grid;min-width:0;grid-template-columns:23px minmax(0,1fr);gap:7px;align-items:center;padding:9px 7px;border:0}
.dpep-v500 .dpep-property-card__facts--icons .dpep-property-card__fact+.dpep-property-card__fact{border-left:1px solid rgba(8,37,64,.1)}
.dpep-v500 .dpep-property-card__facts--icons i{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#f4eee4;color:#a77b42;font-style:normal}
.dpep-v500 .dpep-property-card__facts--icons i svg{width:13px;height:13px;fill:currentColor}
.dpep-v500 .dpep-property-card__facts--icons b{display:flex;min-width:0;flex-direction:column;gap:2px;font-weight:400}
.dpep-v500 .dpep-property-card__facts--icons small{font-size:6.5px;letter-spacing:.055em}
.dpep-v500 .dpep-property-card__facts--icons strong{font-size:11px}
.dpep-v500 [data-dpep-favorites-view] .dpep-property-card{transition:opacity .18s ease,transform .18s ease}

/* Le bandeau des offres imbriquées ne doit pas conserver la grille étroite du module. */
.dpep-v500 .dpep-pricing-section--v500 .dpep-plan-group>header{display:block;max-width:760px;margin:0 auto 24px;padding-bottom:18px;text-align:center}
.dpep-v500 .dpep-pricing-section--v500 .dpep-plan-group>header>div{width:100%}
.dpep-v500 .dpep-pricing-section--v500 .dpep-plan-group>header h3{max-width:none;font-size:clamp(34px,4vw,48px);line-height:1.04;white-space:normal}
.dpep-v500 .dpep-pricing-section--v500 .dpep-plan-group>header p{max-width:650px;margin:12px auto 0}

@media(max-width:800px){
  body.dpep-v500{padding-top:72px!important}
  body.dpep-v500 .dpep-site-header{position:fixed!important;z-index:1200!important;top:0!important;right:0;left:0;width:100%;transform:none!important}
  body.admin-bar.dpep-v500 .dpep-site-header{top:46px!important}
  body.single-property.dpep-v500 .dpep-property-breadcrumb{display:none!important}
  body.single-property.dpep-v500 .dpep-property-head__summary{padding-top:4px}
  .dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card__body{min-height:0}
  .dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card h3{min-height:54px;font-size:18px;-webkit-line-clamp:2}
}
@media(max-width:580px){
  body.dpep-v500{padding-top:68px!important}
  .dpep-v500 .dpep-property-card__facts--icons{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dpep-v500 .dpep-property-card__facts--icons .dpep-property-card__fact:nth-child(3){border-left:0;border-top:1px solid rgba(8,37,64,.1)}
  .dpep-v500 .dpep-property-card__facts--icons .dpep-property-card__fact:nth-child(4){border-top:1px solid rgba(8,37,64,.1)}
}

/* V507 — cartes d'accueil compactes et libellés entièrement lisibles. */
@media(min-width:801px){
  .dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card__body{
    display:grid;
    min-height:0;
    grid-template-rows:26px 86px auto 48px;
    align-content:start;
  }
  .dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card h3{min-height:64px;margin:10px 0 12px}
  .dpep-v500 .dpep-property-grid--home-v500 .dpep-property-card__bottom{
    min-height:48px;
    align-items:end;
    margin-top:10px;
    padding-top:10px;
  }
}
.dpep-v500 .dpep-property-card__facts--icons small{
  min-height:15px;
  overflow:visible;
  font-size:7px;
  letter-spacing:.035em;
  line-height:1.08;
  text-overflow:clip;
  white-space:normal;
}
.dpep-v500 .dpep-property-card__facts--icons strong{overflow:visible;text-overflow:clip;white-space:normal}
