#banner #mainTitle{
	font-size: 76px;
	font-weight: bold;
	padding-left: 115px;
	text-shadow: 2px 3px 0px rgba(178, 30, 26, 1);
}
#banner .container{
	position: relative
}
#banner ,#banner a{
	color:#fff;
}
#banner a.secondary-link{
	font-size: 25px!important;
}
@media only screen 
and (max-width : 768px) {
	#banner #mainTitle{	
		padding-left: 10px;
		padding-top:10px;
		font-size:40px;
	}
	#banner a.secondary-link{
	font-size: 18px!important;
}
}
@media only screen 
and (max-width : 992px) {
	#banner #mainTitle{	
		padding-left: 0;
	}
}

#mainTitle a{
	color:#FFFFFF;
}
#navigation{
	
}
#navigation a{
	color:#fff;
}
#sharingItems{
	height: 60px;
	position: absolute;
	right: 15px;
	top: 20px;
}
#sharingItems .reseauxSociauxLink{
	margin: 0;
}
#sharingItems .svg,#sharingItemsPortable .svg{
	width: 30px;
	height: 30px;
}
#sharingItems .svg path{
	fill: #fff;
}
