.elementor-550586 .elementor-element.elementor-element-c3925b8{--spacer-size:100px;}/* Start custom CSS for html, class: .elementor-element-fe5445d *//*
 * ================================================================
 * ESTATE & VALUE — CSS Blog WordPress
 * À coller dans : Apparence › Personnaliser › CSS additionnel
 * OU dans un plugin CSS (Simple Custom CSS, etc.)
 * OU dans functions.php de votre child theme via wp_enqueue_style()
 *
 * Ce fichier remplace les blocs <style> embarqués dans les articles.
 * À charger UNE SEULE FOIS pour tous les articles du blog.
 * ================================================================
 */

/* ── VARIABLES ─────────────────────────────────────────────────── */
:root {
  --ev-dark:       #1a1814;
  --ev-dark-soft:  #3a3530;
  --ev-gold:       #9a7a3a;
  --ev-gold-rich:  #b89a5a;
  --ev-gold-dim:   rgba(154,122,58,0.10);
  --ev-gold-line:  rgba(154,122,58,0.30);
  --ev-bg:         #ffffff;
  --ev-bg-warm:    #faf8f4;
  --ev-bg-block:   #f4f0e8;
  --ev-text:       #2a2620;
  --ev-text-body:  #3e3a34;
  --ev-text-muted: #8a8078;
  --ev-border:     #e0d8cc;
}

/* ── WRAP ───────────────────────────────────────────────────────── */
.ev-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 2rem 5rem;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  color: var(--ev-text-body);
}

/* ── LOGO BAR ───────────────────────────────────────────────────── */
.ev-logo-bar {
  padding: 2rem 0 1.5rem;
  border-bottom: 1px solid var(--ev-gold-line);
  margin-bottom: 3rem;
}
.ev-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ev-gold);
  text-decoration: none;
}

/* ── HEADER ARTICLE ─────────────────────────────────────────────── */
.ev-header {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--ev-gold-line);
  margin-bottom: 3rem;
}
.ev-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ev-gold);
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.ev-eyebrow::after {
  content: '';
  display: block;
  height: 1px;
  width: 36px;
  background: var(--ev-gold-line);
}
.ev-header h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(1.9rem, 4.5vw, 2.75rem);
  line-height: 1.2;
  color: var(--ev-dark);
  letter-spacing: -0.01em;
  margin-bottom: 1.4rem;
}
.ev-header h1 em {
  font-style: italic;
  color: var(--ev-gold);
}
.ev-intro {
  font-size: 17.5px;
  line-height: 1.8;
  color: var(--ev-text-body);
  font-weight: 300;
  max-width: 700px;
}
.ev-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ev-border);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ev-text-muted);
}

/* ── BANDEAU STATS ──────────────────────────────────────────────── */
.ev-stats {
  display: flex;
  gap: 1px;
  margin: 0 0 3rem;
  background: var(--ev-gold-line);
  border: 1px solid var(--ev-gold-line);
}
.ev-stat {
  flex: 1;
  background: var(--ev-bg-block);
  padding: 1.5rem 1rem;
  text-align: center;
}
.ev-stat-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--ev-gold);
  line-height: 1;
  display: block;
  margin-bottom: 0.5rem;
}
.ev-stat-lbl {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ev-dark-soft);
  line-height: 1.4;
}

/* ── CORPS DE L'ARTICLE ─────────────────────────────────────────── */
.ev-body p {
  margin-bottom: 1.4rem;
  color: var(--ev-text-body);
  font-size: 17px;
  line-height: 1.85;
}
.ev-body strong {
  font-weight: 500;
  color: var(--ev-dark);
}
.ev-body a {
  color: var(--ev-gold);
  text-decoration: underline;
}
.ev-body hr {
  border: none;
  border-top: 1px solid var(--ev-border);
  margin: 2.75rem 0;
}

/* ── TITRES H2 / H3 ─────────────────────────────────────────────── */
.ev-body h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 400;
  color: var(--ev-dark);
  margin: 3.25rem 0 1.1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--ev-gold-line);
  line-height: 1.25;
}
.ev-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 500;
  font-style: italic;
  color: var(--ev-gold);
  margin: 2rem 0 0.65rem;
}

/* ── PULL QUOTE ─────────────────────────────────────────────────── */
.ev-quote {
  border-left: 3px solid var(--ev-gold);
  margin: 2.25rem 0;
  padding: 1rem 1.5rem;
  background: var(--ev-gold-dim);
}
.ev-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  color: var(--ev-dark);
  line-height: 1.65;
  margin: 0 !important;
}

