.rouge {
    background-color: #ce3c3c;
}

.jaune {
    background-color: #ebcd4d;
}

.vert {
    background-color: #73a469;
}

.bleu {
    background-color: #2e4e7c;
}

.gris {
    background-color: grey;
}

.row{
    display: flex;
}

.disabled{
    opacity: 0.4 ;
    background-color: black;
}

.nombre {
    opacity: 0.4;
    background-color: #FFF;
    text-align:center;
    height: 50px; /* hauteur du parent */
    line-height: 50px; /* hauteur de ligne (identique) */
    white-space: nowrap; /* interdiction de passer à la ligne */
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid #222;
    margin: 5px 0;
}

.total {
    font-size: 18px;
    color: black;
    opacity: 1;
}

.missed {
    background-color: grey ;
}

.clos {
    background-color: #000;
    margin: 10px 10px ;

    opacity: 0.4;
    text-align:center;
    height: 40px; /* hauteur du parent */
    white-space: nowrap; /* interdiction de passer à la ligne */
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid #222;
}

.no-gutter > [class*='col-'] {
    padding-right:2px;
    padding-left:2px;
}

.coche {
    opacity: 1;
    background-color: #FFF;
}

.gestionmultijoueurs-parent{
    position:absolute;
    width: 100%;
    height: 100%;
    display: flex;
    left: 0 ;
    top: 0 ;
}

.gestionmultijoueurs {
    margin: auto;
    width:500px;
    height:200px;
    background:#fff;
    text-align: center;
    border-top: 2px solid #222;
    border-left: 2px solid #222;
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
    border-radius: 5px;
    padding-top: 50px ;
}

.closegestion{
    position:absolute;
    margin-left: 460px ;
    margin-top: -45px ;
    z-index: 10 ;
}

#reseau{
    width: 100% ;
}

#personnaliser_pseudo{
    display:none ;
    width: 100% ;
}

.joueur{
    float:left;
    width: 105px ;
    margin-left: 20px;
}

.zonemultijoueurs{
    height: 50px; /* hauteur du parent */
    white-space: nowrap; /* interdiction de passer à la ligne */
    font-size: 10px;
    border-radius: 5px;
    border: 2px solid #222;
    margin: 5px 0;
    padding : 5px ;
}

.boutonmultijoueurs{
    font-size: 14px;
    float: left;
    margin-top: 3px;
    margin-left: 6px;
    border-right: 2px solid #222;
    padding-right: 8px
}
