@CHARSET "UTF-8";

.connexion-box {
    background: #e7e7e7; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #F5F5F5 0%, #FBFBFB 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5F5F5), color-stop(100%,#FBFBFB)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #F5F5F5 0%,#FBFBFB 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #F5F5F5 0%,#FBFBFB 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #F5F5F5 0%,#FBFBFB 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #F5F5F5 0%,#FBFBFB 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F5F5', endColorstr='#FBFBFB',GradientType=0 ); /* IE6-8 */

    border: solid 1px #ECECEC;
    text-align: center;
    height: 100%;

}

.connexion-boxPage{
    width:60%;
    margin-left: 20%;
}

#loginform > div {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: 50%;

}

#loginformPage > div {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: 50%;

}

.conn_form_mobile {
    display: inline-block;
    padding-left: 1%;
    padding-right: 1%;
    width: 98%;
}

.conn_form_mobile > form > div {
    width: 100%;
}

.conn_formcontent {
    border-collapse: collapse;
    display: table;
    width: 100%;
}


.conn_formcontent > div > * {
    display: table-cell;
    padding-bottom: 5px;
    width: 70%;
}

.conn_formcontent > div > label {
    display: inline-block;
    padding-right:10px;
    vertical-align: top;
    padding-top: 5px;
    height: 10px;
    width: 90px;

}

.conn_formcontent_mobile > div > label {
    padding-top: 15px;

}




.conn_formcontent_mobile > div > input {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.conn_hidden_label {
    display: none;
}


.conn_formcontent input {
    width: 130px;

}

.conn_formcontent_page {
    display: table-cell;
    padding-bottom: 5px;
    width: 100%;
}

.conn_submit_button {
    float: right;
    margin-bottom: 20px;
}


.conn_link {

    color: #383838;
    display: inline-block;

}

.conn_link_mobile {
    position: static !important;
    margin: 5px;
}

.conn_link a {
    color: #383838;
    padding-top: 5px;


}

.conn_div {
    text-align: left;
    display: block;
    margin-left: 5px;
    margin-top: 5px;
    height:120px;
    position: relative;


}

.conn_div_page {
    text-align: center;
    margin-right: 5px;
    display: block;
    margin-left: 5px;
    margin-top: 5px;
    position: relative;
}

.conn_tinybutton {
    display: inline;
    padding: 5px;
}

.conn_tinybutton_mobile {

    padding-left:90px;
    padding-right: 90px;

}

.conn_title {
    margin-bottom: 5px;
    font-weight: bold;
}

.title-page{
    margin: 10px;
}


.conn_title_mobile {
   margin-bottom: 5px;
    font-size: 1.5em;
    font-weight: bold;
}

#loginContainer {
    height: 102px;
    width: 300px;

}


#loginContainer > div {
    height: 100%;
    max-width: 400px;
    word-break: normal;
    word-wrap: break-word;
}
#accountLost{

    margin-left: 20px;


}

.accountLostPage {
    text-align: left;
    float: left;
}

.createAccomptePage {
    text-align: right;
}

.accountLostPage a,
.createAccomptePage a {
    color: #383838;
}

#connSubmit{
    margin-left:100px;
}
#afterLogin{
    position: absolute;
    margin-bottom: 24px;
    bottom: 0px;
}
#afterLoginPage{
    margin-bottom: 15px;
    bottom: 0px;
}

.form-key-mobile{
    padding-top: 9px;
    text-align: right;
    font-size: 1.2em;
}

.form-value-mobile{
    display: table-cell;

}
#j_password_mobile{
    width: 190px;
    margin-left: 10px;
}
#j_username_mobile{
    width: 190px;
    margin-left: 10px;
}
.form-data-mobile{
    min-height: 20px;
    display: inline-table;
    margin-bottom: 6px;
}
.form-data-mobile-couriel{
    min-height: 20px;
    display: inline-table;
    margin-bottom: 6px;
    margin-left: 35px;
}

.form-data-page{
    text-align: left;
    margin: 2px;
    padding: 2px;
}

.form-value-page {
    text-align: center;
}

.form-value-page-input{
    margin: 2px;
    width: 100%;
}


#formulaire {
    margin: 5px;
    align-content: center;
    align-items: center;
    text-align: center;

}