.bigContain {
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-content: center;
    align-content: center;
    padding: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%
}

.contentForm {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0 auto;
    height: 100%;
    width: 100%
}

.contentInput {
    width: 100%;
    padding: 0;
    height: 80%
}

form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    height: 100%;
    font-size: 3vh
}

.allForm {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    align-self: center;
    height: 100%
}

.onlyInput {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.rowForm {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 27.5%
}

::-ms-reveal {
    display: none!important;
}

.containPassword {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
}

#rememberCheck {
    height: 2vh;
    width: 2vh;
}

.rowForm > input, .containPassword {
    border: .5vh solid #064c78;
    color: #064c78;
    padding: 0;
    margin: 0;
    height: 80%;
    font-size: 2vh;
    width: 100%;
    text-align: center
}

.containPassword input {
    border: none!important;
    color: #064C78;
    width: 100%!important;
    text-align: center;
    font-size: 2vh;
    max-height: 80%!important;
}

.rowForm input::placeholder {
    color: #89aabf;
    font-size: 1.7vh;
    font-style: italic
}

.rowForm input:focus {
    outline: none;
    box-shadow: none
}

#mail {
    color: #064C78;
    display: inline-block;
    text-decoration: underline;
}

#mail:hover {
    font-weight: 700
}

#valid_login, button[type=submit] {
    background-color: #F60;
    color: #fff;
    font-size: 2vw
}

#valid_login, button[type=submit]:focus {
    outline: none
}

.forgotPasswordDiv {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 12.5%
}

.forgotDivBeforeLink {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 0;
    width: 40%;
    height: 100%
}

#forgot_password {
    padding: 0;
    margin: 0;
    display: flex;
    align-self: center;
    height: 80%;
    font-size: 1.5vh;
    text-align: center;
    color: #064C78
}

.contentValidation {
    display: flex;
    align-self: center;
    width: 100%;
    margin: 0 auto;
    height: 27.5%
}

.validation {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100%
}

#valid_login {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 30%;
    height: 90%;
    border: none
}

.msgEnd {
    height: 10%;
    width: 100%;
    text-align: center;
    margin-top: 1vh
}

.msgEnd p {
    margin: 0;
    color: #064C78;
    font-size: 2vh
}

#notifsuccess div span {
    font-weight: 700
}

@media (orientation : landscape) {
    .partieGauche, .partieDroite {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: center;
        justify-content: center;
        height: 100%;
        width: 50%
    }

    .divFlyer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
        width: 62.5%
    }

    .divFlyer img {
        height: 100%;
        width: auto
    }

    .partieDroite {
        height: 60%
    }

    .bigLabel {
        display: flex;
        align-self: center;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
        padding: 0;
        height: 20%;
        font-size: 3vw;
        color: #064c78;
        font-weight: 700
    }

    .notif {
        display: flex;
        flex-direction: column;
        align-self: center;
        justify-content: center;
        position: absolute;
        height: auto;
        width: 25%;
        top: 15%
    }

    #notifsuccess {
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 75%
    }

    #notifsuccess div {
        width: 100%;
        font-size: 1.3vw
    }

    #notifsuccess button {
        width: 15%;
        height: auto;
        font-size: 2vw
    }
}

@media screen and (max-aspect-ratio: 13/9) {
    .partieGauche {
        display: none !important
    }

    .partieDroite {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: center;
        justify-content: center;
        height: 60%;
        width: 100%
    }

    .bigLabel {
        display: flex;
        align-self: center;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
        padding: 0;
        height: 20%;
        font-size: 8vw;
        color: #064c78;
        font-weight: 700
    }

    .notif {
        display: flex;
        flex-direction: column;
        align-self: center;
        justify-content: center;
        align-items: center;
        position: absolute;
        height: auto;
        width: 100%;
        font-size: 3vw;
        top: 15%
    }

    #notifsuccess {
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        width: auto;
        max-width: 75%
    }

    #notifsuccess div {
        width: 100%;
        font-size: 3vw
    }

    #notifsuccess button {
        width: 15%;
        height: auto;
        font-size: 5vw
    }
}
