/* ============================================================
 *  ecriVOSGES — Expositions virtuelles
 *  Complément de commun/basiclayout.css
 *
 *  Le blanc du wrapper est volontairement réaffirmé : le noir
 *  demeure réservé au bandeau supérieur et au pied de page.
 * ============================================================ */

html {
  scroll-behavior: smooth;
}

#wrapper {
  background: #fff !important;
}

#col2bis.expo-page {
  margin: 0;
}

.expo-page,
.expo-page > .container {
  box-sizing: border-box;
  background: #fff;
}

.expo-page {
  --expo-bordeaux: #7a1512;
  --expo-bordeaux-fonce: #4e0e0c;
  --expo-creme: #f6edd9;
  --expo-papier: #fffdf7;
  --expo-sable: #d2c19f;
  --expo-or: #bd9a4d;
  --expo-encre: #282421;
  --expo-gris: #6b625a;
  color: var(--expo-encre);
  padding: 0 0 36px;
}

.expo-page > .container {
  width: auto;
  padding: 0 34px;
}

.expo-page a:focus-visible,
.expo-page summary:focus-visible {
  outline: 3px solid #afd601;
  outline-offset: 3px;
}

.expo-retour {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  align-items: center;
  margin: 14px 0 10px;
  color: #766c62;
  font-size: 0.8rem;
}

.expo-retour a,
.expo-fin a {
  color: var(--expo-bordeaux);
  font-weight: 700;
}

.expo-surtitre,
.expo-mini-titre,
.expo-tableau-date {
  margin: 0;
  color: var(--expo-bordeaux);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
}

/* ------------------------------------------------------------
 *  Page d'entrée des expositions
 * ---------------------------------------------------------- */
.expo-accueil-hero {
  margin: 0 0 27px;
  padding: 37px 42px 35px;
  background:
    linear-gradient(110deg, rgba(255,253,247,0.98), rgba(246,237,217,0.94)),
    repeating-linear-gradient(0deg, transparent, transparent 9px, rgba(122,21,18,0.03) 10px);
  border: 1px solid var(--expo-sable);
  border-top: 6px solid var(--expo-bordeaux);
  box-shadow: 0 9px 24px rgba(73, 46, 24, 0.1);
}

.expo-accueil-hero h1 {
  margin: 3px 0 9px;
  padding: 0;
  color: var(--expo-bordeaux);
  font-size: clamp(2.5rem, 6vw, 4.3rem);
  line-height: 0.96;
}

.expo-chapo {
  max-width: 720px;
  margin: 0;
  color: #4e4741;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.28rem;
  line-height: 1.42;
}

.expo-section-tete {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
  margin-bottom: 11px;
}

.expo-section-tete h2 {
  margin: 4px 0 0 !important;
}

.expo-compteur {
  color: #7d7063;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.expo-vignette-principale {
  display: grid;
  grid-template-columns: 34% minmax(0, 1fr);
  min-height: 390px;
  overflow: hidden;
  background: var(--expo-papier);
  border: 1px solid #cbb994;
  box-shadow: 0 11px 27px rgba(64, 42, 22, 0.12);
}

.expo-vignette-image {
  position: relative;
  display: block;
  min-height: 390px;
  overflow: hidden;
  background: #282421;
}

.expo-vignette-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 12px solid rgba(255,255,255,0.08);
  pointer-events: none;
}

.expo-vignette-image img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  display: block;
  object-fit: cover;
  object-position: center 20%;
  filter: sepia(0.16) contrast(1.04);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.expo-vignette-image:hover img {
  transform: scale(1.025);
  filter: sepia(0.05) contrast(1.06);
}

.expo-vignette-texte {
  min-width: 0;
  align-self: center;
  padding: 36px 42px;
}

.expo-vignette-date {
  margin: 0 0 4px;
  color: var(--expo-or);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.expo-vignette-texte h3 {
  float: none;
  width: auto;
  height: auto;
  padding: 0;
  display: block;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.05rem, 4.2vw, 3rem);
  line-height: 1.08;
}

.expo-vignette-texte h3 a {
  color: var(--expo-bordeaux);
  text-decoration: none;
}

