/* #region PAGE QUI SOMMES-NOUS */
.about-page {
  padding-top: 128px;
  background: #fff;
  --about-text-max: 980px;
}


.about-page,
.about-intro,
.about-partner,
.about-expertise,
.about-references,
.about-quality,
.about-ecology {
  overflow-x: clip;
}

.about-page section {
  position: relative;
  padding: 118px 0;
}

.about-intro .container,
.about-page > section > .container {
  width: min(calc(100% - 56px), var(--about-content-max));
  margin-right: auto;
  margin-left: auto;
}

.content-narrow {
  width: 100%;
  max-width: var(--about-content-max);
  margin: 0;
}

.about-intro .container {
  overflow: visible;
}

/* TYPOGRAPHIE */

.about-page h2 {
  position: relative;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.95rem, 2.45vw, 2.7rem);
  line-height: 1.08;
  font-weight: 800;
  color: #1f2430;
  margin: 0 0 26px;
  letter-spacing: 0;
  text-align: left;
  text-wrap: balance;
}

.about-page h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--blue-strong));
  box-shadow: 0 8px 18px rgba(74, 151, 223, 0.18);
}

.about-page h2 span {
  color: var(--blue-strong);
}

.about-page .green-text {
  color: var(--green-strong);
}

.about-page p,
.about-page li {
  font-family: "Poppins", sans-serif;
  font-size: 1.03rem;
  line-height: 1.82;
  color: #2d3238;
  text-align: left;
}

.about-page p {
  max-width: var(--about-text-max);
  margin: 0;
}

.about-page p + p {
  margin-top: 18px;
}

.about-page strong {
  color: #1f2430;
  font-weight: 700;
}

/* INTRO */

.about-block-intro {
  display: block;
}

.about-block-text {
  min-width: 0;
  max-width: var(--about-text-max);
}

.about-block-text h2 {
  margin-bottom: 22px;
  white-space: normal;
}

.about-block-text p {
  max-width: var(--about-text-max);
}

.about-block-media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.about-block-media img {
  width: 100%;
  max-width: 320px;
  height: 340px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow:
    0 24px 54px rgba(16, 24, 32, 0.16),
    0 8px 18px rgba(16, 24, 32, 0.08);
  transition:
    transform 0.4s var(--ease-smooth),
    box-shadow 0.35s ease,
    filter 0.35s ease;
}

.about-block-media img:hover {
  transform: translateY(-5px) scale(1.015);
  filter: saturate(1.03);
  box-shadow:
    0 30px 64px rgba(16, 24, 32, 0.19),
    0 12px 24px rgba(16, 24, 32, 0.10);
}

/* BLOCS TEXTE */

.about-partner .content-narrow,
.about-expertise .content-narrow,
.about-quality .content-narrow,
.about-ecology .content-narrow,
.about-references .content-narrow {
  max-width: var(--about-content-max);
}

.about-partner h2,
.about-expertise h2,
.about-references h2,
.about-quality h2,
.about-ecology h2 {
  margin-bottom: 26px;
}

.about-partner p,
.about-expertise p,
.about-quality p,
.about-ecology p,
.about-references p {
  max-width: var(--about-text-max);
}

/* LISTES */

.about-list {
  margin: 30px 0 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  max-width: var(--about-text-max);
}

.about-list li {
  position: relative;
  margin: 0;
  padding-left: 30px;
  transition: transform 0.24s var(--ease-smooth), color 0.24s ease;
}

.about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-strong), var(--blue));
  box-shadow: 0 0 0 5px rgba(117, 184, 234, 0.14);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.about-list li:hover {
  transform: translateX(4px);
  color: #18212b;
}

.about-list li:hover::before {
  transform: scale(1.18);
  box-shadow: 0 0 0 7px rgba(117, 184, 234, 0.18);
}

/* EXPERTISE */

.about-expertise-grid {
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(360px, 1fr);
  gap: clamp(54px, 6vw, 72px);
  align-items: center;
  justify-content: space-between;
}

.about-expertise-copy {
  order: 1;
  min-width: 0;
  width: 100%;
  max-width: var(--about-text-max);
  justify-self: start;
}

.about-expertise-copy h2 {
  font-size: clamp(2rem, 2.45vw, 2.75rem);
  line-height: 1.04;
  font-weight: 800;
  margin-bottom: 28px;
  letter-spacing: 0;
  white-space: normal;
}

.about-expertise-copy h2 span {
  color: var(--blue-strong);
}

