->andWhere('statut.dateFin >= :today OR statut.dateFin IS NULL')
->andWhere('statut.dateDebut <= :today')
// ->andWhere('statut.dateFin >= :today OR statut.dateFin IS NULL')
// ->andWhere('statut.dateDebut <= :today')
->andWhere('statut.dispo = :false')
// ->andWhere('(statut.enseignant = :false AND statut.chercheur = :false AND statut.etudiant = :false AND statut.retraite = :false AND (statut.detacheOut = :false OR (statut.detacheOut = :true AND statut.detacheIn = :true)) AND statut.vacataire = :false)')
->andWhere('(statut.enseignant = :false AND statut.chercheur = :false AND statut.retraite = :false AND (statut.detacheOut = :false OR (statut.detacheOut = :true AND statut.detacheIn = :true)) AND statut.vacataire = :false)')