/* Le header global reste fixe ; le fil d’Ariane reste dans le flux du document. */
.news-article-page .news-breadcrumb {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: min(1180px, calc(100% - 40px));
  height: auto !important;
  margin: 0 auto;
  padding-top: 88px;
  background: transparent;
  transform: none !important;
}

@media (max-width: 760px) {
  .news-article-page .news-breadcrumb {
    width: calc(100% - 28px);
    padding-top: 78px;
  }
}
