:root {
  --espro-ink: #111821;
  --espro-navy: #172433;
  --espro-slate: #425064;
  --espro-orange: #f36b21;
  --espro-orange-dark: #d95412;
  --espro-cream: #f5f6f7;
  --espro-white: #ffffff;
  --espro-line: #dfe4e8;
  --espro-radius: 18px;
  --espro-shadow: 0 18px 50px rgba(17, 24, 33, .12);
}

/* ================================================================
   PAGE BRODERIE — PRESENTATION PREMIUM ET RESPONSIVE
   ================================================================ */
html body#cms.cms-id-10 #wrapper {
  padding-top: 56px !important;
  padding-bottom: 72px !important;
  background: #f4f6f8 !important;
}

body.cms-id-10 #content-wrapper {
  float: none !important;
  width: 100% !important;
  max-width: 1180px;
  margin: 0 auto !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

body.cms-id-10 #content {
  padding: 36px !important;
  overflow: hidden;
  background: #fff !important;
  border: 1px solid #e2e7eb !important;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(16, 36, 53, .08);
}

body.cms-id-10 #content > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: none !important;
  color: #536273 !important;
  font-family: Coda, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

body.cms-id-10 #content > div > div {
  min-width: 0;
  margin: 0 !important;
  padding: 30px !important;
  overflow: hidden;
  background: #fff !important;
  border: 1px solid #e2e7eb !important;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(16, 36, 53, .06);
}

body.cms-id-10 #content img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.cms-id-10 #content h1,
body.cms-id-10 #content h2,
body.cms-id-10 #content h3,
body.cms-id-10 #content h4 {
  font-family: Coda, sans-serif !important;
}

body.cms-id-10 #content h3 {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 18px !important;
  padding-bottom: 7px !important;
  color: #172433 !important;
  border-bottom: 3px solid #f36b21 !important;
  font-size: 23px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

body.cms-id-10 #content h4 {
  color: #172433 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

body.cms-id-10 #content p:last-child,
body.cms-id-10 #content ul:last-child {
  margin-bottom: 0;
}

body.cms-id-10 #content > div > div:first-child {
  grid-column: 1 / -1;
  padding: 0 !important;
  background: #102435 !important;
  border: 0 !important;
}

body.cms-id-10 #content > div > div:first-child > img {
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center;
}

body.cms-id-10 #content > div > div:first-child > div {
  padding: 36px 34px !important;
  background: #102435 !important;
}

body.cms-id-10 #content > div > div:first-child h1,
body.cms-id-10 #content > div > div:first-child h2 {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-size: 36px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

body.cms-id-10 #content > div > div:first-child p {
  max-width: 900px !important;
  margin: 0 auto !important;
  color: #e7edf2 !important;
  font-size: 17px !important;
}

body.cms-id-10 #content > div > div:nth-child(2),
body.cms-id-10 #content > div > div:nth-child(5) {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 30px;
  align-items: center;
}

body.cms-id-10 #content > div > div:nth-child(5) {
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
}

body.cms-id-10 #content > div > div:nth-child(2) > div,
body.cms-id-10 #content > div > div:nth-child(5) > div {
  min-width: 0;
}

body.cms-id-10 #content > div > div:nth-child(2) img,
body.cms-id-10 #content > div > div:nth-child(5) img {
  border-radius: 12px;
}

body.cms-id-10 #content > div > div:nth-child(3) {
  grid-column: 1 / -1;
  background: #f7f9fb !important;
}

body.cms-id-10 #content > div > div:nth-child(3) > h3,
body.cms-id-10 #content > div > div:nth-child(7) > h3,
body.cms-id-10 #content > div > div:nth-child(8) > h3,
body.cms-id-10 #content > div > div:nth-child(11) > h3 {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
}

body.cms-id-10 #content > div > div:nth-child(3) > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.cms-id-10 #content > div > div:nth-child(3) > div > div,
body.cms-id-10 #content > div > div:nth-child(8) > div > div {
  min-width: 0;
  padding: 22px !important;
  background: #fff !important;
  border: 1px solid #e2e7eb !important;
  border-radius: 13px;
}

body.cms-id-10 #content > div > div:nth-child(4) {
  grid-column: 1 / -1;
  padding: 26px 30px !important;
  background: #fff7ed !important;
  border: 1px solid #ffd8be !important;
  border-left: 6px solid #f36b21 !important;
}

body.cms-id-10 #content > div > div:nth-child(6) {
  grid-column: 1 / -1;
}

body.cms-id-10 #content > div > div:nth-child(7) {
  grid-column: 1 / -1;
  background: #102435 !important;
  border: 0 !important;
}

body.cms-id-10 #content > div > div:nth-child(7) > h3 {
  color: #fff !important;
}

body.cms-id-10 #content > div > div:nth-child(7) > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.cms-id-10 #content > div > div:nth-child(7) > div > div {
  padding: 14px 16px !important;
  color: #172433 !important;
  text-align: center;
  background: #fff !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  border-radius: 10px;
}

body.cms-id-10 #content > div > div:nth-child(8) {
  grid-column: 1 / -1;
}

body.cms-id-10 #content > div > div:nth-child(8) > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.cms-id-10 #content > div > div:nth-child(8) > div > div > div:first-child {
  color: #f36b21 !important;
}

body.cms-id-10 #content > div > div:nth-child(9) {
  grid-column: 1 / -1;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none;
}

body.cms-id-10 #content > div > div:nth-child(9) img {
  max-width: 900px !important;
  border-radius: 16px;
}

body.cms-id-10 #content > div > div:nth-child(10) {
  grid-column: 1 / -1;
  background: #f7f9fb !important;
  border-left: 6px solid #f36b21 !important;
}

body.cms-id-10 #content > div > div:nth-child(11) {
  grid-column: 1 / -1;
  background: #102435 !important;
  border: 0 !important;
  text-align: center !important;
}

body.cms-id-10 #content > div > div:nth-child(11) h3,
body.cms-id-10 #content > div > div:nth-child(11) p {
  color: #fff !important;
}

body.cms-id-10 #content > div > div:nth-child(11) a[href*="demande-de-devis"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 8px;
  padding: 12px 26px !important;
  color: #fff !important;
  text-decoration: none !important;
  background: #f36b21 !important;
  border-radius: 9px;
  box-shadow: 0 8px 20px rgba(243, 107, 33, .28);
  font-weight: 800 !important;
  line-height: 1.25;
}

body.cms-id-10 #content > div > div:nth-child(11) a[href*="demande-de-devis"]:hover,
body.cms-id-10 #content > div > div:nth-child(11) a[href*="demande-de-devis"]:focus {
  background: #d95612 !important;
}

body.cms-id-10 #content > div > div:last-child {
  grid-column: 1 / -1;
  padding: 22px 26px !important;
  color: #fff !important;
  text-align: center !important;
  background: #102435 !important;
  border: 0 !important;
}

body.cms-id-10 #content > div > div:last-child p {
  color: #fff !important;
}

@media (max-width: 820px) {
  html body#cms.cms-id-10 #wrapper {
    padding-top: 28px !important;
    padding-bottom: 48px !important;
  }

  body.cms-id-10 #content-wrapper {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  body.cms-id-10 #content {
    padding: 20px !important;
    border-radius: 16px;
  }

  body.cms-id-10 #content > div {
    grid-template-columns: 1fr;
    gap: 16px;
    font-size: 15px !important;
  }

  body.cms-id-10 #content > div > div {
    grid-column: 1 !important;
    padding: 24px 22px !important;
    border-radius: 14px;
  }

  body.cms-id-10 #content > div > div:first-child {
    padding: 0 !important;
  }

  body.cms-id-10 #content > div > div:first-child > img {
    aspect-ratio: 16 / 9;
  }

  body.cms-id-10 #content > div > div:first-child > div {
    padding: 28px 22px !important;
  }

  body.cms-id-10 #content > div > div:first-child h1,
  body.cms-id-10 #content > div > div:first-child h2 {
    font-size: 29px !important;
  }

  body.cms-id-10 #content > div > div:first-child p {
    font-size: 15px !important;
  }

  body.cms-id-10 #content h3 {
    font-size: 20px !important;
  }

  body.cms-id-10 #content > div > div:nth-child(2),
  body.cms-id-10 #content > div > div:nth-child(5),
  body.cms-id-10 #content > div > div:nth-child(3) > div,
  body.cms-id-10 #content > div > div:nth-child(7) > div,
  body.cms-id-10 #content > div > div:nth-child(8) > div {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.cms-id-10 #content > div > div:nth-child(9) {
    padding: 0 !important;
  }

  body.cms-id-10 #content > div > div:nth-child(11) a[href*="demande-de-devis"] {
    width: 100%;
  }
}

@media (max-width: 440px) {
  body.cms-id-10 #content-wrapper {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  body.cms-id-10 #content {
    padding: 12px !important;
    border-radius: 14px;
  }

  body.cms-id-10 #content > div > div {
    padding: 22px 18px !important;
  }

  body.cms-id-10 #content > div > div:first-child {
    padding: 0 !important;
  }

  body.cms-id-10 #content > div > div:first-child > div {
    padding: 26px 18px !important;
  }

  body.cms-id-10 #content > div > div:first-child h1,
  body.cms-id-10 #content > div > div:first-child h2 {
    font-size: 27px !important;
  }

  body.cms-id-10 #content h3 {
    font-size: 19px !important;
  }
}

body {
  background: var(--espro-white) !important;
}

body .tvcmstheme-control,
body .tvcms-custom-theme,
body .tvcmstheme-layout,
body .tvtheme-layout-icon,
body #header .tvheader-social,
body .tv-footer-social-icon,
body .tvcmsright-sticky {
  display: none !important;
}

/* The score is already presented in the home proof bar; the legacy fixed
   badge obscures products and footer content, especially on mobile. */
body [class*="skeepers-widget-wrapper-"] {
  display: none !important;
}

/* Replace the theme's empty square with a compact branded back-to-top button. */
body .tvbottom-to-top {
  right: 22px !important;
  bottom: 22px !important;
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--espro-white) !important;
  background: var(--espro-orange) !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: 0 10px 24px rgba(17,24,33,.22) !important;
}

body .tvbottom-to-top > * {
  display: none !important;
}

body .tvbottom-to-top::before {
  content: "\2191" !important;
  display: block !important;
  color: var(--espro-white) !important;
  font: 800 22px/1 "Open Sans", Arial, sans-serif !important;
}

body:has(#tvcmsNewsLetterPopup) > .modal-backdrop,
body .full-wrapper-backdrop,
body .half-wrapper-backdrop {
  display: none !important;
}

body.modal-open:has(#tvcmsNewsLetterPopup) {
  overflow: auto !important;
  padding-right: 0 !important;
}

body #content.page-home > :not(.espro-home) {
  display: none !important;
}

body#index #wrapper,
body#index #content-wrapper,
body#index #content.page-home {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

body .tv-main-div.container,
body .tv-main-div.tv-box-layout {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

body #header {
  background: var(--espro-white);
  border-bottom: 1px solid rgba(17, 24, 33, .08);
  box-shadow: 0 8px 30px rgba(17, 24, 33, .06);
  position: relative;
  z-index: 30;
}

body #header .tv-header-logo img,
body #header .logo {
  content: url("/modules/esprotectprodesign/views/img/logo-esprotect-orange-black-v2.png");
  width: 350px !important;
  height: auto !important;
  max-width: 350px !important;
  max-height: 82px !important;
  object-fit: contain;
  object-position: center;
  filter: none;
}

body #header #tv-menu-horizontal .menu-content > li > a,
body #header #tv-menu-horizontal .tvmega-menu-link > a {
  color: var(--espro-ink) !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: .005em !important;
  text-transform: none !important;
}

/* Keep the Conseils & Guides link while removing its obsolete blue subtitle. */
body #header #tv-menu-horizontal .menu-subtitle {
  display: none !important;
}

/* The logo already links to the homepage, so this duplicate navigation item
   adds noise on desktop and mobile. */
body #header #tv-menu-horizontal .menu-content > li:has(> a[href="https://esprotectmontargis.fr/"]) {
  display: none !important;
}

body #header #tv-menu-horizontal .menu-content > li > a:hover,
body #header #tv-menu-horizontal .tvmega-menu-link > a:hover {
  color: var(--espro-orange-dark) !important;
}

body #header #tv-menu-horizontal .menu-dropdown a,
body #header #tv-menu-horizontal .tv-sub-menu a,
body #header #tv-menu-horizontal .menu-dropdown span {
  color: var(--espro-ink) !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
  text-transform: none !important;
}

body #header #tv-menu-horizontal .menu-dropdown a:hover,
body #header #tv-menu-horizontal .tv-sub-menu a:hover {
  color: var(--espro-orange-dark) !important;
}

