*{
	margin:0;
	padding:0;
	border:none;
}


#conteneur{
	width: 1200px;
	margin: 10px auto;
	background: white;
	font-family: 'Source Sans Pro', Arial;
	font-size: 20px;
	color:black;
	line-height: 24px;
}

h1 {
		margin-bottom: 80px;
	}

h2 {
	line-height: 30px;
}

p.intro {
		font-size: 19px !important;

}

p {
	text-align: justify !important;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1199px) {
	#conteneur{
	width: 1000px;
	}
   
}



@media only screen and (max-width: 979px) {
	#conteneur{
	width: 760px;
	}

}



@media only screen and (max-width: 767px) {
	#conteneur{
		width: 470px;
	}

	p.intro {
		font-size: 17px !important;
		line-height: 22px;
	}

	h1 img {
		max-width:55% !important;
	}

	.photos img {
		max-width: 40% !important;
	}
/*
	.textes {
		font-size: 17px !important;
		line-height: 20px;
	}

	.banner {
		max-width: 100% !important;
	}
*/
}



@media only screen and (max-width: 479px) {
	#conteneur{
	width: 310px;
	font-size: 18px;
	}

	h1 img {
		max-width:45% !important;
	}

	h1 {
		margin-bottom: 50px;
	}

	h2 {
		font-size: 20px;
		margin-top: 35px !important;
		margin-bottom: 0 !important;
	}

	section {
		margin-top : 60px !important;
	}

}