@font-face {
  font-family: "Coolvetica";
  src: url("assets/fonts/Coolvetica-Rg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("assets/fonts/HelveticaNeueLTStd-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("assets/fonts/HelveticaNeueLTStd-Md.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("assets/fonts/HelveticaNeueLTStd-Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("assets/fonts/HelveticaNeueLTStd-Hv.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --wms-black: #000000;
  --wms-ink: #080808;
  --wms-charcoal: #191b1c;
  --wms-charcoal-soft: #202324;
  --wms-yellow: #f7b000;
  --wms-yellow-dark: #f7b000;
  --wms-white: #ffffff;
  --wms-light: #f3f3f3;
  --wms-panel: #efefef;
  --wms-muted: #a9a9a9;
  --container: 1120px;
  --font-body: "Helvetica Neue LT Std", Arial, Helvetica, sans-serif;
  --font-display: "Coolvetica", "Helvetica Neue LT Std", Arial, Helvetica, sans-serif;
  --hero-image: url("assets/hero-warehouse.jpg");
  --about-image: url("assets/about-export.png");
  --news-image: url("assets/actualite-export.png");
  --cta-image: url("assets/cta-support.jpg");
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  color: var(--wms-ink);
  background: var(--wms-white);
  font-family: var(--font-body);
  font-synthesis: none;
  font-kerning: normal;
  text-rendering: geometricPrecision;
  letter-spacing: 0;
}

body.modal-open {
  overflow: hidden;
}

html.coming-soon-active,
body.coming-soon-active {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: var(--wms-black);
}

.coming-soon-page {
  position: relative;
  display: none;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  background: var(--wms-black);
  color: var(--wms-white);
}

.coming-soon-page__image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.76) 44%, rgba(0, 0, 0, 0.48) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.76) 100%),
    var(--hero-image);
  background-position: center;
  background-size: cover;
  filter: saturate(0.92) contrast(1.05);
}

.coming-soon-page__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100vh;
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.coming-soon-page img {
  width: 230px;
  max-width: 62vw;
  margin-bottom: clamp(54px, 8vh, 92px);
}

.coming-soon-page h1 {
  max-width: 760px;
  margin: 0;
  color: var(--wms-yellow);
  font-family: var(--font-display);
  font-size: clamp(54px, 8.4vw, 118px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0;
}

.coming-soon-page p {
  max-width: 760px;
  margin: 32px 0 44px;
  color: var(--wms-white);
  font-size: clamp(22px, 2.2vw, 35px);
  line-height: 1.18;
  font-weight: 700;
}

.coming-soon-active .coming-soon-page {
  display: block;
}

.coming-soon-active .site-header,
.coming-soon-active .site-main,
.coming-soon-active .site-footer {
  display: none;
}

button,
input {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

mark {
  color: var(--wms-yellow);
  background: transparent;
}

section {
  scroll-margin-top: 92px;
}

.section-container {
  width: min(var(--container), calc(100% - 56px));
  margin: 0 auto;
}

.section-title {
  margin: 0 0 68px;
  color: var(--wms-black);
  font-family: var(--font-display);
  font-size: 54px;
  font-weight: 400;
  line-height: 0.95;
  text-align: center;
}

.section-title--light {
  color: var(--wms-white);
}

.section-title--accent {
  color: var(--wms-yellow);
}

.section--dark {
  color: var(--wms-white);
  background: var(--wms-black);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 31px;
  border: 1px solid var(--wms-yellow);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:focus-visible,
.main-nav a:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid var(--wms-white);
  outline-offset: 4px;
}

.button--outline {
  color: var(--wms-white);
  background: transparent;
}

.button--outline:hover {
  color: var(--wms-black);
  background: var(--wms-yellow);
}

.button--solid {
  color: var(--wms-black);
  background: var(--wms-yellow);
}

.button--solid:hover {
  background: var(--wms-yellow-dark);
  border-color: var(--wms-yellow-dark);
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.24) 72%, rgba(0, 0, 0, 0));
  transition:
    background-color 180ms ease,
    backdrop-filter 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.74)),
    rgba(0, 0, 0, 0.74);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1800px, calc(100% - 104px));
  min-height: 96px;
  margin: 0 auto;
  gap: 30px;
}

.site-header__logo {
  flex: 0 0 auto;
}

.site-header__logo img {
  width: 184px;
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  gap: 0;
  color: var(--wms-white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.main-nav a {
  opacity: 0.92;
}

.main-nav a:not(.main-nav__contact) {
  margin-left: 38px;
}

.main-nav a:first-child {
  margin-left: 0;
}

.main-nav a:hover {
  color: var(--wms-yellow);
  opacity: 1;
}

.main-nav__contact {
  min-width: 112px;
  margin-left: 54px;
  padding: 14px 24px;
  border: 1px solid var(--wms-yellow);
  text-align: center;
  font-weight: 900;
}

.nav-toggle {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.nav-toggle__button {
  display: none;
}

.hero-section {
  position: relative;
  min-height: 840px;
  overflow: hidden;
}

.hero-section__image {
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 52% center;
}

.hero-section__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.92) 18%, rgba(0, 0, 0, 0.48) 39%, rgba(0, 0, 0, 0.08) 66%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.02) 45%, rgba(0, 0, 0, 0.58) 100%);
  pointer-events: none;
}

.hero-section__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.hero-section__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: min(var(--container), calc(100% - 56px));
  min-height: 840px;
  margin: 0 auto;
  padding: 130px 0 96px;
}

.hero-section__content {
  max-width: 560px;
}

