
#univers {
  visibility:hidden;
  display:none;
}

#content {
    max-width: none;
    margin: 0 auto;
}

body {
    background: top 130% right 100% no-repeat,linear-gradient(rgb(255, 255, 255), rgb(237, 236, 241) 43.19%, #f8f8f8 81.51%, hsl(0, 0%, 100%));
    background-attachment: fixed;
    background-size: contain;
    height: 100%;
    min-height: 100%;
}

body[data-controller*="Login"] {
    background: none;
    background-size: cover;
}
body[data-controller*="Login"]:before {
    background-image: URL(/assets/img/trinacria/bg.jpg);
    position: fixed;
    top: 0;
    left: 0;
    background-size: cover;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 100vh;
    opacity: 0.9;
    filter: blur(55px);
}


.k-overflow-container .k-primary, .k-primary, .k-primary:hover, .k-primary:active, .k-primary:focus, .k-primary:visited {
    color: #fff;
    border-color: #d9431e!important;
    background-image: none;
    background-position: 50% 50%;
    background-color: #d9431e!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.loginForm {
    background: #ffffff;
    max-width: 500px;
    width: 100%;
    border-top: 5px solid #d9431e;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    background: rgba(230, 230, 230, 0.8);
    margin: 0 auto;
}

body[data-controller*="Login"] #content {
    max-width: none;
    margin: 0 auto;
}

#univers:hover > li.univers-item-list {
    display:none!important;
}

#univers {
    visibility:hidden;
    display:none;
}

#forgotContainer *, #loginContainer * {
    color:black !important;

}

#forgotContainer .k-primary, #loginContainer .k-primary {
    color:white!important;
}

.historySolde {
    display:none;
}

.logo-login {
    width:200px;
    height:auto;
    border-radius: 5px;
}

#magasins {
    display: none;
}

.pfixe-menu {
    display: none;
}