@media (min-width: 992px) {
  body #header .tvcms-header-menu-offer-wrapper,
  body #header .tvcms-header-menu,
  body #header .tvcmsmain-menu-wrapper,
  body #header #tvdesktop-megamenu,
  body #header .container_tv_megamenu,
  body #header #tv-menu-horizontal {
    height: auto !important;
    min-height: 54px !important;
  }

  body #header #tv-menu-horizontal .menu-content {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
  }

  body #header #tv-menu-horizontal .menu-content > li {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body #header #tv-menu-horizontal .menu-content > .tvmega-menu-title {
    display: none !important;
  }

  body #header #tv-menu-horizontal .menu-content > li > a {
    min-height: 54px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 12px !important;
    line-height: 1.2 !important;
  }

  body #header #tv-menu-horizontal .menu-dropdown,
  body #header #tv-menu-horizontal .tv-sub-menu {
    padding: 14px !important;
    background: var(--espro-white) !important;
    border: 1px solid var(--espro-line) !important;
    border-radius: 12px !important;
    box-shadow: 0 18px 48px rgba(17,24,33,.16) !important;
  }

  body #header #tv-menu-horizontal .cat-drop-menu {
    width: 520px !important;
    max-width: min(520px, calc(100vw - 32px)) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px 10px !important;
  }

  body #header #tv-menu-horizontal .menu-content > li > .cat-drop-menu {
    top: 100% !important;
    bottom: auto !important;
    margin-top: 0 !important;
    transform: none !important;
    z-index: 100 !important;
  }

  body #header #tv-menu-horizontal li:hover > .cat-drop-menu {
    display: grid !important;
  }

  body #header #tv-menu-horizontal .menu-dropdown > li,
  body #header #tv-menu-horizontal .tv-sub-menu .tvmega-menu-link {
    margin: 0 !important;
    border: 0 !important;
  }

  body #header #tv-menu-horizontal .menu-dropdown > li > a,
  body #header #tv-menu-horizontal .tv-sub-menu .tvmega-menu-link > a {
    display: block !important;
    padding: 11px 12px !important;
    border-radius: 8px !important;
  }

  body #header #tv-menu-horizontal .menu-dropdown > li > a:hover,
  body #header #tv-menu-horizontal .tv-sub-menu .tvmega-menu-link > a:hover {
    background: rgba(243,107,33,.09) !important;
  }

  body #header #tv-menu-horizontal .menu-content > li:has(> .cat-drop-menu > li.parent) > .cat-drop-menu {
    width: 800px !important;
    max-width: calc(100vw - 40px) !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
    padding: 22px !important;
  }

  body #header #tv-menu-horizontal .menu-content > li:has(> .cat-drop-menu > li.parent):hover > .cat-drop-menu {
    display: grid !important;
  }

  body #header #tv-menu-horizontal .menu-content > li:has(> .cat-drop-menu > li.parent) > .cat-drop-menu > li {
    display: block !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  body #header #tv-menu-horizontal .menu-content > li:has(> .cat-drop-menu > li.parent) > .cat-drop-menu > li > a {
    margin-bottom: 8px !important;
    color: var(--espro-ink) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    background: rgba(243,107,33,.08) !important;
  }

  body #header #tv-menu-horizontal .menu-content > li:has(> .cat-drop-menu > li.parent) > .cat-drop-menu > li > .cat-drop-menu {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    max-width: none !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body #header #tv-menu-horizontal .menu-content > li:has(> .cat-drop-menu > li.parent) .level-3 > a {
    padding: 7px 10px !important;
    color: var(--espro-slate) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  body #header #tv-menu-horizontal li:has(> a[href*="/29-milwaukee"]) > .cat-drop-menu {
    right: 0 !important;
    left: auto !important;
    width: 800px !important;
    max-width: calc(100vw - 40px) !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
    padding: 22px !important;
  }

  body #header #tv-menu-horizontal li:has(> a[href*="/29-milwaukee"]):hover > .cat-drop-menu {
    display: grid !important;
  }

  body #header #tv-menu-horizontal li:has(> a[href*="/29-milwaukee"]) > .cat-drop-menu > li {
    display: block !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  body #header #tv-menu-horizontal li:has(> a[href*="/29-milwaukee"]) > .cat-drop-menu > li > a {
    margin-bottom: 8px !important;
    color: var(--espro-ink) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    background: rgba(243,107,33,.08) !important;
  }

  body #header #tv-menu-horizontal li:has(> a[href*="/29-milwaukee"]) > .cat-drop-menu > li > .cat-drop-menu {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    max-width: none !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body #header #tv-menu-horizontal li:has(> a[href*="/29-milwaukee"]) .level-3 > a {
    padding: 7px 10px !important;
    color: var(--espro-slate) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
  }
}

body #header .tvheader-cart-btn-wrapper > a {
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body #header #_desktop_cart_manage,
body #header .tvheader-cart-wrapper,
body #header .tvheader-cart-btn-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

body #header .tvheader-cart-wrapper,
body #header .tvheader-cart-btn-wrapper {
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body #header .tvcart-icon-text-wrapper {
  position: relative !important;
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

body #header .tv-cart-icon::after {
  content: none !important;
  display: none !important;
}

body #header .tv-cart-icon > span {
  display: none !important;
}

body #header .tv-cart-icon svg {
  display: block !important;
  width: 23px !important;
  height: 23px !important;
}

body #header .tv-cart-cart-inner {
  position: absolute !important;
  top: -10px !important;
  right: -11px !important;
  min-width: 18px !important;
  height: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 5px !important;
  color: var(--espro-white) !important;
  background: var(--espro-orange) !important;
  border: 2px solid var(--espro-white) !important;
  border-radius: 999px !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}

body #header .tv-header-menu,
body #header .tv-header-logo,
body #header .tv-header-right {
  min-height: 112px !important;
}

body #header .tvcmsdesktop-top-header-wrapper,
body #header .tvcmsdesktop-top-second,
body #header .tvcmsdesktop-top-header-box,
body #header .tvcms-header-logo-wrapper,
body #header #tvcmsdesktop-logo,
body #header .tv-header-logo,
body #header .tvcmsheader-nav-right,
body #header .tv-contact-account-cart-wrapper,
body #header .tvcms-header-cart,
body #header #_desktop_cart,
body #header .tvheader-cart-wrapper {
  height: 112px !important;
  min-height: 0 !important;
}

body #header .tv-header-logo,
body #header .tv-contact-account-cart-wrapper {
  display: flex;
  align-items: center;
}

body #header .tv-contact-account-cart-wrapper {
  gap: 24px !important;
}

body #header #_desktop_search,
body #header #tvcmsdesktop-account-button {
  width: 24px !important;
  height: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body #header #_desktop_cart_manage,
body #header #_desktop_cart,
body #header .tvheader-cart-wrapper {
  width: 32px !important;
  height: 32px !important;
  min-height: 0 !important;
}

body .tvcookies-notice-img-wrapper {
  left: 50% !important;
  right: auto !important;
  bottom: 18px !important;
  width: min(1120px, calc(100% - 32px)) !important;
  max-width: 1120px !important;
  transform: translateX(-50%) !important;
  overflow: hidden;
  color: var(--espro-white) !important;
  background: rgba(17, 24, 33, .96) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 60px rgba(0,0,0,.3) !important;
  backdrop-filter: blur(14px);
}

body .tvcookies-notice-img-inner {
  min-height: 82px !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 16px 18px 16px 22px !important;
}

body .tvcookie-content-box {
  flex: 1;
}

body .tvcookies-notice-title p:first-child,
body .tvcookies-notice-title p:last-child {
  display: none !important;
}

body .tvcookies-notice-title p {
  margin: 0 !important;
  color: rgba(255,255,255,.84) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  text-align: left !important;
}

body .tvcookie-btn-wrapper {
  display: flex !important;
  flex: 0 0 auto;
  gap: 8px;
}

body .tvcookie-btn-wrapper button,
body .tvcookies-notice-icon button {
  min-height: 44px !important;
  padding: 0 18px !important;
  color: var(--espro-white) !important;
  background: var(--espro-orange) !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
}

body .tvcookie-btn-wrapper .tvclose-btn {
  color: rgba(255,255,255,.78) !important;
  background: rgba(255,255,255,.08) !important;
}

body .tvcookies-notice-icon {
  display: none !important;
}

body #footer .tvfooter-payment-icon-img-block {
  display: none !important;
}

body #tvcmsNewsLetterPopup {
  display: none !important;
}

body .tvcms-newsletter-wrapper-background {
  padding: 38px 0 !important;
  background: var(--espro-cream) !important;
  background-image: none !important;
  border-top: 1px solid var(--espro-line) !important;
  border-bottom: 1px solid var(--espro-line) !important;
}

body .tvcms-newsletter-inner {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body .tvnewsletter-block {
  display: grid !important;
  grid-template-columns: minmax(220px, .65fr) minmax(420px, 1.35fr) !important;
  gap: 44px !important;
  align-items: center !important;
  padding: 0 !important;
}

body .tvnewsletter-lable-wrapper,
body .tvnewsletter-input {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .tvnewsletter-title {
  color: var(--espro-ink) !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  margin: 0 0 6px !important;
  font-size: 23px !important;
  font-weight: 900 !important;
  letter-spacing: -.02em !important;
  line-height: 1.15 !important;
  text-transform: none !important;
}

body .tvnewsletter-lable-wrapper > p:not(.tvnewsletter-title) {
  color: var(--espro-slate) !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

body .tvnewsleeter-input-button-wraper {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 8px !important;
}

body .tvnewsleeter-input-button-wraper .input-wrapper input {
  height: 48px !important;
  padding: 0 16px !important;
  color: var(--espro-ink) !important;
  background: var(--espro-white) !important;
  border: 1px solid var(--espro-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body .tvnewsleteer-btn-wrapper button {
  min-width: 126px !important;
  height: 48px !important;
  padding: 0 18px !important;
  color: var(--espro-white) !important;
  background: var(--espro-orange) !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
}

body .tvnewsletter-description {
  margin-top: 10px !important;
}

body .tvnewsletter-description .psgdpr_consent_message > span:last-child > div:first-child,
body .tvnewsletter-description .psgdpr_consent_message > span:last-child > div:last-child {
  display: none !important;
}

body .tvnewsletter-description .psgdpr_consent_message {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  color: var(--espro-slate) !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
}

body .tvnewsletter-description .psgdpr_consent_message > input {
  position: absolute !important;
  width: 17px !important;
  height: 17px !important;
  margin: 0 !important;
  opacity: 0 !important;
}

body .tvnewsletter-description .psgdpr_consent_message > span:first-of-type {
  width: 17px !important;
  min-width: 17px !important;
  height: 17px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--espro-white) !important;
  border: 1px solid var(--espro-line) !important;
  border-radius: 4px !important;
}

body .tvnewsletter-description .psgdpr_consent_message > span:last-child {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  display: block !important;
  flex: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--espro-slate) !important;
  background: transparent !important;
  border: 0 !important;
}

body .tvnewsletter-description .psgdpr_consent_message > span:last-child > div:nth-child(2) {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
}

body #footer .footer-container {
  padding: 58px 0 28px !important;
  color: rgba(255,255,255,.76) !important;
  background: var(--espro-ink) !important;
  background-image: none !important;
  font-family: "Open Sans", Arial, sans-serif !important;
}

body #footer .tvfooter-logo-link-wrapper {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body #footer .tvfooter-storelogo-inner {
  display: block !important;
}

body #footer .tvfooter-about-logo-wrapper {
  display: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: left !important;
}

body #footer .tvfooter-logo-block {
  display: grid !important;
  grid-template-columns: 280px 1fr !important;
  align-items: center !important;
  gap: 42px !important;
}

body #footer .tvfooter-img-block {
  width: 280px !important;
  height: 74px !important;
  overflow: hidden !important;
  background: var(--espro-white) !important;
  border-radius: 10px !important;
}

body #footer .tvfooter-img-block img {
  content: url("https://esprotectmontargis.fr/img/logo-1778963278.jpg");
  width: 280px !important;
  height: 74px !important;
  object-fit: cover !important;
  object-position: center !important;
}

body #footer .tvfooter-logo-desc {
  margin: 0 !important;
  color: rgba(255,255,255,.76) !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
  text-align: left !important;
}

body #footer .tvfooter-storelogo-imformation {
  display: grid !important;
  grid-template-columns: 1.2fr 1fr 1fr 1fr !important;
  gap: 52px !important;
  margin: 0 !important;
}

body #footer .tvfooter-storelogo-imformation > div {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

body #footer .tvfooter-title-wrapper {
  margin: 0 0 18px !important;
}

body #footer .tvfooter-title {
  color: var(--espro-white) !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: -.01em !important;
  line-height: 1.3 !important;
  text-transform: none !important;
}

body #footer .collapse {
  display: block !important;
  height: auto !important;
}

body #footer ul,
body #footer li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body #footer li + li {
  margin-top: 10px !important;
}

body #footer a,
body #footer .tvfooter-addresses,
body #footer .tvfooter-opentime-lable,
body #footer .tvfooter-opentime-content {
  color: rgba(255,255,255,.68) !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
}

body #footer a:hover {
  color: var(--espro-orange) !important;
}

body #footer .tvfooter-store-link,
body #footer .tvfooter-store-link-content {
  margin-top: 12px !important;
}

body #footer .tvfooter-open-time-wrapper {
  display: block !important;
  margin: 0 0 16px !important;
  padding: 0 0 16px !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
}

body #footer .tvfooter-opentime-lable,
body #footer .tvfooter-opentime-content {
  display: block !important;
}

body #footer .tvfooter-opentime-content {
  margin-top: 6px !important;
  line-height: 1.65 !important;
  white-space: normal !important;
}

body #footer .tvfooter-open-time-wrapper:first-child .tvfooter-opentime-lable {
  font-size: 0 !important;
}

body #footer .tvfooter-open-time-wrapper:first-child .tvfooter-opentime-lable::before {
  content: "Lundi - samedi";
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--espro-white) !important;
}

body #footer .tvfooter-open-time-wrapper:first-child .tvfooter-opentime-content {
  font-size: 0 !important;
}

body #footer .tvfooter-open-time-wrapper:first-child .tvfooter-opentime-content::before {
  content: "09:00 - 12:00\A 14:00 - 18:00";
  white-space: pre-line !important;
  font-size: 14px !important;
}

body #footer .tvfooter-open-time-wrapper:nth-child(2) {
  display: none !important;
}

body #footer .tvfooter-open-time-wrapper:last-child .tvfooter-opentime-lable {
  font-size: 0 !important;
}

body #footer .tvfooter-open-time-wrapper:last-child .tvfooter-opentime-lable::before {
  content: "Dimanche";
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--espro-white) !important;
}

body #footer .tvfooter-open-time-wrapper:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

body #footer .tvfooter-opentime-closed {
  width: fit-content !important;
  padding: 3px 9px !important;
  color: var(--espro-white) !important;
  background: rgba(243,107,33,.18) !important;
  border-radius: 6px !important;
}

body #footer .tvfooter-account-link li:has(a.custom-page-link) {
  display: none !important;
}

body #footer .tvfooter-copy-payment-icon-wrapper {
  margin-top: 42px !important;
  padding-top: 22px !important;
  background: transparent !important;
  border-top: 1px solid rgba(255,255,255,.12) !important;
}

body #footer .tvcopylink,
body #footer .tvcopylink p {
  margin: 0 !important;
  color: rgba(255,255,255,.52) !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

/* Global storefront system: categories, products, cart, account and content. */
body:not(#index) #wrapper {
  padding: 28px 0 72px !important;
  background: var(--espro-cream) !important;
}