.about-expertise-copy p {
  max-width: var(--about-text-max);
  font-size: 1.03rem;
  line-height: 1.84;
  color: #2d3238;
}

.about-expertise-media {
  order: 2;
  position: relative;
  padding: 0 0 44px;
  width: 100%;
  max-width: 520px;
  justify-self: end;
}

.about-expertise-media::before {
  display: none;
}

.about-expertise-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 520px;
  max-height: 620px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow:
    0 26px 58px rgba(16, 24, 32, 0.17),
    0 10px 22px rgba(16, 24, 32, 0.09);
  transition:
    transform 0.45s var(--ease-smooth),
    box-shadow 0.3s ease,
    filter 0.3s ease;
}

.about-expertise-media:hover img {
  transform: translateY(-5px) scale(1.01);
  box-shadow:
    0 32px 68px rgba(16, 24, 32, 0.20),
    0 12px 26px rgba(16, 24, 32, 0.11);
  filter: saturate(1.04);
}

/* CARTE OVERLAY */

.about-expertise-overlay-card {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: min(88%, 420px);
  padding: 24px 24px 22px;
  border-radius: 26px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(74, 151, 223, 0.96), rgba(117, 184, 234, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    0 24px 52px rgba(74, 151, 223, 0.30),
    0 12px 24px rgba(16, 24, 32, 0.15);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.about-expertise-overlay-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.03) 52%, rgba(255, 255, 255, 0.09));
  pointer-events: none;
}

.overlay-glow {
  position: absolute;
  top: -60px;
  right: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.24), transparent 68%);
  pointer-events: none;
}

.about-expertise-overlay-card .overlay-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.overlay-icon-wrap {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.about-expertise-overlay-card .icon {
  width: 24px;
  height: 24px;
  color: #fff;
}

.overlay-title-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.overlay-kicker {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.about-expertise-overlay-card h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

.about-expertise-overlay-card p {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.93);
}

.about-expertise-overlay-card strong {
  color: #ffffff;
}

/* BADGES LOGICIELS */

.software-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
  max-width: 620px;
}

.software-badges .badge {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 108px;
  padding: 22px 24px 20px;
  border-radius: 16px;
  display: grid;
  align-content: center;
  gap: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 254, 0.94));
  border: 1px solid rgba(181, 213, 237, 0.78);
  box-shadow:
    0 12px 28px rgba(16, 24, 32, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transition: none !important;
  transform: none !important;
  will-change: auto !important;
}

.software-badges .badge:first-child {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 254, 0.94));
}

.software-badges .badge:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 254, 0.94));
  border-color: rgba(181, 213, 237, 0.78);
}

.software-badges .badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--blue-strong));
  transform: none;
  transition: none;
}

.software-badges .badge::after {
  content: none;
}

.software-badges .badge:nth-child(2)::before {
  background: linear-gradient(90deg, var(--blue), var(--blue-strong));
}

.software-badges .badge:hover,
.software-badges .badge:active {
  transform: none !important;
  border-color: rgba(117, 184, 234, 0.56);
  box-shadow:
    0 12px 28px rgba(16, 24, 32, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.software-badges .badge:hover::before,
.software-badges .badge:active::before {
  transform: none;
}

.software-badges .badge strong {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding-right: 0;
  font-family: "Sora", sans-serif;
  color: #1f2430;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 0;
}

.software-badges .badge strong::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--blue-strong);
  box-shadow: 0 0 0 5px rgba(117, 184, 234, 0.14);
  flex: 0 0 auto;
}

.software-badges .badge:nth-child(2) strong::before {
  border-color: var(--blue-strong);
  box-shadow: 0 0 0 5px rgba(117, 184, 234, 0.14);
}

