/* ============================================================
   CBC : systeme de design du site
   Tokens de couleurs et typographies du site public
   ============================================================ */

:root {
  --cbc-navy: #002855;
  --cbc-navy-deep: #001c3d;
  --cbc-blue: #0069bf;
  --cbc-cyan: #0072ce;
  --cbc-cyan-soft: #92c1e9;
  --cbc-slash: #00b4e6;
  --cbc-light: #e1f6f7;
  --cbc-sky: #d9eaf8;
  --cbc-muted: #f5f5f5;
  --cbc-gray: #ececea;
  --cbc-text: #002855;
  --cbc-muted-text: #3d5a73;
  --cbc-border: #d9eaf8;
  --cbc-serif: "Source Serif 4", "Georgia", "Times New Roman", serif;
  --cbc-sans: "Plus Jakarta Sans", "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

body.home-orange-color {
  font-family: var(--cbc-sans);
  color: var(--cbc-text);
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--cbc-sans);
  color: var(--cbc-navy);
}

/* Kill ancien header transparent / sticky */
#rs-header.header-cbc.header-transparent,
#rs-header.header-cbc {
  position: relative !important;
  top: auto !important;
  background: #fff !important;
}
#rs-header.header-cbc .menu-sticky.sticky,
#rs-header.header-cbc .menu-area.menu-sticky {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  animation: none !important;
}

/* ---------- HEADER ---------- */
.full-width-header {
  position: relative;
  z-index: 100;
}
#rs-header.header-cbc {
  background: #fff;
  box-shadow: none;
  position: relative;
}
#rs-header.header-cbc .header-cbc-top {
  background: #fff;
  border-bottom: 1px solid var(--cbc-sky);
  padding: 1rem 0;
}
#rs-header.header-cbc .header-cbc-top-inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
#rs-header.header-cbc .header-cbc-logo img {
  max-height: 56px;
  width: auto;
  display: block;
}
#rs-header.header-cbc .header-cbc-search {
  flex: 1;
  max-width: 460px;
  margin: 0 auto;
  position: relative;
}
#rs-header.header-cbc .header-cbc-search input {
  width: 100%;
  height: 44px;
  border: 1px solid #c5d8ea;
  border-radius: 0;
  padding: 0 2.8rem 0 1rem;
  font-size: 0.92rem;
  color: var(--cbc-text);
  background: #fff;
  font-family: var(--cbc-sans);
}
#rs-header.header-cbc .header-cbc-search input:focus {
  outline: 2px solid var(--cbc-cyan);
  border-color: var(--cbc-cyan);
}
#rs-header.header-cbc .header-cbc-search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  width: 44px;
  border: 0;
  background: transparent;
  color: var(--cbc-navy);
  cursor: pointer;
}
#rs-header.header-cbc .header-cbc-tools {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-left: auto;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
#rs-header.header-cbc .header-cbc-tools a {
  color: var(--cbc-navy);
  text-decoration: none !important;
  font-size: 0.88rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
#rs-header.header-cbc .header-cbc-tools a:hover {
  color: var(--cbc-cyan);
}
#rs-header.header-cbc .header-cbc-tools .fa {
  font-size: 1.1rem;
}
#rs-header.header-cbc .header-cbc-cart {
  position: relative;
  width: 2rem;
  height: 2rem;
  justify-content: center;
}
#rs-header.header-cbc .training-nav-cart-badge {
  position: absolute;
  top: -0.35rem;
  right: -0.4rem;
  min-width: 1.05rem;
  height: 1.05rem;
  padding: 0 0.28rem;
  border-radius: 999px;
  background: #f5c518;
  color: #002855;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.05rem;
  text-align: center;
}
#rs-header.header-cbc .header-cbc-nav {
  background: #fff;
  border-bottom: 1px solid var(--cbc-sky);
}
#rs-header.header-cbc .header-cbc-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
}
#rs-header.header-cbc .menu-area,
#rs-header.header-cbc .menu-sticky {
  background: transparent !important;
  position: relative !important;
  box-shadow: none !important;
  padding: 0 !important;
}
#rs-header.header-cbc .row-table {
  display: none !important;
}
#rs-header.header-cbc .header-cbc-nav ul.nav-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
#rs-header.header-cbc .header-cbc-nav ul.nav-menu > li > a {
  display: block;
  padding: 1rem 1.05rem;
  color: var(--cbc-navy) !important;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-bottom: 3px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
