/****************************/
/******* INIT : Medias ******/
/****************************/
.pointer {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.underline {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
.border_all {
  border: 1px solid green;
}
.border_none {
  border: 0px;
}
.margin_auto {
  margin-left: auto;
  margin-right: auto;
}
.no-radius {
  border-radius: 0px;
}
.uppercase {
  text-transform: uppercase;
}
.last-item {
  border-right: 1px solid black;
}
.no-margin {
  margin: 0px;
}
.no-padding {
  padding: 0px;
}
#ContentLogin {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  background: #eeeeee;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}
#ContentLogin .contentLogin {
  margin-left: auto;
  margin-right: auto;
}
#ContentLogin .imgLogin {
  float: left;
  height: 650px;
  width: 50%;
  border-bottom: 15px solid #000000;
  background: #000000 url('../../img/login/bg_login.jpg') no-repeat center center;
}
@media screen and (max-width: 600px) {
  #ContentLogin .imgLogin {
    display: none;
  }
}
#ContentLogin .panel {
  width: 50%;
  height: 650px;
  border-top: 15px solid #000000;
  border-bottom: 15px solid #000000;
  border-right: 15px solid #000000;
  float: left;
  background-color: #FFFFFF;
}
@media screen and (max-width: 600px) {
  #ContentLogin .panel {
    width: 100%;
    border-left: 15px solid #000000;
  }
}
#ContentLogin .panel .panel-heading {
  width: 100%;
  padding: 0px;
  background-color: #FFFFFF;
  text-align: center;
}
#ContentLogin .panel .panel-heading .header_logo {
  width: 100%x;
  height: 95px;
  background: #FFFFFF url('../../img/login/logo_header.png') no-repeat top center;
}
#ContentLogin .panel .panel-body {
  width: 100%;
  background-color: #FFFFFF;
  padding-bottom: 0px;
}
#ContentLogin .panel .panel-body .titre {
  color: #ccb570;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
#ContentLogin .panel .panel-body .titre-info {
  color: #ccb570;
  font-size: 14px;
  font-weight: bold;
}
#ContentLogin .panel .panel-body .loginText {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}
#ContentLogin .panel .panel-body .loginText .ssTitre {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
#ContentLogin .panel .panel-body .loginText .indicatorText {
  font-style: italic;
  color: #696969;
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  #ContentLogin .panel .panel-body .loginText .indicatorText {
    display: none;
  }
}
#ContentLogin .panel .panel-body .loginSeparator {
  border-bottom: 5px solid #dedede;
  width: 100px;
  height: 5px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
#ContentLogin .panel .panel-body #form_login {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#ContentLogin .panel .panel-body #form_login .text-danger {
  line-height: 20px;
}
#ContentLogin .panel .panel-body #form_login .form-group {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
#ContentLogin .panel .panel-body #form_login .form-group .input-group {
  width: 60%;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 360px) {
  #ContentLogin .panel .panel-body #form_login .form-group .input-group {
    width: 90%;
  }
}
#ContentLogin .panel .panel-body #form_login .form-group .input-group .input-group-addon {
  background-color: #FFFFFF;
  font-size: 16px;
  color: #000000;
  border-top: 1px solid #a6978d;
  border-bottom: 1px solid #a6978d;
  border-left: 1px solid #a6978d;
  border-right: 0px transparent;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
#ContentLogin .panel .panel-body #form_login .form-group .input-group .input-group-addon .fa {
  font-size: 16px;
  color: #000000;
}
#ContentLogin .panel .panel-body #form_login .form-group .input-group .form-control[type="text"],
#ContentLogin .panel .panel-body #form_login .form-group .input-group .form-control[type="password"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #FFFFFF;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  color: #ccb570;
  border: 1px solid #a6978d;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-left: 10px;
  font-style: italic;
  border-left: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
