/**
CSS de l'emploi du temps
 */

.schedule_tech{
    width: 50%;
}

.tv-schedule {
    width: 100%;
}

/* TABLE */
.errorNotRegister {
    font-weight: bold;
    color: white;
    background-color: red;
}

/* SLIDESHOW */
.slideshow-container {
    position: static;
    margin: auto;
}

.mySlides {
    display: flex;
}



.video_container {
    left: 0;
    width: 100%;
    display: flex;
    position:absolute;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.video_container video {
    height: 100%;
    object-fit: contain;
}


.tabSchedule {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.headerTab {
    background-color: #1F63DE;
}

@media (max-width: 1200px) {
    .schedule_tech{
        width: 100%;
    }
}

.firstSelect {
    max-width: 70%;
}
