/* Loader */
.loading {
    text-align: center;
    font-style: italic;
    padding: 20px;
    color: #555;
}

/* Aucun résultat */
.no-results {
    text-align: center;
    font-weight: 500;
    padding: 20px;
    color: #a8472f;
    background: #f9f2f0;
    border: 1px solid #e0c4c0;
    border-radius: 6px;
    margin: 20px auto;
}

/* Lettre active */
.index-alphabetique .btn-lettre.active {
    background: #5e75a1;
    color: #BCCDE7!important;
    font-weight: bold;
    border-radius: 4px;
    padding: 4px 8px;
}
