@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,600i,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900");
/* ----------------------------------------------------
* Variable Define
------------------------------------------------------- */
/* New update */
/* ----------------------------------------------------
* Mixin Define
------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@700&display=swap");
#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;
}

/* ----------------------------------------------------
* Section Adds
------------------------------------------------------- */
.adds {
  font-size: 14px;
  padding: 8px 0;
  margin: 0;
  background: #2c2c2c;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  z-index: 10;
  font-family: "Source Sans Pro", sans-serif;
}
.adds.hide {
  display: none;
}
.adds__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.adds__content--left {
  text-transform: uppercase;
  color: #666666;
  padding-right: 22px;
  border-right: 1px solid #454545;
  background: #2c2c2c;
  z-index: 5;
}
.adds__content--right {
  padding-left: 5px;
  color: #ef7b00;
  width: 100%;
  max-width: 1200px;
}
.adds__content--right * {
  margin: 0;
  line-height: 1;
}
.adds__content--close {
  padding-left: 20px;
  border-left: 1px solid #454545;
  background: #2c2c2c;
  z-index: 5;
  position: absolute;
  right: 0;
}
.adds__content--close button {
  border: none;
  outline: none;
  font-size: 0;
  color: transparent;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../images/icon-close.png") no-repeat 0 0 transparent;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.adds__content--close button:hover {
  background: url("../images/icon-close-hv.png") no-repeat 0 0 transparent;
}

/* ----------------------------------------------------
* Header
------------------------------------------------------- */
.newLayout.homepage #blocheader:after {
  content: "";
  width: 100%;
  height: 195px;
  position: absolute;
  bottom: -55px;
  z-index: 0;
  background: url("../images/shadow.png") repeat-x 0 0 transparent;
}
.newLayout #blocheader {
  border: none;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
.newLayout #blocheader .blocheader-menu {
  background: #3d3d3d;
  padding: 12px 0;
  position: relative;
  z-index: 3;
}
.newLayout.meyclubLogin #blocheader {
  background: transparent;
}
.newLayout.meyclubLogin #blocheader .logo {
  background: transparent;
  padding: 0;
}
.newLayout.meyclubLogin #blocheader .logo:after {
  display: none;
}
.newLayout.meyclubLogin #blocheader #blocheader_right {
  display: none;
}
.newLayout.meyclubLogged #blocheader {
  background: transparent;
  border: none;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding: 22px 0;
  width: 940px;
}
.newLayout.meyclubLogged #blocheader_left .logo {
  background: transparent;
}
.newLayout.meyclubLogged #blocheader_left .logo:after {
  display: none;
}
.newLayout.meyclubLogged #blocheader_right .main-menu a {
  border-bottom: 1px solid transparent;
  color: #1e93d1;
}
.newLayout.meyclubLogged #blocheader_right .main-menu a.panier {
  background: url("../images/shoppingGreenIcon.png") no-repeat 0 0 transparent;
}
.newLayout div#blocheader_left {
  max-width: 30%;
  overflow: hidden;
  padding: 0;
}
.newLayout div#blocheader_left img {
  height: auto;
  max-width: 100px;
}
.newLayout div#blocheader_left > span.slogan {
  color: white;
  font-size: 11px;
  padding: 0;
}
.newLayout div#blocheader_right {
  max-width: 70%;
  padding-right: 0;
  padding-top: 0;
  width: 100%;
}
.newLayout div#blocheader_right .main-menu {
  padding: 0;
}
.newLayout div#blocheader_right .main-menu > a {
  border-bottom: 1px solid transparent;
  color: white;
  display: inline-block;
  float: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0 7px;
  padding: 5px 0;
  text-transform: uppercase;
}
.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.panier {
  background: url("../images/shoppingWhiteIcon.png") no-repeat 0 0 transparent;
  background-size: 70%;
  font-size: 0;
  height: 30px;
  position: relative;
  width: 32px;
}
.newLayout div#blocheader_right .main-menu > a.panier .number {
  background: #ef7b00;
  color: #ffffff;
  display: block;
  font-size: 10px;
  font-weight: 700;
  padding: 0px 8px;
  position: absolute;
  right: -5px;
  top: -10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.newLayout div#blocheader_right .main-menu > a.panier:hover {
  border-bottom: 1px solid 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 #ef7b00;
}
.newLayout div#blocheader_right .main-menu > a.current {
  color: #ef7b00;
}
.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;
  max-width: 100%;
  padding: 20px 0 70px 0;
  text-align: center;
  width: 100%;
}
.newLayout.logInUser.whiteBg #blocheader_left > span.slogan {
  color: #1e93d1;
  font-size: 27px;
  line-height: 100%;
  margin-top: 25px;
}
.newLayout.logInUser.whiteBg #blocheader_left img {
  max-width: 100%;
  width: 225px;
}
.newLayout.logInUser.whiteBg #blocheader_left > a {
  clear: both;
  display: block;
  float: none;
  margin: 0 0 15px 0;
}
.newLayout.logInUser.whiteBg #blocheader_left .slogan {
  clear: both;
  color: #1e93d1;
  display: block;
  float: none;
  font-size: 1.8em;
  font-style: italic;
  font-weight: 300;
}
.newLayout.logInUser.whiteBg #blocheader_left > span {
  display: block;
}
.newLayout.logInUser.whiteBg #blocheader_left > span.slogan {
  padding-left: 0;
}
.newLayout.logInUser.whiteBg #blocheader {
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}

.blocheader-menu > div {
  display: flex;
  justify-content: space-between;
}

.phone-number {
  text-align: right;
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
}

