/* ==========================================================================
   Le Carnet Febaf ,  peau « febaf-clair », préfixe fb-
   Police texte : Crimson Text regular ; police titres : Crimson Text 700.
   Palette : fond sauge clair, accent prune profond, cartes arrondies, ombres
   colorées, text-shadow discret sur les grands titres.
   ========================================================================== */

@font-face {
  font-family: "CrimsonText Corps";
  src: url("/crimson-text-v11-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CrimsonText Titres";
  src: url("/crimson-text-v11-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Saturations délibérées : hier sauge, prune, terre cuite, encre verte. */
  --fb-fond:        hsl(155 28% 92%);
  --fb-fond-2:      hsl(18 42% 93%);
  --fb-fond-3:      hsl(268 26% 94%);
  --fb-papier:      hsl(40 42% 99%);
  --fb-encre:       hsl(165 46% 12%);
  --fb-encre-doux:  hsl(165 24% 30%);
  --fb-accent:      hsl(338 58% 34%);
  --fb-accent-2:    hsl(210 62% 40%);
  --fb-accent-3:    hsl(24 72% 42%);
  --fb-filet:       hsl(158 16% 74%);
  --fb-ombre-1:     0 14px 34px -16px hsl(338 55% 30% / 0.35);
  --fb-ombre-2:     0 18px 40px -20px hsl(165 50% 18% / 0.32);
  --fb-ombre-3:     0 10px 26px -14px hsl(210 60% 32% / 0.34);
  --fb-rayon-l:     20px;
  --fb-rayon-m:     16px;
  --fb-rayon-s:     12px;
  --fb-mesure:      68ch;
  --fb-page:        76rem;
  --fb-pas:         1.25rem;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body.fb-page {
  margin: 0;
  font-family: "CrimsonText Corps", Georgia, "Iowan Old Style", serif;
  font-size: clamp(1.05rem, 0.98rem + 0.3vw, 1.2rem);
  line-height: 1.7;
  color: var(--fb-encre);
  background:
    radial-gradient(1200px 600px at 12% -10%, hsl(158 42% 88%) 0%, transparent 60%),
    radial-gradient(900px 500px at 90% 10%, hsl(338 55% 92%) 0%, transparent 55%),
    linear-gradient(180deg, var(--fb-fond), var(--fb-fond-2) 65%, var(--fb-fond-3));
  background-attachment: fixed;
  min-height: 100vh;
}

img { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }
a { color: var(--fb-accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--fb-accent-3); }

h1, h2, h3 {
  font-family: "CrimsonText Titres", Georgia, serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 0.4em;
  color: var(--fb-encre);
}

.fb-evitement {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--fb-encre);
  color: var(--fb-papier);
  padding: 0.6rem 1rem;
  border-radius: var(--fb-rayon-s);
  z-index: 50;
}
.fb-evitement:focus { left: 0.6rem; top: 0.6rem; }

:focus-visible {
  outline: 3px solid var(--fb-accent-2);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ------- Fronton ------- */
.fb-fronton {
  position: relative;
  background:
    radial-gradient(600px 200px at 20% 0%, hsl(338 60% 30% / 0.10), transparent 70%),
    var(--fb-papier);
  border-bottom: 1px solid var(--fb-filet);
  box-shadow: var(--fb-ombre-2);
}
.fb-fronton__bande {
  height: 6px;
  background: linear-gradient(90deg,
    hsl(338 58% 34%),
    hsl(24 72% 46%),
    hsl(155 46% 30%),
    hsl(210 62% 40%));
}
.fb-fronton__interieur {
  max-width: var(--fb-page);
  margin: 0 auto;
  padding: var(--fb-pas) 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: space-between;
}
.fb-marque {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--fb-encre);
  min-width: 0;
}
.fb-marque__embleme {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, hsl(338 62% 32%), hsl(24 68% 46%));
  color: hsl(40 55% 96%);
  align-items: center;
  justify-content: center;
  box-shadow: var(--fb-ombre-1);
  flex: 0 0 auto;
}
.fb-marque__texte { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
.fb-marque__nom { font-weight: 700; font-size: 1.25rem; letter-spacing: -0.01em; }
.fb-marque__devise { font-size: 0.86rem; color: var(--fb-encre-doux); }

.fb-menu ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.35rem; }
.fb-menu__lien {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  color: var(--fb-encre);
  text-decoration: none;
  font-size: 0.95rem;
  border: 1px solid transparent;
}
.fb-menu__lien:hover { background: hsl(155 40% 88%); border-color: var(--fb-filet); color: var(--fb-encre); }
.fb-menu__lien[aria-current="page"] { background: var(--fb-encre); color: var(--fb-papier); }

/* ------- Conteneur principal ------- */
.fb-principal {
  max-width: var(--fb-page);
  margin: 0 auto;
  padding: clamp(1.6rem, 2.5vw, 3rem) 1.4rem clamp(2rem, 4vw, 4rem);
}
.fb-section { margin: 3rem 0 0; }
.fb-section__tete { margin-bottom: 1.2rem; }
.fb-section__titre {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2.1rem);
  margin: 0 0 0.25rem;
}
.fb-section__titre a { color: inherit; text-decoration: none; }
.fb-section__titre a:hover { color: var(--fb-accent); }
.fb-section__phrase { margin: 0; color: var(--fb-encre-doux); max-width: var(--fb-mesure); }
.fb-section__renvoi { margin-top: 1.2rem; }

