.page-marque {
    max-width: 1100px;
    margin: 0 auto;
}

.marque-header {
    border-radius: 10px;
    padding: 22px 26px;
    margin-bottom: 34px;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.marque-titre {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: .35rem;

    color: #fff7ea;
}

.marque-long {
    font-size: 1.35rem;
    color: #f3e2c5;

    margin-bottom: 1rem;
}

.marque-meta {
    margin-top: .8rem;

    font-size: .98rem;
    line-height: 1.55;

    color: #c9ae88;
}

.marque-commentaire {
    margin-top: 18px;
    line-height: 1.5;
}

.resultats-liste {
    display: flex;
    flex-direction: column;
    gap: 10px;

    width: 100%;
}

.resultat-appareil {
    width: 100%;
    box-sizing: border-box;

    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;

    background: rgba(255,255,255,.92);

    border-radius: 10px;
    padding: 12px 14px;

    box-shadow: 0 2px 8px rgba(0,0,0,.12);
}

.resultat-vignette img {
    width: 62px;
    height: 56px;
    object-fit: cover;
    border-radius: 4px;
    background: #e8e8e8;
}

.resultat-titre {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.resultat-titre:hover {
    text-decoration: underline;
}

.resultat-meta {
    font-size: 13px;
    color: #666;
    margin-top: 3px;
}

.resultat-categories {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

@media (max-width: 700px) {
    body {
        padding: 12px;
    }

    .resultat-appareil {
        grid-template-columns: 70px 1fr;
    }

    .resultat-categories {
        grid-column: 2;
        white-space: normal;
    }
}
.marque-bloc {
    max-width: 820px;
    margin: 1.4rem 0;
    padding: 1rem 1.2rem;
    border-radius: 10px;
    line-height: 1.55;
}

.marque-adresses {
    background: rgb(89, 89, 89);
    border-left: 4px solid #d9a441;
}

.marque-bloc-titre {
    margin: 0 0 0.7rem 0;
    font-size: 1rem;
    font-weight: 700;
    color: #f0c15a;
    letter-spacing: 0.06em;
}

.marque-adresse-ligne {
    color: #f3c879;
    margin: 0.35rem 0;
}

.marque-adresse-commentaire {
    color: #d8c3a0;
    font-size: 0.92em;
    margin-left: 0.35rem;
}

.marque-commentaire {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    background: rgb(89, 89, 89);
    border-left: 4px solid rgba(255, 255, 255, 0.18);
}

.marque-commentaire-icone {
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #d9a441;
    color: #1a0f07;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-top: 0.15rem;
}

.marque-commentaire-texte {
    color: #fff;
}

.spec-block {
    padding-left: 0px;
}

.spec-block.documents-block {
    margin: 32px 0;
    margin-bottom: 42px;
    width: 100%;
    max-width: none;
    box-sizing: border-box;    
}

.documents-block h2 {
    color: #f7efe2;
    margin-bottom: 14px;
}

.documents-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.document-item {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 14px;
    align-items: center;

    padding: 10px 12px;
    border-radius: 10px;

    background: rgba(255,255,255,.92);
    color: #1d160f;

    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);

    transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

.document-item:hover {
    background: #fff;
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(0,0,0,.18);
}

.document-thumb {
    width: 64px;
    height: 74px;
    object-fit: cover;
    border-radius: 6px;
    background: #eee;
    border: 1px solid #ddd;
}

.document-title {
    font-weight: 700;
    color: #1b130d;
    margin-bottom: 3px;
}

.document-meta {
    font-size: 13px;
    color: #6a5a48;
    line-height: 1.35;
}

.document-ajout-item {
    background: rgb(225, 255, 215);
    border: 1px dashed rgba(80,55,25,.28);
}

.document-ajout-item:hover {
    background: #fffaf0;
}
.page-marque {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 18px 40px;
}

.page-marque h2 {
    margin: 34px 0 14px;

    color: #fff4e3;
    font-size: 2rem;
}


.documents-list,
.document-item,
.resultat-appareil {
    width: 100%;
    box-sizing: border-box;
}
.page-marque .spec-block {
    width: 100%;
    max-width: none;
}
.documents-block,
.modeles-block {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.documents-list,
.resultats-liste {
    width: 100%;
}

.document-item,
.resultat-appareil {
    width: 100%;
    box-sizing: border-box;
}

.marque-numero {
    margin-top: 1rem;
    color: #c9ae88;
    font-size: .9rem;
}
.resultat-ajout {
    background: #dff3d5;
    border: 1px dashed #b7d5a7;
    transition: 0.2s ease;
}

.resultat-ajout:hover {
    background: #d3ecc7;
}

.resultat-ajout .resultat-categories {
    font-size: 2rem;
    font-weight: bold;
    color: #7ca16c;
}

.resultat-ajout .resultat-titre {
    color: #1d1d1d;
}

.resultat-ajout .resultat-meta {
    color: #4b5a47;
}

.resultat-ligne-titre {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.resultat-categorie-badge {
    background: #f0d08a;
    color: #3b2500;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    line-height: 1.2;
    margin-top: 0.15rem;
    white-space: nowrap;
}
.document-type-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;
    margin-bottom: 0.35rem;
}
.forum-panel-marque{
    padding: 0px;
}
.liens-externes-block {
    margin-top: 24px;
}

.liens-externes-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
}

.lien-externe-item {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 10px 12px;
    border-radius: 10px;

    background: rgba(255,255,255,.92);
    color: #1d160f;

    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);

    transition:
        transform .12s ease,
        box-shadow .12s ease,
        background .12s ease;
}

.lien-externe-main {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;

    min-width: 0;

    text-decoration: none;
    color: inherit;
}

.lien-externe-item:hover {
    background: #fff;
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(0,0,0,.18);
}

.lien-externe-icone {
    width: 48px;
    min-width: 48px;
    height: 48px;

    border-radius: 8px;
    background: #f3efe7;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;
}

.lien-externe-contenu {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.lien-externe-contenu strong {
    font-size: 14px;
}

.lien-externe-contenu small {
    font-size: 12px;
    color: #666;
}

.lien-externe-admin {
    width: 34px;
    height: 34px;
    border-radius: 50%;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #b26a00;
    background: #f6efe4;
    border: 1px solid #e2cfad;

    text-decoration: none;
    opacity: .85;
}

.lien-externe-admin:hover {
    opacity: 1;
    color: #8d4d00;
    background: #eadcc9;
}

.lien-externe-ajout {
    background: rgb(225, 255, 215);
    border: 1px dashed rgba(80,55,25,.28);
}

.lien-externe-ajout:hover {
    background: #fffaf0;
}
.logos-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: stretch;
}

.logo-item {
    position: relative;
    width: 160px;
    min-height: 140px;
    padding: 14px;
    border: 1px solid #e3dfd7;
    border-radius: 14px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0,0,0,.04);
    gap: 10px;
}

.logo-item:hover {
    border-color: #c9a55b;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

.logo-item img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
}

.logo-item-defaut {
    border-color: #c9a55b;
    background: #fffaf0;
}

.logo-badge {
    position: absolute;
    left: 10px;
    bottom: 8px;
    font-size: .72rem;
    color: #7a5a18;
    background: #fff1c7;
    border-radius: 999px;
    padding: 3px 8px;
}

.logo-date {
    font-size: .78rem;
    color: #777;
    text-align: center;
    line-height: 1.2;
}
.modeles-actions {
    margin: -0.4rem 0 1.2rem;
    text-align: right;
}

.btn-voir-tous {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: #2f5f73;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.btn-voir-tous::before {
    content: "🔎";
}

.btn-voir-tous:hover {
    background: #23495a;
    color: #fff;
}

@media (max-width: 700px) {
    .modeles-actions {
        text-align: left;
    }

    .btn-voir-tous {
        width: 100%;
        justify-content: center;
    }
}
.modeles-tri {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.8rem 0 1.2rem;
}

.modeles-tri a {
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: #f1f4f6;
    color: #2f5f73;
    text-decoration: none;
    font-weight: 700;
}

.modeles-tri a.actif {
    background: #2f5f73;
    color: #fff;
}

.resultat-badges {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    margin-left: 0.5rem;
}

.resultat-annee {
    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;
}
.resultat-titre-zone {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.resultat-badges {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    margin-left: 0;
}

.resultat-annee {
    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;
}
.forum-card-marque {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.forum-card-marque .forum-list,
.forum-card-marque .forum-topic {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.forum-card-marque .forum-topic {
    min-width: 0;
}

.forum-card-marque .forum-topic-main {
    min-width: 0;
    overflow: hidden;
}

.forum-card-marque .forum-topic-title,
.forum-card-marque .forum-topic-blurb {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.forum-card-marque .forum-button {
    box-sizing: border-box;
}