.mobile-back-brands {
    display: none;
}

@media (max-width: 850px) {
    .listes-layout {
        display: block;
    }

    .listes-layout.mode-marques .listes-modeles {
        display: none;
    }

    .listes-layout.mode-modeles .listes-marques {
        display: none;
    }

    .mobile-back-brands {
        display: inline-flex;
        margin: 0 0 18px;
        color: #8a5b12;
        font-weight: 700;
        text-decoration: none;
    }

    .brand-list,
    .model-list {
        gap: 10px;
    }

    .brand-item,
    .model-item {
        padding: 14px 16px;
        font-size: 1.05rem;
    }
}
.model-list-vignettes {
    gap: 10px;
}

.model-item-vignette {
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
}

.model-thumb {
    width: 76px;
    height: 58px;
    flex: 0 0 76px;
    border-radius: 8px;
    overflow: hidden;
    background: #eee2ca;
    border: 1px solid rgba(212,154,42,0.28);
    display: flex;
    align-items: center;
    justify-content: center;
}

.model-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.model-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.model-info strong {
    color: #251507;
}

.model-info em {
    margin-top: 4px;
    color: #8a5b12;
    font-style: normal;
    font-size: 0.9rem;
}

@media (max-width: 850px) {
    .model-thumb {
        width: 86px;
        height: 66px;
        flex-basis: 86px;
    }

    .model-item-vignette {
        padding: 12px;
    }
}
.model-title-line {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}


.brand-item.active {
    background: #d49a2a;
    border-color: #d49a2a;
    color: #120900;
    font-weight: 700;
}

.brand-item.active em {
    color: #120900;
}
.modeles-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.modeles-header h2 {
    margin: 0;
}

.marque-page-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.marque-page-logo-pill {
    width: 52px;
    height: 40px;
    padding: 5px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #fff;
    border: 1px solid #d8c7ae;
    border-radius: 999px;
}

.marque-page-logo-pill img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.marque-page-label-pill {
    padding: 10px 16px;

    border-radius: 999px;
    background: #f5efe6;
    border: 1px solid #d8c7ae;

    color: #7a4300;
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
}

.marque-page-link:hover .marque-page-label-pill {
    background: #d49a2a;
    color: #120900;
}
.model-title-line {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.model-badges {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.model-categorie-badge {
    display: inline-block;
    background: #f0d08a;
    color: #3b2500;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    line-height: 1.2;
    white-space: nowrap;
}

.model-annee-badge {
    display: inline-block;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    background: #eef4f7;
    color: #2f5f73;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}