.software-badges .badge span {
  position: relative;
  z-index: 1;
  display: block;
  margin-left: 19px;
  font-size: 0.76rem;
  line-height: 1.35;
  color: #6e7a86;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

/* TIMELINE / RÉFÉRENCES */

.timeline {
  position: relative;
  margin-top: 58px;
  padding-left: 0;
  display: grid;
  gap: 42px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 18px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(180deg, #d5e3ec 0%, #bfcfda 100%);
  opacity: 1;
}

.timeline-item {
  position: relative;
  padding-left: 92px;
  transition: transform 0.24s ease;
}

.timeline-item:hover {
  transform: translateX(4px);
}

.timeline-dot {
  position: absolute;
  left: 34px;
  top: 10px;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(180deg, #eaf4fa 0%, #dcebf4 100%);
  border: 2px solid #bfd5e0;
  box-shadow:
    0 0 0 7px rgba(117, 184, 234, 0.10),
    0 4px 10px rgba(0, 0, 0, 0.06);
  z-index: 2;
  transition: transform 0.28s var(--ease-smooth), border-color 0.28s ease, box-shadow 0.28s ease;
}

.timeline-item:hover .timeline-dot {
  transform: translateX(-50%) scale(1.12);
  border-color: var(--blue-strong);
  box-shadow:
    0 0 0 9px rgba(117, 184, 234, 0.16),
    0 8px 18px rgba(74, 151, 223, 0.16);
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 20px;
  width: 34px;
  height: 2px;
  background: #c6d6e1;
}

.timeline-content {
  padding: 28px 30px 24px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(250, 253, 255, 0.76));
  border: 1px solid #dde8ef;
  box-shadow:
    0 14px 32px rgba(16, 24, 32, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  text-align: left;
  transition:
    transform 0.28s var(--ease-smooth),
    box-shadow 0.28s var(--ease-smooth),
    border-color 0.28s ease;
}

.timeline-content:hover {
  transform: translateY(-3px);
  border-color: rgba(117, 184, 234, 0.46);
  box-shadow:
    0 18px 38px rgba(16, 24, 32, 0.08),
    0 8px 18px rgba(74, 151, 223, 0.06);
}

.timeline-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  column-gap: 24px;
  margin-bottom: 16px;
}

.timeline-head h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.35rem, 1.8vw, 1.7rem);
  font-weight: 800;
  color: #162033;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: left;
}

.timeline-head p {
  margin: 0;
  max-width: none;
  font-size: 1rem;
  color: #3e4b57;
  white-space: nowrap;
  padding-top: 2px;
  text-align: right;
}

.timeline-body p {
  margin: 0 0 8px;
  max-width: none;
  line-height: 1.65;
  text-align: left;
}

.timeline-body p:last-child {
  margin-bottom: 0;
}

.timeline-body p strong {
  font-weight: 700;
  color: #1f2430;
}

/* CERTIFICATIONS */

.certification-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  margin-top: 46px;
  flex-wrap: wrap;
}

.certification-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 116px;
  padding: 16px 22px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 251, 253, 0.72));
  border: 1px solid rgba(214, 226, 237, 0.76);
  box-shadow: 0 12px 28px rgba(16, 24, 32, 0.045);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.certification-item:hover {
  transform: translateY(-5px);
  border-color: rgba(117, 184, 234, 0.48);
  box-shadow: 0 18px 36px rgba(16, 24, 32, 0.08);
}

.certification-item img {
  width: auto;
  height: 96px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.certification-item:hover img {
  transform: scale(1.035);
}

/* ÉCOLOGIE */

.about-ecology {
  position: relative;
}

.about-ecology h2 span {
  color: var(--green-strong);
}

.about-ecology h2::after {
  background: linear-gradient(90deg, var(--green), var(--green-strong));
  box-shadow: 0 8px 18px rgba(47, 159, 104, 0.18);
}

.eco-list {
  display: grid;
  gap: 24px;
  margin-top: 36px;
  max-width: 980px;
}

.eco-item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  padding: 18px 22px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 253, 248, 0.82));
  border: 1px solid rgba(160, 214, 178, 0.58);
  box-shadow:
    0 12px 28px rgba(16, 24, 32, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transition:
    transform 0.26s var(--ease-smooth),
    box-shadow 0.26s var(--ease-smooth),
    border-color 0.26s ease;
}

.eco-item p {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  line-height: 1.5;
  display: block;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.eco-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--green-strong), var(--green));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.eco-item:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 159, 104, 0.42);
  box-shadow:
    0 16px 34px rgba(16, 24, 32, 0.07),
    0 8px 18px rgba(47, 159, 104, 0.08);
}

.eco-item:hover::before {
  opacity: 1;
}

.eco-icon {
  width: 38px;
  min-width: 38px;
  height: 38px;
  border-radius: 14px;
  background: rgba(47, 159, 104, 0.11);
  border: 1px solid rgba(47, 159, 104, 0.18);
  color: var(--green-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  line-height: 1;
  margin-top: 2px;
  transition: transform 0.25s var(--ease-smooth), background-color 0.25s ease;
}

.eco-item:hover .eco-icon {
  transform: scale(1.06);
  background: rgba(47, 159, 104, 0.16);
}

.eco-item p {
  margin: 0;
  max-width: none;
  line-height: 1.62;
}

.green-text {
  margin-left: 4px;
  margin-right: 4px;
}
/* #endregion */
