/* Ajout des polices Lato */
@font-face
{
    font-family: 'LatoLight';
    src: url('../../../fonts/latolight.woff2') format('woff2'),
    url('../../../fonts/latolight.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}

@font-face
{
    font-family: 'Lato';
    src: url('../../../fonts/lato.woff2') format('woff2'),
    url('../../../fonts/lato.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}


body
{
    background-color: #f0f0f0;
}

#contenu
{
    width: 625px;
    margin: 80px auto 0;
    background-color: #fff;
    padding: 10px 5px;
    position: relative;
    -webkit-box-shadow: 0 5px 2px rgba(70, 70, 70, 0.5);
    -moz-box-shadow: 0 5px 2px rgba(70, 70, 70, 0.5);
    box-shadow: 0 5px 2px rgba(70, 70, 70, 0.5);
}

h1
{
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-top: 22px;
}

#contenu h2
{
    text-align: center;
    font-family: Lato, sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    margin-top: 5px;
}

.bandeau
{
    height: 20px;
    background: transparent url('../../../images/header_bandeau.png') repeat-x;
}

#logoSdis
{
    height: 68px;
    width: max-content;
    margin: 50px auto 50px;
    text-align: center;
}

label
{
    font-family: Lato, sans-serif;
    font-size: 12px;
    display: block;
}

input
{
    border: 1px solid #e6e6e6;
    border-radius: 0;
    margin-top: 5px;
    padding: 2px;
}

#champLogin,
#champMotDePasse
{
    width: calc(50% - 5px);
    display: inline-block;
    position: relative;
}

#champLogin input,
#champMotDePasse input
{
    width: 156px;
}

#champLogin label,
#champLogin input
{
   margin-left: 140px;
}

#champMotDePasse input,
#champMotDePasse label
{
    margin-left: 10px;
}

.erreur
{
    display: block;
    color: #f00;
    font-weight: bold;
    font-size: 10px;
    margin: 5px 0 5px 140px;
    height: 0.6em;
    min-height: 0.6em;
}

.submit
{
    background-color: #f0f0f0;
    color: #00CC99;
    border: 1px solid #999;
    font-size: 10px;
    font-weight: bold;
    display: block;
    margin: auto;
    width: 105px;
    height: 20px;
    cursor: pointer;
    margin-top: 10px;
}

.submit:hover
{
    background-color: #c1c1c1;
    color: #ffffff;
}

#personnages
{
    margin: 30px auto 35px;
    background: transparent url('../../../images/personnages_login.png') no-repeat center;
    width: 245px;
    height: 92px;
}

footer
{
    height: 275px;
    margin: 15px 5px 45px;
    border: 1px solid #e6e6e6;
    position: relative;
    background: transparent url('../../../images/captures_logiciels.png') no-repeat center;
}

#footerTitre
{
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    margin: auto;
    text-align: center;
    width: 430px;
    background: #fff none;
    font-family: LatoLight, sans-serif;
    font-size: 16px;
}

#decouvrez
{
    font-size: 12px;
    margin-left: 360px;
    margin-top: 28px;
}

#logoPretexx
{
    height: 50px;
    width: 115px;
    background: #fff url('../../../images/logo_pretexx.png') no-repeat center;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#copyright
{
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
    width: 115px;
    text-align: center;
    font-size: 10px;
    color: #999;
}

#pictoOeil
{
    cursor: pointer;
    position: absolute;
    top: 48%;
    left: 58%;
    height: 22px;
    width: 22px;
}