.hero-title {
  margin: 0 0 48px;
  font-family: var(--font-display);
  font-size: 76px;
  font-weight: 400;
  line-height: 0.88;
}

.hero-title span {
  display: block;
}

.hero-title span:nth-child(2) {
  color: #9c9c9c;
}

.hero-title span:nth-child(3) {
  color: var(--wms-yellow);
}

.hero-lead {
  max-width: 545px;
  margin: 0 0 44px;
  color: var(--wms-white);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.18;
}

.hero-dots {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 54px;
  display: flex;
  gap: 14px;
  transform: translateX(-50%);
}

.hero-dots span {
  width: 9px;
  height: 9px;
  background: var(--wms-white);
}

.hero-dots .is-active {
  background: var(--wms-yellow);
}

.about-section {
  min-height: 880px;
  padding: 90px 0 70px;
  background: var(--wms-white);
}

.about-section .section-container {
  width: min(var(--container), calc(100% - 56px));
  margin: 0 auto;
}

.about-section .section-title {
  margin-bottom: 76px;
}

.about-card {
  position: relative;
  overflow: hidden;
  height: 397px;
  background: var(--about-image) center center / 100% 100% no-repeat var(--wms-panel);
}

.about-card::before {
  display: none;
}

.about-card::after {
  display: none;
}

.about-card__copy {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 68.8%;
  padding: 39px 44px 34px;
}

.about-card__copy p {
  margin: 0 0 25px;
  font-size: 16.8px;
  font-weight: 400;
  line-height: 1.02;
}

.about-card__copy p:last-child {
  margin-bottom: 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 8px;
}

.about-section .stats-grid {
  margin-top: 8px;
}

.stat-item {
  display: flex;
  min-height: 141px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--wms-black);
  background: var(--wms-yellow);
  text-align: center;
}

.stat-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 62px;
  font-weight: 400;
  line-height: 0.9;
}

.stat-item span {
  display: block;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 500;
}

.news-section {
  position: relative;
  overflow: hidden;
  height: 985px;
  padding: 94px 0 0;
  background: var(--news-image) center bottom / 100% auto no-repeat var(--wms-light);
}

.news-section::after {
  display: none;
}

.news-section__content {
  position: relative;
  z-index: 1;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 68px;
}

.news-card {
  min-width: 0;
}

.news-card__category {
  margin: 0 0 26px;
  color: var(--wms-yellow);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.news-card h3 {
  margin: 0 0 26px;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.05;
}

.news-card p:not(.news-card__category) {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.08;
}

.news-card time {
  font-size: 12px;
  font-weight: 900;
}

.news-section__button {
  margin-top: 82px;
  min-width: 300px;
}

.expertise-section {
  min-height: 770px;
  padding: 88px 0 84px;
  background: var(--wms-black);
}

.expertise-section .section-container {
  width: min(100% - 96px, 1120px);
}

.expertise-section .section-title {
  margin-bottom: 68px;
  color: var(--wms-white);
  font-size: 54px;
  line-height: 0.95;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 74px;
  align-items: start;
}

.expertise-card {
  cursor: default;
  color: var(--wms-white);
}

.expertise-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 710 / 491;
  object-fit: contain;
  object-position: center center;
  display: block;
  margin-bottom: 18px;
  background: var(--wms-black);
}

.expertise-card h3 {
  margin: 0 0 22px;
  color: var(--wms-yellow);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.expertise-card p {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.12;
}

.expertise-card p mark {
  color: var(--wms-yellow);
  background: transparent;
}

.expertise-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 1.24;
}

.expertise-card li {
  position: relative;
  margin: 0 0 13px;
  padding-left: 15px;
}

.expertise-card li::before {
  content: "";
  position: absolute;
  top: 0.38em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--wms-yellow);
}

.expertise-card a {
  display: none;
}

.expertise-card h3 a {
  display: inline;
  color: inherit;
}

.expertise-card[data-integration-detail-card],
.expertise-card[data-integration-page-card] {
  cursor: pointer;
}

.expertise-card[data-integration-detail-card]:focus-visible,
.expertise-card[data-integration-page-card]:focus-visible {
  outline: 2px solid var(--wms-yellow);
  outline-offset: 8px;
}

.integration-page-main {
  overflow: hidden;
  background: var(--wms-black);
}

.integration-page-visual {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--wms-black);
  scroll-margin-top: 96px;
}

.integration-page-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.integration-page-visual--hero {
  aspect-ratio: 2880 / 1480;
}

.integration-page-visual--grid {
  aspect-ratio: 2880 / 1490;
  background: var(--wms-white);
}

.integration-page-visual--hero > img,
.integration-page-visual--grid > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.integration-page__sr-only {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.integration-page-hotspots {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.integration-page-hotspot {
  position: absolute;
  z-index: 3;
  display: block;
  overflow: hidden;
  color: transparent;
  text-indent: -9999px;
  -webkit-tap-highlight-color: transparent;
}

.integration-page-hotspot:focus-visible,
.integration-page-cta-link:focus-visible {
  outline: 2px solid var(--wms-yellow);
  outline-offset: 4px;
}

.integration-page-hotspot--wms {
  left: 11.3%;
  top: 70.5%;
  width: 11.8%;
  height: 20%;
}

.integration-page-hotspot--erp {
  left: 25.1%;
  top: 70.5%;
  width: 12.4%;
  height: 20%;
}

.integration-page-hotspot--interfaces {
  left: 39.5%;
  top: 70.5%;
  width: 13.2%;
  height: 20%;
}

.integration-page-hotspot--indicators {
  left: 54.5%;
  top: 70.5%;
  width: 12.4%;
  height: 20%;
}

.integration-page-hotspot--testing {
  left: 69.1%;
  top: 70.5%;
  width: 12.6%;
  height: 20%;
}

.integration-page-hotspot--pilotage {
  left: 83.2%;
  top: 70.5%;
  width: 11.4%;
  height: 20%;
}

.integration-page-anchor {
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  scroll-margin-top: 96px;
}

#testing-validation-it {
  top: 0;
}

#pilotage-projet-it {
  top: 50%;
}

