@charset "utf-8";
/* CSS Document */

html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    /* height: 100%; */
    background-image: url("image/fond_ecran_video.svg");
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center cover; */
    background-position: center center;
    /* background-origin: border-box; */
    /* margin: 0px; */
    /* margin: 0px 0px -100px 0px; */
    margin: 0px;
    padding: 0px;
    background-color: #15204d;
}
