/* ========================= STATS ========================= */
.stats-structural {
  position: relative;
  overflow: hidden;
  padding: 70px clamp(16px, 4vw, 64px) 46px;
  font-size: 16px;
  white-space: normal;
}

.stats-structural::before,
.stats-structural::after {
  content: '';
  position: absolute;
  top: 0;
  width: clamp(50px, 12vw, 250px);
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}

.stats-structural::before {
  left: 0;
}

.stats-structural::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.stats-track-structural {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 4.6vw, 76px);
  text-align: center;
  transform: translateX(-12px);
}

.stat-item-structural {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.stat-number-structural {
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 800;
  letter-spacing: 0.6px;
  color: #111;
}

.stat-label-structural {
  font-size: clamp(12px, 1vw, 15px);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #5e5e5e;
  line-height: 1.5;
  max-width: 200px;
}

@media (max-width: 900px) {
  .stats-track-structural {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 26px;
  }
}

@media (max-width: 560px) {
  .stats-track-structural {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ========================= QUI SOMMES-NOUS ========================= */
.qui-sommes-nous {
  display: block;
}

.nos-missions-structural {
  position: relative;
  isolation: isolate;
  max-width: 1500px;
  margin: 80px auto 100px;
  padding: clamp(34px, 5vw, 78px) clamp(16px, 4vw, 64px);
}

.nos-missions-structural-header {
  margin-bottom: clamp(12px, 2vw, 24px);
  text-align: left;
}

.nos-missions-structural-content {
  display: grid;
  gap: clamp(10px, 1.6vw, 18px);
  align-content: start;
}

.nos-missions-structural::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  background: #ffffff;
}

.nos-missions-structural--alt {
  max-width: 1500px;
}

.nos-missions-structural--alt::before {
  background: #f5f5f2;
}

@media (min-width: 1400px) and (max-width: 1700px) and (max-height: 1000px) {
  .cards-title-structural {
    font-size: clamp(22px, 2.2vw, 40px);
  }

  .nos-missions-structural-text {
    font-size: clamp(0.9rem, 1vw, 1rem);
  }
}

body.compact-125-structural .cards-title-structural {
  font-size: clamp(22px, 2.2vw, 40px);
}

body.compact-125-structural .nos-missions-structural-text {
  font-size: clamp(0.9rem, 1vw, 1rem);
}

.nos-missions-structural-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
}

.nos-missions-structural--alt .nos-missions-structural-grid {
  align-items: center;
}

.nos-missions-structural-media {
  position: relative;
  width: 100%;
  height: clamp(420px, 38vw, 520px);
  border-radius: clamp(14px, 1.6vw, 22px);
  overflow: hidden;
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.18);
}

.nos-missions-structural-media-main {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.nos-missions-structural-media-badge {
  position: absolute;
  top: clamp(12px, 1.6vw, 22px);
  right: clamp(12px, 1.6vw, 22px);
  width: clamp(210px, 38%, 340px);
  background: #fff;
  padding: clamp(8px, 1vw, 14px);
  border-radius: 24px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}

.nos-missions-structural-media-logo {
  width: 100%;
  height: auto;
  display: block;
}

.nos-missions-structural-text {
  margin: 0;
  font-size: clamp(0.98rem, 1.1vw, 1.12rem);
  line-height: 1.8;
  text-align: justify;
  color: #333;
}

.nos-missions-structural-img {
  width: 100%;
  height: clamp(420px, 38vw, 520px);
  display: block;
  max-height: none;
  border-radius: clamp(14px, 1.6vw, 22px);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.18);
  object-fit: cover;
  object-position: center;
}

@media (max-width: 980px) {
  .nos-missions-structural-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nos-missions-structural-img {
    height: auto;
  }

  .nos-missions-structural-header {
    text-align: center;
  }

  .cards-underline-structural {
    margin: 0 auto;
  }

  .nos-missions-structural--alt .nos-missions-structural-content {
    order: 1;
  }

  .nos-missions-structural--alt .nos-missions-structural-media {
    order: 2;
    height: clamp(320px, 70vw, 460px);
  }

  .nos-missions-structural-media-badge {
    width: clamp(155px, 46vw, 250px);
    top: 10px;
    right: 10px;
    border-radius: 18px;
  }
}