#rs-header.header-cbc .header-cbc-nav ul.nav-menu > li > a:hover,
#rs-header.header-cbc .header-cbc-nav ul.nav-menu > li:hover > a {
  color: var(--cbc-cyan) !important;
  border-bottom-color: var(--cbc-cyan);
}
#rs-header.header-cbc .header-cbc-nav ul.nav-menu .sub-menu {
  border-radius: 0;
  border: 1px solid var(--cbc-sky);
  box-shadow: 0 12px 28px rgba(0, 40, 85, 0.12);
  padding: 0.4rem 0;
}
#rs-header.header-cbc .header-cbc-nav ul.nav-menu .sub-menu a {
  color: var(--cbc-navy) !important;
  font-size: 0.88rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  padding: 0.55rem 1.1rem;
}
#rs-header.header-cbc .header-cbc-nav ul.nav-menu li.menu-item-has-children > a:before,
#rs-header.header-cbc .header-cbc-nav ul.nav-menu li.menu-item-has-children > a:after {
  content: none !important;
  display: none !important;
}
#rs-header.header-cbc .header-cbc-tools .header-cbc-burger {
  display: none !important;
  border: 0;
  background: transparent;
  padding: 0.45rem;
  color: var(--cbc-navy);
  cursor: pointer;
  line-height: 0;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
#rs-header.header-cbc .header-cbc-tools .header-cbc-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  margin: 0;
}

/* ---------- MENU MOBILE (tiroir) ---------- */
#rs-header.header-cbc nav.right_menu_togle,
#rs-header.header-cbc .mobile-navbar-menu {
  background: var(--cbc-navy) !important;
  padding: 1.15rem 1.4rem 2.5rem !important;
  max-width: min(100%, 26rem);
  box-shadow: -16px 0 40px rgba(0, 20, 45, 0.28);
}
#rs-header.header-cbc .mobile-navbar-menu .close-btn {
  padding: 0.35rem 0 1.15rem !important;
  min-height: 2.5rem;
}
#rs-header.header-cbc .mobile-navbar-menu .close-btn .nav-close {
  top: 1.15rem !important;
  right: 1.15rem !important;
}
#rs-header.header-cbc .mobile-navbar-menu .close-btn .nav-close .line span,
#rs-header.header-cbc nav.right_menu_togle .close-btn .nav-close .line span {
  background: #fff !important;
}
#rs-header.header-cbc .mobile-navbar-menu .close-btn:hover .nav-close .line span {
  background: var(--cbc-slash) !important;
}
#rs-header.header-cbc .mobile-navbar-menu ul.nav-menu {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  float: none !important;
  width: 100% !important;
  margin: 0.35rem 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
#rs-header.header-cbc .mobile-navbar-menu ul.nav-menu > li,
#rs-header.header-cbc .mobile-navbar-menu ul.nav-menu li {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
#rs-header.header-cbc .mobile-navbar-menu ul.nav-menu > li > a {
  display: block !important;
  width: 100% !important;
  padding: 1.05rem 2.4rem 1.05rem 0 !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: var(--cbc-sans) !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  line-height: 1.35 !important;
  height: auto !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-bottom-color: rgba(255, 255, 255, 0.16) !important;
}
#rs-header.header-cbc .mobile-navbar-menu ul.nav-menu > li > a:hover,
#rs-header.header-cbc .mobile-navbar-menu ul.nav-menu li.active-menu > a {
  color: var(--cbc-slash) !important;
  border-bottom-color: rgba(255, 255, 255, 0.16) !important;
}
#rs-header.header-cbc .mobile-navbar-menu .sub-menu {
  position: static !important;
  left: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 0.35rem !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