body:not(#index) #wrapper > .container,
body:not(#index) #wrapper .container.tv-breadcrumb-wrapper {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body:not(#index) #content-wrapper,
body:not(#index) #left-column,
body:not(#index) #right-column {
  font-family: "Open Sans", Arial, sans-serif !important;
}

body:not(#index) .breadcrumb,
body:not(#index) .tv-breadcrumb {
  margin: 0 0 24px !important;
  padding: 0 !important;
  color: var(--espro-slate) !important;
  background: transparent !important;
  border: 0 !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 13px !important;
}

body:not(#index) h1,
body:not(#index) h2,
body:not(#index) h3,
body:not(#index) h4,
body:not(#index) h5,
body:not(#index) h6,
body:not(#index) .tv-all-page-main-title,
body:not(#index) .tvleft-right-title {
  color: var(--espro-ink) !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -.02em !important;
  text-transform: none !important;
}

body:not(#index) a,
body:not(#index) p,
body:not(#index) span,
body:not(#index) label,
body:not(#index) input,
body:not(#index) select,
body:not(#index) textarea,
body:not(#index) button {
  font-family: "Open Sans", Arial, sans-serif !important;
}

body:not(#index) .card,
body:not(#index) .panel,
body:not(#index) .box,
body:not(#index) .form-fields {
  background: var(--espro-white) !important;
  border: 1px solid var(--espro-line) !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 32px rgba(17,24,33,.07) !important;
}

body:not(#index) .btn-primary,
body:not(#index) .tvall-inner-btn,
body:not(#index) [data-button-action="add-to-cart"],
body:not(#index) button[type="submit"]:not(.tvproduct-cart-quentity-increment):not(.tvproduct-cart-quentity-decrement) {
  min-height: 46px !important;
  padding: 0 22px !important;
  color: var(--espro-white) !important;
  background: var(--espro-orange) !important;
  border: 0 !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 46px !important;
  text-transform: none !important;
}

body:not(#index) .btn-primary:hover,
body:not(#index) .tvall-inner-btn:hover,
body:not(#index) [data-button-action="add-to-cart"]:hover {
  background: var(--espro-orange-dark) !important;
}

body:not(#index) input[type="text"],
body:not(#index) input[type="email"],
body:not(#index) input[type="password"],
body:not(#index) input[type="tel"],
body:not(#index) input[type="number"],
body:not(#index) select,
body:not(#index) textarea,
body:not(#index) .form-control {
  min-height: 46px !important;
  padding: 10px 14px !important;
  color: var(--espro-ink) !important;
  background: var(--espro-white) !important;
  border: 1px solid #cfd6dc !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body:not(#index) input:focus,
body:not(#index) select:focus,
body:not(#index) textarea:focus,
body:not(#index) .form-control:focus {
  border-color: var(--espro-orange) !important;
  box-shadow: 0 0 0 3px rgba(243,107,33,.12) !important;
}

body.page-category .block-category {
  display: grid !important;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr) !important;
  grid-template-rows: auto 1fr !important;
  gap: 16px 40px !important;
  margin: 0 0 34px !important;
  padding: 30px !important;
  overflow: hidden !important;
  background: var(--espro-white) !important;
  border: 1px solid var(--espro-line) !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 34px rgba(17,24,33,.07) !important;
}

body.page-category .tv-category-main-div {
  display: none !important;
}

body.page-category .tv-category-cover {
  grid-row: 1 / 3 !important;
  min-width: 0 !important;
}

body.page-category .tv-category-cover img {
  width: 100% !important;
  height: 250px !important;
  object-fit: cover !important;
  border-radius: 12px !important;
}

body.page-category .tv-all-page-main-title-wrapper {
  align-self: end !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-category .tv-all-page-main-title {
  font-size: clamp(30px, 3vw, 46px) !important;
  line-height: 1.08 !important;
}

body.page-category #category-description {
  margin: 0 !important;
  color: var(--espro-slate) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

body.page-category #category-description div {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

body.page-category #category-description div:empty {
  display: none !important;
}

body.page-category #category-description p,
body.page-category #category-description strong {
  margin: 0 0 8px !important;
  color: var(--espro-slate) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
}

/* Main category hero prototype: vivid professional scene with a high-contrast
   light copy panel. */
body.page-category.category-id-30 .block-category {
  position: relative !important;
  isolation: isolate !important;
  min-height: 430px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 0 !important;
  margin: 34px 0 42px !important;
  padding: 62px 64px !important;
  background-color: #dfe4e7 !important;
  background-image: url("/modules/esprotectprodesign/views/img/categories/category-30-trades-v1.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  border: 0 !important;
  border-radius: 20px !important;
  box-shadow: 0 22px 56px rgba(17,24,33,.16) !important;
}

body#category.category-id-30 .block-category.card {
  background-color: #dfe4e7 !important;
  background-image: url("/modules/esprotectprodesign/views/img/categories/category-30-trades-v1.png") !important;
}

body.page-category.category-id-30 .block-category::before {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  top: 34px !important;
  bottom: 34px !important;
  left: 34px !important;
  width: min(520px, calc(52% - 34px)) !important;
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  border-radius: 15px !important;
  box-shadow: 0 14px 36px rgba(17,24,33,.13) !important;
  backdrop-filter: blur(8px) !important;
}

body.page-category.category-id-30 .tv-category-cover {
  display: none !important;
}

body.page-category.category-id-30 .tv-all-page-main-title-wrapper,
body.page-category.category-id-30 #category-description {
  position: relative !important;
  z-index: 1 !important;
  width: min(430px, 45%) !important;
  max-width: 430px !important;
}

body.page-category.category-id-30 .tv-all-page-main-title-wrapper {
  align-self: flex-start !important;
  margin: 0 0 22px !important;
}

body.page-category.category-id-30 .tv-all-page-main-title-wrapper::before {
  content: "ÉQUIPEMENT PAR SECTEUR" !important;
  display: block !important;
  margin-bottom: 14px !important;
  color: var(--espro-orange-dark) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: .13em !important;
}

body.page-category.category-id-30 .tv-all-page-main-title {
  color: #111821 !important;
  font-size: clamp(38px, 3.6vw, 54px) !important;
  line-height: 1.02 !important;
}

body.page-category.category-id-30 #category-description,
body.page-category.category-id-30 #category-description p,
body.page-category.category-id-30 #category-description strong {
  color: #111821 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

body.page-category.category-id-30 #category-description p:first-of-type strong {
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

body#category.page-category .block-category.card {
  position: relative !important;
  isolation: isolate !important;
  min-height: 430px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 0 !important;
  margin: 34px 0 42px !important;
  padding: 62px 64px !important;
  overflow: hidden !important;
  background-color: #dfe4e7 !important;
  background-image: linear-gradient(115deg, #101923 0%, #23384b 56%, #f36b21 140%) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  border: 0 !important;
  border-radius: 20px !important;
  box-shadow: 0 22px 56px rgba(17,24,33,.16) !important;
}

body#category.category-id-3 .block-category.card { background-image: url("/modules/esprotectprodesign/views/img/categories/category-3-workwear-v1.png") !important; }
body#category.category-id-6 .block-category.card { background-image: url("/modules/esprotectprodesign/views/img/categories/category-6-high-visibility-v1.png") !important; }
body#category.category-id-9 .block-category.card { background-image: url("/modules/esprotectprodesign/views/img/categories/category-9-ppe-v1.png") !important; }
body#category.category-id-10 .block-category.card { background-image: url("/modules/esprotectprodesign/views/img/categories/category-10-footwear-v1.png") !important; }
body#category.category-id-29 .block-category.card { background-image: url("/modules/esprotectprodesign/views/img/categories/category-29-tools-v1.png") !important; }
body#category.category-id-30 .block-category.card { background-image: url("/modules/esprotectprodesign/views/img/categories/category-30-trades-v1.png") !important; }
body#category.category-id-72 .block-category.card { background-image: url("/modules/esprotectprodesign/views/img/categories/category-72-personalization-v1.png") !important; }

/* Every catalogue category receives the same visual system. Until a more
   specific photograph is assigned, descendants inherit the scene of their
   professional family instead of falling back to an empty white card. */
body#category.category-id-parent-3 .block-category.card { background-image: url("/modules/esprotectprodesign/views/img/categories/category-3-workwear-v1.png") !important; }
body#category.category-id-parent-6 .block-category.card { background-image: url("/modules/esprotectprodesign/views/img/categories/category-6-high-visibility-v1.png") !important; }
body#category.category-id-parent-9 .block-category.card { background-image: url("/modules/esprotectprodesign/views/img/categories/category-9-ppe-v1.png") !important; }
body#category.category-id-parent-10 .block-category.card { background-image: url("/modules/esprotectprodesign/views/img/categories/category-10-footwear-v1.png") !important; }
body#category:is(.category-id-parent-29,.category-id-parent-39,.category-id-parent-40,.category-id-parent-41) .block-category.card { background-image: url("/modules/esprotectprodesign/views/img/categories/category-29-tools-v1.png") !important; }
body#category.category-id-parent-30 .block-category.card { background-image: url("/modules/esprotectprodesign/views/img/categories/category-30-trades-v1.png") !important; }

body#category.category-id-11 .block-category.card { background-image: url("/modules/esprotectprodesign/views/img/categories/category-11-polos-v1.png") !important; }
body#category.category-id-12 .block-category.card { background-image: url("/modules/esprotectprodesign/views/img/categories/category-12-sweats-v1.png") !important; }
body#category.category-id-13 .block-category.card { background-image: url("/modules/esprotectprodesign/views/img/categories/category-13-fleece-v1.png") !important; }

body#category.page-category .block-category::before {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  top: 34px !important;
  bottom: 34px !important;
  left: 34px !important;
  width: min(520px, calc(52% - 34px)) !important;
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  border-radius: 15px !important;
  box-shadow: 0 14px 36px rgba(17,24,33,.13) !important;
  backdrop-filter: blur(8px) !important;
}

body#category.page-category .tv-category-cover {
  display: none !important;
}

body#category.page-category .tv-all-page-main-title-wrapper,
body#category.page-category #category-description {
  position: relative !important;
  z-index: 1 !important;
  width: min(430px, 45%) !important;
  max-width: 430px !important;
  max-height: 178px !important;
  overflow: hidden !important;
}

body#category.page-category .tv-all-page-main-title-wrapper {
  align-self: flex-start !important;
  margin: 0 0 22px !important;
}

body#category.page-category .tv-all-page-main-title-wrapper::before {
  display: block !important;
  margin-bottom: 14px !important;
  color: var(--espro-orange-dark) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: .13em !important;
}

body#category.category-id-3 .tv-all-page-main-title-wrapper::before { content: "TENUES PROFESSIONNELLES" !important; }
body#category.category-id-6 .tv-all-page-main-title-wrapper::before { content: "VISIBILITÉ & SÉCURITÉ" !important; }
body#category.category-id-9 .tv-all-page-main-title-wrapper::before { content: "PROTECTION INDIVIDUELLE" !important; }
body#category.category-id-10 .tv-all-page-main-title-wrapper::before { content: "SÉCURITÉ AU QUOTIDIEN" !important; }
body#category.category-id-29 .tv-all-page-main-title-wrapper::before { content: "OUTILLAGE PROFESSIONNEL" !important; }
body#category.category-id-30 .tv-all-page-main-title-wrapper::before { content: "ÉQUIPEMENT PAR SECTEUR" !important; }
body#category.category-id-72 .tv-all-page-main-title-wrapper::before { content: "MARQUAGE & BRODERIE" !important; }
body#category.category-id-parent-3 .tv-all-page-main-title-wrapper::before { content: "VÊTEMENTS DE TRAVAIL" !important; }
body#category.category-id-parent-6 .tv-all-page-main-title-wrapper::before { content: "HAUTE VISIBILITÉ" !important; }
body#category.category-id-parent-9 .tv-all-page-main-title-wrapper::before { content: "PROTECTION INDIVIDUELLE" !important; }
body#category.category-id-parent-10 .tv-all-page-main-title-wrapper::before { content: "CHAUSSURES PROFESSIONNELLES" !important; }
body#category:is(.category-id-parent-29,.category-id-parent-39,.category-id-parent-40,.category-id-parent-41) .tv-all-page-main-title-wrapper::before { content: "OUTILLAGE PROFESSIONNEL" !important; }
body#category.category-id-parent-30 .tv-all-page-main-title-wrapper::before { content: "TENUES PAR MÉTIER" !important; }

body#category.page-category .tv-all-page-main-title {
  color: #111821 !important;
  font-size: clamp(38px, 3.6vw, 54px) !important;
  line-height: 1.02 !important;
}

body#category.page-category #category-description,
body#category.page-category #category-description p,
body#category.page-category #category-description strong {
  color: #111821 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

body#category.page-category #category-description p:first-of-type strong {
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

body.page-category #left-column #search_filters,
body.page-search #left-column #search_filters {
  padding: 20px !important;
  background: var(--espro-white) !important;
  border: 1px solid var(--espro-line) !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 30px rgba(17,24,33,.06) !important;
}

body.page-category #search_filters .facet,
body.page-search #search_filters .facet {
  padding: 16px 0 !important;
  border-bottom: 1px solid var(--espro-line) !important;
}

body.page-category #search_filters .facet-title,
body.page-search #search_filters .facet-title {
  color: var(--espro-ink) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-transform: none !important;
}

body:not(#index) #js-product-list .products {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 0 -10px !important;
}

body:not(#index) .product-miniature {
  padding: 10px !important;
}

body:not(#index) .product-miniature .thumbnail-container,
body:not(#index) .product-miniature .tvproduct-wrapper {
  height: 100% !important;
  overflow: hidden !important;
  background: var(--espro-white) !important;
  border: 1px solid var(--espro-line) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 28px rgba(17,24,33,.07) !important;
}

body:not(#index) .product-miniature .tvproduct-image {
  padding: 16px !important;
  background: var(--espro-white) !important;
}

body:not(#index) .product-miniature .tvproduct-image img {
  width: 100% !important;
  height: 245px !important;
  object-fit: contain !important;
}

body:not(#index) .product-miniature .product-description {
  min-height: 128px !important;
  padding: 16px 18px 18px !important;
}

body:not(#index) .product-miniature .product-title h6 {
  color: var(--espro-ink) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

body:not(#index) .product-miniature .price {
  color: var(--espro-orange-dark) !important;
  font-size: 18px !important;
  font-weight: 850 !important;
}

body.page-product .tvprduct-image-info-wrapper {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr) !important;
  gap: 54px !important;
  margin: 0 0 34px !important;
  padding: 40px !important;
  background: var(--espro-white) !important;
  border: 1px solid var(--espro-line) !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 38px rgba(17,24,33,.08) !important;
}

body.page-product .tv-product-page-image,
body.page-product .tv-product-page-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-product .tv-product-page-content {
  text-align: left !important;
}

body.page-product .images-container {
  min-height: 540px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 28px !important;
  background: #fafbfc !important;
  border: 1px solid var(--espro-line) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

body.page-product .tvvertical-slider,
body.page-product .product-images,
body.page-product .product-images .slick-list,
body.page-product .product-images .slick-track,
body.page-product .product-images .slick-slide,
body.page-product .product-images .slick-slide > div,
body.page-product .tvcmsVerticalSlider {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-product .product-images .slick-list {
  overflow: hidden !important;
}

body.page-product .product-images .slick-track {
  transform: none !important;
}

body.page-product .product-images .slick-slide {
  float: none !important;
}

body.page-product .tv-product-page-image img,
body.page-product .tvcmsVerticalSlider img {
  width: 100% !important;
  height: auto !important;
  max-height: 480px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

body.page-product .tvproduct-title-brandimage {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 18px !important;
  align-items: start !important;
}

body.page-product .tvcms-product-brand-logo {
  position: static !important;
  float: none !important;
  margin: 0 !important;
}

body.page-product .tvcms-product-brand-logo img {
  width: auto !important;
  max-width: 130px !important;
  height: auto !important;
  max-height: 60px !important;
  object-fit: contain !important;
}

body.page-product .tvproduct-title-brandimage h1 {
  margin: 0 0 16px !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.08 !important;
}

body.page-product .product-prices {
  margin: 18px 0 !important;
  text-align: left !important;
}

body.page-product .current-price .price {
  color: var(--espro-orange-dark) !important;
  font-size: 34px !important;
  font-weight: 850 !important;
}

body.page-product .tvproduct-page-decs {
  margin: 18px 0 24px !important;
  color: var(--espro-slate) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  text-align: left !important;
}

body.page-product .product-information,
body.page-product .product-add-to-cart,
body.page-product #block-reassurance {
  text-align: left !important;
}

/* Product reassurance: keep only useful trust signals and present social
   profiles as compact icon buttons. */
body.page-product #block-reassurance {
  margin: 24px 0 10px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.page-product #block-reassurance ul {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) 56px 56px !important;
  gap: 10px !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-product #block-reassurance li {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.page-product #block-reassurance .block-reassurance-item {
  width: 100% !important;
  min-height: 64px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  color: var(--espro-ink) !important;
  background: var(--espro-white) !important;
  border: 1px solid var(--espro-line) !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 24px rgba(17,24,33,.06) !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}

body.page-product #block-reassurance .block-reassurance-item:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(243,107,33,.45) !important;
  box-shadow: 0 12px 28px rgba(17,24,33,.10) !important;
}

body.page-product #block-reassurance .block-reassurance-item > img {
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px !important;
  object-fit: contain !important;
}

body.page-product #block-reassurance .block-reassurance-item > span {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  font-family: "Open Sans", Arial, sans-serif !important;
}

body.page-product #block-reassurance .block-title {
  color: var(--espro-ink) !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

body.page-product #block-reassurance .block-description {
  color: var(--espro-slate) !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

body.page-product #block-reassurance li:has(.block-reassurance-item[onclick*="instagram.com"]),
body.page-product #block-reassurance li:has(.block-reassurance-item[onclick*="facebook.com"]) {
  width: 56px !important;
}

body.page-product #block-reassurance .block-reassurance-item[onclick*="instagram.com"],
body.page-product #block-reassurance .block-reassurance-item[onclick*="facebook.com"] {
  width: 56px !important;
  min-height: 56px !important;
  justify-content: center !important;
  padding: 4px !important;
  border-radius: 50% !important;
}

body.page-product #block-reassurance .block-reassurance-item[onclick*="instagram.com"] > span,
body.page-product #block-reassurance .block-reassurance-item[onclick*="facebook.com"] > span {
  display: none !important;
}

body.page-product #block-reassurance .block-reassurance-item[onclick*="instagram.com"] > img,
body.page-product #block-reassurance .block-reassurance-item[onclick*="facebook.com"] > img {
  width: 46px !important;
  height: 46px !important;
  flex-basis: 46px !important;
}

/* PayPal remains available at checkout, but its express banner and the
   floating purchase bar must not interrupt product reading. */
body.page-product #ps-checkout-express-button,
body.page-product #bon-stick-cart,
body.page-product .tvfooter-product-sticky-bottom {
  display: none !important;
}

/* All long descriptions use the same modern typeface and editorial rhythm as
   the rest of the ES Protect redesign, regardless of legacy inline styles. */
body.page-product #description .product-description.cms-description {
  max-width: 1320px !important;
  margin: 30px auto 44px !important;
  padding: clamp(26px, 4vw, 52px) !important;
  color: var(--espro-ink) !important;
  background: var(--espro-white) !important;
  border: 1px solid var(--espro-line) !important;
  border-left: 5px solid var(--espro-orange) !important;
  border-radius: 0 18px 18px 0 !important;
  box-shadow: 0 16px 42px rgba(17,24,33,.07) !important;
  font-family: "Open Sans", Arial, sans-serif !important;
}

body.page-product #description .product-description.cms-description,
body.page-product #description .product-description.cms-description * {
  font-family: "Open Sans", Arial, sans-serif !important;
}

body.page-product #description .product-description.cms-description > div:first-child {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  line-height: inherit !important;
}

body.page-product #description .product-description.cms-description p {
  margin: 0 0 18px !important;
  color: #2e3945 !important;
  font-size: 16px !important;
  font-weight: 450 !important;
  line-height: 1.72 !important;
}

body.page-product #description .product-description.cms-description h2,
body.page-product #description .product-description.cms-description h3,
body.page-product #description .product-description.cms-description h4,
body.page-product #description .product-description.cms-description div[style*="font-weight:bold"],
body.page-product #description .product-description.cms-description div[style*="font-weight: bold"] {
  margin: 0 0 12px !important;
  color: var(--espro-ink) !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: clamp(20px, 2vw, 25px) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: -.015em !important;
}

body.page-product #description .product-description.cms-description div[style*="border-top"] {
  margin: 28px 0 !important;
  border-color: var(--espro-line) !important;
}

body.page-product #description .product-description.cms-description span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  margin: 4px 7px 8px 0 !important;
  padding: 6px 12px !important;
  color: var(--espro-ink) !important;
  background: #fff7f1 !important;
  border: 1px solid rgba(243,107,33,.25) !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body.page-product .product-variants-item {
  margin: 0 0 20px !important;
}

body.page-product .product-variants-item .control-label,
body.page-product .product-add-to-cart .control-label {
  display: block !important;
  margin-bottom: 10px !important;
  color: var(--espro-ink) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

body.page-product .radio-label {
  min-width: 46px !important;
  padding: 10px 12px !important;
  color: var(--espro-ink) !important;
  background: var(--espro-white) !important;
  border: 1px solid var(--espro-line) !important;
  border-radius: 8px !important;
  text-align: center !important;
}

body.page-product input:checked + .radio-label {
  color: var(--espro-orange-dark) !important;
  border-color: var(--espro-orange) !important;
  box-shadow: 0 0 0 2px rgba(243,107,33,.12) !important;
}

body.page-product .product-add-to-cart {
  margin-top: 26px !important;
  padding-top: 22px !important;
  border-top: 1px solid var(--espro-line) !important;
}

body.page-product .product-add-to-cart .add-to-cart {
  min-height: 52px !important;
  padding: 0 28px !important;
  font-size: 16px !important;
}

body.page-cart .cart-grid {
  margin: 0 -12px !important;
}

body.page-cart .cart-grid-body,
body.page-cart .cart-grid-right {
  padding: 0 12px !important;
}

body.page-cart .cart-container,
body.page-cart .cart-summary {
  overflow: hidden !important;
  border-radius: 14px !important;
}

body.page-cart .cart-container .card-block,
body.page-cart .cart-summary .card-block {
  padding: 24px !important;
}

body.page-cart .cart-container h1 {
  margin: 0 !important;
  font-size: 34px !important;
}

body.page-cart .cart-summary-line {
  color: var(--espro-slate) !important;
  font-size: 15px !important;
}

body.page-cart .cart-total {
  color: var(--espro-ink) !important;
  font-size: 19px !important;
  font-weight: 800 !important;
}

body.page-cart .no-items {
  display: block !important;
  padding: 46px 24px !important;
  color: var(--espro-slate) !important;
  font-size: 16px !important;
  text-align: center !important;
}

body.page-authentication #content,
body.page-password #content,
body.page-registration #content,
body.page-contact #content,
body.page-my-account #content,
body.page-addresses #content,
body.page-identity #content {
  max-width: 820px !important;
  margin: 0 auto !important;
  padding: 34px !important;
  background: var(--espro-white) !important;
  border: 1px solid var(--espro-line) !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 38px rgba(17,24,33,.08) !important;
}

body.page-cms #main,
body.page-sitemap #main,
body.page-stores #main {
  padding: 38px !important;
  background: var(--espro-white) !important;
  border: 1px solid var(--espro-line) !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 38px rgba(17,24,33,.08) !important;
}

@media (max-width: 1199px) {
  body.page-category .block-category,
  body.page-product .tvprduct-image-info-wrapper {
    grid-template-columns: 1fr !important;
  }

  body.page-category .tv-category-cover {
    grid-row: auto !important;
  }

  body.page-category .tv-category-cover img {
    height: min(300px, 32vw) !important;
  }
}

@media (max-width: 820px) {
  body:not(#index) #wrapper {
    padding: 18px 0 48px !important;
  }

  body:not(#index) #wrapper > .container,
  body:not(#index) #wrapper .container.tv-breadcrumb-wrapper {
    width: calc(100% - 24px) !important;
  }

  body.page-category .block-category,
  body.page-product .tvprduct-image-info-wrapper,
  body.page-authentication #content,
  body.page-password #content,
  body.page-registration #content,
  body.page-contact #content,
  body.page-my-account #content,
  body.page-cms #main {
    padding: 22px !important;
    border-radius: 12px !important;
  }

  body.page-category .tv-category-cover img {
    height: 210px !important;
  }

  body#category.page-category .block-category.card {
    min-height: 600px !important;
    justify-content: flex-end !important;
    margin: 24px 0 30px !important;
    padding: 36px !important;
    background-position: 68% center !important;
  }

  body#category.page-category .block-category::before {
    top: auto !important;
    right: 18px !important;
    bottom: 18px !important;
    left: 18px !important;
    width: auto !important;
    height: 280px !important;
  }

  body#category.page-category .tv-all-page-main-title-wrapper,
  body#category.page-category #category-description {
    width: 100% !important;
    max-width: none !important;
  }

  body#category.page-category .tv-all-page-main-title {
    font-size: 34px !important;
  }

  body.page-product .tvproduct-title-brandimage h1 {
    font-size: 30px !important;
  }

  body.page-product .images-container {
    min-height: 360px !important;
    padding: 16px !important;
  }

  body.page-product .tv-product-page-image img,
  body.page-product .tvcmsVerticalSlider img {
    max-height: 328px !important;
  }

  body.page-product #block-reassurance ul {
    grid-template-columns: 1fr 1fr !important;
  }

  body.page-product #block-reassurance li:has(.block-reassurance-item[onclick*="instagram.com"]),
  body.page-product #block-reassurance li:has(.block-reassurance-item[onclick*="facebook.com"]) {
    justify-self: start !important;
  }

  body.page-product #description .product-description.cms-description {
    margin: 20px 0 32px !important;
    padding: 24px 20px !important;
    border-left-width: 4px !important;
    border-radius: 0 12px 12px 0 !important;
  }

  body.page-product #description .product-description.cms-description p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  body.page-cart .cart-grid-right {
    margin-top: 22px !important;
  }
}

.espro-home,
.espro-home * {
  box-sizing: border-box;
}

.espro-home {
  background: var(--espro-white);
  color: var(--espro-ink);
  font-family: "Open Sans", Arial, sans-serif;
  overflow: hidden;
}

.espro-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.espro-hero {
  min-height: clamp(560px, 64vw, 760px);
  position: relative;
  display: flex;
  align-items: center;
  background: var(--espro-ink);
  isolation: isolate;
}

@media (min-width: 821px) {
  .espro-hero {
    min-height: 0;
    aspect-ratio: 1920 / 824;
  }

  .espro-hero__image {
    object-fit: contain;
    object-position: center;
  }
}

.espro-hero__image,
.espro-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.espro-hero__image {
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.espro-hero__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 14, 21, .96) 0%, rgba(8, 14, 21, .82) 30%, rgba(8, 14, 21, .28) 60%, rgba(8, 14, 21, .08) 100%);
}

.espro-hero__content {
  color: var(--espro-white);
  padding-top: 54px;
  padding-bottom: 54px;
}

.espro-eyebrow {
  color: #ff9b63;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.espro-eyebrow::before {
  width: 32px;
  height: 3px;
  content: "";
  background: var(--espro-orange);
  border-radius: 10px;
}

.espro-eyebrow--dark {
  color: var(--espro-orange-dark);
}

.espro-hero h1 {
  color: var(--espro-white);
  max-width: 720px;
  margin: 20px 0 22px;
  font-size: clamp(44px, 5.5vw, 78px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 900;
  text-transform: none;
}

.espro-hero p {
  max-width: 650px;
  color: rgba(255, 255, 255, .82);
  margin: 0;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
}

.espro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.espro-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .015em;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.espro-button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.espro-button--primary {
  color: var(--espro-white) !important;
  background: var(--espro-orange);
  border: 2px solid var(--espro-orange);
}

.espro-button--primary:hover {
  background: var(--espro-orange-dark);
  border-color: var(--espro-orange-dark);
}

.espro-button--ghost {
  color: var(--espro-white) !important;
  background: rgba(255,255,255,.06);
  border: 2px solid rgba(255,255,255,.48);
  backdrop-filter: blur(8px);
}

.espro-proof {
  background: var(--espro-white);
  border-bottom: 1px solid var(--espro-line);
}

.espro-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.espro-proof__grid > div {
  min-height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 28px;
  border-right: 1px solid var(--espro-line);
}

.espro-proof__grid > div:first-child {
  border-left: 1px solid var(--espro-line);
}

.espro-proof strong {
  color: var(--espro-ink);
  font-size: 16px;
  line-height: 1.2;
}

.espro-proof span {
  color: var(--espro-slate);
  margin-top: 6px;
  font-size: 13px;
}

.espro-section {
  padding: clamp(70px, 8vw, 112px) 0;
}

.espro-section__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 42px;
}

.espro-section__heading h2,
.espro-custom h2 {
  color: var(--espro-ink);
  margin: 12px 0 0;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.035em;
  text-transform: none;
}

.espro-section__heading > p {
  color: var(--espro-slate);
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.espro-needs {
  background: var(--espro-cream);
}

.espro-needs__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.espro-need-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  color: var(--espro-ink) !important;
  background: var(--espro-white);
  border: 1px solid var(--espro-line);
  border-radius: var(--espro-radius);
  box-shadow: 0 4px 20px rgba(17, 24, 33, .04);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.espro-need-card:hover {
  transform: translateY(-6px);
  border-color: rgba(243, 107, 33, .5);
  box-shadow: var(--espro-shadow);
  text-decoration: none;
}

.espro-need-card__icon {
  width: 58px;
  height: 58px;
  display: block;
  margin-bottom: 32px;
  border-radius: 16px;
  background: #fff0e7;
  position: relative;
}

.espro-need-card__icon::before,
.espro-need-card__icon::after {
  content: "";
  position: absolute;
  border: 3px solid var(--espro-orange);
}

.espro-icon--workwear::before { width: 24px; height: 30px; left: 17px; top: 14px; border-radius: 6px 6px 10px 10px; }
.espro-icon--workwear::after { width: 12px; height: 10px; left: 23px; top: 10px; border-bottom: 0; border-radius: 8px 8px 0 0; }
.espro-icon--shoe::before { width: 32px; height: 17px; left: 13px; top: 24px; border-radius: 4px 12px 7px 7px; transform: skewX(-12deg); }
.espro-icon--shoe::after { width: 20px; height: 3px; left: 19px; top: 18px; border-width: 0 0 3px; }
.espro-icon--helmet::before { width: 30px; height: 22px; left: 14px; top: 15px; border-radius: 20px 20px 4px 4px; }
.espro-icon--helmet::after { width: 38px; height: 3px; left: 10px; top: 37px; border-width: 0 0 3px; }
.espro-icon--visibility::before { width: 28px; height: 34px; left: 15px; top: 12px; border-radius: 6px; }
.espro-icon--visibility::after { width: 22px; height: 8px; left: 18px; top: 28px; border-width: 3px 0; }
.espro-icon--tool::before { width: 31px; height: 11px; left: 14px; top: 24px; border-radius: 8px; transform: rotate(-42deg); }
.espro-icon--tool::after { width: 14px; height: 14px; left: 33px; top: 9px; border-radius: 50%; border-left-color: transparent; }

.espro-need-card strong {
  font-size: 20px;
  line-height: 1.25;
}

.espro-need-card > span:not(.espro-need-card__icon) {
  color: var(--espro-slate);
  margin-top: 10px;
  font-size: 15.5px;
  line-height: 1.5;
}

.espro-need-card em {
  color: var(--espro-orange-dark);
  margin-top: auto;
  padding-top: 24px;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.espro-trades {
  color: var(--espro-white);
  background: var(--espro-navy);
  position: relative;
}

.espro-trades::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 85% 10%, rgba(243, 107, 33, .18), transparent 30%);
}

.espro-trades .espro-shell {
  position: relative;
}

.espro-section__heading--light h2,
.espro-section__heading--light > p {
  color: var(--espro-white);
}

.espro-section__heading--light > p {
  opacity: .72;
}

.espro-trades__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.espro-trade-card {
  min-height: 166px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: start;
  padding: 28px;
  color: var(--espro-white) !important;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--espro-radius);
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.espro-trade-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .1);
  border-color: rgba(243, 107, 33, .72);
  text-decoration: none;
}