.integration-page-cta-link {
  position: absolute;
  z-index: 3;
  left: 11.2%;
  top: 55.5%;
  width: 16.8%;
  height: 9.4%;
  display: block;
  -webkit-tap-highlight-color: transparent;
}

.integration-dynamic-section {
  position: relative;
  width: 100%;
  max-width: 1440px;
  aspect-ratio: 2880 / 1363;
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
  color: var(--wms-black);
  background: var(--wms-white);
  scroll-margin-top: 96px;
}

.integration-dynamic-section__frame {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.integration-dynamic-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.integration-dynamic-section--light::before {
  display: none;
}

.integration-dynamic-section--dark {
  color: var(--wms-white);
  background: var(--wms-black);
}

.integration-dynamic-section--dark::before {
  display: none;
}

.integration-dynamic-section::after {
  display: none;
}

.integration-dynamic-section--wms {
  background: var(--wms-white);
}

.integration-dynamic-section--erp {
  aspect-ratio: 2880 / 1362;
  background: var(--wms-white);
}

.integration-dynamic-section--interfaces {
  background: var(--wms-black);
}

.integration-dynamic-section__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  padding: clamp(72px, 6.2vw, 100px) 11.45% clamp(56px, 4.8vw, 72px);
  opacity: 0;
}

.integration-dynamic-section__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.integration-dynamic-section--light .integration-dynamic-section__inner::before {
  display: none;
}

.integration-dynamic-section--dark .integration-dynamic-section__inner::before {
  display: none;
}

.integration-dynamic-section h2 {
  margin: 0 0 clamp(46px, 4.15vw, 62px);
  font-size: clamp(44px, 4.55vw, 68px);
  font-weight: 900;
  line-height: 0.98;
  text-align: center;
  letter-spacing: 0;
}

.integration-dynamic-section__grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.94fr) minmax(520px, 1fr);
  gap: clamp(48px, 5.1vw, 74px);
  align-items: start;
}

.integration-dynamic-section__content > p {
  max-width: 560px;
  margin: 0 0 clamp(38px, 3.65vw, 52px);
  font-size: clamp(15.5px, 1.32vw, 20px);
  font-weight: 400;
  line-height: 1.2;
}

.integration-dynamic-section--dark .integration-dynamic-section__content > p {
  color: rgba(255, 255, 255, 0.96);
}

.integration-dynamic-tabs {
  display: grid;
  gap: clamp(16px, 1.55vw, 23px);
}

.integration-dynamic-tabs button {
  position: relative;
  border: 0;
  padding: 0 0 0 18px;
  color: currentColor;
  background: transparent;
  font: inherit;
  font-size: clamp(17px, 1.46vw, 22px);
  font-weight: 700;
  line-height: 1.12;
  text-align: left;
  cursor: pointer;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.integration-dynamic-tabs button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.34em;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid var(--wms-yellow);
}

.integration-dynamic-tabs button:hover,
.integration-dynamic-tabs button:focus-visible,
.integration-dynamic-tabs button.is-active {
  color: var(--wms-yellow);
  outline: none;
}

.integration-dynamic-tabs button.is-active {
  transform: translateX(1px);
}

.integration-dynamic-card {
  min-height: clamp(300px, 22.3vw, 360px);
  margin-top: 1px;
  padding: clamp(38px, 3.38vw, 50px) clamp(42px, 3.72vw, 56px) clamp(34px, 3.05vw, 46px);
  background: #f7b000;
  color: var(--wms-black);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.08);
  backdrop-filter: none;
}

.integration-dynamic-card__copy {
  min-height: 96px;
}

.integration-dynamic-card__copy p {
  max-width: 590px;
  margin: 0 0 18px;
  font-size: clamp(15.5px, 1.34vw, 20.5px);
  font-weight: 400;
  line-height: 1.16;
}

.integration-dynamic-card__copy p:last-child {
  margin-bottom: 0;
}

.integration-dynamic-card__copy strong {
  font-weight: 700;
}

.integration-dynamic-icons {
  display: block;
  margin-top: clamp(30px, 3.15vw, 46px);
}

.integration-dynamic-icons--strip {
  display: block;
}

.integration-dynamic-icon-strip {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  mix-blend-mode: normal;
}

.integration-dynamic-icon {
  display: flex;
  min-width: 0;
  justify-content: center;
}

.integration-dynamic-icon svg {
  width: clamp(52px, 4.7vw, 74px);
  height: clamp(52px, 4.7vw, 74px);
  stroke: currentColor;
  stroke-width: 3.05;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.integration-dynamic-icon svg * {
  vector-effect: non-scaling-stroke;
}

.integration-dynamic-connector {
  display: block;
  height: 0;
  border-top: 2px dotted rgba(0, 0, 0, 0.82);
}

.integration-detail {
  position: relative;
  display: none;
  width: 100%;
  margin: clamp(58px, 6vw, 86px) 0 0;
  padding: 0 0 clamp(52px, 6vw, 86px);
  background: var(--wms-black);
  color: var(--wms-white);
  border-top: 1px solid rgba(247, 176, 0, 0.34);
}

.integration-detail[hidden] {
  display: none !important;
}

.integration-detail.is-open,
.integration-detail:target {
  display: block;
  animation: integrationReveal 420ms ease both;
}

.expertise-section.is-integration-open {
  padding-bottom: 0;
}

@keyframes integrationReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.integration-detail__sr-only {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.integration-detail__toolbar {
  position: sticky;
  top: 0;
  z-index: 4;
  width: min(100% - 96px, 1440px);
  margin: 0 auto;
  padding: 30px 0 18px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.58) 72%, rgba(0, 0, 0, 0));
}

