/*////////////////// FONTS //////////////////*/
/*@font-face {
    font-family: "Open sans";
    font-weight: 300;
    src: url('../../fonts/OpenSans/OpenSans-Light.ttf');
}
@font-face {
    font-family: "Open sans";
    font-weight: 300;
    font-style: italic;
    src: url('../../fonts/OpenSans/OpenSans-LightItalic.ttf');
}
@font-face {
    font-family: "Open sans";
    font-weight: 400;
    src: url('../../fonts/OpenSans/OpenSans-Regular.ttf');
}
@font-face {
    font-family: "Open sans";
    font-weight: 400;
    font-style: italic;
    src: url('../../fonts/OpenSans/OpenSans-Italic.ttf');
}
@font-face {
    font-family: "Open sans";
    font-weight: 500;
    src: url('../../fonts/OpenSans/OpenSans-Semibold.ttf');
}
@font-face {
    font-family: "Open sans";
    font-weight: 500;
    font-style: italic;
    src: url('../../fonts/OpenSans/OpenSans-SemiboldItalic.ttf');
}
/*@font-face {
    font-family: "Open sans";
    font-weight: 600;
    src: url('../../fonts/OpenSans/OpenSans-Bold.ttf');
}
@font-face {
    font-family: "Open sans";
    font-weight: 600;
    font-style: italic;
    src: url('../../fonts/OpenSans/OpenSans-BoldItalic.ttf');
}
@font-face {
    font-family: "Open sans";
    font-weight: 700;
    src: url('../../fonts/OpenSans/OpenSans-ExtraBold.ttf');
}
@font-face {
    font-family: "Open sans";
    font-weight: 700;
    font-style: italic;
    src: url('../../fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf');
}*/

/*@font-face {
    font-family: "Maven pro";
    font-weight: 400;
    src: url('../../fonts/MavenPro/MavenPro-Regular.ttf');
}
@font-face {
    font-family: "Maven pro";
    font-weight: 500;
    src: url('../../fonts/MavenPro/MavenPro-Medium.ttf');
}
@font-face {
    font-family: "Maven pro";
    font-weight: 600;
    src: url('../../fonts/MavenPro/MavenPro-Bold.ttf');
}
@font-face {
    font-family: "Maven pro";
    font-weight: 700;
    src: url('../../fonts/MavenPro/MavenPro-Black.ttf');
}*/

