.formationsliste {margin: 35px 0px; padding: 35px 0px;}

.formationsliste ul li {
    border-radius: 25px;
    border: 2px solid #f1843f;
    float: left;
    padding: 3px 20px;
    margin-right: 15px;
    color: #f05b59;
    margin-bottom: 5px;
}


.gradient-2.formationsliste ul li {border: 2px solid #b94077; color : #b94077;}
.borderTop.gradient-2 {border-top : solid 3px #b94077;}
.gradient-2 h2, .gradient-2 .h2 {background: linear-gradient(90deg, #f37e1f 0%, #8509c5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);}
    
    
    .gradient-3.formationsliste ul li {border: 2px solid #6209c5; color : #6209c5;}
.borderTop.gradient-3 {border-top : solid 3px #ba1ff3;}
.gradient-3 h2, .gradient-3 .h2 {background: linear-gradient(90deg, #ba1ff3 0%, #6209c5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);}


.gradient-4.formationsliste ul li {border: 2px solid #1d2373; color : #1d2373;}
.borderTop.gradient-4 {border-top : solid 3px #600bc7;}
.gradient-4 h2, .gradient-4 .h2 {background: linear-gradient(90deg, #600bc7 0%, #1d2373 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);}