/* ------- Ouverture (hero image-led) ------- */
.fb-ouverture {
  background:
    radial-gradient(900px 400px at 100% -10%, hsl(338 68% 88%), transparent 60%),
    linear-gradient(160deg, hsl(155 42% 90%), hsl(268 30% 94%));
  border-radius: var(--fb-rayon-l);
  padding: clamp(1.4rem, 2.5vw, 2.6rem);
  box-shadow: var(--fb-ombre-1);
  border: 1px solid var(--fb-filet);
}
.fb-ouverture__grille {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.2rem, 2vw, 2rem);
  align-items: start;
}
@media (min-width: 64rem) {
  .fb-ouverture__grille { grid-template-columns: minmax(0, 22rem) minmax(0, 1fr); }
}
.fb-ouverture__texte { min-width: 0; }
.fb-ouverture__sur {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fb-accent);
  font-weight: 700;
  margin: 0 0 0.6rem;
}
.fb-ouverture__titre {
  font-size: clamp(2rem, 1.4rem + 3vw, 3.4rem);
  text-shadow: 0 2px 0 hsl(338 50% 40% / 0.18), 0 6px 24px hsl(165 50% 20% / 0.18);
  margin: 0 0 0.6rem;
}
.fb-ouverture__intro {
  font-size: 1.1rem;
  color: var(--fb-encre-doux);
  max-width: 42ch;
  margin: 0 0 1.4rem;
}
.fb-ouverture--404 { max-width: 44rem; }
.fb-ouverture__suite { margin-top: 1.4rem; }

/* Bilan */
.fb-bilan {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
}
.fb-bilan__case {
  background: var(--fb-papier);
  border: 1px solid var(--fb-filet);
  border-radius: var(--fb-rayon-s);
  padding: 0.5rem 0.9rem;
  box-shadow: var(--fb-ombre-3);
}
.fb-bilan__case dt {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fb-encre-doux);
  margin: 0;
}
.fb-bilan__case dd { margin: 0.1rem 0 0; font-weight: 700; font-size: 1.05rem; }

/* ------- Carte « une » (grande) ------- */
.fb-une {
  background: var(--fb-papier);
  border-radius: var(--fb-rayon-l);
  overflow: hidden;
  box-shadow: var(--fb-ombre-2);
  border: 1px solid var(--fb-filet);
  min-width: 0;
  width: 100%;
}
.fb-une__lien { display: block; color: inherit; text-decoration: none; }
.fb-une__figure {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: hsl(158 20% 86%);
}
.fb-une__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02);
  transition: transform 0.5s ease;
}
.fb-une__lien:hover .fb-une__figure img { transform: scale(1.03); }
.fb-une__accent {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--fb-accent), var(--fb-accent-3));
}
.fb-une__legende {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 1.6rem 1.2rem 0.9rem;
  font-size: 0.82rem;
  color: hsl(40 40% 96%);
  background: linear-gradient(180deg, transparent 45%, hsl(165 50% 10% / 0.72));
  text-shadow: 0 1px 3px hsl(165 60% 8% / 0.75);
}
.fb-une__texte { padding: 1.2rem clamp(1rem, 2vw, 1.6rem) 1.4rem; }
.fb-une__meta { display: flex; flex-wrap: wrap; gap: 0.55rem; align-items: center; margin: 0 0 0.5rem; font-size: 0.85rem; color: var(--fb-encre-doux); }
.fb-une__rubrique { color: var(--fb-accent); font-weight: 700; }
.fb-une__titre {
  font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.3rem);
  margin: 0 0 0.5rem;
  text-shadow: 0 1px 0 hsl(338 50% 40% / 0.15);
}
.fb-une__chapeau { margin: 0 0 0.8rem; color: var(--fb-encre-doux); max-width: 46ch; }
.fb-une__suite { color: var(--fb-accent); font-weight: 700; }
.fb-une__lien:hover .fb-une__titre { color: var(--fb-accent); }