*, *:after, *:before{
    box-sizing: border-box;
    outline: none;
}
html{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body, body * { box-sizing:border-box; }
.display-none{
    display:none;
}
.display-inline-block{
    display:inline-block;
}
.display-block-importent{
    display: block !important
}
::-webkit-input-placeholder {
    opacity: 0.6 !important;
}

:-moz-placeholder {
    opacity: 0.6 !important;
}

::-moz-placeholder {
    opacity: 0.6 !important;
}

:-ms-input-placeholder {
    opacity: 0.6 !important;
}

a {
    color : inherit ;
    text-decoration : inherit ;
}


.block{
    display: block !important;
}
/*////////////////// GLOBAL WRAPPER //////////////////*/
.LOGIN_global-wrapper{
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: none no-repeat center fixed;
    background-size: cover;
    background-color: #2e3a4b;
    position: relative;
    z-index: 0;
}
.LOGIN_global-wrapper:after{
    background-color: rgba(46, 68, 75, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
}

/*////////////////// CONTENT WRAPPER //////////////////*/
.LOGIN_content-wrapper{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

/*////////////////// LEFT CONTAINER //////////////////*/
.LOGIN_left-container{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    vertical-align: middle;
}
body:not(.already-loggedin) .LOGIN_left-container {
    -webkit-transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:         all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.LOGIN_left-container-35{
    width: 35%;
}

/*////////////////// INFOS //////////////////*/
.LOGIN_client{
    display: table;
    padding: 0;
    text-align: center;
    transition: all 0.4s ease 0.15s;
    width: 100%;
    height: 100%;
}
.LOGIN_client-inner{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.LOGIN_logo-client {
    max-width: 66.67% ;
    max-height: 200px ;
}

/*////////////////// RIGHT CONTAINER //////////////////*/
.LOGIN_right-container {
    height: 100%;
    width: 0;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #fff;
}
body:not(.already-loggedin) .LOGIN_right-container {
    -webkit-transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:         all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.LOGIN_right-container-65{
    width: 65%;
}
.LOGIN_right-inner{
    width: 100%;
    height: 100%;
    display: table;
    min-width: 430px;
}

/*////////////////// RIGHT HEADER //////////////////*/
.LOGIN_right-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0);
    margin: 0;
    padding: 0;
    z-index: 100;
}
.LOGIN_right-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0);
    margin: 0;
    padding: 0 30px;
    z-index: 100;
    text-align: right;
}
.LOGIN_language{
    color: #707687;
    display: inline-block;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    /* cursor: pointer; */
    transition: all 0.2s ease;
}
.LOGIN_language:hover{
    color: #243043;
}

/*////////////////// RIGHT CONTENT //////////////////*/
.LOGIN_right-content {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0);
    margin: 0;
    z-index: 100;
    display: table-cell;
    vertical-align: middle;
}
.LOGIN_right-form {
    width: 100%;
    margin: 0;
    padding: 0 25% 0 15%;
    position: relative;
    transform: scale(0.8);
}
.LOGIN_right-form-visible {
    transform: scale(1);
    transition: transform 0.5s ease ;
}
.LOGIN_right-form-hidden {
    margin: 0 0 0 100px;
    transition: margin 0.3s ease;
}
.LOGIN_right-form-error, .LOGIN_right-form-errorEmpty, .LOGIN_right-password-form-error,
.EMAIL_right-password-form-errorEmpty, .EMAIL_right-password-form-errorInvalid,
.EMAIL_right-password-form-errorNotFound, .EMAIL_right-password-form-errorDeleted, .EMAIL_right-password-form-errorExpirated,
.EMAIL_right-password-form-errorEmptyAccount, .EMAIL_right-password-form-errorInvalidAccount, .EMAIL_right-password-form-errorTelAccount,
.EMAIL_right-password-form-errorLoginExists, .EMAIL_right-password-form-errorInvalidPwAccount, .EMAIL_right-password-form-errorNotEqaulPwConfirAccount,
.EMAIL_right-password-form-errorMailExists, .EMAIL_right-password-form-errorCaptcha, .EMAIL_right-password-form-requestAccountSentError{
    font-family : "Open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color : #b22623 ;
    background : rgba(178, 38, 35, 0.1) ;
    border-radius : 3px ;
    padding : 0 14px ;
    width : 100% ;
    margin-bottom : 0 ;
    height : 0 ;
    overflow : hidden ;
    opacity : 0 ;
    filter: alpha(opacity=0) ;
    transition : all 0.33s ease ;
}
.LOGIN_right-password-form-error.show, .EMAIL_right-password-form-errorEmpty.show, .EMAIL_right-password-form-errorInvalid.show,
.EMAIL_right-password-form-errorNotFound.show, .LOGIN_right-form-errorEmpty.show, .LOGIN_right-form-error.show,
.EMAIL_right-password-form-errorDeleted.show, .EMAIL_right-password-form-errorExpirated.show, .EMAIL_right-password-form-errorEmptyAccount.show,
.EMAIL_right-password-form-errorInvalidAccount.show, .EMAIL_right-password-form-errorTelAccount.show, .EMAIL_right-password-form-errorLoginExists.show,
.EMAIL_right-password-form-errorInvalidPwAccount.show, .EMAIL_right-password-form-errorNotEqaulPwConfirAccount.show, .EMAIL_right-password-form-errorMailExists.show,
.EMAIL_right-password-form-errorCaptcha.show, .EMAIL_right-password-form-requestAccountSentError.show{
    color : #b22623 ;
    height : auto ;
    margin: 15px 0 0 0;
    padding : 10px 14px ;
    border : 1px solid rgba(178, 38, 35, 0.7) ;
    opacity : 1 ;

    filter: alpha(opacity=100) ;
}
.LOGIN_right-form-error p, .LOGIN_right-form-errorEmpty p, .LOGIN_right-password-form-error p,
.EMAIL_right-password-form-errorEmpty p, .EMAIL_right-password-form-errorInvalid p, .EMAIL_right-password-form-errorNotFound p,
.EMAIL_right-password-form-errorDeleted p, .EMAIL_right-password-form-errorExpirated p, .EMAIL_right-password-form-errorEmptyAccount p,
.EMAIL_right-password-form-errorInvalidAccount p, .EMAIL_right-password-form-errorTelAccount p, .EMAIL_right-password-form-errorLoginExists p,
.EMAIL_right-password-form-errorInvalidPwAccount p, .EMAIL_right-password-form-errorNotEqaulPwConfirAccount p, .EMAIL_right-password-form-errorMailExists p,
.EMAIL_right-password-form-errorCaptcha p, .EMAIL_right-password-form-requestAccountSentError p{
    font-weight : 500 ;
    font-size : 14px ;
    margin : 0 ;
}
.LOGIN_right-form-error p+p, .LOGIN_right-form-errorEmpty p+p, .LOGIN_right-password-form-error p+p,
.EMAIL_right-password-form-errorEmpty p+p, .EMAIL_right-password-form-errorInvalid p+p, .EMAIL_right-password-form-errorNotFound p+p,
.EMAIL_right-password-form-errorDeleted p+p, .EMAIL_right-password-form-errorExpirated p+p, .EMAIL_right-password-form-errorEmptyAccount p+p,
.EMAIL_right-password-form-errorInvalidAccount p+p, .EMAIL_right-password-form-errorTelAccount p+p, .EMAIL_right-password-form-errorLoginExists p+p,
.EMAIL_right-password-form-errorInvalidPwAccount p+p, .EMAIL_right-password-form-errorNotEqaulPwConfirAccount p+p,
.EMAIL_right-password-form-errorMailExists p+p, .EMAIL_right-password-form-errorCaptcha p+p, .EMAIL_right-password-form-requestAccountSentError p+p{
    color : #b22623 ;
    font-weight : 400 ;
    font-size : 12px ;
    margin-top : 4px ;
}
.EMAIL_right-password-form-mailSent, .EMAIL_right-password-form-requestAccountSent{
    font-family : "Open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color : #43ac6a ;
    background : rgba(38, 178, 35, 0.1) ;
    border : 1px solid rgba(38, 178, 35, 0.7) ;
    border-radius : 3px ;
    padding : 0 14px ;
    width : 100% ;
    margin-bottom : 0 ;
    height : 0 ;
    overflow : hidden ;
    opacity : 0 ;
    filter: alpha(opacity=0) ;
    transition : all 0.33s ease ;
}
.EMAIL_right-password-form-mailSent.show, .EMAIL_right-password-form-requestAccountSent.show {
    color : #43ac6a ;
    /*height : 62px ;*/
    min-height : 80px;
    margin-bottom: 24px;
    padding : 10px 14px ;
    opacity : 1 ;
    filter: alpha(opacity=100) ;
}
.EMAIL_right-password-form-mailSent p, .EMAIL_right-password-form-requestAccountSent p {
    font-weight : 500 ;
    font-size : 14px ;
    margin : 0 ;
}
.EMAIL_right-password-form-mailSent p+p, .EMAIL_right-password-form-requestAccountSent p+p {
    color : #43ac6a ;
    font-weight : 400 ;
    font-size : 12px ;
    margin-top : 4px ;
}

#errorRedFoundPw, #errorRedInvalidPw, #errorRedExpraitedPw, #errorDeletedPw, #errorRedEmptyAccount,
#errorRedInvalidAccount, #errorRedTelAccount, #errorRedFoundAccount, #errorRedExpiratedAccount, #errorRedDeletedAccount,
#errorRedLoginExists, #errorRedInvalidPwAccount, #errorRedNotEquatPwAccount, #errorRedMailExists, #errorRedCaptcha,
#requestAccountSentError, #errorRedEmptyPw {
    color : #b22623 ;
    font-weight : 500 ;
    font-size : 14px ;
    margin : 0 ;
}
#mailSent, #requestAccountSent{
    color : #43ac6a ;
    font-weight : 500 ;
    font-size : 14px ;
    margin : 0 ;
}
.LOGIN_right-content h1{
    font-family: "Open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.1;
    color: #b0b4bd;
    font-size: 35px;
    font-weight: 300;
    margin: 0 0 5px 0;
}
.LOGIN_right-form-inner-disabled {
    opacity: 0.4;
    transition: opacity 0.2s ease;
}
.LOGIN_right-content label{
    font-family: "Open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #60697d;
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin: 18px 0 5px 2px;
    max-width: 100%;
    vertical-align: sub;
}
.LOGIN_right-content input[type="text"], .LOGIN_right-content input[type="password"], .LOGIN_right-content input[type="mail"]{
    background-color: #f5f5f5;
    /*text-fill-color: inherit !important;*/
    background-image: none;
    border: 1px solid #e7eaeb;
    border-radius: 2px;
    color: #404b63;
    display: block;
    font-size: 13px;
    height: 28px;
    line-height: 1.4;
    padding: 4px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
    width: 100%;
    margin: 0;
}
.LOGIN_right-content input[type="text"]:hover, .LOGIN_right-content input[type="password"]:hover, .LOGIN_right-content input[type="mail"]:hover {
    border-color: #d0d3d4;
}
.LOGIN_right-content input[type="text"]:focus, .LOGIN_right-content input[type="password"]:focus, .LOGIN_right-content input[type="mail"]:focus,
#comment:focus{
    background-color: #fff;
    border-color: #43ac6a;
    box-shadow: 0 0 0 16px #fff inset, 0 0 2px rgba(118, 183, 42, 0.3);
    color: #243043;
    outline: 0 none;
}
.LOGIN_right-content input[type="text"]:focus:hover, .LOGIN_right-content input[type="password"]:focus:hover, .LOGIN_right-content input[type="mail"]:focus:hover,
#comment:focus:hover{
    border-color: #43ac6a;
}
.LOGIN_right-content input.unvalid,
.LOGIN_right-content input.unvalid:hover, TEXTAREA.unvalid {
    /* background : rgba(178, 38, 35, 0.1) !important ; */
    border-color : rgba(178, 38, 35, 0.7) !important ;
}
.LOGIN_right-content input.unvalid:focus {
    background : #fff !important ;
    border-color : rgba(178, 38, 35, 0.7) !important ;
    box-shadow: 0 0 2px rgba(178, 38, 35, 0.3) ;
}
.LOGIN_btn-validate{
    color: #fff;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 2px;
    padding: 4px 10px;
    background: #43ac6a;
    cursor: pointer;
    margin: 25px 0 0 0;
    display: block;
    font-family: "Open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    transition: background 0.25s ease 0s;
}
.LOGIN_btn-validate span{
    margin: 0 10px 0 0;
}
.LOGIN_btn-validate:hover{
    background: #15905a;
}
.LOGIN_btn-validate + p{
    font-family: "Open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #60697d;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    margin: 48px 0 0 0;
}
.LOGIN_btn-create-account{
    color: #43ac6a;
    margin: 0 0 0 4px;
    transition: color 0.2s ease 0s;
    font-weight: 500;
    display: inline-block;
    font-family: "Open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-style: normal;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}
.LOGIN_btn-create-account:hover{
    color: #0b8650 !important;
}
.LOGIN_btn-cancel{
    color: #b0b4bd;
    padding: 0;
    border: none;
    background: none;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    font-family: "Open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin: 10px 0 0 0;
    transition: all 0.25s ease 0s;
}
.LOGIN_btn-cancel:hover{
    color: #707687;
}
.LOGIN_right-form .LOGIN_btn-cancel{
    margin: 5px 0 0 0;
}

#comment{
    background-color: #f3f5f6;
    box-shadow : 0 0 0 16px #f3f5f6 inset;
    /*text-fill-color: inherit !important;*/
    background-image: none;
    border: 1px solid #d9dde5;
    border-radius: 3px;
    color: #404b63;
    display: block;
    font-size: 13px;
    line-height: 1.4;
    padding: 4px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
    width: 100%;
    margin: 0 0 8px 0;
}