#ContentLogin .panel .panel-body #form_login .form-group .input-group .placeholder-text {
  color: #ccb570;
  height: 40px;
  width: auto!important;
  padding-top: 20px!important;
  z-index: 100;
  font-style: italic;
}
#ContentLogin .panel .panel-body #form_login .form-group .divcheckbox {
  width: 50%;
  float: left;
}
#ContentLogin .panel .panel-body #form_login .form-group .divcheckbox .checkbox {
  padding-left: 0px;
}
#ContentLogin .panel .panel-body #form_login .form-group .divcheckbox .checkbox .remember {
  line-height: 17px;
}
#ContentLogin .panel .panel-body #form_login .form-group .divpassword {
  width: 50%;
  margin-top: 10px;
  float: right;
  text-align: right;
}
#ContentLogin .panel .panel-body #form_login .form-group .divpassword #pass_forgot {
  cursor: pointer;
  font-family: Arial, Sans-Serif;
  color: #000000;
  font-weight: 100;
  font-size: 11px;
  text-decoration: underline;
  text-align: right;
  font-style: italic;
}
#ContentLogin .panel .panel-body #form_login .form-group .divpassword #pass_forgot:hover {
  color: #000000;
}
@media screen and (max-width: 600px) {
  #ContentLogin .panel .panel-body #form_login .form-group .divcheckbox {
    width: 100%;
    float: left;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  #ContentLogin .panel .panel-body #form_login .form-group .divcheckbox .checkbox {
    padding-left: 0px;
  }
  #ContentLogin .panel .panel-body #form_login .form-group .divpassword {
    width: 100%;
    margin-top: 10px;
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #ContentLogin .panel .panel-body #form_login .form-group .divpassword #pass_forgot {
    cursor: pointer;
    font-family: Arial, Sans-Serif;
    color: #000000;
    font-weight: 100;
    font-size: 11px;
    text-decoration: underline;
    text-align: right;
    font-style: italic;
  }
  #ContentLogin .panel .panel-body #form_login .form-group .divpassword #pass_forgot:hover {
    color: #000000;
  }
}
#ContentLogin .panel .panel-body #form_login .form-group .btn_defaut {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  height: 40px;
  line-height: 30px;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #ccb570;
  border: none;
  text-align: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-style: italic;
  cursor: pointer;
  margin-top: 20px;
  border: 5px solid #b99f4f;
}
#ContentLogin .panel .panel-body #form_login .form-group .btn_defaut:hover {
  color: #FFFFFF;
  background-color: #a6978d;
}
@media screen and (max-width: 360px) {
  #ContentLogin .panel .panel-body #form_login .form-group .btn_defaut {
    width: 90%;
  }
}
#ContentLogin .panel .panel-body #form_login .form-group.bar {
  border: 1px solid #cccccc;
  margin-top: 80px;
}
#ModalForgetPwd .modal-dialog {
  max-width: 443px;
  top: 287px;
}
#ModalForgetPwd .modal-dialog .modal-content {
  width: 443auto;
  height: 245px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}
#ModalForgetPwd .modal-dialog .modal-footer {
  text-align: center;
}
@media screen and (max-width: 991px) {
  #ModalForgetPwd .modal-dialog {
    top: 30px;
  }
}
#ModalForgetPwd .modal-dialog .modal-content .text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  font-family: Arial, Sans-Serif;
  color: #525153;
}
@media screen and (max-width: 991px) {
  #ModalForgetPwd .modal-dialog .modal-content .text {
    font-size: 12px;
  }
}
#ModalForgetPwd .modal-dialog .modal-content form {
  width: 100%;
}
#ModalForgetPwd .modal-dialog .modal-content form .form-group {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#ModalForgetPwd .modal-dialog .modal-content form .form-group input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #FFFFFF;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  font-weight: 100;
  color: #525153;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}
