#rememberMe {
    margin: auto;
    width: 160px;
    padding-top: 160px;
    padding-bottom: 30px;
}
#rememberMe label{
    margin-left: 18px;
}
.label {
    position: relative;
    margin: 0;
    display: block;

    line-height: 15px;
    font-size: 15px;
    font-weight: 600;

    padding-bottom : 4px;

    -webkit-transform: translate(10px, 32px);
    -moz-transform: translate(10px, 32px);
    -ms-transform: translate(10px, 32px);
    -o-transform: translate(10px, 32px);
    transform: translate(10px, 32px);

    -webkit-transition: transform 0.5s, color 0.8s;
    -moz-transition: transform 0.5s, color 0.8s;
    -ms-transition: transform 0.5s, color 0.8s;
    -o-transition: transform 0.5s, color 0.8s;
    transition: transform 0.5s, color 0.8s;

    transform-origin: 0 50%;

    text-align: left;
}

.input {
    position: relative;
    outline: none;
    background-color: rgba(255,255,255,.2);
    height: 45px;
}

.group {
    height: 60px;
    width:100%;
}

.has-label .label{
    transform: translateY(0);
}

.is-focused .label{
    color: #295DA3;
    /*color: #1161EE;*/
    /*color : #FF0000;*/
}

/*Messages erreur*/
#divError {
    position: relative;
    background-color: #F32020;
    border: 1px solid #FF8000;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0px;
}

.errorMsg {
    font-size: 1.2em;
    color : #FFFFFF;
    font-weight: bold;
    margin-bottom: 0;
}

p.errorMsg i {
    margin-right: 10px;
}

/*Messages success*/
#divSuccess {
    position: relative;
    background-color: #008000;
    border: 1px solid #00FF00;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0px;
}

.successMsg {
    font-size: 1.6em;
    color : #FFFFFF;
    font-weight: bold;
    margin-bottom: 0;
}

p.successMsg i {
    margin-right: 10px;
}

/* MESSAGE D'AIDE ADRESSE MAIL */
#infoLabelM {
    position: absolute;
    overflow: hidden;
    top: 230px;
    right: -331px;
    width: 360px;
    /*height: 88px;*/
    padding-left: 26px;
}

#spanInfoM {
    position: relative;

    width : 300px;

    left: -330px;

    border-radius : 10px;
    font-size : 0.8em;
}

#spanInfoM p {
    padding-top: 6px;
}

#pInfoTitreM {
    text-align: center;
    font-size : 1.4em;
    margin : 4px 0 8px 0;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 4px;
}

#aideM {
    position: absolute;
    right: 10px;
    top: 50px;
    color: #1161EE;
    background-color: #FFFFFF;
    border-radius: 50%;
    z-index: 1000;
}

#aideEmail {
    position: absolute;
    right: 10px;
    top: 240px;
    color: #1161EE;
    background-color: #FFFFFF;
    border-radius: 50%;
    z-index: 1000;
}

.iconeInfo {

}

.iconeInfoM, .iconeInfo{
    margin-bottom: 6px;
    margin-left: 20px;
    margin-right: 20px;
}

.iconeInfoM p, .iconeInfo p {
    margin-bottom: 2px;
}
.iconeInfoM p span, .iconeInfo p span {
    margin-left: 10px;
}

/*STYLES ADRESSE MAIL*/
#aideMail, #aideReMail, #checkReMail {
    position: absolute;
    right: 10px;
    color : rgba(255, 255, 255, 0);
    z-index: 2000;
    border : 1px solid red;
}

#aideMail {
    top: 34px;
    right: 20px;
}

#aideReMail {
    top: 406px;
}

/*#checkMail {
    top: 242px;
    right: 40px;
}*/

#checkReMail {
    top: 318px;
    right: 40px;
}

/*MESSAGE D'AIDE FIRSTNAME / LASTNAME*/
#checkFname, #checkLname {
/*    position: absolute;
    right: 10px;
    color : rgba(255, 255, 255, 0);
    z-index: 2000;
    border : 1px solid red;*/
}

#checkFname {
/*    top: 90px;
    right: 40px;*/
/*    top: 112px;
    right: -16px;*/
}

#checkLname {
/*    top: 166px;
    right: 40px;*/
/*    top: 182px;
    right: -16px;*/
}
#aideLastN{
    position : absolute;
    right : 10px;
    top : 90px;
    color : #1161EE;
    background-color: #FFFFFF;
    border-radius : 50%;
    z-index: 1000;
}

/*#infoLabelLastN {
    position : absolute;
    overflow: hidden;
    top: 90px;
    right: -330px;
    width : 360px;
    padding-left: 26px;
}*/

#spanInfoLastN {
    position: relative;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.8rem;
}

#spanInfoLastN p:first-child {

}

#pinfoTitreLastN {
    text-align: center;
    font-size : 1.4em;
    margin : 4px 0 8px 0;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 4px;
}

