#alphabetique-module {
    margin-top: 30px;
}

.alphabetique-letters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;     /* ⭐ Centre les lettres horizontalement */
    gap: 8px;
    margin-bottom: 20px;
    width: 100%;                 /* Assure l’étalement sur toute la ligne */
}

.alphabet-letter {
    padding: 6px 10px;
    border: 1px solid #2a4d8f;
    color: #2a4d8f;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}

.alphabet-letter:hover {
    background: #2a4d8f;
    color: white;
}

.alphabet-letter.active {
    background: #2a4d8f;
    color: white;
}

.alphabetique-note {
    opacity: 0.7;
    font-style: italic;
}

.alphabetique-list {
    list-style: none;
    padding-left: 0;
}

.alphabetique-item {
    margin-bottom: 8px;
}

.alphabetique-item a {
    color: #2a4d8f;
    text-decoration: none;
}

.alphabetique-item a:hover {
    text-decoration: underline;
}
/* --- TITRE AVEC ICONE --- */
.alpha-icon {
    margin-right: 8px;
}
.alpha-dot circle {
    fill: #2a4d8f;
}

/* --- BARRE DE RECHERCHE --- */
.alphabetique-searchbar {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 20px 0;
}
#alphabet-search-input {
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 260px;
}
#alphabet-clear {
    padding: 8px 10px;
    border: none;
    background: #ccc;
    border-radius: 6px;
    cursor: pointer;
}

/* --- CATEGORIES --- */
.alphabetique-categories {
    text-align: center;
    margin: 20px 0;
}
.categories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.alphabet-cat {
    padding: 6px 12px;
    background: #f2f5fa;
    border-radius: 6px;
    text-decoration: none;
    color: #2a4d8f;
    font-weight: 600;
}
.alphabet-cat:hover {
    background: #2a4d8f;
    color: white;
}
.alphabet-meta {
    font-size: 0.85rem;
    color: #666;
    margin-left: 10px;
    margin-top: 2px;
}

.alphabet-meta span {
    margin-right: 12px;
}

#alphabet-no-result {
    text-align: center;
    padding: 20px;
    font-size: 1rem;
    color: #444;
}

.alphabet-empty {
    padding: 10px 0;
    font-style: italic;
    color: #777;
}
#alphabetique-module .post-meta,
#alphabetique-module .wp-block-post-date,
#alphabetique-module .wp-block-post-terms {
    display: none !important;
}
/* Bloc Le savais-tu */
.le-savais-tu {
    background: #f4f8ff; /* bleu très léger */
    border-left: 4px solid #2a4d8f; /* bleu PilotCSE */
    padding: 15px 20px;
    margin: 25px 0;
    border-radius: 8px;
}

.le-savais-tu h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: #2a4d8f;
    font-weight: 600;
}

#le-savais-tu-texte {
    font-size: 17px;
    line-height: 1.5;
    color: #1a2734;
}
.le-savais-tu {
    background: #f4f8ff;
    border-left: 4px solid #2a4d8f;
    padding: 15px 20px;
    margin: 25px 0;
    border-radius: 8px;
}

.lst-link {
    display: inline-block;
    margin-top: 8px;
    color: #2a4d8f;
    font-weight: 600;
    text-decoration: none;
}

.lst-link:hover {
    text-decoration: underline;
}
