@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,600i,700");
/* ----------------------------------------------------
* Variable Define
------------------------------------------------------- */
/* ----------------------------------------------------
* Mixin Define
------------------------------------------------------- */
#blocontenu {
  padding: 0;
}
#blocontenu .bloccontenu_titre {
  font-size: 1.8em;
  font-weight: 700;
  color: #1e93d1;
  text-align: center;
  font-style: normal;
  border: none;
  margin: 0 0 40px 0;
  padding: 0;
  float: none;
  width: 100%;
}
#blocontenu .bloccontenu_content {
  display: block;
  clear: both;
  margin-left: 20px;
}
#blocontenu .index_input_label {
  width: auto;
  font-weight: 600;
  min-width: 150px;
  padding-left: 0;
  margin-left: 0;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
}
#blocontenu .index_submit {
  clear: both;
  text-align: center;
  padding: 30px 0;
}
#blocontenu .index_input_input {
  width: auto;
  margin: 0 0 15px 0;
}
#blocontenu form {
  max-width: 400px;
  margin: 0 auto;
  display: block;
  clear: both;
}
#blocontenu .accueil_select form {
  max-width: 100%;
}

#bloc_contact_accueil_form {
  max-width: 640px;
  margin: 40px auto 0;
  border: 2px solid #ebebeb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
#bloc_contact_accueil_form > form {
  padding: 28px;
  max-width: 100%;
}
#bloc_contact_accueil_form > form .input_label {
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  width: auto;
  color: #848484;
  min-width: 150px;
  margin-left: 0;
  padding-left: 0;
}
#bloc_contact_accueil_form > form .input_input {
  margin-bottom: 20px;
}
#bloc_contact_accueil_form > form .input_button {
  padding-top: 30px;
  display: block;
}
#bloc_contact_accueil_form .bloc_titre {
  font-size: 20px;
  color: #1e93d1;
  font-weight: 600;
}

.index_img_certif {
  clear: both;
  width: 100%;
  float: none;
  margin: 50px 0 20px 0;
  text-align: center;
}
.index_img_certif img {
  max-width: 80px;
  height: auto;
}

.logInUser.whiteBg #blocontenu .bloccontenu_titre {
  font-size: 35px;
  padding: 0;
  margin: 0 0 60px 0;
}

/* Covid 19 notice */
#covid-notice {
  position: fixed;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 300px;
  background: #2592d1;
  padding: 15px 15px 5px 15px;
  color: white;
  text-align: justify;
}
#covid-notice h3 {
  text-align: center;
  margin: 0 0 20px 0;
}
#covid-notice p {
  font-size: 14px;
  line-height: 20px;
}

/* ----------------------------------------------------
* Header
------------------------------------------------------- */
.newLayout #blocheader {
  background: #3d3d3d;
  padding: 0;
  margin: 0 auto;
  height: auto;
  border: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 999;
}
.newLayout.meyclubLogin #blocheader {
  background: transparent;
}
.newLayout.meyclubLogin #blocheader .logo {
  padding: 0;
  background: transparent;
}
.newLayout.meyclubLogin #blocheader .logo:after {
  display: none;
}
.newLayout.meyclubLogin #blocheader #blocheader_right {
  display: none;
}
.newLayout.meyclubLogged #blocheader {
  border: none;
  height: auto;
  padding: 22px 0;
  margin: 0 auto;
  overflow: hidden;
  width: 940px;
  background: transparent;
}
.newLayout.meyclubLogged #blocheader_left .logo {
  background: transparent;
}
.newLayout.meyclubLogged #blocheader_left .logo:after {
  display: none;
}
.newLayout.meyclubLogged #blocheader_right .main-menu a {
  color: #1e93d1;
  border-bottom: 1px solid transparent;
}
.newLayout.meyclubLogged #blocheader_right .main-menu a.cart {
  background: url("../images/shoppingGreenIcon.png") no-repeat 0 0 transparent;
}
.newLayout #blocheader_left .logo {
  background: #1e93d1;
  color: white;
  padding: 5px 80px 5px 50px;
  display: inline-block;
  position: relative;
  max-width: 300px;
}
.newLayout #blocheader_left .logo:after {
  content: "";
  display: block;
  width: 80px;
  height: 200%;
  position: absolute;
  top: -50%;
  right: -40px;
  background: #3d3d3d;
  transform: rotate3d(1, 1, 1, 40deg);
}
.newLayout div#blocheader_left {
  padding: 0;
  max-width: 30%;
}
.newLayout div#blocheader_left img {
  max-width: 100px;
  height: auto;
}
.newLayout div#blocheader_left > span.slogan {
  color: white;
  padding: 0;
  font-size: 11px;
}
.newLayout div#blocheader_right {
  max-width: 70%;
  width: 100%;
  padding-right: 0;
  padding-top: 0;
}
.newLayout div#blocheader_right .main-menu {
  padding: 15px 50px 0 0;
}
.newLayout div#blocheader_right .main-menu a {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0;
  margin: 0 7px;
  float: none;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid transparent;
}
.newLayout div#blocheader_right .main-menu a.off {
  font-size: 18px;
}
.newLayout div#blocheader_right .main-menu a.off:hover {
  border-bottom: 1px solid transparent;
}
.newLayout div#blocheader_right .main-menu a.off > span {
  display: none;
}
.newLayout div#blocheader_right .main-menu a.cart {
  position: relative;
  font-size: 0;
  width: 32px;
  height: 30px;
  background: url("../images/shoppingWhiteIcon.png") no-repeat 0 0 transparent;
  background-size: 70%;
}
.newLayout div#blocheader_right .main-menu a.cart .number {
  display: block;
  color: #ffffff;
  font-weight: 700;
  background: #de8d15;
  position: absolute;
  top: -10px;
  right: -5px;
  font-size: 10px;
  padding: 0px 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.newLayout div#blocheader_right .main-menu a.cart:hover {
  border-bottom: transparent;
}
.newLayout div#blocheader_right .main-menu a.linkedin-url {
  font-size: 20px;
}
.newLayout div#blocheader_right .main-menu a:hover, .newLayout div#blocheader_right .main-menu a.active {
  background-color: transparent;
  border-bottom: 1px solid #de8d15;
}
.newLayout .menu > a.icon {
  font-size: 15px;
}
.newLayout .menu > a span {
  display: none;
}
.newLayout.logInUser.whiteBg {
  background: url("../images/headerBg.png") no-repeat top center #ffffff;
}
.newLayout.logInUser.whiteBg #blocheader_left {
  float: none;
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 20px 0 70px 0;
}
.newLayout.logInUser.whiteBg #blocheader_left > span.slogan {
  color: #1e93d1;
  font-size: 27px;
  margin-top: 25px;
  line-height: 100%;
}
.newLayout.logInUser.whiteBg #blocheader_left img {
  width: 225px;
  max-width: 100%;
}
.newLayout.logInUser.whiteBg #blocheader_left > a {
  float: none;
  clear: both;
  display: block;
  margin: 0 0 15px 0;
}
.newLayout.logInUser.whiteBg #blocheader_left .slogan {
  display: block;
  float: none;
  clear: both;
  font-size: 1.8em;
  color: #1e93d1;
  font-weight: 300;
  font-style: italic;
}
.newLayout.logInUser.whiteBg #blocheader_left > span {
  display: block;
}
.newLayout.logInUser.whiteBg #blocheader_left > span.slogan {
  padding-left: 0;
}
.newLayout.logInUser.whiteBg #blocheader {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