.ulInfo {
    margin-bottom: 10px;
    padding-left: 20px;
}

.ulInfo p {
    margin-bottom: 2px;
}

/* MESSAGE D'AIDE PASSWORD */
#infoLabel {
    position : absolute;
    overflow: hidden;
    top: 390px;
    right: -330px;
    width : 360px;
    padding-left: 26px;
}

#infoLabelNewPwd {
    position : absolute;
    overflow: hidden;
    top: 90px;
    right: -330px;
    width : 360px;
    padding-left: 26px;
}

#spanInfo {
    position: relative;
    width : 300px;
    font-size : 0.8em;
    left : -330px;
}

#pInfoTitre {
    text-align: center;
    font-size: 1.4em;
    margin: 4px 0 8px 0;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 4px;
}

#checkMdp, #checkReMdp {
    position: absolute;
    right: 10px;
    color : rgba(255, 255, 255, 0);
    z-index: 2000;
    border : 1px solid red;
}

#checkMdp {
    top: 394px;
    right: 40px;
}

#checkReMdp {
    top: 470px;
    right: 40px;
}

#aide {
    position : absolute;
    right : 10px;
    top : 390px;
    color : #1161EE;
    background-color: #FFFFFF;
    border-radius : 50%;
    z-index: 1000;
}

/*#checkNewMdp {
    top: 90px;
    right: 40px;
}

#checkReNewMdp {
    top: 167px;
    right: 40px;
}*/

#aideNewPwd {
    position : absolute;
    right : 10px;
    top : 90px;
    color : #1161EE;
    background-color: #FFFFFF;
    border-radius : 50%;
    z-index: 1000;
}

.center {
    text-align: center;
}

.foot-lnk {
    margin-top : 16px;
}

.foot-lnk i {
    margin-right: 10px;
}

.colorGreen {
    color : darkgreen;
}

.colorRed {
    color : #FF0000;
}

.bouton {
    margin-top: 10px;
    width: 200px;
}

#yourChoice {
    margin-top: 30px;
    margin-bottom: 10px;
}

#remember {
    width: 10px;
    margin: 0 auto;
}
#btnLogin {
    /*height: 100px;*/
    height: 100%;
}
#btnLogin button {
    width: 200px;
    height: 40px;
    margin-top: 30px;
    margin-right: 0 !important; /* Surcharge Bootstrap */
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: #007bff;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

#btnLogin button:hover {
    background-color: #0069D9;
}

#btnLogin button:nth-child(1) {
    margin-right: 15px;
 }

#btnLogin button:nth-child(2) {
    margin-left: 15px;
}

#BtnRemember {
    margin-top: 20px;
}



#btnSend {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 200px;
    font-size: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: #007bff;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

#btnSend:hover {
    background-color: #0069D9;
}

/* Styles, not important */
*, *:before, *:after {
    box-sizing: border-box;
}

#container-login h1 {
    font-size : 3.6rem;
}

.formulaire {
    position: relative;
    /*right : -10px;*/
}

.inputGroup {
    height: 70px;
    /*width:100%;*/
    padding-left: 0; /* Surcharge du fichier bootstrap */
    padding-right: 0; /* Surcharge du fichier bootstrap */
}

#checkFname, #checkLname, #checkMail, #checkMail2, #checkPass, #checkPass2 {
    position: absolute;
    color : rgba(255, 255, 255, 0);
    background-color: rgba(200,200,200,.9);
    height: 45px;
    line-height: 45px;
    text-align: center;
    right: 0px;
    width: 20px;
    border: 1px solid #ced4da;
    color: #868e96;
    font-size: 0.8em;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    z-index: 1000;
    cursor: pointer;
}

#sign-upFirstN, #sign-upLastN, #sign-upmail, #sign-upmail2, #sign-upPass, #sign-upPass2 {
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
    border-top-left-radius: 10px;
    margin-bottom: 10px;
    float: left;
}

.section-Title {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    border-top-left-radius: 20px;
    margin-top: 50px;
    margin-bottom: 4px;
    text-transform: uppercase;
    text-align: right;
    height: 40px;
    padding-right: 10px;
}

.section-Title h4 {
    margin-top : 3px;
}

.section-Title i {
    color : #F2F2F3;
    height: 30px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    margin : -1px 10px 0 -6px;
    float: left;
}

.topTitle{
    margin-top : 20px;
}

/* ######################### */
/* ## SELECTION DU MODÈLE ## */
/* ######################### */
#containerSelectModel {
    margin-top: 30px;
}

#selectModelTitle {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
    color:brown;

    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.selectModelBtn {
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 6px solid rgba(255, 255, 255, 0.8);
    height: 50px;
    padding-left: 0;
    padding-right: 0;
    border-top-left-radius: 16px;
    margin-right: 5px;
}

.selectModelBtn:nth-child(1) {
    margin-left: -7px;
}
   

