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