.integration-detail__back {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid rgba(247, 176, 0, 0.72);
  padding: 0 18px;
  background: transparent;
  color: var(--wms-yellow);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.integration-detail__back:hover,
.integration-detail__back:focus-visible {
  background: rgba(247, 176, 0, 0.12);
  color: var(--wms-yellow);
  transform: translateY(-1px);
  outline: none;
}

.integration-detail-panel {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--wms-black);
}

.integration-detail-panel img {
  width: 100%;
  height: auto;
  display: block;
}

.integration-service-panel[hidden] {
  display: none !important;
}

.integration-service-panel {
  margin-top: 0;
}

.integration-detail-hotspot {
  position: absolute;
  z-index: 2;
  display: block;
  overflow: hidden;
  color: transparent;
  text-indent: -9999px;
  -webkit-tap-highlight-color: transparent;
}

.integration-detail-hotspot::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 7%;
  height: 3px;
  background: var(--wms-yellow);
  opacity: 0;
  transition: opacity 180ms ease;
}

.integration-detail-hotspot.is-active {
  opacity: 0.9;
}

.integration-detail-hotspot.is-active::after {
  opacity: 0.9;
}

.integration-detail-hotspot:focus-visible {
  outline: 2px solid var(--wms-yellow);
  outline-offset: 3px;
}

.integration-detail-hotspot--wms {
  left: 11.3%;
  top: 70.5%;
  width: 11.8%;
  height: 20%;
}

.integration-detail-hotspot--erp {
  left: 25.1%;
  top: 70.5%;
  width: 12.4%;
  height: 20%;
}

.integration-detail-hotspot--interfaces {
  left: 39.5%;
  top: 70.5%;
  width: 13.2%;
  height: 20%;
}

.integration-detail-hotspot--indicators {
  left: 54.5%;
  top: 70.5%;
  width: 12.4%;
  height: 20%;
}

.integration-detail-hotspot--testing {
  left: 69.1%;
  top: 70.5%;
  width: 12.6%;
  height: 20%;
}

.integration-detail-hotspot--pilotage {
  left: 83.2%;
  top: 70.5%;
  width: 11.4%;
  height: 20%;
}

.integration-wms-process {
  min-height: min(700px, 48.7vw);
  padding: clamp(58px, 6vw, 92px) clamp(42px, 7.5vw, 164px) clamp(48px, 6vw, 86px);
  color: var(--wms-black);
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 63%, rgba(255, 255, 255, 0.94) 75%, rgba(255, 255, 255, 0.46) 100%),
    var(--integration-process-bg) var(--integration-process-position, right center) / auto 100% no-repeat;
  animation: integrationPanelIn 340ms ease both;
}

.integration-wms-process--dark {
  color: var(--wms-white);
  background:
    linear-gradient(90deg, #000000 0%, #000000 54%, rgba(0, 0, 0, 0.9) 72%, rgba(0, 0, 0, 0.5) 100%),
    var(--integration-process-bg) var(--integration-process-position, right center) / auto 100% no-repeat;
}

.integration-wms-process h4 {
  margin: 0 0 clamp(38px, 4.2vw, 60px);
  font-size: clamp(42px, 4.8vw, 72px);
  font-weight: 900;
  line-height: 0.95;
  text-align: center;
}

.integration-wms-process--dark h4 {
  color: var(--wms-white);
}

.integration-wms-process--pilotage-projet-it h4,
.integration-wms-process--dev-indicateurs h4 {
  color: var(--wms-yellow);
}

.integration-wms-process__layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1fr);
  gap: clamp(42px, 7vw, 118px);
  align-items: start;
}

.integration-wms-process__left > p {
  max-width: 560px;
  margin: 0 0 42px;
  font-size: clamp(17px, 1.36vw, 23px);
  font-weight: 400;
  line-height: 1.12;
}

.integration-wms-process--dark .integration-wms-process__left > p {
  color: rgba(255, 255, 255, 0.94);
}

.integration-wms-process__steps {
  display: grid;
  gap: 17px;
}

.integration-wms-process__steps button {
  position: relative;
  border: 0;
  padding: 0 0 0 22px;
  color: var(--wms-black);
  background: transparent;
  font-family: var(--font-body);
  font-size: clamp(18px, 1.58vw, 26px);
  font-weight: 900;
  line-height: 1.08;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.integration-wms-process--dark .integration-wms-process__steps button {
  color: var(--wms-white);
}

.integration-wms-process__steps button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.36em;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid var(--wms-yellow);
}

.integration-wms-process__steps button:hover,
.integration-wms-process__steps button:focus-visible,
.integration-wms-process__steps button.is-active {
  color: var(--wms-yellow);
  outline: none;
}

.integration-wms-process__steps button.is-active {
  transform: translateX(1px);
}

.integration-wms-process__card {
  min-height: clamp(300px, 23.5vw, 385px);
  padding: clamp(30px, 4vw, 50px) clamp(32px, 4.8vw, 62px);
  background: #f7b000;
  color: var(--wms-black);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.08);
}

