ul.polaroids {
	width: 100%;
	margin:0;
}


ul.polaroids li {
	display: inline-block;
	min-width:150px;
	width:20%;
	margin:0 2%;
}




ul.polaroids a {
	background: #fff/* url(../images/fond-polaroids.jpg) no-repeat center center*/;
	background-size:100% 100%;
	display: inline;
	float: left;
	margin: 0 0 20px 15px;
	padding: 10px 10px 15px;
	text-align: center;
	font-family: "Marker Felt", sans-serif;
	text-decoration: none;
	color: #ffffff;
	font-size: 0px;
	-webkit-box-shadow: 0 8px 12px rgba(0,0,0,.50);
	box-shadow: 0 8px 12px rgba(0,0,0,.50);
	-moz-box-shadow: 0 8px 12px rgba(0,0,0,.50);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transition: -moz-transform .15s linear;
	-o-transition: -o-transform .15s linear;
}
ul.polaroids img {
	display: block;
	margin-bottom: 40px;
}
ul.polaroids a:after {
	content: attr(title);
}
ul.polaroids li:nth-child(even) a {
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
}
ul.polaroids li:nth-child(3n) a {
	-webkit-transform: none;
	position: relative;
	top: -5px;
	-moz-transform: none;
	-o-transform: none;
}
ul.polaroids li:nth-child(5n) a {
	-webkit-transform: rotate(3deg);
	position: relative;
	right: 5px;
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
}
ul.polaroids li:nth-child(8n) a {
	position: relative;
	right: 5px;
	top: 8px;
}
ul.polaroids li:nth-child(11n) a {
	position: relative;
	left: -5px;
	top: 3px;
}
ul.polaroids li a:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,.5);
	position: relative;
	z-index: 5;
}


ul.polaroidsMobile {
	width: 100%;
	margin:0;
	padding:0;
}
ul.polaroidsMobile li {
	display: inline-block;
	min-width:150px;
	width:100%;
	margin:0;
	padding:0 0 20px 0;
	margin:0;
}