.main-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.main-menu li {
  list-style: none;
}
.main-menu a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}
.main-menu a .fa {
  display: none;
}
.main-menu a.linkedin-url {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  background: url("../images/icon-linkedin.png") no-repeat 0 0 transparent;
}
.main-menu a.linkedin-url:hover {
  background: url("../images/icon-linkedin-hv.png") no-repeat 0 0 transparent;
}
.main-menu a.panier {
  display: block;
  width: 22px;
  height: 20px;
  margin: 0 10px;
  background: url("../images/icon-cart.png") no-repeat 0 0 transparent;
  position: relative;
}
.main-menu a.panier .number {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 12px;
  color: black;
  font-weight: bold;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #ef7b00;
  width: 20px;
  height: 20px;
  text-align: center;
}
.main-menu a.panier:hover {
  background: url("../images/icon-cart-hv.png") no-repeat 0 0 transparent;
}
.main-menu a.logoff {
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 10px;
  background: url("../images/icon-off.png") no-repeat 0 0 transparent;
}
.main-menu a.logoff:hover {
  background: url("../images/icon-off-hv.png") no-repeat 0 0 transparent;
}
.main-menu > li {
  position: relative;
}
.main-menu > li > a {
  font-size: 18px;
  padding: 10px 15px;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
  -moz-transition: background-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
}
.main-menu > li > a .arrow {
  display: inline-block;
  width: 12px;
  height: 6px;
  margin-left: 15px;
  background: url("../images/arrow-white.png") no-repeat 0 0 transparent;
}
.main-menu > li > a.linkedin-url, .main-menu > li > a.panier, .main-menu > li > a.logoff {
  padding: 0;
}
.main-menu > li > a.current, .main-menu > li > a:hover {
  background: #ef7b00;
  color: black;
  text-decoration: none;
}
.main-menu > li > a.current .arrow, .main-menu > li > a:hover .arrow {
  background: url("../images/arrow-black.png") no-repeat 0 0 transparent;
}
.main-menu > li ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  background: #3d3d3d;
  padding: 10px 18px 0 18px;
  -webkit-box-shadow: 0 0 20px rgba(34, 35, 35, 0.75);
  -moz-box-shadow: 0 0 20px rgba(34, 35, 35, 0.75);
  box-shadow: 0 0 20px rgba(34, 35, 35, 0.75);
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 10;
}
.main-menu > li ul a {
  padding: 0;
  font-size: 14px;
}
.main-menu > li ul a.current, .main-menu > li ul a:hover, .main-menu > li ul a:active, .main-menu > li ul a:focus {
  color: #ef7b00;
}
.main-menu > li ul > li {
  padding: 15px 0;
  border-bottom: 1px solid #666;
}
.main-menu > li ul > li:last-child {
  border: none;
}
.main-menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.main-menu .user {
  position: relative;
}
.main-menu .user > span {
  display: block;
  font-size: 20px;
  color: white;
  margin: 0 10px;
  cursor: pointer;
}
.main-menu .user .user-menu {
  background: #3d3d3d;
  left: 0;
  margin: 0;
  min-width: 160px;
  padding: 10px 18px 0 18px;
  position: absolute;
  text-align: left;
  top: 32px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 20px rgba(34, 35, 35, 0.75);
  -moz-box-shadow: 0 0 20px rgba(34, 35, 35, 0.75);
  box-shadow: 0 0 20px rgba(34, 35, 35, 0.75);
  visibility: hidden;
  opacity: 0;
}
.main-menu .user .user-menu li {
  padding: 15px 0;
  border-bottom: 1px solid #666;
  list-style: none;
  white-space: nowrap;
}
.main-menu .user .user-menu li:last-child {
  border: none;
}
.main-menu .user .user-menu a {
  color: white;
  font-size: 14px;
}
.main-menu .user .user-menu a:hover {
  background: transparent;
  color: #ef7b00;
}
.main-menu .user:hover .user-menu {
  visibility: visible;
  opacity: 1;
}

#blocfooter .blocfooterWrapper .logo-footer img {
  padding: 0;
  margin: 0;
  max-height: 20px;
}

.blocfooterWrapper > div {
  display: flex;
  justify-content: space-between;
}

.newLayout.homepage #blocfooter {
  background: url("../images/shadow-ft.png") repeat-x 0 0 transparent;
}
.newLayout #blocfooter {
  padding: 50px 0 0 0;
  border: none;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  background: transparent;
}
.newLayout #blocfooter > div {
  padding: 30px 0;
  background: #3d3d3d;
  position: relative;
  z-index: 5;
}
.newLayout #blocfooter a {
  color: #ffffff;
  float: none;
  display: inline-block;
  padding: 0;
}
.newLayout #blocfooter a:hover {
  color: #ef7b00;
  background: transparent;
}
.newLayout #blocfooter .linkedin-url {
  font-size: 20px;
  position: relative;
  bottom: -2px;
}
.newLayout #blocfooter .footer-left {
  color: #999;
  font-size: 18px;
}
.newLayout #blocfooter .footer-left a {
  font-size: 18px;
  color: #999;
  margin: 0;
}
.newLayout #blocfooter .footer-right {
  display: flex;
  justify-content: flex-end;
}
.newLayout #blocfooter .footer-right a {
  font-size: 15px;
  margin: 0 10px;
  text-transform: uppercase;
}
.newLayout #blocfooter .footer-right a.linkedin-url {
  font-size: 20px;
}
.newLayout #blocfooter .footer-right .logo-footer {
  margin-left: 20px;
}

.logInUser #blocfooter {
  height: auto;
}

/**
  Meyclub footer
 */
.meyclubLogged #blocfooter .blocfooterWrapper .logo-footer {
  display: none;
}

span.select2-container {
  min-width: 236px !important;
}

