﻿@font-face {
    font-family: 'nexus_like';
    src: url("font/texgyreheros-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexus_like';
    src: url("font/texgyreheros-bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'nexus_like';
    src: url("font/texgyreheros-italic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'nexus_like',sans-serif;
    background-color:#E8ECF0;
}
.page_login {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'nexus_like',sans-serif;
}
.pl_header {
    flex: 0 0 auto;
    display: flex;
    color: #666;
    margin: 30px 50px 10px 50px;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
    font-family: 'nexus_like',sans-serif;
}
.pl_login {
    flex: 0 0 auto;
    display: flex;
    padding: 10px;
    font-family: 'nexus_like',sans-serif;
}
.pl_logoemed{
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
    background: url(logos/logo_emed.png) no-repeat 50% 50%;
    background-size: 50px;
}
.pl_contentcenter{
    display:flex;
    flex:1 1 auto;
}
.pl_titre {
    font-size: 24px;
    display: flex;
    align-items: center;
}
.pl_bottom{flex: 0 0 auto;}
.pl_bottom2{
    flex: 1 1 auto;
    display: flex;
}
.pl_logonexuscs3i{
    flex:0 0 auto;
    width: 170px;
    height: 60px;
    margin:0 auto;
    background: url(logos/logo_nexus_cs3i.png) no-repeat 50% 50%;
    background-size:contain;
}

.BandeauInfoTelLogin {
    width: 100%;
    height: auto;
    display: flex;
    padding: 20px 10px;
    align-items: center;
    justify-content: center;
    background: #39b67d;
    box-shadow: 0px 5px rgba(0,0,0,0.3);
    color: white;
    font-size: 15px;
    box-sizing: border-box;
}
.BandeauInfoTelLogin b {font-size: 17px}
.iconeInfoTelLogin {
    width: 65px;
    height: 75px;
    /* animation: tourne 1.5s infinite alternate-reverse ease-in-out;
    font-size: 35px;*/
    margin-right: 20px;
}
@keyframes tourne {
    0% {
        transform: rotate(0deg) scale(1);
    }

    40% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(30deg);
    }

    60% {
        transform: rotate(-30deg) scale(1.1);
    }

    70% {
        transform: rotate(30deg);
    }

    80% {
        transform: rotate(0deg) scale(1);
    }
}
.optimized_chrome{
    margin: 0 auto;
    text-align:center;
}
    .optimized_chrome label {
        font-size: 10px;
        color: #777;
        margin: 50px 0 6px 0;
        display: block;
        display: flex;
        align-items: center;
    }
.link_chrome {
    display: inline-block;
    height: 22px;
    width: 82px;
    border-radius: 200px;
    margin-left: 5px;
    background: white url(images/chrome_optimise.png) no-repeat 50% 50%;
    background-size: contain;
}
.pl_zconnexion{
    margin: 30px auto;
    width:500px;
    text-align:center;
    background-color:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
    padding: 20px 0;
}
.zconnexion_titre {
    color: #12285A;
    text-align: center;
    background-color: #fff;
    padding: 14px 0;
    font-weight: bold;
}
.zconnexion{
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.zconnexion_id{
    display: flex;
    margin: auto;
    padding:4px 0;
    width:250px;
}
.zconnexion_mdp{
    display: flex;
    margin: auto;
    padding:4px 0;
    width:250px;
    margin-top:5px;
}
.zsave_id{
    font-size:12px;
    margin: 10px;
    display: inline-block;
}
.zsave_idcenter{
    display: flex;
    align-items: center;
}
.icone-id,
.icone-mdp{
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
}
.icone-id{background:transparent url(images/identifiant.png) no-repeat 50% 50%;}
.icone-mdp{background:transparent url(images/cadena.png) no-repeat 50% 50%;}
.zconnexion_id input,
.zconnexion_mdp input{
    background-color: #eee;
    border: 1px solid #d5d5d5 !important;
    color: #212121;
    padding: 9px 12px 9px 37px;
    font-size: 14px;
    border: none;
    padding: 4px;
    width: 200px;
    box-shadow: 0 0 0px 1000px #eee inset;
    -webkit-box-shadow: 0 0 0px 1000px #eee inset;
}
#checkAutoLog {
    margin-left:15px;
}

#btnConnexion {
    height: 50px;
    background: none repeat scroll 0 0 #12285A;
    border: 1px solid #333;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 50px 0;
    line-height: 50px;
    text-transform: uppercase;
    transition: all 0.1s ease-out;
    box-shadow: 0 0px 0 rgba(0,0,0,0.1);
    transform: translateY(0px);
}
    #btnConnexion:hover {
        color: #fff;
        transition: all 0.07s ease-in;
        background-color: #506595;
        box-shadow: 0 2px 0 rgba(0,0,0,0.1);
        transform: translateY(-2px);
    }
.erreurAcces{
    font-size: 13px;
    color: red;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin: 2px;
}

.fadeIn {
    -webkit-animation: fadeIn 3s;
    animation: fadeIn 3s;
}
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}