#blocfooter a {
  margin: 0 10px;
}
#blocfooter .blocfooterWrapper .logo-footer {
  font-weight: bold;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}
#blocfooter .blocfooterWrapper .logo-footer img {
  padding: 0;
  margin: 0;
  max-height: 73px;
}
#blocfooter .blocfooterWrapper .plane-icon {
  padding-left: 70px;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
  min-height: 73px;
  display: flex;
  align-items: center;
}
#blocfooter .blocfooterWrapper .plane-icon:after {
  content: "";
  height: 150%;
  width: 40px;
  display: block;
  background: #1e93d1;
  position: absolute;
  left: 14px;
  top: 0;
  z-index: 2;
  transform: rotate3d(1, 1, 1, 25deg);
}
#blocfooter .blocfooterWrapper .plane-icon:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  background: #1e93d1;
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 1;
}
#blocfooter .blocfooterWrapper .plane-icon img {
  position: relative;
  z-index: 3;
  max-height: 30px;
}

.newLayout #blocfooter {
  background: #3d3d3d;
  padding: 0;
  border: none;
  margin: 0;
  height: 72px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.newLayout #blocfooter > div {
  padding: 25px 0;
  text-align: center;
  background: #3d3d3d;
}
.newLayout #blocfooter a {
  color: #ffffff;
  float: none;
  display: inline-block;
  padding: 0;
  margin: 0 10px;
  text-transform: uppercase;
}
.newLayout #blocfooter a:hover {
  color: #848484;
  background: transparent;
}
.newLayout #blocfooter .linkedin-url {
  font-size: 20px;
  position: relative;
  bottom: -2px;
}

.logInUser #blocfooter {
  height: auto;
}

/**
  Meyclub footer
 */
.meyclubLogged #blocfooter .blocfooterWrapper .logo-footer {
  display: none;
}

/*.nice-select {
  border: none;
  height: 44px;
  line-height: 44px;
  background: $orrangeCL;
  @include border-radius(3px);
  color: white;
  font-size: 16px;
  padding-left: 25px;
  font-family: $fontOpenSans;
  font-weight: 700;
  width: 236px;
  position: relative;
  &:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7.5px 0 7.5px;
    border-color: #ffffff transparent transparent;
    @include transform(rotate(0));
  }
  &.open {
    &:after {
      @include transform(rotate(-180deg));
    }
  }
  .list {
    font-size: 14px;
    color: #3e3e3e;
    max-height: 200px;
    overflow-y: auto;
    margin: 0;
    right: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #ddb163;
    border-top: none;
    @include border-radius(0 0 3px 3px);
    .option {
      height: 42px;
      line-height: 42px;
      padding-left: 25px;
      border-bottom: 1px solid #d9dcd8;
    }
  }
}*/
span.select2-container {
  min-width: 236px !important;
}

span.select2-container--default .select2-selection--single {
  background: #de8d15;
  border: 1px solid #de8d15;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 44px;
  outline: none;
  position: relative;
}
span.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  font-size: 16px;
  line-height: 44px;
  font-weight: 700;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
span.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 3px;
  top: 18px;
}
span.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
span.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #ffffff transparent transparent;
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
span.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
span.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(222, 141, 21, 0.7);
  color: #ffffff;
}
span.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ffffff;
  color: #3a3a3a;
}

