/* Sprint 3.3D.3 — logo horizontal officiel recadré, sans filtre ni déformation. */
.bxv5-official-logo{
    display:block;
    width:auto;
    height:auto;
    max-width:100%;
    object-fit:contain;
    object-position:center;
    border:0;
    border-radius:4px;
    box-shadow:none;
    filter:none!important;
}
.bxv5-official-logo--header{width:252px;max-height:58px}
.bxv5-mobile-drawer__brand .bxv5-official-logo{width:220px;max-height:52px}
.bxv56-footer__brand .bxv5-official-logo{width:255px;max-height:58px;background:transparent!important;filter:none!important}
@media(max-width:1160px){.bxv5-official-logo--header{width:220px;max-height:52px}}
@media(max-width:900px){.bxv5-official-logo--header{width:200px;max-height:48px}}
@media(max-width:560px){.bxv5-official-logo--header{width:172px;max-height:42px}}
