.approche-section {
  width: 1440px;
  margin: 0 auto;
  background: #FFF;
  padding: 80px 80px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.approche-title {
  width: 794px;
  color: #002964;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}

.approche-desc {
  color: #3F4955;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 689px;
}

.approche-cards {
  display: flex;
  gap: 20px;
}

.approche-card {
  width: 305px;
  height: 306px;
  border-radius: 13px;
  background: #FFF;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
  padding: 50px 28px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.approche-card-title {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.approche-card-text {
  color: #767676;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.support-section {
  width: 1440px;
  margin: 0 auto;
  background: #FFF;
  padding: 40px 80px 40px;
  display: flex;
  align-items: flex-start;
  gap: 140px;
}

/* Colonne gauche */
.support-left {
  position: relative;
  flex-shrink: 0;
}

.support-photo {
  width: 533px;
  height: 582px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.support-livrable-box {
  position: absolute;
  bottom: 25px;
  right: -80px;
  width: 315px;
  height: auto;
  border-radius: 14px;
  background: #FFF;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.08);
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.support-livrable-title {
  color: #00AC25;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-left: 20px;
}

.support-livrable-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin-left: 15px;
}

.support-livrable-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.support-livrable-list li svg { flex-shrink: 0; }

.support-livrable-list li span {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/* Colonne droite */
.support-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 20px;
}

.support-title {
  width: 443px;
  color: #002964;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: normal;
}

/* Accordéons */
.support-accordeons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.support-acc {
  border-radius: 10px;
  overflow: hidden;
  transition: background 0.2s;
}

.support-acc.active {
  background: #F8F8F8;
}

.support-acc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  border-radius: 10px;
}

.support-acc-title {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.support-acc-icon { flex-shrink: 0; }

.support-acc-body {
  padding: 0 24px 20px;
}

.support-acc-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}

.support-acc-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.support-acc-list li svg { flex-shrink: 0; margin-top: 7px; }

.support-acc-list li span {
  color: #3F4955;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.sales-section {
  width: 1440px;
  margin: 0 auto;
  background: #FFF;
  padding: 40px 80px 40px;
  display: flex;
  align-items: flex-start;
  gap: 210px;
}

/* Colonne gauche */
.sales-left {
  width: 500px;
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 20px;
}

.sales-title {
  width: 100%;
  color: #002964;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: normal;
}

.sales-accordeons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sales-acc {
  border-radius: 10px;
  overflow: hidden;
  transition: background 0.2s;
}

.sales-acc.active { background: #F8F8F8; }

.sales-acc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  border-radius: 10px;
}

.sales-acc-title {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.sales-acc-icon { flex-shrink: 0; }

.sales-acc-body { padding: 0 24px 20px; }

.sales-acc-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}

.sales-acc-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.sales-acc-list li svg { flex-shrink: 0; margin-top: 7px; }

.sales-acc-list li span {
  color: #3F4955;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* Colonne droite */
.sales-right {
  position: relative;
  flex-shrink: 0;
}

.sales-photo {
  width: 533px;
  height: 582px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.sales-livrable-box {
  position: absolute;
  bottom: 24px;
  left: -100px;
  width: 315px;
  border-radius: 14px;
  background: #FFF;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.08);
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sales-livrable-title {
  color: #00AC25;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.sales-livrable-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.sales-livrable-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sales-livrable-list li svg { flex-shrink: 0; }

.sales-livrable-list li span {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.tableau-section {
  width: 1440px;
  margin: 0 auto;
  background: #F5F5F5;
  padding: 80px 80px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.tableau-title {
  width: 799px;
  color: #002964;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}

.tableau-subtitle {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.tableau-box {
  width: 1285px;
  border-radius: 16px;
  background: #FFF;
  padding: 0 40px;
  overflow: hidden;
}

.tableau {
  width: 100%;
  border-collapse: collapse;
}

.tableau-head-row {
  border-bottom: 1px solid #B4B4B4;
}

.tableau-th {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  padding: 28px 16px;
  text-align: center;
}

.tableau-th:first-child { text-align: left; }

.tableau-row {
  border-bottom: 1px solid #B4B4B4;
}

.tableau-row--last { border-bottom: none; }

.tableau-metier {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  padding: 28px 16px;
  text-align: left;
}

.tableau-cell {
  padding: 28px 16px;
  text-align: center;
  vertical-align: middle;
}

.tableau-cell svg { margin: 0 auto; }

.tableau-dash {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.diff-section {
  width: 1440px;
  margin: 0 auto;
  background: #FFF;
  padding: 80px 80px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.diff-title {
  width: 799px;
  color: #002964;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}

.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 411px);
  gap: 20px;
}

.diff-card {
  width: 411px;
  height: 214px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.04);
  padding: 44px 52px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.diff-card-text {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}