.actions{
    text-align: center;
}

.ant-btn-primary{
    background-color: #3c2683; 
    border-color: #3c2683 ;
 }

.bgr.fa {
    /*background-color: #ff294e;*/
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}
.bgv.fa {
    background-color: #22ae7a;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}
.bgb.fa {
    background-color: #007bff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}
.nomclt{
	font-size: 12px;
}
.titre_lib{
	color: #3c2683;
}
.date{
	font-size: 12px;
}
.actions{
	text-align: center;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3c2683;
    border-color: #3c2683;
}