

@font-face {
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('fonts/bodoni-moda-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Bodoni Moda';
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url('fonts/bodoni-moda-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/inter-variable.woff2') format('woff2');
}


:root {
  --papier: #ffffff;         
  --encre: #0f1c33;          
  --bleu-crepuscule: #2b3a5c; 
  --ambre: #d97b2f;          
  --ambre-texte: #b16120;    
  --ambre-vif: #e8a33d;      
  --vert: #6a8f42;           
  --terre: #4a3b2a;          
  --gris: #5c6b7a;           
  --photographie: #4a3b2a;   
  --architecture: #5c6b7a;   
  --trait: rgba(15,28,51,0.14);
  --texte-secondaire: rgba(15,28,51,0.75);
  --texte-tertiaire: rgba(15,28,51,0.55);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--papier);
  color: var(--encre);
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}


@keyframes entree {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.entree {
  opacity: 0;
  animation: entree 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.entree-1 { animation-delay: 0.05s; }
.entree-2 { animation-delay: 0.15s; }
.entree-3 { animation-delay: 0.28s; }
.entree-4 { animation-delay: 0.42s; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}


.entete {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1.8rem;
  padding: 0.75rem 2rem;
  background: var(--bleu-crepuscule);
  color: var(--papier);
  position: sticky;
  top: 0;
  z-index: 40;
}

.dev .entete { padding-top: 0.35rem; padding-bottom: 0.35rem; }

.dev .horizon-ligne {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 18px);
  height: 4.32px;
  background: #ffffff;
}

.dev .menu-dev { margin-left: auto; }
.dev .menu-large { margin-left: auto; }
.dev .menu-dev summary {
  list-style: none;
  cursor: pointer;
  font-size: 1.15rem; 
  line-height: 1;
  color: var(--papier);
  padding: 0.3rem 0.5rem;
}
.dev .menu-dev summary::-webkit-details-marker { display: none; }
.dev .menu-dev[open] summary { color: var(--ambre); }
.dev .menu-dev nav {
  position: absolute;
  top: 100%;
  right: 2rem;
  left: auto;
  margin-top: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
  background: var(--bleu-crepuscule);
  padding: 1rem 1.5rem;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  z-index: 20;
}
@media (min-width: 768px) {
  .dev .menu-dev { display: none; }
  .dev .menu-large { display: block; }
}
@media (max-width: 767px) {
  .dev .menu-large { display: none; }
}

.entete nav a,
.entete nav a:visited,
.entete-accueil + nav a,
.entete-accueil + nav a:visited {
  color: var(--papier);
}
.entete nav a::after,
.entete-accueil + nav a::after {
  background: var(--ambre);
}

.entete nav a:hover::after,
.entete nav a:focus-visible::after,
.entete-accueil + nav a:hover::after,
.entete-accueil + nav a:focus-visible::after {
  background: var(--ambre);
}
.entete nav a.actif,
.entete nav a.actif:visited,
.entete nav a:hover,
.entete nav a:active,
.entete nav a:focus-visible,
.entete-accueil + nav a.actif,
.entete-accueil + nav a.actif:visited,
.entete-accueil + nav a:hover,
.entete-accueil + nav a:active,
.entete-accueil + nav a:focus-visible {
  color: var(--ambre);
}
.entete nav a:focus-visible,
.entete-accueil + nav a:focus-visible {
  outline: 1px solid var(--ambre);
}

.dev .entete nav a:hover:not(.actif),
.dev .entete nav a:active:not(.actif),
.dev .entete-accueil + nav a:hover:not(.actif),
.dev .entete-accueil + nav a:active:not(.actif) {
  color: var(--papier);
}

.entete-accueil + nav {
  background: var(--bleu-crepuscule);
  color: var(--papier);
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 40;
}
.marque {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  flex-shrink: 0;
}
.marque a.marque-lien {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: inherit;
  text-decoration: none;
}
.marque .logo-mini { flex-shrink: 0; }
.marque .mono-marque,
.marque .nom-complet-marque {
  font-family: 'Bodoni Moda', serif;
  font-weight: 700;
  line-height: 1;
}
.marque .mono-marque {
  font-size: 1rem;
  letter-spacing: -0.1em;
}
.marque .nom-complet-marque {
  display: none;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.marque .m { color: var(--ambre); }

.dev .marque .mono-marque { font-size: 1.15rem; }
.dev .marque .nom-complet-marque { font-size: 1.1rem; }
@media (min-width: 600px) {
  .marque .mono-marque { display: none; }
  .marque .nom-complet-marque { display: inline; }
}


nav {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--trait);
  flex-wrap: wrap;
}
.entete nav {
  gap: 1.6rem;
  padding: 0;
  border-bottom: none;
  margin-left: auto;
}
nav a {
  position: relative;
  color: var(--gris);
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding-bottom: 3px;
}

.dev nav a { font-size: 0.65rem; }

nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--ambre-texte);
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease;
}
nav a.actif { color: var(--ambre-texte); }
nav a.actif::after { width: 100%; }
nav a:visited { color: var(--gris); } 
nav a.actif:visited { color: var(--ambre-texte); }
nav a:hover,
nav a:active { color: var(--ambre-vif); }
nav a:hover::after,
nav a:focus-visible::after { width: 100%; background: var(--ambre-vif); }
nav a:focus-visible {
  color: var(--ambre-vif);
  outline: 1px solid var(--ambre-vif);
  outline-offset: 3px;
}