.select2-container .select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #de8d15;
}
.select2-container .select2-results__option {
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select2-container .select2-results__option:hover {
  background: #de8d15;
  color: #ffffff;
}

.homepage .select2-container .select2-dropdown {
  background: rgba(255, 255, 255, 0.6);
}

.newLayout {
  /*==================================================
  * Bloc Style *
  ====================================================*/
  /*==================================================
  * Achat de devises Page *
  ====================================================*/
  /*==================================================
  * Achat de devises Page Step 1 *
  ====================================================*/
  /*==================================================
  * Adresse de Facturation *
  ====================================================*/
}
.newLayout .bloc {
  border: 2px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  width: 266px;
  color: #848484;
  font-size: 14px;
  /*margin-bottom: 40px;*/
  margin-bottom: 0;
  margin-right: 5px;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
}
.newLayout .bloc.bloc_contact_accueil {
  background: transparent;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 18px;
  border: none;
  font-weight: 300;
  line-height: 30px;
  float: none;
}
.newLayout .bloc.bloc_contact_accueil p {
  text-align: center;
  line-height: 30px;
}
.newLayout .bloc.bloc_contact_accueil a {
  color: #de8d15;
  font-weight: normal;
  font-size: 18px;
}
.newLayout .bloc.bloc_contact_accueil a:hover {
  color: #1e93d1;
}
.newLayout .bloc.bloc_accueil {
  background: transparent;
  padding: 0;
}
.newLayout .bloc#bloc_paiement {
  margin-right: 0;
  margin-bottom: 10px;
  min-height: 219px;
}
.newLayout .bloc#contactform .input_label,
.newLayout .bloc#contactform .input_input {
  width: 100%;
  float: none;
}
.newLayout .bloc#contactform #contactmsg {
  width: 83%;
  margin: 0;
}
.newLayout .bloc .bloc_titre {
  font-size: 24px;
  color: #1e93d1;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0 0 30px 0;
}
.newLayout .bloc .bloc_titre .button_small {
  font-size: 14px;
  color: #de8d15;
  border: none;
  margin: 4px 0;
  background: transparent;
  text-decoration: underline;
  box-shadow: none;
  padding: 0 !important;
  height: auto;
  font-weight: 600;
  line-height: 100%;
}
.newLayout .bloc .bloc_titre .noted {
  font-size: 12px;
  font-weight: 300;
  display: block;
  margin-top: 20px;
}
.newLayout .bloc .info {
  font-weight: 600;
}
.newLayout .bloc #rescalcul {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 700;
  color: #de8d15;
  padding: 10px 0;
  line-height: 25px;
  border: 1px solid #de8d15;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.newLayout .bloc #infocalcul {
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin: 0 0 25px 0;
}
.newLayout .bloc[id^=bloc_coords] {
  width: 415px;
}
.newLayout .bloc_light {
  width: 310px;
  margin-right: 5px;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newLayout .bloc_light #bloc_livraison,
.newLayout .bloc_light #bloc_option {
  width: 266px;
}
.newLayout .bloc_paiement_rachat {
  width: 310px;
  margin-bottom: 0;
}
.newLayout .bloc_paiement_rachat > div {
  width: 266px;
  margin-right: 0;
}
.newLayout .bloc_paiement_rachat #bloc_rachat {
  color: #1e93d1;
  font-size: 19px;
  font-weight: 600;
}
.newLayout .bloc_paiement_rachat #bloc_rachat a {
  font-size: 15px;
}
.newLayout .input_button input[type=button] {
  width: 100%;
  padding: 0 !important;
}
.newLayout .input_button input[type=button]#addpan {
  background-image: url("../images/shoppingIcon.png");
  background-repeat: no-repeat;
  background-position: 25px center;
}
.newLayout .input_button input[type=button]#continueGroupOrder {
  width: auto;
  padding: 0 40px !important;
}
.newLayout #bloc_panier {
  width: 100%;
  padding: 40px 0;
  margin: 0 0 25px 0;
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  background: white;
}
.newLayout #bloc_panier .bloc_titre {
  font-size: 35px;
  font-weight: 300;
  color: #848484;
  text-align: center;
  margin: 0 0 40px 0;
  display: block;
  clear: both;
  line-height: 100%;
}
.newLayout #bloc_panier #adddev {
  margin: 0;
  font-size: 12px;
  width: auto;
  height: auto;
  line-height: 100%;
  padding: 10px 15px !important;
}
.newLayout table {
  font-family: "Open Sans", sans-serif;
}
.newLayout table hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ebebeb;
  margin: 0;
  padding: 0;
}
.newLayout table tr th, .newLayout table tr td {
  padding: 15px 5px;
}
.newLayout table thead th {
  text-transform: uppercase;
  color: #848484;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.newLayout table thead th.nouvelleDevise {
  text-transform: none;
  color: #de8d15;
  font-size: 14px;
  text-align: right;
  font-weight: 600;
  text-decoration: underline;
}
.newLayout table tbody td {
  font-size: 14px;
  color: #1e93d1;
  text-align: center;
}
.newLayout table tbody .sous_total td {
  color: #848484;
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
}
.newLayout table tbody .sous_total td:first-child {
  text-align: right;
}
.newLayout table tbody .sous_total td:last-child {
  white-space: nowrap;
}
.newLayout table tbody .total td {
  color: #de8d15;
}
.newLayout .rachat-table table th:last-child {
  width: 100px;
}
.newLayout input[type=button].button_sup {
  background: url("images/trashIcon.png") no-repeat right center;
  background-color: transparent !important;
  border: none;
  color: #848484;
  font-size: 14px;
  padding: 0 35px 0 0 !important;
  box-shadow: none;
  height: auto;
  line-height: 18px;
}
.newLayout input[type=button].button_sup:hover {
  background: url("images/trashIcon.png") no-repeat right center;
  color: #de8d15;
}
.newLayout #bloc_devise1 {
  margin-bottom: 10px;
}
.newLayout #bloc_devise1 .bloc_titre {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #fbfbfb;
}
.newLayout #bloc_devise1 .input_input {
  text-align: center;
}
.newLayout #bloc_devise1 input[type=text] {
  max-width: 150px;
  min-width: auto;
}
.newLayout #bloc_devise1 .input_label {
  font-weight: 600;
  color: #848484;
  text-align: center;
  margin: 0 0 15px 0;
  height: auto;
}
.newLayout #bloc_devise1 .input_label.or {
  padding: 15px 0;
  margin: 0;
  text-transform: uppercase;
}
.newLayout #bloc_devise1 .devise {
  max-width: 80%;
  display: inline-block;
}
.newLayout #bloc_devise1 .info span {
  font-weight: 300;
}
.newLayout #bloc_devise1 .info.taux {
  color: #de8d15;
  margin-bottom: 40px;
}
.newLayout #bloc_devise2 {
  background: #ffffff !important;
}
.newLayout #bloc_devise2 .decal0 {
  color: #848484;
  height: 44px;
  line-height: 44px;
  font-weight: 600;
}
.newLayout #bloc_devise2 .nice-select {
  width: 100%;
  padding-left: 15px;
  font-size: 14px;
}
.newLayout #bloc_devise2 .input_input {
  width: 100%;
  float: none;
  display: inline-block;
}
.newLayout #bloc_devise2 .or {
  display: block;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}
.newLayout #bloc_devise2 span.select2-container {
  width: 100% !important;
}
.newLayout .bloc_coord {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
}
.newLayout .bloc_coord .input_label {
  color: #848484;
  font-weight: 600;
}
.newLayout .bloc_coord #validcgv {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  background: transparent !important;
}
.newLayout a.plusdinfos {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  display: inline-block;
}
.newLayout a.plusdinfos span {
  width: 245px;
  background: rgba(34, 147, 209, 0.6);
  color: #ffffff;
  padding: 10px;
  border: none;
  font-size: 12px;
  color: #fff;
  text-align: justify;
  border-radius: 6px;
  display: block;
  position: absolute;
  z-index: 50;
  bottom: 125%;
  left: 50%;
  font-weight: normal;
  margin-left: -130px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.newLayout a.plusdinfos span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(34, 147, 209, 0.6) transparent transparent transparent;
}
.newLayout a.plusdinfos:hover span {
  visibility: visible;
  display: block;
  top: auto;
  opacity: 1;
}
.newLayout a.plusdinfos.align {
  position: static;
  color: #1e93d1;
  font-weight: 600;
  display: block;
}
.newLayout a.plusdinfos.align img {
  max-width: 245px;
  height: auto;
}
.newLayout a.plusdinfos.align span {
  bottom: 22px;
  margin-left: -100px;
}
.newLayout a.plusdinfos.align .open-img {
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.newLayout a.plusdinfos.align .open-img:hover {
  text-decoration: underline;
}
.newLayout .guaranteeRachat-table a.plusdinfos span {
  text-align: left;
  text-transform: none;
}
.newLayout .cde_detail .input_label {
  height: auto;
}
.newLayout .cde_detail .bloc .bloc_titre {
  font-size: 20px;
  padding: 0 0 20px 0;
}
.newLayout .cde_detail .bloc.bloc_infocomp {
  width: 265px;
}
.newLayout .input_label {
  height: 44px;
  display: table;
  font-weight: 600;
  color: #848484;
  padding-left: 0;
}
.newLayout .input_label > span {
  display: table-cell;
  vertical-align: middle;
  padding-right: 25px;
}
.newLayout [id^=bloc_coords] .input_input {
  width: 65%;
  margin-bottom: 30px;
}
.newLayout [id^=bloc_coords] .input_input .coord_error {
  font-size: 12px;
  font-weight: 300;
}
.newLayout [id^=bloc_coords] input[type=text],
.newLayout [id^=bloc_coords] input[type=email],
.newLayout [id^=bloc_coords] input[type=password] {
  background: transparent !important;
  width: 100%;
}
.newLayout [id^=bloc_coords] textarea {
  width: 86%;
}
.newLayout #bloc_coord .button_submit {
  display: inline-block;
  max-width: 475px;
  text-align: center;
}
.newLayout #bloc_coord .input_button {
  display: inline-block;
  margin-right: 20px;
}
.newLayout #bloc_coord .bloc {
  margin-bottom: 40px;
}
.newLayout #bloc_coords1 #blockyc {
  clear: both;
}
.newLayout #bloc_coords1 #blockyc .selectNobg {
  clear: both;
  float: none;
  display: block;
  margin: 0 auto 20px;
  min-height: 44px;
}
.newLayout #bloc_coords2 {
  float: right;
  margin-right: 0;
}
.newLayout #bloc_coords2 .input_ligne {
  padding-left: 0;
  font-weight: 600;
  color: #1e93d1;
  margin: 0 0 5px 0;
}
.newLayout #bloc_coords2 .input_ligne .control {
  color: #848484;
}
.newLayout #bloc_coords3 {
  padding-bottom: 40px;
  float: right;
  margin-right: 0;
}
.newLayout #bloc_coords3 .input_label {
  text-align: center;
  font-weight: 600;
  color: #848484;
}
.newLayout #bloc_coords3 .input_label > span {
  padding: 0;
}
.newLayout #bloc_coords3 .input_input {
  width: 230px;
  margin: 0 auto;
  float: none;
}
.newLayout #blockyc .input_ligne {
  padding: 0 35px 0 0;
  margin: 0 0 30px 0;
  font-weight: 600;
  color: #848484;
  position: relative;
  float: none;
  width: auto;
}
.newLayout #blockyc .input_ligne span {
  font-size: 12px;
  font-weight: 300;
}
.newLayout #blockyc .input_ligne .plusdinfos {
  top: auto;
  bottom: 0;
}
.newLayout #continue,
.newLayout #adddev {
  width: 250px;
}
.newLayout #adddev {
  background: #de8d15;
}
.newLayout #adddev:hover {
  background: #1e93d1;
}
.newLayout #continue {
  background: #1e93d1;
}
.newLayout #continue:hover {
  background: #de8d15;
}

