@media (max-width: 640px) {
	* {
		box-sizing: border-box;
	}
	
	.padding-img-projets
	{
		padding: 0 !important;
		text-align: center !important;
	}

	.centre-img-projets
	{
		padding-left: 0 !important;
		padding-top: 35px !important;
		padding-bottom: 15px !important;
		margin-right: auto;
		margin-left: auto;
	}

	.centre-element
	{
		margin-left: auto; 
		margin-right: auto;
	}


}

@media (min-width: 1130px)
and (max-width: 1160px) {
	* {
		box-sizing: border-box;
	}

	.bouton-consulter-projet
	{
		margin-left: 770px;
	}

	.img-auto-width
	{
		width: 31%;
	}
}

	@media (min-width: 1160px)
and (max-width: 1200px) {
	* {
		box-sizing: border-box;
	}

	.bouton-consulter-projet
	{
		margin-left: 800px;
	}

	.img-auto-width
	{
		width: 32%;
	}

}

@media (min-width: 1200px)
and (max-width: 1285px) {
	* {
		box-sizing: border-box;
	}


	.bouton-consulter-projet
	{
		margin-left: 840px;
	}

	.img-auto-width
	{
		width: 33%;
	}
}

	@media (min-width: 1250px)
and (max-width: 1285px) {
	* {
		box-sizing: border-box;
	}

	.bouton-consulter-projet
	{
		margin-left: 890px;
	}


}

	@media (min-width: 992px)
and (max-width: 1200px) {
	* {
		box-sizing: border-box;
	}

	.taille-texte
	{
		font-size: 15px;
	}

	.img-auto-width
	{
		width: 38%;
	}

	.imageProjet {
	max-height: 180px;
}



}

	@media(min-width: 250px)
and (max-width: 992px) {
	* {
		box-sizing: border-box;
	}

	.img-auto-width
	{
		width: 70%;
	}

	.imageProjet {
	max-height: 100px;
}


@media(min-width: 1286px) {

	.img-auto-width
	{
		width: 10%;
	}

}
}

@media (min-width: 1200px) {
	.imageProjet {
		max-height: 200px;
	}

}
