

a:hover{
  opacity: .5;
  cursor: pointer;
}



#intrAnime{
  display: block;
  z-index: 3;
  background-color: white;
  position: fixed;
  top: 0;
  pointer-events: none;
  transition: 1s;
  left: 0;
  height: 100vh;
  width: 100vw;
}

#intrAnime img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30vw;
  height: auto;
}

#menu{
  display: block;
  position: relative;
  padding-top: var(--marge1);
  text-align: center;
}

#menu .Partie{
  display: block;
  cursor: pointer;
  position: relative;
  line-height: 1;
  font-size: var(--TitleSize);
}

.Partie img{
  display: block;
  margin: 0 auto;
  width: 68.5vw;
  margin-bottom: 1vw;
  height: auto;
}

#menu .sousPartie{
  width: 70vw;
  display: block;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  line-height: 1.2;
  padding: .8vw 1vw;
  font-size: var(--bodySize);
  padding-top: 0;
  margin-top: -.7vw;
}

.sousPartie a{
  margin: 0 1vw;
}



  
@media (orientation: portrait) {

  #menu .sousPartie{
    width: 90vw;
  }
  


}