@charset "UTF-8";
*, ::before, ::after {
	box-sizing: border-box;
	margin:0;
	padding:0;
}

body {
background: #000000;
margin-top: 0px;
margin-right: 0px;
width: 100%;
Height: 100vh;
font-style: normal;
font-weight: 200;
background: url() no-repeat center fixed;
background-size: cover;	
overflow: hidden;
}
    
/* Container flottante */
.container {
position:relative;
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
max-width: 1920px;
/*padding-bottom: 56.25%;  16:9 */
/*padding-top: 25px;*/
align-content: center;
overflow: hidden;
background-image: url(IMAGES/page_accueil.jpg);
background-size: contain;
background-repeat: no-repeat;
background-position-x: center;
background-position-y: top;
}