.control {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  line-height: 23px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control input:checked ~ .control__indicator:after {
  opacity: 1;
}

.control--checkbox {
  color: #1e93d1;
}
.control--checkbox .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 23px;
  width: 23px;
  background: white;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.control--checkbox .control__indicator:after {
  content: "";
  display: block;
  left: 8px;
  top: 1px;
  width: 7px;
  height: 15px;
  border: solid #1e93d1;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  opacity: 0;
}

.control--radio .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 23px;
  width: 23px;
  background: white;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.control--radio .control__indicator:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  background: #1e93d1;
  border: 2px solid #ffffff;
  position: absolute;
  opacity: 0;
}

.inline .control {
  display: inline-block;
  line-height: 27px;
  width: 35%;
}

.label_note {
  position: relative;
  min-height: 24px;
  margin: 0 0 15px 0;
}
.label_note .control {
  max-width: 75%;
  font-weight: 600;
}

.selectNobg .nice-select {
  background: #ffffff;
  color: #de8d15;
  border: 1px solid #de8d15;
}
.selectNobg .nice-select:after {
  border-color: #de8d15 transparent transparent;
}
.selectNobg .nice-select .list {
  background: white;
}

.choisir .selectNobg {
  width: 100%;
  min-height: 44px;
  margin: 5px 0 15px 0;
}
.choisir .selectNobg .nice-select {
  width: 100%;
}
.choisir .selectNobg .nice-select .current {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*==============================================
* PopUp Style *
================================================*/
.newLayout .popup {
  border: 2px solid #ebebeb;
  padding: 20px;
}
.newLayout .popup .bloc_titre {
  font-size: 24px;
  color: #1e93d1;
  font-weight: 600;
}
.newLayout .popup .panier_ligne div {
  padding: 10px 0;
}
.newLayout .popup .supconfirm {
  margin-top: 10px;
}

/*==============================================
* Group Panier BLoc Style *
================================================*/
.group_panier_bloc {
  display: inline-block;
  width: 100%;
}
.group_panier_bloc .bloc_panier {
  width: 400px;
}
.group_panier_bloc .button_submit {
  display: block;
  clear: both;
}

/*==============================================
* Group Panier BLoc Options Style *
================================================*/
#bloc_panier_group {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#bloc_livraison {
  margin-bottom: 10px;
}

#bloc_option {
  margin-bottom: 0;
}

.label_error .control__indicator {
  border-color: red;
}

/*==============================================
* Customer Address Style *
================================================*/
.bloc_customer {
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ebebeb;
}
.bloc_customer > div {
  float: left;
  width: 33.33%;
}
.bloc_customer > div.bloc_titre {
  width: 100%;
  float: none;
}
.bloc_customer .input_label {
  float: none;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  color: #47555F;
  height: auto;
  font-style: italic;
}
.bloc_customer .input_input {
  width: 100%;
}
.bloc_customer .input_input input {
  width: 90%;
}

#bloc_group_paiement {
  margin-bottom: 20px;
}

/* Rachat de devises */
.field-order a.plusdinfos {
  margin-right: 5px;
}
.field-order a.plusdinfos span {
  margin-left: 25px;
  bottom: auto;
  transform: translateY(-50%);
  background: #1e93d1;
}
.field-order a.plusdinfos span:after {
  display: none;
}

/* Destination block */
#destination_block span.select2-container,
.destination_block_pack span.select2-container {
  width: 100% !important;
  margin-bottom: 10px;
}

/* bloc_devise1 */
.title {
  font-size: 26px;
  line-height: 100%;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin: 0 0 10px 0;
}

/* Panier page - Block Pack List */
#bloc_pack_list {
  width: 615px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 20px 0 0 0;
}
#bloc_pack_list.oneCol {
  width: 305px;
}
#bloc_pack_list.oneCol .bloc_pack_list_content > div {
  flex: 0 0 100%;
}

.bloc_pack_list_content {
  display: flex;
  flex-wrap: wrap;
}
.bloc_pack_list_content > div {
  flex: 0 0 50%;
  overflow: hidden;
}
.bloc_pack_list_content > div > div {
  padding: 20px;
}
.bloc_pack_list_content #pack-img {
  text-align: center;
}
.bloc_pack_list_content #pack-img img {
  max-height: 400px;
  max-width: 100%;
}
.bloc_pack_list_content .pack_quantity {
  margin: 15px 0;
  text-align: center;
  font-weight: bold;
}
.bloc_pack_list_content .pack_quantity span {
  color: #de8d15;
}

.destination_block_pack {
  margin: 20px 0 0 0;
}

.destination-label {
  font-weight: 600;
  color: #848484;
  text-align: center;
  margin: 15px 0;
}

.rescalculPack {
  margin: 15px 0;
  color: #de8d15;
  font-weight: bold;
  border: 2px solid #de8d15;
  padding: 5px;
  text-align: center;
}