.espro-trade-card__number {
  color: var(--espro-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.espro-trade-card strong {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}

.espro-trade-card div span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .67);
  font-size: 14px;
  line-height: 1.5;
}

.espro-trade-card > b {
  color: var(--espro-orange);
  font-size: 22px;
}

.espro-text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 34px;
  color: var(--espro-white) !important;
  font-size: 14px;
  font-weight: 800;
}

.espro-text-link:hover {
  color: #ffad7d !important;
  text-decoration: none;
}

.espro-text-link--dark {
  color: var(--espro-orange-dark) !important;
  margin-top: 0;
}

.espro-products {
  background: var(--espro-white);
}

.espro-products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.espro-product-card {
  overflow: hidden;
  background: var(--espro-white);
  border: 1px solid var(--espro-line);
  border-radius: var(--espro-radius);
  transition: transform .2s ease, box-shadow .2s ease;
}

.espro-product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--espro-shadow);
}

.espro-product-card__image {
  display: block;
  aspect-ratio: 6 / 7;
  padding: 16px;
  background: var(--espro-cream);
}

.espro-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.espro-product-card__body {
  min-height: 122px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
}

.espro-product-card__body a {
  color: var(--espro-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.espro-product-card__body strong {
  color: var(--espro-orange-dark);
  margin-top: auto;
  font-size: 18px;
}

.espro-custom {
  padding: 74px 0;
  color: var(--espro-white);
  background: var(--espro-orange);
}

.espro-custom__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 64px;
}

.espro-custom .espro-eyebrow {
  color: rgba(255,255,255,.82);
}

.espro-custom .espro-eyebrow::before {
  background: var(--espro-white);
}

.espro-custom h2 {
  color: var(--espro-white);
  margin-top: 10px;
}

.espro-custom p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 16px;
  line-height: 1.65;
}

