@font-face {
    font-family: "mafont";
    src: url("Minecraftia-Regular.ttf");
}

html, body {
    background: url("fond.jpg") no-repeat center/cover  ;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    font-family: "mafont";
}

#menu {
    background: linear-gradient(rgb(106 151 253),rgba(0, 255, 0, 0.445), rgba(0, 100, 0, 0.733));
    padding: 10px;
    color: white;
    flex : 0 0 300px;
    text-align: center;
}

#zonedejeu {
    flex : 1;
    display: flex;
}

#img-logo {
    width: 300px;
}

#logo {
    margin-top: 10px;
}

#titre{
    font-size : 25px;
    margin-top: 25px;
    line-height: 32px;
}

.bouton{
    font-size: 16px;
    padding: 15px;
    background: linear-gradient(rgb(28, 122, 28),rgb(0, 212, 0));
    margin-top: 23px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    width: 250px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgb(47, 182, 70);
    border: 1px white solid;
}

.bouton:hover{
    font-size: 16px;
    padding: 15px;
    background: linear-gradient(rgb(0, 212, 0), rgb(28, 122, 28));
    margin-top: 23px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    width: 250px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgb(47, 182, 70);
    border: 1px white solid;
}

#regles{
    font-size: 20px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 23px;
    width: 80%;
    position: relative;
    top: 30%;
    text-align: center;
    background: linear-gradient(rgba(0, 212, 0, 0.603), rgba(28, 122, 28, 0.685));
    border-radius: 50px;
    height: fit-content;
}

#grille{
    text-align: center;
    vertical-align: middle;

    margin: auto;
    border-spacing: 0px;
    position: flex;

}

#grille td{
    color: white;
    width: 30px;
    height: 30px;
    background:cyan;
    border: 1px white solid;
    border-left: 2px rgb(51, 45, 45) solid;
    border-top: 2px rgb(51, 45, 45) solid;
    border-right: 2px rgb(121, 110, 110) solid;
    border-bottom: 2px rgb(121, 110, 110) solid;
    margin: 9px;
    padding: 4px;
    box-shadow: 5px 5px 10px rgb(255, 255, 255);
    cursor: pointer;
    font-size: 0px;

    ;
    
}

.bombe{
    background: url("bombe.webp") no-repeat center/cover !important ;
}


.drapeau{
    background: url("drapeau.png") no-repeat center/cover !important ;
}

#nbindesirables{
    top: 10px;
    right: 20px;
    position: fixed;
    color: white;
     background:linear-gradient(rgba(0, 128, 0, 0.603), rgba(0, 255, 0, 0.658));   
    border-radius: 30px;    
    font-size: 15px;
    padding: 10px;
    display: none;
    text-align: center;
}

.peinture{
    background: linear-gradient(rgb(0, 255, 0), rgb(28, 95, 28)) !important;
}

#temps{
    top: 10px;
    left: 320px;
    position: fixed;
    color: white;
     background:linear-gradient(rgba(0, 128, 0, 0.603), rgba(0, 255, 0, 0.658));   
    border-radius: 30px;    
    font-size: 15px;
    padding: 10px;
    text-align: center;
    display: none;
}
#player{
    display: none;
}

#resultat{
    display: none;
    font-size: 20px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 23px;
    width: 80%;
    position: fixed;
    top: 10%;
    text-align: center;
    background: linear-gradient(rgba(0, 212, 0, 0.603), rgba(28, 122, 28, 0.685));
    border-radius: 50px;
    height: fit-content;

}

#pourpapi {
    top: 1px;
    position: fixed;
    color: white;
     background:linear-gradient(rgba(0, 128, 0, 0.603), rgba(0, 255, 0, 0.658));   
    border-radius: 30px;    
    font-size: 15px;
    padding: 10px;
    display: none;
    text-align: center;
    right: 20%;
    
}