html, body {
        height: 100%;
        width: 100%;
        margin: 0;
    }
    #site-landing {
        position:relative;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    }
    h1 { color: #fff; z-index: 9999; margin: 0; }
    .jquery-script-ads {position: absolute; color: #fff; top: 200px; left: 2em; z-index: 9999; }
	body{
		background: #000;
	}
	.counter-box
	{
		line-height: 30px;
	}
	.item
	{
		text-transform: inherit !important;
		padding: 20px !important;
	}
	a.lienAPropos
	{
		text-decoration: none;
	}
	
	 header{ display : none; } 
@media only screen and (max-width: 660px) {
	header{ display : block; }
}