.thin{
  font-family: 'HelveticaNeueLTStd-Th';
}
.ultra{
  font-family: 'HelveticaNeueLTStd-UltLt';
}

body , html {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #595959 !important;
	margin:0;
	padding:0;
	color:#fff !important;
	  font-family: 'HelveticaNeueLTStd-Th';
}
a{
	color:#fff !important;
}
a{
	color:#fff !important;
	text-decoration: none !important;
}

.titre {
	font-size:70px;
	padding: 170px 0 110px 0
}

.download{
	margin :40px 0 40px 0;
	font-size:27px;
	letter-spacing: 2px;
}

.dl:hover .videos{
	visibility: visible;
}


.videos{
	line-height:2;
	font-size:18px;
	visibility: hidden;
}



@media (max-width: 1050px) { 
	.titre {
		font-size:70px;
	}

	.download{
	font-size:25px
	}

}

@media (max-width: 750px) { 

	.titre {
		font-size:60px;
		padding: 180px 0 80px 0
	}

	.download{
	margin :20px 0 200px 0;
	font-size:23px
	}

	img.logo{
		width:150px;
		height:auto;
	}
}

@media (max-width: 600px) { 
	.titre {
		font-size:45px;
		padding: 180px 0 80px 0
	}
	.download{
	font-size:20px
	}
}


.ytp-watermark ,
.yt-uix-sessionlink{
	display: none !important;
}