body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#entreprises-page {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.entreprises-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 3rem 2rem 2rem;
  background: linear-gradient(160deg, #f0f4ff 0%, #ffffff 60%);
}
.entreprises-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 100%;
  max-width: 900px;
}
.entreprises-hero__logo {
  flex-shrink: 0;
  display: none;
}
.entreprises-hero__logo #owner-logo {
  max-width: 220px;
  height: auto;
}
.entreprises-hero__search {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: 1rem;
}
.entreprises-hero__search .search-container {
  width: 100%;
}
.entreprises-hero__search .search-container #search-name {
  flex: initial;
  width: 100%;
}
.entreprises-hero__search .search-container .search-input-wrapper {
  flex: inherit;
  width: 100%;
  padding: 0;
  margin: 0;
}
.entreprises-hero__search .search-container .search-input-wrapper .autocomplete-results {
  left: 0;
  right: 0;
}
.entreprises-hero__search .search-container .search-input-wrapper .search-input-wrapper-inner svg {
  left: 20px;
}
.entreprises-hero__search .search-container .search-input-wrapper .search-input-wrapper-inner .search-input {
  width: 100%;
}
.entreprises-hero__title {
  font-size: 2rem;
  font-weight: 300;
  color: #1a2a72;
  line-height: 1.2;
  margin: 0 0 30px;
}
.entreprises-hero__subtitle {
  font-size: 18px;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
  text-align: center;
}
.entreprises-hero__subtitle strong {
  color: #1a1a1a;
  font-weight: 500;
}

.entreprises-features {
  background: #FFFFFF;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 2rem;
}
.entreprises-features__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}

.entreprises-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 180px;
  flex: 1 1 180px;
  max-width: 220px;
}
.entreprises-feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(26, 42, 114, 0.08), rgba(67, 206, 162, 0.12));
  color: #1a2a72;
  flex-shrink: 0;
}
.entreprises-feature__icon i {
  font-size: 1rem;
}
.entreprises-feature div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.entreprises-feature div strong {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a1a1a;
}
.entreprises-feature div span {
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.4;
}

.entreprises-howto {
  padding: 3rem 2rem;
  background: #f9fafb;
}
.entreprises-howto__inner {
  max-width: 680px;
  margin: 0 auto;
}
.entreprises-howto__title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #1a2a72;
  margin: 0 0 2rem;
  text-align: center;
}
.entreprises-howto__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.entreprises-howto__steps li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.entreprises-howto__steps li div {
  font-size: 0.875rem;
  color: #1a1a1a;
  line-height: 1.6;
  padding-top: 2px;
}
.entreprises-howto__steps li div strong {
  font-weight: 500;
}
.entreprises-howto__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: #1a2a72;
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 600;
}

@media (max-width: 992px) {
  .entreprises-hero {
    padding: 2rem 1rem;
  }
  .entreprises-hero__inner {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  .entreprises-hero__logo #owner-logo {
    max-width: 160px;
  }
  .entreprises-hero__title {
    font-size: 1.4rem;
  }
  .entreprises-features__grid {
    gap: 1rem;
  }
  .entreprises-feature {
    min-width: 150px;
    max-width: 100%;
  }
  .entreprises-howto {
    padding: 2rem 1rem;
  }
}
@media (max-width: 768px) {
  .entreprises-hero__title {
    font-size: 1.2rem;
  }
  .entreprises-hero__subtitle {
    font-size: 0.875rem;
  }
  .entreprises-features {
    padding: 1rem;
  }
  .entreprises-feature {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=entreprises.css.map */
