#screen{
    max-width: 1300px;
    margin: 0 auto;
    width: 99%;
    height: 100%;
    position: relative;
    min-height: 97vh;
}

/* Page de login. */
#login_z1 {
    cursor: pointer;
    background: white center no-repeat url(../images/logo.png) !important;
}

#login_z3_connexion {
    background-color: #e2001a;
}

#login_z3_loginform {
    background-color: #e2001a;
}

#login_z3_validerform {
    background-color: #e2001a;
}

.produitBandeauGlobalBackgroud {
    background: url(../../common/images/bandeau_global_fond.png) repeat-x;
}

.produitIconeTableauDeBordGammeUniverselle{
    background-image: url(../images/icone_GammeU.png);
}

.produitIconeTableauDeBordGammeUniverselleProduit::before{
    content: 'Universelle';
}

.produitIconeTableauDeBordGammeUniverselleProduit {
    display: table-row;
    white-space: nowrap;
    max-width: 32px;
    margin-left: -13px;
    padding-left: 15px;
}

.produitIconeTableauDeBordGammeUniverselleText {
    display: table-row;
    float: left;
    padding-left: 15px;
}