.expo-vignette-sous-titre {
  margin: 13px 0 19px !important;
  color: #6f502e;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.24rem !important;
  font-style: italic;
}

.expo-vignette-texte > p {
  font-size: 0.94rem;
  line-height: 1.58;
}

.expo-vignette-action {
  margin: 23px 0 0 !important;
}

.expo-vignette-action a,
.expo-actions-finales a {
  display: inline-block;
  padding: 9px 15px;
  color: #fff !important;
  background: var(--expo-bordeaux);
  border: 1px solid var(--expo-bordeaux-fonce);
  font-weight: 700;
  text-decoration: none;
}

.expo-vignette-action a:hover,
.expo-actions-finales a:hover {
  background: var(--expo-bordeaux-fonce);
  text-decoration: none;
}

.expo-a-venir {
  margin: 27px 0 0;
  padding: 18px 22px;
  background: #f7f3e9;
  border-left: 4px solid var(--expo-or);
}

.expo-a-venir p:last-child {
  margin: 6px 0 0;
  color: #554e47;
  font-size: 0.88rem;
  line-height: 1.52;
}

/* ------------------------------------------------------------
 *  Grand en-tête de l'exposition Daubié
 * ---------------------------------------------------------- */
.expo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 286px;
  gap: 34px;
  align-items: stretch;
  min-height: 448px;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(255,253,247,0.985), rgba(243,231,204,0.96)),
    repeating-linear-gradient(0deg, transparent, transparent 11px, rgba(122,21,18,0.025) 12px);
  border: 1px solid var(--expo-sable);
  border-top: 6px solid var(--expo-bordeaux);
  box-shadow: 0 10px 27px rgba(70, 44, 21, 0.12);
}

.expo-hero-texte {
  align-self: center;
  padding: 38px 0 34px 42px;
}

.expo-hero h1 {
  margin: 4px 0 7px;
  padding: 0;
  color: var(--expo-bordeaux);
  font-size: clamp(3rem, 7vw, 5.1rem);
  line-height: 0.84;
  letter-spacing: -0.025em;
}

.expo-hero-signature {
  margin: 16px 0 12px;
  color: #70522f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.32rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
}

.expo-hero-intro {
  max-width: 470px;
  margin: 0;
  color: #413c37;
  font-size: 0.93rem;
  line-height: 1.58;
}

.expo-hero-reperes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 22px 0 0;
}

.expo-hero-reperes div {
  padding-top: 9px;
  border-top: 2px solid #c4a15d;
}

.expo-hero-reperes dt {
  color: var(--expo-bordeaux);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
}

.expo-hero-reperes dd {
  margin: 3px 0 0;
  color: #70665d;
  font-size: 0.67rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.expo-hero-portrait {
  position: relative;
  min-width: 0;
  margin: 0;
  background: #2c2724;
}

.expo-hero-portrait::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 13px;
  border: 1px solid rgba(255,255,255,0.42);
  pointer-events: none;
}

.expo-hero-portrait img {
  display: block;
  width: 100%;
  height: 448px;
  object-fit: cover;
  object-position: center 18%;
  filter: sepia(0.18) contrast(1.05);
}

.expo-hero-portrait figcaption {
  position: absolute;
  z-index: 2;
  right: 13px;
  bottom: 13px;
  left: 13px;
  padding: 7px 8px;
  color: #fff;
  background: rgba(24,20,18,0.76);
  font-size: 0.62rem;
  line-height: 1.3;
}

/* ------------------------------------------------------------
 *  Sommaire du parcours
 * ---------------------------------------------------------- */
.expo-parcours {
  position: sticky;
  z-index: 10;
  top: 0;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  margin: 18px 0 0;
  background: #fff;
  border: 1px solid #d8ccb7;
  box-shadow: 0 5px 12px rgba(61, 42, 26, 0.07);
}

.expo-parcours a {
  min-width: 0;
  padding: 9px 4px 8px;
  color: #5c534b;
  border-right: 1px solid #e4dac7;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.expo-parcours a:last-child {
  border-right: 0;
}

.expo-parcours a span {
  display: block;
  margin-bottom: 2px;
  color: var(--expo-bordeaux);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.13rem;
  line-height: 1;
}