span.select2-container--default .select2-selection--single {
  background: #ef7b00;
  border: 1px solid #ef7b00;
  -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(239, 123, 0, 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 #ef7b00;
}
.select2-container .select2-results__option {
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select2-container .select2-results__option:hover {
  background: #ef7b00;
  color: #ffffff;
}

.homepage .select2-container .select2-dropdown {
  background: rgba(255, 255, 255, 0.9);
}

.newLayout {
  /*==================================================
  * Bloc Style *
  ====================================================*/
  /*==================================================
  * Achat de devises Page *
  ====================================================*/
  /*==================================================
  * Achat de devises Page Step 1 *
  ====================================================*/
  /*==================================================
  * Adresse de Facturation *
  ====================================================*/
}
.newLayout .bloc {
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #ebebeb;
  color: #848484;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 20px;
  width: 266px;
}
.newLayout .bloc.bloc_contact_accueil {
  background: transparent;
  border: none;
  float: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.newLayout .bloc.bloc_contact_accueil p {
  line-height: 30px;
  text-align: center;
}
.newLayout .bloc.bloc_contact_accueil a {
  color: #ef7b00;
  font-size: 18px;
  font-weight: normal;
}
.newLayout .bloc.bloc_contact_accueil a:hover {
  color: #1e93d1;
}
.newLayout .bloc.bloc_accueil {
  background: transparent;
  padding: 0;
}
.newLayout .bloc#bloc_paiement {
  margin-bottom: 10px;
  margin-right: 0;
  min-height: 219px;
}
.newLayout .bloc#contactform .input_label,
.newLayout .bloc#contactform .input_input {
  float: none;
  width: 100%;
}
.newLayout .bloc#contactform #contactmsg {
  margin: 0;
  width: 83%;
}
.newLayout .bloc .bloc_titre {
  color: #1e93d1;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 30px 0;
}
.newLayout .bloc .bloc_titre .button_small {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #ef7b00;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: 100%;
  margin: 4px 0;
  padding: 0 !important;
  text-decoration: underline;
}
.newLayout .bloc .bloc_titre .noted {
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin-top: 20px;
}
.newLayout .bloc .info {
  font-weight: 600;
}
.newLayout .bloc #rescalcul {
  border: 1px solid #ef7b00;
  color: #ef7b00;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  margin: 10px 0;
  padding: 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.newLayout .bloc #infocalcul {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin: 0 0 25px 0;
  text-align: left;
}
.newLayout .bloc[id^=bloc_coords] {
  width: 415px;
}
.newLayout .bloc_light {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-right: 5px;
  width: 100%;
}
.newLayout .bloc_paiement_rachat {
  margin-bottom: 0;
  width: 310px;
}
.newLayout .bloc_paiement_rachat > div {
  margin-right: 0;
  width: 266px;
}
.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] {
  padding: 0 !important;
  width: 100%;
}
.newLayout .input_button input[type=button]#addpan {
  background-image: url("../images/shoppingIcon.png");
  background-position: 25px center;
  background-repeat: no-repeat;
}
.newLayout .input_button input[type=button]#continueGroupOrder {
  padding: 0 40px !important;
  width: auto;
}
.newLayout #bloc_panier {
  background: white;
  border-bottom: 2px solid #ebebeb;
  border-top: 2px solid #ebebeb;
  margin: 0 0 25px 0;
  padding: 40px 0;
  width: 100%;
}
.newLayout #bloc_panier .bloc_titre {
  clear: both;
  color: #848484;
  display: block;
  font-size: 35px;
  font-weight: 300;
  line-height: 100%;
  margin: 0 0 40px 0;
  text-align: center;
}
.newLayout #bloc_panier #adddev {
  font-size: 12px;
  height: auto;
  line-height: 100%;
  margin: 0;
  padding: 10px 15px !important;
  width: auto;
}
.newLayout table {
  font-family: "Open Sans", sans-serif;
}
.newLayout table hr {
  border: 0;
  border-top: 1px solid #ebebeb;
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
}
.newLayout table tr th, .newLayout table tr td {
  padding: 15px 5px;
}
.newLayout table thead th {
  color: #848484;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.newLayout table thead th.nouvelleDevise {
  color: #ef7b00;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  text-decoration: underline;
  text-transform: none;
}
.newLayout table tbody td {
  color: #1e93d1;
  font-size: 14px;
  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 .sous_total td.delivery {
  text-align: right;
  white-space: normal;
  width: 25%;
}
.newLayout table tbody .total td {
  color: #ef7b00;
}
.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;
  box-shadow: none;
  color: #848484;
  font-size: 14px;
  height: auto;
  line-height: 18px;
  padding: 0 35px 0 0 !important;
}
.newLayout input[type=button].button_sup:hover {
  background: url("images/trashIcon.png") no-repeat right center;
  color: #ef7b00;
}
.newLayout #bloc_devise1 {
  margin-bottom: 10px;
  position: relative;
}
.newLayout #bloc_devise1 .bloc_montant_limit {
  position: absolute;
  background-color: #ff7f27;
  color: #000000;
  width: 100%;
  max-width: 140px;
  padding: 10px;
  left: -165px;
  height: auto;
  min-height: 305px;
  visibility: hidden;
  opacity: 0;
}
.newLayout #bloc_devise1 .bloc_montant_limit h3 {
  margin-top: 0;
}
.newLayout #bloc_devise1 .bloc_montant_limit .devise {
  max-width: 100%;
}
.newLayout #bloc_devise1 .bloc_montant_limit.active {
  opacity: 1;
  visibility: visible;
}
.newLayout #bloc_devise1 .bloc_titre {
  border-bottom: 1px solid #fbfbfb;
  margin: 0 0 15px 0;
}
.newLayout #bloc_devise1 .input_input {
  text-align: center;
}
.newLayout #bloc_devise1 input[type=text],
.newLayout #bloc_devise1 input[type=number] {
  max-width: 150px;
  min-width: auto;
}
.newLayout #bloc_devise1 #amounte {
  max-width: 150px;
  -moz-appearance: textfield;
}
.newLayout #bloc_devise1 #amounte::-webkit-inner-spin-button, .newLayout #bloc_devise1 #amounte::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.newLayout #bloc_devise1 .input_label {
  color: #848484;
  font-weight: 600;
  height: auto;
  margin: 0 0 15px 0;
  text-align: center;
}
.newLayout #bloc_devise1 .input_label.or {
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
}
.newLayout #bloc_devise1 .devise {
  display: inline-block;
  max-width: 80%;
}
.newLayout #bloc_devise1 .info span {
  font-weight: 300;
}
.newLayout #bloc_devise1 .info.taux {
  color: #ef7b00;
  margin-bottom: 40px;
}
.newLayout #bloc_devise2 {
  background: #ffffff !important;
}
.newLayout #bloc_devise2 .decal0 {
  color: #848484;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
}
.newLayout #bloc_devise2 .nice-select {
  font-size: 14px;
  padding-left: 15px;
  width: 100%;
}
.newLayout #bloc_devise2 .input_input {
  display: inline-block;
  float: none;
  width: 100%;
}
.newLayout #bloc_devise2 .or {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 40px 0;
  text-align: center;
  text-transform: uppercase;
}
.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 {
  background: transparent !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
.newLayout a.plusdinfos {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.newLayout a.plusdinfos span {
  background: rgba(34, 147, 209, 0.6);
  border: none;
  border-radius: 6px;
  bottom: 125%;
  color: #ffffff;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: normal;
  left: 50%;
  margin-left: -130px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: justify;
  visibility: hidden;
  width: 245px;
  z-index: 50;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.newLayout a.plusdinfos span:after {
  border-color: rgba(34, 147, 209, 0.6) transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: 100%;
}
.newLayout a.plusdinfos:hover span {
  display: block;
  opacity: 1;
  top: auto;
  visibility: visible;
}
.newLayout a.plusdinfos.align {
  color: #1e93d1;
  display: block;
  font-weight: 600;
  position: static;
}
.newLayout a.plusdinfos.align img {
  height: auto;
  max-width: 245px;
}
.newLayout a.plusdinfos.align span {
  bottom: 22px;
  margin-left: -100px;
}
.newLayout a.plusdinfos.align .open-img {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  -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 {
  color: #848484;
  display: table;
  font-weight: 600;
  height: 44px;
  padding-left: 0;
}
.newLayout .input_label > span {
  display: table-cell;
  padding-right: 25px;
  vertical-align: middle;
}
.newLayout [id^=bloc_coords] .input_input {
  margin-bottom: 30px;
  width: 65%;
}
.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;
  display: block;
  float: none;
  margin: 0 auto 20px;
  min-height: 44px;
  width: 236px;
}
.newLayout #bloc_coords2 {
  float: right;
  margin-right: 0;
}
.newLayout #bloc_coords2 .input_ligne {
  color: #1e93d1;
  font-weight: 600;
  margin: 0 0 5px 0;
  padding-left: 0;
}
.newLayout #bloc_coords2 .input_ligne .control {
  color: #848484;
}
.newLayout #bloc_coords3 {
  float: right;
  margin-bottom: 10px;
  padding-bottom: 40px;
}
.newLayout #bloc_coords3 .input_label {
  color: #848484;
  font-weight: 600;
  text-align: center;
}
.newLayout #bloc_coords3 .input_label > span {
  padding: 0;
}
.newLayout #bloc_coords3 .input_input {
  float: none;
  margin: 0 auto;
  width: 230px;
}
.newLayout #blockyc .input_ligne {
  color: #848484;
  float: none;
  font-weight: 600;
  margin: 0 0 30px 0;
  padding: 0 35px 0 0;
  position: relative;
  width: auto;
}
.newLayout #blockyc .input_ligne span {
  font-size: 12px;
  font-weight: 300;
}
.newLayout #blockyc .input_ligne .plusdinfos {
  bottom: 0;
  top: auto;
}
.newLayout #continue,
.newLayout #adddev {
  width: 250px;
}
.newLayout #adddev {
  background: #ef7b00;
}
.newLayout #adddev:hover {
  background: #1e93d1;
}
.newLayout #continue {
  background: #1e93d1;
}
.newLayout #continue:hover {
  background: #ef7b00;
}

