/* ============================================================
  SECTIONS
============================================================ */

section.module.content {
  /*padding: 40px 0;*/
}


section.module {
	/*height: 400px;*/
	height: 323px;
}

section.module.parallax {
  /* height: 440px; */
  height: 323px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.module.parallax.parallax-1 {
  /*height: 700px;*/
  height: 100% !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  /*font-size: 48px;*/
  font-size: 4.8em;
  line-height: 600px;
  font-weight: 400;
  text-align: center;
  /*text-transform: uppercase;*/
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-image: url("../img/couv/photocouverture.jpg");
}
section.module.parallax-2 {
  background-image: url("../img/couv/photobienvenue.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/couv/photovip.jpg");
}
section.module.parallax-4 {
  background-image: url("../img/couv/photovdn.jpg");
}

section.module.affiche {
  background: #1C1C1C;
}


