@charset "utf-8";
/* CSS Document */


body {
  background-color:#d4f4ff !important;
}

#Stage_Panneau_Titre2, #Stage_conteneur {
	position:relative !important;
	margin:0 auto !important;
	}
	
#Stage {
	overflow-y: scroll !important;
	overflow-x: hidden !important;
	}
	
#Stage_conteneur_bande_banche_bas {
	bottom:0 !important;
	position:absolute !important;
	text-align:center !important;
	}
	
/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {
	
/*#Stage {
overflow: hidden !important;
	}*/
	
	}
	


/* Larger than Desktop HD */
@media (min-width: 1200px) {}

@font-face {
    font-family: "changa-one, sans-serif";
    src: url(fonts/changaone-regular.ttf);
}

@font-face {
    font-family: "open-sans-condensed, sans-serif";
    src: url(fonts/OpenSans-CondLight.ttf);
}