.control {
  cursor: pointer;
  display: block;
  line-height: 23px;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
.control input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.control input:checked ~ .control__indicator:after {
  opacity: 1;
}

.control--checkbox {
  color: #1e93d1;
}
.control--checkbox .control__indicator {
  background: white;
  border: 1px solid #bfbfbf;
  height: 23px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 23px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.control--checkbox .control__indicator:after {
  border: solid #1e93d1;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 15px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 1px;
  transform: rotate(45deg);
  width: 7px;
}

.control--radio .control__indicator {
  background: white;
  border: 1px solid #bfbfbf;
  height: 23px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.control--radio .control__indicator:after {
  background: #1e93d1;
  border: 2px solid #ffffff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 19px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 19px;
}

.inline .control {
  display: inline-block;
  line-height: 27px;
  width: 35%;
}

.label_note {
  margin: 0 0 15px 0;
  min-height: 24px;
  position: relative;
}
.label_note .control {
  display: flex;
  font-weight: 600;
  max-width: 100%;
}
.label_note .control .name {
  flex: 0 0 40%;
}
.label_note .control .price {
  flex: 0 0 10%;
  font-weight: bold;
  text-align: center;
}
.label_note .control .delivery {
  flex: 0 0 40%;
  font-size: 12px;
  line-height: 1.4;
  display: block;
  padding-top: 4px;
}

.selectNobg .nice-select {
  background: #ffffff;
  border: 1px solid #ef7b00;
  color: #ef7b00;
}
.selectNobg .nice-select:after {
  border-color: #ef7b00 transparent transparent;
}
.selectNobg .nice-select .list {
  background: white;
}

.choisir .selectNobg {
  margin: 5px 0 15px 0;
  min-height: 44px;
  width: 100%;
}
.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 {
  color: #1e93d1;
  font-size: 24px;
  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 {
  clear: both;
  display: block;
}

/*==============================================
* Group Panier BLoc Options Style *
================================================*/
#bloc_panier_group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  width: 100%;
}

#bloc_livraison {
  margin-bottom: 10px;
}

.label_error .control__indicator {
  border-color: red;
}

/*==============================================
* Customer Address Style *
================================================*/
.bloc_customer {
  border-bottom: 1px solid #ebebeb;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.bloc_customer > div {
  float: left;
  width: 33.33%;
}
.bloc_customer > div.bloc_titre {
  float: none;
  width: 100%;
}
.bloc_customer .input_label {
  color: #47555f;
  float: none;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  height: auto;
  width: 100%;
}
.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 {
  background: #1e93d1;
  bottom: auto;
  margin-left: 25px;
  transform: translateY(-50%);
}
.field-order a.plusdinfos span:after {
  display: none;
}

/* Destination block */
#destination_block span.select2-container,
.destination_block_pack span.select2-container {
  margin-bottom: 10px;
  width: 100% !important;
}

/* bloc_devise1 */
.title {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 100%;
  margin: 0 0 10px 0;
  text-align: center;
}

/* Panier page - Block Pack List */
#bloc_pack_list {
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 20px 0 0 0;
  position: relative;
  width: 615px;
}
#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 {
  font-weight: bold;
  margin: 15px 0;
  text-align: center;
}
.bloc_pack_list_content .pack_quantity span {
  color: #ef7b00;
}

