
.ptitle{
    font-weight: bold;
}
.title_Valeur{
    text-align: center;
}

.container_valeur{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  
}
.valeur_item{
    background-color: white;
    box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.1);
    width:30vw;
    margin: 10px;
    padding: 40px;
    border-radius: 5px;

}

.valeur_item h1{
    font-size: 18px;
}
.valeur_item .p{
    font-size: 12px;
}

.round{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: #155bd5;
}
.round i{
    color: white;
    font-size: 20px;
}