﻿html {
    display: none;
}

body {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

html, body, #wrapper {
    height: unset !important;
    width: 100% !important;
}

.LoginGeneriqueMain {
    width: 100%;
    position:absolute;
}

.LoginGenerique {
    width: calc(100% - 14px);
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 400px !important;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
}

.LoginGeneriqueContainer {
    display: none;
}

#loginBlockContainerGenerique #loginBlockTitle h1 {
    padding: 0 10px;
    font-size: 1.5em;
    font-weight: normal;
    line-height: inherit !important;
}

#loginBlockContainerGenerique #loginBlockContent {
    padding: 20px;
}

#loginBlockContainerGenerique #loginBlockContent .legend {
    padding-bottom: 10px;
    color: #666666;
    font-style: italic;
    border-bottom: #666666 dashed 1px;
    text-align: left;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

#loginBlockContent input {
    max-width: 200px;
    width: 100%;
}

#loginBlockContent #motDePasseOublie {
    display: inline-block;
    margin-top: 5px;
}

#loginBlockContainerGenerique #loginBlockFooter {
    background-color: #C1CEE1;
}

#loginBlockFooter {
    padding-top: 10px;
}

    #loginBlockFooter .btn {
        background-color: #2473EA; /* #2D6E9D; */
        color: white;
        margin-bottom: 10px;
        margin-right: 10px;
    }

#loginBlockContainerGenerique #loginBlockTitle {
    background-color: #2473EA;
    background-repeat: repeat-x;
    background-position: left top;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    border: none;
}

#loginBlockFooter .left {
    line-height: 25px;
    color: red;
    text-align: center;
}

#loginBlockFooter .right {
    text-align: right;
}

.sonic-wait .sonic {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.fond-theme {
    background-color: #2473EA;
}

#Message {
    margin: 0 auto;
    margin-bottom: 110px !important;
}

.linkedin {
    margin: 0 auto;
    margin-top: 110px !important;
    padding-bottom: 0px !important;
}

.linkedin, #Message {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #2473EA;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}

    .linkedin .firstDiv, #Message .Message {
        display: flex;
        align-items: center;
        padding: 5px;
        border: 1px solid white;
        border-radius: 5px;
        background-color: rgb(255 255 255 / 70%);
        width: fit-content;
        margin: 5px;
    }

    .linkedin #logoSvgLinkedin {
        margin: auto auto;
        display: block;
    }


    .linkedin img {
        width: 45px;
        margin-bottom: 20px;
    }