.accordion-sujets-qapa-section {
  display: flex;
  gap: 50px;
  margin: 0 auto;
  align-items: center;
  padding-bottom: 90px;
}

.accordion-image-left {
  flex: 0 0 35%;
}

.image-text-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 610px;
}

.image-gradient-overlay {
  position: relative;
  width: 100%;
  height: 610px;
  border-radius: 40px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 33.05%,
      rgba(0, 0, 0, 0.8) 99.95%
    ),
    url("/wp-content/uploads/2026/06/nos-valeurs.png")
      no-repeat center center;
  background-size: cover;
}

.image-text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-weight: 600;
  text-align: center;
  width: 90%;
  font-size: 30px;
}

.accordion-sujets-qapa {
  flex: 0 0 65%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accordion-item {
  cursor: pointer;
}

.accordion-item .accordion-description {
  display: none;
}

.accordion-item.active .accordion-description {
  display: block;
}

.accordeon-img-title {
  display: flex;
  padding-right: 10px;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.accordeon-img-title h3 {
  font-size: 20px;
  font-weight: 600;
}

.bg-icon {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(100, 69, 255, 0.05);
  box-sizing: border-box;
}

.bg-icon img {
  padding: 10px;
  display: block;
}

.accordion-description a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (max-width: 768px) {
  .accordion-sujets-qapa-section {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .accordion-image-left {
    flex: 0 0 100%;
    width: 100%;
  }
  .accordion-sujets-qapa {
    flex: 0 0 100%;
    width: 100%;
  }
  .image-text-wrapper {
    height: auto;
    width: 100%;
    display: block;
  }
  .image-gradient-overlay {
    height: 320px;
    width: 100%;
  }

  .image-text {
    font-size: 25px;
  }

  .accordion-sujets-qapa-section{
    padding-bottom: 45px;
  }
}
