* {
    font-family: EmbeddedArimo, sans-serif;
}

#bouton {
    margin: auto;
    width: 371px;
}

#bouton1 {
    background-color: #00748B;
    height: 16px;
    padding: 23px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

#bouton2 {
    margin: 48px auto;
    background-color: #c82e2f;
    height: 16px;
    padding: 23px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

#bouton2.with-biometric {
    margin: 16px auto !important;
}

#bouton3 {
    margin: auto;
    background-color: #891812;
    height: 16px;
    padding: 23px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 20px;
}

#encart-droite {
    background-color: #ffffff;
    float: right;
    height: 100%;
    opacity: 0.95;
    position: fixed;
    right: 0px;
    width: 743px;
}

#img-background {
    background: url('../img/16/img-connexion.png') top no-repeat;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin: 0;
    min-width: 743px;
}

#js {
    display: none;
}

#logo-connexion {
    margin-top: 128px;
    margin-bottom: 100px;
    text-align: center;
}

#nojs {
    text-align: center;
}

.bienvenue {
    font-family: EmbeddedArimo, sans-serif;
    font-size: 21px;
    color: #43424A;
    text-align: center;
}

.content-centered {
    text-align: center;
}

.choix-langues {
    color: #6c6e71;
    font-family: EmbeddedArimo, sans-serif;
    font-size: 19px;
    font-weight: bold;
    margin-top: 20px;
    margin-right: 34px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
}

.choix-langues a {
    font-family: EmbeddedArimo, sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    color: #6c6e71;
    text-align: right;
    text-decoration: none;
}

.choix-langues-active {
    color: #00748B;
}

.txt-contact {
    margin-bottom: 84px;
    font-family: EmbeddedArimo, sans-serif;
    font-size: 16px;
    color: #43424A;
    text-align: center;
}

.txt-adresse {
    margin-top: 142px;
    font-family: EmbeddedArimo, sans-serif;
    font-size: 14px;
    color: #43424A;
    text-align: center;
}

.txt-adresse a {
    color: #00748b;
    text-decoration: none;
}

.txt-contact a {
    color: #00748b;
    text-decoration: none;
}

.txt-intro {
    font-family: EmbeddedArimo, sans-serif;
    font-size: 19px;
    color: #43424A;
    text-align: center;
    margin-bottom: 76px;
}
@media (max-height: 1080px) {
    #logo-connexion {
        margin-top: 80px !important;
        margin-bottom: 70px;
    }
    .txt-adresse {
        margin-top: 42px;
    }
    .txt-intro {
        margin-bottom: 50px;
    }
    .txt-intro.with-biometric {
        margin-bottom: 20px !important;
    }
}
@media (max-height: 868px) {
    #encart-droite {
        overflow: auto;
    }
}