.icon-logo {
    display: inline-block;
    width: 100px;
    height: 75px;
    background: url('/user/themes/landio/img/metalogo.png') no-repeat center/contain;
    font-size: 0; /* cache le texte résiduel */
}
.icon-logo:before {
    content: "" !important;
    display: none;
}

/* Tablettes et petits PC (≥ 768px) */
@media (min-width: 768px) {
    .icon-logo {
        width: 150px;      /* taille intermédiaire */
    }
}

/* Grands écrans PC (≥ 1200px) */
@media (min-width: 1200px) {
    .icon-logo {
        width: 200px !important;      /* plus grand pour PC */
    }
}