.espro-button--light {
  color: var(--espro-ink) !important;
  background: var(--espro-white);
  border: 2px solid var(--espro-white);
  white-space: nowrap;
}

@media (max-width: 1199px) {
  body #footer .tvfooter-storelogo-imformation {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 38px !important;
  }

  body #header .tvcmsmobile-top-wrapper {
    display: none !important;
  }

  body #header #tvcms-mobile-view-header,
  body #header .tvcmsmobile-header-search-logo-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 88px !important;
    min-height: 88px !important;
    display: block !important;
    background: var(--espro-white) !important;
  }

  body #header .tvcmsmobile-header-logo-right-wrapper,
  body #header #tvcmsmobile-header-logo {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 88px !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 140px 0 60px !important;
  }

  body #header #tvcmsmobile-header-logo .tv-header-logo {
    width: 100% !important;
    height: 88px !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body #header #tvcmsmobile-header-logo .logo {
    width: 195px !important;
    max-width: 195px !important;
    max-height: 55px !important;
  }

  body #header .tvcmsmobile-header-menu {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 5 !important;
    width: 60px !important;
    height: 88px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body #header .tvcmsmobile-header-search {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 6 !important;
    width: 140px !important;
    height: 88px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding-right: 15px !important;
  }

  body #header #_desktop_search,
  body #header #tvcmsmobile-account-button,
  body #header #tvmobile-cart,
  body #header #_desktop_cart,
  body #header #_desktop_cart .tvheader-cart-wrapper {
    width: auto !important;
    height: 52px !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
}

@media (max-width: 1100px) {
  .espro-needs__grid { grid-template-columns: repeat(3, 1fr); }
  .espro-products__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  body #footer .footer-container {
    padding: 42px 0 24px !important;
  }

  body #footer .tvfooter-storelogo-imformation {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body #footer .tvfooter-storelogo-imformation > div {
    padding: 18px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.1) !important;
  }

  body #footer .tvfooter-title-wrapper {
    margin: 0 !important;
  }

  body #footer .collapse:not(.show):not(.in) {
    display: none !important;
  }

  body #footer .collapse.show,
  body #footer .collapse.in {
    display: block !important;
  }

  body #header .tv-header-logo img,
  body #header .logo { max-width: 165px !important; max-height: 62px !important; }
  body #header .tv-header-menu,
  body #header .tv-header-logo,
  body #header .tv-header-right { min-height: 74px !important; }
  .espro-shell { width: min(100% - 28px, 720px); }
  .espro-hero {
    min-height: 0;
    display: block;
    background: var(--espro-ink);
  }
  .espro-hero__image {
    height: auto;
    aspect-ratio: 1920 / 824;
    object-fit: contain;
    object-position: center;
  }
  .espro-hero__shade {
    bottom: auto;
    height: auto;
    aspect-ratio: 1920 / 824;
    background: linear-gradient(0deg, rgba(8,14,21,.32) 0%, rgba(8,14,21,.04) 100%);
  }
  .espro-hero__content {
    padding-top: calc((100vw * 824 / 1920) + 30px);
    padding-bottom: 48px;
  }
  .espro-proof__grid { grid-template-columns: repeat(2, 1fr); }
  .espro-proof__grid > div { border-bottom: 1px solid var(--espro-line); }
  .espro-section__heading { grid-template-columns: 1fr; gap: 18px; }
  .espro-needs__grid { grid-template-columns: repeat(2, 1fr); }
  .espro-trades__grid { grid-template-columns: repeat(2, 1fr); }
  .espro-products__grid { grid-template-columns: repeat(2, 1fr); }
  .espro-custom__inner { grid-template-columns: 1fr; gap: 30px; }
  body .tvcookies-notice-img-inner { align-items: stretch !important; flex-direction: column; gap: 12px !important; }
  body .tvcookie-btn-wrapper { width: 100%; }
  body .tvcookie-btn-wrapper button { flex: 1; }
  body .tvcms-newsletter-inner { width: calc(100% - 28px) !important; }
  body .tvnewsletter-block { grid-template-columns: 1fr !important; gap: 18px !important; }
}

@media (max-width: 540px) {
  .espro-shell { width: calc(100% - 24px); }
  .espro-hero h1 { font-size: 42px; }
  .espro-actions { flex-direction: column; }
  .espro-button { width: 100%; }
  .espro-proof__grid { grid-template-columns: 1fr; }
  .espro-proof__grid > div,
  .espro-proof__grid > div:first-child { min-height: 84px; padding: 18px 16px; border-left: 0; border-right: 0; }
  .espro-section { padding: 64px 0; }
  .espro-section__heading h2,
  .espro-custom h2 { font-size: 34px; }
  .espro-needs__grid,
  .espro-trades__grid { grid-template-columns: 1fr; }
  .espro-need-card { min-height: 230px; }
  .espro-products__grid { gap: 12px; }
  .espro-product-card__body { min-height: 116px; padding: 14px; }
  .espro-product-card__body a { font-size: 13px; }
  .espro-custom { padding: 60px 0; }
  body .tvcms-newsletter-wrapper-background { padding: 28px 0 !important; }
  body .tvnewsleeter-input-button-wraper { grid-template-columns: 1fr !important; }
  body .tvnewsleteer-btn-wrapper button { width: 100% !important; }
}

/* ES PROTECT - pictogrammes d'en-tete alignes sur l'epaisseur du panier. */
body #header .tvheader-search-btn i,
body #header .tvheader-search-btn .material-icons {
  font-size: 25px !important;
  font-weight: 900 !important;
  -webkit-text-stroke: .7px currentColor;
}

body #header .tv-myaccount-btn svg {
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
}

body #header .tv-myaccount-btn svg #XMLID_28_ {
  stroke: #111 !important;
  stroke-width: 9 !important;
}

body #header .tv-myaccount-btn svg #XMLID_12_ {
  stroke: #111 !important;
  stroke-width: 28 !important;
}

@media (min-width: 821px) {
  .espro-hero__image {
    object-fit: contain !important;
    object-position: center !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .espro-home * { scroll-behavior: auto !important; transition: none !important; }
}

/* Preserve the enlarged logo without letting it run under the header icons on
   very small phones. The logo keeps a one-pixel safety gap before the search
   control at 320 px and grows progressively up to 152 px at 360 px. */
@media (max-width: 360px) {
  body #header #tvcmsmobile-header-logo .logo {
    width: calc(100vw - 208px) !important;
    max-width: 152px !important;
    max-height: 45px !important;
  }
}

/* CMS 1 - Livraison: clear information hierarchy without nested page frames. */
html body#cms.cms-id-1 #wrapper {
  padding-top: 42px !important;
  padding-bottom: 72px !important;
}

body.cms-id-1 #content-wrapper {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

body.cms-id-1 #main,
body.cms-id-1 #content {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.cms-id-1 #main {
  padding: 0 !important;
}

body.cms-id-1 #content {
  margin: 0 !important;
  padding: 0 !important;
}

body.cms-id-1 #content > div {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  color: #465466 !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

body.cms-id-1 #content > div > div {
  margin: 0 !important;
  padding: 28px 30px !important;
  background: #fff !important;
  border: 1px solid #dfe4e8 !important;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(17, 24, 33, .07);
}

body.cms-id-1 #content > div > div:first-child {
  grid-column: 1 / -1;
  padding: 42px 46px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #0d2031 0%, #163a56 100%) !important;
  border: 0 !important;
  box-shadow: 0 18px 42px rgba(13, 32, 49, .18);
}

body.cms-id-1 #content > div > div:first-child h2 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.cms-id-1 #content > div > div:first-child p {
  max-width: 780px;
  margin: 0 !important;
  color: rgba(255, 255, 255, .84) !important;
  font-size: 17px !important;
}

body.cms-id-1 #content > div > div:nth-child(2) {
  grid-column: 1 / -1;
}

body.cms-id-1 #content > div > div:nth-child(2) > div {
  margin: 18px 0 !important;
  padding: 18px 20px !important;
  color: #172333 !important;
  background: #f5f7f9 !important;
  border: 0 !important;
  border-radius: 12px;
}

