.rev_subcategory-all {
    height: 350px;
}
.rev_home_categories h5{
	text-align: center;
	font-size: initial;
	height: 45px;
}
.rev_home_categories h5 a{
	color:#005188;
}
.rev_home_categories_title{
	background: #005188;
	display: inline-block;
	margin-bottom: 10px;
}
.rev_home_categories_title h2{
	margin: 10px;
	color:#fff;
}
.rev_subcategory-hover{
	position: absolute;
	margin:0 auto;
	margin-left:0;
}
.rev_subcategory-image{
	position: relative;
}
.rev_subcategory-image .rev_subcategory-hover{
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 270px;
	padding: 15px; 
	top:0;
}
.rev_subcategory-image > a > .rev_subcategory-hover > .rev_content-view {
	background: rgba(255,255,255,0.7);
	display: block;
	width: 100%;
	height: 100%;
}
/*.rev_subcategory-image > a:hover > .rev_subcategory-hover{
	top:0;
	opacity: 1;
	visibility: visible;
}*/
.rev_subcategory-image , .rev_subcategory-image > a > .rev_subcategory-hover{
	transition: all 0.8s ease 0s;
}
.rev_subcategory-image > a > .rev_subcategory-hover > .rev_content-view > p{
	font-size:20px;
	color:#000;
	position: relative;
	top:50%;
	transform: translateY(-50%);
	text-align: center;
	line-height: 1;
}
.rev_subcategory-image > a > .rev_subcategory-hover > .rev_content-view > .rev_savoirplus{
	background:#f8ac00;
	padding: 5px 10px;
	font-size: 18px;
	bottom: 25px;
	position: absolute;
	margin: 0 auto;
	left:50%;
	transform: translateX(-50%);
	transition: background 0.8s ease 0s;
}
.rev_subcategory-image > a > .rev_subcategory-hover > .rev_content-view > .rev_savoirplus p{
	margin-bottom: 0;
	color: #fff;
}
.rev_subcategory-image > a > .rev_subcategory-hover > .rev_content-view > .rev_savoirplus:hover{
	background: #E30613;
}

@media (max-width: 1200px) {
	.rev_subcategory-image .img{
		width: 100%;
		position: relative;
		display: block;
	}
	.rev_subcategory-image .img img{
		position: relative;
		margin: 0 auto;
	}
	.rev_subcategory-image .rev_subcategory-hover{
		padding: 25px;
	}
	.rev_home_categories h5{
		padding: 0 10px;
		height: 55px;
	}
}

@media (max-width: 992px){
	.rev_subcategory-image .rev_subcategory-hover{
		width: 270px;
		left:50%;
		transform: translateX(-50%);
	}

	.rev_home_categories h5{
		width: 270px;
		margin: 0 auto;
	}
}