#rs-header.header-cbc .mobile-navbar-menu .sub-menu a {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  padding: 0.7rem 0 0.7rem 0.15rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  height: auto !important;
  line-height: 1.4 !important;
}
#rs-header.header-cbc .mobile-navbar-menu span.submenu-button:before,
#rs-header.header-cbc .mobile-navbar-menu span.submenu-button:after {
  background: #fff !important;
}
#rs-header.header-cbc .mobile-navbar-menu .canvas-contact {
  margin-top: 1.75rem;
  padding-top: 1.5rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
#rs-header.header-cbc .mobile-navbar-menu .address-list {
  align-items: flex-start;
  gap: 0.85rem;
  margin-top: 1.15rem !important;
}
#rs-header.header-cbc .mobile-navbar-menu .info-icon i:before {
  color: var(--cbc-slash) !important;
  font-size: 1.15rem !important;
  margin-right: 0 !important;
}
#rs-header.header-cbc .mobile-navbar-menu .info-content .title,
#rs-header.header-cbc .mobile-navbar-menu .info-content em,
#rs-header.header-cbc .mobile-navbar-menu .info-content em a {
  color: #fff !important;
}
#rs-header.header-cbc .mobile-navbar-menu .info-content .title {
  font-size: 0.78rem !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.2rem !important;
}
#rs-header.header-cbc .mobile-navbar-menu .info-content em {
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  opacity: 0.88;
}
#rs-header.header-cbc nav.right_menu_togle .canvas-contact .social li a i:hover {
  background: var(--cbc-cyan) !important;
  border-color: var(--cbc-cyan) !important;
}

@media (max-width: 991px) {
  .container {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  #rs-header.header-cbc .header-cbc-top {
    padding: 0.85rem 0 0.95rem;
  }
  #rs-header.header-cbc .header-cbc-top-inner {
    flex-wrap: wrap;
    gap: 0.75rem 0.85rem;
  }
  #rs-header.header-cbc .header-cbc-logo img {
    max-height: 44px;
  }
  #rs-header.header-cbc .header-cbc-search {
    display: block;
    order: 3;
    flex: 1 1 100%;
    max-width: none;
    margin: 0;
  }
  #rs-header.header-cbc .header-cbc-search input {
    height: 42px;
    font-size: 0.88rem;
  }
  #rs-header.header-cbc .header-cbc-search button {
    height: 42px;
  }
  #rs-header.header-cbc .header-cbc-tools {
    gap: 0.7rem;
  }
  #rs-header.header-cbc .header-cbc-tools .cbc-tool-label {
    display: none;
  }
  #rs-header.header-cbc .header-cbc-tools li:has(a[href^="tel"]),
  #rs-header.header-cbc .header-cbc-tools li:has(a[href^="mailto"]) {
    display: none;
  }
  #rs-header.header-cbc .header-cbc-tools .header-cbc-burger {
    display: inline-flex !important;
  }
  #rs-header.header-cbc .header-cbc-nav {
    display: none;
  }
  #rs-header.header-cbc .rs-menu.hidden-md {
    display: none !important;
  }
}

