html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, fieldset, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

html { 
  background: url(bg.jpg) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #ffcc00;

}

figure {
  display: block;
  max-width: 100%;
}

a:link,
a:active {
	color:#ffcc00;
	text-decoration: none;
}
a:visited {
	color:#ffcc66;
	text-decoration: none;
} 
a:hover
{
	color:#ffd940;
	text-decoration: underline;
}	

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
}

p {
  margin: 0 0 12px;
}
ul {
  list-style: disc;
}
ul, ol {
  padding: 0;
  margin: 0 0 12px 25px;
}
li {
  margin: 0 0 12px 0;
}
h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  text-align: center;
}

h1 {
  font-size: 100px;
  line-height: 1;
  margin: 80px 0;
  font-weight: 600;
  text-align: center;
}

h1 a,
h1 a:visited {
  text-decoration: none;
  color: #fff;
}

strong {
  font-weight: 600;
}

figcaption {
  display:none;
}

.container {
  width: 100%;
}

.content {
  max-width: 45%;
  margin: 10px auto;
  padding: 0;
}


#menu {
  width: 100%;
  background: #444 none repeat scroll 0 0;
  padding: 30px 0;
}

#menu ul {
  max-width: 1024px;
  margin: 0 auto;
}

#menu li {
    display: inline;
    list-style: none; /* pour enlever les puces sur IE7 */
}

.album-list {
  width: 100%;
  padding: 2em 0;
  margin: auto;
  background: transparent none repeat scroll 0 0;
  float:left;
}

.thumbnail {
  text-align: center;
  float:left;
  min-width: 144px;
}
.thumbnail img {
  max-width: 85%;
  height: auto;
  margin: 0 2px 5px 2px;
  border: 6px solid #fff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 0 3px #B1B1B1;
  padding: 0 0 2px;
}
.thumbnail img:hover {
  box-shadow: 0 0 5px #818181;
}

.album_title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video {
  width: 100%;
  margin: 0 0 24px 0;
}
.video__container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video__container iframe,
.video__container video {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2% 0 15% 0;
}
.video-desc {
  width: 100%;
  max-width: 740px;
  margin: 12px auto;
}

.additionnal-infos {
  width: 100%;
  height: auto;
  float: left;
}

.gallery {
  width: 100%;
  height: auto;
  float: left;
  padding-top:1em;
}
.gallery a {
  line-height: 0;
}

.gallery__img--main a{
  width: auto;
  height: auto;
}

.menu-img,
.gallery__img--secondary {
  width: 33%;
  float:left;
  margin-bottom: 1em;
}

.gallery__title {
  line-height: 14px;
  font-size: 14px;
  opacity: 0.8;
  margin-top: 5px;
  width: 100%;
  float: left;
}

footer {
  width:100%;
  float:left;
}

footer p {
  text-align: center;
}
footer span:not(:last-child):after {
  content: ' - ';
}

@media screen and (max-width: 700px) {
  h1 {
    font-size: 40px;
    margin: 80px 0 0;
  }
  .menu-img,
  .gallery__img--secondary {
    width: 33%;
  }
}


@media screen and (max-width: 570px) {
  .menu-img,
  .gallery__img--secondary {
    width: 50%;
  }
  .thumbnail {
    min-width: none;
  }
  .thumbnail img {
      border-width: 4px;
  }
}

@media only screen and (max-width: 960px) {
  .content {
    max-width: none;
  }
  .album_title {
    white-space: wrap;
    height: 2.5em;
  }
}

@media screen and (max-width: 380px) {
  .menu-img,
  .gallery__img--secondary {
    width: 100%;
  }
}

