.elementor-42 .elementor-element.elementor-element-d520565{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9705afd *//* Section À propos */
.am-about {
  max-width: 1000px;
  margin: 60px auto;
  padding: 40px 20px;
  font-family: 'Inter', sans-serif;
  color: #1D1D1F;
}

.am-about h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.am-about h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #E63946;
  margin: 10px auto 0;
  border-radius: 2px;
}

.am-subtitle {
  text-align: center;
  color: #555;
  margin-bottom: 40px;
}

.am-about-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Valeurs clés */
.am-values {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
}

.am-value {
  flex: 1;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.am-value:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.am-value h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.am-value p {
  font-size: 14px;
  color: #555;
}

.am-icon {
  font-size: 28px;
  color: #E63946;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .am-values {
    flex-direction: column;
    gap: 20px;
  }
}/* End custom CSS */