/* ExAequo Suite 2.95.4 — logos PNG/SVG HD, taille visuelle verrouillée */
.exq-brand-logo{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  object-fit:contain;
  object-position:left center;
  image-rendering:auto;
  filter:none!important;
  opacity:1;
  backface-visibility:hidden;
}

/* Logo du site principal : le fichier HD remplace le bloc HTML historique sans
   modifier la hauteur du header. */
.exq-brand-html-replaced{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-width:0!important;
  line-height:0!important;
}
.exq-brand-logo--legacy-header{
  display:block!important;
  width:auto!important;
  height:52px!important;
  max-width:220px!important;
  max-height:52px!important;
  object-fit:contain!important;
  object-position:left center!important;
  flex:0 0 auto!important;
  margin:0!important;
}
.exq-brand-logo--legacy-footer{
  display:block!important;
  width:auto!important;
  height:58px!important;
  max-width:220px!important;
  max-height:58px!important;
  object-fit:contain!important;
  object-position:left center!important;
  flex:0 0 auto!important;
  margin:0!important;
}

/* Boutique / librairie : dimensions volontairement fixées en hauteur.
   Un PNG 4K ne peut donc plus agrandir ou recouvrir le menu. */
.exq-shop-header__brand-logo{
  display:block!important;
  width:auto!important;
  height:54px!important;
  max-width:220px!important;
  max-height:54px!important;
  min-width:0!important;
  object-fit:contain!important;
  object-position:left center!important;
  flex:0 0 auto!important;
  margin:0!important;
}
.exq-shop-header__brand{
  min-width:0!important;
  max-width:360px!important;
  overflow:visible!important;
  display:flex!important;
  align-items:center!important;
}
.exq-shop-header__brand-copy{flex:0 0 auto!important}

.exq-library__brand-logo{
  display:block!important;
  width:auto!important;
  height:48px!important;
  max-width:185px!important;
  max-height:48px!important;
  object-fit:contain!important;
  object-position:left center!important;
  flex:0 0 auto!important;
  margin:0!important;
}
.exq-legal-footer__brand-logo{
  display:block!important;
  width:auto!important;
  height:58px!important;
  max-width:210px!important;
  max-height:58px!important;
  object-fit:contain!important;
  object-position:left center!important;
  flex:0 0 auto!important;
  margin:0!important;
}
.exq-legal-footer__brand.has-official-logo{align-items:center;gap:18px}
.exq-legal-footer__brand.has-official-logo>div{min-width:0}
.custom-logo.exq-brand-logo,.custom-logo[data-exq-brand-logo]{object-fit:contain}

@media(max-width:1050px){
  .exq-shop-header__brand-logo{height:48px!important;max-width:185px!important;max-height:48px!important}
  .exq-shop-header__brand{max-width:285px!important}
}
@media(max-width:900px){
  .exq-brand-logo--legacy-header{height:48px!important;max-width:200px!important;max-height:48px!important}
  .exq-library__brand-logo{height:44px!important;max-width:165px!important;max-height:44px!important}
  .exq-legal-footer__brand-logo{height:52px!important;max-width:190px!important;max-height:52px!important}
}
@media(max-width:620px){
  .exq-brand-logo--legacy-header{height:44px!important;max-width:180px!important;max-height:44px!important}
  .exq-brand-logo--legacy-footer{height:50px!important;max-width:190px!important;max-height:50px!important}
  .exq-shop-header__brand-logo{height:42px!important;max-width:155px!important;max-height:42px!important}
  .exq-shop-header__brand{max-width:180px!important}
}


/* 2.95.4 — logo officiel dans le header/footer patrimonial du site principal.
   Ces classes sont injectées uniquement après reconnaissance du bloc de marque
   « EX EQUO / ÉDITEUR MILITANT » situé dans les zones extrêmes de la page. */
.exq-brand-logo--main-header{
  display:block!important;
  width:auto!important;
  height:50px!important;
  max-width:225px!important;
  max-height:50px!important;
  object-fit:contain!important;
  object-position:left center!important;
  flex:0 0 auto!important;
  margin:0!important;
}
.exq-brand-logo--main-footer{
  display:block!important;
  width:auto!important;
  height:56px!important;
  max-width:235px!important;
  max-height:56px!important;
  object-fit:contain!important;
  object-position:left center!important;
  flex:0 0 auto!important;
  margin:0!important;
}
.exq-brand-main-replaced{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  line-height:0!important;
  min-width:0!important;
}
@media(max-width:900px){
  .exq-brand-logo--main-header{height:46px!important;max-width:205px!important;max-height:46px!important}
  .exq-brand-logo--main-footer{height:52px!important;max-width:215px!important;max-height:52px!important}
}
@media(max-width:620px){
  .exq-brand-logo--main-header{height:42px!important;max-width:185px!important;max-height:42px!important}
  .exq-brand-logo--main-footer{height:48px!important;max-width:195px!important;max-height:48px!important}
}
