.head11 {
color: #FFF;
font-family: "Plus Jakarta Sans";
font-size: 60px;
font-style: normal;
font-weight: 800;
line-height: 100%; /* 65px */
}

/* ===== SECTION Secteur ===== */

.section-secteur {
  width: 1440px;
  margin: 0 auto;
  background: #FFF;
  padding: 80px 80px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.secteur-title {
  width: 712px;
  color: #002964;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}

.secteur-subtitle {
  color: #3F4955;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  max-width: 620px;
}

.secteur-subtitle strong {
  font-weight: 700;
}

/* ── Grille 4 colonnes ── */
.secteur-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

/* ── Carte ── */
.secteur-card {
  width: 301px;
  height: 216px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.04);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.secteur-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.secteur-card-title {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.secteur-card-desc {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.support-tag {
  display: inline-flex;
  width: fit-content;
  padding: 10px 24px;
  border-radius: 6px;
  border: 1.5px solid #00BFE5;
  color: #00BFE5;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

/* Tag secteur 02 (rose) */
.support-tag--pink {
  border-color: #F03E6B;
  color: #F03E6B;
}

/* Tag secteur 03 (doré) */
.support-tag--orange {
  border-color: #C89300;
  color: #C89300;
}

/* Tag secteur 04 (violet) */
.support-tag--violet {
  border-color: #8E5EC0;
  color: #8E5EC0;
}

.citation-section {
  width: 1440px;
  margin: 0 auto;
  background: #FFF;
  padding: 80px 80px 60px;
  display: flex;
  justify-content: center;
}

.citation-box {
  position: relative;
  width: 1286px;
  height: 210px;
  border-radius: 16px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.citation-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.citation-quote-left {
  position: absolute;
  top: -70px;
  left: 40px;
  z-index: 2;
  flex-shrink: 0;
}

.citation-quote-right {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 2;
  flex-shrink: 0;
}

.citation-text {
  position: relative;
  z-index: 2;
  width: 738px;
  text-align: center;
  font-size: 35px;
  line-height: 120%;
}

.citation-text--bold {
  color: #FFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}

.citation-text--italic {
  color: #FFF;
  font-family: "Playwrite US Modern", cursive;
  font-weight: 400;
}

.capa-section {
  width: 1440px;
  margin: 0 auto;
  background: #FFF;
  padding: 80px 80px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.capa-title {
  width: 794px;
  color: #002964;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}

.capa-layout {
  display: flex;
  align-items: center;
  gap: 32px;
}

/* Colonnes gauche et droite */
.capa-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 464px;
}

.capa-item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 464px;
  min-height: 88px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.04);
  padding: 0 24px;
}

.capa-item svg { flex-shrink: 0; }

.capa-item span {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

/* Photo centrale */
.capa-photo {
  width: 308px;
  height: 371px;
  border-radius: 20px;
  object-fit: cover;
  flex-shrink: 0;
}