.destination_block_pack {
  margin: 20px 0 0 0;
}

.destination-label {
  color: #848484;
  font-weight: 600;
  margin: 15px 0;
  text-align: center;
}

.rescalculPack {
  border: 2px solid #ef7b00;
  color: #ef7b00;
  font-weight: bold;
  margin: 15px 0;
  padding: 5px;
  text-align: center;
}

.bloc_pack_cover {
  position: relative;
}
.bloc_pack_cover #guide_offer {
  background: white;
  position: absolute;
  right: -175px;
  top: 20px;
  width: 150px;
}

#guide_offer img {
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}
#guide_offer .offer-text {
  align-items: center;
  background: #0095dd;
  color: white;
  font-size: 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  line-height: 1.5;
  padding: 15px;
  text-align: center;
}
#guide_offer .offer-text span {
  display: block;
  font-weight: bold;
  line-height: 1.5;
}

.pack-note {
  align-items: center;
  background: #ef7b00;
  color: white;
  display: flex;
  font-size: 13px;
  font-weight: bold;
  height: 76px;
  line-height: 1.5;
  margin-left: 20px;
  max-width: 200px;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.pack-note span {
  display: block;
  padding: 20px;
}

.bloc_panier_header,
.pack-header {
  align-items: center;
  display: flex;
  justify-content: center;
}

.oneCol .pack-note {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.oneCol .bloc_panier_header {
  display: block;
}

#blocontenu .pack-header .bloccontenu_titre {
  width: auto;
}
#blocontenu .group-bloc_montant_limit {
  position: relative;
}
#blocontenu .group-bloc_montant_limit .bloc_montant_limit {
  position: absolute;
  background-color: #ff7f27;
  color: #000000;
  width: 100%;
  max-width: 140px;
  padding: 10px;
  left: -180px;
  height: auto;
  min-height: 305px;
  visibility: hidden;
  opacity: 0;
  top: -10px;
}
#blocontenu .group-bloc_montant_limit .bloc_montant_limit h3 {
  margin-top: 0;
}
#blocontenu .group-bloc_montant_limit .bloc_montant_limit .devise {
  max-width: 100%;
}
#blocontenu .group-bloc_montant_limit .bloc_montant_limit.active {
  opacity: 1;
  visibility: visible;
}

.upload-questionnaire {
  background: #1e93d1;
  color: white;
  cursor: pointer;
  font-size: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  margin: 0 auto 20px;
  text-align: center;
  width: 236px;
}
.upload-questionnaire:hover {
  background: #de8d15;
}

.bloc_panier_date_options {
  display: flex;
  justify-content: space-between;
  width: 615px;
}
.bloc_panier_date_options > div {
  flex: 0 0 43%;
  margin: 0 0 10px 0;
  max-width: 43%;
}

.input_input span.select2-container {
  width: 100% !important;
}

.bloc_light_new {
  float: right;
  width: 460px;
}
.bloc_light_new .bloc {
  width: 91%;
}
.bloc_light_new #bloc_rachat {
  color: #1e93d1;
  font-size: 19px;
  font-weight: 600;
}
.bloc_light_new #bloc_rachat a {
  font-size: 15px;
}

#ui-datepicker-div {
  z-index: 50 !important;
}

.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: #ef7b00;
  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: #ef7b00;
}
.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: "\f085";
}

.statut_2:before {
  content: "\f017";
}

.statut_3:before {
  content: "\f00c";
}

[class^=payment_] {
  font-size: 20px;
}
[class^=payment_]:before {
  font-family: "FontAwesome";
  content: "\f09d";
}

.payment_2:before {
  content: "\f19c";
}

.payment_3:before {
  content: "\f0ec";
}

.payment_4:before {
  content: "\f0d6";
}