main {
  max-width: 760px; 
  margin: 0 auto;
  padding: 1.875rem 2rem 5rem;
}

@media (min-width: 1100px) {
  main { max-width: 960px; }
}
@media (min-width: 1500px) {
  main { max-width: 1100px; }
}
h1 {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  font-size: 2.1rem;
  margin: 0 0 0.6rem;
}

.page-resserree h1 { margin-bottom: 0.3rem; }
.page-resserree .corps { padding-top: 0.75rem; }
.page-resserree .grille-cartes {
  border-top: 1px solid var(--trait);
  padding-top: 0.75rem;
}
.chapo {
  color: var(--texte-secondaire);
  font-size: 1rem;
  max-width: 100%;
  margin: 0 0 3rem;
}
.chapo a { color: var(--ambre-texte); text-decoration: underline; }
.chapo a:hover,
.chapo a:focus-visible { color: var(--encre); }


.corps {
  border-top: 1px solid var(--trait);
  padding-top: 2rem;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--texte-secondaire);
}
main .corps { max-width: 100%; }
.corps p { margin: 0 0 1.1rem; }
.corps p:last-child { margin-bottom: 0; }
.corps h2 {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--encre);
  margin: 2.2rem 0 1rem;
}
.corps h2:first-child { margin-top: 0; }
.corps strong { font-weight: 600; color: var(--encre); }
.corps em { font-style: italic; color: rgba(15,28,51,0.85); }
.corps ul { margin: 0 0 1.1rem; padding-left: 1.2rem; }
.corps li { margin: 0 0 0.7rem; }
.corps li:last-child { margin-bottom: 0; }

.corps figure { margin: 0 0 1.5rem; }
.corps figure img {
  display: block;
  width: 100%;
  height: auto;
}
.corps figcaption {
  font-size: 0.82rem;
  color: var(--texte-tertiaire);
  margin-top: 0.6rem;
  font-style: italic;
  font-family: 'Bodoni Moda', serif;
}

.corps figure.enluminure {
  margin: 0 0 1rem;
  width: 140px;
}
@media (min-width: 600px) {
  .corps figure.enluminure {
    float: left;
    margin: 0.2rem 1.5rem 1rem 0;
  }
}

