
.imagefond {
	background-image: url("https://choffel-avocat.fr/css/background_image/imgAccueil.jpg");
	height: 375px;
		}
		
@media only screen and (max-width: 800px) {
	
	.imagefond {
		background-image: url("https://choffel-avocat.fr/css/background_image/imgAccueilV2.jpg");
		height: 375px;
	}
	
}
	
#map {
	
	width: 700px;
	height: 350px;
		
	}

@media only screen and (max-width: 860px) {
	
	#map {
		
	width: 200px;
	height: 150px;
		
	}
	
}

.same_card {
	height: 150px;
}

@media only screen and (max-width: 1410px) {
	
	.same_card {
		height: 200px;
	}
	
}

@media only screen and (max-width: 1075px) {
	
	.same_card {
		height: 250px;
	}
	
}

@media only screen and (max-width: 975px) {
	
	.same_card {
		height: auto;
	}
	
}

#datediv {
	display: none;
}

#datediv2 {
	display: none;
}

#imgdiv {
	display: none;
}

#descri_img {
	height: 37.6px
}