/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */

/* JMS1.BE - light blue / dark blue / white branding overrides */
:root {
  --bs-primary: #2b7fd7;
  --bs-primary-rgb: 43, 127, 215;
  --bs-secondary: #0e2f6d;
  --bs-secondary-rgb: 14, 47, 109;
  --bs-link-color: #2b7fd7;
  --bs-link-hover-color: #0e2f6d;
}

body {
  background: #ffffff;
  color: #163257;
}

a {
  color: #2b7fd7;
}

a:hover {
  color: #0e2f6d;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
  background-color: #2b7fd7 !important;
  border-color: #2b7fd7 !important;
}

.btn-primary:hover {
  background-color: #1f66b1 !important;
  border-color: #1f66b1 !important;
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #0e2f6d !important;
  border-color: #0e2f6d !important;
  color: #fff !important;
}

.btn-secondary:hover {
  background-color: #0a2556 !important;
  border-color: #0a2556 !important;
}

#header .header-mobile-bottom,
#header .header-mobile-top,
#header .header-nav,
#header .main-header,
.anav-top,
#amegamenu {
  background-color: #ffffff !important;
}

#header,
#header .main-header,
.desktop-header-version,
.mobile-header-version {
  border-bottom: 1px solid #d7e7fb !important;
}

.top-menu a,
#amegamenu a,
#header a,
.anav-top .amenu-link {
  color: #163257 !important;
}

.top-menu a:hover,
#amegamenu a:hover,
#header a:hover,
.anav-top .amenu-link:hover {
  color: #2b7fd7 !important;
}

.product-price,
.price,
.current-price .product-price {
  color: #0e2f6d !important;
}

.product-flags li {
  background: #2b7fd7 !important;
  color: #fff !important;
}

#footer .footer-main,
#footer .footer-bottom,
#footer .footer-top {
  background: #0e2f6d !important;
  color: #ffffff !important;
}

#footer a {
  color: #b7d7ff !important;
}

#footer a:hover {
  color: #ffffff !important;
}

.breadcrumb-wrapper,
.mobile-breadcrumb .breadcrumb-wrapper {
  background: #f4f9ff !important;
}

/* Premium UI pass: buttons, cards and interactions */
:root {
  --jms1-blue-dark: #0e2f6d;
  --jms1-blue: #2b7fd7;
  --jms1-blue-light: #6eb7ff;
  --jms1-text: #163257;
}

.btn,
button,
input[type="submit"],
input[type="button"] {
  border-radius: 12px !important;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: transform 0.22s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(43, 127, 215, 0.2) !important;
}

.btn-primary {
  position: relative;
  overflow: hidden;
  color: #fff !important;
  border: 1px solid #1f66b1 !important;
  background: linear-gradient(135deg, var(--jms1-blue), var(--jms1-blue-dark)) !important;
  box-shadow: 0 8px 24px rgba(43, 127, 215, 0.25) !important;
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: -80%;
  left: -30%;
  width: 25%;
  height: 260%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: rotate(20deg);
  transition: left 0.45s ease;
  pointer-events: none;
}

.btn-primary:hover::before {
  left: 120%;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff !important;
  transform: translateY(-1px);
  border-color: #1a5a9d !important;
  background: linear-gradient(135deg, #3591ef, #11428f) !important;
  box-shadow: 0 14px 34px rgba(14, 47, 109, 0.28) !important;
}

.btn-secondary {
  border: 1px solid #0e2f6d !important;
  background: #ffffff !important;
  color: #0e2f6d !important;
  box-shadow: 0 6px 18px rgba(14, 47, 109, 0.12) !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  transform: translateY(-1px);
  background: #f4f9ff !important;
  color: #0e2f6d !important;
  border-color: #2b7fd7 !important;
  box-shadow: 0 12px 28px rgba(43, 127, 215, 0.2) !important;
}

.btn-tertiary,
.btn-default {
  border-radius: 12px !important;
}

.card,
.product-miniature,
.block,
.product-container {
  border-radius: 14px;
  transition: transform 0.22s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-miniature:hover,
.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(14, 47, 109, 0.12);
}

.form-control,
.custom-select,
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  border-radius: 10px !important;
  border-color: #cfe2fb !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus,
.custom-select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #2b7fd7 !important;
  box-shadow: 0 0 0 0.2rem rgba(43, 127, 215, 0.16) !important;
}

/* Premium++ pass: richer interactions, reveal effects, CTA emphasis */
@media (prefers-reduced-motion: no-preference) {
  .product-miniature,
  .card,
  .products .product,
  .featured-products .product-miniature {
    animation: jmsFadeUp 0.55s ease both;
  }

  .products .product:nth-child(2n),
  .product-miniature:nth-child(2n) {
    animation-delay: 0.06s;
  }

  .products .product:nth-child(3n),
  .product-miniature:nth-child(3n) {
    animation-delay: 0.12s;
  }
}

@keyframes jmsFadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#header .top-menu a,
#amegamenu .amenu-link,
.anav-top .amenu-link {
  position: relative;
}

#header .top-menu a::after,
#amegamenu .amenu-link::after,
.anav-top .amenu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #2b7fd7, #6eb7ff);
  border-radius: 999px;
  transition: width 0.24s ease;
}

#header .top-menu a:hover::after,
#amegamenu .amenu-link:hover::after,
.anav-top .amenu-link:hover::after {
  width: 100%;
}

.add-to-cart,
.ajax_add_to_cart_button,
.btn.add-to-cart,
.product-add-to-cart .btn-primary {
  position: relative;
  overflow: hidden;
  border: 1px solid #1f66b1 !important;
  background: linear-gradient(135deg, #2b7fd7 0%, #0e2f6d 100%) !important;
  box-shadow: 0 10px 26px rgba(14, 47, 109, 0.24) !important;
}

.add-to-cart:hover,
.ajax_add_to_cart_button:hover,
.btn.add-to-cart:hover,
.product-add-to-cart .btn-primary:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 16px 34px rgba(14, 47, 109, 0.32) !important;
}

.add-to-cart::before,
.ajax_add_to_cart_button::before,
.btn.add-to-cart::before,
.product-add-to-cart .btn-primary::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -110%;
  width: 70%;
  height: 170%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: skewX(-18deg);
  transition: left 0.5s ease;
}

.add-to-cart:hover::before,
.ajax_add_to_cart_button:hover::before,
.btn.add-to-cart:hover::before,
.product-add-to-cart .btn-primary:hover::before {
  left: 150%;
}

.tabs .nav-link.active,
.nav-tabs .nav-link.active,
.product-tabs .nav-link.active {
  color: #0e2f6d !important;
  border-color: #2b7fd7 !important;
  box-shadow: inset 0 -2px 0 #2b7fd7;
}

.product-flags li,
.on-sale,
.discount-percentage {
  border-radius: 999px !important;
  padding: 4px 10px !important;
  font-weight: 700;
  letter-spacing: 0.2px;
  box-shadow: 0 6px 14px rgba(43, 127, 215, 0.22);
}

.price,
.product-price,
.current-price .product-price {
  font-weight: 700;
}

.facet .facet-title,
#search_filters .facet .facet-title {
  color: #0e2f6d !important;
  font-weight: 700;
}

.breadcrumb li:last-child,
.breadcrumb .active {
  color: #0e2f6d !important;
  font-weight: 600;
}

.page-loading-overlay,
.loading,
.spinner {
  filter: hue-rotate(180deg) saturate(1.1);
}

