/* Surcharges legeres par-dessus Bootstrap (theme sombre). */

/* Affiches au format 2:3, non fourni nativement par les ratios Bootstrap. */
.poster-ratio::before {
    padding-top: 150%;
}

.catalogue-card {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.catalogue-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.catalogue-card .card-title {
    line-height: 1.3;
}

.stat-value {
    font-size: 1.8rem;
    font-weight: 700;
}

.error-page {
    max-width: 480px;
    margin: 80px auto;
    text-align: center;
}
