body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: linear-gradient(#800001, #970000);
  text-align: center;
  color:#FFF;
  padding:0;
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}
p {
  padding:0 30px 10px;
  margin: auto;
  text-align: justify;
  max-width: 620px;
}
#sousTitre, #bandoQuandOu, .titre {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}
#bandoQuandOu p {
  text-align: center;
  padding: 0;
}
#bandoNoir {
  background: #000;
  color: #FFF;
  padding: 0 0 40px;  
}
#bandoNoir2 {
  background: #07002b;
  padding: 0 0 40px;  
}
h1, h2 {
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
}
h1 {
  font-size: 50px;
  padding: 15px 0 0;
  margin: 0;
}
#sousTitre {
  font-size: 14px;
  padding:15px 0 0;
}
#bandoQuandOu {
  background: #FFF;
  color: #860001;
  padding: 40px 0;
  line-height: 43px;
  font-size: 24px;
}
h2 {
  padding: 80px 10px 40px;
  font-size: 40px;
  margin: 0;
}
h2 .titre {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 9px 0 0;

}
.partenaire {
  background: #FFF;
  display: inline-block;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 100px;
  position: relative;
  margin: 10px;
}
.partenaire img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bandoTarif {
  background: #FFF;
  color:#000;
}

#tempsRestant div {
  display: inline-block;
  width: 90px;
  height: 100px;
  font-size: 24px;
  line-height: 50px;
  margin: 0;
  padding: 30px 0 0;
}
#tempsRestant div span {
  display: block;
  font-size: 11px;
  line-height: 0;
}
#hautFaux {
  height: 179px;
  background: #000;
}
#haut {
  position: absolute;
  width: 100%;
  z-index: 2;
  background: #000000c4;
  padding: 60px 0;
}
#intro {
  background: #000;
  position: relative;
}
#affiche {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

p.preVisible, li.preVisible, .arrive.preVisible, h2.preVisible {
  opacity: 0;
  top:40px;
  position: relative;
}
p.visible, li.visible, .arrive.visible, h2.visible {
  opacity: 1;
  top:0px;
  transition: all 1s;
}
.finDeDate {
  height: 160px;
}
#bandoSamediIllu, #bandoMercrediIllu, #bandJeudiIllu, #bandVendrediIllu {
  position: relative;
  height: 600px;
  overflow: hidden;
}
#bandoSamediIllu img, #bandoMercrediIllu img, #bandJeudiIllu img, #bandVendrediIllu img {
  position:absolute;
  left:0;
  width: 100%;
}
.portrait {
  border-radius: 15px;
  border: 2px solid #FFF;
  box-shadow: 0 0 5px #000;
  margin: 0 0 7px;

}
.acheter {
  background: #FFF;
  padding: 14px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  margin: 40px auto;
  display: block;
  width: 200px;
  border-radius: 6px;
  box-shadow: 5px 5px 0px 0px #000;
  border: 1px solid;
}
@media screen and (max-width: 1000px) {
  #bandoSamediIllu, #bandoMercrediIllu, #bandJeudiIllu, #bandVendrediIllu {
    height: 400px;
  }
}

@media screen and (min-width: 1280px) {
  #bandoSamediIllu::after,  #bandoMercrediIllu::after, #bandJeudiIllu::after, #bandVendrediIllu::after {
    content:' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:url('img/grille.png');
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
    padding: 7px 0 0;
  }
  
  #sousTitre {
    font-size: 9px;
    padding: 0 0 0;
  }
  h2 {
    font-size: 36px;
  }
  #bandoQuandOu {
    font-size: 14px;
    line-height: 28px;
  }
  .partenaire {
    width: 150px;
    height: 150px;
    border-radius: 75px;
  }
  .partenaire img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
  
}