.MainBanner{
	width: 100%;
}
.MainBanner img{
	display: block;
	width: 100%;
}
.main-content{
	margin-top: 20px;
}
.rac{
	width: 330px;
	height: 290px;
	overflow: hidden;
}
.rac:nth-child(3n+2){
	margin: 0 25px;
}
.rac a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.rac a::before{
	content: " ";
	display: block;
	width: 120px;
	height: 5px;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	position: absolute;
	left: 0;
	top: 95px;
	z-index: 20;
	transform : translateX(-120px);
	transition : all .4s ease;
}
.rac a::after{
	content: " ";
	display: block;
	width: 300px;
	height: 5px;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	position: absolute;
	right: 0;
	bottom: 95px;
	z-index: 20;
	transform : translateX(300px);
	transition : all .4s ease;
}
.rac a .rac-title{
	height :40px;
	padding: 10px 20px;
	display: block;
	width: 290px;
	position: absolute;
	top: 0;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: lighter;
	transition : all .4s ease;
	z-index: 10;
}
.rac a:hover::before{
	transform : translateX(0);
	transition-property: all;
    transition-duration: .5s;
    transition-delay: .5s;
}
.rac a:hover::after{
	transform : translateX(0);
	transition-property: all;
    transition-duration: .5s;
    transition-delay: .5s;
}
.rac a:hover .rac-title{
	height: 60px;
	padding: 20px;
	font-size: 30px;
	transition : all .4s ease;
}
.rac a img{
	transform : scale(1);
	transition : all .4s ease;
	transform : translateY(0px);
	position: relative;
	z-index: 0;
	border: none;
}
.rac a:hover img{
	transform : scale(1.1);
	transform : translateY(-100px);
	transition : all .4s ease;
}
.rac a .rac-open{
	display: block;
	width: 330px;
	height: 100px;
	position: absolute;
	bottom: -95px;
	left: 0;
	transition : all .4s ease;
	z-index: 10;
}
.rac a:hover .rac-open{
	bottom: 0px;
	transition : all .4s ease;
}
.rac a .rac-open::after{
	content: "+";
	display: block;
	width: 43px;
	height: 43px;
	line-height: 39px;
	color: #fff;
	font-size: 30px;
	font-weight: lighter;
	text-align: center;
	border: 1px solid #fff;
	position: absolute;
	left: 142px;
	top: 32px;
}
.rac.services a .rac-title,
.rac.services a .rac-open{
	background: #004937;
}
.rac.produits a .rac-title,
.rac.produits a .rac-open{
	background: #14963d;
}
.rac.devis a .rac-title,
.rac.devis a .rac-open{
	background: #ed5b0b;
}