@media (max-width: 1453px) {
  .nos-missions-structural,
  .timeline-structural {
    margin: 5.50585vw 8% 6.88231vw;
  }
}

@media (max-width: 1000px) {
  .nos-missions-structural {
    margin: 80px 60px 100px;
    padding-inline: 0;
  }

  .nos-missions-structural-img {
    height: clamp(340px, 55vw, 420px);
  }
}

@media (max-width: 650px) {
  .nos-missions-structural {
    margin: 40px 35px;
    padding-inline: 0;
  }
}

.qs-section {
  position: relative;
  margin: clamp(48px, 6vw, 96px) 0;
  padding: clamp(28px, 4.2vw, 70px) 0;
  background: #ffffff;
}

/* ========================= TIMELINE ========================= */
.timeline-structural {
  max-width: 1500px;
  margin: 12px auto 100px;
  padding: clamp(26px, 3vw, 40px) clamp(16px, 4vw, 64px);
}

@media (min-width: 981px) {
  .timeline-structural {
    position: relative;
    isolation: isolate;
  }
}

.timeline-structural-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(16px, 2.4vw, 28px);
  align-items: center;
}

.timeline-structural-title {
  margin: 0;
  justify-self: end;
  white-space: nowrap;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #111;
}

.timeline-structural-text {
  margin: 0;
  grid-column: 1 / -1;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.7;
  text-align: justify;
  color: #4c4c4c;
}

.timeline-structural-cta-wrap {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: clamp(12px, 2vw, 20px);
}

.timeline-structural-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(4px, 0.8vw, 12px);
  align-items: end;
}

.timeline-structural-item {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding-bottom: 18px;
  color: #b8b8b8;
}

.timeline-structural-item.is-active {
  color: #111;
}

.timeline-structural-year {
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  font-weight: 700;
}

.timeline-structural-mark {
  width: min(200px, 100%);
  height: auto;
}

.timeline-structural-mark-mobile {
  display: none;
  width: 40px;
  height: auto;
}

@media (max-width: 1000px) {
  .timeline-structural {
    margin: 80px 60px 100px;
    padding-inline: 0;
  }

  .timeline-structural-wrap {
    gap: clamp(24px, 4vw, 56px);
  }
}

