/* CSS Document */
@charset "UTF-8";

#first {
    padding-bottom: 0px;
}

#img1 {
	width: auto;
}

#img2 {
	width: auto;
}

#img3 {
	width: 100%;
	margin-bottom: 0px;
}

#img4 {
	width: auto;
}

#img5 {
	width: auto;
}

#img6 {
	width: auto;	
}

#img7 {
	width: auto;	
}



/* ////////////////////1280 à 1600 //////////////////////////// */

@media screen and (min-width: 1280px) and (max-width: 1599px) {
	
#colonne {
		margin-bottom: 200px;
	}	

#img1 {
	width: 489px;
}

#img2 {
	width: 786px;
}

#img3 {
	width: 100%;
	margin-bottom: 0px;
}

#img4 {
	width: 436px;
}

#img5 {
	width: 839px;
}

#img6 {
	width: 709px;	
}

#img7 {
	width: 565px;	
}

}

/* ////////////////////////960 à 1280 //////////////////////// */


@media screen and (min-width: 960px) and (max-width: 1279px) {

#colonne {
		margin-bottom: 350px;
	}	

#first {
    padding-bottom: 0px;
}

#img1 {
	width: 366px;
}

#img2 {
	width: 589px;
}

#img3 {
	width: 100%;
	margin-bottom: 0px;
}

#img4 {
	width: 326px;
}

#img5 {
	width: 628px;
}

#img6 {
	width: 531px;	
}

#img7 {
	width: 424px;	
}	

}

/* //////////////////////// 640 à 960 //////////////////////// */

@media screen and (min-width: 640px) and (max-width: 959px) {

#colonne {
		margin-bottom: 10px;
		margin-top: 0px;
	}	


#img1 {
	width: 243px;
}

#img2 {
	width: 392px;
}

#img3 {
	width: 100%;
	margin-bottom: 0px;
}

#img4 {
	width: 217px;
}

#img5 {
	width: 418px;
}

#img6 {
	width: 100%;	
}

#img7 {
	width: 100%;	
}

}

/* ///////////////// 480 à 640 /////////////////////////////// */


@media screen and (min-width: 480px) and (max-width: 639px) {
	
#colonne {
		margin-bottom: 10px;
		margin-top: 0px;
	}	

#img1 {
	width: 100%;
}

#img2 {
	width: 100%;
}

#img3 {
	width: 100%;
	margin-bottom: 0px;
}

#img4 {
	width: 100%;
}

#img5 {
	width: 100%;
}

#img6 {
	width: 100%;	
}

#img7 {
	width: 100%;	
}	

}

/* ///////////////// 320 à 480 /////////////////////////////// */

@media screen and (min-width: 320px) and (max-width: 479px) {

	.description {
		margin-left: 35px;
	}	
	
#colonne {
		margin-bottom: 10px;
		margin-top: 0px;
	}	


#img1 {
	width: 100%;
}

#img2 {
	width: 100%;
}

#img3 {
	width: 100%;
	margin-bottom: 0px;
}

#img4 {
	width: 100%;
}

#img5 {
	width: 100%;
}

#img6 {
	width: 100%;	
}

#img7 {
	width: 100%;	
}

}