/* ------------------------------------------
   albums.css : style minimal pour les albums
   ------------------------------------------ */
.album                          {
	display: block;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	padding-right: 0px;
	padding-left: 10px;
}
.album-caption.bottom           { text-align: center; }
/* vignettes */
.album.vignettes li             { display: inline-block; margin: 0 10px 10px 0; text-align: center; }
.album.vignettes ul li:last-child { margin-right: 0; }
.album.vignettes li a           { display: block; }
/* squelettes de la dist : albums après le portfolio */
.portfolio-albums               { clear: both; }

/* -----------------------
   Compatibilité Bootstrap
   -----------------------*/
.album-bootstrap:not(.center)   { margin-left:0; margin-right:0; }

/* ------------------------
   Compatibilité Foundation
   ------------------------*/
.album-foundation.vignettes li  { margin: 0; }
