section.module.parallax-1 {/* tire film + auteur */
  background-image: url('../films/regardsdefemmes/regardsdefemmes-fond.jpg');
       
  /*   transition: background 5000ms ease-in-out;
-moz-transition: background 5000ms ease-in-out;
-webkit-transition: background 5000ms ease-in-out;
    /* La transition durera 5 secondes. */
}

/*section.module.parallax-1:hover {
/*@media only screen and (max-width : 2000px) {*/
/*    background-image: url('../films/regardsdefemmes/regardsdefemmes-fondbis.jpg');
   opacity: 1;   
}*/

section.module.parallax-1::before {
    
  position: absolute; width: 100%; height: 100%;
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  content:"";
  background-image: url('../films/regardsdefemmes/regardsdefemmes-fondbis.jpg');
  opacity: 0;
  transition: opacity 3000ms ease-in-out 100ms;
}
section.module.parallax-1:hover::before {
  opacity: 1;
}

section.module.parallax-2 {
  background-image: url('../films/regardsdefemmes/parallax/Najat.jpg');
    background-blend-mode:exclusion;
}
section.module.parallax-3 {
  background-image: url('../films/regardsdefemmes/parallax/Najat-Angelique.jpg');
}
section.module.parallax-4 {
  background-image: url('../films/regardsdefemmes/lpj-regardsdefemmes03.png');
}
section.module.parallax-5 {
  background-image: url('../films/regardsdefemmes/parallax/Maudy.jpg');
}
section.module.parallax-6 {
  background-image: url('../films/regardsdefemmes/parallax/Claire.jpg');
}
section.module.parallax-7 {
  background-image: url('../films/regardsdefemmes/parallax/Claire-2.jpg');
}

section.module.parallax-8 {
  background-image: url('../films/regardsdefemmes/regardsdefemmes-film.jpg');
}