.newLayout .cde_ligne {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}
.newLayout .cde_ligne.fillterCde {
  padding: 0;
  margin: 0;
  border: none;
}
.newLayout .cde_ligne.fillterCde div {
  width: auto;
}
.newLayout .cde_ligne.fillterCde > div {
  width: 33.33%;
  padding: 15px 0;
}
.newLayout .cde_ligne.fillterCde .nice-select {
  width: 180px;
}
.newLayout .cde_ligne.fillterCde .nice-select .list {
  background: white;
}
.newLayout .cde_ligne.fillterCde .nice-select .current {
  display: block;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newLayout .cde_ligne > div {
  width: 115px;
  text-align: center;
  padding: 15px 5px;
}
.newLayout .cde_ligne > div.mini {
  width: 115px;
}
.newLayout .cde_ligne > div.statut, .newLayout .cde_ligne > div.paiement {
  width: 50px;
}
.newLayout .cde_ligne > div.transport {
  width: 145px;
}
.newLayout .cde_ligne > div.btn {
  width: 155px;
}
.newLayout .cde_ligne.cde_ligne_titre {
  padding: 0;
  background: transparent;
}
.newLayout .cde_ligne.cde_ligne_titre > div {
  color: #848484;
  font-weight: 700;
  text-transform: uppercase;
}
.newLayout .cde_ligne.total {
  padding: 15px 0;
  font-weight: 700;
  color: #de8d15;
  font-size: 16px;
  text-align: right;
}
.newLayout .cde_ligne.payments_ligne > div {
  width: 225px;
}
.newLayout .cde_detail #bloc_panierr {
  width: 100%;
  float: none;
  margin: 0;
  padding: 20px 0;
  border-top: 2px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.newLayout .cde_detail #bloc_panierr .bloc_titre {
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  color: #848484;
  margin: 0 0 10px 0;
}
.newLayout .cde_detail #bloc_panierr .pdfBtn {
  margin-left: 10px;
}
.newLayout #titre_account > a {
  color: #1e93d1;
  text-decoration: none;
  line-height: 100%;
  font-size: 35px;
}
.newLayout #titre_account > a.active {
  color: #de8d15;
}
.newLayout #titre_account > a:after {
  content: "/";
  display: inline-block;
  margin-left: 15px;
  font-weight: normal;
  color: #848484;
}
.newLayout #titre_account > a:last-child:after {
  content: "";
}

.note_summary {
  display: block;
  clear: both;
  padding: 10px 0 30px 0;
}

[class^=statut_] {
  font-size: 20px;
}
[class^=statut_]:before {
  font-family: "FontAwesome";
  content: "";
}

.statut_2:before {
  content: "";
}

.statut_3:before {
  content: "";
}

[class^=payment_] {
  font-size: 20px;
}
[class^=payment_]:before {
  font-family: "FontAwesome";
  content: "";
}

.payment_2:before {
  content: "";
}

.payment_3:before {
  content: "";
}

.payment_4:before {
  content: "";
}

.payment_5:before {
  content: "";
}

.payment_6:before,
.payment_7:before {
  content: "";
}

.button_small:before {
  content: "";
  display: block;
  background: red;
  height: 10px;
  width: 10px;
}

.newLayout .recapBloc .input_label {
  height: auto;
}
.newLayout .recapBloc .bloc_coord {
  width: 45%;
}
.newLayout .recapBloc .bloc_coord.livra {
  float: right;
  margin-right: 0;
}
.newLayout .recapBloc .bloc_infocomp {
  width: 45%;
}
.newLayout .recapBloc .bloc_titre {
  padding: 0 0 20px 0;
}
.newLayout .recapBloc .input_label {
  font-weight: 300;
}
.newLayout .recapBloc #bloc_coords3 {
  padding-bottom: 20px;
}
.newLayout .recapBloc #bloc_coords3 .input_label {
  font-weight: 300;
}
.newLayout .recapBloc .input_button {
  clear: both;
  display: block;
  text-align: left;
}
.newLayout .recapBloc .input_button #modif {
  margin: 30px 0;
}
.newLayout .recapBloc .bloc {
  margin-bottom: 10px;
}
.newLayout .recapBloc#bloc_coordr {
  margin-top: 0;
}
.newLayout #bloc_coordr.group_coordr_infor {
  width: 45%;
  margin-top: 0;
}
.newLayout #bloc_coordr.group_coordr_infor .bloc_coord {
  width: 100%;
}
.newLayout #bloc_panierr {
  width: 100%;
  padding: 40px 0;
  margin: 0 0 25px 0;
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
}
.newLayout #bloc_panierr .bloc_titre {
  font-size: 35px;
  font-weight: 300;
  color: #848484;
  text-align: center;
  margin: 0 0 40px 0;
  display: block;
  clear: both;
  line-height: 100%;
}
.newLayout .recapBtn {
  margin: 0 0 40px 0;
}
.newLayout #bloc_coordr #bloc_panierr table {
  border-spacing: unset;
}
.newLayout #bloc_coordr #bloc_panierr table tbody td {
  border-bottom: 5px solid white;
}
.newLayout #bloc_coordr #bloc_panierr table tbody td:last-child {
  background: white;
}
.newLayout #bloc_coordr #bloc_panierr table tbody td .payment_success {
  width: 30px;
  height: 30px;
  background: url("../images/icon-card-check-small.png") no-repeat 0 0 transparent;
  background-size: contain;
  background-position: center center;
}
.newLayout #bloc_coordr #bloc_panierr table tbody td .payment_success:before {
  display: none;
}
.newLayout #bloc_coordr #bloc_panierr table tbody td .payment_error {
  width: 30px;
  height: 30px;
  background: url("../images/icon-card-question-small.png") no-repeat 0 0 transparent;
  background-size: contain;
  background-position: center center;
}
.newLayout #bloc_coordr #bloc_panierr table tbody td .payment_error:before {
  display: none;
}
.newLayout #bloc_coordr #bloc_panierr table tr.clientPaid td {
  background: #e7feac;
}
.newLayout #bloc_coordr #bloc_panierr table tr.clientPaid td:last-child {
  background: white;
}
.newLayout #bloc_coordr #bloc_panierr table tr.clientError td {
  background: #ffdbdb;
}
.newLayout #bloc_coordr #bloc_panierr table tr.clientError td:last-child {
  background: white;
}
.newLayout #bloc_coordr #bloc_panierr table tr.sous_total td {
  border-bottom: none;
}
.newLayout #bloc_coordr #bloc_panierr .clientPayLink {
  font-size: 14px;
  color: #0d29c8;
}
.newLayout #bloc_coordr #bloc_button {
  overflow: hidden;
}
.newLayout #bloc_coordr #bloc_button input.btn-attente {
  float: right;
  cursor: none;
  background: #ccc;
}
.newLayout #bloc_coordr #bloc_button input.valid,
.newLayout #bloc_coordr #bloc_button input.terminal {
  float: right;
  margin-top: 20px;
}
.newLayout #bloc_coordr #bloc_button input.modif {
  float: left;
}

/* Rachat Style */
.newLayout .guaranteeRachat-table,
.newLayout .rachat-table {
  padding-bottom: 20px;
}
.newLayout .guaranteeRachat-table table caption,
.newLayout .rachat-table table caption {
  font-size: 35px;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
  margin: 10px 0 20px 0;
}
.newLayout .guaranteeRachat-table table tbody td input[type=number],
.newLayout .rachat-table table tbody td input[type=number] {
  text-indent: 10px;
  min-width: 100px;
  width: 150px;
}

.titre_account {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}

.guaranteeRachat-table thead tr > th {
  position: relative;
}

