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