html {
    min-height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    width: 100%;
    background: #000;
    background-size: cover;
    background-repeat: no-repeat
}

html::-webkit-scrollbar {
    width: 12px;
    -webkit-border-radius: 10px;
    border-radius: 3px;
    background-color: #c2c2c2
}

html::-webkit-scrollbar-thumb {
    background-color: #828282;
    border-radius: 21px
}

label.label_logo {
    font-size: 105px;
    font-family: monospace;
    color: #fefefe;
    margin: 0
}

img#logo_casque {
    height: 50px;
    margin-bottom: -3px
}

img#logo_plot {
    height: 55px;
    margin-bottom: -5px;
    position: absolute;
    right: calc(50% - 100px);
    top: 20%;
}

body {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    margin-top: 0;
    color: #000;
    border: 0;
    margin: 0;
    background-color: #10161661;
    position: fixed;
    font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Lato, 'Segoe UI', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased
}

div#section_connexion {
    width: 30%;
    margin-left: 25px
}

img#logo_qpe {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 60px
}

h2#h2_connexion {
    text-align: left;
    padding-left: 3px
}

h4 {
    margin: 0;
    margin-bottom: 15px;
    font-style: initial;
    color: #c7c7c7;
    position: fixed;
    top: 20px;
    left: 15px;
    font-size: 23px;
    text-align: left;
    font-weight: 400
}

input[type=email],
input[type=password],
input[type=text] {
    width: 80%;
    height: 40px;
    padding-left: 0;
    margin-bottom: 10px;
    background-color: #ececec;
    border-radius: 2px;
    border: 0;
    font-size: initial;
    margin-left: 10%;
    text-indent: 20px;
    border-style: solid;
    border-color: #e0e0e0;
    border-width: 1px;
    /* text-transform: uppercase */
}

input[type=submit] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    background-color: #ff0000;
    color: #fff;
    border: 0;
    font-size: initial;
    font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Lato, 'Segoe UI', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin-left: 10%;
    border-radius: 2px;
}

input.btn.btn-primary.btn-block.btn-lg {
    width: 80%
}

a#inscription,
a#mdp_oublie {
    display: inline-block
}

h1 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 0 !important;
    font-weight: 100;
    font-variant: small-caps;
    margin-top: 10px;
    text-align: center
}

h2 {
    color: #000000;
    font-size: 1.3em;
    margin: 0;
    font-weight: 400;
    padding-top: 45%;
    text-align: center;
    margin-bottom: 15px;
}

h3.bg-success {
    color: #ff9800;
    font-weight: 400;
    font-size: 20px;
    margin: 10px 0;
    text-align: center
}

h3#h3_session_expire {
    font-style: italic;
    font-family: sans-serif;
    color: #f9b96a;
    font-size: initial;
    text-align: center;
    margin-top: 15px
}

form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #e8f0fe inset
}

img#logo_eiffage {
    position: absolute;
    right: 10%;
    height: 70px;
    top: 10px
}

img#logo_eiffage_white {
    position: fixed;
    right: 2%;
    height: 70px;
    top: 10px
}

div#div_connexion {
    width: 500PX;
    background: #fff;
    height: 100%;
    position: absolute;
    right: 0
}

input[type=submit] {
    width: 97%
}

@media only screen and (max-width:500px) {
    div#div_connexion {
        width: 100%
    }
}

p.bg-danger {
    color: #ffc905
}

div#div_connexion a {
    color: #fff;
    text-decoration: none
}

@keyframes transition {
    0% {
        opacity: 0;
        right: -20%
    }

    100% {
        opacity: 1;
        right: 0
    }
}

div#div_connexion {
    opacity: 0;
    right: -20%;
    animation: transition 1.5s ease-in-out .5s forwards
}

.container a {
    color: #fff
}

a#inscription {
    background-color: #0088CE;
    font-size: initial;
    padding: 8px 0;
    width: 100%;
    text-align: center;
    font-weight: 400;
    width: 39%;
    border-radius: 2px;
    margin-top: 0;
}

a#retour_connexion {
    background-color: black;
    display: block;
    border-radius: 2px;
    padding: 8px 0;
    width: 80%;
    margin: 0;
    margin-left: 10%;
    text-align: center;
    font-size: 1em;
    font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Lato, 'Segoe UI', Helvetica, Arial, sans-serif;
}

a#mdp_oublie {
    font-size: larger;
    margin-left: 5px
}

a#retour_connexion {
    text-decoration: initial
}

.row p {
    font-size: large;
    padding: 0;
    margin: 5px;
    font-style: inherit;
    font-family: arial, sans-serif;
    font-weight: lighter;
    text-align: center
}

div#div_choix_connexion {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 18%
}

a#choix_connexion {
    padding: 10px 5%;
    background: #ececec;
    border: solid 1px #cecece;
    text-decoration: none;
    font-size: 20px;
    border-radius: 3px;
    margin: 20px 5% 0 5%;
    color: #000 !important;
    display: inline-block;
    width: 80%;
    text-align: center
}

a#mdp_oublie {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #262626;
    padding: 8px 0;
    font-size: initial;
    font-weight: 400;
    width: 80%;
    border-radius: 2px;
    margin-left: 10%;
    margin-right: 1%;
}

a#btn_choix {
    text-decoration: none;
    position: absolute;
    bottom: 6px;
    left: 10px;
    color: #ffffff69
}

a#navigateur {
    background: red;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 6px 0;
    right: 0;
    border-radius: 0
}

@media(max-width:1800px) {
    a#navigateur {
        border-radius: 0;
        left: 0 !important;
        width: 100%
    }
}

*:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus {
    outline: none;
}

a#acces_st {
    text-align: center;
    background: #6b6c70;
    text-decoration: none;
    font-size: initial;
    font-weight: 400;
    width: 80%;
    padding: 10px 0px;
    display: block;
    margin-bottom: 15px;
    margin-left: 10%;
    margin-top: 10px;
}