Rev 333 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
.hide {
display: none !important;
}
.conteneur-criteres > * {
display: inline-block;
margin-left: 5px;
margin-right: 5px;
}
.aucune-donnee {
position: absolute;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #333;
font-weight: bold;
font-size: 1.3em;
}