#mod_event_participants > thead > tr > th:nth-child(2) {
visibility: hidden;
}


#mod_event_participants > thead > tr > th:nth-child(2)::before {
  content: "Pseudo";
visibility: visible;
    color : #EE9E12;
    padding: 8px;
    line-height: 1.42857143; 
}
#mod_event_participants > thead > tr > th:nth-child(1) {
visibility: hidden;
}
#mod_event_participants > thead > tr > th:nth-child(1)::before {
  content: "Asso / Equipe";
visibility: visible;
    color : #EE9E12;
    padding: 8px;
    line-height: 1.42857143; 
}
.header-ext-custom h3 {
  text-align: left;
}

