.elementor-3284 .elementor-element.elementor-element-1edb7eb{margin-top:0px;margin-bottom:0px;}.elementor-3284 .elementor-element.elementor-element-520c4a1{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}body.elementor-page-3284{margin:0px 0px 0px 0px;padding:-1px -1px -1px -1px;}/* Start custom CSS for html, class: .elementor-element-520c4a1 *//* ================================
   PAGE CHIMIE – BLOC UNIQUE
   ================================ */

.chimie-page {
  background: #f7fbf8;
  font-family: Inter, sans-serif;
  color: #374151;
  overflow-x: hidden;
}

/* Container interne */
.chimie-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 5rem 1.5rem;
}

/* HEADER */
.chimie-header {
  text-align: center;
  margin-bottom: 5rem;
}

.chimie-icon {
  font-size: 3rem;
  margin-bottom: 1.2rem;
}

.chimie-title {
  font-size: 4rem;
  font-weight: 800;
  color: #065f46;
  margin-bottom: 1.4rem;
  line-height: 1.15;
}

.chimie-subtitle {
  font-size: 2.5rem;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
}

/* SECTIONS */
.chimie-section {
  margin-bottom: 4.5rem;
}

.chimie-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #065f46;
  margin-bottom: 2.5rem;
}

/* GRID */
.chimie-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.8rem;
}

/* CARDS */
.chimie-card {
  background: #fff;
  padding: 2rem 1.5rem;
  border-radius: 1.1rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.75rem;
  border-bottom: 5px solid #10b981;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chimie-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(16, 185, 129, 0.15);
}

/* Icônes dans les cartes */
.card-icon {
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
}

/* OÙ TRAVAILLER */
.chimie-work {
  background: #1b5e20;
  color: #fff;
  padding: 4.5rem 2rem;
  border-radius: 2.8rem 2.8rem 0 0;
}

.chimie-work h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 3rem;
  font-weight: 800;
}

.chimie-work-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.chimie-work-grid span {
  background: rgba(255, 255, 255, 0.15);
  padding: 0.8rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1.75rem;
}/* End custom CSS */