@font-face {
font-family: "BBB";
src: url(typos/enby-gertrude-main/webfonts/woff2/Enby_Gertrude_roman-SVG.woff2) format(woff2);
}

    @font-face {
      font-family: "fungal";
      src: url(typos/Fungal-Grow100Thickness500.woff2) format(woff2);
    }

a {
    text-decoration: none;
    color: inherit;
    user-select: none;
    cursor: pointer;
}

a:visited {
    text-decoration: none;
    color: inherit;
    user-select: none;
}

a:hover {
    opacity: 50%;
}

.body_texte-principale {
    font-family: "BBB";
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/map_mémoire.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.4;           
  z-index: -1;
}

.barre-menu {
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 3vh;
  padding-top: 12vh;
  width: 14.75rem;
  height: 18.625rem;
  background-image: url(images/fond-menu.png);
  background-size: 60%;
  background-position-x: 8%;
  background-position-y: 71%;
  background-repeat: no-repeat;
  align-content: center;
  z-index: 3;
}

/* Conteneur d’une double page */
.double-page {
  display: flex;
  gap: 0px;
  margin-bottom: 2.5rem;
}

/* Conteneur d’une page */
.page {
  width: 35.433rem;      /* largeur */ 
  height: 49.606rem;      /* hauteur */
  padding-top: 3.071rem; 
  padding-left: 3.307rem;
  padding-right: 3.307rem;
  padding-bottom: 1.89rem;
  background: white;
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.1);
  font-size: 0.84rem;
  line-height: 1.4;
  text-align: justify;
  color: #333;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* contenu + notes de bas de page */
  overflow: hidden;
}

/* Notes de bas de page */
.notes {
  font-size: 0.80em;
  color: #922346;
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 0%;
}

/* appel de note de bas de page */
.appels {
  color: #922346;
  text-decoration: none;
  font-size: 0.80em;
}

/* Numéro de page */
.numerotation {
  position: absolute;
  top: 0.6cm;
  font-size: 0.80em;
  color: black;
}

/* Num à gauche ou à droite */
.p-gauche .numerotation {
  left: 1cm;
  text-align: left;
}

.p-droite .numerotation {
  right: 1cm;
  text-align: right;
}

.citation {
    color: #a2506e;
    padding-left: 20%;
    margin: 0;
}

.liens-epingles {
  text-decoration: underline;
}

.dialogue {
  padding-left: 10%;
  margin: 0;
}

.image_align {
  display: flex;
  justify-content: center;
  text-align: center;
}