.img-version {
    width: 100%;
    height: 20px;
    display: inline-block;
    position: relative;
}

.img-version::after {
    content: "";
    background: url(../images/version-image.png);
    background-size: 100% auto;
    /*opacity: 0.13;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: bottom;
    background-repeat: no-repeat;
    position: fixed;
    z-index: -1;
}

.login_info {
    color: #333333;
    font-weight: bold;
    position: fixed;
    bottom: 8px;
    left: 20px;
}

#logoTrier {
    position: fixed;
    top: 8px;
    right: 20px;
}

#logoTrier img {
    height: 31px;
}

@media (max-width: 767px) {
    #logoTrier {
        display: none;
    }
}

.modal-login-pfw {
    overflow-y: auto;
}