.integration-wms-process__card > p:first-child {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.integration-wms-process__card h5 {
  margin: 0 0 24px;
  font-size: clamp(23px, 2vw, 34px);
  font-weight: 900;
  line-height: 0.98;
}

.integration-wms-process__card p {
  margin: 0 0 24px;
  font-size: clamp(16px, 1.35vw, 22px);
  font-weight: 500;
  line-height: 1.15;
}

.integration-wms-process__card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 900;
  line-height: 1.15;
}

.integration-wms-process__card li {
  position: relative;
  padding-left: 18px;
}

.integration-wms-process__card li::before {
  content: "";
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--wms-black);
}

.integration-wms-process__flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

.integration-wms-process__flow span {
  position: relative;
  display: block;
  aspect-ratio: 1;
  border: 4px solid rgba(0, 0, 0, 0.9);
}

.integration-wms-process__flow span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  width: 24px;
  border-top: 3px dotted rgba(0, 0, 0, 0.86);
}

.integration-wms-process__flow span:last-child::after {
  display: none;
}

.integration-wms-process__flow span:nth-child(1) {
  border-radius: 50%;
}

.integration-wms-process__flow span:nth-child(2) {
  transform: rotate(45deg);
}

.integration-wms-process__flow span:nth-child(3)::before,
.integration-wms-process__flow span:nth-child(4)::before {
  content: "";
  position: absolute;
  inset: 26%;
  border: 4px solid rgba(0, 0, 0, 0.9);
  border-top: 0;
  border-left: 0;
}

@keyframes integrationPanelIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.partners-section {
  min-height: 690px;
  overflow: hidden;
  padding: 95px 0 92px;
  background:
    radial-gradient(circle at 50% 52%, rgba(247, 176, 0, 0.05), rgba(247, 176, 0, 0) 26%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0) 38%),
    var(--wms-charcoal);
}

.partners-section .section-title {
  margin-bottom: 70px;
}

.partners-group-title {
  margin: 0 0 35px;
  color: var(--wms-yellow);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.partners-group-title--editors {
  margin-top: 70px;
}

.logo-grid {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 34px 74px;
}

.logo-grid--clients {
  grid-template-columns: repeat(5, 1fr);
}

.logo-grid--editors {
  grid-template-columns: repeat(6, 1fr);
}

.logo-grid img {
  width: auto;
  height: auto;
  max-width: min(100%, 190px);
  max-height: 74px;
  object-fit: contain;
  cursor: default;
  filter: drop-shadow(0 2px 8px rgba(255, 255, 255, 0.08));
  transition: filter 180ms ease, opacity 180ms ease;
}

.logo-grid img:hover {
  opacity: 0.95;
  filter:
    brightness(0)
    saturate(100%)
    invert(70%)
    sepia(93%)
    saturate(1288%)
    hue-rotate(359deg)
    brightness(101%)
    contrast(101%);
}

.contact-cta {
  position: relative;
  min-height: 415px;
  overflow: hidden;
  background:
    linear-gradient(90deg, #000 0%, #000 36%, rgba(0, 0, 0, 0.9) 48%, rgba(0, 0, 0, 0.26) 100%),
    var(--cta-image);
  background-repeat: no-repeat;
  background-size: 100% 100%, auto 100%;
  background-position: center center, right center;
}

.contact-cta::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--wms-yellow);
}

.contact-cta__inner {
  display: flex;
  min-height: 415px;
  align-items: center;
}

.contact-cta h2 {
  margin: 0 0 34px;
  color: var(--wms-white);
  font-family: var(--font-display);
  font-size: 43px;
  font-weight: 400;
  line-height: 0.92;
}

.contact-cta h2 span {
  color: var(--wms-yellow);
}

.contact-cta .button {
  min-width: 150px;
  min-height: 42px;
  padding: 0 24px;
  font-size: 13px;
}

.site-footer {
  height: 658px;
  padding: 55px 0 35px;
  color: var(--wms-black);
  background: var(--wms-yellow);
}

.site-footer__brand {
  display: flex;
  justify-content: center;
  margin-bottom: 52px;
}

.site-footer__brand img {
  width: 300px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.28fr 1.2fr;
  gap: 68px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

.footer-grid nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-grid h3 {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 900;
}

.footer-grid a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
}

.footer-grid a:hover,
.legal-links a:hover {
  text-decoration: underline;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 38px;
}

.social-links {
  display: flex;
  gap: 20px;
}

.social-links a {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--wms-black);
  border-radius: 50%;
  line-height: 1;
}

.social-links svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: var(--wms-black);
}

.social-links .icon-instagram {
  fill: none;
  stroke: var(--wms-black);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.legal-links {
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.newsletter-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.newsletter-modal.is-open {
  display: flex;
}

.newsletter-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.66);
}

.newsletter-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(540px, 100%);
  padding: 50px 52px 46px;
  color: var(--wms-black);
  background: var(--wms-yellow);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.5);
}

