/* SE Brand Logos — bande "Nos marques" centralisée (R167) */
.se-marques{background:#fff;padding:clamp(2.5rem,5vw,4rem) 1rem;margin:0;text-align:center}
.se-marques__title{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;margin:0 0 1.5rem;color:var(--sx-ink,#1a2b3c)}
.se-marques__grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(1rem,3vw,2.5rem);max-width:1100px;margin:0 auto;padding:0 1rem}
.se-brand-logo{display:inline-flex;align-items:center;justify-content:center;min-height:60px;text-decoration:none}
.se-brand-logo__img{max-height:48px;width:auto;max-width:150px;object-fit:contain;filter:grayscale(1);opacity:.7;transition:filter .25s ease,opacity .25s ease}
.se-brand-logo:hover .se-brand-logo__img,.se-brand-logo:focus-visible .se-brand-logo__img{filter:grayscale(0);opacity:1}
.se-brand-logo.is-text .se-brand-logo__text{font-weight:600;font-size:1.05rem;color:var(--sx-muted,#5a6b7c);padding:.4rem .9rem;border:1px solid rgba(0,0,0,.1);border-radius:8px;transition:color .2s ease,border-color .2s ease}
.se-brand-logo.is-text:hover .se-brand-logo__text,.se-brand-logo.is-text:focus-visible .se-brand-logo__text{color:var(--sx-ink,#1a2b3c);border-color:rgba(0,0,0,.25)}
@media (max-width:600px){.se-marques__grid{gap:1.25rem}.se-brand-logo__img{max-height:38px}.se-brand-logo.is-text .se-brand-logo__text{font-size:.95rem}}
/* Logo de la marque sur la fiche produit (sous le bouton d'achat) — couleur pleine */
.se-product-brand{display:flex;align-items:center;gap:.7rem;margin:1.1rem 0 .2rem;flex-wrap:wrap}
.se-product-brand__label{color:var(--sx-muted,#5a6b7c);font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.74rem}
.se-product-brand .se-brand-logo{min-height:0}
.se-product-brand .se-brand-logo__img{max-height:36px;max-width:160px;filter:none;opacity:1}
.se-product-brand .se-brand-logo.is-text .se-brand-logo__text{font-size:.92rem;padding:.3rem .7rem;color:var(--sx-ink,#1a2b3c)}
