#page-container, #content-wrap {
    height: 100%;
    min-height: auto;
    padding-right: 0;
    padding-left: 0;
}

body {
    overflow: hidden;
}

input:autofill {
    background: #fff; /* retire le background-color jaunatre sur firefox */
}

footer.row {
    margin-right: 0;
    margin-left: 0;
}

.connex100 a:hover {
    color: #666;
    text-decoration: none;
}

.container-fluid.connexion
{
    height: calc(100%); 
    padding: 0;
}

.connex100 {
    height: calc(100% - 140px);
    background-image: url('../images/log-background-lg.png');
    background-size: cover;
    background-position: left bottom;
}


.connex100 h1 {
    color: white;
}


.connex
{
    height: calc(100%);
    background-image: url('../images/log-background-lg.png');
    background-size: cover;
    background-position: left bottom;
}

.formConex
{
    position: absolute;
    top: calc(50% - 50px); 
    transform: translateY(-50%); 
    
    
    width: 100%;
}

input
{
    height: 36px;
}

footer
{
    height: 100px;
}

#copy
{
    position: absolute;
    top: calc(50%); 
    right : 0;
    transform: translateY(-50%);
}

.con
{
    padding: 1px !important;
}

#authentication-page
{
    height: 100%;
    background: linear-gradient(180deg, #D7EDFF 0%, #FFFFFF 30%);
}

#authentication-page .right-side {
    display: flex;
    align-items: center;
    color: #334C65;
}

#authentication-page .left-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #477591;
}

#authentication-page .left-side h1{
    color: #477591;
    margin-bottom: 3rem;
}

#authentication-page .left-side img {
    width: 65%;
}

#authentication-page .rium {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3rem;
}

#authentication-page .rium-logo {
    width : 2.5rem
}

#authentication-page .authentication-form{
    margin-left: auto;
    margin-right: auto;
}

#authentication-page .form-control:focus {
    border-color: #13B7BB;
    box-shadow: none;
}

#authentication-page .form-floating>.form-control:focus~label{
    color: #13B7BB;
    opacity: 100%;
}

#authentication-page .form-floating {
    margin-bottom: 1.5rem;
}

#authentication-page .form-floating>.form-control:focus~label.is-invalid, #authentication-page .form-floating label.is-invalid{
    color: #E96B6F;
    opacity: 100%;
}

#authentication-page .submit a  {
    margin-top: 2rem;
    text-decoration: none;
    color: #334C65;
    font-size: 14px;
}

#authentication-page .submit a:hover  {
    color: #13B7BB;
}

#authentication-page .submit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#authentication-page .submit input{
    border-radius: 28px;
}

#authentication-page .submit input:hover {
    background-color: #334C65;
    border-color: #334C65;
}

#authentication-page .authentication-body {
    position: relative;
    height: 100%;
    overflow: auto;
    padding-bottom: calc(65px + 20px) /* 65px = footer height | 20px = padding between body and footer */;
    padding-top: 20px /* 20px = padding between body and top of the page */;
    width: 100%;
    margin: 0;
}

#authentication-page footer {
    background-color: #334C65;
    flex-direction: row;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 65px;
    margin-bottom: 0px;
    bottom: 0px;
}

#authentication-page footer .authentication-footer-image {
    height: 36px;
}

#authentication-page .subtitle {
    text-align: center;
    margin-bottom: 3rem;
}

#authentication-page .form-control.is-valid {
    border-color: #13B7BB;
    background-image: url('../images/checkmark-valid.svg');
}

#authentication-page .form-control.is-invalid {
    border-color: #E96B6F;
}

#authentication-page .invalid-form {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #E96B6F;
}

@media screen and (max-width: 992px) {
    #authentication-page .left-side {
        display: none;
    }

    #authentication-page footer img {
        width : 8rem
    }
}

/* Partie responsive  */
@media only screen 
  and (max-device-width: 926px) 
  and (orientation: landscape) {
    #authentication-page .rium {
        margin-bottom: 0px;
    }

    #authentication-page .form-floating {
        margin-bottom: 1rem;
    }

    #authentication-page .rium-logo {
        width : 1.5rem
    }

    #authentication-page .subtitle {
        margin-bottom: 1rem;
    }

    #authentication-page footer img {
        width : 5rem
    }

    #authentication-page .submit a { 
        margin-top: 1rem;
        font-size: 10px;
    }
}
