/*
    CSS DU SITE WEB
    VERSION 1.0.0
*/
/* MODE LIGHT */
[data-bs-theme="light"] {
    body {
        background-color: #f8f9fa;
        color:#000000;
    }
}
/* MODE DARK */
[data-bs-theme="dark"] {
    body {
        background-color: #212529;
        color: #f8f9fa;
    }
}
/* AUTRES */
#myVideo {
    object-fit:cover;
    width:100vw;
    height:100vh;
    min-width:100%;
    min-height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:0;
}