body.cms-id-1 #content > div > div:last-child {
  grid-column: 1 / -1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 18px 24px !important;
  color: #fff !important;
  text-align: center !important;
  background: #0d2031 !important;
  border: 0 !important;
  box-shadow: none;
}

body.cms-id-1 #content > div > div:last-child p {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  line-height: 1.4 !important;
}

body.cms-id-1 #content h3 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px !important;
  padding: 0 0 12px !important;
  color: #172333 !important;
  border: 0 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

body.cms-id-1 #content h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #f36b21;
  border-radius: 999px;
}

body.cms-id-1 #content p {
  margin: 0 0 12px !important;
  color: #566476 !important;
}

body.cms-id-1 #content p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 820px) {
  html body#cms.cms-id-1 #wrapper {
    padding-top: 28px !important;
    padding-bottom: 48px !important;
  }

  body.cms-id-1 #content-wrapper {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  body.cms-id-1 #content > div {
    grid-template-columns: 1fr;
    gap: 16px;
    font-size: 15px !important;
  }

  body.cms-id-1 #content > div > div,
  body.cms-id-1 #content > div > div:first-child {
    grid-column: 1;
    padding: 24px 22px !important;
    border-radius: 14px;
  }

  body.cms-id-1 #content > div > div:first-child h2 {
    font-size: 29px !important;
  }

  body.cms-id-1 #content > div > div:first-child p {
    font-size: 15px !important;
  }

  body.cms-id-1 #content h3 {
    font-size: 20px !important;
  }
}

/* CMS 16 - Retours et échanges: clear, consistent information cards. */
html body#cms.cms-id-16 #wrapper {
  padding-top: 42px !important;
  padding-bottom: 72px !important;
}

body.cms-id-16 #content-wrapper {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

body.cms-id-16 #main,
body.cms-id-16 #content {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.cms-id-16 #main {
  padding: 0 !important;
}

body.cms-id-16 #content {
  margin: 0 !important;
  padding: 0 !important;
}

body.cms-id-16 #content > div {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  color: #465466 !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

body.cms-id-16 #content > div > div {
  margin: 0 !important;
  padding: 28px 30px !important;
  color: #465466 !important;
  background: #fff !important;
  border: 1px solid #dfe4e8 !important;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(17, 24, 33, .07);
}

body.cms-id-16 #content > div > div:first-child {
  grid-column: 1 / -1;
  padding: 42px 46px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #0d2031 0%, #163a56 100%) !important;
  border: 0 !important;
  box-shadow: 0 18px 42px rgba(13, 32, 49, .18);
}

body.cms-id-16 #content > div > div:first-child h2 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.cms-id-16 #content > div > div:first-child p {
  max-width: 850px;
  margin: 0 !important;
  color: rgba(255, 255, 255, .86) !important;
  font-size: 17px !important;
}

body.cms-id-16 #content > div > div:nth-child(12),
body.cms-id-16 #content > div > div:nth-child(13),
body.cms-id-16 #content > div > div:last-child {
  grid-column: 1 / -1;
}

body.cms-id-16 #content > div > div:nth-child(13) {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  color: #fff !important;
  text-align: center !important;
  background: #0d2031 !important;
  border: 0 !important;
  box-shadow: none;
}

body.cms-id-16 #content > div > div:nth-child(13) h3 {
  width: auto;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
  color: #fff !important;
  text-align: center !important;
}

body.cms-id-16 #content > div > div:nth-child(13) h3::after {
  display: none;
}

body.cms-id-16 #content > div > div:nth-child(13) p {
  color: rgba(255, 255, 255, .84) !important;
  text-align: center !important;
}

body.cms-id-16 #content > div > div:nth-child(13) a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 10px;
  padding: 11px 22px !important;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  background: #f36b21 !important;
  border: 0 !important;
  border-radius: 10px;
}

body.cms-id-16 #content > div > div:last-child {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  color: #172333 !important;
  text-align: center !important;
  background: #f5f7f9 !important;
  box-shadow: none;
}

body.cms-id-16 #content h3 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px !important;
  padding: 0 0 12px !important;
  color: #172333 !important;
  border: 0 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

body.cms-id-16 #content h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #f36b21;
  border-radius: 999px;
}

body.cms-id-16 #content p {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #566476 !important;
}

body.cms-id-16 #content p:last-child {
  margin-bottom: 0 !important;
}

body.cms-id-16 #content ul {
  margin: 8px 0 0 !important;
  padding-left: 22px !important;
}

body.cms-id-16 #content li {
  margin-bottom: 7px;
}

@media (max-width: 820px) {
  html body#cms.cms-id-16 #wrapper {
    padding-top: 28px !important;
    padding-bottom: 48px !important;
  }

  body.cms-id-16 #content-wrapper {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  body.cms-id-16 #content > div {
    grid-template-columns: 1fr;
    gap: 16px;
    font-size: 15px !important;
  }

  body.cms-id-16 #content > div > div,
  body.cms-id-16 #content > div > div:first-child {
    grid-column: 1;
    padding: 24px 22px !important;
    border-radius: 14px;
  }

  body.cms-id-16 #content > div > div:first-child h2 {
    font-size: 29px !important;
  }

  body.cms-id-16 #content > div > div:first-child p {
    font-size: 15px !important;
  }

  body.cms-id-16 #content > div > div:nth-child(13) {
    min-height: 0;
  }

  body.cms-id-16 #content h3 {
    font-size: 20px !important;
  }
}

/* CMS 2 - Mentions légales: readable legal information cards. */
html body#cms.cms-id-2 #wrapper {
  padding-top: 42px !important;
  padding-bottom: 72px !important;
}

body.cms-id-2 #content-wrapper {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

body.cms-id-2 #main,
body.cms-id-2 #content {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.cms-id-2 #main {
  padding: 0 !important;
}

body.cms-id-2 #content {
  margin: 0 !important;
  padding: 0 !important;
}

body.cms-id-2 #content > div {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  color: #465466 !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

body.cms-id-2 #content > div > div {
  margin: 0 !important;
  padding: 28px 30px !important;
  color: #465466 !important;
  background: #fff !important;
  border: 1px solid #dfe4e8 !important;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(17, 24, 33, .07);
}

body.cms-id-2 #content > div > div:first-child {
  grid-column: 1 / -1;
  padding: 42px 46px !important;
  color: #fff !important;
  text-align: center !important;
  background: linear-gradient(135deg, #0d2031 0%, #163a56 100%) !important;
  border: 0 !important;
  box-shadow: 0 18px 42px rgba(13, 32, 49, .18);
}

body.cms-id-2 #content > div > div:first-child h2 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.cms-id-2 #content > div > div:first-child p {
  max-width: 820px;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, .86) !important;
  font-size: 17px !important;
}

body.cms-id-2 #content > div > div:last-child {
  grid-column: 1 / -1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  color: #fff !important;
  text-align: center !important;
  background: #0d2031 !important;
  border: 0 !important;
  box-shadow: none;
}

body.cms-id-2 #content > div > div:last-child p {
  color: #fff !important;
  text-align: center !important;
}

body.cms-id-2 #content > div > div > div {
  margin: 16px 0 !important;
  padding: 18px 20px !important;
  color: #172333 !important;
  background: #f5f7f9 !important;
  border: 0 !important;
  border-radius: 12px;
}

body.cms-id-2 #content h3 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px !important;
  padding: 0 0 12px !important;
  color: #172333 !important;
  border: 0 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

body.cms-id-2 #content h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #f36b21;
  border-radius: 999px;
}

body.cms-id-2 #content p {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #566476 !important;
}

body.cms-id-2 #content p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 820px) {
  html body#cms.cms-id-2 #wrapper {
    padding-top: 28px !important;
    padding-bottom: 48px !important;
  }

  body.cms-id-2 #content-wrapper {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  body.cms-id-2 #content > div {
    grid-template-columns: 1fr;
    gap: 16px;
    font-size: 15px !important;
  }

  body.cms-id-2 #content > div > div,
  body.cms-id-2 #content > div > div:first-child {
    grid-column: 1;
    padding: 24px 22px !important;
    border-radius: 14px;
  }

  body.cms-id-2 #content > div > div:first-child h2 {
    font-size: 29px !important;
  }

  body.cms-id-2 #content > div > div:first-child p {
    font-size: 15px !important;
  }

  body.cms-id-2 #content h3 {
    font-size: 20px !important;
  }
}

/* Newsletter consent: keep the checkbox, remove the framed text effect globally. */
#footer .psgdpr_consent_message > span:last-child {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* CMS 3 - Conditions générales de vente: structured long-form legal content. */
html body#cms.cms-id-3 #wrapper {
  padding-top: 42px !important;
  padding-bottom: 72px !important;
}

body.cms-id-3 #content-wrapper {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

body.cms-id-3 #main,
body.cms-id-3 #content {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.cms-id-3 #main {
  padding: 0 !important;
}

body.cms-id-3 #content {
  margin: 0 !important;
  padding: 0 !important;
}

body.cms-id-3 #content > div {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  color: #465466 !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

body.cms-id-3 #content > div > div {
  margin: 0 !important;
  padding: 28px 30px !important;
  color: #465466 !important;
  background: #fff !important;
  border: 1px solid #dfe4e8 !important;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(17, 24, 33, .07);
}

body.cms-id-3 #content > div > div:first-child {
  grid-column: 1 / -1;
  padding: 42px 46px !important;
  color: #fff !important;
  text-align: center !important;
  background: linear-gradient(135deg, #0d2031 0%, #163a56 100%) !important;
  border: 0 !important;
  box-shadow: 0 18px 42px rgba(13, 32, 49, .18);
}

body.cms-id-3 #content > div > div:first-child h2 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.cms-id-3 #content > div > div:first-child p {
  max-width: 880px;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, .86) !important;
  font-size: 17px !important;
}

body.cms-id-3 #content > div > div:nth-child(2),
body.cms-id-3 #content > div > div:nth-child(11),
body.cms-id-3 #content > div > div:nth-child(12),
body.cms-id-3 #content > div > div:nth-child(15),
body.cms-id-3 #content > div > div:nth-child(16),
body.cms-id-3 #content > div > div:nth-child(25),
body.cms-id-3 #content > div > div:nth-child(26),
body.cms-id-3 #content > div > div:nth-child(27),
body.cms-id-3 #content > div > div:nth-child(28),
body.cms-id-3 #content > div > div:last-child {
  grid-column: 1 / -1;
}

body.cms-id-3 #content > div > div:nth-child(2) {
  color: #172333 !important;
  background: #f5f7f9 !important;
  box-shadow: none;
}

body.cms-id-3 #content > div > div:last-child {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  color: #fff !important;
  text-align: center !important;
  background: #0d2031 !important;
  border: 0 !important;
  box-shadow: none;
}

body.cms-id-3 #content > div > div:last-child p {
  color: #fff !important;
  text-align: center !important;
}

body.cms-id-3 #content > div > div > div {
  margin: 16px 0 !important;
  padding: 18px 20px !important;
  color: #172333 !important;
  background: #f5f7f9 !important;
  border: 0 !important;
  border-radius: 12px;
}

body.cms-id-3 #content h3 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px !important;
  padding: 0 0 12px !important;
  color: #172333 !important;
  border: 0 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

body.cms-id-3 #content h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #f36b21;
  border-radius: 999px;
}

body.cms-id-3 #content p {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #566476 !important;
}

body.cms-id-3 #content p:last-child {
  margin-bottom: 0 !important;
}

body.cms-id-3 #content ul {
  margin: 8px 0 0 !important;
  padding-left: 22px !important;
}

body.cms-id-3 #content li {
  margin-bottom: 7px;
}

@media (max-width: 820px) {
  html body#cms.cms-id-3 #wrapper {
    padding-top: 28px !important;
    padding-bottom: 48px !important;
  }

  body.cms-id-3 #content-wrapper {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  body.cms-id-3 #content > div {
    grid-template-columns: 1fr;
    gap: 16px;
    font-size: 15px !important;
  }

  body.cms-id-3 #content > div > div,
  body.cms-id-3 #content > div > div:first-child {
    grid-column: 1;
    padding: 24px 22px !important;
    border-radius: 14px;
  }

  body.cms-id-3 #content > div > div:first-child h2 {
    font-size: 29px !important;
  }

  body.cms-id-3 #content > div > div:first-child p {
    font-size: 15px !important;
  }

  body.cms-id-3 #content h3 {
    font-size: 20px !important;
  }
}

/* ================================================================
   PAGE POLITIQUE DE CONFIDENTIALITE — PRESENTATION HARMONISEE
   ================================================================ */

html body#cms.cms-id-15 #wrapper {
  padding-top: 42px !important;
  padding-bottom: 64px !important;
  background: #f3f5f7 !important;
}

body.cms-id-15 #content-wrapper {
  max-width: 1320px;
  margin: 0 auto;
}

body.cms-id-15 #content {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.cms-id-15 #content > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: none !important;
  margin: 0 !important;
  color: #566476 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

body.cms-id-15 #content > div > div {
  min-width: 0;
  margin: 0 !important;
  padding: 28px 30px !important;
  color: #566476 !important;
  background: #fff !important;
  border: 1px solid #e1e6eb !important;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(13, 32, 49, .06);
}

body.cms-id-15 #content > div > div:first-child {
  grid-column: 1 / -1;
  padding: 42px 34px !important;
  color: #fff !important;
  text-align: center !important;
  background: #0d2031 !important;
  border: 0 !important;
}

body.cms-id-15 #content > div > div:first-child h2 {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.cms-id-15 #content > div > div:first-child p {
  max-width: 880px;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, .86) !important;
  font-size: 17px !important;
  text-align: center !important;
}

body.cms-id-15 #content > div > div:nth-child(6),
body.cms-id-15 #content > div > div:nth-child(17),
body.cms-id-15 #content > div > div:nth-child(18),
body.cms-id-15 #content > div > div:last-child {
  grid-column: 1 / -1;
}

body.cms-id-15 #content > div > div:nth-child(18) {
  color: #fff !important;
  text-align: center !important;
  background: #0d2031 !important;
  border: 0 !important;
  box-shadow: none;
}

body.cms-id-15 #content > div > div:nth-child(18) h3,
body.cms-id-15 #content > div > div:nth-child(18) p {
  color: #fff !important;
  text-align: center !important;
}

