body {
  overflow-x: hidden;
}

.ec-carousel-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  padding-right: 60px;
  margin-left: 0;
  height: 750px;
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding-right: 40px;
}

.swiper-wrapper {
  display: flex;
  left: 0;
}

.swiper-slide {
  flex-shrink: 0;
  width: calc(100% - 60px) !important;
  height: 750px;
  background-size: cover;
  background-position: center;
  border-radius: 32px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-right: 35px;
}

.ec-carousel-overlay {
  padding: 3rem 4rem;
  background: linear-gradient(90deg, var(--entrepreneur-charentais-secondary) 30%, transparent 100%);
  color: var(--entrepreneur-charentais-white);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 32px 0 0 32px;
}

.ec-carousel-label {
  width: 85px;
  background-color: transparent;
  color: var(--entrepreneur-charentais-yellow);
  font-weight: 600;
  font-size: 14px;
  border: 1px solid var(--entrepreneur-charentais-yellow);
  border-radius: 16px;
  padding: 4px 12px;
  display: inline-block;
  margin-bottom: 1rem;
}

.ec-carousel-title {
  font-size: 80px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem;
  letter-spacing: -3.2px;
  line-height: 1.2;
}

.ec-carousel-subtitle {
  font-size: 60px;
  margin-bottom: 2rem;
  letter-spacing: -2.4px;
  line-height: 1.4;
  width: 800px;
}

.ec-button-slider {
  width: 265px;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 21px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--entrepreneur-charentais-yellow);
  color: var(--entrepreneur-charentais-secondary);
  border: 1px solid var(--entrepreneur-charentais-yellow);
  transition: all 0.3s ease;
}

.ec-button-slider .arrow {
  width: 13px;
  height: 13px;
  mask: url("../../../assets/img/arrow_cta.svg") no-repeat center;
  mask-size: contain;
  background-color: var(--entrepreneur-charentais-secondary);
}

.ec-button-slider:hover {
  background-color: transparent;
  color: var(--entrepreneur-charentais-yellow);
}

.ec-button-slider:hover .arrow {
  background-color: var(--entrepreneur-charentais-yellow);
}

/* Pagination custom */
.swiper-pagination {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  margin-top: 20px;
  margin-left: 70px;
  margin-bottom: 50px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  background-color: #C6C6C6;
  border-radius: 3px;
  transition: all 0.3s ease;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--entrepreneur-charentais-yellow);
  width: 60px;
}

/*# sourceMappingURL=carousel-interview.css.map */
