/* ============================================================
   dollsfrance - refonte navy : styles globaux HORS CCC
   Charge en dur par header.tpl (le minifieur CCC de PS1.6
   echoue sur les gros fichiers : pcre.backtrack_limit).
   Cree le 2026-07-11. Fil d'ariane pills pour tout le site.
   ============================================================ */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none !important;
  border: none !important;
  box-shadow: none;
  padding: 2px 2px 14px;
  margin: 0 0 6px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  line-height: normal;
}
.breadcrumb::-webkit-scrollbar { display: none; }
.breadcrumb > li {
  float: none;
  display: inline-flex;
  align-items: center;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.breadcrumb li:after,
.breadcrumb a:after,
.breadcrumb a:before,
.breadcrumb span:after,
.breadcrumb .navigation-pipe {
  display: none !important;
  content: none !important;
  border: none !important;
}
.breadcrumb > li + li:before {
  display: inline-block !important;
  content: "\203A" !important;
  border: none !important;
  background: none !important;
  color: #8A8DB0;
  padding: 0 8px 0 2px;
  font-size: 12px;
  text-indent: 0;
  width: auto;
}
.breadcrumb a,
.breadcrumb a span {
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #5D6083;
  text-decoration: none;
}
.breadcrumb a {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid #E2E3EF !important;
  border-radius: 30px;
  padding: 5px 13px !important;
  margin: 0 !important;
  position: static !important;
  z-index: auto !important;
  width: auto !important;
  height: auto !important;
  text-indent: 0 !important;
  line-height: 1.5 !important;
  transition: color 130ms ease, border-color 130ms ease;
}
.breadcrumb a:hover,
.breadcrumb a:hover span { color: #2B2E7A; }
.breadcrumb a:hover { border-color: #2B2E7A !important; }
.breadcrumb a.home,
.breadcrumb li:first-child a {
  width: auto !important;
  margin: 0 !important;
  padding: 5px 12px !important;
  font-size: 13px;
  color: #5D6083;
  text-align: center;
}
.breadcrumb a.home i,
.breadcrumb li:first-child a i {
  vertical-align: 0;
  line-height: 1;
}
/* Dernier element (page courante, non cliquable) : pill navy */
.breadcrumb > li > span[itemprop="name"] {
  display: inline-block;
  background: #2B2E7A;
  color: #fff;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 800;
  border-radius: 30px;
  padding: 6px 14px;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 3px 10px rgba(43,46,122,.25);
}
