*{
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    font-family: Roboto;
    box-sizing: border-box;
    font-weight: 500;
    resize: none;
    color: #fff;
}

.error{
    display: none;
    background: #bb0104;
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 110;
}
@media screen and (max-width:1000px) {
    .error{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

body{
    background: #0f0f0f ;
}

header{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bb0104;
    height: 70px;
    margin: 0px auto;
}

h1{
    margin: 0 100px;
}

header img{
    height: 100%;
    margin: 50px;

}
main{
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 70px);
}

.main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    height: 100%;
    
}
.video-contenaire, .heure-contenaire {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #bb0104;
}

.video-contenaire h2{
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    background: #0f0f0f8d;
    padding: 5px 20px;
    border-radius: 5px;
    color: #ffffff;
    z-index: 100;
}

.video-contenaire .warning{
    position: absolute;
    visibility: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    background: #d70000b9;
    padding: 10px 40px;
    font-size: 2rem;
    border-radius: 5px;
    color: #ffffff;
    z-index: 101;
}

.video-contenaire .visible{
    visibility: visible;
}

.hls-1-dimensions{
    width: 100%;
    height: 100%;
}
.hls-2-dimensions{
    width: 100%;
    height: 100%;
}
.hls-3-dimensions{
    width: 100%;
    height: 100%;
}
.hls-4-dimensions{
    width: 100%;
    height: 100%;
}
.hls-5-dimensions{
    width: 100%;
    height: 100%;
}
.hls-6-dimensions{
    width: 100%;
    height: 100%;
}

.heure-contenaire {
    flex-direction: column;
}

.heure-contenaire span{
    text-align: center;
    margin: 20px 0;
}

.heure-contenaire img{
    display: inline-block;
    width: 70%;
}

.heure-contenaire p{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 111;
}