#blockhomecategories {
	margin-top: 10px;
}
#blockhomecategories .title {
	margin-top: 45px;
	margin-bottom: 50px;
	display: block;
	text-align: center;
	background-size: 100%;
	
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #585858;
}

#blockhomecategories .categorie {
}
	#blockhomecategories .categorie a { position: relative;}
	#blockhomecategories .categorie a span{
		width: 95%;
		position: absolute;
		bottom: 30px;
		text-align: center;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
		 text-transform: uppercase;
		
	}
	#blockhomecategories .categorie a:hover span{
		color: #858383
	}
	
@media (max-width: 767px) {
	#blockhomecategories  {
		display: none
	}

}	