/* ------- Cartes moyennes ------- */
.fb-grille-moyens {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.4rem;
}
@media (min-width: 40rem) {
  .fb-grille-moyens { grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr)); }
}
.fb-carte {
  background: var(--fb-papier);
  border: 1px solid var(--fb-filet);
  border-radius: var(--fb-rayon-m);
  box-shadow: var(--fb-ombre-3);
  overflow: hidden;
  min-width: 0;
}
.fb-carte--moyenne:nth-child(3n+2) { background: hsl(18 55% 96%); }
.fb-carte--moyenne:nth-child(3n+3) { background: hsl(210 55% 96%); }
.fb-carte__lien {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.fb-carte--moyenne .fb-carte__lien { grid-template-columns: minmax(0, 1fr); }
.fb-carte__figure {
  margin: 0;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: hsl(158 20% 86%);
}
.fb-carte__figure img { width: 100%; height: 100%; object-fit: cover; }
.fb-carte__texte { padding: 1rem 1.1rem 1.1rem; min-width: 0; }
.fb-carte__meta { display: flex; flex-wrap: wrap; gap: 0.4rem; align-items: center; margin: 0 0 0.35rem; font-size: 0.8rem; color: var(--fb-encre-doux); }
.fb-carte__rubrique { color: var(--fb-accent); font-weight: 700; }
.fb-carte__titre { font-size: 1.22rem; margin: 0 0 0.4rem; }
.fb-carte--moyenne:hover .fb-carte__titre,
.fb-carte--vignette:hover .fb-carte__titre { color: var(--fb-accent); }
.fb-carte__abrege { margin: 0 0 0.5rem; color: var(--fb-encre-doux); font-size: 0.98rem; }
.fb-carte__pied { margin: 0; font-size: 0.82rem; color: var(--fb-encre-doux); }

/* Liste de vignettes compactes (deux colonnes, une à 360px) */
.fb-liste-vignettes {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.9rem;
}
@media (min-width: 34rem) {
  .fb-liste-vignettes { grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr)); }
}
.fb-carte--vignette .fb-carte__lien {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  align-items: stretch;
  gap: 0.9rem;
}
.fb-carte--compacte .fb-carte__lien { grid-template-columns: 6rem minmax(0, 1fr); }
.fb-carte__vignette {
  margin: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--fb-rayon-s);
  background: hsl(158 20% 86%);
}
.fb-carte__vignette img { width: 100%; height: 100%; object-fit: cover; }
.fb-carte--vignette .fb-carte__texte { padding: 0.2rem 0.4rem 0.2rem 0; }
.fb-carte--vignette .fb-carte__titre { font-size: 1.05rem; }

/* ------- Badges de rubrique ------- */
.fb-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  padding: 0.1rem 0.42rem;
  border-radius: 8px;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: hsl(40 40% 98%);
}
.fb-badge--ml { background: hsl(158 52% 26%); }
.fb-badge--gc { background: hsl(24 72% 38%); }
.fb-badge--rc { background: hsl(268 42% 34%); }

/* ------- Bandeau rubriques (onglets) ------- */
.fb-onglets__enveloppe { margin: 2rem 0 0; }
.fb-onglets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.4rem;
  background: var(--fb-papier);
  border: 1px solid var(--fb-filet);
  border-radius: 999px;
  box-shadow: var(--fb-ombre-3);
  max-width: 100%;
}
.fb-onglet {
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--fb-encre);
  font-size: 0.95rem;
}
.fb-onglet:hover { background: hsl(155 40% 90%); }
.fb-onglet--actif { background: var(--fb-encre); color: var(--fb-papier); }

/* ------- Bouton ------- */
.fb-bouton {
  display: inline-block;
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  background: var(--fb-accent);
  color: hsl(40 55% 97%);
  text-decoration: none;
  font-weight: 700;
  box-shadow: var(--fb-ombre-1);
  border: 1px solid hsl(338 55% 24%);
}
.fb-bouton:hover { background: var(--fb-accent-3); color: hsl(40 55% 97%); }

