.elementor-341 .elementor-element.elementor-element-d7c1b5c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-dc2fdd1 */.mb-blog {
  font-family: Georgia, 'Times New Roman', serif;
  color: #e8e4dc;
  background: #0c0f1a;
  max-width: 780px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  border-radius: 12px;
}


.mb-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.mb-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  font-family: Arial, sans-serif;
}
.mb-tag-red {
  background: #3d0f0f;
  color: #f87171;
  border: 1px solid #7f1d1d;
}
.mb-tag-gray {
  background: #1a1f35;
  color: #94a3b8;
  border: 1px solid #2d3555;
}

/* --- Boîte SEO (aide-mémoire, à supprimer avant publication) --- */
.mb-seo-box {
  background: #111827;
  border: 1px dashed #374151;
  border-radius: 8px;
  padding: 1rem 1.2rem;
  margin-bottom: 2rem;
}
.mb-seo-title {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: #4b5563;
  margin-bottom: .7rem;
  font-family: Arial, sans-serif;
}
.mb-seo-row {
  display: flex;
  gap: 8px;
  margin-bottom: 7px;
  align-items: baseline;
  font-family: Arial, sans-serif;
}
.mb-seo-label {
  font-size: 11px;
  color: #4b5563;
  min-width: 120px;
  flex-shrink: 0;
}
.mb-seo-value { font-size: 12px; color: #9ca3af; }
.mb-seo-value.url { color: #60a5fa; }
.mb-seo-value.italic { font-style: italic; }
.mb-kw-list { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 4px; }
.mb-kw {
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 3px;
  background: #1a2540;
  color: #60a5fa;
  font-family: Arial, sans-serif;
}

/* --- Titres --- */
.mb-h1 {
  font-family: Impact, 'Arial Black', Arial, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: .02em;
  margin: 0 0 1rem;
  color: #ffffff;
  text-transform: uppercase;
}
.mb-h2 {
  font-family: Impact, 'Arial Black', Arial, sans-serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .03em;
  margin: 2.5rem 0 .8rem;
  color: #f1f5f9;
  text-transform: uppercase;
  padding-bottom: .5rem;
  border-bottom: 1px solid #1e2a45;
}
.mb-h3 {
  font-size: 13px;
  font-weight: 700;
  margin: 1.5rem 0 .8rem;
  color: #94a3b8;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* --- Texte --- */
.mb-intro {
  font-size: 16px;
  line-height: 1.8;
  color: #94a3b8;
  border-left: 3px solid #dc2626;
  padding: .2rem 0 .2rem 1.1rem;
  margin: 0 0 2rem;
  font-family: Georgia, serif;
}
.mb-p {
  font-size: 14.5px;
  line-height: 1.85;
  color: #cbd5e1;
  margin: 0 0 1.1rem;
  font-family: Georgia, serif;
}
.mb-p strong {
  font-weight: 700;
  color: #f1f5f9;
  font-family: Arial, sans-serif;
}
.mb-p em { font-style: italic; color: #94a3b8; }
.mb-hr {
  border: none;
  border-top: 1px solid #1a2035;
  margin: 2rem 0;
}

/* --- Grille ingrédients --- */
.mb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 1rem 0 1.8rem;
}
.mb-card {
  background: #111827;
  border: 1px solid #1e2a45;
  border-radius: 8px;
  padding: .9rem 1rem;
  min-width: 0;
}
.mb-card-icon { font-size: 22px; margin-bottom: 6px; display: block; }
.mb-card-name {
  font-size: 12px;
  font-weight: 700;
  color: #e2e8f0;
  font-family: Arial, sans-serif;
  line-height: 1.3;
  margin-bottom: 3px;
}
.mb-card-note {
  font-size: 11px;
  color: #475569;
  font-family: Arial, sans-serif;
  line-height: 1.3;
}

/* --- Bandeau prix --- */
.mb-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #1f0808 0%, #2d0d0d 100%);
  border: 1px solid #7f1d1d;
  border-radius: 10px;
  padding: 1.2rem 1.5rem;
  margin: 0 0 2rem;
  flex-wrap: wrap;
  gap: 12px;
}
.mb-price-left { display: flex; flex-direction: column; }
.mb-price-label {
  font-size: 11px;
  color: #f87171;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 2px;
}
.mb-price-num {
  font-family: Impact, 'Arial Black', Arial, sans-serif;
  font-size: 48px;
  color: #fca5a5;
  line-height: 1;
}
.mb-price-formats {
  font-size: 12px;
  color: #fca5a5;
  line-height: 1.8;
  font-family: Arial, sans-serif;
  text-align: right;
}
.mb-price-formats strong { color: #fecaca; font-weight: 700; }

/* --- FAQ --- */
.mb-faq-item {
  border-bottom: 1px solid #1a2035;
  padding: 1rem 0;
}
.mb-faq-item:last-child { border-bottom: none; }
.mb-faq-q {
  font-size: 13.5px;
  font-weight: 700;
  color: #e2e8f0;
  margin-bottom: .4rem;
  font-family: Arial, sans-serif;
}
.mb-faq-a {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.7;
  font-family: Georgia, serif;
}

/* --- CTA --- */
.mb-cta {
  background: #111827;
  border: 1px solid #1e2a45;
  border-radius: 10px;
  padding: 1.4rem 1.6rem;
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.mb-cta-text {
  font-size: 15px;
  font-weight: 700;
  color: #f1f5f9;
  font-family: Arial, sans-serif;
}
.mb-cta-sub {
  font-size: 12px;
  color: #475569;
  margin-top: 4px;
  font-family: Arial, sans-serif;
}
.mb-cta-btn {
  background: #dc2626;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: .03em;
}
.mb-cta-btn:hover { background: #b91c1c; color: #fff; }

/* --- Responsive mobile --- */
@media (max-width: 580px) {
  .mb-blog { padding: 1.5rem 1rem; }
  .mb-h1 { font-size: 36px; }
  .mb-h2 { font-size: 22px; }
  .mb-grid { grid-template-columns: repeat(2, 1fr); }
  .mb-price { flex-direction: column; align-items: flex-start; }
  .mb-price-formats { text-align: left; }
  .mb-cta { flex-direction: column; align-items: flex-start; }
}/* End custom CSS */