.category-home .mask{
	top:0;
	background-color: rgba(0,0,0,0.25);
}
.category-home .cat .img{
		height: 14rem;
	}
	.category-home .cat .titre{
		font-size: 1.6rem;
	}

.category-home .cat .titre{
	top: 0;
	left: 0;
	z-index: 10;
}
.stretched-link::after{
	z-index: 11;
}

@media(min-width:992px){
	
	.category-home .cat .img{
		height: 16rem;
	}
	.category-home .cat .titre{
		font-size: 1.8rem;
	}
}
@media(min-width:768px) and (max-width:992px){
	
	.category-home .cat .img{
		height: 14rem;
	}
	.category-home .cat .titre{
		font-size: 1.6rem;
	}
}