.affaire_blc{
	width:100%;
	max-height:225px;
	margin-top:30px;
	position:relative;
}
.affaire_blc img{
	width:100%;
	height:auto;
	max-height:225px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.affaire_bg{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:100%;
	background-color:rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.affaire_txt{
	position:absolute;
	left:0;
	top: 50%;
	transform: translate(0, -50%);
	width:100%;
	font-size:25px;
	color:#fff;
	text-align:center;
}
.affaire_txt a{
	display:inline-block;
	width:98px;
	height:21px;
	line-height:17px;
	margin-top:17px;
	border:2px solid #629908;
	text-align:center;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
@media (min-width: 980px) and (max-width: 1199px) {
	.affaire_blc{
		max-height:184px;
	}
	.affaire_blc img{
		max-height:184px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.affaire_blc{
		max-height:138px;
	}
	.affaire_blc img{
		max-height:138px;
	}
}