.company-logo {
    max-width: 120px;   /* largeur max */
    max-height: 120px;  /* hauteur max */
    object-fit: contain; /* garde les proportions */
    border-radius: 8px;  /* coins arrondis */
    background: #fff;    /* fond si le logo est transparent */
    padding: 5px;
}
