
/*	IMG BLOCS INDEX	*/
.img_bloc_index {
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

/*	IMG BLOCS RELATED	*/
.img_bloc_related {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 800px){
	
	/*	IMG BLOCS RELATED	*/
	.img_bloc_related {
		height: 150px;
		width: 15%;
		background-size: cover;
		background-position: center center;
	}
	
}

@media screen and (max-width: 540px){
	
	/*	IMG BLOCS RELATED	*/
	.img_bloc_related {
		height: 150px;
		width: 23%;
		background-size: cover;
		background-position: center center;
	}
	
}