.add-order-link {
  display: block;
  font-size: 14px;
  color: #1e93d1;
  outline: none;
  padding: 0 0 0 30px;
  text-decoration: none;
  background: url("../images/icon-plus.png") no-repeat 0 0 transparent;
}
.add-order-link:hover {
  text-decoration: underline;
}

#rachat-form .input_input.rachat-has-guarantee {
  max-width: 80px;
}

.rachat-has-guarantee {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 34px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.rachat-has-guarantee input {
  display: none;
}
.rachat-has-guarantee input:checked + .label-guarantee {
  background-color: #2196F3;
}
.rachat-has-guarantee input:checked + .label-guarantee:before {
  -moz-transform: translateX(45px);
  -o-transform: translateX(45px);
  -ms-transform: translateX(45px);
  -webkit-transform: translateX(45px);
  transform: translateX(45px);
}
.rachat-has-guarantee input:checked + .label-guarantee:after {
  content: "Oui";
  display: block;
  position: absolute;
  line-height: 34px;
  color: white;
  left: 10px;
}
.rachat-has-guarantee input:focus + .label-guarantee {
  box-shadow: 0 0 1px #2196F3;
}
.rachat-has-guarantee .label-guarantee {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.rachat-has-guarantee .label-guarantee:after {
  content: "Non";
  display: block;
  position: absolute;
  right: 10px;
  color: white;
  line-height: 34px;
}
.rachat-has-guarantee .label-guarantee:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.ui-dialog-content {
  margin-top: 20px;
}
.ui-dialog-content input[type=text] {
  width: 100%;
}

.ui-dialog .ui-widget-header {
  margin: 5px 10px 0 0;
}
.ui-dialog .ui-widget-header .ui-button-text {
  display: none;
}
.ui-dialog .ui-widget-content {
  border: none;
  font-size: 15px;
}
.ui-dialog .ui-widget-content .order-msg {
  color: #848484;
  margin: 0 0 10px 0;
}
.ui-dialog .ui-widget-content .ui-button {
  background: #de8d15;
  color: #ffffff;
  border: none;
  font-size: 15px;
  font-weight: normal;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ui-dialog .ui-widget-content .ui-button:hover {
  background: #1e93d1;
}
.ui-dialog .ui-widget-content .ui-dialog-buttonset .ui-button:last-child {
  background: #848484;
}
.ui-dialog .ui-widget-content .ui-dialog-buttonset .ui-button:last-child:hover {
  background: #de8d15;
}
.ui-dialog div.ui-dialog-buttonpane {
  padding-top: 0.5em;
  background: #ffffff;
}
.ui-dialog div.ui-dialog-buttonpane button {
  margin-right: -5px;
  margin-left: 20px;
}
.ui-dialog.ui-widget-content {
  font-size: 15px;
  background: #ffffff;
}

.pic-guide {
  margin-top: 10px;
}

/**
  FAQ new style
 */
.faq-collection {
  padding-bottom: 66px;
}
.faq-collection .faq-item {
  border-bottom: 2px solid #1e93d1;
}
.faq-collection .q-collection {
  padding: 15px 0;
  cursor: pointer;
  font-weight: bold;
}
.faq-collection .q-collection .q-number {
  display: inline-flex;
  min-width: 25px;
  margin-right: 5px;
}
.faq-collection .a-collection {
  display: none;
  padding: 10px 25px;
  border: 2px solid #1e93d1;
  border-bottom: none;
}
.faq-collection .a-collection a {
  color: #1e93d1;
  font-size: 15px;
}
.faq-collection .a-collection p {
  margin: 0 0 10px 0;
}
.faq-collection .a-collection.active {
  display: block;
}

/* Page */
/* Destination block */
.destination-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.destination-block .or {
  color: black;
  text-align: center;
  padding: 0 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.destination-block span.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 45px;
}
.destination-block span.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

/* Resize Select */
.newLayout .bloc_accueil .accueil_select > div .destination-block span.select2-container {
  width: 100% !important;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body.newLayout {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  background: #ffffff;
}
body.newLayout.loggedUser {
  background: url("../images/loggedBg.jpg") no-repeat center center #ffffff;
  background-size: cover;
}
body.newLayout.panierPage, body.newLayout.whiteBg {
  background: white;
}

.newLayout a {
  font-family: "Open Sans", sans-serif;
}
.newLayout input {
  font-family: "Open Sans", sans-serif;
}
.newLayout input[type=text],
.newLayout input[type=password],
.newLayout input[type=email],
.newLayout input[type=decimal],
.newLayout input[type=number] {
  border: 1px solid #bebebe;
  height: 44px;
  line-height: 44px;
  text-indent: 20px;
  color: #848484;
  font-style: italic;
  min-width: 240px;
  font-size: 16px;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.newLayout input[type=text].input_error,
.newLayout input[type=password].input_error,
.newLayout input[type=email].input_error,
.newLayout input[type=decimal].input_error,
.newLayout input[type=number].input_error {
  border: 1px solid red;
}
.newLayout .input_error + span {
  color: red !important;
}
.newLayout .input_error + span a {
  color: red;
}
.newLayout textarea,
.newLayout select {
  border: 1px solid #bebebe;
  text-indent: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.newLayout textarea {
  padding: 10px 20px;
  text-indent: 0;
  font-size: 16px;
  font-style: italic;
  line-height: 18px;
  color: #848484;
  font-family: "Open Sans", sans-serif;
}
.newLayout input[type=submit],
.newLayout input[type=button] {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  border: none;
  padding: 0 40px !important;
  height: 44px;
  font-size: 16px;
  width: auto;
  line-height: 44px;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
}
.newLayout input[type=submit]:hover,
.newLayout input[type=button]:hover {
  background: #de8d15;
}
.newLayout input[type=submit].detailBtn,
.newLayout input[type=button].detailBtn {
  font-size: 0px;
  padding: 0 22px !important;
  height: 35px;
  line-height: 35px;
  margin: 0 10px;
  background: url("../images/detailbtn.png") no-repeat center center #1e93d1;
}
.newLayout input[type=submit].detailBtn:hover,
.newLayout input[type=button].detailBtn:hover {
  background-color: #de8d15;
}
.newLayout input[type=submit].redir_upload,
.newLayout input[type=button].redir_upload {
  font-size: 0px;
  padding: 0 22px !important;
  height: 35px;
  line-height: 35px;
  background: url("../images/redirUploadBtn.png") no-repeat center center #de8d15;
}
.newLayout input[type=submit].redir_upload:hover,
.newLayout input[type=button].redir_upload:hover {
  background-color: #1e93d1;
}
.newLayout input[type=submit].pdfBtn,
.newLayout input[type=button].pdfBtn {
  font-size: 0px;
  padding: 0 22px !important;
  height: 35px;
  line-height: 35px;
  background: url("../images/pdfIcon.png") no-repeat center center #de8d15;
}
.newLayout input[type=submit].pdfBtn:hover,
.newLayout input[type=button].pdfBtn:hover {
  opacity: 0.7;
}
.newLayout .input_label.label_error {
  color: red !important;
}
.newLayout .input_button {
  padding: 0 0 25px 0;
}
.newLayout .input_button input#calcul {
  margin-top: 10px;
}
.newLayout .input_button input[value=Recalculer] {
  background: #959595;
}
.newLayout .index_input_label {
  color: #848484;
}
.newLayout div#blocentral {
  width: 100%;
  min-height: 100%;
  position: relative;
  background: transparent;
}
.newLayout div#blocentral #blocontenu {
  padding-bottom: 72px;
}
.newLayout.logInUser div#blocentral #blocontenu {
  padding-bottom: 0;
}
.newLayout .bloccontenu_titre {
  line-height: 100%;
}
.newLayout .bloccontenu_titre span {
  color: #848484;
}
.newLayout .bloc_titre {
  line-height: 100%;
}
.newLayout .bloc_titre .sub_titre {
  font-size: 20px;
  font-weight: 300;
  display: block;
  margin-top: 5px;
}
.newLayout #rachat-form .bloc {
  width: 100%;
  max-width: 896px;
  margin: 0 auto 20px;
  float: none;
  display: block;
  clear: both;
}
.newLayout .input_input {
  margin-bottom: 30px;
}
.newLayout .input_input.rachat-exchange-rate-input {
  height: 44px;
  line-height: 44px;
}
.newLayout .input_input.rachat-money-input {
  height: 44px;
  line-height: 44px;
}
.newLayout .contact-wrapper {
  max-width: 940px;
  margin: 0 auto;
}
.newLayout .contact-wrapper .bloc {
  width: 100%;
  height: 100% !important;
  margin: 0 auto 70px auto;
}
.newLayout .input_ligne {
  font-weight: 300;
}

.input_ligne.bold {
  font-weight: 600;
}
.input_ligne.font16 {
  font-size: 16px;
}

.loggedUser #blocontenu .bloccontenu_titre {
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  line-height: 100%;
  padding: 130px 0 20px 0;
  margin: 0;
}
.loggedUser .bloc_accueil .bloc_supertitre {
  font-size: 35px;
  line-height: 100%;
  margin: 0 0 20px 0;
  font-family: "Open Sans", sans-serif;
}