.photo-page {
  margin: 0 0 2rem;
  max-width: 760px; 
}
.photo-page img {
  display: block;
  width: 100%;
  height: auto;
}
.photo-page figcaption {
  font-size: 0.82rem;
  color: var(--texte-tertiaire);
  margin-top: 0.6rem;
  font-style: italic;
  font-family: 'Bodoni Moda', serif;
}

.page-photo h1 { font-size: 1.3rem; margin: 0 0 0.5rem; }
.page-photo .meta-date { margin-bottom: 0.5rem; }
.page-photo .tags { margin-bottom: 1.2rem; }
.page-photo .photo-page { margin: 0 0 1.6rem; }


.photo-page a { display: block; cursor: zoom-in; }
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  align-items: center;
  justify-content: center;
  background: rgba(15, 28, 51, 0.92);
  cursor: zoom-out;
  z-index: 100;
}
.lightbox:target { display: flex; }
.lightbox img {
  max-width: min(92vw, 1200px);
  max-height: 92vh;
  object-fit: contain;
}


.bandeau {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.5rem 2rem 1.2rem;
  background: var(--bleu-crepuscule);
  color: var(--papier);
  position: sticky;
  top: 0;
  z-index: 40;
}

.dev .bandeau { padding-top: 0.6rem; padding-bottom: 0.5rem; flex-wrap: wrap; }
.bandeau .logo { flex-shrink: 0; }
.bandeau a.retour {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-family: 'Bodoni Moda', serif;
  font-weight: 700;
  color: var(--papier);
  text-decoration: none;
}
.bandeau a.retour .mono-bandeau,
.bandeau a.retour .nom-complet-bandeau {
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.bandeau a.retour .mono-bandeau { font-size: 0.85rem; }
.bandeau a.retour .nom-complet-bandeau { font-size: 0.85rem; display: none; }
.bandeau a.retour .m { color: var(--ambre); }

.dev .bandeau a.retour .mono-bandeau { font-size: 1rem; }
.dev .bandeau a.retour .nom-complet-bandeau { font-size: 1rem; }
@media (min-width: 600px) {
  .bandeau a.retour .mono-bandeau { display: none; }
  .bandeau a.retour .nom-complet-bandeau { display: inline; }
}
.bandeau a.billets {
  margin-left: auto;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--papier);
  text-decoration: none;
}
.bandeau a.billets:hover,
.bandeau a.billets:focus-visible { color: var(--ambre); }

.page {
  max-width: 760px; 
  margin: 0 auto;
  padding: 0.5rem 2rem 5rem;
}
@media (min-width: 1100px) {
  .page { max-width: 960px; }
}
@media (min-width: 1500px) {
  .page { max-width: 1100px; }
}
.meta-date {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--texte-tertiaire);
  margin: 0 0 1rem;
}

.page h1 { line-height: 1.25; }

.page .chapo {
  font-size: 0.95rem;
  max-width: none;
  margin: 0 0 1.6rem;
  line-height: 1.6;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.4rem;
}
.tags span {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.7rem;
  border: 1px solid var(--trait);
  border-radius: 999px;
  color: var(--gris);
}

.tags span.type { display: inline-flex; align-items: center; }



.puce-photo {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--photographie);
  flex-shrink: 0;
}

.puce-architecture {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--architecture);
  flex-shrink: 0;
}

.liste-sujets { list-style: none; margin: 0; padding: 0; }
.liste-sujets li {
  padding: 1.2rem 0;
  border-top: 1px solid var(--trait);
}
.liste-sujets li:last-child { border-bottom: 1px solid var(--trait); }
.liste-sujets h2 {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0 0 0.3rem;
}
.liste-sujets h2 a {
  color: var(--encre);
  text-decoration: none;
  transition: color 0.3s ease;
}
.liste-sujets h2 a:hover,
.liste-sujets h2 a:focus-visible { color: var(--ambre-texte); }
.liste-sujets p {
  color: var(--texte-tertiaire);
  font-size: 0.85rem;
  margin: 0;
}
.etat-vide {
  font-style: italic;
  font-family: 'Bodoni Moda', serif;
  color: var(--texte-tertiaire);
  font-size: 1rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--trait);
  border-bottom: 1px solid var(--trait);
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  text-align: center;
  padding: 2.5rem 2rem 3.5rem;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  color: var(--texte-tertiaire);
  text-transform: uppercase;
  border-top: 1px solid var(--trait);
}