body.cms-id-15 #content > div > div:nth-child(18) h3 {
  margin-right: auto !important;
  margin-left: auto !important;
}

body.cms-id-15 #content > div > div:nth-child(18) h3::after {
  left: 50%;
  transform: translateX(-50%);
}

body.cms-id-15 #content > div > div:nth-child(18) a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 8px;
  padding: 12px 24px;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  background: #f36b21;
  border-radius: 10px;
}

body.cms-id-15 #content > div > div:last-child {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  color: #fff !important;
  text-align: center !important;
  background: #0d2031 !important;
  border: 0 !important;
  box-shadow: none;
}

body.cms-id-15 #content > div > div:last-child p {
  margin: 0 !important;
  color: #fff !important;
  text-align: center !important;
}

body.cms-id-15 #content h3 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px !important;
  padding: 0 0 12px !important;
  color: #172333 !important;
  border: 0 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

body.cms-id-15 #content h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #f36b21;
  border-radius: 999px;
}

body.cms-id-15 #content p {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #566476 !important;
}

body.cms-id-15 #content p:last-child {
  margin-bottom: 0 !important;
}

body.cms-id-15 #content ul {
  margin: 8px 0 0 !important;
  padding-left: 22px !important;
}

body.cms-id-15 #content li {
  margin-bottom: 7px;
}

@media (max-width: 820px) {
  html body#cms.cms-id-15 #wrapper {
    padding-top: 28px !important;
    padding-bottom: 48px !important;
  }

  body.cms-id-15 #content-wrapper {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  body.cms-id-15 #content > div {
    grid-template-columns: 1fr;
    gap: 16px;
    font-size: 15px !important;
  }

  body.cms-id-15 #content > div > div,
  body.cms-id-15 #content > div > div:first-child {
    grid-column: 1;
    padding: 24px 22px !important;
    border-radius: 14px;
  }

  body.cms-id-15 #content > div > div:first-child h2 {
    font-size: 29px !important;
  }

  body.cms-id-15 #content > div > div:first-child p {
    font-size: 15px !important;
  }

  body.cms-id-15 #content h3 {
    font-size: 20px !important;
  }
}

/* ================================================================
   PAGE FAQ — PRESENTATION HARMONISEE
   ================================================================ */

html body#cms.cms-id-17 #wrapper {
  padding-top: 42px !important;
  padding-bottom: 64px !important;
  background: #f3f5f7 !important;
}

body.cms-id-17 #content-wrapper {
  max-width: 1320px;
  margin: 0 auto;
}

body.cms-id-17 #content {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.cms-id-17 #content > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: none !important;
  margin: 0 !important;
  color: #566476 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

body.cms-id-17 #content > div > div {
  min-width: 0;
  margin: 0 !important;
  padding: 28px 30px !important;
  color: #566476 !important;
  background: #fff !important;
  border: 1px solid #e1e6eb !important;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(13, 32, 49, .06);
}

body.cms-id-17 #content > div > div:first-child {
  grid-column: 1 / -1;
  padding: 42px 34px !important;
  color: #fff !important;
  text-align: center !important;
  background: #0d2031 !important;
  border: 0 !important;
}

body.cms-id-17 #content > div > div:first-child h2 {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.cms-id-17 #content > div > div:first-child p {
  max-width: 880px;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, .86) !important;
  font-size: 17px !important;
  text-align: center !important;
}

body.cms-id-17 #content > div > div:nth-child(2),
body.cms-id-17 #content > div > div:nth-child(9),
body.cms-id-17 #content > div > div:nth-child(10),
body.cms-id-17 #content > div > div:last-child {
  grid-column: 1 / -1;
}

body.cms-id-17 #content > div > div:nth-child(2) {
  background: #f5f7f9 !important;
  box-shadow: none;
}

body.cms-id-17 #content > div > div > div {
  margin: 14px 0 0 !important;
  padding: 18px 20px !important;
  color: #566476 !important;
  background: #f5f7f9 !important;
  border: 0 !important;
  border-radius: 12px;
}

body.cms-id-17 #content > div > div:nth-child(10) {
  color: #fff !important;
  text-align: center !important;
  background: #0d2031 !important;
  border: 0 !important;
  box-shadow: none;
}

body.cms-id-17 #content > div > div:nth-child(10) h3,
body.cms-id-17 #content > div > div:nth-child(10) p {
  color: #fff !important;
  text-align: center !important;
}

body.cms-id-17 #content > div > div:nth-child(10) h3 {
  margin-right: auto !important;
  margin-left: auto !important;
}

body.cms-id-17 #content > div > div:nth-child(10) h3::after {
  left: 50%;
  transform: translateX(-50%);
}

body.cms-id-17 #content > div > div:nth-child(10) a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 8px;
  padding: 12px 24px;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  background: #f36b21;
  border-radius: 10px;
}

body.cms-id-17 #content > div > div:last-child {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  color: #fff !important;
  text-align: center !important;
  background: #0d2031 !important;
  border: 0 !important;
  box-shadow: none;
}

body.cms-id-17 #content > div > div:last-child p {
  margin: 0 !important;
  color: #fff !important;
  text-align: center !important;
}

body.cms-id-17 #content h3 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px !important;
  padding: 0 0 12px !important;
  color: #172333 !important;
  border: 0 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

body.cms-id-17 #content h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #f36b21;
  border-radius: 999px;
}

body.cms-id-17 #content h4 {
  margin: 0 0 8px !important;
  color: #172333 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

body.cms-id-17 #content p {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #566476 !important;
}

body.cms-id-17 #content p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 820px) {
  html body#cms.cms-id-17 #wrapper {
    padding-top: 28px !important;
    padding-bottom: 48px !important;
  }

  body.cms-id-17 #content-wrapper {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  body.cms-id-17 #content > div {
    grid-template-columns: 1fr;
    gap: 16px;
    font-size: 15px !important;
  }

  body.cms-id-17 #content > div > div,
  body.cms-id-17 #content > div > div:first-child {
    grid-column: 1;
    padding: 24px 22px !important;
    border-radius: 14px;
  }

  body.cms-id-17 #content > div > div:first-child h2 {
    font-size: 29px !important;
  }

  body.cms-id-17 #content > div > div:first-child p {
    font-size: 15px !important;
  }

  body.cms-id-17 #content h3 {
    font-size: 20px !important;
  }

  body.cms-id-17 #content h4 {
    font-size: 17px !important;
  }
}

/* ================================================================
   PAGE PAIEMENT SECURISE — PRESENTATION HARMONISEE
   ================================================================ */

html body#cms.cms-id-5 #wrapper {
  padding-top: 42px !important;
  padding-bottom: 64px !important;
  background: #f3f5f7 !important;
}

body.cms-id-5 #content-wrapper {
  max-width: 1320px;
  margin: 0 auto;
}

body.cms-id-5 #content {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.cms-id-5 #content > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: none !important;
  margin: 0 !important;
  color: #566476 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

body.cms-id-5 #content > div > div {
  min-width: 0;
  margin: 0 !important;
  padding: 28px 30px !important;
  color: #566476 !important;
  background: #fff !important;
  border: 1px solid #e1e6eb !important;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(13, 32, 49, .06);
}

body.cms-id-5 #content > div > div:first-child {
  grid-column: 1 / -1;
  padding: 42px 34px !important;
  color: #fff !important;
  text-align: center !important;
  background: #0d2031 !important;
  border: 0 !important;
}

body.cms-id-5 #content > div > div:first-child h2 {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.cms-id-5 #content > div > div:first-child p {
  max-width: 880px;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, .86) !important;
  font-size: 17px !important;
  text-align: center !important;
}

body.cms-id-5 #content > div > div:last-child {
  grid-column: 1 / -1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  color: #fff !important;
  text-align: center !important;
  background: #0d2031 !important;
  border: 0 !important;
  box-shadow: none;
}

body.cms-id-5 #content > div > div:last-child p {
  margin: 0 !important;
  color: #fff !important;
  text-align: center !important;
}

body.cms-id-5 #content h3 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px !important;
  padding: 0 0 12px !important;
  color: #172333 !important;
  border: 0 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

body.cms-id-5 #content h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #f36b21;
  border-radius: 999px;
}

body.cms-id-5 #content p {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #566476 !important;
}

body.cms-id-5 #content p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 820px) {
  html body#cms.cms-id-5 #wrapper {
    padding-top: 28px !important;
    padding-bottom: 48px !important;
  }

  body.cms-id-5 #content-wrapper {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  body.cms-id-5 #content > div {
    grid-template-columns: 1fr;
    gap: 16px;
    font-size: 15px !important;
  }

  body.cms-id-5 #content > div > div,
  body.cms-id-5 #content > div > div:first-child {
    grid-column: 1;
    padding: 24px 22px !important;
    border-radius: 14px;
  }

  body.cms-id-5 #content > div > div:first-child h2 {
    font-size: 29px !important;
  }

  body.cms-id-5 #content > div > div:first-child p {
    font-size: 15px !important;
  }

  body.cms-id-5 #content h3 {
    font-size: 20px !important;
  }
}

/* ================================================================
   PAGE NOTRE CATALOGUE — PRESENTATION HARMONISEE
   ================================================================ */

html body#cms.cms-id-6 #wrapper {
  padding-top: 42px !important;
  padding-bottom: 64px !important;
  background: #f3f5f7 !important;
}

body.cms-id-6 #content-wrapper {
  max-width: 1320px;
  margin: 0 auto;
}

body.cms-id-6 #content {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.cms-id-6 #content > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: none !important;
  margin: 0 !important;
  color: #566476 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

body.cms-id-6 #content > div > div {
  min-width: 0;
  margin: 0 !important;
  padding: 28px 30px !important;
  color: #566476 !important;
  background: #fff !important;
  border: 1px solid #e1e6eb !important;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(13, 32, 49, .06);
}

body.cms-id-6 #content > div > div:first-child {
  grid-column: 1 / -1;
  padding: 42px 34px !important;
  color: #fff !important;
  text-align: center !important;
  background: #0d2031 !important;
  border: 0 !important;
}

body.cms-id-6 #content > div > div:first-child h2 {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.cms-id-6 #content > div > div:first-child p {
  max-width: 880px;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, .86) !important;
  font-size: 17px !important;
  text-align: center !important;
}

body.cms-id-6 #content > div > div:nth-child(2) {
  grid-column: 1 / -1;
  padding: 34px 30px !important;
  text-align: center !important;
}

body.cms-id-6 #content > div > div:nth-child(2) h3 {
  margin-right: auto !important;
  margin-left: auto !important;
}

body.cms-id-6 #content a[href$="/img/cms/catalogue-es-protect-2026-2027-web.pdf"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 6px;
  padding: 12px 24px !important;
  color: #fff !important;
  text-decoration: none !important;
  background: #f36b21 !important;
  border: 0 !important;
  border-radius: 9px;
  box-shadow: 0 8px 20px rgba(243, 107, 33, .22);
  font-weight: 800 !important;
  line-height: 1.25;
}

body.cms-id-6 #content a[href$="/img/cms/catalogue-es-protect-2026-2027-web.pdf"]:hover,
body.cms-id-6 #content a[href$="/img/cms/catalogue-es-protect-2026-2027-web.pdf"]:focus {
  color: #fff !important;
  background: #d95612 !important;
}

body.cms-id-6 #content > div > div:last-child {
  grid-column: 1 / -1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  color: #fff !important;
  text-align: center !important;
  background: #0d2031 !important;
  border: 0 !important;
  box-shadow: none;
}

body.cms-id-6 #content > div > div:last-child p {
  margin: 0 !important;
  color: #fff !important;
  text-align: center !important;
}

body.cms-id-6 #content h3 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px !important;
  padding: 0 0 12px !important;
  color: #172333 !important;
  border: 0 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

body.cms-id-6 #content h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #f36b21;
  border-radius: 999px;
}

body.cms-id-6 #content p {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #566476 !important;
}

body.cms-id-6 #content p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 820px) {
  html body#cms.cms-id-6 #wrapper {
    padding-top: 28px !important;
    padding-bottom: 48px !important;
  }

  body.cms-id-6 #content-wrapper {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  body.cms-id-6 #content > div {
    grid-template-columns: 1fr;
    gap: 16px;
    font-size: 15px !important;
  }

  body.cms-id-6 #content > div > div,
  body.cms-id-6 #content > div > div:first-child,
  body.cms-id-6 #content > div > div:nth-child(2) {
    grid-column: 1;
    padding: 24px 22px !important;
    border-radius: 14px;
  }

  body.cms-id-6 #content > div > div:first-child h2 {
    font-size: 29px !important;
  }

  body.cms-id-6 #content > div > div:first-child p {
    font-size: 15px !important;
  }

  body.cms-id-6 #content h3 {
    font-size: 20px !important;
  }

  body.cms-id-6 #content a[href$="/img/cms/catalogue-es-protect-2026-2027-web.pdf"] {
    width: 100%;
  }
}

/* ================================================================
   PAGE PROMOTIONS — PRESENTATION HARMONISEE
   ================================================================ */

html body#cms.cms-id-9 #wrapper {
  padding-top: 42px !important;
  padding-bottom: 64px !important;
  background: #f3f5f7 !important;
}

body.cms-id-9 #content-wrapper {
  max-width: 1320px;
  margin: 0 auto;
}

body.cms-id-9 #content {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.cms-id-9 #content > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: none !important;
  margin: 0 !important;
  color: #566476 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

body.cms-id-9 #content > div > div {
  min-width: 0;
  margin: 0 !important;
  padding: 28px 30px !important;
  color: #566476 !important;
  background: #fff !important;
  border: 1px solid #e1e6eb !important;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(13, 32, 49, .06);
}

body.cms-id-9 #content > div > div:first-child,
body.cms-id-9 #content > div > div:nth-child(2),
body.cms-id-9 #content > div > div:nth-child(3),
body.cms-id-9 #content > div > div:nth-child(6),
body.cms-id-9 #content > div > div:last-child {
  grid-column: 1 / -1;
}

body.cms-id-9 #content > div > div:first-child {
  padding: 42px 34px !important;
  color: #fff !important;
  text-align: center !important;
  background: #0d2031 !important;
  border: 0 !important;
}

