/* ==========================================================
   Page Notre histoire — même habillage que page-maieusthesie.css :
   couleur des titres, logo en filigrane derrière les titres-ancres,
   ancres qui laissent le titre visible sous le header fixe.
   ========================================================== */
body.page-qui-est-franck-dagorn main h1 {
  color: #241C17;
}
body.page-qui-est-franck-dagorn main h2 {
  color: #1F6E69;
  padding-top: 3rem;
  margin-bottom: 2.5rem;
}
body.page-qui-est-franck-dagorn main h3 {
  color: #6B4A3D;
}

#mon-propre-chemin,
#faq,
#avis {
  scroll-margin-top: calc(var(--hauteur-header, 84px) + 24px);
}

h2#mon-propre-chemin,
h2#faq,
h2#avis {
  position: relative;
}
h2#mon-propre-chemin::before,
h2#faq::before,
h2#avis::before {
  content: "";
  position: absolute;
  left: -3.6em;
  top: calc(50% - 1.2em);
  transform: translateY(-50%);
  width: 7.2em;
  height: 7.2em;
  background-image: url('../../images/oeil-lotus-maieusthesie-franck-dagorn-evide-blanc.webp');
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
  opacity: .15;
  z-index: -1;
  pointer-events: none;
}

.hero-page-video {
  object-position: center 60%;
}