#name, #firstName, #mailAccount, #identifiant #captcha{
    margin: 0 0 8px 0;
}

/*////////////////// LOADER //////////////////*/
.LOGIN_loading p{
    font-family: "Open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #808594;
    float: left;
    margin: 30px 0 34px 5px;
}
.LOGIN_loading img{
    margin: 31px 0 0 16px;
    color: #808594;
}
.LOGIN_loading_FP p, .LOGIN_loading_CA p{
    font-family: "Open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #808594;
    float: left;
    margin: 6px 0 0 5px;
}
.LOGIN_loading_FP img, .LOGIN_loading_CA img{
    margin: 6px 0 0 16px;
    color: #808594;
}

.LOGIN_loaded p{
    font-family: "Open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #43ac6a;
    float: left;
    margin: 30px 0 34px 5px;
}
.LOGIN_loaded span{
    margin: 0 0 0 10px;
    font-size: 14px;
    position: relative;
    top: -1px;
}

/*////////////////// MODULES //////////////////*/
.LOGIN_right-storefront {
    width: 100%;
    margin: 0;
    padding: 0 10% 0 10%;
    text-align: center;
    transform: scale(0.8);
}
.LOGIN_right-storefront-visible {
    transform: scale(1);
    transition: transform 0.5s ease ;
}
.LOGIN_right-storefront-hidden {
    margin: 0 0 0 100px;
    transition: margin 0.3s ease;
}
.LOGIN_right-storefront h1{
    font-size: 25px;
    margin: 0 0 20px 0;
    text-align: left;
}
.LOGIN_right-module {
    width: 100%;
    margin: 0;
    padding: 0 10% 0 10%;
    text-align: center;
    transform: scale(0.8);
}
.LOGIN_right-module-visible {
    transform: scale(1);
    transition: transform 0.5s ease ;
}
.LOGIN_right-module-hidden {
    margin: 0 0 0 100px;
    transition: margin 0.3s ease;
}
.LOGIN_right-module h1{
    font-size: 25px;
    margin: 0 0 20px 0;
    text-align: left;
}
.LOGIN_module-list{
    padding: 10px 0 0 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.LOGIN_module{
    list-style: none;
    float: left;
    width: 33%;
    padding: 5px 5px 0 5px;
    margin: 0 0 5px 0;
    /*font-family: "Maven pro","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #a0a4af ;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}
.LOGIN_module:hover{
    color: #60677a;
    transition: all 0.4s ease 0s;
}
.LOGIN_module-inner{
    display : block ;
    width: 100%;
    padding-top: 60%;
    margin: 0 0 5px 0;
    height: 0;
    border-radius: 5px;
    background-color: #f9f9fb;
    position: relative;
    overflow: hidden;
}
.LOGIN_module-inner:after {
    background: rgba(36, 48, 67, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.40s ease;
}
.LOGIN_module:hover .LOGIN_module-inner:after {
    background: rgba(36, 48, 67, 0.85);
}
.LOGIN_module-picto{
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1;
    transition: all 0.40s ease;
}
.LOGIN_module-picto div{
    display: table-cell;
    vertical-align: middle;
}
.LOGIN_module:hover .LOGIN_module-picto{
    opacity: 1;
}
.LOGIN_module-inner span{
    color: #fff;
    font-size: 3vw;
}

.LOGIN_module-inner img{
    transform: scale(1);
    width: 100%;
    height: 100%;
    transition: all 0.40s ease;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.LOGIN_module:hover .LOGIN_module-inner img{
    transform: scale(1.1);
}

.LOGIN_btn-back{
    background-color : white ; /* IE 8 */
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 2px;
    color: #a0a4af;
    cursor: pointer;
    display: block;
    font-family: "Open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    margin: 28px 12px 0 0;
    padding: 0;
    clear: both;
    transition: color 0.25s ease 0s;
}

.LOGIN_btn-logout{
    background-color : white ; /* IE 8 */
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 2px;
    color: #a0a4af;
    cursor: pointer;
    display: block;
    font-family: "Open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    margin: 28px 12px 0 0;
    padding: 0;
    clear: both;
    transition: color 0.25s ease 0s;
}
.LOGIN_btn-logout span{
    margin: 0 10px 0 0;
}
.LOGIN_btn-logout:hover{
    color: #707687;
}

/*////////////////// FORGOT PASSWORD / CEATE ACCOUNT //////////////////*/
.LOGIN_right-password{
    width: 100%;
    margin: 0;
    padding: 0 25% 0 15%;
    transform: scale(0.8);
}
.CREATE-account{
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    height: 100%;
    transform: scale(0.8);
}
.CREATE-account > div{
    padding: 10% 13%;
}
.LOGIN_right-password-visible, .CREATE-account-visible {
    transform: scale(1);
    transition: transform 0.5s ease;
}
.LOGIN_right-password-hidden, .CREATE-account-hidden {
    margin: 0 0 0 100px;
    transition: margin 0.3s ease;
}
.LOGIN_right-password h1, .CREATE-account h1{
    font-size: 25px;
}
.LOGIN_right-password p, .CREATE-account p{
    color: #788091;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin: 14px 0 0 2px ;
}
.LOGIN_right-password p strong,
.CREATE-account p strong{
    color: #404b63;
    font-weight: 500;
}
.LOGIN_btn-send-password, .LOGIN_btn-send-account{
    background-image: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    outline: medium none;
    padding: 4px 10px;
    text-align: center;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #43ac6a;
    color: #fff;
    margin: 8px 0 0 0;
}
.LOGIN_btn-cancel-password, .LOGIN_btn-cancel-account{
    color: #a6acb7;
    background-color: transparent;
    padding: 4px 0;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    outline: medium none;
    text-align: center;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    margin: 8px 0 0 10px;
}
.LOGIN_captcha{
    margin: 28px 0 0 0;
}
.LOGIN_captcha div{
    border: none;
    background: none;
    box-shadow: none;
    vertical-align: top;
    margin: 11px;
    padding: 0;
    cursor: pointer;
    display: inline-block;
}
.LOGIN_captcha div span{
    font-size: 16px;
    color: #a6acb7;
    transition: all 0.2s ease 0s;
}
.LOGIN_captcha div:hover span{
    color: #404b63;
}

/*////////////////// RIGHT FOOTER //////////////////*/
.LOGIN_right-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0);
    margin: 0;
    padding: 0 20px 16px 20px;
    z-index: 100;
    -webkit-transition: bottom 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:         bottom 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.LOGIN_copyright{
    color: #b0b4bd;
    display: inline-block;
    float: left;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1;
    margin: 38px 0 0;
    min-width: 340px;
}
.LOGIN_logo-adiict {
    border : none ;
    outline : none ;
}