@media (max-width: 980px) {
  .timeline-structural-wrap {
    grid-template-columns: 1fr;
    gap: clamp(24px, 4vw, 56px);
  }

  .timeline-structural-title {
    justify-self: start;
  }

  .timeline-structural-track {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 22px;
  }

  .timeline-structural-item {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
    align-items: center;
    padding-bottom: 0;
  }

  .timeline-structural-item .timeline-structural-year {
    grid-column: 1 / 2;
    justify-self: end;
    align-self: center;
    padding-right: 8px;
  }

  .timeline-structural-item:nth-child(even) .timeline-structural-year {
    grid-column: 3 / 4;
    justify-self: start;
    padding-right: 0;
    padding-left: 8px;
  }

  .timeline-structural-mark {
    display: none;
  }

  .timeline-structural-mark-mobile {
    display: block;
    width: 28px;
    justify-self: center;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
}

@media (max-width: 650px) {
  .timeline-structural {
    margin: 40px 35px;
    padding-inline: 0;
  }
}

/* ========================= EQUIPE ========================= */
.team-structural {
  position: relative;
  isolation: isolate;
  max-width: 1500px;
  margin: 80px auto 100px;
  padding: clamp(34px, 5vw, 78px) clamp(16px, 4vw, 64px);
  text-align: center;
}

.team-structural::before {
  content: "";
  position: absolute;
  top: clamp(-102px, -6vw, -52px);
  bottom: clamp(-102px, -6vw, -52px);
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  background: #f5f5f2;
}

.team-structural::after {
  content: "";
  position: absolute;
  top: clamp(-102px, -6vw, -52px);
  bottom: clamp(-102px, -6vw, -52px);
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  opacity: 0.22;
  background-size: auto;
  background-position: center;
  background-image:
    repeating-linear-gradient(20deg, rgba(28, 74, 118, 0.18) 0 1px, transparent 1px 80px),
    repeating-linear-gradient(110deg, rgba(28, 74, 118, 0.18) 0 1px, transparent 1px 80px);
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image:
    linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

@media (max-width: 992px) {
  .team-structural::after {
    display: none;
  }
}

.team-structural-header {
  max-width: 860px;
  margin: 0 auto clamp(22px, 3vw, 40px);
}

.team-structural .cards-underline-structural {
  margin: 0 auto clamp(22px, 3vw, 44px);
}

.team-structural-intro {
  margin: 0;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.7;
  color: #4c4c4c;
}

.team-structural-image-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.team-structural-image {
  width: 100%;
  height: auto;
  border-radius: clamp(14px, 1.6vw, 22px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
  display: block;
}

@media (max-width: 1453px) {
  .team-structural {
    margin: 5.50585vw 8% 6.88231vw;
  }
}

@media (max-width: 1000px) {
  .team-structural {
    margin: 80px 60px 100px;
    padding-inline: 0;
  }
}

@media (max-width: 650px) {
  .team-structural {
    margin: 40px 35px;
    padding-inline: 0;
  }
}

/* ========================= NOTRE DIFFERENCE ========================= */
.notre-difference-structural {
  max-width: 1500px;
  margin: 80px auto 100px;
  padding: clamp(34px, 5vw, 78px) clamp(16px, 4vw, 64px) clamp(40px, 6vw, 96px);
  text-align: center;
}

.notre-difference-controls-structural {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
}

.notre-difference-nav-structural {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}


.notre-difference-ref-btn-structural {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 4px;
  background: #6e9f79;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.notre-difference-ref-btn-structural:hover {
  transform: translateY(-2px);
  filter: brightness(0.95);
}

.notre-difference-structural .cards-underline-structural {
  margin: 0 auto clamp(22px, 3vw, 44px);
}

.notre-difference-row-structural {
  display: flex;
  align-items: stretch;
  gap: clamp(16px, 2.2vw, 26px);
  padding: 10px clamp(10px, 1.6vw, 16px) 28px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-padding-left: clamp(16px, 4vw, 48px);
  scroll-padding-right: clamp(16px, 4vw, 48px);
  scrollbar-width: none;
}

.notre-difference-row-structural::-webkit-scrollbar {
  display: none;
}

.notre-difference-row-structural .card-structural {
  flex: 0 0 calc((100% - (clamp(16px, 2.2vw, 26px) * 2)) / 3);
  scroll-snap-align: start;
}

@media (max-width: 1453px) {
  .notre-difference-structural {
    margin: 5.50585vw 8% 6.88231vw;
  }
}

@media (max-width: 1000px) {
  .notre-difference-structural {
    margin: 80px 60px 100px;
  }
}

@media (max-width: 650px) {
  .notre-difference-structural {
    margin: 40px 35px;
  }
}

@media (max-width: 1200px) {
  .cards-row-structural {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .notre-difference-row-structural .card-structural {
    flex: 0 0 calc((100% - clamp(16px, 2.2vw, 26px)) / 2);
  }

  .notre-difference-row-structural .card-structural:last-child {
    max-width: none;
  }

  .notre-difference-structural .card-structural:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 520px;
  }
}

@media (min-width: 861px) {
  .notre-difference-controls-structural {
    justify-content: flex-start;
    gap: 6px;
  }

  .notre-difference-row-structural {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: clamp(16px, 1.8vw, 24px);
    padding-bottom: clamp(34px, 3vw, 46px);
    padding-left: calc(clamp(16px, 4vw, 64px) + clamp(120px, 14vw, 220px));
    padding-right: clamp(16px, 4vw, 64px);
    scroll-padding-left: calc(clamp(16px, 4vw, 64px) + clamp(120px, 14vw, 220px));
    scroll-padding-right: clamp(16px, 4vw, 64px);
  }

  .notre-difference-row-structural .card-structural {
    flex: 0 0 calc((min(100vw, 1500px) - (clamp(16px, 2.2vw, 26px) * 2)) / 3);
  }

  .notre-difference-controls-structural {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(clamp(16px, 4vw, 64px) + clamp(0px, (100vw - 1500px) / 2, 9999px));
    padding-right: clamp(16px, 4vw, 64px);
  }

  .notre-difference-nav-structural {
    order: 1;
    margin-left: 0;
  }

  .notre-difference-ref-btn-structural {
    order: 2;
  }
}

@media (max-width: 860px) {
  .cards-row-structural {
    grid-template-columns: 1fr;
    gap: clamp(16px, 3.6vw, 28px);
  }

  .notre-difference-structural {
    margin-left: 0;
    margin-right: 0;
    padding-inline: 35px;
  }

  .notre-difference-row-structural {
    display: flex;
    align-items: stretch;
    gap: 20px;
    padding: 0 35px 28px 0;
    margin-left: -35px;
    margin-right: -35px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 35px;
    scroll-padding-right: 35px;
    scrollbar-width: none;
  }

  .notre-difference-row-structural::-webkit-scrollbar {
    display: none;
  }

  .notre-difference-row-structural .card-structural {
    flex: 0 0 calc(100% - 70px);
    min-height: 320px;
    padding: clamp(26px, 5.6vw, 36px) clamp(22px, 5vw, 32px);
    text-align: left;
    align-items: stretch;
    scroll-snap-align: start;
  }

  .notre-difference-row-structural .card-title-structural {
    margin-top: clamp(18px, 4vw, 28px);
    text-align: center;
  }

  .card-structural {
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  }

  .card-text-structural {
    text-align: left;
  }

  .notre-difference-row-structural .card-text-structural {
    text-align: justify;
  }

  .notre-difference-structural .card-structural:last-child {
    grid-column: auto;
    justify-self: stretch;
    max-width: none;
  }

  .notre-difference-row-structural .card-structural:first-child {
    margin-left: 35px;
    scroll-margin-left: 35px;
  }

  .notre-difference-row-structural .card-structural:last-child {
    margin-right: 0;
    scroll-snap-align: end;
    scroll-margin-right: 0;
  }
}

.qs-section--alt {
  background: #f4f3ef;
}

.qs-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

.qs-header {
  margin-bottom: clamp(20px, 3vw, 36px);
  text-align: left;
}

.qs-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #8c8c8c;
}

.qs-title {
  margin: 0;
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
}

.qs-text {
  max-width: 980px;
  font-size: 1rem;
  line-height: 1.8;
  color: #3c3c3c;
}

.qs-text p + p {
  margin-top: 18px;
}


.qs-timeline {
  display: grid;
  gap: 20px;
  position: relative;
}

.qs-timeline-line {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: #cfcfcf;
}

.qs-timeline-item {
  position: relative;
  max-width: 680px;
  padding-left: 28px;
  display: grid;
  gap: 6px;
}

.qs-timeline-dot {
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #111;
}

.qs-timeline-dot.is-active {
  background: #6e9f79;
  box-shadow: 0 0 0 6px rgba(110, 159, 121, 0.18);
}

.qs-timeline-year {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b6b6b;
}

.qs-timeline-item p {
  margin: 0;
  color: #3f3f3f;
}


.qs-cards {
  display: grid;
  gap: clamp(16px, 3vw, 28px);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.qs-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

.qs-card-badge {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #f0c55b;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.qs-card h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #111;
}

.qs-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #4f4f4f;
}


.qs-lead {
  max-width: 920px;
  margin: 0 0 clamp(20px, 3vw, 34px);
  font-size: 1rem;
  line-height: 1.7;
  color: #3d3d3d;
}

.qs-videos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(18px, 3vw, 30px);
}

.qs-video {
  display: grid;
  gap: 10px;
}

.qs-video-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  background: #1f1f1f;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}

.qs-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.qs-video-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #111;
}

@media (max-width: 800px) {
  .qs-header {
    text-align: center;
  }

  .qs-timeline-line {
    display: none;
  }
}
