.elementor-41 .elementor-element.elementor-element-3f11421{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-dc8c943 *//* Section globale */
.am-how {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 20px;
  font-family: 'Inter', sans-serif;
  color: #1D1D1F;
}

.am-how h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.am-how 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;
}

/* Étapes */
.am-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.am-step {
  flex: 1;
  min-width: 280px;
  background: #fff;
  padding: 30px;
  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-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.am-number {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #E63946;
  margin-bottom: 10px;
}

.am-icon {
  font-size: 32px;
  color: #E63946;
  margin-bottom: 15px;
}

.am-step h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.am-step p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.am-guarantee {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
}

/* Statistiques */
.am-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 50px 0;
}

.am-stat {
  text-align: center;
}

.am-stat strong {
  display: block;
  font-size: 28px;
  color: #E63946;
  font-family: 'Poppins', sans-serif;
}

.am-stat span {
  font-size: 14px;
  color: #555;
}

/* CTA final */
.am-cta {
  text-align: center;
  margin-top: 40px;
}

.am-cta h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.am-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}

.btn {
  padding: 14px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-red {
  background: #E63946;
  color: #fff;
}

.btn-red:hover {
  background: #c72d3a;
}

.btn-white {
  background: #fff;
  color: #1D1D1F;
  border: 1px solid #ccc;
}

.btn-white:hover {
  background: #f7f7f7;
}

.am-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 14px;
  color: #555;
}

.am-icons span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  .am-steps {
    flex-direction: column;
  }
  .am-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .am-icons {
    flex-direction: column;
    gap: 10px;
  }
}/* End custom CSS */