.elementor-4835 .elementor-element.elementor-element-5fcfccc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4835 .elementor-element.elementor-element-e19679d{text-align:center;}@media(max-width:767px){.elementor-4835 .elementor-element.elementor-element-e19679d{text-align:center;}}/* Start custom CSS for html, class: .elementor-element-866b903 *//* ============================================
   ARTICLE VITRINE BOUCHERIE - CSS SCOPÉ
   ============================================ */

.db-article-vitrine {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #2d3748;
  line-height: 1.75;
  max-width: 100%;
}

/* ===== HERO SECTION ===== */
.db-hero {
  position: relative;
  background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
  color: white;
  padding: 80px 20px 60px;
  margin: 0 0 60px 0;
  text-align: center;
}

.db-hero__title {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0 0 15px 0;
  line-height: 1.2;
    color: #ffffff; /* color: #f8fafc;
 */
}

.db-hero__subtitle {
  font-size: 1.25rem;
  opacity: 0.9;
  margin: 0 0 40px 0;
  font-weight: 400;
}

.db-hero__benefits {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}

.db-hero__benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}

.db-hero__benefit-icon {
  font-size: 1.5rem;
}

.db-hero__meta {
  font-size: 0.95rem;
  opacity: 0.8;
}

/* ===== CONTAINER ===== */
.db-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.db-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 60px;
  align-items: start;
}

/* ===== SOMMAIRE STICKY ===== */
.db-toc {
  background: #f7fafc;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px;
  position: sticky;
  top: 100px;
}

.db-toc__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #2d3748;
}

.db-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.db-toc__item {
  margin: 0 0 12px 0;
}

.db-toc__link {
  color: #4a5568;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.2s;
  font-size: 0.95rem;
}

.db-toc__link:hover {
  background: #e2e8f0;
  color: #8b2e2e;
  transform: translateX(5px);
}

/* ===== ASTUCES CARDS ===== */
.db-astuce {
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  padding: 40px;
  margin: 0 0 50px 0;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  transition: all 0.3s;
}

.db-astuce:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.db-astuce__header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 25px 0;
}

.db-astuce__badge {
  background: #8b2e2e;
  color: white;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.db-astuce__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0;
  line-height: 1.3;
  flex: 1;
}

.db-astuce__subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d3748;
  margin: 30px 0 15px 0;
}

.db-astuce__text {
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0 0 20px 0;
}

.db-astuce__text strong {
  color: #1a202c;
  font-weight: 600;
}

.db-astuce__list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.db-astuce__list li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 12px 0;
  line-height: 1.7;
}

.db-astuce__list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #8b2e2e;
  font-weight: 700;
}

/* ===== CALLOUTS ===== */
.db-callout {
  border-left: 5px solid;
  border-radius: 8px;
  padding: 20px 25px;
  margin: 25px 0;
}

.db-callout--success {
  background: #f0fdf4;
  border-color: #22c55e;
}

.db-callout--warning {
  background: #fef3c7;
  border-color: #f59e0b;
}

.db-callout__title {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 12px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.db-callout--success .db-callout__title {
  color: #15803d;
}

.db-callout--warning .db-callout__title {
  color: #92400e;
}

.db-callout ul {
  margin: 0;
  padding-left: 20px;
}

.db-callout li {
  margin: 8px 0;
}

/* ===== CHECKLIST ===== */
.db-checklist {
  background: #f7fafc;
  border-radius: 12px;
  padding: 25px 30px;
  margin: 25px 0;
}

.db-checklist__title {
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #2d3748;
}

.db-checklist__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.db-checklist__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #e2e8f0;
}

.db-checklist__item:last-child {
  border-bottom: none;
}

.db-checklist__checkbox {
  width: 24px;
  height: 24px;
  border: 2px solid #cbd5e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.db-checklist__checkbox::after {
  content: "✓";
  color: #22c55e;
  font-weight: 700;
  font-size: 1.1rem;
}

/* ===== IMAGES ===== */
.db-media {
  margin: 35px 0;
  border-radius: 12px;
  overflow: hidden;
}

.db-media--placeholder {
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e0 100%);
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #718096;
  font-size: 1.1rem;
  font-weight: 600;
}

.db-media__caption {
  font-size: 0.9rem;
  color: #64748b;
  text-align: center;
  margin-top: 12px;
  font-style: italic;
}

/* ===== FAQ ACCORDÉON ===== */
.db-faq {
  margin: 60px 0;
}

.db-faq__title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0 0 30px 0;
  text-align: center;
}

.db-faq__item {
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  margin: 0 0 15px 0;
  overflow: hidden;
}

.db-faq__question {
  font-size: 1.15rem;
  font-weight: 600;
  padding: 25px 30px;
  margin: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7fafc;
  transition: all 0.2s;
}

.db-faq__question:hover {
  background: #edf2f7;
}

.db-faq__icon {
  font-size: 1.5rem;
  color: #8b2e2e;
  transition: transform 0.3s;
}

.db-faq__item.active .db-faq__icon {
  transform: rotate(180deg);
}

.db-faq__answer {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.db-faq__item.active .db-faq__answer {
  padding: 25px 30px;
  max-height: 500px;
}

/* ===== CTA FINAL ===== */
.db-cta {
  background: linear-gradient(135deg, #8b2e2e 0%, #5c1e1e 100%);
  color: white;
  border-radius: 16px;
  padding: 50px 40px;
  text-align: center;
  margin: 60px 0 0 0;
}

.db-cta__title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.db-cta__text {
  font-size: 1.1rem;
  margin: 0 0 30px 0;
  opacity: 0.95;
}

.db-cta__buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.db-cta__button {
  background: white;
  color: #8b2e2e;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s;
  display: inline-block;
}

.db-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .db-content-wrapper {
    grid-template-columns: 1fr;
  }
  
  .db-toc {
    position: static;
    margin: 0 0 40px 0;
  }
}

@media (max-width: 768px) {
  .db-hero__title {
    font-size: 1.8rem;
  }
  
  .db-hero__subtitle {
    font-size: 1.1rem;
  }
  
  .db-hero__benefits {
    flex-direction: column;
    gap: 15px;
  }
  
  .db-astuce {
    padding: 25px 20px;
  }
  
  .db-astuce__header {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .db-astuce__title {
    font-size: 1.4rem;
  }
  
  .db-cta {
    padding: 35px 25px;
  }
  
  .db-cta__title {
    font-size: 1.5rem;
  }
}/* End custom CSS */