/* ---------- FOOTER ---------- */
#rs-footer.footer-cbc {
  background: var(--cbc-navy) !important;
  color: #fff;
  margin-top: 0;
}
#rs-footer.footer-cbc .footer-cbc-main {
  padding: clamp(2.75rem, 5vw, 4rem) 0 2.25rem;
}
#rs-footer.footer-cbc .footer-cbc-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 2.25rem;
}
#rs-footer.footer-cbc .footer-cbc-logo img {
  max-height: 58px;
  width: auto;
  margin-bottom: 1.35rem;
}
#rs-footer.footer-cbc .footer-cbc-actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: flex-start;
}
#rs-footer.footer-cbc .footer-cbc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 0.8rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.88rem;
  font-weight: 700;
  background: transparent;
  border-radius: 0;
  transition: background 0.2s ease, border-color 0.2s ease;
}
#rs-footer.footer-cbc .footer-cbc-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
#rs-footer.footer-cbc .footer-cbc-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  color: #fff;
}
#rs-footer.footer-cbc .footer-cbc-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
#rs-footer.footer-cbc .footer-cbc-links li {
  margin: 0 0 0.55rem;
}
#rs-footer.footer-cbc .footer-cbc-links a {
  color: rgba(255, 255, 255, 0.84) !important;
  text-decoration: none !important;
  font-size: 0.92rem;
}
#rs-footer.footer-cbc .footer-cbc-links a:hover {
  color: #fff !important;
}
#rs-footer.footer-cbc .footer-cbc-rank {
  font-family: var(--cbc-serif);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#rs-footer.footer-cbc .footer-cbc-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
#rs-footer.footer-cbc .footer-cbc-social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff !important;
  text-decoration: none !important;
}
#rs-footer.footer-cbc .footer-cbc-social a:hover {
  border-color: #fff;
}
#rs-footer.footer-cbc .footer-cbc-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.1rem 0;
  background: var(--cbc-navy-deep);
}
#rs-footer.footer-cbc .footer-cbc-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
#rs-footer.footer-cbc .footer-cbc-copy {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}
#rs-footer.footer-cbc .footer-cbc-copy a {
  color: #fff !important;
}
#rs-footer.footer-cbc .footer-cbc-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
#rs-footer.footer-cbc .footer-cbc-legal a {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.8rem;
  text-decoration: none !important;
}
#scrollUp.footer-scroll-cbc {
  background: var(--cbc-cyan) !important;
  border-radius: 0 !important;
}

@media (max-width: 991px) {
  #rs-footer.footer-cbc .footer-cbc-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }
  #rs-footer.footer-cbc .footer-cbc-btn {
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 760px) {
  #rs-footer.footer-cbc .footer-cbc-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #rs-footer.footer-cbc .footer-cbc-actions {
    width: 100%;
  }
  #rs-footer.footer-cbc .footer-cbc-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ---------- HERO DE PAGE INTERNE ---------- */