.newsletter-modal__close {
  position: absolute;
  top: 24px;
  right: 28px;
  border: 0;
  color: var(--wms-black);
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.newsletter-modal h2 {
  margin: 0 46px 22px 0;
  font-family: var(--font-body);
  font-size: 52px;
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.01em;
}

.newsletter-modal p {
  max-width: 440px;
  margin: 0 0 28px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.08;
}

.newsletter-form {
  display: grid;
  gap: 0;
}

.newsletter-form label {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.newsletter-form__row {
  display: flex;
  min-height: 50px;
  border: 0;
  background: var(--wms-white);
}

.newsletter-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  padding: 0 18px;
  color: var(--wms-black);
  background: var(--wms-white);
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
}

.newsletter-form input::placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.newsletter-form button {
  border: 0;
  width: 138px;
  padding: 0 22px;
  color: var(--wms-yellow);
  background: var(--wms-black);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.newsletter-message {
  min-height: 18px;
  margin: 12px 0 0;
  color: var(--wms-black);
  font-size: 14px;
  font-weight: 900;
}

.newsletter-message.is-success {
  color: var(--wms-black);
}

.newsletter-message.is-error {
  color: #7a160c;
}

.js-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 680ms ease,
    transform 680ms ease;
}

.js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.maquette-page {
  display: none;
}

.maquette-page__image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  animation: maquette-page-fade 700ms ease forwards;
}

.maquette-hotspot {
  position: absolute;
  z-index: 5;
  display: block;
  cursor: pointer;
  transition: opacity 180ms ease;
}

.maquette-hotspot:focus-visible {
  outline: 2px solid rgba(247, 176, 0, 0.62);
  outline-offset: 2px;
  background: rgba(247, 176, 0, 0.035);
}

.maquette-hotspot:hover {
  background: transparent;
  box-shadow: none;
}

.maquette-hotspot--area,
.maquette-counter,
.maquette-reveal-band {
  left: var(--x, 0);
  top: var(--y, 0);
  width: var(--w, 0);
  height: var(--h, 0);
}

.maquette-counter,
.maquette-reveal-band {
  position: absolute;
  display: block;
}

.maquette-anchor {
  position: absolute;
  left: 0;
  top: var(--y, 0);
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.maquette-counter {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wms-black);
  background: var(--wms-yellow);
  font-family: var(--font-display);
  font-size: min(66px, 4.5834vw);
  font-weight: 400;
  line-height: 0.9;
  pointer-events: none;
}

.maquette-reveal-band {
  z-index: 4;
  left: 0;
  width: 100%;
  background: var(--reveal-bg, var(--wms-white));
  opacity: 1;
  pointer-events: none;
  transform: translateY(16px);
  transition:
    opacity 760ms ease,
    transform 760ms ease;
}

.maquette-reveal-band.is-visible {
  opacity: 0;
  transform: translateY(0);
}

@keyframes maquette-page-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .maquette-page__image {
    opacity: 1;
    animation: none;
  }

  .maquette-reveal-band {
    display: none;
  }

  .js-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1180px) {
  html {
    scroll-padding-top: 90px;
  }

  .integration-page-visual,
  .integration-page-anchor,
  .integration-dynamic-section {
    scroll-margin-top: 90px;
  }

  .site-header__inner {
    min-height: 90px;
  }

  .site-header__logo img {
    width: 162px;
  }

  .nav-toggle__button {
    position: relative;
    z-index: 22;
    display: inline-flex;
    width: 46px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    border: 1px solid rgba(247, 176, 0, 0.8);
    cursor: pointer;
  }

  .nav-toggle__button span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--wms-white);
  }

  .main-nav {
    position: fixed;
    z-index: 21;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: min(390px, calc(100% - 56px));
    padding: 108px 26px 32px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    background: #000;
    box-shadow: -24px 0 48px rgba(0, 0, 0, 0.62);
    font-size: 17px;
    transform: translateX(100%);
    transition: transform 220ms ease;
  }

  .main-nav a {
    padding: 14px 0;
    margin-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    opacity: 1;
  }

  .main-nav a:not(.main-nav__contact) {
    margin-left: 0;
  }

  .main-nav__contact {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 50px;
    margin-left: 0;
    margin-top: 16px;
    margin-bottom: 8px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 0;
    box-shadow: inset 0 0 0 1px var(--wms-yellow);
    color: var(--wms-white);
    font-size: 17px;
  }

  .nav-toggle:checked ~ .main-nav {
    transform: translateX(0);
  }

  .hero-title {
    font-size: 64px;
  }

  .hero-lead {
    max-width: 500px;
    font-size: 16px;
    line-height: 1.2;
  }

  .news-grid,
  .stats-grid {
    gap: 22px;
  }

  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .expertise-grid {
    gap: 44px;
  }

  .expertise-card h3 {
    font-size: 19px;
  }

  .expertise-card p,
  .expertise-card ul {
    font-size: 14.5px;
  }

  .integration-dynamic-section__inner {
    padding-right: 8.5%;
    padding-left: 8.5%;
  }

  .integration-dynamic-section__grid {
    grid-template-columns: minmax(330px, 0.9fr) minmax(410px, 1fr);
    gap: 40px;
  }

}

