.entreprise-hero {
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.entreprise-hero__media {
  position: absolute;
  inset: 0;
}

.entreprise-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entreprise-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(20, 15, 10, 0.82), rgba(20, 15, 10, 0.55));
}

.entreprise-hero__content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-block: var(--space-80);
}

.entreprise-hero__content {
  max-width: 720px;
}

.entreprise-hero__tags {
  margin-top: var(--space-16);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-8);
}

.entreprise-hero__actions {
  margin-top: var(--space-24);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-12);
}

.entreprise-hero__note {
  margin-top: var(--space-16);
  max-width: 32rem;
  color: #f8efe0;
}

@media (max-width: 767px) {
  .entreprise-hero__content-wrapper {
    padding-block: var(--space-64);
  }

  .hero-title {
    font-size: var(--font-size-3xl);
  }
}

.entreprise-section-header {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: var(--space-32);
}

.entreprise-section-header > p {
  margin-top: var(--space-8);
}

.entreprise-section-grid {
  align-items: center;
}

.entreprise-section-grid--reverse {
  direction: rtl;
}

.entreprise-section-grid--reverse > * {
  direction: ltr;
}

.entreprise-card {
  height: 100%;
}

.entreprise-list {
  margin-top: var(--space-12);
  padding-left: 1.25rem;
  color: var(--color-text-soft);
  font-size: var(--font-size-sm);
}

.entreprise-list li + li {
  margin-top: var(--space-8);
}

.entreprise-image-block {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
}

.entreprise-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entreprise-cta-inline {
  margin-top: var(--space-24);
}

.entreprise-networking-grid,
.entreprise-custom-grid,
.entreprise-testimonials-grid {
  align-items: stretch;
}

.entreprise-cta-center {
  margin-top: var(--space-32);
  text-align: center;
}

.entreprise-quote-section {
  background: radial-gradient(circle at top, #f8f2e8 0%, #e7d7c2 45%, #c8b59d 100%);
}

.entreprise-quote-wrapper {
  max-width: 880px;
  margin: 0 auto;
}

.entreprise-quote-content h2 {
  margin-bottom: var(--space-16);
}

.entreprise-quote-content p + p {
  margin-top: var(--space-12);
}

.entreprise-quote-actions {
  margin-top: var(--space-24);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-12);
}

@media (max-width: 767px) {
  .entreprise-section-grid--reverse {
    direction: ltr;
  }

  .entreprise-quote-actions {
    flex-direction: column;
  }
}