/* V3 Home Impact: stronger header/menu/category-cards/footer */
:root {
  --jms1-v3-blue-dark: #0b2a63;
  --jms1-v3-blue: #1d6fd1;
  --jms1-v3-blue-light: #8dc8ff;
  --jms1-v3-white: #ffffff;
}

body#index {
  background:
    radial-gradient(circle at 0% 0%, rgba(141, 200, 255, 0.16), transparent 36%),
    radial-gradient(circle at 100% 0%, rgba(29, 111, 209, 0.08), transparent 28%),
    #f4f8ff;
}

#header .main-header {
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%) !important;
  box-shadow: 0 12px 24px rgba(11, 42, 99, 0.07);
}

#header .header-main-menu {
  background: linear-gradient(90deg, var(--jms1-v3-blue-dark), var(--jms1-v3-blue)) !important;
  box-shadow: 0 14px 28px rgba(14, 47, 109, 0.2);
}

#amegamenu .anav-top .amenu-item > .amenu-link,
#amegamenu .anav-top .amenu-item > span.amenu-link {
  color: #f5faff !important;
  font-weight: 700;
  letter-spacing: 0.2px;
  border-radius: 10px;
  padding: 10px 13px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#amegamenu .anav-top .amenu-item:hover > .amenu-link,
#amegamenu .anav-top .amenu-item:hover > span.amenu-link {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* JMS1: unified megamenu bar with clean hover states */
#header .header-main-menu,
#header .header-main-menu .container,
#header .header-main-menu-wrapper,
#header #amegamenu,
#header #amegamenu .anav-top {
  background: #1f66b1 !important;
  box-shadow: none !important;
}

#header .header-main-menu {
  border-top: 1px solid #d7e7fb;
  border-bottom: 3px solid #0e2f6d;
}

#header .header-main-menu .container,
#header .header-main-menu-wrapper {
  padding-left: 0;
  padding-right: 0;
}

#header #amegamenu .anav-top {
  align-items: stretch;
  justify-content: center;
}

#header #amegamenu .anav-top .amenu-item {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#header #amegamenu .anav-top .amenu-item > .amenu-link,
#header #amegamenu .anav-top .amenu-item > span.amenu-link {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

#header #amegamenu .anav-top .amenu-item > .amenu-link span,
#header #amegamenu .anav-top .amenu-item > span.amenu-link span {
  color: #ffffff !important;
}

#header #amegamenu .anav-top .amenu-item:hover > .amenu-link,
#header #amegamenu .anav-top .amenu-item:hover > span.amenu-link,
#header #amegamenu .anav-top .amenu-item.curr-menu > .amenu-link,
#header #amegamenu .anav-top .amenu-item.curr-menu > span.amenu-link {
  background: #0e2f6d !important;
  color: #ffffff !important;
  transform: none;
}

#header #amegamenu .anav-top .amenu-item:hover > .amenu-link span,
#header #amegamenu .anav-top .amenu-item:hover > span.amenu-link span,
#header #amegamenu .anav-top .amenu-item.curr-menu > .amenu-link span,
#header #amegamenu .anav-top .amenu-item.curr-menu > span.amenu-link span {
  color: #ffffff !important;
}

#header #amegamenu .amenu-link::after {
  display: none !important;
}

#header #amegamenu .adropdown,
#header #amegamenu .js-dropdown-content {
  background: #ffffff !important;
  border: 1px solid #d7e7fb;
  box-shadow: 0 18px 34px rgba(14, 47, 109, 0.18);
}

#header #amegamenu .adropdown a,
#header #amegamenu .adropdown span,
#header #amegamenu .adropdown .title,
#header #amegamenu .adropdown .title-block,
#header #amegamenu .adropdown .category-name,
#header #amegamenu .adropdown .category-name a {
  color: #0e2f6d !important;
}

#header #amegamenu .adropdown a:hover,
#header #amegamenu .adropdown .category-name a:hover {
  color: #111111 !important;
  background: #eef6ff !important;
}

.search-widget form input[type="text"] {
  border: 1px solid #b7d5f7 !important;
  border-radius: 14px 0 0 14px !important;
  background: #ffffff !important;
}

.search-widget form [type="submit"] {
  border-radius: 0 14px 14px 0 !important;
  border: 1px solid #1f66b1 !important;
  background: linear-gradient(135deg, #2b7fd7, #0e2f6d) !important;
  box-shadow: 0 8px 20px rgba(14, 47, 109, 0.25);
}

.aone-slideshow {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 36px rgba(11, 42, 99, 0.2);
  border: 1px solid rgba(141, 200, 255, 0.5);
}

body#index #left-column .block {
  border-radius: 14px;
  border: 1px solid #cfe4ff;
  box-shadow: 0 10px 24px rgba(11, 42, 99, 0.08);
  background: #ffffff;
}

body#index #left-column .block .title-block,
body#index #left-column .block .title_block {
  background: linear-gradient(90deg, #f3f9ff, #ffffff);
  border-bottom: 1px solid #d9e8fb;
}

body#index #left-column .category-tree a {
  color: #18437c !important;
}

body#index #left-column .category-tree a:hover {
  color: #2b7fd7 !important;
}

.aone-featuredcategories .title-block {
  background: linear-gradient(90deg, #0e2f6d 0%, #2b7fd7 100%);
  color: #ffffff;
  border-radius: 14px 14px 0 0;
  padding: 12px 16px;
  box-shadow: 0 10px 24px rgba(14, 47, 109, 0.2);
}

.aone-featuredcategories .title-block .title-icon {
  color: #8dc8ff;
}

.aone-featuredcategories .block-content {
  background: #ffffff;
  border: 1px solid #d7e7fb;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 14px 30px rgba(11, 42, 99, 0.1);
}

.aone-featuredcategories .category-container {
  border-radius: 12px;
  border: 1px solid #d7e9ff;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 10px 24px rgba(11, 42, 99, 0.08);
  transition: transform 0.22s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}

.aone-featuredcategories .category-container:hover {
  transform: translateY(-3px);
  border-color: #8dc8ff;
  box-shadow: 0 16px 34px rgba(11, 42, 99, 0.16);
}

.aone-featuredcategories .category-name a {
  color: #0e2f6d !important;
  font-weight: 700;
}

.aone-featuredcategories .subcategory-name {
  color: #215ca7 !important;
}

.aone-featuredcategories .subcategory-name:hover {
  color: #0e2f6d !important;
}

#footer .footer-main {
  background:
    linear-gradient(160deg, #0a2457 0%, #0e2f6d 52%, #11428f 100%) !important;
  position: relative;
}

#footer .footer-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(141, 200, 255, 0.18), transparent 35%),
    radial-gradient(circle at 82% 6%, rgba(255, 255, 255, 0.08), transparent 24%);
  pointer-events: none;
}

#footer .footer-main > .container {
  position: relative;
  z-index: 1;
}

#footer .block-newsletter .form-control {
  border-radius: 14px 0 0 14px !important;
  border: 1px solid rgba(141, 200, 255, 0.8) !important;
  background: rgba(255, 255, 255, 0.95) !important;
}

#footer .block-newsletter .btn {
  border-radius: 0 14px 14px 0 !important;
  border: 1px solid rgba(141, 200, 255, 0.85) !important;
  background: linear-gradient(135deg, #2b7fd7, #1b5fb3) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

#footer .footer-bottom {
  background: #081d47 !important;
  border-top: 1px solid rgba(141, 200, 255, 0.25);
}

@media (max-width: 991.98px) {
  #header .header-main-menu {
    border-radius: 0;
  }

  .aone-slideshow {
    border-radius: 0;
  }
}

