#cookieConsent{
    background-color:rgba(20,20,20,0.8);
    min-height:26px;
    font-size:14px;
    color:#ccc;
    line-height:26px;
    padding:8px 0 8px 30px;
    font-family:"Trebuchet MS",Helvetica,sans-serif;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    display:none;
    z-index:9999
}
#cookieConsent a{
    color:#4B8EE7;
    text-decoration:none
}
#closeCookieConsent{
    float:right;
    cursor:pointer;
    height:25px;
    width:25px;
    line-height:25px;
    font-size:25px;
    margin:-10px 0 0 0;
    font-weight:bold
}
#closeCookieConsent:hover{
    color:#FFF
}
#cookieConsent a.cookieConsentOK{
    background-color:#F1D600;
    color:#000;
    border-radius:5px;
    padding:0 50px;
    cursor:pointer;
    float:right;
    margin:0 30px 0 10px
}
#cookieConsent a.cookieConsentOK:hover{
    background-color:#E0C91F
}


#internetExplorer{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: white;
	display: none;
}
#labelleInternetExplorer{
	position: absolute;
	width: 100%;
	height: 45px;
	text-align: center;
	font-size: 16px;
	top: calc(50% - 45px/2);
}
#imageDesole{
	position: absolute;
	width: 100%;
	height: 90px;
	top: calc(50% - 45px/2 - 100px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../img/Desole_Picto_001.png");
}

.card{
    display:none;
    opacity:0;
    clear:left;
    position:relative;
    width:90%;
    max-width:350px;
    margin-left:auto;
    margin-right:auto;
    background-color:white;
    margin-bottom:10px;
    margin-top:10px;
    border:2px solid #3498db;
    border-radius:3px;
    /*box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)*/
}
.cardheader{
    position:relative;
    padding:0.75rem 1.25rem;
    height:25px;
    line-height:25px;
    margin-bottom:0;
    color:#3b3b3b;
    font-weight:bold;
    font-size:15px;
    text-align:left;
    text-transform:uppercase;
    background-color:rgba(0, 0, 0, 0.03);
    border-bottom:1px solid rgba(0, 0, 0, 0.125)
}
.cardblock{
    position:relative;
    padding:10px;
    display: flex;
    flex-direction:column;
    font-size:14px
}
.userInfo{
    width:90%;
    margin-bottom:10px;
    margin-left:auto;
    margin-right:auto;
    background-repeat:no-repeat;
    background-position:2px 3px;
    background-size:22px 22px;
    border:2px solid #3498db;
}
.userInfo.premier{
    margin-top:10px
}
#infoMail{
   background-image:url("../img/user.png")
}
#infoMdp{
   background-image:url("../img/mdp.png")
}
.editLogin{
    margin-left:30px;
    width:calc(90% - 24px);
    height:27px;
    border:0
}
.checkLogin{
    position: relative;
    font-size:11px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    width:140px;
    height: 30px;
}
#cbRememberMe{
    height: 100%;
    width: 23px;
    float: left;
}
#lbRememberMe{
    height: 100%;
    font-weight: bold;
    float: left;
    line-height: 30px;
    margin: 3px 3px 3px 4px;
}
.btn{
    margin-bottom:10px;
    cursor:pointer;
    width:75%;
    margin-left:auto;
    margin-right:auto;
    -webkit-border-radius:3;
    -moz-border-radius:3;
    border-radius:3px;
    font-family:Arial;
    color:#ffffff;
    font-size:14px;
    background-color:#3b3b3b;
    padding:10px 20px 10px 20px;
    text-align:center;
    text-decoration:none
}
.btn.dernier{
    margin-bottom:20px
}
.btn:hover{
    text-decoration:none
}
#btLogin{
    text-transform:uppercase;
    background-color:#3498db;
    color:white;
    position:relative
}

#infoErreur{
    width:100%;
    text-align:center;
    color:red;
    margin-bottom:10px;
    font-weight:bold;
    line-height:22px
}