.nosformationsetudiant .nosformationsetudiantLine {
  display: flex;
  padding: 10px 10px;
}
.nosformationsetudiant .button {
    width: 33%; 
    text-align: center;
}
.nosformationsetudiant .button a {
    /*background: rgb(202 70 68);*/
    background: rgb(92 181 105);
    color: rgb(255 255 255);
    font-size: 110%;
    margin: 0;
    text-align: center;
    text-transform: none !important;
    width: 90%;
}
.nosformationsetudiant .button a:hover {
    background: rgb(202 70 68);
}
@media (max-width: 900px) {
    .nosformationsetudiant .button {
        width: 100%; 
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nosformationsetudiant .button a {
        width: 90%;
    }
}