/* BANNER */
#connexion #slider { width: 100%; display: block; height: 300px; position: relative; z-index: 9997; top: 100px;  }
#connexion #slider .slide { height: 300px; width: 100%; position: absolute; z-index: 0; top: 0; left: 0; bottom: 0; right: 0; }
#connexion #slider .mask_slider { height: 300px; width: 100%; position: absolute; z-index: 1; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.3) }
#connexion #slider .centered { z-index: 1; position: relative; padding-top: 110px;}
#connexion #slider h1 { width: auto; float: left; color: #fff; font-size: 50px; line-height: 50px; font-weight: 300; font-family: Oswald  }
#connexion #slider h1:after {
    transition: all ease-in-out .2s;
    background: #fff;
    content: "";
    display: block;
    height: 3px;
    width: 70px;
    margin-left: 0px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    #connexion #slider { width: 100%; display: block; height: 200px; position: relative; z-index: 9997; top: 100px;  }
    #connexion #slider .slide { height: 200px; width: 100%; position: absolute; z-index: 0; top: 0; left: 0; bottom: 0; right: 0; }
    #connexion #slider .mask_slider { height: 200px; width: 100%; position: absolute; z-index: 1; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.3) }
    #connexion #slider .centered { z-index: 1; position: relative; padding-top: 60px; width: calc(100% - 20px); margin-left: 20px}
    #connexion #slider h1 { width: auto; float: left; color: #fff; font-size: 40px; line-height: 40px; font-weight: 300; font-family: Oswald  }
}

 
/* HOME FIRST */
#connexion #corps { width: 100%; background: #ece9e5; clear:both; float: left; position: relative }
#connexion .content { width:1200px; display: table; margin: auto; }

@media (max-width: 768px) {
    #connexion .content { margin:auto; width:calc(100% - 40px); margin-left:20px; }
}

#connexion .form_div { width:450px; float: left; margin-right: 50px;  }
#connexion h2 { clear: both; float: left; font-size: 16px; font-weight: 500; color:#b21959; letter-spacing: 1px; line-height: 24px; width:100%; text-transform: uppercase }
#connexion .text { clear: both; font-size: 14px; font-weight: 400; color: #333; line-height: 22px; width:100%;  }  
#connexion .label { font-size: 16px; font-weight: 300; color: #000; line-height: 22px; letter-spacing: 1px; margin-bottom: 10px;  }  
#connexion .input { padding: 12px 25px 11px; width: calc(100% - 52px); font-size: 16px; font-weight: 300; border: 1px solid rgba(0,0,0,.2); -webkit-appearance: none; border-radius: 0;}
#connexion .forgot { font-size: 14px; float: right; cursor: pointer; text-decoration: underline; }
#connexion .inputtext { padding: 12px 25px 11px; width: calc(100% - 52px); height: 200px; font-size: 16px; font-weight: 300; border: 1px solid rgba(0,0,0,.2); -webkit-appearance: none; border-radius: 0;}
#connexion .button { display:block; float: left; line-height: 50px; font-size: 18px; padding-left: 40px; padding-right: 40px; color: #fff; font-weight: 300; letter-spacing: 1px; background: #000; transition: .3s all; cursor: pointer}
#connexion .button:hover { background: #b21959; color:#fff }

#connexion .button2 { display:block; float: left; line-height: 50px; font-size: 18px; padding-left: 40px; padding-right: 40px; color: #fff; font-weight: 300; letter-spacing: 1px; background: #b21959; transition: .3s all; cursor: pointer}
#connexion .button2:hover { background: #000; color:#fff }

@media (max-width: 768px) {
    #connexion .form_div { width:100%; float: left; margin-right: 0px; margin-bottom: 40px;  }
    #connexion .button2 { font-size: 16px; padding-left: 30px; padding-right: 30px; }
    #connexion .button2:hover { background: #b21959; color:#fff }
    #connexion .button:hover { background: #000; color:#fff }
}

#connexion .infos { width:450px; height: 700px; margin-top: -50px; padding: 40px; float: left; background: rgba(255,255,255,.6); }
#connexion .infos h2 { color:#000; margin-top: 10px; }
#connexion .infos .sep { background:rgba(0,0,0,.3); width: 75%; display: table; margin: auto; height: 1px; }
#connexion .infos .icon { font-size: 20px; width: 24px; }
#connexion .infos .icon2 { font-size: 14px; width: 24px; }

@media (max-width: 768px) {
    #connexion .infos { width:calc(100% - 40px); margin-left: -20px; float: left; margin-top: 0px; margin-bottom: 40px;  }

}

#connexion .error_login { font-size: 14px; color:#e74c3c; float: left; display: none; }
#connexion .success_forgot { font-size: 14px; color:#27ae60; float: left; display: none; margin-bottom: 20px; }
