.bullet_round_red {
    background-color: #9501013d;
text-align: center;
border-radius: 10px;
padding-left: 10px;
padding-right: 10px;
width: 200px;}
.bullet_round_blue {
    background-color: #c3d4ff;
text-align: center;
border-radius: 10px;
padding-left: 10px;
padding-right: 10px;}
.bullet_ordre {
    text-align: center;
    width: 30px;
    border-radius: 30px !important;
    background-color: #fcffc9 !important;}
.centrat_div {
    text-align: center;
    display: flex !important;
    flex-direction: row;
    justify-content: center;}
