/* Vos modifications de style ici : ce fichier est charge apres le theme Odoo,
   donc ce que vous ecrivez ici remplace le style d'origine.

   Exemples :
   body { font-family: "Poppins", sans-serif; }
   .btn-custom { background-color: #3984C6 !important; }
*/
.o_animate { visibility: visible !important; animation: none !important; }

/* Logo du pied de page : garder ses proportions (sinon il est etire) */
#footer .o_footer_logo {
  display: flex;
  align-items: center;
  height: 100%;
}
#footer .o_footer_logo img {
  width: auto !important;
  height: 100% !important;
  max-height: 140px;
  max-width: 100%;
  object-fit: contain !important;
  margin: 0 !important;
}