.payment_5:before {
  content: "\f003";
}

.payment_6:before,
.payment_7:before {
  content: "\f0f6";
}

.button_small:before {
  content: "";
  display: block;
  background: red;
  height: 10px;
  width: 10px;
}

.newLayout .recapBloc .input_label {
  height: auto;
}
.newLayout .recapBloc .coordr-group {
  display: inline-block;
  width: 100%;
}
.newLayout .recapBloc .bloc_coord {
  width: 45%;
}
.newLayout .recapBloc .bloc_coord.livra {
  float: right;
  margin-right: 0;
}
.newLayout .recapBloc .bloc_coord.livra:first-child {
  float: left;
}
.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: 6px;
}
.newLayout .recapBloc#bloc_coordr {
  margin-top: 0;
}
.newLayout #bloc_coordr.group_coordr_infor {
  margin-top: 0;
  width: 45%;
}
.newLayout #bloc_coordr.group_coordr_infor .bloc_coord {
  width: 100%;
}
.newLayout #bloc_coordr #bloc_coords3 {
  margin-right: 0;
}
.newLayout #bloc_panierr {
  border-bottom: 2px solid #ebebeb;
  border-top: 2px solid #ebebeb;
  margin: 0 0 25px 0;
  padding: 40px 0;
  width: 100%;
}
.newLayout #bloc_panierr .bloc_titre {
  clear: both;
  color: #848484;
  display: block;
  font-size: 35px;
  font-weight: 300;
  line-height: 100%;
  margin: 0 0 40px 0;
  text-align: center;
}
.newLayout #bloc_panierr .client-payment-via-mail {
  font-size: 14px;
}
.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 {
  background: url("../images/icon-card-check-small.png") no-repeat 0 0 transparent;
  background-position: center center;
  background-size: contain;
  height: 30px;
  width: 30px;
}
.newLayout #bloc_coordr #bloc_panierr table tbody td .payment_success:before {
  display: none;
}
.newLayout #bloc_coordr #bloc_panierr table tbody td .payment_error {
  background: url("../images/icon-card-question-small.png") no-repeat 0 0 transparent;
  background-position: center center;
  background-size: contain;
  height: 30px;
  width: 30px;
}
.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 {
  color: #0d29c8;
  font-size: 14px;
}
.newLayout #bloc_coordr #bloc_panierr .payment-client .clientPayLink {
  color: white;
  background: #1e93d1;
}
.newLayout #bloc_coordr #bloc_panierr .payment-client .clientPayLink:hover {
  background: #ef7b00;
}
.newLayout #bloc_coordr #bloc_button {
  overflow: hidden;
}
.newLayout #bloc_coordr #bloc_button input.btn-attente {
  background: #ccc;
  cursor: none;
  float: right;
}
.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;
}

/* Recap Button */
#bloc_button.recapBtn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
#bloc_button.recapBtn > a {
  display: inline-block;
}
#bloc_button.recapBtn #valid {
  margin: 0;
  font-size: 16px;
}
#bloc_button.recapBtn input:first-child {
  float: left;
}
#bloc_button.recapBtn input:last-child {
  float: right;
}
#bloc_button.recapBtn #modif {
  margin-top: 0;
}
#bloc_button .btn-attente:disabled {
  background: #959595 !important;
}

.payment-client a {
  color: #1e93d1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  font-size: 14px;
  padding: 3px;
  margin-bottom: 5px;
  border-radius: 3px;
  border: 1px solid #1e93d1;
}
.payment-client a:hover {
  color: #ef7b00;
  border-color: #ef7b00;
}

