@media(min-width: 992px) and (max-width: 1200px){
	.pict-wrapper{
		padding-left: 5px;
		padding-right: 5px;
	}
}

.pict{
	/*display: inline-block;*/
	/*margin: 0;*/
	/*padding: 0;*/
	margin: 0 auto;
	border: 5px solid #3A0404;
	text-align: center;
	box-shadow: 0px 0px 5px 0px #555;
}

@media(min-width: 992px){
	.pict{
		height: 400px;
		width: 310px;  /*320 sans bordures, 318 avec */
		border-bottom-left-radius:50%;
		border-bottom-right-radius:50%;
	}

	.pict img{
		height: 200px;
		width: 310px;
		border-bottom: 1px solid #3A0404;
	}

	.pict p{
		margin: 30px auto 0;
	}
}

@media(max-width: 991px){
	.pict-wrapper:not(:last-of-type){
		margin-bottom: 15px;
	}

	.pict p{
		margin: 10px auto;
	}

	.pict img{
		width: 100%;
	}
}

.pict:first-of-type{
	/*margin-right: 10px;*/
}

.pict:last-of-type{
	/*margin-left: 10px;*/
}

.pict img{
	display: inline-block;
	margin: 0 auto;
}

.pict p{
	font-family: "Chelsea Market", "Palatino", "Arial", sans-serif;
	width: 90%;
}