/* V3.1 Sales boost: stronger product blocks on home */
body#index .featured-products .title-block,
body#index .new-products .title-block,
body#index .bestsellers-products .title-block,
body#index .category-products .title-block,
body#index .zonehomeblocks .title-block,
body#index .product-list-block .title-block {
  background: linear-gradient(90deg, #0e2f6d 0%, #2b7fd7 100%);
  color: #fff;
  border-radius: 12px;
  padding: 11px 14px;
  box-shadow: 0 10px 22px rgba(14, 47, 109, 0.2);
}

body#index .featured-products .title-block a,
body#index .new-products .title-block a,
body#index .bestsellers-products .title-block a,
body#index .category-products .title-block a,
body#index .zonehomeblocks .title-block a,
body#index .product-list-block .title-block a {
  color: #dff0ff !important;
}

body#index .product-list-wrapper .product-miniature .product-container,
body#index .zonehomeblocks .product-miniature .product-container {
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  border: 1px solid #cfe4ff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(11, 42, 99, 0.1);
}

body#index .product-list-wrapper .product-miniature:hover .product-container,
body#index .zonehomeblocks .product-miniature:hover .product-container {
  transform: translateY(-4px);
  border-color: #8dc8ff;
  box-shadow: 0 18px 36px rgba(11, 42, 99, 0.18);
}

body#index .product-miniature .first-block {
  background: linear-gradient(180deg, #f4f9ff 0%, #ffffff 100%);
}

body#index .product-miniature .first-block .product-thumbnail img {
  transition: transform 0.35s ease, filter 0.35s ease;
}

body#index .product-miniature:hover .first-block .product-thumbnail img {
  transform: scale(1.04);
  filter: saturate(1.05);
}

body#index .product-miniature .product-name a {
  color: #0e2f6d !important;
  font-weight: 700;
  line-height: 1.35;
}

body#index .product-miniature .product-name a:hover {
  color: #2b7fd7 !important;
}

body#index .product-miniature .product-price-and-shipping {
  gap: 6px;
}

body#index .product-miniature .product-price-and-shipping .product-price,
body#index .product-miniature .product-price {
  color: #0e2f6d !important;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.2px;
}

body#index .product-miniature .regular-price {
  color: #6e89ad !important;
  font-size: 0.9rem;
}

body#index .product-miniature .product-flag,
body#index .product-miniature .product-flags li {
  background: linear-gradient(135deg, #2b7fd7, #0e2f6d) !important;
  color: #fff !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 16px rgba(14, 47, 109, 0.25);
}

body#index .product-miniature .buttons-sections .btn.add-to-cart,
body#index .product-miniature .buttons-sections .btn.details-link {
  width: 100%;
  justify-content: center;
  border-radius: 12px !important;
  font-weight: 700;
  letter-spacing: 0.2px;
  min-height: 42px;
}

body#index .product-miniature .buttons-sections .btn.add-to-cart {
  border: 1px solid #1658a4 !important;
  background: linear-gradient(135deg, #2b7fd7 0%, #0e2f6d 100%) !important;
  box-shadow: 0 10px 22px rgba(14, 47, 109, 0.25) !important;
}

body#index .product-miniature .buttons-sections .btn.add-to-cart:hover {
  box-shadow: 0 16px 30px rgba(14, 47, 109, 0.34) !important;
  transform: translateY(-2px);
}

body#index .product-miniature .grid-hover-btn .btn,
body#index .product-miniature .quick-view {
  border-radius: 10px;
  border: 1px solid #c7defa;
  background: rgba(255, 255, 255, 0.92);
  color: #0e2f6d !important;
}

