select {
    font-size: .9rem;
    padding: 2px 5px;
    width: 197px;
    height: 38px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

#sa {
    text-align: center;
    justify-content: center;
}

#centrer {
    text-align: center;
    justify-content: center;
}

.toHide {
    display: none;
}

.center {
    text-align: center;
    justify-content: center;
}

.list-group a:hover {
    padding: 5px;
    text-decoration: none;
    background-color: #FFA4A4;
    border: solid 1px #007bff;
    border-radius: 5px;
}

#boutonRecherche {
    text-align: center;
    justify-content: center;
}

table {
    border-collapse: collapse;
    /* Les bordures du tableau seront coll�es (plus joli) */
}

td {
    border: 1px solid black;
}

.ent {
    font-weight: bold;
}

.center {
    justify-content: center;
    text-align: center;
}

.list-group a:hover {
    background-color: greenyellow;
}

@media(min-width: 768px) {
    .decalerPasMobile {
        padding-left: 250px;
    }
}