body {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    touch-action: manipulation;
}
/*Haut de page*/
.hautDePage {
    background-color: #35BFA5;
}
h1 {
    text-align: center;
}
nav {
    display: flex;
    justify-content: space-between;
}
.lienRegles {
    display: flex;
}
.lienRegles {
    text-decoration: none;
}
.blocNouvellePartie {
    display: none;
    color: #FF6961;
    text-decoration: none;
}

.scoresBloc {
    display: flex;
    justify-content: space-between;
    height: 15vh;
    font-size: 25px;
    background-color: #33B0F8;
}
.scoreGlobal {
    text-align: center;
}


/* Bloc jeu */
.actions, .blocScoreCourant {
    margin-top: 25px;
}
.scoresBloc {
    align-items: center;
}
.actions, .blocLancer, .blocGarder {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.blocNouvellePartie:hover, .blocLancer:hover, .blocGarder:hover {
    cursor: pointer;
    color: #2E86AB;
} 
.flecheRetour, .iconeNouvellePartie, .iconeLancer, .iconeGarder {
    margin-right: 3px;
}
.dicesBloc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dicesBloc {
    height: 250px;
}
.diceSvg-vide, .diceSvg {
    box-shadow: 1px 0px 17px 2px black;
    border-radius: 38px 38px 38px 38px; 
    color: #FF6961;
}
.diceSvg-vide {
    display: flex;
}
.blocScoreCourant > div {
    text-align: center;
    font-size: 44px;
}
.diceSvg, .j2 {
    display: none;
}