
.body-anonymous {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 5rem!important;
}

.content-anonymous {
    min-width: 0;
    flex-grow: 1;
}

.footer-anonymous {
    color:#f2f6fc !important;
    line-height: 1;
    font-size: .8rem;
}

.footer-admin {
    color:#a7aeb8 !important;
    line-height: 1;
    font-size: .8rem;
    height: 5rem;
    display: flex;
    align-items: center;
}

.logo-chaine {
    height: 50px;
}

.affiche {
    height: 150px;
}

.apercu-chaine {
    width:640px; 
    height:360px;
    object-fit: contain;
}

.competition {
    max-height: 50px;
    max-width: 50px;
}

.episode {
    padding: 0.75rem;
    border: 1px solid var(--bs-border-color) !important;
}
.episode:nth-child(odd) {
    background-color: #f8f9fa;
}
.episode:nth-child(even) {
    background-color: #e9ecef;
}