.expo-parcours a:hover,
.expo-parcours a.est-actif {
  color: #fff;
  background: var(--expo-bordeaux);
}

.expo-parcours a:hover span,
.expo-parcours a.est-actif span {
  color: #fff;
}

.expo-mode-emploi {
  margin: 7px 0 0;
  color: #766d65;
  font-size: 0.7rem;
  font-style: italic;
  text-align: center;
}

/* ------------------------------------------------------------
 *  Les huit tableaux
 * ---------------------------------------------------------- */
.expo-tableau {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 230px;
  gap: 25px;
  align-items: start;
  scroll-margin-top: 92px;
  margin: 42px 0 0;
  padding: 34px 28px 35px 0;
  background: var(--expo-papier);
  border: 1px solid #d8c9ad;
  box-shadow: 0 8px 20px rgba(69, 47, 28, 0.07);
}

.expo-tableau:nth-of-type(even) {
  background: #faf6ed;
}

.expo-tableau-numero {
  align-self: stretch;
  padding-top: 1px;
  color: #fff;
  background: var(--expo-bordeaux);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.expo-tableau-contenu {
  min-width: 0;
}

.expo-tableau-sans-aside .expo-tableau-contenu {
  grid-column: 2 / 4;
  max-width: 690px;
}

.expo-tableau h2,
.expo-rayons h2 {
  display: block;
  margin: 5px 0 8px !important;
  padding: 0;
  color: var(--expo-bordeaux);
  background: transparent;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.85rem, 4vw, 2.55rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.02;
  text-transform: none;
}

.expo-tableau p {
  font-size: 0.91rem;
  line-height: 1.6;
  text-align: left;
}

.expo-tableau-accroche {
  margin: 0 0 15px;
  color: #725735;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.18rem !important;
  font-style: italic;
  font-weight: 600;
  line-height: 1.35 !important;
}

.expo-source {
  margin: 17px 0 0;
  font-size: 0.77rem !important;
}

.expo-source a {
  font-weight: 700;
}

.expo-document {
  min-width: 0;
  margin: 0;
}

.expo-document img {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  box-sizing: border-box;
  padding: 7px;
  background: #ece2ce;
  border: 1px solid #b8a17b;
}

.expo-document figcaption {
  margin-top: 6px;
  color: #72685e;
  font-size: 0.66rem;
  font-style: italic;
  line-height: 1.35;
  text-align: center;
}

.expo-document-timbre img {
  max-height: 245px;
}

.expo-timbre-typographique {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 185px;
  box-sizing: border-box;
  padding: 25px 22px;
  color: var(--expo-bordeaux);
  background:
    linear-gradient(#fffdf6, #f5ead3);
  border: 8px solid transparent;
  outline: 1px solid #b89b60;
  outline-offset: -9px;
  text-align: center;
}

.expo-timbre-typographique::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid #c3a465;
  pointer-events: none;
}

.expo-timbre-france {
  margin-bottom: 14px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.expo-timbre-typographique strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.72rem;
  line-height: 0.86;
}

.expo-timbre-typographique > span:not(.expo-timbre-france) {
  margin: 8px 0 3px;
  color: #9a7c41;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.expo-timbre-typographique em {
  color: #695945;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.88rem;
}

.expo-cartouche {
  margin-top: 8px;
  padding: 18px 18px 16px;
  background: var(--expo-creme);
  border-top: 4px solid var(--expo-or);
}

.expo-cartouche > strong {
  display: block;
  margin: 5px 0 5px;
  color: var(--expo-bordeaux);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.05;
}

.expo-cartouche p {
  margin: 0;
  color: #5e554c;
  font-size: 0.76rem;
  line-height: 1.45;
}

.expo-cartouche-chiffre {
  text-align: center;
}

.expo-cartouche-chiffre > strong {
  font-size: 2.8rem;
  line-height: 1;
}

.expo-lieux {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 18px 0 0;
}

.expo-lieux a {
  display: block;
  padding: 12px 13px;
  color: #51483f;
  background: #f6efe1;
  border-left: 3px solid var(--expo-bordeaux);
  text-decoration: none;
}

.expo-lieux a:hover {
  background: #eee2ce;
}

.expo-lieux strong,
.expo-lieux span {
  display: block;
}

.expo-lieux strong {
  color: var(--expo-bordeaux);
  font-size: 0.82rem;
}

.expo-lieux span {
  margin-top: 4px;
  font-size: 0.7rem;
  line-height: 1.32;
}

.expo-citation {
  margin: 21px 0 0;
  padding: 17px 20px;
  background: #f5edde;
  border-left: 5px solid var(--expo-bordeaux);
}

.expo-citation p {
  margin: 0;
  color: #563b29;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.19rem;
  font-style: italic;
  line-height: 1.35;
}

.expo-citation footer {
  margin-top: 7px;
  color: #71665b;
  font-size: 0.67rem;
  line-height: 1.35;
}

.expo-citation-courte {
  margin-bottom: 18px;
}

.expo-verbes {
  margin: 9px 0 0;
  padding: 0;
  list-style: none;
}

.expo-verbes li {
  margin: 0;
  padding: 8px 0;
  color: var(--expo-bordeaux);
  border-bottom: 1px solid #d9c6a4;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.expo-verbes li:last-child {
  border-bottom: 0;
}

.expo-mini-frise {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.expo-mini-frise li {
  position: relative;
  margin: 0;
  padding: 0 0 20px 25px;
  color: #5f574f;
  font-size: 0.72rem;
  line-height: 1.35;
}

.expo-mini-frise li::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: -5px;
  left: 6px;
  width: 1px;
  background: #b99b5b;
}

.expo-mini-frise li::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 1px;
  width: 9px;
  height: 9px;
  background: var(--expo-bordeaux);
  border-radius: 50%;
}

