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