.elementor-4893 .elementor-element.elementor-element-58c428a{--display:flex;}.elementor-4893 .elementor-element.elementor-element-70b2b0b{text-align:center;}.eael-reading-progress-wrap .eael-reading-progress{height:5px !important;}.eael-reading-progress-wrap .eael-reading-progress .eael-reading-progress-fill{height:5px !important;background-color:#1fd18e;transition:width 50ms ease;}@media(max-width:767px){.elementor-4893 .elementor-element.elementor-element-70b2b0b{text-align:center;}}/* Start custom CSS for html, class: .elementor-element-66041f9 *//* ============================================
   DB ARTICLE PREMIUM — ELEGANT (GLOBAL)
   Scope: .db-article
   Objectif: lisible, raffiné, pas “gros/brut”
   ============================================ */

.db-article{
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color:#1f2937;
  line-height:1.8;
  max-width:100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Liens discrets */
.db-article a{
  color:#7a1f1f;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.db-article a:hover{opacity:.9}

/* Layout */
.db-article .db-container{max-width:1100px;margin:0 auto;padding:0 18px}
.db-article .db-content-wrapper{display:grid;grid-template-columns:1fr 320px;gap:42px;align-items:start}

/* =========================
   HERO (PLUS CLAIR + LISIBLE)
   ========================= */
.db-article .db-hero{
  background: linear-gradient(135deg, #243044 0%, #101828 100%); /* bleu nuit mais lisible */
  color:#ffffff;
  padding:56px 18px 40px;
  margin:0 0 34px;
  border-radius:18px;
  position:relative;
  overflow:hidden;
}

/* légère texture “premium” */
.db-article .db-hero::after{
  content:"";
  position:absolute; inset:0;
  background: radial-gradient(900px 240px at 20% 10%, rgba(255,255,255,.10), rgba(255,255,255,0));
  pointer-events:none;
}

.db-article .db-hero__title{
  margin:0 0 10px;
  font-family: ui-serif, "Georgia", "Times New Roman", Times, serif; /* plus raffiné */
  font-weight:700; /* moins gras */
  letter-spacing:-0.01em;
  font-size:2.05rem; /* moins gros */
  line-height:1.18;
  color:#ffffff;
}

.db-article .db-hero__subtitle{
  margin:0 0 18px;
  opacity:.92;
  font-size:1.05rem;
  font-weight:400;
  color: rgba(255,255,255,.92);
}

.db-article .db-hero__benefits{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  margin:0;
  padding:0;
  position:relative;
}

.db-article .db-hero__benefit{
  display:flex;align-items:center;gap:10px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  padding:9px 12px;
  border-radius:999px;
  font-size:.94rem;
  color: rgba(255,255,255,.95);
}

.db-article .db-hero__benefit-icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:22px;height:22px;border-radius:999px;
  background: rgba(255,255,255,.20);
  font-weight:700;
  color:#ffffff;
}

.db-article .db-hero__meta{
  margin-top:16px;
  opacity:.82;
  font-size:.92rem;
  color: rgba(255,255,255,.85);
}

/* =========================
   TOC (sommaire) — plus léger
   ========================= */
.db-article .db-toc{
  position:sticky; top:96px;
  background:#fbfcfe;
  border:1px solid #e6e8ee;
  border-radius:14px;
  padding:16px 16px 14px;
}
.db-article .db-toc__title{
  margin:0 0 10px;
  font-family: ui-serif, "Georgia", "Times New Roman", Times, serif;
  font-weight:700;
  color:#111827;
  font-size:1.02rem;
}
.db-article .db-toc__list{margin:0;padding:0;list-style:none}
.db-article .db-toc__item{margin:6px 0}
.db-article .db-toc__link{
  display:block;
  padding:9px 10px;
  border-radius:10px;
  color:#374151;
  text-decoration:none;
  font-size:.95rem;
  transition:background .15s, transform .15s, color .15s;
}
.db-article .db-toc__link:hover{
  background:#eef2f7;
  color:#7a1f1f;
  transform:translateX(3px);
}

/* =========================
   Sections (cards) — plus élégant
   ========================= */
.db-article .db-astuce{
  background:#ffffff;
  border:1px solid #e6e8ee;
  border-radius:16px;
  padding:24px 22px;
  margin:0 0 20px;
  box-shadow:0 10px 28px rgba(16,24,40,.06);
}

.db-article .db-astuce__header{
  display:flex;gap:12px;align-items:center;
  margin:0 0 12px;
}

.db-article .db-astuce__badge{
  background:#7a1f1f;
  color:#fff;
  border-radius:999px;
  padding:7px 11px;
  font-size:.76rem;
  font-weight:700; /* moins lourd */
  text-transform:uppercase;
  letter-spacing:.06em;
  white-space:nowrap;
}

.db-article .db-astuce__title,
.db-article .db-astuce h2{
  margin:0 0 10px;
  font-family: ui-serif, "Georgia", "Times New Roman", Times, serif;
  font-size:1.35rem;
  font-weight:700; /* moins gras */
  color:#111827;
  line-height:1.25;
}

.db-article .db-astuce h3{
  margin:14px 0 8px;
  font-size:1.05rem;
  font-weight:650;
  color:#111827;
}

.db-article .db-astuce p{margin:0 0 12px}

.db-article .db-astuce__list{margin:0 0 12px;padding:0;list-style:none}
.db-article .db-astuce__list li{
  position:relative;
  padding-left:26px;
  margin:8px 0;
}
.db-article .db-astuce__list li:before{
  content:"→";
  position:absolute;left:0;
  color:#7a1f1f;
  font-weight:800;
}

/* Callouts */
.db-article .db-callout{
  border-left:4px solid;
  border-radius:12px;
  padding:12px 14px;
  margin:14px 0;
}
.db-article .db-callout__title{
  margin:0 0 6px;
  font-weight:750;
  display:flex;gap:8px;align-items:center;
}
.db-article .db-callout--success{background:#f1fbf5;border-color:#22c55e}
.db-article .db-callout--success .db-callout__title{color:#166534}
.db-article .db-callout--warning{background:#fff7ed;border-color:#fb923c}
.db-article .db-callout--warning .db-callout__title{color:#9a3412}

/* Checklist */
.db-article .db-checklist{
  background:#fbfcfe;
  border:1px solid #e6e8ee;
  border-radius:14px;
  padding:14px 14px;
  margin:14px 0;
}
.db-article .db-checklist__title{
  margin:0 0 10px;
  font-weight:750;
  color:#111827;
}
.db-article .db-checklist__list{margin:0;padding:0;list-style:none}
.db-article .db-checklist__item{
  display:flex;gap:10px;align-items:flex-start;
  padding:10px 0;border-bottom:1px solid #e6e8ee;
}
.db-article .db-checklist__item:last-child{border-bottom:none}
.db-article .db-checklist__checkbox{
  width:20px;height:20px;border-radius:6px;border:2px solid #cbd5e1;
  flex:0 0 20px;display:flex;align-items:center;justify-content:center;
  background:#fff;margin-top:1px;
}
.db-article .db-checklist__checkbox:after{content:"✓";color:#22c55e;font-weight:900}

/* Media */
.db-article figure.db-media{
  margin:18px 0;
  border-radius:14px;
  overflow:hidden;
  border:1px solid #e6e8ee;
  background:#fff;
}
.db-article figure.db-media img{display:block;width:100%;height:auto}
.db-article .db-media__caption{
  margin:10px 12px 14px;
  font-size:.92rem;
  color:#64748b;
  font-style:italic;
  text-align:center;
}

/* FAQ */
.db-article .db-faq{margin:24px 0}
.db-article .db-faq__title{
  margin:0 0 12px;
  font-family: ui-serif, "Georgia", "Times New Roman", Times, serif;
  font-size:1.45rem;
  font-weight:700;
  color:#111827;
}
.db-article details.db-faq__item{
  border:1px solid #e6e8ee;border-radius:14px;overflow:hidden;background:#fff;margin:10px 0
}
.db-article summary.db-faq__question{
  list-style:none;cursor:pointer;
  display:flex;justify-content:space-between;gap:12px;align-items:center;
  padding:13px 14px;background:#fbfcfe;
  font-weight:650;color:#111827;
}
.db-article summary.db-faq__question::-webkit-details-marker{display:none}
.db-article summary.db-faq__question::marker{content:""}
.db-article .db-faq__icon{color:#7a1f1f;font-weight:900;transition:transform .2s}
.db-article details.db-faq__item[open] .db-faq__icon{transform:rotate(180deg)}
.db-article .db-faq__answer{padding:12px 14px 14px}

/* CTA */
.db-article .db-cta{
  margin:24px 0 0;
  border-radius:16px;
  padding:20px 16px;
  background:linear-gradient(135deg,#7a1f1f 0%, #4c1414 100%);
  color:#fff;text-align:center
}
.db-article .db-cta__title{
  margin:0 0 8px;
  font-family: ui-serif, "Georgia", "Times New Roman", Times, serif;
  font-size:1.45rem;
  font-weight:700;
}
.db-article .db-cta__text{margin:0 0 14px;opacity:.95}
.db-article .db-cta__buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.db-article .db-cta__button{
  background:#fff;color:#7a1f1f;text-decoration:none;
  padding:11px 16px;border-radius:12px;font-weight:750;
  display:inline-block;transition:transform .15s, box-shadow .15s
}
.db-article .db-cta__button:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.18)}

/* Responsive */
@media (max-width:1024px){
  .db-article .db-content-wrapper{grid-template-columns:1fr}
  .db-article .db-toc{position:static;top:auto}
}
@media (max-width:768px){
  .db-article .db-hero__title{font-size:1.7rem}
  .db-article .db-hero{padding:44px 16px 34px}
  .db-article .db-astuce{padding:20px 18px}
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-70b2b0b *//* ============================================
   DB ARTICLE PREMIUM (GLOBAL)
   Scope: .db-article (ne touche pas le thème)
   FAQ: <details> natif (sans JS)
   ============================================ */

.db-article{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:#1f2937;
  line-height:1.75;
  max-width:100%;
}

.db-article a{color:#8b2e2e;text-decoration:underline;text-underline-offset:3px}
.db-article a:hover{opacity:.9}

.db-article .db-container{max-width:1100px;margin:0 auto;padding:0 18px}
.db-article .db-content-wrapper{display:grid;grid-template-columns:1fr 320px;gap:42px;align-items:start}

/* HERO */
.db-article .db-hero{
  background:linear-gradient(135deg,#1f2937 0%,#0b1220 100%);
  color:#fff;
  padding:64px 18px 48px;
  margin:0 0 34px;
  border-radius:18px;
  overflow:hidden;
  position:relative;
}
.db-article .db-hero__title{margin:0 0 10px;font-weight:800;letter-spacing:-0.02em;font-size:2.25rem;line-height:1.15}
.db-article .db-hero__subtitle{margin:0 0 22px;opacity:.92;font-size:1.1rem}
.db-article .db-hero__benefits{display:flex;flex-wrap:wrap;gap:12px 18px;margin:0;padding:0}
.db-article .db-hero__benefit{
  display:flex;align-items:center;gap:10px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  padding:10px 12px;border-radius:999px;
  font-size:.95rem
}
.db-article .db-hero__benefit-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:rgba(255,255,255,.18);font-weight:700}
.db-article .db-hero__meta{margin-top:18px;opacity:.8;font-size:.9rem}

/* TOC */
.db-article .db-toc{
  position:sticky;top:96px;
  background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;
  padding:18px 18px 16px;
}
.db-article .db-toc__title{margin:0 0 10px;font-weight:800;color:#111827;font-size:1.05rem}
.db-article .db-toc__list{margin:0;padding:0;list-style:none}
.db-article .db-toc__item{margin:6px 0}
.db-article .db-toc__link{
  display:block;padding:9px 10px;border-radius:10px;
  color:#374151;text-decoration:none;font-size:.95rem;
  transition:background .15s, transform .15s, color .15s;
}
.db-article .db-toc__link:hover{background:#eef2f7;color:#8b2e2e;transform:translateX(4px)}

/* SECTIONS (cards) */
.db-article .db-astuce{
  background:#fff;border:1px solid #e5e7eb;border-radius:16px;
  padding:26px 24px;margin:0 0 22px;
  box-shadow:0 6px 18px rgba(15,23,42,.06);
}
.db-article .db-astuce__header{display:flex;gap:12px;align-items:center;margin:0 0 14px}
.db-article .db-astuce__badge{
  background:#8b2e2e;color:#fff;border-radius:999px;
  padding:7px 12px;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;
  white-space:nowrap
}
.db-article .db-astuce__title{margin:0;font-size:1.35rem;font-weight:850;color:#111827;line-height:1.25}
.db-article .db-astuce h2{margin:0 0 12px;font-size:1.35rem;font-weight:850;color:#111827}
.db-article .db-astuce h3{margin:16px 0 8px;font-size:1.08rem;font-weight:800;color:#111827}
.db-article .db-astuce p{margin:0 0 12px}
.db-article .db-astuce__list{margin:0 0 12px;padding:0;list-style:none}
.db-article .db-astuce__list li{position:relative;padding-left:28px;margin:8px 0}
.db-article .db-astuce__list li:before{content:"→";position:absolute;left:0;color:#8b2e2e;font-weight:900}

/* CALLOUTS */
.db-article .db-callout{
  border-left:5px solid;border-radius:12px;padding:14px 16px;margin:14px 0;
}
.db-article .db-callout__title{margin:0 0 8px;font-weight:900;display:flex;gap:8px;align-items:center}
.db-article .db-callout--success{background:#f0fdf4;border-color:#22c55e}
.db-article .db-callout--success .db-callout__title{color:#166534}
.db-article .db-callout--warning{background:#fff7ed;border-color:#fb923c}
.db-article .db-callout--warning .db-callout__title{color:#9a3412}

/* CHECKLIST */
.db-article .db-checklist{
  background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;
  padding:16px 16px;margin:14px 0;
}
.db-article .db-checklist__title{margin:0 0 10px;font-weight:900;color:#111827}
.db-article .db-checklist__list{margin:0;padding:0;list-style:none}
.db-article .db-checklist__item{display:flex;gap:10px;align-items:flex-start;padding:10px 0;border-bottom:1px solid #e5e7eb}
.db-article .db-checklist__item:last-child{border-bottom:none}
.db-article .db-checklist__checkbox{
  width:22px;height:22px;border-radius:6px;border:2px solid #cbd5e1;flex:0 0 22px;
  display:flex;align-items:center;justify-content:center;background:#fff;margin-top:1px
}
.db-article .db-checklist__checkbox:after{content:"✓";color:#22c55e;font-weight:900}

/* MEDIA */
.db-article figure.db-media{margin:18px 0;border-radius:14px;overflow:hidden;border:1px solid #e5e7eb;background:#fff}
.db-article figure.db-media img{display:block;width:100%;height:auto}
.db-article .db-media__caption{margin:10px 12px 14px;font-size:.92rem;color:#64748b;font-style:italic;text-align:center}

/* FAQ (details) */
.db-article .db-faq{margin:26px 0}
.db-article .db-faq__title{margin:0 0 12px;font-size:1.5rem;font-weight:900;color:#111827}
.db-article details.db-faq__item{border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff;margin:10px 0}
.db-article summary.db-faq__question{
  list-style:none;cursor:pointer;
  display:flex;justify-content:space-between;gap:12px;align-items:center;
  padding:14px 16px;background:#f8fafc;font-weight:850;color:#111827;
}
.db-article summary.db-faq__question::-webkit-details-marker{display:none}
.db-article summary.db-faq__question::marker{content:""}
.db-article .db-faq__icon{color:#8b2e2e;font-weight:900;transition:transform .2s}
.db-article details.db-faq__item[open] .db-faq__icon{transform:rotate(180deg)}
.db-article .db-faq__answer{padding:12px 16px 16px}

/* CTA */
.db-article .db-cta{
  margin:26px 0 0;border-radius:16px;padding:22px 18px;
  background:linear-gradient(135deg,#8b2e2e 0%,#5c1e1e 100%);
  color:#fff;text-align:center
}
.db-article .db-cta__title{margin:0 0 8px;font-size:1.55rem;font-weight:900}
.db-article .db-cta__text{margin:0 0 14px;opacity:.95}
.db-article .db-cta__buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.db-article .db-cta__button{
  background:#fff;color:#8b2e2e;text-decoration:none;
  padding:12px 18px;border-radius:12px;font-weight:900;
  display:inline-block;transition:transform .15s, box-shadow .15s
}
.db-article .db-cta__button:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.18)}

/* Responsive */
@media (max-width:1024px){
  .db-article .db-content-wrapper{grid-template-columns:1fr}
  .db-article .db-toc{position:static;top:auto}
}
@media (max-width:768px){
  .db-article .db-hero__title{font-size:1.75rem}
  .db-article .db-hero{padding:46px 16px 36px}
  .db-article .db-astuce{padding:20px 18px}
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-58c428a *//* ============================================
   DB ARTICLE PREMIUM — ELEGANT (GLOBAL)
   Scope: .db-article
   Objectif: lisible, raffiné, pas “gros/brut”
   ============================================ */

.db-article{
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color:#1f2937;
  line-height:1.8;
  max-width:100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Liens discrets */
.db-article a{
  color:#7a1f1f;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.db-article a:hover{opacity:.9}

/* Layout */
.db-article .db-container{max-width:1100px;margin:0 auto;padding:0 18px}
.db-article .db-content-wrapper{display:grid;grid-template-columns:1fr 320px;gap:42px;align-items:start}

/* =========================
   HERO (PLUS CLAIR + LISIBLE)
   ========================= */
.db-article .db-hero{
  background: linear-gradient(135deg, #243044 0%, #101828 100%); /* bleu nuit mais lisible */
  color:#ffffff;
  padding:56px 18px 40px;
  margin:0 0 34px;
  border-radius:18px;
  position:relative;
  overflow:hidden;
}

/* légère texture “premium” */
.db-article .db-hero::after{
  content:"";
  position:absolute; inset:0;
  background: radial-gradient(900px 240px at 20% 10%, rgba(255,255,255,.10), rgba(255,255,255,0));
  pointer-events:none;
}

.db-article .db-hero__title{
  margin:0 0 10px;
  font-family: ui-serif, "Georgia", "Times New Roman", Times, serif; /* plus raffiné */
  font-weight:700; /* moins gras */
  letter-spacing:-0.01em;
  font-size:2.05rem; /* moins gros */
  line-height:1.18;
  color:#ffffff;
}

.db-article .db-hero__subtitle{
  margin:0 0 18px;
  opacity:.92;
  font-size:1.05rem;
  font-weight:400;
  color: rgba(255,255,255,.92);
}

.db-article .db-hero__benefits{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  margin:0;
  padding:0;
  position:relative;
}

.db-article .db-hero__benefit{
  display:flex;align-items:center;gap:10px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  padding:9px 12px;
  border-radius:999px;
  font-size:.94rem;
  color: rgba(255,255,255,.95);
}

.db-article .db-hero__benefit-icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:22px;height:22px;border-radius:999px;
  background: rgba(255,255,255,.20);
  font-weight:700;
  color:#ffffff;
}

.db-article .db-hero__meta{
  margin-top:16px;
  opacity:.82;
  font-size:.92rem;
  color: rgba(255,255,255,.85);
}

/* =========================
   TOC (sommaire) — plus léger
   ========================= */
.db-article .db-toc{
  position:sticky; top:96px;
  background:#fbfcfe;
  border:1px solid #e6e8ee;
  border-radius:14px;
  padding:16px 16px 14px;
}
.db-article .db-toc__title{
  margin:0 0 10px;
  font-family: ui-serif, "Georgia", "Times New Roman", Times, serif;
  font-weight:700;
  color:#111827;
  font-size:1.02rem;
}
.db-article .db-toc__list{margin:0;padding:0;list-style:none}
.db-article .db-toc__item{margin:6px 0}
.db-article .db-toc__link{
  display:block;
  padding:9px 10px;
  border-radius:10px;
  color:#374151;
  text-decoration:none;
  font-size:.95rem;
  transition:background .15s, transform .15s, color .15s;
}
.db-article .db-toc__link:hover{
  background:#eef2f7;
  color:#7a1f1f;
  transform:translateX(3px);
}

/* =========================
   Sections (cards) — plus élégant
   ========================= */
.db-article .db-astuce{
  background:#ffffff;
  border:1px solid #e6e8ee;
  border-radius:16px;
  padding:24px 22px;
  margin:0 0 20px;
  box-shadow:0 10px 28px rgba(16,24,40,.06);
}

.db-article .db-astuce__header{
  display:flex;gap:12px;align-items:center;
  margin:0 0 12px;
}

.db-article .db-astuce__badge{
  background:#7a1f1f;
  color:#fff;
  border-radius:999px;
  padding:7px 11px;
  font-size:.76rem;
  font-weight:700; /* moins lourd */
  text-transform:uppercase;
  letter-spacing:.06em;
  white-space:nowrap;
}

.db-article .db-astuce__title,
.db-article .db-astuce h2{
  margin:0 0 10px;
  font-family: ui-serif, "Georgia", "Times New Roman", Times, serif;
  font-size:1.35rem;
  font-weight:700; /* moins gras */
  color:#111827;
  line-height:1.25;
}

.db-article .db-astuce h3{
  margin:14px 0 8px;
  font-size:1.05rem;
  font-weight:650;
  color:#111827;
}

.db-article .db-astuce p{margin:0 0 12px}

.db-article .db-astuce__list{margin:0 0 12px;padding:0;list-style:none}
.db-article .db-astuce__list li{
  position:relative;
  padding-left:26px;
  margin:8px 0;
}
.db-article .db-astuce__list li:before{
  content:"→";
  position:absolute;left:0;
  color:#7a1f1f;
  font-weight:800;
}

/* Callouts */
.db-article .db-callout{
  border-left:4px solid;
  border-radius:12px;
  padding:12px 14px;
  margin:14px 0;
}
.db-article .db-callout__title{
  margin:0 0 6px;
  font-weight:750;
  display:flex;gap:8px;align-items:center;
}
.db-article .db-callout--success{background:#f1fbf5;border-color:#22c55e}
.db-article .db-callout--success .db-callout__title{color:#166534}
.db-article .db-callout--warning{background:#fff7ed;border-color:#fb923c}
.db-article .db-callout--warning .db-callout__title{color:#9a3412}

/* Checklist */
.db-article .db-checklist{
  background:#fbfcfe;
  border:1px solid #e6e8ee;
  border-radius:14px;
  padding:14px 14px;
  margin:14px 0;
}
.db-article .db-checklist__title{
  margin:0 0 10px;
  font-weight:750;
  color:#111827;
}
.db-article .db-checklist__list{margin:0;padding:0;list-style:none}
.db-article .db-checklist__item{
  display:flex;gap:10px;align-items:flex-start;
  padding:10px 0;border-bottom:1px solid #e6e8ee;
}
.db-article .db-checklist__item:last-child{border-bottom:none}
.db-article .db-checklist__checkbox{
  width:20px;height:20px;border-radius:6px;border:2px solid #cbd5e1;
  flex:0 0 20px;display:flex;align-items:center;justify-content:center;
  background:#fff;margin-top:1px;
}
.db-article .db-checklist__checkbox:after{content:"✓";color:#22c55e;font-weight:900}

/* Media */
.db-article figure.db-media{
  margin:18px 0;
  border-radius:14px;
  overflow:hidden;
  border:1px solid #e6e8ee;
  background:#fff;
}
.db-article figure.db-media img{display:block;width:100%;height:auto}
.db-article .db-media__caption{
  margin:10px 12px 14px;
  font-size:.92rem;
  color:#64748b;
  font-style:italic;
  text-align:center;
}

/* FAQ */
.db-article .db-faq{margin:24px 0}
.db-article .db-faq__title{
  margin:0 0 12px;
  font-family: ui-serif, "Georgia", "Times New Roman", Times, serif;
  font-size:1.45rem;
  font-weight:700;
  color:#111827;
}
.db-article details.db-faq__item{
  border:1px solid #e6e8ee;border-radius:14px;overflow:hidden;background:#fff;margin:10px 0
}
.db-article summary.db-faq__question{
  list-style:none;cursor:pointer;
  display:flex;justify-content:space-between;gap:12px;align-items:center;
  padding:13px 14px;background:#fbfcfe;
  font-weight:650;color:#111827;
}
.db-article summary.db-faq__question::-webkit-details-marker{display:none}
.db-article summary.db-faq__question::marker{content:""}
.db-article .db-faq__icon{color:#7a1f1f;font-weight:900;transition:transform .2s}
.db-article details.db-faq__item[open] .db-faq__icon{transform:rotate(180deg)}
.db-article .db-faq__answer{padding:12px 14px 14px}

/* CTA */
.db-article .db-cta{
  margin:24px 0 0;
  border-radius:16px;
  padding:20px 16px;
  background:linear-gradient(135deg,#7a1f1f 0%, #4c1414 100%);
  color:#fff;text-align:center
}
.db-article .db-cta__title{
  margin:0 0 8px;
  font-family: ui-serif, "Georgia", "Times New Roman", Times, serif;
  font-size:1.45rem;
  font-weight:700;
}
.db-article .db-cta__text{margin:0 0 14px;opacity:.95}
.db-article .db-cta__buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.db-article .db-cta__button{
  background:#fff;color:#7a1f1f;text-decoration:none;
  padding:11px 16px;border-radius:12px;font-weight:750;
  display:inline-block;transition:transform .15s, box-shadow .15s
}
.db-article .db-cta__button:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.18)}

/* Responsive */
@media (max-width:1024px){
  .db-article .db-content-wrapper{grid-template-columns:1fr}
  .db-article .db-toc{position:static;top:auto}
}
@media (max-width:768px){
  .db-article .db-hero__title{font-size:1.7rem}
  .db-article .db-hero{padding:44px 16px 34px}
  .db-article .db-astuce{padding:20px 18px}
}/* End custom CSS */