.liens-footer {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.lien-footer {
  display: inline-flex;
  color: var(--encre);
  transition: transform 0.15s ease, color 0.15s ease;
}

.lien-footer:hover,
.lien-footer:focus-visible {
  color: var(--ambre-vif);
}

.lien-footer:focus-visible {
  outline: 1px solid var(--ambre-vif);
  outline-offset: 3px;
}

.lien-footer:active {
  transform: scale(0.85);
}

.lien-footer svg {
  width: 16px;
  height: 16px;
}

footer .copyright {
  margin: 0;
}


.entete-accueil { padding-bottom: 0.75rem; }

.hero {
  position: relative;
  width: 100%;
  height: clamp(56px, 6vw, 90px);
  overflow: hidden;
}
.ligne-horizon {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  height: 4px;
  background: var(--encre);
}

@keyframes lever-soleil {
  from { transform: translate(-50%, -50%) translateY(28px); opacity: 0; }
  to   { transform: translate(-50%, -50%) translateY(0); opacity: 1; }
}
.soleil {
  position: absolute;
  left: 66%;
  top: 24%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--ambre);
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: lever-soleil 1.1s 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


.horizon-motif { position: absolute; left: 24px; bottom: calc(40% - 1px); width: 180px; height: auto; aspect-ratio: 100 / 22; }

.soleil-motif { opacity: 0; animation: lever-soleil-motif 1.1s 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
@keyframes lever-soleil-motif {
  from { cy: 22; opacity: 0; }
  to   { cy: 12; opacity: 1; }
}

.bloc-signature {
  margin-top: -18px;
  text-align: center;
}
.signature {
  display: inline-grid;
  grid-template-areas: "pile";
  height: 4rem; 
  margin: 0; 
}
.signature > * { grid-area: pile; }

.teaser-accueil {
  text-align: center;
  
  max-width: clamp(460px, 65vw, 960px);
  margin: -0.4rem auto 0;
  padding: 0 2rem;
  color: var(--texte-secondaire);
  font-size: 0.92rem;
}
@media (min-width: 700px) {
  
  .teaser-accueil { padding: 0; }
}
.teaser-accueil a {
  color: var(--ambre-texte);
  text-decoration: underline;
}
.teaser-accueil a:hover,
.teaser-accueil a:focus-visible { color: var(--encre); }
.mono, .nom-complet {
  font-family: 'Bodoni Moda', serif;
  font-weight: 700;
  line-height: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.mono {
  font-size: 4rem;
  letter-spacing: -0.14em;
  opacity: 1;
  transform: scale(1);
}
.mono .m { color: var(--ambre); }
.nom-complet {
  
  font-size: clamp(2.3rem, 3vw, 4rem);
  letter-spacing: 0;
  white-space: nowrap;
  opacity: 0;
  transform: scale(0.94);
  pointer-events: none;
}
.nom-complet .m-initiale { color: var(--ambre); }

.deploiement {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 0;
  will-change: max-width;
  animation: deploiement 0.8s ease-out forwards;
}
.deploiement-1 { animation-delay: 0.9s; }
.deploiement-2 { animation-delay: 1.15s; }
@keyframes deploiement {
  
  to { max-width: 6em; }
}
@media (min-width: 600px) {
  .mono { opacity: 0; transform: scale(1.08); pointer-events: none; }
  .nom-complet { opacity: 1; transform: scale(1); pointer-events: auto; }
  .signature { height: 2.3rem; } 
}

section { margin-bottom: 3.75rem; } 
section:last-child { margin-bottom: 0; }
.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gris);
  margin: 0 0 1rem;
}

.bloc-billets {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: 1.5rem;
}
.apercu-billets { flex: 1 1 320px; }
.liste-recente {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.liste-recente li {
  display: flex;
  gap: 1.1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--trait);
}
.liste-recente li:first-child { border-top: none; padding-top: 0; }

.vignette-photo { display: flex; align-items: stretch; gap: 0.5rem; flex-shrink: 0; }
.trait-photo { width: 3px; background: var(--photographie); flex-shrink: 0; }
.trait-architecture { width: 3px; background: var(--architecture); flex-shrink: 0; }
.apercu-photo {
  flex-shrink: 0;
  width: 120px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.apercu-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contenu-billet { flex: 1 1 auto; min-width: 0; }
@media (max-width: 480px) {
  .liste-recente li { flex-direction: column; }
  .vignette-photo { width: 100%; }
  .apercu-photo { flex: 1 1 auto; width: auto; aspect-ratio: 16 / 9; }
}
.meta-billet {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  margin-bottom: 0.3rem;
}
.meta-billet time {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--texte-tertiaire);
}
.meta-billet .type-billet {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  padding: 0.12rem 0.55rem;
  border: 1px solid var(--trait);
  border-radius: 999px;
  color: var(--gris);
}

.meta-billet .type-photo {
  display: inline-flex;
  align-items: center;
}
.liste-recente h3 {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  font-size: 1.15rem;
  margin: 0 0 0.3rem;
}
.liste-recente h3 a {
  display: inline-block;
  color: var(--encre);
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.liste-recente h3 a:hover,
.liste-recente h3 a:focus-visible { color: var(--ambre-texte); transform: translateX(5px); }
.liste-recente p {
  color: var(--texte-secondaire);
  font-size: 0.9rem;
  margin: 0;
}
.lien-tous-billets { font-size: 0.78rem; letter-spacing: 0.06em; }
.lien-tous-billets a { color: var(--gris); text-decoration: none; }
.lien-tous-billets a:hover,
.lien-tous-billets a:focus-visible { color: var(--ambre-texte); }

.cadence { flex: 0 0 200px; }
.cadence-titre {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gris);
  margin: 0 0 0.7rem;
}
.grille-jours {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.3rem;
}
.grille-jours span {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  color: var(--texte-tertiaire);
  background: rgba(15,28,51,0.045);
  border-radius: 3px;
}
.grille-jours span {
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
}
.grille-jours span.publie {
  background: var(--terre, #4a3b2a);
  color: var(--papier);
  font-weight: 600;
}

.grille-jours span.publie:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 10px -3px rgba(74,59,42,0.6);
}
.cadence-compte {
  font-size: 0.72rem;
  color: var(--texte-tertiaire);
  margin: 0.7rem 0 0;
}



.grille-cartes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 700px) {
  .grille-cartes { grid-template-columns: repeat(3, 1fr); }
}
.carte {
  display: flex;
  align-items: stretch;
  gap: 1.2rem;
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}
.carte:hover,
.carte:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px -16px rgba(15,28,51,0.22);
}
.carte:hover h2,
.carte:focus-visible h2 { color: var(--ambre-texte); }
.carte:focus-visible {
  outline: 1px solid var(--ambre-texte);
  outline-offset: 4px;
}

.carte .trait-photo,
.carte .trait-architecture { width: 5px; }
.carte-texte { flex: 1 1 auto; padding-top: 1.6rem; min-width: 0; }
.carte h2 {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
  white-space: nowrap;
}
.carte p {
  font-size: 0.92rem;
  color: var(--texte-secondaire);
  margin: 0 0 0.6rem;
}
.carte .voir-billets {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--gris);
}
.carte:hover .voir-billets,
.carte:focus-visible .voir-billets { color: var(--ambre-texte); }