/* ------- Fil d'ariane ------- */
.fb-remontee__enveloppe { margin-bottom: 1.2rem; }
.fb-remontee ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.86rem;
  color: var(--fb-encre-doux);
}
.fb-remontee li + li::before { content: "›"; margin: 0 0.35rem; color: var(--fb-filet); }

/* ------- Article ------- */
.fb-entree {
  background: var(--fb-papier);
  border: 1px solid var(--fb-filet);
  border-radius: var(--fb-rayon-l);
  box-shadow: var(--fb-ombre-2);
  padding: clamp(1.2rem, 2.5vw, 2.4rem);
  overflow: hidden;
}
.fb-entree__entete { max-width: 44rem; margin: 0 auto 1.6rem; }
.fb-entree__meta { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; margin: 0 0 0.6rem; font-size: 0.86rem; color: var(--fb-encre-doux); }
.fb-entree__rubrique { color: var(--fb-accent); font-weight: 700; text-decoration: none; }
.fb-entree__titre {
  font-size: clamp(1.9rem, 1.4rem + 2.4vw, 3rem);
  margin: 0 0 0.5rem;
  text-shadow: 0 2px 0 hsl(338 50% 40% / 0.16), 0 8px 26px hsl(165 50% 20% / 0.16);
}
.fb-entree__chapeau { font-size: 1.18rem; color: var(--fb-encre-doux); margin: 0 0 0.6rem; }
.fb-entree__date { margin: 0; font-size: 0.88rem; color: var(--fb-encre-doux); }
.fb-entree__sur { font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--fb-accent); font-weight: 700; margin: 0 0 0.4rem; }

.fb-entree__figure {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--fb-rayon-m);
  overflow: hidden;
  box-shadow: var(--fb-ombre-2);
  margin: 0 auto 2rem;
  background: hsl(158 20% 86%);
}
.fb-entree__figure img { width: 100%; height: 100%; object-fit: cover; }
.fb-entree__legende {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 1.6rem 1.2rem 0.9rem;
  font-size: 0.84rem;
  color: hsl(40 40% 96%);
  background: linear-gradient(180deg, transparent 40%, hsl(165 50% 10% / 0.72));
  text-shadow: 0 1px 3px hsl(165 60% 8% / 0.75);
}

.fb-entree__duo {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.6rem;
}
@media (min-width: 62rem) {
  .fb-entree__duo { grid-template-columns: minmax(0, 1fr) 15rem; }
}
.fb-corps { max-width: var(--fb-mesure); min-width: 0; }
.fb-corps h2 { font-size: 1.6rem; margin-top: 2rem; }
.fb-corps h3 { font-size: 1.25rem; margin-top: 1.5rem; }
.fb-corps p { margin: 0 0 1rem; }
.fb-corps p:first-of-type::first-letter {
  font-size: 3.2em;
  float: left;
  line-height: 0.85;
  padding: 0.4rem 0.6rem 0 0;
  color: var(--fb-accent);
  font-weight: 700;
}
.fb-corps img { border-radius: var(--fb-rayon-s); margin: 1rem 0; }
.fb-corps a { color: var(--fb-accent); }
.fb-defilant {
  margin: 1.2rem 0;
  overflow-x: auto;
  border-radius: var(--fb-rayon-s);
  border: 1px solid var(--fb-filet);
  background: var(--fb-papier);
  padding: 0.4rem;
}
.fb-defilant table { border-collapse: collapse; width: 100%; min-width: 32rem; }
.fb-defilant th, .fb-defilant td { padding: 0.55rem 0.8rem; text-align: left; border-bottom: 1px solid var(--fb-filet); }

.fb-marge {
  align-self: start;
  background: hsl(18 60% 96%);
  border: 1px solid var(--fb-filet);
  border-radius: var(--fb-rayon-m);
  padding: 1rem 1.1rem;
  box-shadow: var(--fb-ombre-3);
  min-width: 0;
}
.fb-marge h2 { font-size: 1rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fb-accent); margin: 0 0 0.6rem; }
.fb-marge__sommaire, .fb-marge__sources { margin: 0 0 1rem; padding-left: 1.1rem; font-size: 0.94rem; }
.fb-marge__sources { list-style: none; padding-left: 0; }
.fb-marge__sources li { margin-bottom: 0.3rem; word-break: break-word; }

