#zones_geo{
	/*margin-top:50px;*/
	margin-bottom:50px;
	padding:50px 0;
	position:relative;
	background:#fff url("../images/bg_kp_blanc.png") center center no-repeat;
	background-size:cover;
}
.zg{
	height:300px;
	/*background:#fff;*/
	/*padding:10px 6px 0 6px;*/
	padding:4px;
	position:relative;	
	overflow:hidden; 
	
}
.zg img{
	opacity:1;
	transition:opacity 0.5s ease;
}





.zg:hover .zg_titre{
	/*opacity:1*/
}
.zg.zg_large img{
	width:600px;
	height:300px;
}
.zg.zg_small img{
	width:300px;
	height:300px;
}
.zg_titre{
	transition:opacity 0.5s ease;
	position:relative;
	bottom:20px;
	text-align:center;
	background: transparent;
	/*margin-top:-40px;*/
	color:#fff;
	text-transform:uppercase;
	text-shadow:3px 3px 3px #000;
	/*opacity:0.7*/
	/*width:300px;*/
	
}

.zg_bgimg{
	background:#000;
	margin:0;
	padding:0;
	border:0;
}

.zg_bgimg a:hover{
	opacity:1;
}

.zg_url{
	transition:opacity 0.5s ease;
	overflow:hidden;
	display:block;
	background:#000;
	margin:0;
	padding:0;
	opacity:0.6;
}
.zg, .zg_url{
	height:300px;
}

@media (max-width: 400px) {

}


@media (max-width: 767px) {
	
	.zg, .zg_url{
		height:100px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {


}
@media (min-width: 992px) and (max-width: 1199px) {


}