/* Page CMS « Conditions de vente » */
.jms1-terms {
  --terms-dark: var(--jms1-blue-dark, #0e2f6d);
  --terms-blue: var(--jms1-blue, #2b7fd7);
  --terms-light: #eef6ff;
  --terms-border: #d7e7fb;
  --terms-text: var(--jms1-text, #163257);
  max-width: 1040px;
  margin: 0 auto;
  color: var(--terms-text);
  font-size: 16px;
  line-height: 1.7;
}

.jms1-terms *,
.jms1-terms *::before,
.jms1-terms *::after {
  box-sizing: border-box;
}

.jms1-terms__hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 18px;
  background: linear-gradient(135deg, #0b2a63 0%, #1d6fd1 100%);
  box-shadow: 0 18px 38px rgba(14, 47, 109, 0.18);
  color: #fff;
}

.jms1-terms__hero::after {
  position: absolute;
  top: -85px;
  right: -70px;
  width: 240px;
  height: 240px;
  border: 42px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.jms1-terms__hero h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(28px, 5vw, 46px);
  font-weight: 800;
  line-height: 1.12;
}

.jms1-terms__eyebrow,
.jms1-terms__section-kicker {
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 800;
}

.jms1-terms__eyebrow {
  position: relative;
  z-index: 1;
  color: #b9dcff;
}

.jms1-terms__intro {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 17px;
}

.jms1-terms__highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.jms1-terms__highlight {
  min-height: 112px;
  padding: 20px 16px;
  border: 1px solid var(--terms-border);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  box-shadow: 0 8px 22px rgba(14, 47, 109, 0.07);
  text-align: center;
}

.jms1-terms__highlight-number,
.jms1-terms__highlight-label {
  display: block;
}

.jms1-terms__highlight-number {
  margin-bottom: 4px;
  color: var(--terms-dark);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.jms1-terms__highlight-label {
  color: #537092;
  font-size: 13px;
  line-height: 1.4;
}

.jms1-terms__notice {
  margin-bottom: 24px;
  padding: 18px 20px;
  border-left: 5px solid var(--terms-blue);
  border-radius: 0 12px 12px 0;
  background: var(--terms-light);
}

.jms1-terms__notice strong {
  display: block;
  margin-bottom: 3px;
  color: var(--terms-dark);
  font-size: 17px;
}

.jms1-terms__notice p,
.jms1-terms__footer p {
  margin: 0;
}

.jms1-terms__section {
  margin-bottom: 22px;
  border: 1px solid var(--terms-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(14, 47, 109, 0.08);
}

.jms1-terms__section-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--terms-border);
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #f0f7ff 0%, #fff 100%);
}

.jms1-terms__section-index {
  display: inline-flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--terms-blue), var(--terms-dark));
  box-shadow: 0 7px 16px rgba(43, 127, 215, 0.22);
  color: #fff;
  font-weight: 800;
}

.jms1-terms__section-kicker {
  color: var(--terms-blue);
}

.jms1-terms__section h3 {
  margin: 0;
  color: var(--terms-dark);
  font-size: clamp(19px, 3vw, 25px);
  font-weight: 800;
  line-height: 1.25;
}

.jms1-terms__list {
  margin: 0;
  padding: 8px 24px 8px 76px;
  list-style: none;
  counter-reset: terms-item;
}

.jms1-terms__list[start="5"] {
  counter-reset: terms-item 4;
}

.jms1-terms__list[start="8"] {
  counter-reset: terms-item 7;
}

.jms1-terms__list[start="14"] {
  counter-reset: terms-item 13;
}

.jms1-terms__list li {
  position: relative;
  padding: 18px 0;
  border-bottom: 1px solid #e7f0fb;
  counter-increment: terms-item;
}

.jms1-terms__list li:last-child {
  border-bottom: 0;
}

.jms1-terms__list li::before {
  position: absolute;
  top: 18px;
  left: -52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #b9d8fa;
  border-radius: 50%;
  background: var(--terms-light);
  color: var(--terms-dark);
  content: counter(terms-item);
  font-size: 13px;
  font-weight: 800;
}

.jms1-terms__list strong {
  color: var(--terms-dark);
}

.jms1-terms__list .jms1-terms__item--alert {
  margin: 8px -12px;
  padding: 18px 12px;
  border: 1px solid #ffd7a3;
  border-radius: 10px;
  background: #fff8ee;
}

.jms1-terms__list .jms1-terms__item--alert::before {
  left: -40px;
  border-color: #f2b866;
  background: #fff2df;
}

.jms1-terms__footer {
  padding: 22px 24px;
  border-radius: 14px;
  background: var(--terms-dark);
  color: #fff;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 767px) {
  .jms1-terms__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jms1-terms__section-heading {
    align-items: flex-start;
    padding: 18px;
  }

  .jms1-terms__list {
    padding: 6px 18px 6px 58px;
  }

  .jms1-terms__list li::before {
    left: -42px;
  }

  .jms1-terms__list .jms1-terms__item--alert {
    margin-right: -6px;
    margin-left: -6px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .jms1-terms__list .jms1-terms__item--alert::before {
    left: -36px;
  }
}

@media (max-width: 420px) {
  .jms1-terms__highlights {
    grid-template-columns: 1fr;
  }

  .jms1-terms__highlight {
    min-height: auto;
  }

  .jms1-terms__section-index {
    display: none;
  }
}

@media print {
  .jms1-terms__hero,
  .jms1-terms__section,
  .jms1-terms__highlight {
    box-shadow: none;
  }

  .jms1-terms__section {
    break-inside: avoid;
  }
}

/* Page CMS « Paiement » */
.jms1-payment {
  --payment-dark: var(--jms1-blue-dark, #0e2f6d);
  --payment-blue: var(--jms1-blue, #2b7fd7);
  --payment-light: #eef6ff;
  --payment-border: #d7e7fb;
  --payment-text: var(--jms1-text, #163257);
  max-width: 960px;
  margin: 0 auto;
  color: var(--payment-text);
  font-size: 16px;
  line-height: 1.65;
}

.jms1-payment *,
.jms1-payment *::before,
.jms1-payment *::after {
  box-sizing: border-box;
}

.jms1-payment__hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
  padding: clamp(28px, 5vw, 50px);
  border-radius: 18px;
  background: linear-gradient(135deg, #0b2a63 0%, #1d6fd1 100%);
  box-shadow: 0 18px 38px rgba(14, 47, 109, 0.18);
  color: #fff;
}

.jms1-payment__hero::after {
  position: absolute;
  top: -85px;
  right: -70px;
  width: 230px;
  height: 230px;
  border: 40px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.jms1-payment__hero h2 {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(27px, 5vw, 43px);
  font-weight: 800;
  line-height: 1.15;
}

.jms1-payment__hero > p:last-child {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: 17px;
}

.jms1-payment__eyebrow,
.jms1-payment__card-kicker {
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 800;
}

.jms1-payment__eyebrow {
  position: relative;
  z-index: 1;
  color: #b9dcff;
}

.jms1-payment__deadline {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  padding: 18px 22px;
  border-left: 5px solid var(--payment-blue);
  border-radius: 0 12px 12px 0;
  background: var(--payment-light);
}

.jms1-payment__deadline-value,
.jms1-payment__deadline-label {
  display: block;
}

.jms1-payment__deadline-value {
  flex: 0 0 auto;
  color: var(--payment-dark);
  font-size: 21px;
  font-weight: 800;
}

.jms1-payment__deadline-label {
  color: #537092;
}

.jms1-payment__methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 22px;
}

.jms1-payment__card {
  overflow: hidden;
  border: 1px solid var(--payment-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(14, 47, 109, 0.08);
}

.jms1-payment__card-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-bottom: 1px solid var(--payment-border);
  background: linear-gradient(90deg, #f0f7ff 0%, #fff 100%);
}

.jms1-payment__card-number {
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--payment-blue), var(--payment-dark));
  color: #fff;
  font-weight: 800;
}

.jms1-payment__card-kicker {
  color: var(--payment-blue);
}

.jms1-payment__card h3 {
  margin: 0;
  color: var(--payment-dark);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
}

.jms1-payment__details {
  margin: 0;
  padding: 8px 20px;
}

.jms1-payment__details > div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid #e7f0fb;
}

.jms1-payment__details > div:last-child {
  border-bottom: 0;
}

.jms1-payment__details dt {
  color: #537092;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.jms1-payment__details dd {
  margin: 0;
  color: var(--payment-dark);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.jms1-payment__paypal {
  padding: 28px 24px;
}

.jms1-payment__badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 11px;
  border: 1px solid #b9d8fa;
  border-radius: 999px;
  background: var(--payment-light);
  color: var(--payment-dark);
  font-size: 13px;
  font-weight: 800;
}

.jms1-payment__paypal strong {
  display: block;
  margin-bottom: 5px;
  color: var(--payment-dark);
  font-size: 18px;
}

.jms1-payment__paypal p,
.jms1-payment__footer p {
  margin: 0;
}

.jms1-payment__paypal .jms1-payment__paypal-note {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #e7f0fb;
  color: #537092;
  font-size: 13px;
  line-height: 1.5;
}

.jms1-payment__footer {
  padding: 20px 24px;
  border-radius: 14px;
  background: var(--payment-dark);
  color: #fff;
  text-align: center;
}

.jms1-payment__footer strong {
  display: block;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .jms1-payment__methods {
    grid-template-columns: 1fr;
  }

  .jms1-payment__deadline {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }
}

@media (max-width: 420px) {
  .jms1-payment__card-number {
    display: none;
  }

  .jms1-payment__details > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

@media print {
  .jms1-payment__hero,
  .jms1-payment__card {
    box-shadow: none;
  }
}

/* Page CMS « Dépôt et vente de matériel » */
.jms1-consignment {
  --consignment-dark: var(--jms1-blue-dark, #0e2f6d);
  --consignment-blue: var(--jms1-blue, #2b7fd7);
  --consignment-light: #eef6ff;
  --consignment-border: #d7e7fb;
  --consignment-text: var(--jms1-text, #163257);
  max-width: 1120px;
  margin: 0 auto;
  color: var(--consignment-text);
  font-size: 16px;
  line-height: 1.65;
}

.jms1-consignment *,
.jms1-consignment *::before,
.jms1-consignment *::after {
  box-sizing: border-box;
}

.jms1-consignment__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  overflow: hidden;
  margin-bottom: 28px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0b2a63 0%, #1d6fd1 100%);
  box-shadow: 0 20px 42px rgba(14, 47, 109, 0.2);
}

.jms1-consignment__hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(30px, 5vw, 58px);
  color: #fff;
}

.jms1-consignment__eyebrow {
  margin: 0 0 8px;
  color: var(--consignment-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jms1-consignment__hero .jms1-consignment__eyebrow {
  color: #b9dcff;
}

.jms1-consignment__hero h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(30px, 4.8vw, 48px);
  font-weight: 800;
  line-height: 1.1;
}

.jms1-consignment__lead {
  margin: 0 0 25px;
  color: #fff;
  font-size: 17px;
}

.jms1-consignment__button,
.jms1-consignment__button:hover {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 11px 20px;
  border: 1px solid #fff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(5, 24, 57, 0.2);
  color: var(--consignment-dark) !important;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jms1-consignment__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(5, 24, 57, 0.28);
}

.jms1-consignment__gallery {
  display: grid;
  grid-template-columns: 1.2fr repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(155px, 1fr));
  min-height: 440px;
  gap: 3px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.22);
}

.jms1-consignment__image {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-width: 0;
  min-height: 0;
  background: #dcecff;
}

.jms1-consignment__image--main {
  grid-row: span 2;
}

.jms1-consignment__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.jms1-consignment__image:hover img {
  transform: scale(1.045);
}

.jms1-consignment__intro {
  max-width: 820px;
  margin: 0 auto 28px;
  padding: 10px 24px;
  text-align: center;
}

.jms1-consignment__intro h3,
.jms1-consignment__trust h3,
.jms1-consignment__contact h3 {
  margin: 0 0 10px;
  color: var(--consignment-dark);
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 800;
  line-height: 1.2;
}

.jms1-consignment__intro p:last-child,
.jms1-consignment__trust p:last-child,
.jms1-consignment__contact p:last-child {
  margin: 0;
}

.jms1-consignment__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.jms1-consignment__step {
  position: relative;
  overflow: hidden;
  padding: 25px 22px;
  border: 1px solid var(--consignment-border);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  box-shadow: 0 10px 26px rgba(14, 47, 109, 0.08);
}

.jms1-consignment__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--consignment-blue), var(--consignment-dark));
  box-shadow: 0 7px 16px rgba(43, 127, 215, 0.22);
  color: #fff;
  font-weight: 800;
}

.jms1-consignment__step h3 {
  margin: 0 0 7px;
  color: var(--consignment-dark);
  font-size: 19px;
  font-weight: 800;
}

.jms1-consignment__step p {
  margin: 0;
  color: #537092;
  font-size: 14px;
}

.jms1-consignment__trust {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 28px;
  margin-bottom: 28px;
  padding: clamp(26px, 5vw, 42px);
  border: 1px solid var(--consignment-border);
  border-radius: 18px;
  background: var(--consignment-light);
}

.jms1-consignment__trust-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border: 14px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--consignment-blue), var(--consignment-dark));
  box-shadow: 0 12px 26px rgba(14, 47, 109, 0.2);
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.jms1-consignment__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(26px, 5vw, 42px);
  border-radius: 18px;
  background: var(--consignment-dark);
  box-shadow: 0 16px 34px rgba(14, 47, 109, 0.18);
  color: #fff;
}