/* ------- Réseau ------- */
.fb-reseau {
  margin-top: 3rem;
  padding: clamp(1.2rem, 2.4vw, 2.2rem);
  background: linear-gradient(150deg, hsl(338 55% 30%), hsl(268 42% 30%));
  color: hsl(40 45% 96%);
  border-radius: var(--fb-rayon-l);
  box-shadow: var(--fb-ombre-1);
}
.fb-reseau__tete h2 { color: hsl(40 55% 97%); margin: 0 0 0.4rem; }
.fb-reseau__phrase { margin: 0 0 1.2rem; color: hsl(40 30% 92%); max-width: 56ch; }
.fb-reseau__liste { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr); gap: 0.8rem; }
@media (min-width: 40rem) { .fb-reseau__liste { grid-template-columns: repeat(auto-fill, minmax(min(100%, 18rem), 1fr)); } }
.fb-reseau__item {
  background: hsl(40 45% 97% / 0.10);
  border: 1px solid hsl(40 45% 97% / 0.22);
  border-radius: var(--fb-rayon-s);
  padding: 0.8rem 0.95rem;
  backdrop-filter: blur(2px);
  min-width: 0;
}
.fb-reseau__item p { margin: 0; }
.fb-reseau__item a { color: hsl(40 55% 92%); font-weight: 700; }
.fb-reseau__vide { margin: 0; color: hsl(40 30% 88%); font-style: italic; }

/* ------- Pied ------- */
.fb-pied {
  margin-top: 4rem;
  background: linear-gradient(180deg, hsl(165 42% 14%), hsl(165 48% 10%));
  color: hsl(155 25% 88%);
  border-top: 6px solid var(--fb-accent);
}
.fb-pied__grille {
  max-width: var(--fb-page);
  margin: 0 auto;
  padding: clamp(1.6rem, 3vw, 3rem) 1.4rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.6rem;
}
@media (min-width: 48rem) { .fb-pied__grille { grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); } }
.fb-pied__colonne h2 { color: hsl(40 50% 94%); font-size: 1.05rem; letter-spacing: 0.06em; text-transform: uppercase; margin: 0 0 0.6rem; }
.fb-pied__colonne p { margin: 0 0 0.6rem; color: hsl(155 20% 82%); font-size: 0.98rem; }
.fb-pied__note { font-size: 0.9rem; color: hsl(155 15% 76%); }
.fb-pied__colonne ul { list-style: none; margin: 0; padding: 0; }
.fb-pied__colonne li { margin-bottom: 0.35rem; }
.fb-pied__colonne a { color: hsl(155 30% 88%); text-decoration: none; }
.fb-pied__colonne a:hover { color: hsl(40 60% 92%); text-decoration: underline; }
.fb-pied__ligne {
  max-width: var(--fb-page);
  margin: 0 auto;
  padding: 1rem 1.4rem 1.6rem;
  border-top: 1px solid hsl(155 20% 26%);
  font-size: 0.88rem;
  color: hsl(155 15% 76%);
}

/* ------- Prefers dark (raison : lecture longue) ------- */
@media (prefers-color-scheme: dark) {
  :root {
    --fb-fond:       hsl(165 30% 10%);
    --fb-fond-2:     hsl(268 22% 12%);
    --fb-fond-3:     hsl(18 30% 12%);
    --fb-papier:     hsl(165 22% 15%);
    --fb-encre:      hsl(40 35% 94%);
    --fb-encre-doux: hsl(155 18% 78%);
    --fb-filet:      hsl(165 18% 26%);
    --fb-accent:     hsl(338 62% 72%);
    --fb-accent-2:   hsl(210 70% 72%);
    --fb-accent-3:   hsl(24 78% 68%);
  }
  body.fb-page { color: var(--fb-encre); }
  .fb-fronton, .fb-une, .fb-carte, .fb-entree, .fb-onglets { background: var(--fb-papier); }
  .fb-marge { background: hsl(268 22% 16%); }
  .fb-carte--moyenne:nth-child(3n+2) { background: hsl(18 30% 16%); }
  .fb-carte--moyenne:nth-child(3n+3) { background: hsl(210 26% 16%); }
}

/* ------- Print ------- */
@media print {
  .fb-fronton, .fb-pied, .fb-menu, .fb-onglets__enveloppe, .fb-reseau { display: none; }
  body.fb-page { background: #fff; color: #000; }
  .fb-entree { box-shadow: none; border: none; }
}
