/* ========================================================================== 
   Ordinateur embarqué & interface ITS Report — V5
   À ajouter à la fin de custom.css.
   Les règles sont limitées à l’entête de la page et à .its-valise-shell.
   ========================================================================== */ #its-ordinateur-embarque-header, #its-ordinateur-embarque-header *, .its-valise-shell, .its-valise-shell *  {
  box-sizing: border-box;
}
/* Entête : design aligné sur les pages produit existantes ------------------- */ #its-ordinateur-embarque-header  {
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-family: inherit;
}

#its-ordinateur-embarque-header .its-page-head__container  {
  width: calc(100% - 42px);
  max-width: 1440px !important;
  margin-inline: auto;
}

#its-ordinateur-embarque-header .its-page-head__main  {
  padding: 42px 0 35px;
  background: #14799d;
}

#its-ordinateur-embarque-header .its-page-head__title  {
  margin: 0;
  font-weight: 900;
  line-height: 1.06;
  text-transform: uppercase;
}

#its-ordinateur-embarque-header .its-page-head__title-top, #its-ordinateur-embarque-header .its-page-head__title-bottom  {
  display: block;
}

#its-ordinateur-embarque-header .its-page-head__title-top  {
  position: relative;
  width: fit-content;
  padding-right: 52px;
  color: #fff;
  font-size: clamp(2rem, 3.1vw, 3.2rem);
  letter-spacing: -0.025em;
}

#its-ordinateur-embarque-header .its-page-head__title-top::after  {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  width: 38px;
  height: 4px;
  border-radius: 4px;
  background: #118ed1;
}

#its-ordinateur-embarque-header .its-page-head__title-bottom  {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 12px;
  color: #078cff;
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.02em;
}

#its-ordinateur-embarque-header .its-page-head__title-bottom i  {
  flex: 0 0 auto;
  color: #14b9c7;
  font-size: 0.66em;
}

#its-ordinateur-embarque-header .its-page-head__subtitle  {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(0.95rem, 1.35vw, 1.22rem);
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

#its-ordinateur-embarque-header .its-page-head__breadcrumb  {
  padding: 12px 0;
  background: #18aabd;
}

#its-ordinateur-embarque-header .its-page-head__breadcrumb .its-page-head__container  {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

#its-ordinateur-embarque-header .its-page-head__home, #its-ordinateur-embarque-header .its-page-head__current  {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 31px;
  color: #fff !important;
  font-size: 0.93rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

#its-ordinateur-embarque-header .its-page-head__current  {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

#its-ordinateur-embarque-header .its-page-head__separator  {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}
/* Variables et bases -------------------------------------------------------- */ .its-valise-shell  {
  --its-navy: #082e3d;
  --its-ink: #0a2c38;
  --its-copy: #455f6b;
  --its-muted: #71848b;
  --its-blue: #087f9f;
  --its-cyan: #1aaabd;
  --its-orange: #f28d35;
  --its-bg: #f5f9fa;
  --its-soft: #eaf7f9;
  --its-line: #d6e6ea;
  overflow: hidden;
  background: #fff;
  color: var(--its-ink);
  font-family: inherit;
}

.its-valise-shell img  {
  display: block;
  max-width: 100%;
}

.its-valise-shell a  {
  text-decoration: none;
}

.its-valise-shell .its-oe-container  {
  width: calc(100% - 40px);
  max-width: 1440px !important;
  margin-inline: auto;
}

.its-valise-shell h2, .its-valise-shell h3, .its-valise-shell p, .its-valise-shell figure  {
  margin-top: 0;
}

.its-valise-shell h2  {
  margin-bottom: 17px;
  color: var(--its-ink);
  font-size: clamp(2rem, 3.35vw, 3.15rem);
  font-weight: 850;
  letter-spacing: -0.038em;
  line-height: 1.08;
  text-wrap: balance;
}

.its-valise-shell h3  {
  color: var(--its-ink);
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.35;
}

.its-valise-shell p, .its-valise-shell li  {
  color: var(--its-copy);
  line-height: 1.68;
}

