
.content .year {
  min-height: 100px;
  margin-bottom: 25px;
}

.content p.noAlbum{
  margin: 15px;
  font-family: Lato, arial;
  font-size: 11pt;
  font-weight: 100;
  letter-spacing: 1px;
}

.content .album {
  padding: 5px;
  text-align: center;
}

.content .album a:hover {
  text-decoration: none;
}

.content .album .thumbnailAlbum {
  width: 100%;
  padding-bottom: 55%;
  min-height: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 2px 2px 0 0;
}

/* color documents */
.content .album.unite .thumbnailAlbum {
  border-bottom: 2px solid rgb(156, 7, 25);
  box-shadow: 0 2px 0 rgb(0, 84, 168);
}
.content .album.baladins .thumbnailAlbum {
  border-bottom: 2px solid rgb(0,161,217);
  box-shadow: 0 2px 0 #1D1D1D;
}
.content .album.louveteaux .thumbnailAlbum {
  border-bottom: 2px solid rgb(35,111,81);
  box-shadow: 0 2px 0 #1D1D1D;
}
.content .album.eclaireurs .thumbnailAlbum {
  border-bottom: 2px solid rgb(0,81,158);
  box-shadow: 0 2px 0 #1D1D1D;
}
.content .album.pionniers .thumbnailAlbum {
  border-bottom: 2px solid rgb(212,2,29);
  box-shadow: 0 2px 0 #1D1D1D;
}
.content .album.route .thumbnailAlbum {
  border-bottom: 2px solid rgb(21,154,85);
  box-shadow: 0 2px 0 rgb(183, 4, 22);
}

.content .album .infoAlbum{
  height: 36px;
  margin-top: 2px;
  padding: 3px 7px;
  background-color: #1D1D1D;
  border-radius: 0 0 2px 2px;
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content .albumTitle h2 {
  text-align: center;
}

.content .photo {
  padding: 2px;
  text-align: center;
}

.content .thumbnailPhoto {
  width: 100%;
  padding-bottom: 60%;
  min-height: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  border-radius: 1px;
  transition: ease 0.2s;
}

.content .thumbnailPhoto:hover {
  background-size: 110%;
}

.lg-progress-bar .lg-progress {
  background-color:  rgb(156, 7, 25) !important;
}
