.elementor-2951 .elementor-element.elementor-element-cdbae07{--display:flex;}/* Start custom CSS *//* ===== Maison Dar Anwar – Magazine Article (SCOPÉ) ===== */
.mda-article{
  max-width: 940px;
  margin: 0 auto;
  padding: 26px 20px 34px;
  background: #fff; /* corps blanc */
}

/* Kicker */
.mda-article .mda-kicker{
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  opacity: .65;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.mda-article .mda-kicker:before{
  content:"";
  width: 34px;
  height: 2px;
  background: rgba(0,0,0,.18);
  border-radius: 999px;
  display: inline-block;
}

/* Titres */
.mda-article .mda-heading{
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.6px;
  margin: 0 0 10px;
}

.mda-article .mda-sub{
  font-size: 18px;
  line-height: 1.45;
  opacity: .78;
  margin: 0 0 18px;
  font-style: italic;
}

/* Chapô */
.mda-article .mda-chapo{
  font-size: 19px;
  line-height: 1.62;
  margin: 14px 0 18px;
  max-width: 820px;
}
.mda-article .mda-chapo strong{
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* Paragraphes */
.mda-article p{
  font-size: 17px;
  line-height: 1.78;
  margin: 12px 0;
}

/* Dropcap */
.mda-article .mda-drop:first-letter{
  float: left;
  font-size: 58px;
  line-height: .9;
  padding-right: 10px;
  margin-top: 6px;
  font-weight: 700;
}

/* Séparateur */
.mda-article .mda-rule{
  height: 1px;
  background: rgba(0,0,0,.10);
  margin: 26px 0;
}

/* Pull quote (beige clair) */
.mda-article .mda-quote{
  margin: 20px 0;
  padding: 18px 18px;
  border-radius: 18px;
  background: #f3eee6; /* encart beige */
  border: 1px solid rgba(0,0,0,.08);
  position: relative;
}
.mda-article .mda-quote:before{
  content:"“";
  position: absolute;
  top: -26px;
  left: 10px;
  font-size: 74px;
  opacity: .14;
  font-weight: 700;
}
.mda-article .mda-quote p{
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.2px;
}

/* Bloc “3 idées” (beige clair) */
.mda-article .mda-takeaways{
  margin: 22px 0;
  padding: 18px 18px 14px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.10);
  background: #f3eee6; /* encart beige */
}
.mda-article .mda-takeaways h3{
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .75;
}
.mda-article .mda-takeaways ol{
  margin: 0;
  padding-left: 18px;
}
.mda-article .mda-takeaways li{
  margin: 8px 0;
  line-height: 1.55;
}
.mda-article .mda-takeaways li strong{
  font-weight: 700;
}

/* Blocs image + texte */
.mda-article .mda-block{
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 22px;
  align-items: start;
  margin: 22px 0;
}
.mda-article .mda-img{
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.02);
}

/* Variante 2 : alternance image/texte */
.mda-article .mda-block.is-reverse{
  grid-template-columns: 1fr 40%;
}
.mda-article .mda-block.is-reverse .mda-img{ order: 2; justify-self: end; }
.mda-article .mda-block.is-reverse .mda-text{ order: 1; }

/* Titres internes */
.mda-article h2{
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -0.4px;
  margin: 0 0 6px;
}
.mda-article h3{
  font-size: 16px;
  line-height: 1.35;
  opacity: .78;
  margin: 0 0 12px;
  font-weight: 600;
}

/* Liste */
.mda-article .mda-list{
  margin: 10px 0 0;
  padding-left: 18px;
}
.mda-article .mda-list li{
  margin: 8px 0;
  line-height: 1.55;
}

/* CTA showroom (beige clair) */
.mda-article .mda-cta{
  margin: 22px 0 8px;
  padding: 18px 18px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.10);
  background: #f3eee6; /* encart beige */
}
.mda-article .mda-cta h3{
  margin: 0 0 8px;
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .75;
}
.mda-article .mda-cta p{
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.65;
}
.mda-article .mda-cta a{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 14px;
  background: rgba(255,255,255,.9);
  transition: transform .15s ease, background .15s ease;
}
.mda-article .mda-cta a:before{ content:"→"; opacity: .6; }
.mda-article .mda-cta a:hover{ transform: translateX(3px); background: rgba(0,0,0,.04); }

/* Signature sobre */
.mda-article .mda-signature{
  margin-top: 30px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,.10);
}
.mda-article .mda-signature .mda-name{
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .75;
  margin: 0 0 6px;
}
.mda-article .mda-signature .mda-slogan{
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

/* Mobile */
@media (max-width: 820px){
  .mda-article{ padding: 22px 16px 28px; }
  .mda-article .mda-block{ grid-template-columns: 1fr; }
  .mda-article .mda-img{ max-width: 100%; }
}/* End custom CSS */