/****************************/
/******* 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;
}
.buffer-bottom {
  margin-bottom: 15px;
}
#ContentLogin {
  width: 100%;
  height: 100%;
  background: #eeeeee url('../../img/login/bg_login.jpg') no-repeat center top;
  background-size: cover;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
#ContentLogin .contentLogin {
  margin-left: auto;
  margin-right: auto;
  height: 450px;
  max-width: 490px;
}
#ContentLogin .imgLogin {
  float: left;
  height: 450px;
  max-width: 486px;
}
#ContentLogin .panel {
  max-width: 420px;
  height: 480px;
  background-color: #ffffff;
}
#ContentLogin .panel .panel-heading {
  width: 100%;
  padding: 0px;
  background-color: #161214;
  text-align: center;
}
#ContentLogin .panel .panel-heading .header_logo {
  width: 230px;
  height: 95px;
  background: #161214 url('../../img/logo.png') no-repeat center;
}
#ContentLogin .panel .panel-body {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 0px;
}
#ContentLogin .panel .panel-body .titre {
  color: #f6a733;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 30px;
  text-align: center;
}
#ContentLogin .panel .panel-body .loginText {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}
#ContentLogin .panel .panel-body .loginText .ssTitre {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 25px;
}
#ContentLogin .panel .panel-body .loginText .indicatorText {
  font-style: italic;
  color: #696969;
  font-size: 12px;
}
#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,
#ContentLogin .panel .panel-body #form_reboot_password
{
  text-align: center;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#ContentLogin .panel .panel-body #form_login .text-danger,
#ContentLogin .panel .panel-body #form_reboot_password .text-danger {
  line-height: 20px;
}
#ContentLogin .panel .panel-body #form_login .form-group.text_center,
#ContentLogin .panel .panel-body #form_reboot_password .form-group.text_center {
  border-top: 1px solid lightgrey;
}
#ContentLogin .panel .panel-body #form_login .account_creator,
#ContentLogin .panel .panel-body #form_reboot_password .account_creator {
  background-color: #f6a733;
  margin-top: 30px;
  max-width: 380px;
  height: 40px;
  margin-bottom: 15px;
  line-height: 40px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
}
#ContentLogin .panel .panel-body #form_login .account_creator:hover,
#ContentLogin .panel .panel-body #form_reboot_password .account_creator:hover {
  background-color: #161214;
}
#ContentLogin .panel .panel-body #form_login .account_creator:hover a,
#ContentLogin .panel .panel-body #form_reboot_password .account_creator:hover a {
  color: white;
}
#ContentLogin .panel .panel-body #form_login .form-group,
#ContentLogin .panel .panel-body #form_reboot_password .form-group {
  margin-bottom: 15px;
  height: 40px;
}
#ContentLogin .panel .panel-body #form_login .form-group .input-group,
#ContentLogin .panel .panel-body #form_reboot_password .form-group .input-group {
  width: auto;
  max-width: 380px;
  background-color: #ffffff;
}
#ContentLogin .panel .panel-body #form_login .form-group .input-group .input-group-addon,
#ContentLogin .panel .panel-body #form_reboot_password .form-group .input-group .input-group-addon {
  background-color: #ffffff;
  max-width: 31px;
  height: 27px;
  font-size: 16px;
  color: #000000;
  border-top: 1px solid #a6978d;
  border-bottom: 1px solid #a6978d;
  border-left: 1px solid #a6978d;
  border-right: 1px solid lightgrey ;
  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,
#ContentLogin .panel .panel-body #form_reboot_password .form-group .input-group .input-group-addon .fa {
  width: 12px;
  font-size: 16px;
  color: lightgrey;
}
#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"],
#ContentLogin .panel .panel-body #form_reboot_password .form-group .input-group .form-control[type="text"],
#ContentLogin .panel .panel-body #form_reboot_password .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: #f6a733;
  border: 1px solid #a6978d;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  max-width: 340px;
  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 .divcheckbox,
#ContentLogin .panel .panel-body #form_reboot_password .form-group .divcheckbox {
  margin-left: 20px;
  float: left;
  text-align: left;
}
#ContentLogin .panel .panel-body #form_login .form-group .divcheckbox .checkbox,
#ContentLogin .panel .panel-body #form_reboot_password .form-group .divcheckbox .checkbox {
  padding-left: 0px;
}
#ContentLogin .panel .panel-body #form_login .form-group .divcheckbox .checkbox .remember,
#ContentLogin .panel .panel-body #form_reboot_password .form-group .divcheckbox .checkbox .remember {
  line-height: 17px;
}
#ContentLogin .panel .panel-body #form_login .form-group .divpassword,
#ContentLogin .panel .panel-body #form_reboot_password .form-group .divpassword {
  text-align: right;
  padding-right: 5px;
  padding-top: 11px;
}
#ContentLogin .panel .panel-body #form_login .form-group .divpassword #pass_forgot,
#ContentLogin .panel .panel-body #form_reboot_password .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: center;
  font-style: italic;
}
#ContentLogin .panel .panel-body #form_login .form-group .divpassword #pass_forgot:hover,
#ContentLogin .panel .panel-body #form_reboot_password .form-group .divpassword #pass_forgot:hover {
  color: #000000;
}
#ContentLogin .panel .panel-body #form_login .form-group .btn_defaut,
#ContentLogin .panel .panel-body #form_reboot_password .form-group .btn_defaut {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 40px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  background-color: #f6a733;
  border: none;
  text-align: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: Arial, Sans-Serif;
  margin-top: 20px;
  font-style: normal;
  border: 0px solid #b99f4f;
}
#ContentLogin .panel .panel-body #form_login .form-group .btn_defaut:hover,
#ContentLogin .panel .panel-body #form_reboot_password .form-group .btn_defaut:hover {
  color: #ffffff;
  background-color: #000000;
}
#ContentLogin .panel .panel-body #form_login .form-group.bar,
#ContentLogin .panel .panel-body #form_reboot_password .form-group.bar {
  border: 1px solid #cccccc;
  margin-top: 80px;
}
#ModalForgetPwd .modal-dialog {
  max-width: 443px;
  top: 287px;
}
#ModalForgetPwd .modal-dialog .modal-content {
  width: auto;
  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: 100px;
  }
}
#ModalForgetPwd .modal-dialog .modal-content {
  max-width: 443px;
}
@media screen and (max-width: 767px) {
  #ModalForgetPwd .modal-dialog .modal-content .modal-header {
    text-align: center;
  }
}
#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: auto;
  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;
  max-width: 300px;
  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: #f6a733;
  border: 1px solid #f6a733;
  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: #000000;
}
#ContentLoyaltyPass {
  width: 100%;
  height: 996px;
  background: #eeeeee url('../../img/login/bg_login.jpg');
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #ContentLoyaltyPass {
    padding-left: 0;
    padding-right: 0;
  }
}
#ContentLoyaltyPass .contentLogin {
  margin-left: auto;
  margin-right: auto;
  height: 450px;
  max-width: 960px;
}
#ContentLoyaltyPass .panel {
  max-width: 960px;
  height: 450px;
  background-color: #ffffff;
}
#ContentLoyaltyPass .panel .panel-heading {
  width: 100%;
  padding: 0px;
  background-color: #161214;
  text-align: center;
}
#ContentLoyaltyPass .panel .panel-heading .header_logo {
  margin-left: 30px;
  height: 95px;
  background: #161214 url('../../img/logo.png') no-repeat left center;
}
#ContentLoyaltyPass .panel .panel-body {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 0px;
}
#ContentLoyaltyPass .panel .panel-body .titre {
  font-family: Arial, Sans-Serif;
  color: #161214;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
  padding-bottom: 10px;
}
#ContentLoyaltyPass .panel .panel-body .retour-login a {
  color: #777777;
  vertical-align: middle;
}
#ContentLoyaltyPass .panel .panel-body .retour-login:hover a {
  color: #f6a733;
  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;
}
#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: 40px;
  background-color: #ffffff;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  color: #f6a733;
  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: #f6a733;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: 15px;
  font-style: italic;
  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: 991px) {
  #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: 60px;
    margin-left: 1px;
    display: inline-block;
  }
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .help-register {
  background: #ffffff url('../../img/modal/btn_loyaltypass_info.png') no-repeat top center;
  width: 50px;
  height: 25px;
  margin-top: 7px;
  margin-left: 5px;
  float: none;
  display: inline-block;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .help-register:hover {
  background: #ffffff url('../../img/modal/btn_loyaltypass_info.png') no-repeat bottom center;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .text-code {
  font-size: 14px;
  margin-top: 13px;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .text-separator {
  font-size: 17px;
  margin-top: 40px;
  margin-bottom: 40px;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .note {
  font-size: 12px;
  margin-top: 25px;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .note em {
  color: #f6a733;
  font-weight: bold;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .inline-input {
  display: inline;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .divcheckbox {
  margin-left: 0px;
  float: left;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .divcheckbox .checkbox {
  padding-left: 0px;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .divcheckbox .checkbox .remember {
  line-height: 17px;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .divpassword {
  margin-right: 5px;
  margin-top: 11px;
  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-size: 18px;
  font-weight: 400;
  color: #ffffff;
  background-color: #f6a733;
  border: none;
  text-align: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: Arial, Sans-Serif;
  margin-top: 20px;
  border: 5px solid #b99f4f;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group .btn_defaut:hover {
  color: #ffffff;
  background-color: #000000;
}
#ContentLoyaltyPass .panel .panel-body #formLoyaltyPass .form-group.bar {
  border: 1px solid #cccccc;
  margin-top: 80px;
}
.form-controlVerif {
  margin-top: 15px;
}
.form-controlVerif .form-controlVerifCode[type="text"],
.form-controlVerif .form-controlVerifCode[type="password"] {
  width: 320px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  color: #f6a733;
  border: 1px solid #f6a733;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-style: italic;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .form-controlVerif .form-controlVerifCode[type="text"],
  .form-controlVerif .form-controlVerifCode[type="password"] {
    width: 290px;
  }
}
.form-controlVerif .form-controlVerifCode[type="text"][type="text"]:hover,
.form-controlVerif .form-controlVerifCode[type="password"][type="text"]:hover {
  color: white;
  background-color: #1a1a1a;
  border: 0px solid #f6a733;
}
.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;
}
@media screen and (min-width: 767px) {
  .padding-10-left-desk {
    padding-left: 10px;
  }
}
@media screen and (min-width: 767px) {
  .padding-10-right-desk {
    padding-right: 10px;
  }
}
.margin-5-left {
  margin-left: 5px;
}
.validPass {
  margin-top: 10px;
  text-align: center;
  background-color: white;
  padding: 5px;
}
.validPass .btn_defaut {
  margin-left: auto;
  margin-right: auto;
  width: 380px;
  height: 50px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  background-color: #f6a733;
  border: none;
  text-align: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: Arial, Sans-Serif;
  margin: 15px 0px 15px 0px;
}
.validPass .btn_defaut:hover {
  color: #ffffff;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .validPass .btn_defaut {
    width: 300px;
  }
}
#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: 25px;
}
#myModal .modal-dialog .modal-body .help-img {
  text-align: center;
}
#myModal .modal-dialog .modal-body .help-img img {
  display: inline-block;
}
#myModalCheckCheque .modal-dialog .modal-header {
  height: 50px;
}
#myModalCheckCheque .modal-dialog .modal-header .close {
  margin-top: -15px;
}
#myModalCheckCheque .modal-dialog .modal-header h2 {
  margin-top: 20px;
  text-align: center;
  line-height: 25px;
}
#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 .modal-header {
  height: 50px;
}
#myModalValidate .modal-dialog .modal-header .close {
  margin-top: -15px;
}
#myModalValidate .modal-dialog .modal-header h2 {
  margin-top: 20px;
  text-align: center;
  line-height: 25px;
}
#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;
}

.input-group.error .input-group-addon,
.input-group.error .form-control {
  border-color: #a94442 !important;
}
