/* ============================================================
   TAB PRESTATIONS  (mobile-first)
============================================================ */
.prestations-section {
  background-color: #efece9;
  padding: 40px 0;
}

.prestations-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.prestation-bloc {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.prestation-bloc__header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 17px;
  border-radius: 30.076px;
  border: 1px solid transparent;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  white-space: nowrap;
}

.badge--sage {
  background-color: #9f9a7c;
  border-color: #9f9a7c;
  color: #ffffff;
}

.badge--white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0f1b24;
}

.prestation-content {
  color: #0f1b24;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.prestation-list {
  list-style: disc;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.prestation-list li {
  list-style: disc !important;
}

.prestation-list li {
  font-family: 'Lexend', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 40px;
  color: #0f1b24;
}

/* ============================================================
   TAB PRESTATIONS  – Desktop
============================================================ */
@media (min-width: 769px) {
  .prestations-container {
    max-width: 1366px;
    padding: 0 301px;
  }
}
