body{
	background: url('/images/bandeau_fond.jpg') no-repeat;
	background-size: cover;
	background-position: 3%;
}

a{color: white;}
a:hover, a:focus{font-weight: bold; color: white;}

h2{font-family: 'Dancing Script', cursive; font-size:3em; font-weight: bold;}
h3{font-family: 'Dancing Script', cursive; font-size:2em; font-weight: bold;}

#fetons2025{max-height: 150px;}

#intro{
	/*background-color: #FFFFFF33;*/
	color: white;
	padding: 10px 35px; 
	margin-bottom: 30px;
	font-size: 1.1em;
	/*text-shadow: 1px 1px 4px rgba(255,255,255,1);*/
}
#intro strong{
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	letter-spacing: 1px;
}
/*#intro h1{font-family: 'Merienda', cursive;}
#intro h2{font-family: 'Luxurious Roman', cursive;}*/

#streaming{padding: 5px;}
#streaming p{color: #ffd99b /*#C4DEFE*/; margin-bottom: 5px; font-size:1.25em;}
#video{min-height: 485px;}

footer img{max-height: 100px;}

@media screen and (min-width: 768px){
	body{
		background-position: 15%;
	}	
}

@media screen and (min-width: 1024px){
	#video{padding: 0px 35px;}
}

@media screen and (min-width: 1440px){
	/*body{
		background-position: center;
	}*/
	#intro{
		padding: 2% 35px 10px;
	}
}