.jms1-consignment__contact .jms1-consignment__eyebrow {
  color: #8dc8ff;
}

.jms1-consignment__contact h3 {
  color: #fff;
}

.jms1-consignment__contact-link,
.jms1-consignment__contact-link:hover {
  flex: 0 0 auto;
  padding: 13px 20px;
  border: 1px solid #8dc8ff;
  border-radius: 12px;
  background: #fff;
  color: var(--consignment-dark) !important;
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .jms1-consignment__hero {
    grid-template-columns: 1fr;
  }

  .jms1-consignment__gallery {
    grid-template-columns: repeat(5, minmax(155px, 1fr));
    grid-template-rows: 180px;
    min-height: 0;
    overflow-x: auto;
  }

  .jms1-consignment__image--main {
    grid-row: auto;
  }

}

@media (max-width: 767px) {
  .jms1-consignment__steps {
    grid-template-columns: 1fr;
  }

  .jms1-consignment__trust {
    grid-template-columns: 1fr;
  }

  .jms1-consignment__trust-mark {
    width: 90px;
    height: 90px;
    border-width: 9px;
    font-size: 19px;
  }

  .jms1-consignment__contact {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media print {
  .jms1-consignment__hero,
  .jms1-consignment__step,
  .jms1-consignment__contact {
    box-shadow: none;
  }
}

.jms-about{--navy:#0e2f6d;--blue:#2b7fd7;--pale:#edf6ff;--text:#163257;--muted:#607896;max-width:1160px!important;margin:auto!important;padding:0 18px 30px!important;color:var(--text);font-size:16px;line-height:1.6}
.jms-about *{box-sizing:border-box}.jms-about h2,.jms-about h3,.jms-about h4,.jms-about p{margin-top:0}.jms-about h2,.jms-about h3,.jms-about h4{color:var(--navy);font-weight:800;line-height:1.2}.jms-about h3{font-size:clamp(1.55rem,2.6vw,2.25rem)}.jms-about__label,.jms-about__kicker{margin-bottom:9px!important;color:var(--blue);font-size:.76rem;font-weight:800;text-transform:uppercase}
.jms-about__hero{padding:60px clamp(28px,7vw,90px)!important;border-radius:22px;background:linear-gradient(135deg,#081f4d,var(--navy) 55%,#246fc2);color:#ddecff;text-align:center}
.jms-about__hero .jms-about__label{color:#a9d7ff}.jms-about__hero h2{max-width:820px;margin:0 auto 18px;color:#fff;font-size:clamp(2rem,4vw,3.5rem)}.jms-about__hero>p:not(.jms-about__label){max-width:760px;margin:0 auto 28px;font-size:1.1rem}.jms-about__buttons{display:flex!important;flex-wrap:wrap;justify-content:center;gap:12px}.jms-about__buttons a,.jms-about__links a{display:inline-flex!important;align-items:center;justify-content:center;padding:12px 21px!important;border-radius:11px;font-weight:800;text-decoration:none!important}.jms-about__buttons a:first-child{background:#fff;color:var(--navy)!important}.jms-about__buttons a:last-child{border:1px solid #8dc8ff;color:#fff!important}
.jms-about__stats{display:grid!important;grid-template-columns:repeat(4,1fr);margin:22px 0 64px!important;overflow:hidden;border:1px solid #d3e6fb;border-radius:16px;background:#fff}.jms-about__stats div{display:flex!important;min-height:115px;flex-direction:column;justify-content:center;padding:20px!important;border-right:1px solid #d3e6fb;text-align:center}.jms-about__stats div:last-child{border:0}.jms-about__stats strong{color:var(--blue);font-size:2rem}.jms-about__stats span{margin-top:8px;color:var(--muted);font-size:.86rem;font-weight:700}
.jms-about__story{display:grid!important;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start;margin:0 auto 64px!important;padding:0 35px!important}.jms-about__story>div:last-child{padding:4px 0 4px 26px!important;border-left:4px solid var(--blue);color:var(--muted);font-size:1.03rem}.jms-about__story>div:last-child p:last-child{margin-bottom:0}
.jms-about__catalog{margin-bottom:64px!important;padding:45px!important;border:1px solid #d3e6fb;border-radius:22px;background:var(--pale)}.jms-about__catalog>header{text-align:center;margin-bottom:28px}.jms-about__grid{display:grid!important;grid-template-columns:repeat(2,1fr);gap:16px}.jms-about__grid article{padding:25px!important;border:1px solid #d3e6fb;border-radius:14px;background:#fff}.jms-about__grid b{display:grid;width:42px;height:42px;margin-bottom:18px;place-items:center;border-radius:11px;background:var(--blue);color:#fff}.jms-about__grid h4{margin-bottom:8px;font-size:1.15rem}.jms-about__grid p{margin:0;color:var(--muted)}
.jms-about__values{margin:0 auto 64px!important;padding:0 35px!important}.jms-about__values>header{text-align:center;margin-bottom:26px}.jms-about__values>div{display:grid!important;grid-template-columns:repeat(3,1fr);gap:16px}.jms-about__values article{padding:24px!important;border:1px solid #d3e6fb;border-radius:14px;text-align:center}.jms-about__values article b{display:grid;width:38px;height:38px;margin:0 auto 13px;place-items:center;border-radius:50%;background:var(--pale);color:var(--blue)}.jms-about__values h4{margin-bottom:7px}.jms-about__values p{margin:0;color:var(--muted);font-size:.92rem}
.jms-about__contact{display:grid!important;grid-template-columns:1fr auto;gap:35px;align-items:center;padding:38px 45px!important;border-radius:20px;background:linear-gradient(135deg,var(--blue),var(--navy));color:#ddecff}.jms-about__contact .jms-about__kicker{color:#a9d7ff}.jms-about__contact h3{margin-bottom:8px;color:#fff}.jms-about__contact p:last-child{margin:0}.jms-about__links{display:grid!important;gap:8px}.jms-about__links a{padding:9px 16px!important;background:rgba(255,255,255,.1);color:#fff!important;border:1px solid rgba(255,255,255,.25)}
@media(max-width:768px){.jms-about{padding:0 10px 20px!important}.jms-about__hero{padding:40px 22px!important}.jms-about__stats{grid-template-columns:repeat(2,1fr)}.jms-about__stats div:nth-child(2){border-right:0}.jms-about__stats div:nth-child(-n+2){border-bottom:1px solid #d3e6fb}.jms-about__story,.jms-about__contact{grid-template-columns:1fr;gap:25px}.jms-about__story,.jms-about__values{padding:0 5px!important}.jms-about__grid,.jms-about__values>div{grid-template-columns:1fr}.jms-about__catalog{padding:28px 18px!important}.jms-about__contact{padding:30px 22px!important}.jms-about__links a{width:100%}}

/* Page CMS « Nos implantations » */

.jms1-locations {
  --loc-dark: #0e2f6d;
  --loc-blue: #2b7fd7;
  --loc-pale: #edf6ff;
  --loc-text: #163257;
  --loc-muted: #607896;
  --loc-border: #d3e6fb;
  max-width: 1160px;
  margin: auto;
  color: var(--loc-text);
  font-size: 16px;
  line-height: 1.65;
}

.jms1-locations * {
  box-sizing: border-box;
}

.jms1-locations h2,
.jms1-locations h3,
.jms1-locations p {
  margin-top: 0;
}

.jms1-locations h2,
.jms1-locations h3 {
  color: var(--loc-dark);
  font-weight: 800;
  line-height: 1.18;
}

.jms1-locations h3 {
  font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.jms1-locations__eyebrow {
  margin-bottom: 9px;
  color: var(--loc-blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jms1-locations__hero {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 45px;
  align-items: center;
  padding: clamp(38px, 6vw, 70px);
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    #081f4d 0%,
    var(--loc-dark) 55%,
    #246fc2 100%
  );
  color: #ddecff;
}

.jms1-locations__hero .jms1-locations__eyebrow {
  color: #a9d7ff;
}

.jms1-locations__hero h2 {
  max-width: 760px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 3.7rem);
  letter-spacing: -0.035em;
}

.jms1-locations__hero > div > p:not(.jms1-locations__eyebrow) {
  max-width: 720px;
  margin-bottom: 26px;
  font-size: 1.08rem;
}

.jms1-locations__button {
  display: inline-flex;
  padding: 12px 21px;
  border-radius: 11px;
  background: #fff;
  color: var(--loc-dark) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.jms1-locations__address {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  color: #e7f3ff;
  font-style: normal;
}

.jms1-locations__address p {
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}

.jms1-locations__address strong {
  color: #fff;
  font-size: 1.08rem;
}

.jms1-locations__pin {
  margin-bottom: 16px;
  color: #8dc8ff;
  font-size: 1.6rem;
}

.jms1-locations__intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  margin: 70px 35px;
}

.jms1-locations__intro > div:last-child {
  padding-left: 26px;
  border-left: 4px solid var(--loc-blue);
  color: var(--loc-muted);
  font-size: 1.03rem;
}

.jms1-locations__intro > div:last-child p:last-child {
  margin: 0;
}

.jms1-locations__map {
  margin-bottom: 65px;
  padding: 42px;
  border: 1px solid var(--loc-border);
  border-radius: 22px;
  background: var(--loc-pale);
}

.jms1-locations__map header,
.jms1-locations__gallery header {
  margin-bottom: 26px;
  text-align: center;
}

.jms1-locations__map-frame {
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(14, 47, 109, 0.14);
}

.jms1-locations__map iframe {
  display: block;
  width: 100%;
  height: 430px;
  border: 0;
}

.jms1-locations__gallery {
  margin-bottom: 65px;
}

.jms1-locations__photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 190px;
  gap: 10px;
}

.jms1-locations__photo {
  overflow: hidden;
  margin: 0;
  border-radius: 14px;
  background: var(--loc-pale);
}

.jms1-locations__photo--wide {
  grid-column: span 2;
  grid-row: span 2;
}

.jms1-locations__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.jms1-locations__photo:hover img {
  transform: scale(1.04);
}

.jms1-locations__reach {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 65px;
  padding: 42px;
  border: 1px solid var(--loc-border);
  border-radius: 22px;
}

.jms1-locations__reach > div > p:last-child {
  margin: 0;
  color: var(--loc-muted);
}

.jms1-locations__reach ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jms1-locations__reach li {
  display: flex;
  flex-direction: column;
  padding: 14px 18px;
  border-radius: 11px;
  background: var(--loc-pale);
}

.jms1-locations__reach strong {
  color: var(--loc-dark);
}

.jms1-locations__reach span {
  color: var(--loc-muted);
  font-size: 0.88rem;
}

.jms1-locations__contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 35px;
  align-items: center;
  padding: 38px 45px;
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    var(--loc-blue),
    var(--loc-dark)
  );
  color: #ddecff;
}

.jms1-locations__contact .jms1-locations__eyebrow {
  color: #a9d7ff;
}

.jms1-locations__contact h3 {
  margin-bottom: 8px;
  color: #fff;
}

.jms1-locations__contact p:last-child {
  margin: 0;
}

.jms1-locations__contact > div:last-child {
  display: grid;
  gap: 8px;
}

.jms1-locations__contact a {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

@media (max-width: 850px) {
  .jms1-locations__hero,
  .jms1-locations__intro,
  .jms1-locations__reach,
  .jms1-locations__contact {
    grid-template-columns: 1fr;
  }

  .jms1-locations__address {
    max-width: 430px;
  }

  .jms1-locations__intro {
    gap: 25px;
    margin: 52px 10px;
  }

  .jms1-locations__photos {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }

  .jms1-locations__photo--wide {
    grid-row: span 1;
  }

  .jms1-locations__contact {
    align-items: start;
  }
}

@media (max-width: 575px) {
  .jms1-locations {
    font-size: 15px;
  }

  .jms1-locations__hero,
  .jms1-locations__map,
  .jms1-locations__reach,
  .jms1-locations__contact {
    padding: 28px 20px;
    border-radius: 16px;
  }

  .jms1-locations__hero h2 {
    font-size: 2.15rem;
  }

  .jms1-locations__address {
    padding: 22px;
  }

  .jms1-locations__map iframe {
    height: 330px;
  }

  .jms1-locations__photos {
    grid-auto-rows: 145px;
  }

  .jms1-locations__contact a {
    width: 100%;
  }
}

/* Page CMS « Nos clients » */

.jms1-customers {
  --cus-dark: #0e2f6d;
  --cus-blue: #2b7fd7;
  --cus-light: #8dc8ff;
  --cus-pale: #edf6ff;
  --cus-text: #163257;
  --cus-muted: #607896;
  --cus-border: #d3e6fb;
  max-width: 1160px;
  margin: auto;
  color: var(--cus-text);
  font-size: 16px;
  line-height: 1.65;
}

.jms1-customers * {
  box-sizing: border-box;
}

.jms1-customers h2,
.jms1-customers h3,
.jms1-customers h4,
.jms1-customers p {
  margin-top: 0;
}

.jms1-customers h2,
.jms1-customers h3,
.jms1-customers h4 {
  color: var(--cus-dark);
  font-weight: 800;
  line-height: 1.18;
}

.jms1-customers h3 {
  font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.jms1-customers__eyebrow {
  margin-bottom: 9px;
  color: var(--cus-blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jms1-customers__hero {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 45px;
  align-items: center;
  padding: clamp(38px, 6vw, 70px);
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    #081f4d 0%,
    var(--cus-dark) 55%,
    #246fc2 100%
  );
  color: #ddecff;
}

.jms1-customers__hero .jms1-customers__eyebrow {
  color: #a9d7ff;
}

.jms1-customers__hero h2 {
  max-width: 800px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2rem, 4.3vw, 3.65rem);
  letter-spacing: -0.035em;
}

.jms1-customers__hero-copy > p:not(.jms1-customers__eyebrow) {
  max-width: 740px;
  margin-bottom: 26px;
  font-size: 1.08rem;
}

.jms1-customers__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.jms1-customers__actions a {
  display: inline-flex;
  padding: 12px 21px;
  border-radius: 11px;
  font-weight: 800;
  text-decoration: none !important;
}

.jms1-customers__actions a:first-child {
  background: #fff;
  color: var(--cus-dark) !important;
}

.jms1-customers__actions a:last-child {
  border: 1px solid var(--cus-light);
  color: #fff !important;
}

.jms1-customers__globe {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: #ddecff;
  text-align: center;
}

.jms1-customers__globe-icon {
  display: grid;
  width: 100px;
  height: 100px;
  margin-bottom: 18px;
  place-items: center;
  border: 2px solid var(--cus-light);
  border-radius: 50%;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1;
}

.jms1-customers__globe strong {
  color: #fff;
  font-size: 1.12rem;
}

.jms1-customers__globe > span:last-child {
  margin-top: 6px;
  font-size: 0.85rem;
}

.jms1-customers__destinations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 22px 0 68px;
  overflow: hidden;
  border: 1px solid var(--cus-border);
  border-radius: 16px;
  background: #fff;
}

.jms1-customers__destinations article {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-right: 1px solid var(--cus-border);
  text-align: center;
}

.jms1-customers__destinations article:last-child {
  border: 0;
}

.jms1-customers__destinations strong {
  color: var(--cus-blue);
  font-size: 1.55rem;
}

.jms1-customers__destinations span {
  color: var(--cus-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.jms1-customers__intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  margin: 0 35px 68px;
}

.jms1-customers__intro > div:last-child {
  padding-left: 26px;
  border-left: 4px solid var(--cus-blue);
  color: var(--cus-muted);
  font-size: 1.03rem;
}

.jms1-customers__intro > div:last-child p:last-child {
  margin: 0;
}

.jms1-customers__profiles {
  margin-bottom: 68px;
  padding: 42px;
  border: 1px solid var(--cus-border);
  border-radius: 22px;
  background: var(--cus-pale);
}

.jms1-customers__profiles > header {
  margin-bottom: 28px;
  text-align: center;
}

.jms1-customers__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.jms1-customers__grid article {
  padding: 26px;
  border: 1px solid var(--cus-border);
  border-radius: 14px;
  background: #fff;
}

.jms1-customers__grid article > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 11px;
  background: var(--cus-blue);
  color: #fff;
  font-weight: 800;
}

.jms1-customers__grid h4 {
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.jms1-customers__grid p {
  margin: 0;
  color: var(--cus-muted);
}

.jms1-customers__ecommerce {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 68px;
  padding: 0 35px;
}

.jms1-customers__ecommerce-copy > p:not(.jms1-customers__eyebrow) {
  color: var(--cus-muted);
}

.jms1-customers__benefits {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jms1-customers__benefits li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--cus-border);
  border-radius: 12px;
}

.jms1-customers__benefits b {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--cus-pale);
  color: var(--cus-blue);
}

.jms1-customers__benefits div {
  display: flex;
  flex-direction: column;
}

.jms1-customers__benefits strong {
  color: var(--cus-dark);
}

.jms1-customers__benefits span {
  color: var(--cus-muted);
  font-size: 0.88rem;
}

.jms1-customers__trust {
  margin-bottom: 25px;
  padding: 42px;
  border: 1px solid var(--cus-border);
  border-radius: 22px;
  text-align: center;
}

.jms1-customers__trust > header {
  margin-bottom: 26px;
}

.jms1-customers__trust > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.jms1-customers__trust article {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 13px;
  background: var(--cus-pale);
}

.jms1-customers__trust article strong {
  color: var(--cus-blue);
  font-size: 1.85rem;
}

.jms1-customers__trust article span {
  color: var(--cus-muted);
  font-weight: 700;
}

.jms1-customers__trust > p {
  max-width: 780px;
  margin: 0 auto;
  color: var(--cus-muted);
}

.jms1-customers__vinted {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 25px;
  padding: 30px;
  border: 1px solid #8dd7d5;
  border-radius: 20px;
  background: linear-gradient(135deg, #eefcfb, #fff);
}

.jms1-customers__vinted-score {
  display: flex;
  min-width: 150px;
  flex-direction: column;
  padding: 20px;
  border-radius: 15px;
  background: #007782;
  color: #fff;
  text-align: center;
}

.jms1-customers__vinted-score strong {
  font-size: 2rem;
  line-height: 1.1;
}

.jms1-customers__vinted-score span {
  margin-top: 6px;
  font-size: 0.82rem;
  font-weight: 700;
}

.jms1-customers__vinted-copy h3 {
  margin-bottom: 8px;
}

.jms1-customers__vinted-copy p:last-child {
  margin-bottom: 0;
  color: var(--cus-muted);
}

.jms1-customers__vinted-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 11px;
  background: #007782;
  color: #fff !important;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

.jms1-customers__contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 35px;
  align-items: center;
  padding: 38px 45px;
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    var(--cus-blue),
    var(--cus-dark)
  );
  color: #ddecff;
}

.jms1-customers__contact .jms1-customers__eyebrow {
  color: #a9d7ff;
}

.jms1-customers__contact h3 {
  margin-bottom: 8px;
  color: #fff;
}

.jms1-customers__contact p:last-child {
  margin: 0;
}

.jms1-customers__contact > div:last-child {
  display: grid;
  gap: 8px;
}

.jms1-customers__contact a {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

@media (max-width: 850px) {
  .jms1-customers__hero,
  .jms1-customers__intro,
  .jms1-customers__ecommerce,
  .jms1-customers__vinted,
  .jms1-customers__contact {
    grid-template-columns: 1fr;
  }

  .jms1-customers__globe {
    max-width: 430px;
  }

  .jms1-customers__intro {
    gap: 25px;
    margin: 0 10px 55px;
  }

  .jms1-customers__ecommerce {
    gap: 30px;
    padding: 0 10px;
  }

  .jms1-customers__vinted-score {
    max-width: 220px;
  }

  .jms1-customers__vinted-link {
    justify-self: start;
  }

  .jms1-customers__contact {
    align-items: start;
  }
}

@media (max-width: 575px) {
  .jms1-customers {
    font-size: 15px;
  }

  .jms1-customers__hero,
  .jms1-customers__profiles,
  .jms1-customers__trust,
  .jms1-customers__vinted,
  .jms1-customers__contact {
    padding: 28px 20px;
    border-radius: 16px;
  }

  .jms1-customers__hero h2 {
    font-size: 2.15rem;
  }

  .jms1-customers__actions a {
    width: 100%;
    justify-content: center;
  }

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

  .jms1-customers__destinations article:nth-child(2) {
    border-right: 0;
  }

  .jms1-customers__destinations article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--cus-border);
  }

  .jms1-customers__grid,
  .jms1-customers__trust > div {
    grid-template-columns: 1fr;
  }

  .jms1-customers__vinted-score {
    max-width: none;
  }

  .jms1-customers__vinted-link,
  .jms1-customers__contact a {
    width: 100%;
  }
}

/* Bloc de confiance de la page d’accueil JMS1 */

.jms1-homeproof {
  --hp-dark: #0e2f6d;
  --hp-blue: #2b7fd7;
  --hp-pale: #edf6ff;
  --hp-text: #163257;
  --hp-muted: #607896;
  --hp-border: #d3e6fb;
  width: 100%;
  margin: 10px 0 35px;
  color: var(--hp-text);
  font-size: 15px;
  line-height: 1.55;
}

.jms1-homeproof * {
  box-sizing: border-box;
}

.jms1-homeproof h2,
.jms1-homeproof h3,
.jms1-homeproof h4,
.jms1-homeproof p {
  margin-top: 0;
}

.jms1-homeproof h2,
.jms1-homeproof h3,
.jms1-homeproof h4 {
  color: var(--hp-dark);
  font-weight: 800;
  line-height: 1.18;
}

.jms1-homeproof__eyebrow {
  margin-bottom: 8px;
  color: var(--hp-blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.jms1-homeproof__hero {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: 22px;
  margin-bottom: 18px;
}

.jms1-homeproof__intro {
  padding: 34px;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    #081f4d 0%,
    var(--hp-dark) 58%,
    #246fc2 100%
  );
  color: #ddecff;
}

.jms1-homeproof__intro .jms1-homeproof__eyebrow {
  color: #a9d7ff;
}

.jms1-homeproof__intro h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(1.75rem, 3.3vw, 2.7rem);
  letter-spacing: -0.025em;
}

.jms1-homeproof__intro > p:not(.jms1-homeproof__eyebrow) {
  margin-bottom: 22px;
}

.jms1-homeproof__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.jms1-homeproof__actions a {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 9px;
  font-weight: 800;
  text-decoration: none !important;
}

.jms1-homeproof__actions a:first-child {
  background: #fff;
  color: var(--hp-dark) !important;
}

.jms1-homeproof__actions a:last-child {
  border: 1px solid #8dc8ff;
  color: #fff !important;
}

.jms1-homeproof__vinted {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 18px;
  border: 1px solid #8dd7d5;
  border-radius: 18px;
  background: linear-gradient(145deg, #e8fbfa, #fff);
  text-align: center;
}

.jms1-homeproof__vinted-label {
  padding: 4px 10px;
  border-radius: 999px;
  background: #007782;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.jms1-homeproof__vinted > strong {
  margin-top: 14px;
  color: #007782;
  font-size: 2.45rem;
  line-height: 1;
}

.jms1-homeproof__stars {
  margin-top: 6px;
  color: #f2b01e;
  letter-spacing: 2px;
}

.jms1-homeproof__vinted p {
  margin: 10px 0 16px;
  color: #426a70;
  font-size: 0.86rem;
}

.jms1-homeproof__vinted a {
  padding: 9px 13px;
  border-radius: 9px;
  background: #007782;
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none !important;
}

.jms1-homeproof__numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 38px;
  overflow: hidden;
  border: 1px solid var(--hp-border);
  border-radius: 14px;
  background: #fff;
}

.jms1-homeproof__numbers article {
  display: flex;
  min-height: 90px;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  border-right: 1px solid var(--hp-border);
  text-align: center;
}

.jms1-homeproof__numbers article:last-child {
  border: 0;
}

.jms1-homeproof__numbers strong {
  color: var(--hp-blue);
  font-size: 1.45rem;
}

.jms1-homeproof__numbers span {
  color: var(--hp-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.jms1-homeproof__offers {
  margin-bottom: 18px;
  padding: 28px;
  border: 1px solid var(--hp-border);
  border-radius: 18px;
  background: var(--hp-pale);
}

.jms1-homeproof__offers > header {
  max-width: 650px;
  margin: 0 auto 22px;
  text-align: center;
}

.jms1-homeproof__offers h3,
.jms1-homeproof__footer h3 {
  margin-bottom: 8px;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.jms1-homeproof__offers > header > p:last-child {
  margin: 0;
  color: var(--hp-muted);
}

.jms1-homeproof__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.jms1-homeproof__card {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 13px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--hp-border);
  border-radius: 12px;
  background: #fff;
  color: var(--hp-text) !important;
  text-decoration: none !important;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease;
}

.jms1-homeproof__card:hover {
  transform: translateY(-2px);
  border-color: #8dc8ff;
}

.jms1-homeproof__card > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 10px;
  background: var(--hp-blue);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.jms1-homeproof__card h4 {
  margin-bottom: 5px;
  font-size: 1rem;
}

.jms1-homeproof__card p {
  margin: 0;
  color: var(--hp-muted);
  font-size: 0.84rem;
}

.jms1-homeproof__reassurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.jms1-homeproof__reassurance article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--hp-border);
  border-radius: 12px;
}

.jms1-homeproof__reassurance b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--hp-pale);
  color: var(--hp-blue);
}

.jms1-homeproof__reassurance div {
  display: flex;
  flex-direction: column;
}

.jms1-homeproof__reassurance strong {
  color: var(--hp-dark);
  font-size: 0.9rem;
}

.jms1-homeproof__reassurance span {
  color: var(--hp-muted);
  font-size: 0.78rem;
}

.jms1-homeproof__footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 25px 28px;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    var(--hp-blue),
    var(--hp-dark)
  );
  color: #ddecff;
}

.jms1-homeproof__footer .jms1-homeproof__eyebrow {
  color: #a9d7ff;
}

.jms1-homeproof__footer h3 {
  margin: 0;
  color: #fff;
}

.jms1-homeproof__footer > div:last-child {
  display: grid;
  gap: 7px;
}

.jms1-homeproof__footer a {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .jms1-homeproof__hero {
    grid-template-columns: 1fr;
  }

  .jms1-homeproof__vinted {
    min-height: 230px;
  }

  .jms1-homeproof__reassurance {
    grid-template-columns: 1fr;
  }

  .jms1-homeproof__footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .jms1-homeproof__intro,
  .jms1-homeproof__offers,
  .jms1-homeproof__footer {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .jms1-homeproof__intro h2 {
    font-size: 1.8rem;
  }

  .jms1-homeproof__actions a {
    width: 100%;
    justify-content: center;
  }

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

  .jms1-homeproof__numbers article:nth-child(2) {
    border-right: 0;
  }

  .jms1-homeproof__numbers article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--hp-border);
  }

  .jms1-homeproof__grid {
    grid-template-columns: 1fr;
  }

  .jms1-homeproof__footer a {
    width: 100%;
  }
}
.jms1-homeproof__card h4 a {
  color: var(--hp-dark) !important;
  text-decoration: none !important;
}

.jms1-homeproof__card h4 a:hover {
  color: var(--hp-blue) !important;
}