body, html{
	height: 100%;
	overflow: hidden;
	margin: 0;
}

.background-image{
	background-image: url(images/page_accueil_temporaire_labascule.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #1d1d1b;
    height: 100%;
    width: 100%;
}


@media only screen and (max-width : 990px){

.background-image{
	background-image: url(images/page_accueil_temporaire_labascule_mobile.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #1d1d1b;
    height: 100%;
    width: 100%;
}
}