.cbc-page-hero,
.training-hero,
.catalog-hero,
.blog-hero,
.career-hero,
.ap-hero,
.page-bg-container,
.training-detail-hero {
  background: var(--cbc-navy) !important;
  background-image: none !important;
  padding: clamp(2.75rem, 6vw, 4.25rem) 0 !important;
  color: #fff !important;
  position: relative;
  overflow: hidden;
  margin-bottom: 0 !important;
  min-height: 0 !important;
  background-blend-mode: normal !important;
}
.cbc-page-hero::after,
.training-hero::after,
.catalog-hero::after,
.blog-hero::after,
.career-hero::after,
.training-detail-hero::after {
  content: "";
  position: absolute;
  top: -30%;
  bottom: -30%;
  right: 8%;
  width: 70px;
  background: var(--cbc-slash);
  transform: skewX(-18deg);
  opacity: 0.95;
  pointer-events: none;
}
.cbc-page-hero .container,
.training-hero .container,
.catalog-hero .container,
.blog-hero .container,
.career-hero .container,
.page-bg-container .container,
.training-detail-hero .container {
  position: relative;
  z-index: 2;
}
.cbc-page-hero h1,
.training-hero h1,
.catalog-hero h1,
.blog-hero h1,
.career-hero h1,
.ap-hero h1,
.page-bg-container h1,
.training-detail-hero h1,
.container-content h1 {
  font-family: var(--cbc-sans) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: #fff !important;
  max-width: 18ch;
  text-align: left !important;
  float: none !important;
}
.cbc-page-hero-lead,
.training-hero-lead,
.catalog-hero-lead,
.blog-hero-lead,
.career-hero-lead,
.ap-hero-lead {
  color: rgba(255, 255, 255, 0.78) !important;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.7;
}
.cbc-breadcrumb,
.training-breadcrumb,
.catalog-breadcrumb,
.blog-breadcrumb,
.career-breadcrumb,
.ap-breadcrumb,
.page-bg-container .container-content p,
.page-bg-container .container-content a {
  color: rgba(255, 255, 255, 0.7) !important;
  text-transform: none;
  letter-spacing: 0;
  text-align: left !important;
}
.cbc-page-hero-eyebrow,
.training-hero-eyebrow,
.catalog-hero-eyebrow,
.ap-hero-badge {
  color: var(--cbc-slash) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-bg-container .container-content {
  padding: 0 !important;
  text-align: left !important;
  float: none !important;
}

/* Pills / filtres */
.training-pill,
.catalog-pill,
.blog-pill {
  border-radius: 0 !important;
  border: 1px solid var(--cbc-navy) !important;
  color: var(--cbc-navy) !important;
  background: #fff !important;
  font-weight: 600 !important;
}
.training-pill.is-active,
.catalog-pill.is-active,
.blog-pill.is-active,
.training-pill:hover,
.catalog-pill:hover,
.blog-pill:hover {
  background: var(--cbc-navy) !important;
  color: #fff !important;
}

/* Cartes internes */
.training-card,
.catalog-card,
.blog-card,
.ap-intro,
.ap-block,
.career-intro {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid var(--cbc-sky) !important;
}
.training-card-wrap .training-card {
  display: flex;
  flex-direction: column;
}
.training-card-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--cbc-muted);
}
.training-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.training-card-arrow {
  border-radius: 0 !important;
  background: var(--cbc-navy) !important;
}
.training-card-title,
.catalog-card-title,
.blog-card-title,
.ap-intro-body h2,
.career-intro-body h2,
.career-section-title,
.ap-blocks-head h2 {
  font-family: var(--cbc-serif) !important;
  color: var(--cbc-navy) !important;
}
.training-tag,
.catalog-card-tag,
.blog-card-cat {
  border-radius: 0 !important;
  background: var(--cbc-cyan) !important;
  color: #fff !important;
}

/* Boutons */
a.butn,
.orange2-color,
.training-card-cart-btn,
.catalog-download-btn,
.ap-cta-btn,
.readon.submit,
.home-btn {
  border-radius: 0 !important;
}
.ap-cta,
.ap-cta--about {
  background: var(--cbc-navy) !important;
  border-radius: 0 !important;
}
.ap-page,
.training-page,
.catalog-page,
.blog-page,
.career-page {
  background: #fff !important;
}

/* Contact */
.rs-contact .from-control,
.rs-contact input,
.rs-contact textarea {
  border-radius: 0 !important;
  border-color: var(--cbc-sky) !important;
}
.rs-contact .readon.submit {
  background: var(--cbc-cyan) !important;
  border-color: var(--cbc-cyan) !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .rs-contact .from-control,
  .rs-contact input,
  .rs-contact textarea {
    min-height: 46px;
  }
  .rs-contact .readon.submit {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .cbc-page-hero,
  .training-hero,
  .catalog-hero,
  .blog-hero,
  .career-hero,
  .ap-hero,
  .page-bg-container,
  .training-detail-hero {
    padding: 2.15rem 0 !important;
  }
  .cbc-page-hero h1,
  .training-hero h1,
  .catalog-hero h1,
  .blog-hero h1,
  .career-hero h1,
  .ap-hero h1,
  .page-bg-container h1,
  .training-detail-hero h1,
  .container-content h1 {
    max-width: none;
    font-size: 1.75rem !important;
    line-height: 1.22 !important;
  }
}
@media (max-width: 760px) {
  body.home-orange-color {
    overflow-x: hidden;
  }
  .cbc-page-hero::after,
  .training-hero::after,
  .catalog-hero::after,
  .blog-hero::after,
  .career-hero::after,
  .training-detail-hero::after {
    width: 22px;
    right: 8%;
  }
}
