body::after{
	content:"";
	display: block;
	background-image: url("https://jumping.aix-meyreuil.com/concours/common/background");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0.2;
}

