.elementor-155 .elementor-element.elementor-element-63ecd90{--display:flex;}.elementor-155 .elementor-element.elementor-element-05e788d{width:100%;max-width:100%;background-color:#F6F1E8;margin:46px 46px calc(var(--kit-widget-spacing, 0px) + 46px) 46px;padding:0px 0px 0px 0px;}.elementor-155 .elementor-element.elementor-element-05e788d.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS *//* ==========================================================================
   MISE EN PAGE DU TEXTE ET HABILLAGE DE LA PAGE ATELIERS
   ========================================================================== */

/* Conteneur principal centré et structuré */
.ateliers-page-container {
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 40px 24px !important;
  box-sizing: border-box !important;
}

/* En-tête de la page */
.ateliers-header {
  margin-bottom: 48px !important;
  border-bottom: 1px solid rgba(122, 115, 107, 0.3) !important;
  padding-bottom: 36px !important;
}

/* Surtitre rouge (charte Bicentenaire) */
.ateliers-surtitle {
  font-family: 'IBM Plex Mono', monospace, sans-serif !important;
  font-size: 0.85rem !important;
  color: #B43A2F !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  display: block !important;
  margin-bottom: 12px !important;
  font-weight: 600 !important;
}

/* Titre principal */
.ateliers-title {
  font-family: 'Fraunces', serif !important;
  font-size: 3rem !important;
  font-weight: 700 !important;
  color: #111111 !important;
  margin: 0 0 16px 0 !important;
  letter-spacing: -0.5px !important;
}

/* Paragraph introductif */
.ateliers-intro {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.1rem !important;
  line-height: 1.6 !important;
  color: #4A4540 !important;
  max-width: 750px !important;
  margin: 0 0 32px 0 !important;
}

/* Barre d'indicateurs / chiffres clés */
.ateliers-stats-bar {
  display: flex !important;
  gap: 48px !important;
  margin-top: 24px !important;
}

.stat-item {
  display: flex !important;
  flex-direction: column !important;
}

.stat-number {
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: #111111 !important;
}

.stat-label {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.78rem !important;
  color: #7A736B !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-top: 2px !important;
}

/* Adaptations sur mobile */
@media (max-width: 768px) {
  .ateliers-title {
    font-size: 2.2rem !important;
  }
  .ateliers-stats-bar {
    flex-direction: column !important;
    gap: 16px !important;
  }
}/* End custom CSS */