/* 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;
}
.guaranteeRachat-table thead tr > th:last-child {
  width: 10%;
}
.guaranteeRachat-table thead tr > th:last-child .plusdinfos {
  right: -10px;
}

.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;
  height: auto !important;
}
.ui-dialog .ui-widget-content .order-msg {
  color: #848484;
  margin: 0 0 10px 0;
}
.ui-dialog .ui-widget-content .ui-button {
  background: #ef7b00;
  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: #ef7b00;
}
.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;
}

#blocontenu form#pack-changedesk {
  max-width: 940px;
  margin-bottom: 50px;
}

.pack-row {
  display: flex;
  margin-bottom: 10px;
}
.pack-row > div {
  border: 2px solid #ebebeb;
}
.pack-row .pack-col-left {
  flex: 0 0 30%;
}
.pack-row .pack-col-left > div {
  padding: 10px 20px;
}
.pack-row .pack-col-left .infodroite {
  float: none;
  margin-bottom: 10px;
}
.pack-row .pack-col-left .infodroite img {
  margin: 0;
  border: none;
}
.pack-row .pack-col-left .info.iso span {
  font-weight: normal;
}
.pack-row .pack-col-right {
  flex: 0 0 68%;
  margin-left: 1%;
}
.pack-row .pack-col-right > div {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}
.pack-row .pack-col-right > div > div {
  flex: 0 0 23%;
  padding: 1%;
  text-align: center;
}
.pack-row .pack-col-right #pack-img {
  margin-bottom: 20px;
}
.pack-row .pack-col-right #pack-img img {
  width: 100%;
  height: auto;
  max-height: 215px;
}
.pack-row .pack-col-right .info {
  font-weight: normal;
  text-align: center;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.pack-row .pack-col-right .info.pack_quantity {
  color: #FF8000;
  margin-bottom: 20px;
}
.pack-row .pack-col-right #pack-changedesk-submit {
  margin-bottom: 20px;
}

.newLayout .list-user {
  padding: 30px 0;
}
.newLayout .list-user h3 {
  color: #1e93d1;
  font-size: 25px;
}
.newLayout .list-user h3 a {
  float: right;
}
.newLayout .list-user table {
  border-bottom: 1px solid #ebebeb;
}
.newLayout .list-user table th, .newLayout .list-user table td {
  padding: 10px 5px;
  text-align: left;
}
.newLayout .list-user table th {
  background: #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: #848484;
  text-transform: none;
}
.newLayout .list-user table td {
  color: #47555f;
}
.newLayout .list-user table .col-access td {
  padding: 0 0 15px 0;
}
.newLayout .list-user table tr:not(.col-access) td {
  border-top: 1px solid #ebebeb;
}

#blocontenu form.user-form {
  max-width: 500px;
}
#blocontenu form.user-form .input_label {
  align-items: center;
  display: flex;
  width: 40%;
}
#blocontenu form.user-form .input_input input[type=text],
#blocontenu form.user-form .input_input input[type=password] {
  width: 100%;
}
#blocontenu form.user-form .input_input input[type=text].input_error,
#blocontenu form.user-form .input_input input[type=password].input_error {
  border: 1px solid red;
}
#blocontenu form.user-form .options {
  display: flex;
}
#blocontenu form.user-form .options > span {
  flex: 0 0 50%;
}

.user-message {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: flex;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.user-message.close {
  display: none;
}
.user-message > div {
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #0095dd;
  margin: 0 auto;
  padding: 30px;
  width: 350px;
}
.user-message > div p {
  margin: 0 0 30px 0;
}
.user-message > div .btn-close {
  background: #0095dd;
  border: none;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  line-height: 44px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 100px;
}
.user-message > div .btn-close:hover {
  background: #ef7b00;
}

.message-error {
  color: red;
  font-size: 13px;
  margin-top: 5px;
}

.user-pagination {
  display: flex;
  font-size: 14px;
  justify-content: flex-end;
  margin: 0;
  padding: 15px 0;
  width: 100%;
}
.user-pagination > li {
  border-right: 1px solid #ebebeb;
  list-style: none;
  padding: 0 8px;
}
.user-pagination > li:last-child {
  border: none;
  padding-right: 0;
}
.user-pagination > li a {
  font-size: 14px;
  text-decoration: none;
}
.user-pagination > li a:hover {
  color: #1e93d1;
}
.user-pagination > li .current {
  color: #1e93d1;
  display: inline-block;
  font-size: 14px;
}

.modal-changedesk {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
.modal-changedesk.active {
  opacity: 1;
  visibility: visible;
}
.modal-changedesk .modal-content {
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #1e93d1;
  max-width: 450px;
  padding: 0 20px 20px;
  width: 100%;
}
.modal-changedesk .modal-content .btn-close {
  align-items: center;
  background: #1e93d1;
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  -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);
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  line-height: 44px;
  margin: 0 auto;
  outline: none;
  padding: 0 40px !important;
  text-transform: uppercase;
  width: auto;
}
.modal-changedesk .modal-content .btn-close:hover {
  background: #ef7b00;
}

.succees-question {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
.succees-question.active {
  opacity: 1;
  visibility: visible;
}
.succees-question .modal-content {
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #1e93d1;
  max-width: 450px;
  padding: 0 20px 20px;
  width: 100%;
}
.succees-question .modal-content .btn-close {
  align-items: center;
  background: #1e93d1;
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  -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);
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  line-height: 44px;
  margin: 0 auto;
  outline: none;
  padding: 0 40px !important;
  text-transform: uppercase;
  width: auto;
}
.succees-question .modal-content .btn-close:hover {
  background: #ef7b00;
}

.upload-modal-question {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
.upload-modal-question form {
  font-size: 1em;
  max-width: 510px !important;
}
.upload-modal-question.active {
  opacity: 1;
  visibility: visible;
}
.upload-modal-question .modal-content {
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #1e93d1;
  padding: 0 20px 20px;
  width: 100%;
}
.upload-modal-question .modal-content input {
  font-size: 1em;
}
.upload-modal-question .modal-content .form-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 60px;
}
.upload-modal-question .modal-content .form-actions input[type=submit] {
  background: #de8d15;
  border: none;
  box-shadow: none;
  font-size: 15px;
  height: auto;
  line-height: 100%;
  padding: 0.4em 1em !important;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.upload-modal-question .modal-content .form-actions input[type=submit]:hover {
  background: #1e93d1;
}

.choose-mode-de-liv,
.choose-mode-de-paiement {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
.choose-mode-de-liv.active,
.choose-mode-de-paiement.active {
  opacity: 1;
  visibility: visible;
}
.choose-mode-de-liv .modal-content,
.choose-mode-de-paiement .modal-content {
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #1e93d1;
  padding: 0 20px 20px;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.choose-mode-de-liv .modal-content input,
.choose-mode-de-paiement .modal-content input {
  font-size: 1em;
}
.choose-mode-de-liv .modal-content .btn-close,
.choose-mode-de-paiement .modal-content .btn-close {
  background: #848484;
  border: none;
  color: white;
  font-size: 15px;
  font-weight: bold;
  height: auto;
  line-height: 100%;
  margin-left: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0.4em 1em;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.choose-mode-de-liv .modal-content .btn-close:hover,
.choose-mode-de-paiement .modal-content .btn-close:hover {
  background: #ef7b00;
}

body.modal-open {
  overflow: hidden;
}

.modal-notify {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: scale(1.3);
}
.modal-notify.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  overflow-y: auto;
}
.modal-notify-dialog {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.modal-notify-content {
  text-align: center;
  overflow: hidden;
  border-radius: 6px;
  background: url("../images/notify/notify-bg-top.png") no-repeat top center white;
}
.modal-notify-header {
  text-align: right;
}
.modal-notify-body {
  padding: 55px 0 30px 0;
  max-width: 425px;
  margin: 0 auto;
  text-align: center;
}
.modal-notify-body h2 {
  font-size: 23px;
  line-height: 1.2;
  color: black;
  margin: 0 0 50px 0;
  font-family: Arial, Helvetica, sans-serif;
}
.modal-notify-body p {
  line-height: 1.2;
  color: black;
  font-size: 18px;
  margin: 0 0 35px 0;
  font-family: Arial, Helvetica, sans-serif;
}
.modal-notify-footer {
  padding-bottom: 23px;
  border: none;
  background: url("../images/notify/notify-bg-bt.png") no-repeat bottom center transparent;
  text-align: center;
  min-height: 240px;
}
.modal-notify-footer button {
  background: #0095DD;
  color: white;
  font-size: 20px;
  border: none;
  padding: 11px 43px;
  cursor: pointer;
}
.modal-notify-highlight {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: #FB662E;
  height: 130px;
  padding-top: 6px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 180px;
  margin: 0 auto 30px auto;
  font-family: "Roboto Mono", monospace;
  background: url("../images/notify/rectangle.png") no-repeat 0 0 transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-notify .close {
  font-weight: 300;
  font-size: 60px;
  color: white;
  opacity: 1;
  position: relative;
  z-index: 5;
  margin-right: 15px;
  background: none;
  border: none;
  margin-top: -2px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
}

/* 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;
}

/* Cycle Slideshow */
.cycle-slideshow,
.cycle-slideshow2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1600px;
  height: 1049px;
  margin-left: -800px;
  margin-top: -525px;
  z-index: 10;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.input_clear {
  display: inline-block;
  width: 100%;
  clear: both;
}