.panierPage #blocontenu .bloccontenu_titre,
.whiteBg #blocontenu .bloccontenu_titre {
  padding: 30px 0 50px 0;
}

/* ----------------------------------------------------
* Paiement Mail
------------------------------------------------------- */
#deliveryMgs {
  font-size: 12px;
  font-weight: bold;
  display: block;
  clear: both;
}

/* ----------------------------------------------------
* Mon Panier Form
------------------------------------------------------- */
#bloc_devise1 .input_label {
  width: 100%;
  float: none;
  padding: 0;
}
#bloc_devise1 .input_input {
  width: 100%;
  float: none;
  display: block;
}
#bloc_devise1 .input_input .input_small {
  width: auto;
  margin: 0;
}
#bloc_devise1 .coord_error {
  display: block;
  clear: both;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

/* ----------------------------------------------------
* Voir les billets dialog
------------------------------------------------------- */
.ui-widget-overlay {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

.ui-dialog .ui-dialog-title {
  display: none;
}
.ui-dialog .ui-dialog-titlebar-close.ui-button {
  top: -4px;
  right: -4px;
  margin: 0;
  width: auto;
  border: none;
  padding-left: 10px;
}
.ui-dialog .ui-dialog-titlebar-close.ui-button:hover {
  background: transparent;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.ui-dialog .ui-widget-header {
  background: transparent;
  padding: 0;
  border: none;
}

.ui-button.ui-button-icons-only .ui-button-text, .ui-button.ui-button-icon-only .ui-button-text {
  text-indent: 0;
  padding: 2px;
}
.ui-button.ui-button-icons-only .ui-icon, .ui-button.ui-button-icon-only .ui-icon {
  left: 0;
}

.voir-billets {
  display: none;
}
.voir-billets .flexslider {
  background: transparent;
  margin: 0;
  text-align: center;
  border: none;
}
.voir-billets .flexslider .slides img {
  width: auto;
  margin: 0 auto;
}
.voir-billets .flexslider .flex-direction-nav a {
  opacity: 1;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0;
  outline: none;
  border: none;
}
.voir-billets .flexslider .flex-direction-nav a:before {
  position: relative;
  top: 15px;
  font-size: 30px;
}
.voir-billets .flexslider .flex-direction-nav .flex-next {
  right: 0;
}
.voir-billets .flexslider .flex-direction-nav .flex-prev {
  left: 0;
}

/* ----------------------------------------------------
* Voir les billets dialog
------------------------------------------------------- */
#rachat-form .bloc {
  width: 50%;
}
#rachat-form .input_label {
  min-width: 33%;
  padding: 0 2% 0 0;
  text-align: right;
}
#rachat-form .input_input {
  width: 65%;
}
#rachat-form .input_input select {
  width: 100%;
}
#rachat-form .input_input input[type=decimal],
#rachat-form .input_input input[type=email],
#rachat-form .input_input input[type=text],
#rachat-form .input_input input[type=password],
#rachat-form .input_input input[type=number] {
  width: 100%;
  padding: 2px 0;
  max-width: 400px;
  text-indent: 5px;
}
#rachat-form span.select2-container {
  width: 236px !important;
}

.rachat-order-id-input #msg_order {
  clear: both;
  display: block;
  font-size: 11px;
  font-style: italic;
  line-height: 16px;
  padding-top: 3px;
}

.rachat-submit-input {
  clear: both;
}

/* ----------------------------------------------------
* Homepage
------------------------------------------------------- */
.newLayout .bloc:after {
  content: "";
  display: table;
  clear: both;
}
.newLayout div#blocontenu {
  width: 940px;
  padding: 0;
  margin: 0 auto;
  float: none;
}
.newLayout div#blocontenu:after {
  content: "";
  display: table;
  clear: both;
}
.newLayout div#blocontenu .bloc_accueil {
  width: 100% !important;
  float: none !important;
  margin: 0 auto !important;
  max-width: 940px;
  border: none;
  padding: 0;
  display: inline-block;
}
.newLayout div#blocontenu .bloc_accueil .bloc_supertitre {
  color: #848484;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}
.newLayout .bloc_accueil .accueil_select {
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 50px 150px;
}
.newLayout .bloc_accueil .accueil_select > div {
  width: 100%;
  float: none;
  min-height: 44px;
  margin: 0 auto;
}
.newLayout .bloc_accueil .accueil_select > div.or {
  width: 180px;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  color: #848484;
}
.newLayout .bloc_accueil .accueil_select > div span.select2-container {
  width: 324px !important;
  margin: 0 auto;
  display: block;
  text-align: center;
  position: relative;
  z-index: 999;
}
.newLayout .switch {
  position: relative;
  margin: 20px auto 70px;
  height: 44px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.newLayout .switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 49%;
  line-height: 38px;
  font-size: 16px;
  padding-top: 4px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}
.newLayout .switch-label:active {
  font-weight: bold;
}
.newLayout .switch-label-off {
  padding-left: 2px;
}
.newLayout .switch-label-on {
  padding-right: 2px;
}
.newLayout .switch-input {
  display: none;
}
.newLayout .switch-input:checked + .switch-label {
  font-weight: bold;
  color: #ffffff;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.newLayout .switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 50%;
}
.newLayout .switch-selection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: 50%;
  height: 40px;
  background: #1e93d1;
  -webkit-box-shadow: inset 0 0 5px #848484;
  -moz-box-shadow: inset 0 0 5px #848484;
  box-shadow: inset 0 0 5px #848484;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  -webkit-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

/* Style Old */
#blocheader_right a {
  font-size: 14px;
  font-weight: normal;
  margin-right: 10px;
  padding: 5px;
  display: inline-block;
  float: none;
  margin: 0;
  text-decoration: none;
}
#blocheader_right a.icon > span {
  display: none;
}

div#blocheader_right .main-menu {
  text-align: right;
  padding-top: 60px;
}

#blocheader_left span {
  margin-top: -3px;
}

#blocontenu {
  clear: both;
  position: relative;
  padding: 2%;
  margin-bottom: 20px;
  float: left;
  width: 96%;
}

body {
  margin: 0;
  padding: 0;
  color: #47555F;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  background-color: #EEEEEE;
}

#blocheader_left {
  float: left;
  width: 50%;
  padding-left: 20px;
}

#blocheader_right {
  float: left;
  width: 50%;
  padding: 30px 10px 0 0;
}

/* ----------------------------------------------------
* Calendar UI Style *
------------------------------------------------------- */
.ui-datepicker {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.ui-datepicker.ui-widget-content {
  border: none;
}
.ui-datepicker .ui-widget-header {
  background: #1e93d1;
  border: 1px solid #dddddd;
}
.ui-datepicker a.ui-datepicker-prev span,
.ui-datepicker a.ui-datepicker-next span {
  top: 67%;
}
.ui-datepicker .ui-widget button {
  font-size: 14px;
  border: 1px solid #ddd;
  font-family: "Open Sans", sans-serif;
}
.ui-datepicker td .ui-state-default,
.ui-datepicker td .ui-widget-content .ui-state-default,
.ui-datepicker td .ui-widget-header .ui-state-default {
  text-align: center;
  border: none;
  background: #ffffff;
}
.ui-datepicker td .ui-state-default.ui-state-highlight,
.ui-datepicker td .ui-widget-content .ui-state-default.ui-state-highlight,
.ui-datepicker td .ui-widget-header .ui-state-default.ui-state-highlight {
  background: #de8d15;
  color: #ffffff;
}
.ui-datepicker td a {
  padding: 2px;
}
.ui-datepicker .ui-datepicker-calendar thead th {
  font-size: 12px;
  padding: 3px;
}
.ui-datepicker a.ui-datepicker-prev-hover,
.ui-datepicker a.ui-datepicker-next-hover {
  top: 7px;
}
.ui-datepicker a.ui-datepicker-prev-hover span,
.ui-datepicker a.ui-datepicker-next-hover span {
  top: 50%;
}
.ui-datepicker table tbody td {
  padding: 3px;
}

/* ----------------------------------------------------
* Group Order Style *
------------------------------------------------------- */
.group-order-clients {
  margin: 0 0 20px 0;
}
.group-order-clients .item {
  display: inline-block;
  width: 100%;
  clear: both;
  padding: 15px 0;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.group-order-clients .item > div {
  display: block;
  width: 17%;
  /* width: 25%;*/
  float: left;
}
.group-order-clients .item > div:nth-child(3) {
  width: 12%;
}
.group-order-clients .item > div:nth-child(3) input {
  width: 78%;
  padding: 0 0 0 10px;
}
.group-order-clients .item > div.total, .group-order-clients .item > div.arrondi, .group-order-clients .item > div.devises, .group-order-clients .item > div.fdp, .group-order-clients .item > div.pag-fdp, .group-order-clients .item > div.pag-total {
  width: 12%;
  text-align: center;
}
.group-order-clients .item > div.total > span, .group-order-clients .item > div.arrondi > span, .group-order-clients .item > div.devises > span, .group-order-clients .item > div.fdp > span, .group-order-clients .item > div.pag-fdp > span, .group-order-clients .item > div.pag-total > span {
  display: inline-block;
  padding: 12px 0;
  font-weight: 700;
  font-size: 14px;
}
.group-order-clients .item > div.arrondi label, .group-order-clients .item > div.fdp label {
  /*padding-right: 30px;*/
}
.group-order-clients .item > div.pag-total {
  text-align: center;
}
.group-order-clients .item > div.mul-buttons {
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.group-order-clients .item > div.mul-buttons .client-kyc-upload-button {
  width: 30px;
  height: 25px;
  padding: 0 !important;
  background-size: 18px;
}
.group-order-clients .item > div.mul-buttons .client-docs {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}
.group-order-clients .item > div input {
  width: 70%;
  padding: 0 20px;
  text-indent: 0;
  min-width: auto;
}
.group-order-clients .item > div .plusdinfos {
  float: right;
}
.group-order-clients .item label {
  font-family: "Open Sans", sans-serif;
  display: block;
  font-weight: 600;
  font-style: italic;
  margin: 0 0 5px 0;
  font-size: 14px;
  position: relative;
}
.group-order-clients .item label .plusdinfos {
  position: absolute;
  top: -5px;
  right: 5px;
}
.group-order-clients .item .btn-delete {
  padding: 0 !important;
  font-size: 0;
  float: right;
  width: 24px;
  height: 24px;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  background: url("../images/minus.png") no-repeat 0 0 transparent;
}
.group-order-clients .item .btn-delete:hover {
  background: url("../images/minus.png") no-repeat 0 0 transparent;
  opacity: 0.7;
}

#group-order-add-client {
  margin-bottom: 50px;
}

.paging {
  clear: both;
  padding: 30px 0 0 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging li {
  list-style: none;
}
.paging a {
  display: block;
  padding: 5px 12px;
  margin: 0 5px;
  cursor: pointer;
  border: 1px solid #ebebeb;
  transition: all 0.5s ease;
}
.paging a.active, .paging a:hover {
  color: #de8d15;
  border: 1px solid #de8d15;
}

.spinner {
  margin: 0 auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  opacity: 0;
}
.spinner.active {
  opacity: 1;
}

.spinner > div {
  background-color: #1e93d1;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
#bloc_panier {
  position: relative;
}

#default-option-popup {
  background: white;
  padding: 0 20px 10px;
  width: 450px;
  z-index: 50;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: justify;
  border: 2px solid #1e93d1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
#default-option-popup.active {
  opacity: 1;
  visibility: visible;
}
#default-option-popup #close-option {
  display: flex;
  align-items: center;
  margin: 0 auto 10px;
}

@-webkit-keyframes key-frame {
  0% {
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-moz-keyframes key-frame {
  0% {
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-o-keyframes key-frame {
  0% {
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes key-frame {
  0% {
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
.scrolling-ad {
  -moz-animation: key-frame 25s linear infinite;
  -webkit-animation: key-frame 25s linear infinite;
  -o-animation: key-frame 25s linear infinite;
  animation: key-frame 25s linear infinite;
}

.logged-ad {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
