.vitrine { max-width: 900px; margin: 0 auto; padding: 2rem 1.25rem 4rem; }

.vitrine-entete { text-align: center; margin-bottom: 2rem; }
.vitrine-logo { max-height: 120px; margin-bottom: 1rem; }
.vitrine-entete h1 { font-size: 2rem; margin: 0 0 0.75rem; }
.vitrine-presentation { max-width: 560px; margin: 0 auto; color: #555; }

.vitrine-grille {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1.25rem;
}
.vitrine-carte {
  border: 1px solid #e5e2d8;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 0.75rem;
}
.vitrine-carte .miniature { width: 100%; height: 160px; object-fit: cover; border-radius: 0; }
.vitrine-carte h3 { margin: 0.6rem 0 0.2rem; font-size: 1rem; }
.vitrine-carte p { margin: 0; color: #666; font-size: 0.85rem; }
