.elementor-7119 .elementor-element.elementor-element-f38862d{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-f38862d */.afp-page-hero {
  padding: 110px 0 90px;
  background: #f7f3ea;
}

.afp-page-hero h1 {
  max-width: 900px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin: 16px 0 28px;
  color: #111111;
}

.afp-page-hero p {
  max-width: 760px;
  font-size: 21px;
  line-height: 1.7;
  color: #4a4a4a;
}

.afp-section-intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 42px;
}

.afp-section-intro h2 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -0.035em;
  margin: 10px 0 0;
  color: #111111;
}

.afp-section-intro p {
  font-size: 18px;
  line-height: 1.7;
  color: #4a4a4a;
}

.afp-dossiers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.afp-dossier-card {
  padding: 34px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(17, 17, 17, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.afp-dossier-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(17, 17, 17, 0.10);
}

.afp-dossier-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #f7f3ea;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 22px;
}

.afp-dossier-card h3 {
  font-size: 25px;
  line-height: 1.15;
  margin: 0 0 14px;
  color: #111111;
}

.afp-dossier-card p {
  font-size: 16px;
  line-height: 1.65;
  color: #4a4a4a;
  margin-bottom: 22px;
}

.afp-dossier-card a {
  color: #173b2f;
  font-weight: 800;
  text-decoration: none;
}

.afp-section-soft {
  background: #f7f3ea;
}

.afp-feature-dossiers {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.afp-feature-text {
  padding: 54px;
  background: #ffffff;
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
}

.afp-feature-text h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -0.035em;
  margin: 14px 0 22px;
  color: #111111;
}

.afp-feature-text p {
  font-size: 18px;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 30px;
}

.afp-dossiers-image {
  border-radius: 32px;
  overflow: hidden;
  min-height: 520px;
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.12);
}

.afp-dossiers-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.afp-cta-panel {
  background: #173b2f;
  color: #ffffff;
  border-radius: 34px;
  padding: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.afp-cta-panel h3 {
  color: #ffffff;
  font-size: 32px;
  margin: 0 0 10px;
}

.afp-cta-panel p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  font-size: 17px;
}

@media (max-width: 980px) {
  .afp-section-intro,
  .afp-feature-dossiers {
    grid-template-columns: 1fr;
  }

  .afp-dossiers-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .afp-cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .afp-page-hero {
    padding: 70px 0 55px;
  }

  .afp-dossiers-grid {
    grid-template-columns: 1fr;
  }

  .afp-feature-text {
    padding: 32px;
  }

  .afp-dossiers-image,
  .afp-dossiers-image img {
    min-height: 360px;
  }

  .afp-cta-panel {
    padding: 32px;
  }
}/* End custom CSS */