/* ── LISTES À PUCES ─────────────────────────────────────────────── */
.ev-body ul {
  list-style: none;
  margin: 0.75rem 0 1.5rem;
  padding: 0;
}
.ev-body ul li {
  position: relative;
  padding: 0.3rem 0 0.3rem 1.5rem;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ev-text-body);
}
.ev-body ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--ev-gold);
  font-weight: 300;
}

/* ── LISTES OL STANDARD ─────────────────────────────────────────── */
.ev-body ol:not(.ev-checklist) {
  margin: 0.75rem 0 1.5rem 1.5rem;
}
.ev-body ol:not(.ev-checklist) li {
  padding: 0.3rem 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ev-text-body);
}

/* ── ÉTAPES NUMÉROTÉES ──────────────────────────────────────────── */
.ev-steps {
  list-style: none;
  margin: 1.5rem 0 2.5rem;
  counter-reset: step-ctr;
  border-top: 1px solid var(--ev-border);
  padding: 0;
}
.ev-steps li {
  counter-increment: step-ctr;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--ev-border);
}
.ev-steps li::before {
  content: counter(step-ctr, decimal-leading-zero);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--ev-gold);
  line-height: 1;
  min-width: 2.5rem;
  padding-top: 0.2rem;
}
.ev-steps li .sc { flex: 1; }
.ev-steps li .st {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--ev-dark);
  display: block;
  margin-bottom: 0.35rem;
}
.ev-steps li p {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--ev-text-body);
  margin: 0;
}

/* ── CHECKLIST NUMÉROTÉE ────────────────────────────────────────── */
.ev-checklist {
  list-style: none;
  background: var(--ev-bg-warm);
  border: 1px solid var(--ev-gold-line);
  padding: 1.75rem 2rem 1rem;
  margin: 1.25rem 0 2.5rem;
  counter-reset: chk-ctr;
}
.ev-checklist li {
  counter-increment: chk-ctr;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--ev-border);
  font-size: 15.5px;
  color: var(--ev-text-body);
  line-height: 1.6;
}
.ev-checklist li:last-child { border-bottom: none; }
.ev-checklist li::before {
  content: counter(chk-ctr);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--ev-gold);
  min-width: 1.5rem;
  text-align: right;
  padding-top: 0.05rem;
}

/* ── TABLEAU ────────────────────────────────────────────────────── */
.ev-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0 2rem;
  font-size: 15px;
}
.ev-table th {
  background: var(--ev-dark);
  color: var(--ev-gold-rich);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  text-align: left;
}
.ev-table td {
  padding: 0.65rem 1rem;
  border-bottom: 1px solid var(--ev-border);
  color: var(--ev-text-body);
  vertical-align: top;
}
.ev-table tr:nth-child(even) td { background: var(--ev-bg-warm); }
.ev-table td strong { color: var(--ev-dark); font-weight: 500; }

/* ── NOTE / ALERTE ──────────────────────────────────────────────── */
.ev-note {
  background: var(--ev-bg-warm);
  border-left: 2px solid var(--ev-gold);
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  font-size: 15px;
  color: var(--ev-text-muted);
  font-style: italic;
  line-height: 1.7;
}
.ev-warning {
  background: #fff8e6;
  border-left: 3px solid #c8860a;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  font-size: 15px;
  color: #5a3e00;
  line-height: 1.7;
}

/* ── FOOTER CTA ─────────────────────────────────────────────────── */
.ev-footer {
  margin-top: 4rem;
  padding: 2.25rem;
  background: var(--ev-dark);
  text-align: center;
}
.ev-footer .fl {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ev-gold-rich);
  margin-bottom: 0.85rem;
  display: block;
}
.ev-footer p {
  font-size: 14px;
  color: #c8bfb0;
  margin: 0.3rem 0;
  line-height: 1.6;
}
.ev-footer strong { color: #e8dfd0; font-weight: 400; }
.ev-footer a { color: var(--ev-gold-rich); text-decoration: none; }
.ev-footer a:hover { text-decoration: underline; }
.ev-footer .disc {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(184,154,90,0.25);
  font-size: 12px;
  font-style: italic;
  color: #786a58;
}

/* ── RESPONSIVE ─────────────────────────────────────────────────── */
@media (max-width: 600px) {
  .ev-wrap    { padding: 0 1.25rem 4rem; }
  .ev-stats   { flex-direction: column; gap: 1px; }
  .ev-header h1 { font-size: 1.75rem; }
  .ev-footer  { padding: 1.75rem 1.25rem; }
  .ev-table   { font-size: 13px; }
}/* End custom CSS */