body.newLayout {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  background: #ffffff;
}
body.newLayout.loggedUser {
  min-width: 1200px;
}
body.newLayout.loggedUser.homepage {
  overflow-x: hidden;
  background: #ef7b00;
}
body.newLayout.loggedUser.homepage #blocentral {
  position: relative;
  z-index: 99;
  min-height: 1049px;
  background: url("../images/leaf.png") no-repeat top left transparent;
}
@media screen and (min-height: 1049px) {
  body.newLayout.loggedUser.homepage #blocentral {
    min-height: calc(100vh + 100px);
  }
}
body.newLayout.panierPage, body.newLayout.whiteBg {
  background: white;
}

.newLayout a {
  font-family: "Source Sans Pro", 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[type=text].small,
.newLayout input[type=password].small,
.newLayout input[type=email].small,
.newLayout input[type=decimal].small,
.newLayout input[type=number].small {
  height: 30px;
  line-height: 30px;
}
.newLayout .input_error + span {
  color: red !important;
}
.newLayout .input_error + span a {
  color: red;
}
.newLayout .input-field {
  margin-bottom: 15px;
}
.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: #ef7b00;
}
.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: #ef7b00;
}
.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 #ef7b00;
}
.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 #ef7b00;
}
.newLayout input[type=submit].pdfBtn:hover,
.newLayout input[type=button].pdfBtn:hover {
  opacity: 0.7;
}
.newLayout input[type=submit].btn-orange,
.newLayout input[type=button].btn-orange {
  background: #ef7b00;
}
.newLayout input[type=submit].btn-orange:hover,
.newLayout input[type=button].btn-orange:hover {
  background: #2592d1;
}
.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.logInUser div#blocentral #blocontenu {
  padding-bottom: 0;
}
.newLayout .bloccontenu_titre {
  line-height: 100%;
}
.newLayout .bloccontenu_titre span {
  color: black;
}
.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.custom {
  margin-bottom: 20px;
}
.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: "Source Sans Pro", sans-serif;
  font-size: 35px;
  line-height: 100%;
  margin: 0 0 15px 0;
}
.loggedUser .bloc_accueil .bloc_supertitre {
  font-size: 35px;
  line-height: 100%;
  margin: 0 0 20px 0;
  font-family: "Source Sans Pro", 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 {
  max-width: 100%;
  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.whiteBg div#blocontenu {
  padding-bottom: 170px;
}
.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: black;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  margin-bottom: 55px;
}
.newLayout.homepage div#blocontenu {
  width: 720px;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
  margin: 135px auto;
}
.newLayout .bloc_accueil .accueil_select {
  display: block;
  width: 100%;
}
.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: 0 auto 20px auto;
  height: 44px;
  width: 100%;
  max-width: 650px;
  background: rgba(132, 132, 132, 0.5);
  -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: #ef7b00;
  color: #ffffff;
}
.ui-datepicker td .ui-state-default.ui-state-active,
.ui-datepicker td .ui-widget-content .ui-state-default.ui-state-active,
.ui-datepicker td .ui-widget-header .ui-state-default.ui-state-active {
  color: #ef7b00;
}
.ui-datepicker td a {
  padding: 2px;
}
.ui-datepicker td a:hover {
  color: #ef7b00;
}
.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: 16.5%;
  /* 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 .item-btn {
  width: 10%;
  display: flex;
  align-content: space-between;
  align-items: center;
  position: absolute;
  top: 15px;
  right: -15px;
}
.group-order-clients .item .item-btn > input {
  width: 40px;
  padding: 0 !important;
}
.group-order-clients .item .item-btn .btn-delete {
  margin-top: 0;
  margin-left: 10px;
}
.group-order-clients .item .item-btn .client-docs {
  position: absolute;
  top: 32px;
  font-weight: bold;
}
.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 30s linear infinite;
  -webkit-animation: key-frame 30s linear infinite;
  -o-animation: key-frame 30s linear infinite;
  animation: key-frame 30s linear infinite;
}

.logged-ad {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  overflow: hidden;
}

.container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

#ourForces .our-forces .item:first-child > div {
  background: red;
}

.error-message {
  clear: both;
  margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */
