.logo,
.logo-engine {
  text-indent: -10000px;
}
.etape-bar li:after,
.etape-bar li:before {
  content: "";
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.title-overlay-order {
  margin-top: 30px;
  font-size: 22px;
}
.btn-green-v2.btn-connexion-overlay {
  margin-top: 5px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.logo {
  margin-top: 14px;
  display: block;
  width: 153px;
  height: 32px;
  background: url(/images/logo-header.png) no-repeat;
}
#connexion-overlay {
  width: auto;
  padding: 17px 25px 25px;
  border-radius: 4px;
}
#fancybox-content {
  border-radius: 4px;
}
.title-overlay {
  font-size: 25px;
  margin-bottom: 17px;
  font-weight: 400;
  color: #242e33;
}
.btn-connect-frm,
.btn-green-v2 {
  text-transform: uppercase;
  font-size: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.lost-password-overlay {
  text-align: right;
  margin-top: 25px;
  border-top: 1px solid #e2e3ef;
  padding-top: 18px;
  margin-left: 50px;
  margin-right: 50px;
}
.btn-connect-frm {
  color: #098c85;
  float: right;
  margin-top: 8px;
}
.btn-connect-frm a,
.lost-password-overlay a,
.lost-password-overlay a:hover {
  color: #098c85;
}
.lost-password-overlay a {
  text-decoration: none;
}
.lost-password-overlay a:hover {
  text-decoration: underline;
}
.login-form-overlay {
  margin-top: 20px;
  margin-left: auto;
}
.content-overlay {
  line-height: 25px;
}
.center {
  text-align: center;
}
.fst-column {
  display: block;
  vertical-align: top;
  position: relative;
}
#paiement-form input,
#paiement-form select,
.id_pays,
.input-register-txt,
.input-text-overlay {
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  border: 1px solid #e2e3ef;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  outline: 0;
  -webkit-transition: border 0.2s ease-in;
  -moz-transition: border 0.2s ease-in;
  -o-transition: border 0.2s ease-in;
  transition: border 0.2s ease-in;
  margin-bottom: 16px;
  vertical-align: top;
}
.input-text-overlay {
  margin-bottom: 20px !important;
}
.login-form-overlay label {
  width: 100%;
  display: block;
}
.input-register-txt:focus,
.input-text-overlay:focus {
  border: 1px solid #0ba69d;
}
.btn-green-v2 {
  display: inline-block;
  text-align: left;
  padding-left: 50px;
  padding-right: 30px;
  border-radius: 4px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background: #0ba69d;
  background: -moz-linear-gradient(top, #0ba69d 0, #0a948c 100%);
  background: -webkit-linear-gradient(top, #0ba69d 0, #0a948c 100%);
  background: linear-gradient(to bottom, #0ba69d 0, #0a948c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba69d', endColorstr='#0a948c', GradientType=0 );
  position: relative;
  border: none;
  outline: 0;
}
.etape-bar li,
.etape-bar li:before {
  text-align: center;
  position: relative;
}
.btn-green-v2:hover {
  text-decoration: none;
  background: #0cb3a9;
  background: -moz-linear-gradient(top, #0cb3a9 0, #0a9e95 100%);
  background: -webkit-linear-gradient(top, #0cb3a9 0, #0a9e95 100%);
  background: linear-gradient(to bottom, #0cb3a9 0, #0a9e95 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cb3a9', endColorstr='#0a9e95', GradientType=0 );
}
.etape-bar li.active {
  color: #e1e3e5;
}
.etape-bar li {
  list-style-type: none;
  width: 160px;
  float: left;
  font-size: 14px;
  line-height: 5px;
}
.etape-bar li:before {
  top: 1px;
  width: 10px;
  height: 10px;
  line-height: 30px;
  border: 2px solid #a2a2a4;
  display: block;
  margin: 0 auto 0px auto;
  border-radius: 50%;
  background-color: #a2a2a4;
  z-index: 5;
  box-sizing: border-box;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: fadein;
  -moz-transition-timing-function: fadein;
  transition-timing-function: fadein;
}
.etape-bar li.active:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.etape-bar li.active:before {
  border-color: #e1e3e5;
  background-color: #e1e3e5;
  width: 10px;
  height: 10px;
}
.account-top-bar li ul a {
  color: #c7c9c9;
  font-size: 14px;
  padding: 0 0 0 6px;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 35px;
  font-weight: 400;
  background-repeat: no-repeat;
  text-decoration: none;
  display: block;
}

.account-top-bar li ul a:hover {
  color: #fff;
  text-decoration: none;
}
.account-top-bar li li {
  position: relative;
  margin: 0;
  display: block;
}
.account-top-bar li li a {
  border-top: 1px solid #474747;
}
.account-top-bar li li ul {
  position: absolute;
  top: 0;
  left: 200px;
  margin: 0;
}
.account-top-bar a {
  color: #0ba69d;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.account-top-bar .icon-menu-mobile:before {
  color: #e3e4e6;
}
.account-top-bar li a:hover {
  color: #3e5059;
  text-decoration: none;
}
.account-top-bar #btn-account-header,
.account-top-bar .cart-information a,
.account-top-bar .cart-information a:hover {
  text-decoration: none;
  color: #e3e4e6;
}
.account-top-bar li ul {
  border: none;
  background: #1a1a1a;
  position: absolute;
  top: 24px;
  width: 165px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-bottom: 5px;
  text-align: left;
  border-top: 1px solid transparent;
}
.account-top-bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.account-top-bar ul li {
  list-style: none;
  display: block;
  position: relative;
}
.account-top-bar #btn-account-header:before {
  font-size: 13px;
}
.account-top-bar {
  top: 15px;
}

ul.sub-menu {
  display: none;
  z-index: 2000;
}
.account-top-bar .sub-menu-account li:first-child a {
  border: none;
}
html body .normal-sub-menu-account .sub-menu-account,
html body .normal-sub-menu-account2 .sub-menu-account {
  left: -60px;
  top: 27px;
}
.account-top-bar .icon-panier-account:before {
  font-size: 17px;
  top: 1px;
}
.account-top-bar .icon-panier-account:hover:before {
  color: #0ba69d;
}
.btn-top-bar {
  padding-left: 25px;
  position: relative;
  top: -4px;
  margin-left: 4px;
  padding-right: 25px;
  cursor: pointer;
  display: none;
}
.btn-top-bar.visible {
  display: inline-block;
  vertical-align: top;
}
.btn-logo-simple {
  border: 1px solid #0d0d0d;
  padding: 5px;
  border-radius: 4px;
  top: 9px;
  cursor: pointer;
  background: #4a4a4a;
}
.btn-logo-simple:hover {
  background: #5f5f5f;
}
.btn-green-engine,
.btn-logo-simple {
  -webkit-transition: all 0.6s cubic-bezier(0.1, 0.875, 0.23, 0.98);
  -moz-transition: all 0.6s cubic-bezier(0.1, 0.875, 0.23, 0.98);
  -o-transition: all 0.6s cubic-bezier(0.1, 0.875, 0.23, 0.98);
  transition: all 0.6s cubic-bezier(0.1, 0.875, 0.23, 0.98);
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.875, 0.23, 0.98);
  -moz-transition-timing-function: cubic-bezier(0.1, 0.875, 0.23, 0.98);
  -o-transition-timing-function: cubic-bezier(0.1, 0.875, 0.23, 0.98);
  transition-timing-function: cubic-bezier(0.1, 0.875, 0.23, 0.98);
}
.btn-home-engine {
  display: none;
}
.logo-engine {
  left: 15px;
  position: absolute;
  margin-top: 12px;
  display: block;
  width: 138px;
  height: 28px;
  background: url(/images/logo-moteur.png) no-repeat;
}
.logo-engine-de {
  background: url(/images/logo-moteur-de.png) no-repeat;
}
.btn-logo-back {
  border: 1px solid #0d0d0d;
  position: absolute;
  left: 175px;
  padding-left: 12px;
  padding-right: 12px;
  color: #e2e4e6;
  font-size: 15px;
}
.top-bar {
  background-color: #1a1a1a;
  height: 50px;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.etape-bar li:after {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #7c7d7f;
  top: 6px;
  left: -50%;
  z-index: 2;
}
.etape-bar li:first-child:after {
  content: none;
}
.etape-bar li a,
.top-bar li {
  color: #a2a4a6;
}
.etape-bar li.active a {
  color: #e1e3e5;
}
html body .top-bar #btn-account-header {
  line-height: 20px;
  margin-top: 0;
}
html body .normal-sub-menu-account .sub-menu-account {
  margin-top: -13px;
}
html body .top-bar .cart-information {
  line-height: 20px;
}
html body .top-bar .icon-panier-account:before {
  color: #e3e4e6;
}
html body .top-bar .icon-panier-account:hover:before {
  color: #fff;
}
.btn-logo-back:before {
  color: #e3e4e6;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  font-size: 14px;
  top: 0;
  margin-right: 8px;
}
.btn-logo-back:hover:before,
.btn-logo-simple:hover {
  color: #f6f6f6;
}
.svg-icon.btn-home-engine:before {
  color: #e3e4e6;
  margin: 0;
  font-size: 17px;
}
.btn-logo-simple:before {
  color: #e3e4e6;
}
.btn-home-engine,
.btn-orange-v2 {
  color: #fff;
  text-decoration: none;
}
.btn-home-engine {
  position: absolute;
  left: 15px;
  text-align: center;
  height: 32px;
  line-height: 1;
  font-size: 15px;
}
@media (max-width: 1366px) {
  .etape-bar li {
    width: 145px;
  }
}
@media (max-width: 1200px) {
  .etape-bar li {
    width: 118px;
    font-size: 13px;
  }
  .logo-engine {
    display: none;
  }
  .btn-home-engine {
    display: block !important;
  }
  .btn-logo-back {
    left: 50px;
  }
}
@media (max-width: 1199px) {
  .bloc,
  .container-bloc {
    margin-left: 0 !important;
  }
  .bloc {
    width: 50% !important;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 0 !important;
  }
}
.btn-orange-v2 {
  border-radius: 4px;
  background-color: #ffa20d;
  height: 45px;
  line-height: 45px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  font-size: 18px;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 105, 105, 0.3);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 105, 105, 0.3);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 105, 105, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 105, 105, 0.3);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 105, 105, .3), Direction=180, Strength=4);
}
.btn-orange-v2:hover {
  background-color: #f2990c;
  text-decoration: none;
}
