#nb {
    font-size: 28px;
    width: 80px;
    text-align: center;
}

table {

    width: 95%;
    margin: auto;
    border: 0;
    border-collapse: collapse;
}

table td {

    text-align: center;
    border: 2px solid black;
    border-collapse: collapse;
}

td {

    padding-top: 30px;
    padding-bottom: 30px;
    /* width: 9.09%;*/
    font-size: 28px;
    cursor: pointer;
    user-select: none;
    background-color: chartreuse;
}

.mot {
    font-size: 28px;
}

td.resultatcalcul {
    background-color: rgb(238, 255, 0);
}

html {
    text-align: center;
    height: 100%;
}

body {
    text-align: center;
    height: 100%;
    vertical-align: middle;
    margin: 0px;
}

.alignementvertical {
    margin-top: 50vh;
    /* poussé de la moitié de hauteur de viewport */
    transform: translateY(-100%);
    /* tiré de la moitié de sa propre hauteur */
}

.disparu {
    visibility: hidden;
}

.apparait {
    visibility: visible;
    color: grey;
    background-color: white;
}

.sansbordure,
.sansbordure td {
    border: 0;
}

#auteur {
    bottom: 0;
    width: 100%;
    display: block;
    position: absolute;
}