/* Start custom CSS for section, class: .elementor-element-60e59a3a *//* =============================================================
   HÉVÉA — CSS CORRECTIF v5 — PLEINE LARGEUR DESCRIPTION LONGUE
   À AJOUTER à la fin du CSS sdr-* déjà en place dans
   Creative Elements → Style thème → CSS personnalisé
   Ne PAS écraser le CSS de Rémi ni le CSS sdr-* existant.
   ============================================================= */

/* ---------- 1. Forcer la pleine largeur du wrapper Elementor ---------- */

/* Le widget text-editor qui héberge sdr-longdesc */
.elementor-widget-text-editor:has(.sdr-longdesc),
.elementor-widget-text-editor:has(.sdr-longdesc) > .elementor-widget-container,
.elementor-widget-text-editor:has(.sdr-longdesc) .elementor-text-editor {
  width: 100% !important;
  max-width: 100% !important;
}

/* Colonne et section Elementor qui contiennent la description longue */
.elementor-column:has(.sdr-longdesc),
.elementor-section:has(.sdr-longdesc) > .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
}

/* Le bloc sdr-longdesc lui-même */
.sdr-longdesc {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}

/* ---------- 2. Passage en 1 colonne pleine largeur (décision Anaïs 03/06 - option A) ---------- */

.sdr-grid {
  display: block !important;
  grid-template-columns: none !important;
  width: 100%;
  gap: 0 !important;
}

.sdr-text {
  width: 100%;
  max-width: 1500px;     /* lisibilité étendue : ~1500 px en pleine largeur */
  margin: 0 auto;
}

/* Suppression visuelle de l'ancienne colonne droite */
.sdr-visual {
  display: none !important;
}

/* ---------- 3. sdr-made-here en bandeau pleine largeur en pied de description longue ---------- */

.sdr-made-here {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 3rem 0 0;
  padding: 2rem 2.5rem;
  background: #f6f2ec;        /* fond chaud doux, charte Hévéa */
  border-left: 4px solid #1a3d6b;
  box-sizing: border-box;
  border-radius: 4px;
}

.sdr-made-here h3 {
  margin: 0 0 0.75rem;
  color: #1a3d6b;
  font-size: 1.25rem;
}

.sdr-made-here p {
  margin: 0 0 0.5rem;
  color: #000;
  line-height: 1.55;
}

.sdr-made-here p:last-child {
  margin-bottom: 0;
}

/* ---------- 4. Sommaire (sdr-toc) centré pleine largeur ---------- */

.sdr-toc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  margin: 1rem auto 2rem;
  max-width: 1200px;
  padding: 0;
  list-style: none;
}

/* ---------- 5. Intro centrée ---------- */

.sdr-intro {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 2rem;
}

.sdr-intro h2 {
  text-align: center;
  color: #000;
}

.sdr-intro p {
  text-align: center;
  color: #000;
}

/* ---------- 6. Sections : marges aérées en pleine largeur ---------- */

.sdr-section {
  margin: 0 auto 3rem;
  max-width: 1500px;
}

.sdr-section h2 {
  text-align: center;
}

.sdr-section h3 {
  text-align: justify;
}

/* ---------- 7. Mobile : conserver fluidité ---------- */

@media (max-width: 768px) {
  .sdr-longdesc { padding: 0 0.5rem; }
  .sdr-made-here { padding: 1.25rem 1rem; }
  .sdr-text, .sdr-section, .sdr-toc, .sdr-intro { max-width: 100%; }
}

/* =============================================================
   FIN du CSS correctif v5
   ============================================================= *//* End custom CSS */