.avantages {
  padding-top: 0px;
}

.hero-home-entreprise {
  height: 475px;
}
.hero-home-entreprise {
  border-radius: 0 0 250px 250px;
  background: #EB0042!important;
}

.hero-banner-entreprise {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.hero-banner-entreprise h1 {
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-size: 50px;
  font-weight: 600;
}

.hero-banner-entreprise p {
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

.cta-group {
  display: flex;
  padding-top: 10px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.hero-banner-entreprise .hero-media {
  position: relative;
  width: 100%;
  max-width: 1200px;
}

.hero-banner-entreprise .hero-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.hero-image-tag {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  background: #DAD4F6;
  border-radius: 20px;
  text-align: center;
  max-width: calc(100% - 24px);
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;

  color: #4D2AA3;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.hero-image-tag .tag-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 19px;
}

.hero-image-tag .tag-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-hero-wrapper {
  position: relative;
}

.bloc-image {
  position: absolute;
  top: 0;
  right: 0;
}

.hero-banner-entreprise-other {
  display: flex;
}

.header {
  position: relative;
  z-index: 20;
}

.hero-banner-entreprise-other .bloc-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
}

.hero-banner-entreprise-other .bloc-content h1 {
  color: var(--FFFFFF, #fff);
  font-size: 40px;
  font-weight: 600;
}

.hero-banner-entreprise-other .bloc-content p {
  color: var(--FFFFFF, #fff);
  font-size: 20px;
}

.hero-banner-entreprise-other .bloc-image img {
  height: 475px;
  width: 667px;
  object-fit: cover;
  border-radius: 250px 0;
  z-index: 10;
  filter: brightness(0.75);
}

.hero-content {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-content a {
  width: fit-content;
}

.hero-secteurs {
  height: 300px;
  border-radius: 0 0 150px 150px;
}

@media (max-width: 768px) {
  .hero-home-entreprise {
    border-radius: 0 0 100px 100px;
  }

  .hero-banner-entreprise-other {
    flex-direction: column;
    position: relative;
  }

  .hero-banner-entreprise-other .bloc-content {
    order: 1;
    gap: 16px;
  }
  .hero-banner-entreprise-other .bloc-content h1 {
    font-size: 28px;
  }
  .hero-banner-entreprise-other .bloc-content p {
    font-size: 16px;
  }
  .hero-content {
    max-width: none;
  }

  .bloc-image {
    position: static;
    order: 2;
    width: 100%;
  }

  .hero-banner-entreprise-other .bloc-image img {
    width: 100%;
    height: 220px;
    border-radius: 100px 0;
    margin-top: 30px;
  }

  .hero-banner-entreprise .hero-media {
    max-width: none;
  }
  .hero-banner-entreprise .hero-media img {
    border-radius: 16px;
  }
  .hero-image-tag {
    bottom: 10px;
    padding: 8px 14px;
    font-size: 14px;
    max-width: calc(100% - 20px);
    gap: 8px;
  }
}
