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

#tousAuxAbris img{
	width:100%;
	max-width:400px;
}

.partParts{
	display:table;
	margin-bottom:2em;
}

.partImage, .partTextes{
	display:table-cell;
	vertical-align: middle;

}

.partImageHaute{
	display:none;
}

.partImageBasse{
	display:table-cell;
	vertical-align: middle;
}

.partImage img{
	display:inline-block;
	margin:10px;
}

.imageGauche{
	padding-left:2em;
}

.imageDroite{
	padding-right:2em;
}

.partTextes{
	display:table-cell;
}

.partTextes h4{
	margin-top:0;
}

.partTextes p{
	text-align:justify !important;
	-webkit-hyphens: auto;
   -moz-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
   hyphenate-limit-lines: 2;
   hyphenate-limit-chars: 6 3 2;
}

.partTextes p:last-child {
	margin-bottom:0 !important;
}


@media screen and (max-width: 1100px)
{

}

@media screen and (max-width: 900px)
{
    .partImage img{
	}
}

@media screen and (max-width: 440px)
{
    .partParts{
		display:block;
	}

	.partImage, .partTextes{
		display:block;
	}
	
	.partImageHaute{
		display:block;
		text-align:center;
	}
	
	.partImageBasse{
		display:none;
	}
	
	.partImage{
		text-align:center;
		margin:1em;
	}
	
	.partImage img{
		display:inline-block;
		margin:10px 0;
		max-width:100%;
	}
	
	.partTextes h4{
		margin-top:0.6em;
		text-align:center;
	}
	
	.partTextes{
		padding-left:0em;
		padding-right:0em;
	}
}