.background{
	position: relative;
	width: 100%;
}
.creation-de-site-internet-et-application-web .forme, .creation-de-site-internet-et-infographie-a-romans-sur-isere .forme, .creation-flyer-livret-faire-part-affiche .forme{
	opacity: 0.5;
}
.forme1{
	position: absolute;
	top: -450px;
	left: 0;
	width: 1500px;
	z-index:-2;
}
.forme2{
	position: absolute;
	top: 700px;
	right:0px;
	width: 180px;
	z-index: -2;
}
.forme3 {
	position: absolute;
	top: 2000px;
	left: -25px;
	width: 220px;
	z-index: -1;
}
.forme4 {
	position: absolute;
	top: 4000px;
	left: 0px;
	width: 136px;
	z-index: -1;
}
.forme5 {
	position: absolute;
	bottom: -5px;
	left: 27%;
	width: 444px;
	z-index: -1;
}
.forme6 {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
	width: 640px;
	z-index: -2;
}
.forme7 {
	position: absolute;
	top: 3000px;
	right: 0;
	width: 650px;
	z-index: -2;
}


/*RESPONSIVE*/
@media(max-width: 1040px){
	.forme1{
		width: 1000px;
	}
	.forme2{
		width: 130px;
	}
	.forme3{
		width: 150px;
	}
	.forme4{
		width: 100px;
	}
	.forme5{
		width: 305px;
	}
	.forme6{
		width: 400px;
	}
	.forme7 {
	width: 400px;
}
}
@media(max-width: 630px){
.forme1{
		display: none;
	}
}
@media(max-width: 550px){
	.forme1{
		width: 350px;
	}
	.forme2{
		width: 120px;
	}
	.forme3{
		width: 130px;
	}
	.forme5{
		display: none;
	}
	.forme6{
		width: 200px;
	}
}
@media(max-width: 380px){
	.forme1{
		width: 290px;
	}
	.forme2{
		width: 120px;
	}
	.forme3{
		width: 130px;
	}
	.forme5{
		display: none;
	}
	.forme6{
		width: 200px;
	}
}