.post-page__crumbs,
.band-head__crumbs {
    font-size: 13.5px;
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 14px;
}

.post-page__crumbs a,
.band-head__crumbs a {
    color: inherit;
}

.band-head .band-head__crumbs {
    color: var(--ink);
    justify-content: flex-start;
}

.band-head__banner {
    color: #fff;
    font-size: 32px;
    margin: 0;
}

.post-page {
    max-width: 860px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.post-page__body {
    font-size: 16.5px;
}

.rich-copy h2 {
    color: var(--accent);
}

.rich-copy ul {
    list-style: none;
    padding-left: 2px;
}

.rich-copy ul > li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 0.55em;
}

.rich-copy ul > li::before {
    content: "\25A0";
    position: absolute;
    left: 0;
    top: 0.1em;
    color: var(--accent);
    font-size: 12px;
}

.notions {
    max-width: 980px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.notions__head {
    text-align: center;
    margin-bottom: 30px;
}

.notions__alphabet {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.notions__letter-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--tint);
    color: var(--ink);
    font-weight: 600;
    font-size: 14px;
}

.notions__letter-link:hover {
    background: var(--accent);
    color: #fff;
    text-decoration: none;
}

.notions__letter-link--empty {
    opacity: 0.4;
    pointer-events: none;
}

.notions__tools {
    max-width: 480px;
    margin: 0 auto 34px;
}

.notions__filter {
    width: 100%;
    padding: 12px 18px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font: inherit;
}

.notions__group {
    margin-bottom: 34px;
}

.notions__letter {
    font-size: 24px;
    color: var(--accent);
    border-bottom: 2px solid var(--tint);
    padding-bottom: 6px;
}

.notions__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 24px;
}

.notions__term-link {
    color: var(--ink);
}

.notions__defs .notions__def {
    margin-bottom: 20px;
}

.notions__def-term {
    font-weight: 600;
    color: var(--ink);
}

.notion-fiche {
    max-width: 820px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.notion-fiche__title {
    font-size: 30px;
}

.notion-fiche__related {
    background: var(--soft);
    border-radius: var(--radius);
    padding: 20px 26px;
    margin: 30px 0;
}

.notion-fiche__related-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 24px;
}

.notion-fiche__related-list a {
    color: var(--ink);
}

.notion-fiche__more {
    text-align: center;
    margin: 30px 0;
}

.foire {
    max-width: 900px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.faq-acc {
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    margin-bottom: 12px;
    background: #fff;
    overflow: hidden;
}

.faq-acc__question {
    padding: 16px 20px;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.faq-acc__question::-webkit-details-marker {
    display: none;
}

.faq-acc__question::after {
    content: "+";
    color: var(--accent);
    font-size: 20px;
    font-weight: 700;
}

details[open] > .faq-acc__question::after {
    content: "\2212";
}

.faq-acc__answer {
    padding: 0 20px 18px;
}

.foire-fiche {
    max-width: 820px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.team-page {
    max-width: 1100px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.team-intro {
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.team-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
    padding: 26px 22px;
    text-align: center;
}

.team-card__media img {
    border-radius: 50%;
    margin: 0 auto 14px;
}

.team-card__name {
    font-weight: 600;
    color: var(--ink);
    margin: 0 0 2px;
}

.team-card__role {
    color: var(--accent-deep);
    font-size: 13.5px;
    margin: 0 0 10px;
}

.team-card__bio {
    font-size: 14px;
}

.team-card__links a {
    margin: 0 5px;
}

.quiz-page {
    max-width: 820px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.annuaire-hub {
    max-width: 1000px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.fiche-page {
    max-width: 860px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.plain-page {
    max-width: 860px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.plan-grid__section--wide {
    grid-column: 1 / -1;
}

.plan-grid__title {
    color: var(--accent);
    font-size: 18px;
}

.plan-grid__list,
.plan-grid__sublist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.plan-grid__list--columns {
    columns: 2;
}

.plan-grid__list li {
    margin-bottom: 8px;
}

.plan-grid__list a {
    color: var(--ink);
}

@media (max-width: 860px) {
    .notions__list,
    .team-grid,
    .plan-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .notions__list,
    .notion-fiche__related-list,
    .team-grid,
    .plan-grid {
        grid-template-columns: 1fr;
    }
}