@media (max-width: 900px) {
  .section-container,
  .hero-section__inner,
  .site-header__inner {
    width: min(100% - 36px, var(--container));
  }

  .section-title {
    margin-bottom: 46px;
    font-size: 46px;
  }

  .hero-section,
  .hero-section__inner {
    min-height: 720px;
  }

  .hero-section__inner {
    padding-top: 116px;
  }

  .hero-section__image {
    background-position: 56% center;
  }

  .hero-section__video {
    object-position: 56% center;
  }

  .hero-title {
    margin-bottom: 34px;
    font-size: 54px;
  }

  .hero-lead {
    max-width: 500px;
    margin-bottom: 38px;
    font-size: 16px;
    line-height: 1.22;
  }

  .about-section {
    height: auto;
    padding: 70px 0 78px;
  }

  .about-section .section-container {
    width: min(100% - 36px, var(--container));
  }

  .about-section .section-title {
    margin-bottom: 56px;
  }

  .about-card {
    height: 397px;
    background: var(--about-image) center center / 100% 100% no-repeat var(--wms-panel);
  }

  .about-card::before {
    display: none;
  }

  .about-card::after {
    display: none;
  }

  .about-card__copy {
    width: 68.8%;
    padding: 39px 44px 34px;
  }

  .about-card__copy p {
    font-size: 16.8px;
    line-height: 1.02;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .news-section {
    height: auto;
    min-height: 0;
    padding: 72px 0 280px;
  }

  .expertise-section,
  .partners-section {
    height: auto;
    min-height: 0;
    padding: 76px 0 88px;
  }

  .expertise-section .section-container {
    width: min(100% - 36px, var(--container));
  }

  .integration-detail__toolbar {
    width: min(100% - 36px, 1440px);
  }

  .integration-dynamic-section {
    aspect-ratio: 2880 / 1363;
    min-height: 0;
    background: var(--wms-white);
    scroll-margin-top: 160px;
  }

  .integration-dynamic-section--erp {
    aspect-ratio: 2880 / 1362;
  }

  .integration-dynamic-section--dark {
    background: var(--wms-black);
  }

  .integration-dynamic-section__inner {
    padding: 90px 32px 62px;
  }

  .integration-dynamic-section h2 {
    margin-bottom: 34px;
    font-size: 42px;
    line-height: 1.05;
  }

  .integration-dynamic-section__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .integration-dynamic-section__content > p {
    max-width: 720px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.2;
  }

  .integration-dynamic-tabs {
    gap: 13px;
  }

  .integration-dynamic-tabs button {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.14;
  }

  .integration-dynamic-card {
    min-height: 0;
    padding: 30px 28px;
  }

  .integration-dynamic-card__copy {
    min-height: 0;
  }

  .integration-dynamic-card__copy p {
    font-size: 17px;
    line-height: 1.16;
  }

  .expertise-section .section-title {
    margin-bottom: 54px;
    font-size: 46px;
  }

  .expertise-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .expertise-card img {
    height: auto;
    aspect-ratio: 710 / 491;
  }

  .expertise-card h3 {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .expertise-card p,
  .expertise-card ul {
    font-size: 17px;
  }

  .integration-detail {
    margin-top: 54px;
  }

  .integration-wms-process__layout {
    grid-template-columns: 1fr;
  }

  .integration-wms-process__left > p {
    max-width: none;
  }

  .logo-grid--clients,
  .logo-grid--editors {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    height: auto;
  }

  .legal-links {
    flex-wrap: wrap;
    gap: 18px 30px;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 76px;
  }

  .integration-page-visual,
  .integration-page-anchor,
  .integration-dynamic-section {
    scroll-margin-top: 140px;
  }

  .button {
    width: 100%;
    min-height: 56px;
    padding: 0 22px;
  }

  .site-header__inner {
    min-height: 76px;
  }

  .site-header__logo img {
    width: 150px;
  }

  .main-nav {
    width: min(360px, calc(100% - 48px));
    padding: 96px 24px 30px;
    font-size: 18px;
  }

  .main-nav a {
    padding: 13px 0;
    margin-left: 0;
  }

  .main-nav a:not(.main-nav__contact) {
    margin-left: 0;
  }

  .main-nav__contact {
    min-height: 50px;
    margin-top: 14px;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .hero-section,
  .hero-section__inner {
    min-height: 690px;
  }

  .hero-title {
    font-size: 44px;
  }

  .hero-lead {
    max-width: 92%;
    font-size: 15px;
    line-height: 1.22;
  }

  .hero-dots {
    bottom: 28px;
  }

  .hero-dots span {
    width: 8px;
    height: 8px;
  }

  .section-title {
    font-size: 40px;
  }

  .integration-detail__toolbar {
    margin-bottom: 18px;
  }

  .integration-detail__back {
    width: 100%;
    justify-content: center;
  }

  .integration-wms-process {
    min-height: 0;
    padding: 38px 18px;
  }

  .integration-wms-process h4 {
    margin-bottom: 28px;
    font-size: 36px;
    text-align: left;
  }

  .integration-wms-process__left > p {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .integration-wms-process__steps {
    gap: 13px;
  }

  .integration-dynamic-section__inner {
    padding: 84px 20px 52px;
  }

  .integration-dynamic-section h2 {
    margin-bottom: 28px;
    font-size: 34px;
    line-height: 1.05;
  }

  .integration-dynamic-section__content > p {
    margin-bottom: 26px;
    font-size: 15.5px;
    line-height: 1.2;
  }

  .integration-dynamic-tabs {
    gap: 12px;
  }

  .integration-dynamic-tabs button {
    padding-left: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.14;
  }

  .integration-dynamic-tabs button::before {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 7px;
  }

  .integration-dynamic-card {
    padding: 26px 20px 28px;
  }

  .integration-dynamic-card__copy p {
    font-size: 15.5px;
    line-height: 1.14;
  }

  .integration-dynamic-icons {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 26px;
  }

  .integration-dynamic-icons--strip {
    display: block;
  }

  .integration-dynamic-connector {
    display: none;
  }

  .integration-dynamic-icon svg {
    width: 46px;
    height: 46px;
    stroke-width: 3;
  }

  .integration-wms-process__steps button {
    font-size: 17px;
  }

  .integration-wms-process__card {
    min-height: 0;
    padding: 28px 22px;
  }

  .integration-wms-process__flow {
    gap: 10px;
    margin-top: 24px;
  }

  .integration-wms-process__flow span {
    border-width: 3px;
  }

  .integration-wms-process__flow span::after {
    right: -17px;
    width: 14px;
  }

  .about-card {
    height: auto;
    background: var(--about-image);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }

  .about-card::before,
  .about-card::after {
    display: none;
  }

  .about-card__copy {
    width: 100%;
    padding: min(38vw, 180px) 22px 28px;
  }

  .about-card__copy p {
    font-size: 14px;
    line-height: 1.08;
  }

  .stats-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .stat-item {
    min-height: 124px;
  }

  .stat-item strong {
    font-size: 52px;
  }

  .news-grid {
    gap: 42px;
  }

  .news-card__category {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 900;
  }

  .news-card h3 {
    margin-bottom: 18px;
    font-size: 19px;
    font-weight: 900;
  }

  .news-card p:not(.news-card__category) {
    font-size: 15px;
  }

  .news-section {
    padding-bottom: 230px;
  }

  .news-section::after {
    height: 270px;
    background-size: 100% 100%, auto 100%;
    background-position: center bottom, 52% bottom;
  }

  .expertise-card img {
    height: auto;
    aspect-ratio: 710 / 491;
    object-fit: contain;
  }

  .logo-grid--clients,
  .logo-grid--editors {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 28px;
  }

  .partners-group-title--editors {
    margin-top: 68px;
  }

  .contact-cta {
    min-height: 490px;
    background-image:
      linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.88) 48%, rgba(0, 0, 0, 0.42) 100%),
      var(--cta-image);
    background-size: 100% 100%, auto 100%;
    background-position: center center, right center;
  }

  .contact-cta__inner {
    min-height: 490px;
    align-items: flex-start;
    padding-top: 76px;
  }

  .contact-cta h2 {
    margin-bottom: 28px;
    font-size: 34px;
  }

  .contact-cta .button {
    width: auto;
    min-width: 142px;
    min-height: 40px;
    padding: 0 20px;
    font-size: 13px;
  }

  .site-footer {
    padding-top: 50px;
  }

  .site-footer__brand {
    margin-bottom: 48px;
  }

  .site-footer__brand img {
    width: 230px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-bottom: 42px;
  }

  .newsletter-modal__dialog {
    width: min(540px, calc(100vw - 36px));
    padding: 42px 28px 32px;
  }

  .newsletter-modal h2 {
    margin-right: 38px;
    font-size: 38px;
  }

  .newsletter-modal p {
    font-size: 16px;
    line-height: 1.12;
  }

  .newsletter-form__row {
    flex-direction: column;
    min-height: 0;
    background: transparent;
  }

  .newsletter-form input,
  .newsletter-form button {
    min-height: 46px;
  }

  .newsletter-form input {
    width: 100%;
  }

  .newsletter-form button {
    width: 100%;
    border-top: 0;
    border-left: 0;
  }
}

@media (min-width: 480px) {
  html,
  body {
    min-width: 0;
    background: var(--wms-white);
  }

  .maquette-page {
    display: none;
  }

  .hotspot-about-nav {
    left: 22.9%;
    top: 0.54%;
    width: 6.2%;
    height: 0.7%;
  }

  .hotspot-news-nav {
    left: 31.5%;
    top: 0.54%;
    width: 6.2%;
    height: 0.7%;
  }

  .hotspot-it-nav {
    left: 39.8%;
    top: 0.54%;
    width: 8.5%;
    height: 0.7%;
  }

  .hotspot-engineering-nav {
    left: 50.5%;
    top: 0.54%;
    width: 13.5%;
    height: 0.7%;
  }

  .hotspot-assistance-nav {
    left: 66.6%;
    top: 0.54%;
    width: 13.5%;
    height: 0.7%;
  }

  .hotspot-partners-nav {
    left: 80.5%;
    top: 0.54%;
    width: 9.3%;
    height: 0.7%;
  }

  .hotspot-contact-nav {
    left: 88.1%;
    top: 0.48%;
    width: 8.6%;
    height: 1.08%;
  }

  .hotspot-hero-cta {
    left: 10.95%;
    top: 10.5%;
    width: 17.8%;
    height: 1.2%;
  }

  .hotspot-newsletter {
    left: 10.95%;
    top: 42.33%;
    width: 19.6%;
    height: 1.2%;
  }

  .hotspot-expertise-it-more {
    left: 10.95%;
    top: 65.18%;
    width: 9.2%;
    height: 0.7%;
  }

  .hotspot-expertise-engineering-more {
    left: 37.2%;
    top: 64.8%;
    width: 9.2%;
    height: 0.7%;
  }

  .hotspot-expertise-assistance-more {
    left: 63.5%;
    top: 63.86%;
    width: 9.2%;
    height: 0.7%;
  }

  .hotspot-contact-cta {
    left: 10.95%;
    top: 84.72%;
    width: 13.1%;
    height: 1.2%;
  }

  .hotspot-footer-twitter {
    left: 10.9%;
    top: 97.2%;
    width: 3.35%;
    height: 0.9%;
  }

  .hotspot-footer-linkedin {
    left: 14.35%;
    top: 97.2%;
    width: 3.35%;
    height: 0.9%;
  }

  .hotspot-footer-instagram {
    left: 17.75%;
    top: 97.2%;
    width: 3.35%;
    height: 0.9%;
  }

  .hotspot-footer-legal {
    left: 60.85%;
    top: 97.35%;
    width: 9.4%;
    height: 0.7%;
  }

  .hotspot-footer-newsletter {
    left: 70.4%;
    top: 97.35%;
    width: 8%;
    height: 0.7%;
  }
}
