.elementor-3109 .elementor-element.elementor-element-721e152 > .elementor-container{max-width:1043px;}.elementor-3109 .elementor-element.elementor-element-721e152{padding:13px 13px 13px 13px;}/* Start custom CSS for html, class: .elementor-element-ef4ab4d */.domaines-chimie-verte {
  max-width: 1200px;
  margin: 2 auto;
  padding: 2rem 1rem;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.domaines-chimie-verte h1 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
  color: #136f41;
}

.grille-domaines {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.carte-domaine {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 16px;
  text-decoration: none;
  color: #1d2d24;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.carte-domaine:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  background: #f0fdf4;
}

.carte-domaine .icone {
  font-size: 3.5rem;
  margin-bottom: 0.5rem;
}

.carte-domaine h2 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  color: #136f41;
}

.carte-domaine p {
  font-size: 1.50rem;
  color: #333;
  line-height: 1.4;
}/* End custom CSS */