.selectModelInputDiv {
    position: absolute;
    height: 50px;
    width: 46px;
    text-align: center;
    line-height: 50px;
    font-size: 36px;
    z-index: 10;

    transition:all 0.7s cubic-bezier(.75,-0.98,.41,2.16);
    -webkit-transition:all 0.7s cubic-bezier(.75,-0.98,.41,2.16);
    -moz-transition:all 0.7s cubic-bezier(.75,-0.98,.41,2.16);
    -ms-transition:all 0.7s cubic-bezier(.75,-0.98,.41,2.16);
    -o-transition:all 0.7s cubic-bezier(.75,-0.98,.41,2.16);
}

.js_SelectModelInputDivSmall {
    font-size: 16px !important;
    top: -10px;
    left: -10px;
}

.selectModelInput {
    opacity: 1;
    top:40px;
    z-index: 1;
}

/* ######################### */
/* ##         FIN         ## */
/* ######################### */
/* ## SELECTION DU MODÈLE ## */
/* ######################### */


/*###########################
  ###### LOGIN TESLA ########
  ###########################*/

/*LOGIN TESLA*/
.login-form-tesla {
    /*background-color: #EEEEEE;*/
    height:300px;
    text-align: center;
    border : 1px solid #DDDDDD;
    border-radius: 3px;
    box-shadow: 0 0 3px 1px #b3b3b3;
}

.login-form-tesla p {
    font-family : "Open Sans", Helvetica, Gotham, Arial, sans-serif;
    color : #606060;
    margin : 6px 10px;
    font-size: 3.8rem;
    line-height: 1.6em;
    border-bottom: 1px solid #b3b3b3;
}

/*Style des input */
.input[type="text"], .input[type="password"] {

}

#inputLoginT {
}
#inputPassT {

}
#inputBtnSubmit {
    font-family: "Roboto", Helvetica, Gotham, Arial, sans-serif;
    position: relative;
    outline: none;
    background-color: rgba(204,0,0,1);
    width: 90%;
    height: 40px;
    line-height: 40px;
    /*text-align: center;*/
    margin-top:30px;
    border-style: none;
    color : #ffffff;
}

.group-tesla {
    height: 80px;
    width:100%;
}
#messageLoginTesla p{
    font-size:1em;
    padding:25px 0;
}

#loginTesla {
    height:416px;
    overflow: hidden;
    margin-top: 50px;
}

#labelUp {
    height:410px;
}
#labelDown {
    height:410px;
}

#labelDown p{
    text-align: center;
}

/*Style du bouton Ok*/
#btnOk {
    position: relative;

    display: block;
    margin: 20px auto;
    padding: 0;

    height: 30px;
    line-height: 30px;
    width: 300px;

    overflow: hidden;

    border-width: 0;
    outline: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);

    background-color: #0254A0;
    color: #ecf0f1;

    transition: background-color .3s;
}

#btnOk:hover, #btnOk:focus {
    background-color: #bb0000;
}

#btnOk > * {
    position: relative;
}

#btnOk span {
    display: block;
    padding: 12px 24px;
}

/*#btnOk:before {
    content: "";

    position: absolute;
    top: 50%;
    left: 50%;

    display: block;
    width: 0;
    padding-top: 0;

    border-radius: 100%;

    background-color: rgba(236, 240, 241, .3);

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/

#btnOk:active:before {
    width: 120%;
    padding-top: 120%;

    transition: width .2s ease-out, padding-top .2s ease-out;
}

/*####################*/
/*  MODAL PARAMETERS  */
/*####################*/
.modal-body ul {
    list-style-type: circle;
}

.modalInfo {
    position: relative;
    /*font-size: 1.2em;*/
    text-align: center;
    line-height: 1.8rem;
}

.modalHeader {
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.67);
    -moz-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.67);
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.67);
}

.modalFooter {
    -webkit-box-shadow: 0px -2px 4px -1px rgba(0,0,0,0.67);
    -moz-box-shadow: 0px -2px 4px -1px rgba(0,0,0,0.67);
    box-shadow: 0px -2px 4px -1px rgba(0,0,0,0.67);
}

/* MESSAGE D'ERREUR */
#errorMess {
    margin-top: 10px;
    font-size: 12px;
    
    transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -ms-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 650px) {
    #btnLogin button {
        margin-left: 5px !important;
        margin-right: 5px !important;
        width: initial;
    }

    #container-login h1 {
        font-size : 2.8rem;
    }

    .section-Title h4 {
        font-size : 1.5rem;
        margin-top: 5px;
    }

    /*PARTIE LOGIN TESLA*/
    .login-form-tesla {
        height: 400px;
    }

    #btnOk {
        width: 160px;
    }

    #loginTesla {
        margin-top: 20px;
    }

    #messageLoginTesla p {
    padding: 15px 0;
    }
}

@media only screen and (max-width: 374px) {
    .section-Title h4 {
        font-size: 1.2rem;
        margin-top: 7px;
    }
}