.stat{
    font-size: 20px;
    text-align: center;
}

.revenu{
    text-align: center;
    padding: 15px;
    background: #212221;
    color: white;
    font-size: 34px;
}

.count_ticket{
    text-align: center;
    padding: 15px;
    background: #015c01;
    color: white;
    font-size: 34px;
}

.count_ticket_assing{
    text-align: center;
    padding: 15px;
    background: #1c0044;
    color: white;
    font-size: 34px;
}

.count_info{
    text-align: center;
    padding: 15px;
    background: #3c0c80;
    color: white;
    font-size: 34px;
}
/**/
.ticket{
    cursor:pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.paye{
    border-radius: 20px;
    color: white;
    background: green; 
}

.statut_paie{
    font-size: 17px;
    position: absolute;
}

.simple{
    border-radius: 20px;
    color: white;
    background: #7c0000;
}

.vip{
    border-radius: 20px;
    color: white;
    background: #ff0000;
}

.list_billet{
    margin-top: 15px;
    margin-left: 8px;
}


.numero_billet {
    font-size: 23px !important;
    margin-top: 1px !important;
}

.custom-col{
   margin : 5px;
}

/*Stat*/
.information{
    display: flex;
    justify-content: space-evenly;
}