/*////////////////// TEST DEBIT //////////////////*/
.LOGIN_btn-debit{
    color: #337ab7;
    margin: 0 0 0 8px;
    cursor: pointer;
}
.LOGIN_btn-debit:hover{
    text-decoration: underline;
}
.LOGIN_right-footer img{
    position: absolute;
    right: 20px;
    bottom: 16px;
    height: 25px;
}
.LOGIN_right-debit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #ddd;
    -webkit-transition: height 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:         height 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.LOGIN_right-debit-open {
    height: 40px;
}
.LOGIN_right-footer-open {
    bottom: 40px;
}

.LOGIN_debit-load{
    height: 8px;
    width: 200px;
    border-radius: 20px;
    background-color: #d3d5db;
    box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    overflow: hidden;
    margin: 21px 0 0 20px;
    float: left;
}
.LOGIN_debit-load-inner{
    height: 8px;
    width: 0;
    background-color: #60677a;
    overflow: hidden;
    /* transition: width 0s ease; */
}
/* .LOGIN_debit-load-inner-active{
    width: 100%;
    transition: width 5s ease;
} */
.LOGIN_debit-bars{
    float: left;
    height: 20px;
    width: 30px;
    position: relative;
    margin: 9px 0 0 10px;
}
.LOGIN_debit-bars div{
    width: 3px;
    float: left;
    background-color: #d0d3d8;
    position: absolute;
    bottom: 0;
    transition: background-color 0.3s ease;
}
.LOGIN_debit-bar1{
    left: 0;
    height: 4px;
}
.LOGIN_debit-bar2{
    left: 5px;
    height: 7px;
}
.LOGIN_debit-bar3{
    left: 10px;
    height: 10px;
}
.LOGIN_debit-bar4{
    left: 15px;
    height: 13px;
}
.LOGIN_debit-bar5{
    left: 20px;
    height: 16px;
}
.LOGIN_debit-bar6{
    left: 25px;
    height: 19px;
}
.LOGIN_debit-bar-active{
    background-color: #60677a !important;
}
.LOGIN_debit-infos{
    float: left;
    margin: 0;
    color: #9095a2;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    margin: 15px 8px 0 8px;
    width : 120px ;
}
.LOGIN_debit-btn-test, .LOGIN_debit-btn-test-bis{
    background-color: #fff;
    background-image: none;
    border: 1px solid #9095a2;
    border-radius: 3px;
    color: #9095a2;
    cursor: pointer;
    display: inline-block;
    /*font-family: "Maven Pro","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    margin: 8px 0 0 10px;
    outline: medium none;
    padding: 2px 6px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease 0s, box-shadow 0.05s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.LOGIN_debit-btn-test:hover, .LOGIN_debit-btn-test-bis:hover{
    border: 1px solid #60677a;
    color: #60677a;
}
.LOGIN_debit-btn-test-bis{
    margin: 8px 0 0 5px;
}
.LOGIN_debit-btn-test-bis span{
    margin: 0 6px 0 0;
    font-size: 14px;
    position: relative;
    top: 1px;
}
#resultLabel{
    font-family: "Open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #60697d;
    display: inline-block;
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 5px;
    max-width: 100%;
    vertical-align: sub;
}
#result{
    font-family: "Open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    display: inline-block;
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 5px;
    max-width: 100%;
    vertical-align: sub;
}
#pwAccount{
    margin: 0 0 0px;
}
.short{
    color:#FF0000;
}
.weak{
    color:#E66C2C;
}
.good{
    color:#2D98F3;
}
.strong{
    color:#006400;
}

/*///////////////// SNOW //////////////////*/
/*#snow{
  background: none;
  font-family: Androgyne;
  background-image: url('http://www.wearewebstars.dk/codepen/img/s1.png'), url('http://www.wearewebstars.dk/codepen/img//s2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index:1;
  -webkit-animation: snow 10s linear infinite;
  -moz-animation: snow 10s linear infinite;
  -ms-animation: snow 10s linear infinite;
  animation: snow 10s linear infinite;
  }
  @keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
    100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
  }
  @-moz-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
    100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
  }
  @-webkit-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
    100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
  }
  @-ms-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
    100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
  }
@patch end */ 
