.d1{
	width:3840px;
	height:316px;
	background-color:#EDEDED;
	background-size:contain;
	background:url("eglises.jpg");
	animation: defilement1 12s linear infinite;
}
.d2{
	width:100%;
	height:0px;
	padding-top:75%;
	margin:50px auto;
	box-shadow:0px 0px 10px #777;
	background-color:#EDEDED;
	background-size:contain;
	animation: fondu 15s ease-in-out infinite both;
}
.conteneur1{
	overflow:hidden;
	max-width:960px;
	margin:50px auto;
	box-shadow:0px 15px 10px -5px #777;
	
}
@keyframes defilement1{
	0%{transform:translate(0,0);}
	100%{transform:translate(-2880px,0);}
	}
.d1:hover, .d2:hover {
	animation-play-state:paused;
}