#FullVideo {
    background: black;
    min-height: 60vh;
    z-index: 1;
    position: relative;
    transition: all 0.7s;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.LecteurVideo {
    height: 100vh;
}
#FullVideo p {
    position: absolute;
    top: 56%;
    font-size: 2em;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 0 20px;
}
#FullVideo p span {
    font-family: 'Roboto Slab';
    background: black;
}
#FullVideo p strong {
    color: #6daa38;
}
#backgroundVideo {
    position: absolute;
    /* top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.7s;
    transition-delay: 0.3s;
    opacity: 0.4;
}
#FullVideo .StartVideoBtn {
    transition: all 0.7s;
    cursor: pointer;
    padding: 30px;
    max-width: 100px;
    z-index: 1;
    background: none;
    border: none;
    color: white;
    font-size: 6em;
    text-shadow: 0px 0px 24px BLACK;
}
.StartVideoBtn:hover {
    color: #6daa38!important;
    transform: scale(1.1);
    filter: drop-shadow(2px 4px 6px black);
}

@media (max-width: 1200px) {
    #FullVideo {
        margin-bottom: 0px;
    }
    .LecteurVideo {
        height: unset;
        min-height: calc((9/16) * 100vw)!important;
    }
    .LecteurVideo #backgroundVideo {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 992px) {
    #FullVideo {
        margin-bottom: 0px;
    }
    .LecteurVideo {
        height: unset;
        min-height: calc((9/16) * 100vw)!important;
    }
    .LecteurVideo #backgroundVideo {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 768px) {
    /* #FullVideo {
        margin-bottom: -60px;
    } */
    .LecteurVideo {
        height: unset;
        min-height: calc((9/16) * 100vw)!important;
    }
    .LecteurVideo #backgroundVideo {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 576px) {
    #FullVideo .StartVideoBtn {
        max-width: 20%;
    }
    .LecteurVideo {
        height: 100vh;
    }
    #FullVideo {
        background: black;
        min-height: 60vh;
        z-index: 1;
        position: relative;
        transition: all 0.7s;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .LecteurVideo {
        height: 100vh;
    }
    #FullVideo p {
        position: absolute;
        top: 56%;
        font-size: 2em;
        z-index: 1;
        color: white;
        text-align: center;
        padding: 0 20px;
    }
    #FullVideo p span {
        font-family: 'Roboto Slab';
        background: black;
    }
    #FullVideo p strong {
        color: #6daa38;
    }
    #backgroundVideo {
        position: absolute;
        /* top: 0;
        left: 0; */
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.7s;
        transition-delay: 0.3s;
        opacity: 0.4;
    }
    #FullVideo .StartVideoBtn {
        transition: all 0.7s;
        cursor: pointer;
        padding: 30px;
        max-width: 100px;
        z-index: 1;
    }
    .StartVideoBtn:hover {
        transform: scale(1.1);
        filter: drop-shadow(2px 4px 6px black);
    }
    .PauseVideoBtn {
        z-index: 1;
        background: none;
        border: none;
        color: white;
        font-size: 5em;
        /* padding: 15px 0 0 30px; */
        text-shadow: 0px 0px 24px BLACK;
        cursor: pointer;
        transition: all 0.3s;
    }
    .ReStartVideoBtn {
        z-index: 1;
        background: none;
        border: none;
        color: white;
        font-size: 3em;
        text-shadow: 0px 0px 24px BLACK;
        cursor: pointer;
        transition: all 0.3s;
    }
    .PauseVideoBtn:hover, .ReStartVideoBtn:hover {
        color: red;
    }
    
    @media (max-width: 1200px) {
        #FullVideo {
            margin-bottom: 0px;
        }
        .LecteurVideo {
            height: unset;
            min-height: calc((9/16) * 100vw)!important;
        }
        .LecteurVideo #backgroundVideo {
            width: 100%;
            height: auto;
        }
    }
    @media (max-width: 992px) {
        #FullVideo {
            margin-bottom: 0px;
        }
        .LecteurVideo {
            height: unset;
            min-height: calc((9/16) * 100vw)!important;
        }
        .LecteurVideo #backgroundVideo {
            width: 100%;
            height: auto;
        }
    }
    @media (max-width: 768px) {
        #FullVideo {
            margin-bottom: -60px;
        }
        .LecteurVideo {
            height: unset;
            min-height: calc((9/16) * 100vw)!important;
        }
        .LecteurVideo #backgroundVideo {
            width: 100%;
            height: auto;
        }
    }
    @media (max-width: 576px) {
        #FullVideo {
            margin-bottom: 0px;
        }
        #FullVideo .StartVideoBtn {
            max-width: 20%;
        }
        .LecteurVideo {
            height: unset;
        }
        .LecteurVideo #backgroundVideo {
            /* width: calc((16/9) * 91vw);
            height: 91vw; */
            width: 100%;
            height: auto;
        }
        /* .rotate {
            transform: rotate(90deg);
        } */
    }
}