.graph-plus-projets {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    text-transform: uppercase;
}

.graph-plus-projets p {
    margin-bottom: 0;
}

.graph-plus-projets a {
    margin-left: 15px;
    color: #fff;
    background-color: #ee2e24;
    padding: 5px 30px;
    font-size: 20px;
    border-bottom-right-radius: 20px;
}


@media all and (max-width: 767px) {
    .graph-plus-projets p {
        margin-bottom: 10px;
    }
}