.expo-mini-frise li:last-child::before {
  display: none;
}

.expo-mini-frise span {
  display: block;
  margin-bottom: 2px;
  color: var(--expo-bordeaux);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.expo-actions-finales {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 21px;
}

.expo-actions-finales a {
  font-size: 0.76rem;
}

/* ------------------------------------------------------------
 *  Bibliographie dynamique
 * ---------------------------------------------------------- */
.expo-rayons {
  margin: 46px 0 0;
  padding-top: 28px;
  border-top: 4px double #bda77c;
}

.expo-lien-fiche {
  color: var(--expo-bordeaux);
  font-size: 0.76rem;
  font-weight: 700;
}

.expo-oeuvres {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.expo-oeuvre {
  min-width: 0;
  padding: 13px;
  background: #faf5ea;
  border: 1px solid #d9c9aa;
}

.expo-oeuvre-image,
.expo-oeuvre-sans-image {
  display: flex;
  width: 100%;
  height: 155px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 10px;
  overflow: hidden;
  background: #e9ddc7;
}

.expo-oeuvre-image img {
  display: block;
  width: 100%;
  height: 155px;
  object-fit: contain;
}

.expo-oeuvre-sans-image {
  color: #aa9367;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.expo-oeuvre h3 {
  float: none;
  width: auto;
  height: auto;
  padding: 0;
  display: block;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.01rem;
  line-height: 1.15;
}

.expo-oeuvre h3 a {
  color: var(--expo-bordeaux);
}

.expo-oeuvre p {
  margin: 5px 0 0;
  color: #766c62;
  font-size: 0.68rem;
}

/* ------------------------------------------------------------
 *  Sources et fin de visite
 * ---------------------------------------------------------- */
.expo-sources {
  margin: 34px 0 0;
}

.expo-sources details {
  background: #f7f3e9;
  border: 1px solid #d9cdb7;
}

.expo-sources summary {
  padding: 13px 17px;
  color: var(--expo-bordeaux);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 700;
}

.expo-sources-contenu {
  padding: 0 18px 15px;
  color: #5e5750;
  font-size: 0.76rem;
  line-height: 1.5;
}

.expo-sources-contenu ul {
  margin: 6px 0 15px;
  padding-left: 20px;
}

.expo-sources-contenu li {
  margin-bottom: 5px;
}

.expo-sources-contenu p {
  margin: 8px 0 0;
}

.expo-fin {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 27px 0 0;
  padding-top: 15px;
  border-top: 1px solid #d8cbb3;
  font-size: 0.8rem;
}

/* ------------------------------------------------------------
 *  Tablettes et téléphones
 * ---------------------------------------------------------- */
@media (max-width: 820px) {
  .expo-page > .container {
    padding: 0 18px;
  }

  .expo-hero {
    grid-template-columns: minmax(0, 1fr) 245px;
  }

  .expo-hero-texte {
    padding-left: 30px;
  }

  .expo-tableau {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .expo-tableau > :last-child:not(.expo-tableau-contenu):not(.expo-tableau-numero) {
    grid-column: 2;
    width: auto;
  }

  .expo-tableau-sans-aside .expo-tableau-contenu {
    grid-column: 2;
    max-width: none;
  }

  .expo-document {
    max-width: 300px;
  }

  .expo-oeuvres {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) and (min-width: 769px) {
  #wrapper,
  #banner,
  #footer {
    width: auto;
    max-width: 100%;
  }

  #banner {
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 640px) {
  html {
    scroll-behavior: auto;
  }

  .expo-page > .container {
    padding: 0 12px;
  }

  .expo-accueil-hero {
    padding: 25px 22px;
  }

  .expo-vignette-principale {
    grid-template-columns: 1fr;
  }

  .expo-vignette-image,
  .expo-vignette-image img {
    min-height: 315px;
    max-height: 420px;
  }

  .expo-vignette-texte {
    padding: 27px 23px;
  }

  .expo-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .expo-hero-texte {
    padding: 27px 23px 22px;
  }

  .expo-hero h1 {
    font-size: clamp(3rem, 17vw, 4.4rem);
  }

  .expo-hero-portrait {
    height: 390px;
  }

  .expo-hero-portrait img {
    height: 390px;
    object-position: center 18%;
  }

  .expo-parcours {
    position: static;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .expo-parcours a:nth-child(4) {
    border-right: 0;
  }

  .expo-parcours a:nth-child(-n+4) {
    border-bottom: 1px solid #e4dac7;
  }

  .expo-mode-emploi {
    padding: 0 15px;
  }

  .expo-tableau {
    display: block;
    scroll-margin-top: 12px;
    margin-top: 29px;
    padding: 0 20px 25px;
  }

  .expo-tableau-numero {
    width: 54px;
    margin: 0 0 21px -20px;
    padding: 3px 0;
  }

  .expo-tableau > :last-child:not(.expo-tableau-contenu):not(.expo-tableau-numero) {
    margin-top: 22px;
  }

  .expo-document {
    max-width: none;
  }

  .expo-document img {
    max-height: 390px;
  }

  .expo-lieux {
    grid-template-columns: 1fr;
  }

  .expo-actions-finales {
    display: grid;
  }

  .expo-actions-finales a {
    text-align: center;
  }

  .expo-oeuvres {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .expo-section-tete {
    align-items: flex-start;
    flex-direction: column;
  }

  .expo-fin {
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .expo-hero-reperes {
    grid-template-columns: 1fr;
  }

  .expo-parcours {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .expo-parcours a,
  .expo-parcours a:nth-child(4) {
    border-right: 1px solid #e4dac7;
    border-bottom: 1px solid #e4dac7;
  }

  .expo-parcours a:nth-child(even) {
    border-right: 0;
  }

  .expo-oeuvres {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------------
 *  Impression : récit linéaire, sans sommaire collant
 * ---------------------------------------------------------- */
@media print {
  .expo-page > .container {
    padding: 0;
  }

  .expo-retour,
  .expo-parcours,
  .expo-mode-emploi,
  .expo-actions-finales,
  .expo-fin,
  .expo-vignette-action {
    display: none !important;
  }

  .expo-hero,
  .expo-tableau,
  .expo-rayons,
  .expo-vignette-principale {
    box-shadow: none;
    break-inside: avoid;
  }

  .expo-tableau {
    margin-top: 18px;
  }

  .expo-sources details {
    display: block;
  }

  .expo-sources summary {
    list-style: none;
  }

  .expo-sources-contenu {
    display: block;
  }
}
