@media screen and (max-width: 1130px){

.evenement_text table tbody tr {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
-ms-flex-pack : justify;
}

.evenement_text table tbody tr td a {
height: 100%;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
}
}