.agenda-culturel-container{display:flex;overflow:hidden;gap:15px;padding:15px 0;background-color:#f5f5f5;border-radius:10px;align-items:center;height:250px;position:relative}@keyframes scrollLoop{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.agenda-culturel-scroll{display:flex;animation:scrollLoop 60s linear infinite}.agenda-event-item{flex:0 0 auto;width:200px;height:220px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px rgb(0 0 0 / .1);padding:10px;margin-right:15px}.agenda-event-item img{width:180px;height:140px;object-fit:cover;border-radius:6px}.agenda-event-title{margin-top:8px;font-weight:700;font-size:15px;color:#333;text-align:center;height:40px;overflow:hidden;text-overflow:ellipsis}