body{
    margin: 0;
}

.secTitre{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #111111;

}
.divTitre{
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
.logo{
max-width: 45vw;
}
.titre{
max-width: 80vh;
}
.arrow{
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
    max-height: 15vh;
    margin: 1vh;
}
.arrow:hover{
    background-color: #000000;
    border-radius: 100%;
}


.secPresentation{
    justify-content: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    color: #ffffff;
    background-color: #111111;
}
h1{
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 8vw;

}
h2{
    margin: 0;
    text-align: center;
    font-size: 3vw;
}
.imgJeu{
    max-width: 50%;
    align-self: center;
    justify-self: center;
}
p{
    text-align: center;
    font-size: 1.7vw;
    margin: 2vh;
}
a{
    text-decoration: none;
    color: #000000;
    margin-bottom: 1vh;
    font-size: 125%;
    min-width: 10vw;
    align-self: center;
    text-align: center;
    background-color: #ffffff;
    padding: 1.5vh;
    border-radius: 5%
}