body.cms-id-9 #content > div > div:first-child h1,
body.cms-id-9 #content > div > div:first-child h2 {
  max-width: 960px;
  margin: 0 auto 12px !important;
  color: #fff !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.cms-id-9 #content > div > div:first-child p {
  max-width: 880px;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, .86) !important;
  font-size: 17px !important;
  text-align: center !important;
}

body.cms-id-9 #content > div > div:nth-child(3) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.cms-id-9 #content > div > div:nth-child(3) > div {
  min-width: 0;
  margin: 0 !important;
  padding: 26px 28px !important;
  color: #566476 !important;
  background: #fff !important;
  border: 1px solid #e1e6eb !important;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(13, 32, 49, .06);
}

body.cms-id-9 #content > div > div:nth-child(6) {
  padding: 36px 30px !important;
  color: #fff !important;
  text-align: center !important;
  background: #0d2031 !important;
  border: 0 !important;
}

body.cms-id-9 #content > div > div:nth-child(6) h3 {
  margin-right: auto !important;
  margin-left: auto !important;
  color: #fff !important;
}

body.cms-id-9 #content > div > div:nth-child(6) p {
  color: rgba(255, 255, 255, .86) !important;
  text-align: center !important;
}

body.cms-id-9 #content a[href="/promotions"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 26px !important;
  color: #fff !important;
  text-decoration: none !important;
  background: #f36b21 !important;
  border: 0 !important;
  border-radius: 9px;
  box-shadow: 0 8px 20px rgba(243, 107, 33, .22);
  font-weight: 800 !important;
  line-height: 1.25;
}

body.cms-id-9 #content a[href="/promotions"]:hover,
body.cms-id-9 #content a[href="/promotions"]:focus {
  color: #fff !important;
  background: #d95612 !important;
}

body.cms-id-9 #content > div > div:last-child {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  color: #fff !important;
  text-align: center !important;
  background: #0d2031 !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.cms-id-9 #content > div > div:last-child p {
  margin: 0 !important;
  color: #fff !important;
  text-align: center !important;
}

body.cms-id-9 #content h3 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px !important;
  padding: 0 0 12px !important;
  color: #172333 !important;
  border: 0 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

body.cms-id-9 #content h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #f36b21;
  border-radius: 999px;
}

body.cms-id-9 #content p {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #566476 !important;
}

body.cms-id-9 #content p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 820px) {
  html body#cms.cms-id-9 #wrapper {
    padding-top: 28px !important;
    padding-bottom: 48px !important;
  }

  body.cms-id-9 #content-wrapper {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  body.cms-id-9 #content > div,
  body.cms-id-9 #content > div > div:nth-child(3) {
    grid-template-columns: 1fr;
    gap: 16px;
    font-size: 15px !important;
  }

  body.cms-id-9 #content > div > div,
  body.cms-id-9 #content > div > div:first-child,
  body.cms-id-9 #content > div > div:nth-child(2),
  body.cms-id-9 #content > div > div:nth-child(3),
  body.cms-id-9 #content > div > div:nth-child(6),
  body.cms-id-9 #content > div > div:last-child {
    grid-column: 1;
    padding: 24px 22px !important;
    border-radius: 14px;
  }

  body.cms-id-9 #content > div > div:nth-child(3) {
    padding: 0 !important;
  }

  body.cms-id-9 #content > div > div:nth-child(3) > div {
    padding: 24px 22px !important;
    border-radius: 14px;
  }

  body.cms-id-9 #content > div > div:first-child h1,
  body.cms-id-9 #content > div > div:first-child h2 {
    font-size: 29px !important;
  }

  body.cms-id-9 #content > div > div:first-child p {
    font-size: 15px !important;
  }

  body.cms-id-9 #content h3 {
    font-size: 20px !important;
  }

  body.cms-id-9 #content a[href="/promotions"] {
    width: 100%;
  }
}

/* ================================================================
   PAGE BRODERIE ID 10 — VERSION VALIDEE 2026-08-06
   ================================================================ */
html body#cms.cms-id-10 #content .espro-broderie {
  display: block !important;
  max-width: none !important;
  color: #162432 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}
html body#cms.cms-id-10 #content .espro-broderie, html body#cms.cms-id-10 #content .espro-broderie * { box-sizing: border-box; }
html body#cms.cms-id-10 #content .espro-broderie__hero { position: relative; min-height: 510px; display: flex; align-items: flex-end; overflow: hidden; background: #102738; border-radius: 18px 18px 0 0; }
html body#cms.cms-id-10 #content .espro-broderie__hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,24,37,.92) 0%, rgba(6,24,37,.70) 38%, rgba(6,24,37,.08) 70%); }
html body#cms.cms-id-10 #content .espro-broderie__hero > img { position: absolute; inset: 0; width: 100% !important; height: 100% !important; object-fit: cover; object-position: center; }
html body#cms.cms-id-10 #content .espro-broderie__hero-copy { position: relative; z-index: 1; width: min(620px,76%); padding: 64px; }
html body#cms.cms-id-10 #content .espro-broderie__hero h1 { margin: 0 0 18px !important; color: #fff !important; font: 900 40px/1.18 Arial,Helvetica,sans-serif !important; letter-spacing: .09em !important; text-transform: uppercase; }
html body#cms.cms-id-10 #content .espro-broderie__hero p { margin: 0 !important; color: #edf4f7 !important; font-size: 20px !important; line-height: 1.55 !important; }
html body#cms.cms-id-10 #content .espro-broderie__content { display: grid !important; grid-template-columns: 1fr !important; gap: 24px !important; min-width: 0; margin: 0 !important; padding: 44px !important; overflow: visible !important; background: #fff !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }
html body#cms.cms-id-10 #content .espro-broderie__section { margin: 0 !important; padding: 36px !important; background: #fff !important; border: 1px solid #dde5ea !important; border-radius: 18px; }
html body#cms.cms-id-10 #content .espro-broderie h2 { display: table !important; width: auto !important; max-width: 100%; margin: 0 auto 16px !important; padding: 0 !important; color: #102738 !important; border: 0 !important; font: 800 30px/1.2 Arial,Helvetica,sans-serif !important; letter-spacing: -.015em !important; text-align: center !important; }
html body#cms.cms-id-10 #content .espro-broderie h2::after { content: ""; display: block; width: 100%; height: 4px; margin-top: 13px; background: #f36b21; border-radius: 99px; }
html body#cms.cms-id-10 #content .espro-broderie h3 { width: auto !important; margin: 0 0 8px !important; padding: 0 !important; color: #102738 !important; border: 0 !important; font: 800 19px/1.3 Arial,Helvetica,sans-serif !important; }
html body#cms.cms-id-10 #content .espro-broderie p { margin: 0 0 14px; color: #596878 !important; font-size: 17px !important; line-height: 1.65 !important; }
html body#cms.cms-id-10 #content .espro-broderie p:last-child { margin-bottom: 0; }
html body#cms.cms-id-10 #content .espro-broderie__lead { color: #435365 !important; font-size: 19px !important; }
html body#cms.cms-id-10 #content .espro-broderie__lead strong { color: #102738; }
html body#cms.cms-id-10 #content .espro-broderie__grid { display: grid; gap: 16px; }
html body#cms.cms-id-10 #content .espro-broderie__grid--four { grid-template-columns: repeat(4,minmax(0,1fr)); }
html body#cms.cms-id-10 #content .espro-broderie__grid--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
html body#cms.cms-id-10 #content .espro-broderie__card { min-width: 0; margin: 0 !important; padding: 24px !important; background: #f4f7f9 !important; border: 1px solid #dde5ea !important; border-radius: 14px; }
html body#cms.cms-id-10 #content .espro-broderie__highlight, html body#cms.cms-id-10 #content .espro-broderie__rse { background: #fff6ef !important; border-color: #ffd5bc !important; border-left: 6px solid #f36b21 !important; }
html body#cms.cms-id-10 #content .espro-broderie__brand { background: linear-gradient(135deg,#102738,#17394e) !important; border: 0 !important; }
html body#cms.cms-id-10 #content .espro-broderie__brand > h2, html body#cms.cms-id-10 #content .espro-broderie__brand > p { color: #fff !important; }
html body#cms.cms-id-10 #content .espro-broderie__brand > p { color: #e7f0f4 !important; }
html body#cms.cms-id-10 #content .espro-broderie__brand .espro-broderie__card { background: #fff !important; border-color: #fff !important; }
html body#cms.cms-id-10 #content .espro-broderie__brand .espro-broderie__card h3 { color: #102738 !important; }
html body#cms.cms-id-10 #content .espro-broderie__brand .espro-broderie__card p { color: #4b5d6e !important; }
html body#cms.cms-id-10 #content .espro-broderie__support-menu { margin-top: 22px; overflow: hidden; background: #f4f7f9; border: 1px solid #dde5ea; border-radius: 14px; }
html body#cms.cms-id-10 #content .espro-broderie__support-menu summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; color: #102738; cursor: pointer; list-style: none; font-size: 17px; font-weight: 900; }
html body#cms.cms-id-10 #content .espro-broderie__support-menu summary::-webkit-details-marker { display: none; }
html body#cms.cms-id-10 #content .espro-broderie__support-menu summary::after { content: "+"; display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; color: #fff; background: #f36b21; border-radius: 50%; font-size: 23px; line-height: 1; }
html body#cms.cms-id-10 #content .espro-broderie__support-menu[open] summary { background: #fff; border-bottom: 1px solid #dde5ea; }
html body#cms.cms-id-10 #content .espro-broderie__support-menu[open] summary::after { content: "−"; }
html body#cms.cms-id-10 #content .espro-broderie__supports { display: flex; flex-wrap: wrap; gap: 10px; padding: 20px; }
html body#cms.cms-id-10 #content .espro-broderie__supports span { padding: 11px 15px; color: #102738; background: #fff; border: 1px solid #dde5ea; border-radius: 999px; font-weight: 800; }
html body#cms.cms-id-10 #content .espro-broderie__note { padding: 28px; color: #596878; background: #f8fafb; border: 1px solid #dde5ea; border-radius: 15px; }
html body#cms.cms-id-10 #content .espro-broderie__note strong { color: #102738; }
html body#cms.cms-id-10 #content .espro-broderie__tag { display: inline-block; margin-bottom: 12px; padding: 6px 11px; color: #a83f08; background: #ffe0cc; border-radius: 999px; font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
html body#cms.cms-id-10 #content .espro-broderie__number { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 15px; color: #fff; background: #f36b21; border-radius: 50%; font-weight: 900; }
html body#cms.cms-id-10 #content .espro-broderie__steps .espro-broderie__card { background: #fff !important; }
html body#cms.cms-id-10 #content .espro-broderie__steps .espro-broderie__card p { font-size: 16px !important; }
html body#cms.cms-id-10 #content .espro-broderie__cta { padding: 46px !important; text-align: center; background: #102738 !important; border: 0 !important; }
html body#cms.cms-id-10 #content .espro-broderie__cta h2, html body#cms.cms-id-10 #content .espro-broderie__cta p { color: #fff !important; }
html body#cms.cms-id-10 #content .espro-broderie__cta h2::after { margin-right: auto; margin-left: auto; }
html body#cms.cms-id-10 #content .espro-broderie__cta > p { max-width: 780px; margin: 0 auto 22px; color: #e4edf2 !important; font-size: 18px !important; }
html body#cms.cms-id-10 #content .espro-broderie__button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 26px; color: #fff !important; text-decoration: none !important; background: #f36b21; border-radius: 10px; box-shadow: 0 10px 24px rgba(243,107,33,.28); font-size: 17px; font-weight: 900; }
html body#cms.cms-id-10 #content .espro-broderie__button:hover, html body#cms.cms-id-10 #content .espro-broderie__button:focus { background: #d95412; }
html body#cms.cms-id-10 #content .espro-broderie__proof { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; margin-top: 20px; color: #cddbe3; font-size: 14px; font-weight: 700; }
@media (max-width: 900px) {
  html body#cms.cms-id-10 #content .espro-broderie__hero { min-height: 470px; }
  html body#cms.cms-id-10 #content .espro-broderie__hero-copy { width: 74%; padding: 44px; }
  html body#cms.cms-id-10 #content .espro-broderie__hero h1 { font-size: 34px !important; }
  html body#cms.cms-id-10 #content .espro-broderie__grid--four { grid-template-columns: repeat(2,minmax(0,1fr)); }
  html body#cms.cms-id-10 #content .espro-broderie__grid--three { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  html body#cms.cms-id-10 #content .espro-broderie__hero { min-height: 560px; }
  html body#cms.cms-id-10 #content .espro-broderie__hero::after { background: linear-gradient(0deg,rgba(6,24,37,.96) 0%,rgba(6,24,37,.72) 50%,rgba(6,24,37,.06) 88%); }
  html body#cms.cms-id-10 #content .espro-broderie__hero > img { object-position: 62% center; }
  html body#cms.cms-id-10 #content .espro-broderie__hero-copy { width: 100%; padding: 30px 24px; }
  html body#cms.cms-id-10 #content .espro-broderie__hero h1 { font-size: 28px !important; letter-spacing: .07em !important; }
  html body#cms.cms-id-10 #content .espro-broderie__hero p { font-size: 17px !important; }
  html body#cms.cms-id-10 #content .espro-broderie__content { gap: 14px !important; padding: 12px !important; }
  html body#cms.cms-id-10 #content .espro-broderie__section { padding: 24px 20px !important; border-radius: 14px; }
  html body#cms.cms-id-10 #content .espro-broderie h2 { font-size: 25px !important; }
  html body#cms.cms-id-10 #content .espro-broderie p, html body#cms.cms-id-10 #content .espro-broderie__lead { font-size: 16px !important; }
  html body#cms.cms-id-10 #content .espro-broderie__grid--four { grid-template-columns: 1fr; }
  html body#cms.cms-id-10 #content .espro-broderie__card { padding: 20px !important; }
  html body#cms.cms-id-10 #content .espro-broderie__button { width: 100%; }
  html body#cms.cms-id-10 #content .espro-broderie__proof { gap: 10px 18px; }
}

/* Correctif final de contraste du bandeau — page CMS 10 uniquement. */
html body#cms.cms-id-10 #content .espro-broderie__hero-copy p {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .72);
}
