#isiportal_title:before {
    content: 'IsiPortal '
}

#isiportal_subtitle:before {
    content: 'Sous-traitez l’émission de vos cartes'
}

#isiportal_logo {
    background-image: url(../img/isiportal-header.png);
    width: 59px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}


.isiportal_dashboard_logo_maxi {
    background-image: url(../img/isiportal-header.png);
    width: 99px;
    height: 34px;
    margin: 8px 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

.isiportal_dashboard_logo_mini {
    background-image: url(../img/isiportal-logo-mobile.png);
    width: 25px;
    height: 9px;
    margin-left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 21px;
    display: block;
}

@media (min-width:768px) {
    .isiportal_dashboard_logo_mini {
        margin-left: 0 !important;
    }
}