#ModalForgetPwd .modal-dialog .modal-content form .text-danger {
  line-height: 15px;
  margin-top: -10px;
  font-style: italic;
}
#ModalForgetPwd .modal-dialog .modal-footer {
  text-align: right;
}
#ModalForgetPwd .modal-dialog .modal-footer button {
  width: 120px;
  height: 35px;
  line-height: 35px;
  font-family: Arial, Sans-Serif;
  font-size: 17px;
  font-weight: 500;
  color: #525153;
  border: 1px solid #c1c0c2;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  margin-top: 2px;
}
#ModalForgetPwd .modal-dialog .modal-footer button:hover {
  color: #c1c0c2;
}
#ModalForgetPwd .modal-dialog .modal-footer input {
  width: 120px;
  height: 35px;
  line-height: 35px;
  font-family: Arial, Sans-Serif;
  font-size: 17px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #ccb570;
  border: 1px solid #ccb570;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
}
#ModalForgetPwd .modal-dialog .modal-footer input:hover {
  color: #FFFFFF;
  background-color: #a6978d;
}
#ContentLoyaltyPass {
  width: 100%;
  background: #eeeeee;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}
#ContentLoyaltyPass .contentLogin {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  max-height: 910px;
  max-width: 700px;
}
#ContentLoyaltyPass .panel {
  height: 100%;
  width: 100%;
  max-width: 700px;
  border: 15px solid #000000;
  float: left;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #ContentLoyaltyPass .panel {
    max-height: 1320px;
  }
}
#ContentLoyaltyPass .panel .panel-heading {
  width: 100%;
  padding: 0px;
  background-color: #FFFFFF;
  text-align: center;
}
#ContentLoyaltyPass .panel .panel-heading .header_logo {
  height: 95px;
  background: #FFFFFF url('../../img/login/logo_header.png') no-repeat top center;
}
#ContentLoyaltyPass .panel .panel-body {
  width: 100%;
  background-color: #FFFFFF;
  padding-bottom: 0px;
}
#ContentLoyaltyPass .panel .panel-body .titre {
  color: #ccb570;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
