.ydu_lexique {
    margin-bottom: 35px;
}

.ydu_lexique_title {
    margin-bottom: 5px;
}

.ydu_letters .wpgb-inline-list {
    justify-content: center !important;
}

.ydu_letters .wpgb-az-index-label {
    color: #30457b;
}

.ydu_lexiques {
    margin: 50px 0;
}

.ydu_pagi .wpgb-pagination-facet {
    text-align: center;
}

.ydu_pagi .wpgb-page {
    margin: 0 !important;
}

.ydu_pagi .wpgb-page a {
    color: #30457b !important;
}

.ydu_letters li {
    margin: 0 22px 10px 0 !important;
}
.ydu_letters .wpgb-az-index-label {
    font-size: 24px !important;
    transition: 0.3s;
}
.ydu_letters li:hover .wpgb-az-index-label {
    color: var(--color_sky_blue);
}
.ydu_letters  .wpgb-az-index[aria-pressed="true"] .wpgb-az-index-label {
    color: var(--color_sky_blue);
}