div:has(>select):not(:has(>.chosen-container)):after {
    background-color: transparent !important;


/* Titre */
#mod_event_participants thead tr th:nth-child(3) a {
    color: transparent !important;
    position: relative;
}

#mod_event_participants thead tr th:nth-child(3) a::after {
    content: "Lieu RdV pour le covoiturage";
    color: #212529;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}