#ContentLoyaltyPass .panel .panel-body .retour-login a {
  color: #777777;
  vertical-align: middle;
}
#ContentLoyaltyPass .panel .panel-body .loginText {
  font-size: 16px;
  text-align: center;
}
#ContentLoyaltyPass .panel .panel-body .loginText .ssTitre {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
#ContentLoyaltyPass .panel .panel-body .loginText .indicatorText {
  font-style: italic;
  color: #696969;
  font-size: 12px;
}
#ContentLoyaltyPass .panel .panel-body .loginSeparator {
  border-bottom: 5px solid #dedede;
  width: 100px;
  height: 5px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass {
  margin: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .text-danger {
  line-height: 20px;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group {
  margin-bottom: 15px;
  display: block;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .input {
  margin-top: 20px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .input {
    padding: 0px;
  }
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .input .form-control[type="text"],
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .input .form-control[type="password"] {
  width: null;
  height: 40px;
  line-height: 10px;
  background-color: #FFFFFF;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  color: #ccb570;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-left: 10px;
  font-style: italic;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 1px solid #a6978d;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .input label {
  padding-bottom: 5px;
  float: left;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .form-control-code[type="text"],
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .form-control-code[type="password"] {
  width: 70px;
  height: 40px;
  line-height: 40px;
  background-color: #FFFFFF;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  color: #ccb570;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-style: italic;
  margin-left: 10px;
  font-weight: 500;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 1px solid #a6978d;
  text-align: center;
  float: none;
}
@media screen and (max-width: 767px) {
  #ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .form-control-code[type="text"],
  #ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .form-control-code[type="password"] {
    width: 50px;
    margin-left: 1px;
  }
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .help-register {
  background: #FFFFFF url('../../img/login/loyalty_store_register_aide.png') no-repeat top center;
  width: 50px;
  height: 25px;
  margin-bottom: -5px;
  margin-left: 5px;
  float: none;
  display: inline-block;
}
@media screen and (max-width: 360px) {
  #ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .help-register {
    margin-top: 10px;
  }
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .text-code {
  font-size: 14px;
  margin-top: 13px;
  padding-bottom: 5px;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .text-separator {
  font-size: 17px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .text-separator {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .note {
  font-size: 12px;
  margin-top: 25px;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .note em {
  color: #ccb570;
  font-weight: bold;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .inline-input {
  display: inline;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .divcheckbox {
  width: 50%;
  float: left;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .divcheckbox .checkbox {
  padding-left: 0px;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .divpassword {
  width: 50%;
  margin-top: 10px;
  float: right;
  text-align: right;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .divpassword #pass_forgot {
  cursor: pointer;
  font-family: Arial, Sans-Serif;
  color: #000000;
  font-weight: 100;
  font-size: 11px;
  text-decoration: underline;
  text-align: right;
  font-style: italic;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .divpassword #pass_forgot:hover {
  color: #000000;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .btn_defaut {
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  height: 40px;
  line-height: 30px;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #ccb570;
  border: none;
  text-align: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-style: italic;
  cursor: pointer;
  margin-top: 20px;
  border: 5px solid #b99f4f;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .btn_defaut:hover {
  color: #FFFFFF;
  background-color: #a6978d;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group.bar {
  border: 1px solid #cccccc;
  margin-top: 80px;
}
.form-control1 {
  width: 320px;
  height: auto;
  line-height: 40px;
  background-color: #FFFFFF;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  color: #ccb570;
  border: 1px solid #ccb570;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-left: 10px;
  font-style: italic;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .form-control1 {
    width: 90%;
  }
}
.uppercase {
  text-transform: uppercase;
}
.top-40 {
  margin-top: 40px;
}
.bottom-40 {
  margin-bottom: 40px;
}
.padding-10-left {
  padding-left: 10px;
}
.padding-10-right {
  padding-right: 10px;
}
.margin-5-left {
  margin-left: 5px;
}
.validPass {
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: center;
  background-color: white;
  border: 15px solid black;
  padding: 5px;
}
.validPass .btn_defaut {
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  height: 40px;
  line-height: 30px;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #ccb570;
  border: none;
  text-align: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-style: italic;
  cursor: pointer;
  margin: 15px 0px 15px 0px;
  border: 5px solid #b99f4f;
}
.validPass .btn_defaut:hover {
  color: #FFFFFF;
  background-color: #a6978d;
}
@media screen and (max-width: 767px) {
  .validPass .btn_defaut {
    width: 90%;
  }
}
#myModal .modal-dialog {
  max-width: 750px;
}
#myModal .modal-dialog .modal-header {
  border: none;
  height: 50px;
}
#myModal .modal-dialog .modal-header .close {
  margin-top: -15px;
}
#myModal .modal-dialog .modal-header h2 {
  border: none;
  margin-top: 20px;
  text-align: center;
  line-height: 20px;
}
#myModal .modal-dialog .modal-body {
  width: 100%;
  max-width: 750px;
}
#myModal .modal-dialog .modal-body .help-img {
  text-align: center;
}
#myModalCheckCheque .modal-dialog {
  max-width: 750px;
}
#myModalCheckCheque .modal-dialog .modal-header {
  height: 50px;
}
#myModalCheckCheque .modal-dialog .modal-header .close {
  margin-top: -15px;
}
#myModalCheckCheque .modal-dialog .modal-header h2 {
  line-height: 25px;
  margin-top: 20px;
  text-align: center;
}
#myModalCheckCheque .modal-dialog .modal-body {
  height: 50px;
  text-align: center;
}
#myModalCheckCheque .modal-dialog .modal-body #ModalTextCheckCheck {
  margin-top: 35px;
  font-size: 16px;
}
#myModalValidate .modal-dialog {
  max-width: 750px;
}
#myModalValidate .modal-dialog .modal-header {
  height: 50px;
}
#myModalValidate .modal-dialog .modal-header h2 {
  line-height: 25px;
}
#myModalValidate .modal-dialog .modal-header .close {
  margin-top: -15px;
}
#myModalValidate .modal-dialog .modal-header h2 {
  margin-top: 20px;
  text-align: center;
}
#myModalValidate .modal-dialog .modal-body {
  height: 65px;
  text-align: center;
}
#myModalValidate .modal-dialog .modal-body #ModalTextBody {
  margin-top: 35px;
  font-size: 16px;
}
#myModalValidate .modal-dialog .modal-body #ModalTextFooter {
  margin-top: 15px;
  font-size: 13px;
}
