/* ========================================
   Filoffre — Citation en exergue
   Décalée à droite, comme un journal qui cite une dépêche
   ======================================== */

.exergue {
  font-family: "Gochi Hand", cursive;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  color: #58C9B9;
  text-align: right;
  max-width: 420px;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 0;
  line-height: 1.3;
  opacity: 0.7;
  transform: rotate(-2deg);
  padding-right: 16px;
  border-right: 1px solid rgba(88,201,185,0.2);
}

.exergue::before {
  content: "« ";
}

.exergue::after {
  content: " »";
}

@media (max-width: 700px) {
  .exergue {
    margin-top: 24px;
    font-size: 1.1rem;
  }
}
