#statistiques .stat {
    background: rgb(145 145 145 / 25%) !important;
    border-radius: 0px 70px 0 70px;
}

#statistiques .stat div {
    background-image: linear-gradient(rgba(252, 152, 195, 0.3), rgba(255, 255, 255, 0.3), rgba(136, 76, 210, 0.3));
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #FF4F9D;
}

#statistiques .stat div svg {
    width: 120px;
    color: #FF4F9D;
    rotate: none;
}

#statistiques .stat div span {
    color: #FF4F9D;
    margin-top: 10px;
    line-height: 18px;
}


#statistiques .stat svg {
    color: rgba(136, 76, 210, 0.3);
    rotate: 180deg;
    margin-top: -5px;
    width: 50px;
}

#statistiques .stat p {
    background: #FF4F9D;
    width: 105px;
    margin: auto;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 60px;
    margin-top: 10px;
}
