/* ==========================================================================
   Demen'House — design "dh-" : blog conseils, pages villes, 404, cartes d'accueil.
   Or #bd9e5b, anthracite #1d1d1d, Poppins (titres) / Roboto (texte).
   ========================================================================== */
:root { --dh-gold: #bd9e5b; --dh-gold-2: #a4864a; --dh-gold-bg: rgba(189, 158, 91, .12); --dh-dark: #1d1d1d; --dh-text: #2b2b2b; --dh-muted: #6f6a60; --dh-bg: #f7f6f2; --dh-line: #e8e4db; --dh-r: 16px; --dh-shadow: 0 10px 30px -14px rgba(29, 29, 29, .25); }
.dh-container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.dh-section { padding: 56px 0; }
.dh-section.alt { background: var(--dh-bg); }
.dh-kicker { display: inline-block; font: 700 12px/1 Poppins, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: var(--dh-gold); margin-bottom: 12px; }

/* Hero sombre */
.dh-hero { position: relative; background: var(--dh-dark); color: #fff; padding: 72px 0 56px; overflow: hidden; }
.dh-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(900px 400px at 15% 0%, rgba(189, 158, 91, .28), transparent 60%), radial-gradient(600px 300px at 90% 100%, rgba(189, 158, 91, .16), transparent 60%); }
.dh-hero.has-img::before { background: linear-gradient(180deg, rgba(29, 29, 29, .82), rgba(29, 29, 29, .92)); }
.dh-hero .dh-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.dh-hero > .dh-container { position: relative; }
.dh-hero h1 { font: 800 clamp(28px, 3.6vw, 42px)/1.15 Poppins, sans-serif; max-width: 900px; color: #fff; margin: 12px 0 14px; letter-spacing: -.01em; }
.dh-hero h1 em { font-style: normal; color: var(--dh-gold); }
.dh-hero p.lead { font-size: 18px; line-height: 1.6; color: rgba(255, 255, 255, .82); max-width: 760px; margin: 0; }
.dh-hero .dh-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.dh-breadcrumb ol { list-style: none; margin: 0 0 6px; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: 13px; }
.dh-breadcrumb li + li::before { content: "›"; margin-right: 6px; opacity: .5; }
.dh-breadcrumb a { color: inherit; opacity: .8; text-decoration: none; }
.dh-breadcrumb a:hover { opacity: 1; color: var(--dh-gold); }
.dh-hero .dh-breadcrumb { color: rgba(255, 255, 255, .85); }
.dh-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 14px; color: rgba(255, 255, 255, .75); }
.dh-meta i { color: var(--dh-gold); margin-right: 6px; }

/* Boutons, puces */
.dh-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 26px; border-radius: 999px; font: 600 15px/1 Poppins, sans-serif; text-decoration: none !important; transition: .2s; border: 2px solid transparent; }
.dh-btn-gold { background: var(--dh-gold); color: #1d1d1d !important; }
.dh-btn-gold:hover { background: #d1b06a; transform: translateY(-1px); }
.dh-btn-outline { border-color: rgba(255, 255, 255, .6); color: #fff !important; }
.dh-btn-outline:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }
.dh-btn-dark { background: var(--dh-dark); color: #fff !important; }
.dh-btn-dark:hover { background: #333; }
.dh-chip { display: inline-block; padding: 5px 12px; border-radius: 999px; background: var(--dh-gold-bg); color: var(--dh-gold-2); font: 600 12px/1.4 Poppins, sans-serif; text-decoration: none !important; letter-spacing: .02em; }
.dh-chip:hover, .dh-chip.active { background: var(--dh-gold); color: #1d1d1d; }
.dh-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.dh-hero .dh-chip { background: rgba(255, 255, 255, .12); color: #fff; }
.dh-hero .dh-chip:hover, .dh-hero .dh-chip.active { background: var(--dh-gold); color: #1d1d1d; }

/* Cartes d'articles */
.dh-grid { display: grid; gap: 28px; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.dh-card { background: #fff; border: 1px solid var(--dh-line); border-radius: var(--dh-r); overflow: hidden; display: flex; flex-direction: column; transition: .2s; }
.dh-card:hover { transform: translateY(-3px); box-shadow: var(--dh-shadow); border-color: transparent; }
.dh-card-img { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--dh-bg); }
.dh-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.dh-card:hover .dh-card-img img { transform: scale(1.04); }
.dh-card-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.dh-card-title { font: 700 19px/1.3 Poppins, sans-serif; margin: 4px 0 0; }
.dh-card-title a { color: var(--dh-dark); text-decoration: none; }
.dh-card-title a:hover { color: var(--dh-gold-2); }
.dh-card-text { color: var(--dh-muted); font-size: 15px; line-height: 1.55; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.dh-card-meta { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--dh-line); display: flex; justify-content: space-between; font-size: 13px; color: var(--dh-muted); }
.dh-featured { display: grid; grid-template-columns: 1.15fr 1fr; gap: 0; background: #fff; border: 1px solid var(--dh-line); border-radius: var(--dh-r); overflow: hidden; margin-bottom: 40px; }
.dh-featured .dh-card-img { aspect-ratio: auto; min-height: 320px; }
.dh-featured .dh-card-body { padding: 38px 40px; justify-content: center; }
.dh-featured .dh-card-title { font-size: 28px; }
.dh-featured .dh-card-text { -webkit-line-clamp: 4; font-size: 16px; }
@media (max-width: 800px) { .dh-featured { grid-template-columns: 1fr; } .dh-featured .dh-card-img { min-height: 220px; } .dh-featured .dh-card-body { padding: 24px; } }

/* Pagination */
.dh-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 44px; flex-wrap: wrap; }
.dh-pagination a, .dh-pagination span { min-width: 42px; height: 42px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid var(--dh-line); color: var(--dh-dark); font: 600 14px Poppins, sans-serif; text-decoration: none !important; background: #fff; }
.dh-pagination a:hover { border-color: var(--dh-gold); color: var(--dh-gold-2); }
.dh-pagination .current { background: var(--dh-dark); color: #fff; border-color: var(--dh-dark); }

/* Article */
.dh-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 48px; align-items: start; }
@media (max-width: 991px) { .dh-article-layout { grid-template-columns: 1fr; } }
.dh-figure { margin: 0 0 32px; border-radius: var(--dh-r); overflow: hidden; background: #fff; }
.dh-figure img { width: 100%; max-height: 380px; object-fit: cover; display: block; }
.dh-prose { font-size: 17px; line-height: 1.65; color: var(--dh-text); }
.dh-prose > :first-child { margin-top: 0; }
.dh-prose h2 { font: 700 25px/1.3 Poppins, sans-serif; color: var(--dh-dark); margin: 36px 0 12px; position: relative; }
.dh-prose h2::before { content: ""; display: block; width: 40px; height: 4px; background: var(--dh-gold); border-radius: 2px; margin-bottom: 10px; }
.dh-prose h3 { font: 700 20px/1.35 Poppins, sans-serif; color: var(--dh-dark); margin: 24px 0 8px; }
.dh-prose h4 { font: 600 17px/1.4 Poppins, sans-serif; margin: 22px 0 8px; }
.dh-prose p { margin: 0 0 12px; }
.dh-prose ul, .dh-prose ol { margin: 0 0 14px; padding-left: 26px; }
.dh-prose ul { list-style: disc; }
.dh-prose ol { list-style: decimal; }
.dh-prose li { margin-bottom: 4px; display: list-item; }
.dh-prose li::marker { color: var(--dh-gold); font-weight: 700; }
.dh-prose a { color: var(--dh-gold-2); text-decoration: underline; text-underline-offset: 3px; }
.dh-prose a:hover { color: var(--dh-dark); }
.dh-prose strong { color: var(--dh-dark); }
.dh-prose img { max-width: 100%; height: auto; border-radius: 12px; margin: 10px auto 22px; display: block; }
.dh-prose figure { margin: 0 0 22px; }
.dh-prose figcaption { font-size: 14px; color: var(--dh-muted); text-align: center; }
.dh-prose blockquote { margin: 18px 0; padding: 18px 24px; border-left: 4px solid var(--dh-gold); background: var(--dh-bg); border-radius: 0 12px 12px 0; font-style: italic; }
.dh-prose hr { border: 0; border-top: 1px solid var(--dh-line); margin: 24px 0; }
.dh-prose table { width: 100%; border-collapse: collapse; margin: 0 0 24px; font-size: 15px; }
.dh-prose th, .dh-prose td { border: 1px solid var(--dh-line); padding: 10px 12px; text-align: left; vertical-align: top; }
.dh-prose th { background: var(--dh-bg); font-weight: 600; }
.dh-prose iframe { max-width: 100%; }
.dh-toc { background: var(--dh-bg); border: 1px solid var(--dh-line); border-radius: 14px; padding: 18px 22px; margin: 0 0 30px; }
.dh-toc strong { display: block; font: 700 13px/1 Poppins, sans-serif; letter-spacing: .12em; text-transform: uppercase; color: var(--dh-muted); margin-bottom: 10px; }
.dh-toc ol { margin: 0; padding-left: 20px; columns: 2; column-gap: 28px; font-size: 15px; }
.dh-toc li { margin-bottom: 6px; break-inside: avoid; }
.dh-toc a { color: var(--dh-dark); text-decoration: none; }
.dh-toc a:hover { color: var(--dh-gold-2); }
@media (max-width: 640px) { .dh-toc ol { columns: 1; } .dh-prose { font-size: 16px; } }
.dh-share { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin: 34px 0 0; padding-top: 22px; border-top: 1px solid var(--dh-line); font-size: 14px; color: var(--dh-muted); }
.dh-share a { width: 38px; height: 38px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--dh-bg); color: var(--dh-dark); text-decoration: none !important; }
.dh-share a:hover { background: var(--dh-gold); }
.dh-prevnext { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; }
.dh-prevnext a { display: block; padding: 16px 18px; border: 1px solid var(--dh-line); border-radius: 12px; text-decoration: none !important; color: var(--dh-dark); background: #fff; }
.dh-prevnext a:hover { border-color: var(--dh-gold); }
.dh-prevnext small { display: block; color: var(--dh-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 4px; }
.dh-prevnext .next { text-align: right; }
@media (max-width: 640px) { .dh-prevnext { grid-template-columns: 1fr; } }

/* Colonne latérale */
.dh-aside { position: sticky; top: 24px; display: grid; gap: 22px; }
.dh-box { background: #fff; border: 1px solid var(--dh-line); border-radius: var(--dh-r); padding: 24px; }
.dh-box h3 { font: 700 17px/1.3 Poppins, sans-serif; margin: 0 0 14px; }
.dh-box-cta { background: var(--dh-dark); color: #fff; border: 0; }
.dh-box-cta h3 { color: #fff; font-size: 21px; }
.dh-box-cta p { color: rgba(255, 255, 255, .8); font-size: 15px; margin: 0 0 18px; }
.dh-box-cta .dh-btn { width: 100%; }
.dh-box-cta .tel { display: block; margin-top: 14px; text-align: center; color: var(--dh-gold); font: 700 18px Poppins, sans-serif; text-decoration: none; }
.dh-minilist { list-style: none; margin: 0; padding: 0; }
.dh-minilist li { display: flex; gap: 12px; align-items: center; padding: 10px 0; border-top: 1px solid var(--dh-line); }
.dh-minilist li:first-child { border-top: 0; padding-top: 0; }
.dh-minilist img { width: 64px; height: 48px; object-fit: cover; border-radius: 8px; flex: none; }
.dh-minilist a { color: var(--dh-dark); font: 600 14px/1.35 Poppins, sans-serif; text-decoration: none; }
.dh-minilist a:hover { color: var(--dh-gold-2); }
.dh-catlist { list-style: none; margin: 0; padding: 0; }
.dh-catlist li { display: flex; justify-content: space-between; padding: 8px 0; border-top: 1px solid var(--dh-line); font-size: 15px; }
.dh-catlist li:first-child { border-top: 0; }
.dh-catlist a { color: var(--dh-dark); text-decoration: none; }
.dh-catlist a:hover { color: var(--dh-gold-2); }
.dh-catlist span { color: var(--dh-muted); font-size: 13px; }

/* Bandeau d'appel à l'action */
.dh-cta { background: linear-gradient(135deg, var(--dh-gold), #d9bd7d); color: var(--dh-dark); padding: 52px 0; }
.dh-cta .dh-container { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.dh-cta h2 { font: 800 28px/1.2 Poppins, sans-serif; margin: 0 0 6px; color: var(--dh-dark); }
.dh-cta p { margin: 0; font-size: 16px; }
.dh-cta .dh-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.dh-section h2.dh-h2 { font: 800 30px/1.2 Poppins, sans-serif; color: var(--dh-dark); margin: 0 0 8px; }
.dh-section p.dh-sub { color: var(--dh-muted); font-size: 16px; margin: 0 0 28px; }

/* Pages villes */
.dh-offers { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.dh-offer { background: #fff; border: 1px solid var(--dh-line); border-radius: var(--dh-r); padding: 26px 24px; text-decoration: none !important; color: var(--dh-dark); display: flex; flex-direction: column; gap: 8px; transition: .2s; }
.dh-offer:hover { border-color: var(--dh-gold); transform: translateY(-3px); box-shadow: var(--dh-shadow); }
.dh-offer i { font-size: 26px; color: var(--dh-gold); }
.dh-offer strong { font: 700 18px Poppins, sans-serif; }
.dh-offer span { color: var(--dh-muted); font-size: 14px; line-height: 1.5; }
.dh-offer em { font-style: normal; color: var(--dh-gold-2); font-weight: 600; font-size: 14px; margin-top: auto; padding-top: 6px; }
.dh-two { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 40px; align-items: start; }
@media (max-width: 900px) { .dh-two { grid-template-columns: 1fr; } }
.dh-infos { display: grid; gap: 16px; }
.dh-info { background: #fff; border: 1px solid var(--dh-line); border-radius: 14px; padding: 20px 22px; }
.dh-info h3 { font: 700 16px/1.3 Poppins, sans-serif; margin: 0 0 8px; display: flex; gap: 10px; align-items: center; }
.dh-info h3 i { color: var(--dh-gold); }
.dh-info p { margin: 0 0 6px; font-size: 15px; color: var(--dh-text); }
.dh-info a { color: var(--dh-gold-2); word-break: break-word; }
.dh-details details { background: #fff; border: 1px solid var(--dh-line); border-radius: 12px; margin-bottom: 10px; }
.dh-details summary { cursor: pointer; padding: 16px 20px; font: 600 16px Poppins, sans-serif; list-style: none; display: flex; align-items: center; gap: 12px; }
.dh-details summary::-webkit-details-marker { display: none; }
.dh-details summary i { color: var(--dh-gold); width: 20px; text-align: center; }
.dh-details summary::after { content: "+"; margin-left: auto; color: var(--dh-muted); font-size: 20px; }
.dh-details details[open] summary::after { content: "–"; }
.dh-details .body { padding: 0 20px 18px; }
.dh-place { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 12px; padding: 14px 0; border-top: 1px solid var(--dh-line); font-size: 14px; }
.dh-place:first-child { border-top: 0; }
.dh-place b { display: block; font-family: Poppins, sans-serif; font-size: 15px; }
.dh-place small { display: block; color: var(--dh-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 3px; }
@media (max-width: 640px) { .dh-place { grid-template-columns: 1fr; } }
.dh-cities { display: flex; flex-wrap: wrap; gap: 10px; }
.dh-cities a { padding: 8px 14px; border-radius: 999px; border: 1px solid var(--dh-line); background: #fff; color: var(--dh-dark); text-decoration: none !important; font-size: 14px; }
.dh-cities a:hover { border-color: var(--dh-gold); color: var(--dh-gold-2); }
.dh-faq details { border-top: 1px solid var(--dh-line); }
.dh-faq details:last-child { border-bottom: 1px solid var(--dh-line); }
.dh-faq summary { cursor: pointer; padding: 18px 0; font: 600 17px/1.4 Poppins, sans-serif; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.dh-faq summary::-webkit-details-marker { display: none; }
.dh-faq summary::after { content: "+"; color: var(--dh-gold); font-size: 22px; flex: none; }
.dh-faq details[open] summary::after { content: "–"; }
.dh-faq p { margin: 0 0 18px; color: var(--dh-text); line-height: 1.7; }

/* Accueil : derniers conseils */
.dh-home-blog .dh-grid { text-align: left; }
.dh-home-blog .dh-more { margin-top: 30px; }

/* 404 */
.dh-404 { text-align: center; padding: 90px 20px; }
.dh-404 .big { font: 800 96px/1 Poppins, sans-serif; color: var(--dh-gold); }
.dh-404 h1 { font: 700 30px Poppins, sans-serif; margin: 10px 0 12px; }
.dh-404 p { color: var(--dh-muted); max-width: 520px; margin: 0 auto 26px; }

/* Alignements produits par l'éditeur du panneau d'administration */
.dh-prose .ql-align-center { text-align: center; }
.dh-prose .ql-align-right { text-align: right; }
.dh-prose .ql-align-justify { text-align: justify; }
