/* Taille du logo */
.theme-logo-parent img {
      height: 70px !important;
      width: auto !important;
      max-width: 200px !important;
}

/* Logo footer - fond violet + taille reduite */
.footer-logo-img {
        background-color: #2d2b4e !important;
        width: 150px !important;
        height: auto !important;
        max-width: 150px !important;
        display: block !important;
}