.affiches-section{width:100%;padding:1.5rem 0;background:#fafafa}.affiches-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;max-width:1200px;margin:0 auto;padding:0 1rem}.affiche-card{position:relative;overflow:hidden;border-radius:0;transition:transform .3s ease,box-shadow .3s ease;flex-shrink:0;aspect-ratio:1/1;height:auto}.affiche-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.affiche-image,.affiche-link{display:block;width:100%;height:100%}.affiche-image{object-fit:cover;border-radius:0}@media (max-width:768px){.affiches-section{padding:1rem 0;overflow:hidden}.affiches-container{display:flex;flex-wrap:nowrap;gap:.75rem;padding:0 .75rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-padding:.75rem}.affiches-container::-webkit-scrollbar{display:none}.affiche-card{width:82vw;max-width:320px;scroll-snap-align:center;flex-shrink:0;border-radius:0;aspect-ratio:1/1}.affiche-image{width:100%;height:100%;object-fit:cover;border-radius:0}}