<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*	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;
	}
	
}</pre></body></html>