.its-oe-kicker  {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 13px;
  color: var(--its-blue) !important;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.its-oe-kicker::before  {
  content: "";
  flex: 0 0 32px;
  height: 3px;
  border-radius: 999px;
  background: var(--its-orange);
}

.its-oe-heading  {
  max-width: 820px;
}

.its-oe-heading--center  {
  margin-inline: auto;
  text-align: center;
}

.its-oe-heading--center .its-oe-kicker  {
  justify-content: center;
}

.its-oe-lead  {
  font-size: 1.08rem;
}

.its-oe-button  {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.its-oe-button:hover  {
  transform: translateY(-2px);
}

.its-oe-button--primary  {
  background: var(--its-blue);
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(8, 127, 159, 0.22);
}

.its-oe-button--outline  {
  border-color: rgba(8, 127, 159, 0.35);
  background: #fff;
  color: var(--its-blue) !important;
}

.its-oe-button--light  {
  background: #fff;
  color: var(--its-navy) !important;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.16);
}
/* Introduction produit ------------------------------------------------------ */ .its-product-hero  {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
  padding-top: clamp(68px, 8vw, 108px);
  padding-bottom: 42px;
}

.its-product-hero__copy > p:not(.its-oe-kicker)  {
  max-width: 670px;
}

.its-product-hero__actions  {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.its-product-hero__visual  {
  position: relative;
  margin-bottom: 0;
}

.its-product-hero__visual::before  {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 9% -5% -7% 15%;
  border-radius: 46% 22% 42% 24%;
  background: linear-gradient(135deg, rgba(26, 170, 189, 0.16), rgba(8, 127, 159, 0.04));
}

.its-product-hero__visual img  {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(7, 48, 64, 0.18);
}

.its-product-hero__visual figcaption  {
  position: relative;
  z-index: 2;
  width: max-content;
  max-width: calc(100% - 40px);
  margin: -22px 20px 0 auto;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--its-navy);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(4, 37, 50, 0.24);
}
/* Six bénéfices ------------------------------------------------------------- */ .its-benefit-grid  {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding-top: 30px;
  padding-bottom: clamp(70px, 8vw, 104px);
}

.its-benefit-grid article  {
  padding: 25px 24px 22px;
  border: 1px solid var(--its-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 48, 64, 0.055);
}

.its-benefit-grid article > span  {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 11px;
  background: var(--its-soft);
  color: var(--its-blue);
  place-items: center;
}

.its-benefit-grid h3  {
  margin-bottom: 8px;
}

.its-benefit-grid p  {
  margin-bottom: 0;
  font-size: 0.92rem;
}
/* Mise en avant rapport ----------------------------------------------------- */ .its-report-highlight  {
  padding: clamp(58px, 7vw, 88px) 0;
  background: var(--its-navy);
}

.its-report-highlight__inner  {
  display: grid;
  grid-template-columns: auto minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 30px;
  align-items: center;
}

.its-report-highlight__icon  {
  display: grid;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.9rem;
  place-items: center;
}

.its-report-highlight .its-oe-kicker  {
  color: #75dbe6 !important;
}

.its-report-highlight h2, .its-report-highlight p, .its-report-highlight li  {
  color: #fff;
}

.its-report-highlight h2  {
  margin-bottom: 14px;
}

.its-report-highlight p  {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.its-report-highlight__list  {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  list-style: none;
}

.its-report-highlight__list li  {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: 0.9rem;
}

.its-report-highlight__list i  {
  margin-top: 6px;
  color: #59d2aa;
}
/* Interface principale ------------------------------------------------------ */ .its-oe-interface-section  {
  padding: clamp(76px, 9vw, 116px) 0;
  background: #fff;
}

.its-command-bar  {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
  padding: 14px;
  border: 1px solid var(--its-line);
  border-radius: 14px;
  background: #f7fbfc;
}

.its-command  {
  display: grid;
  flex: 1 1 76px;
  min-width: 76px;
  max-width: 96px;
  min-height: 72px;
  padding: 11px 7px 9px;
  border: 1px solid rgba(26, 170, 189, 0.35);
  border-radius: 9px;
  background: #fff;
  color: var(--its-ink);
  text-align: center;
  place-items: center;
}

.its-command i  {
  color: var(--its-blue);
  font-size: 1.05rem;
}

.its-command .its-command-icon--record  {
  color: #ed314a;
}

.its-command span  {
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.15;
}

.its-interface-cards  {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.its-interface-card  {
  padding: 23px 22px 21px;
  border: 1px solid var(--its-line);
  border-radius: 13px;
  background: #fff;
}

.its-interface-card__icon  {
  display: grid;
  width: 43px;
  height: 43px;
  margin-bottom: 15px;
  border-radius: 10px;
  background: var(--its-soft);
  color: var(--its-blue);
  place-items: center;
}

.its-interface-card h3  {
  margin-bottom: 8px;
}

.its-interface-card p, .its-interface-card li  {
  font-size: 0.9rem;
}

.its-interface-card p  {
  margin-bottom: 12px;
}

.its-interface-card ul  {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 18px;
}
/* Rapport express ----------------------------------------------------------- */ .its-express-report-section  {
  padding: clamp(74px, 9vw, 112px) 0;
  background: var(--its-bg);
}

.its-express-steps  {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.its-express-steps li  {
  position: relative;
  min-height: 245px;
  padding: 23px 19px 20px;
  border: 1px solid var(--its-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 48, 64, 0.05);
}

.its-express-steps li:not(:last-child)::after  {
  content: "";
  position: absolute;
  z-index: 2;
  top: 38px;
  right: -15px;
  width: 16px;
  height: 2px;
  background: var(--its-cyan);
}

.its-express-steps__number  {
  display: block;
  margin-bottom: 40px;
  color: var(--its-cyan);
  font-size: 1.5rem;
  font-weight: 900;
}

.its-express-steps h3  {
  margin-bottom: 8px;
}

.its-express-steps p  {
  margin-bottom: 0;
  font-size: 0.9rem;
}
/* Produit et matériel ------------------------------------------------------- */ .its-product-section  {
  padding: clamp(76px, 9vw, 116px) 0;
  background: #fff;
}

.its-product-showcase  {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  grid-template-areas: "large secondary";
  gap: 18px;
  align-items: stretch;
  margin-top: 36px;
}

.its-product-showcase figure  {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid var(--its-line);
  border-radius: 18px;
  background: #fff;
}

.its-product-showcase__large  {
  grid-area: large;
}

.its-product-showcase__secondary  {
  grid-area: secondary;
}

.its-product-showcase figure img  {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

.its-product-showcase__large img  {
  min-height: 640px !important;
}

.its-product-showcase figcaption  {
  position: absolute;
  right: 15px;
  bottom: 15px;
  left: 15px;
  display: grid;
  gap: 3px;
  padding: 14px 16px;
  border-radius: 11px;
  background: rgba(8, 46, 61, 0.92);
  color: #fff;
  backdrop-filter: blur(8px);
}

.its-product-showcase figcaption strong  {
  font-size: 0.95rem;
}

.its-product-showcase figcaption span  {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  line-height: 1.45;
}
/* Accès local --------------------------------------------------------------- */ .its-local-access-section  {
  padding: clamp(72px, 8vw, 104px) 0;
  background: var(--its-navy);
}

.its-local-access-section .its-oe-kicker  {
  color: #75dbe6 !important;
}

.its-local-access-section h2, .its-local-access-section h3, .its-local-access-section p  {
  color: #fff;
}

.its-local-access-section .its-oe-heading > p:last-child  {
  color: rgba(255, 255, 255, 0.72);
}

.its-local-access  {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.its-local-access li  {
  display: flex;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
}

.its-local-access li > span  {
  color: #75dbe6;
  font-size: 1.1rem;
  font-weight: 900;
}

.its-local-access h3  {
  margin-bottom: 7px;
}

.its-local-access p  {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.its-local-access strong  {
  color: #fff;
  font-weight: 800;
}

.its-local-access a  {
  color: inherit;
  text-decoration: none;
}

.its-local-access a:hover code, .its-local-access a:focus-visible code  {
  background: rgba(117, 219, 230, 0.2);
  outline: 1px solid rgba(117, 219, 230, 0.55);
}

.its-local-access code  {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.88em;
  overflow-wrap: anywhere;
}

.its-browser-note  {
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  max-width: 920px;
  margin: 18px auto 0;
  padding: 12px 16px;
  border: 1px solid rgba(255, 191, 105, 0.22);
  border-radius: 9px;
  background: rgba(255, 191, 105, 0.08);
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 0.84rem;
  line-height: 1.55;
}

.its-browser-note i  {
  color: #ffbf69;
}
/* Galerie PhotoSwipe -------------------------------------------------------- */ .its-oe-gallery-section  {
  padding: clamp(76px, 9vw, 116px) 0;
  background: var(--its-bg);
}

.its-photo-gallery  {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.its-photo-gallery a.zoom  {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid var(--its-line);
  border-radius: 13px;
  background: #dcebed;
  box-shadow: 0 10px 24px rgba(7, 48, 64, 0.06);
}

.its-photo-gallery a.zoom::after  {
  content: "\f00e";
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(8, 46, 61, 0.86);
  color: #fff;
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
  font-size: 0.82rem;
  font-weight: 900;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 160ms ease, transform 160ms ease;
  place-items: center;
}

.its-photo-gallery a.zoom:hover::after, .its-photo-gallery a.zoom:focus-visible::after  {
  opacity: 1;
  transform: translateY(0);
}

.its-photo-gallery a.zoom img  {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.its-photo-gallery a.zoom:hover img, .its-photo-gallery a.zoom:focus-visible img  {
  transform: scale(1.035);
}

.its-photo-gallery a.zoom > span  {
  position: absolute;
  right: 9px;
  bottom: 9px;
  left: 9px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(8, 46, 61, 0.86);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 750;
  line-height: 1.2;
  backdrop-filter: blur(6px);
}
/* CTA final ----------------------------------------------------------------- */ .its-final-product-cta  {
  padding: 46px 0;
  background: linear-gradient(135deg, #087f9f, #12a8b8);
}

.its-final-product-cta__inner  {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
}

.its-final-product-cta .its-oe-kicker  {
  color: #d9fbff !important;
}

.its-final-product-cta h2, .its-final-product-cta p  {
  color: #fff;
}

.its-final-product-cta h2  {
  margin-bottom: 8px;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.its-final-product-cta p:last-child  {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}
/* Responsive --------------------------------------------------------------- */ @media (max-width: 1080px)  {
  .its-product-hero  {
    grid-template-columns: 1fr 1fr;
  }
  .its-interface-cards  {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .its-express-steps  {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .its-express-steps li:not(:last-child)::after  {
    display: none;
  }
  .its-photo-gallery  {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px)  {
  #its-ordinateur-embarque-header .its-page-head__title-bottom  {
    gap: 14px;
    align-items: flex-start;
  }
  .its-product-hero, .its-report-highlight__inner, .its-product-showcase  {
    grid-template-columns: 1fr;
  }
  .its-product-showcase  {
    grid-template-areas: "large" "secondary";
  }
  .its-product-showcase__large img  {
    min-height: 430px !important;
  }
  .its-report-highlight__icon  {
    display: none;
  }
  .its-benefit-grid, .its-local-access  {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .its-final-product-cta__inner  {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px)  {
  #its-ordinateur-embarque-header .its-page-head__container, .its-valise-shell .its-oe-container  {
    width: calc(100% - 28px);
  }
  #its-ordinateur-embarque-header .its-page-head__main  {
    padding: 32px 0 27px;
  }
  #its-ordinateur-embarque-header .its-page-head__title-top  {
    padding-right: 38px;
    font-size: 1.8rem;
  }
  #its-ordinateur-embarque-header .its-page-head__title-top::after  {
    width: 27px;
  }
  #its-ordinateur-embarque-header .its-page-head__title-bottom  {
    font-size: 1.46rem;
  }
  #its-ordinateur-embarque-header .its-page-head__title-bottom i  {
    margin-top: 4px;
  }
  #its-ordinateur-embarque-header .its-page-head__subtitle  {
    font-size: 0.82rem;
  }
  #its-ordinateur-embarque-header .its-page-head__current  {
    max-width: 100%;
    border-radius: 10px;
  }
  .its-product-hero  {
    padding-top: 54px;
  }
  .its-product-hero__actions, .its-product-hero__actions .its-oe-button  {
    width: 100%;
  }
  .its-benefit-grid, .its-interface-cards, .its-express-steps, .its-local-access, .its-photo-gallery  {
    grid-template-columns: 1fr;
  }
  .its-report-highlight__inner  {
    gap: 22px;
  }
  .its-command-bar  {
    gap: 8px;
    padding: 10px;
  }
  .its-command  {
    flex-basis: 69px;
    min-width: 69px;
  }
  .its-product-showcase__large img, .its-product-showcase figure img  {
    min-height: 280px !important;
  }
  .its-browser-note  {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce)  {
  .its-valise-shell *, .its-valise-shell *::before, .its-valise-shell *::after  {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}