/* Hide parent title spans in content — the Twig H2 already shows the title */
.section-html > .field > span.titre-section,
.section-html span.titre-section,
.section-html strong.titre-section {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Hide the SharePoint H2 that immediately follows the Twig title H2
   (data-menu-exclude) inside .section-html — it is a duplicate. */
.section-html > h2[data-menu-exclude] + h2 {
  display: none;
}

/* Neutralize Bootstrap nav-pills active background on section menu */
#menu_left_list.main-nav .nav-pills .nav-link.active,
#menu_left_list.main-nav .nav-pills .show > .nav-link,
#menu_left_list.main-nav .nav-link.active {
  color: inherit;
  background-color: transparent;
  font-weight: bold;
}
