/* ** START : AUTOCOMPLETE ** */
.ui-autocomplete-search.ui-menu {
  font: inherit;
  color: inherit !important;
  border: 0 !important;

  position: fixed;
  overflow-y: auto;
  max-height: 75%;
  box-shadow: 0px 0.5em 1em rgba(0, 0, 0, .75);
}

.ui-widget-content.ui-autocomplete-search a {
  color: inherit
}

.ui-autocomplete-search.ui-menu .ui-menu-item-wrapper {
  display: block;
  padding: 0;
}

.ui-autocomplete-search.ui-menu .ui-menu-item-wrapper.ui-state-active {
  margin: 0;
  border: 0;
  background-color: inherit;
  color: inherit;
}


.ui-autocomplete-search mark {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

.ui-autocomplete-search.ui-menu .ui-menu-item .product {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: .5em;
  margin-top: .5em;
  border-top: 1px solid gainsboro;
}

.ui-autocomplete-search.ui-menu .ui-menu-item:first-child .product {
  padding-top: 0;
  border-top: 0;
}

.ui-autocomplete-search.ui-menu .ui-menu-item .product.view_all {
  background-color: #3D3D3D;
  color: white;
  padding: .5em;
  text-align: center;
}

.ui-autocomplete-search .ui-menu-item .product-left {
  flex-basis: 4em;
}

.ui-autocomplete-search .ui-menu-item .product-center {
  flex: 1;
  padding-left: .5em;
}

.ui-autocomplete-search .ui-menu-item .product-goto {
  flex-basis: 50px;
  text-align: center;
}

.ui-autocomplete-search .ui-state-active .product-goto {
  color: #014712
}


.ui-autocomplete-search .ui-menu-item .product-left img {
  /*float: unset;*/
  margin: auto;
  padding: 0;
  width: 100%;
  height: auto !important;
  display: flex;
}

.ui-autocomplete-search .ui-menu-item .product-center .product_price_area {
  display: flex;
  align-items: baseline;
  margin: .25em 0;
  line-height: 1.2;
}

.ui-autocomplete-search .ui-menu-item .product-center .product_price_area .prix-vente .prefix {
  font-size: .8em;
  margin-right: .25em;
}

.ui-autocomplete-search .ui-menu-item .product-center .product_price_area .prix-vente .price {
  color: #014712;
  font-size: 1.2em;
  font-weight: bold;
}

.ui-autocomplete-search .ui-menu-item .product-center .product_price_area .prix-vente .currency {
  color: #014712;
  font-size: 1.067em;
  font-weight: bold;
  padding-left: 2px;
}

.ui-autocomplete-search .ui-menu-item .product-center .product_price_area .prix-barre {
  font-size: .867em;
  margin-left: .5em;
}

#footer {
  color: white;
  background-color: #3d3d3d;
  background: linear-gradient(135deg, #3d3d3d, #4d4d4d);
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}

#footer p:first-child {
  margin-top: 0
}

#footer .copyright {
  font-size: .933em
}

#footer .copyright .highlight {
  color: #014712;
}

#footer .shipping {
  font-size: .8em
}

#footer .shipping a {
  white-space: nowrap
}

#footer .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .5em auto;
}

#footer .logos div {
  margin: .5em 1em;
}

#footer .links {
  font-size: .933em
}

#footer .links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footer .links ul li .item {
  display: block;
  font-size: .867em;
  line-height: 1.2;
  padding: .75em;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, .15);
  text-decoration: none;
}

#footer .links ul li button.item {
  width: 100%;
  color: inherit;
  font-family: inherit;
  background-color: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#footer .links ul li.even .item {
  background-color: rgba(255, 255, 255, .05)
}


#footer .links ul li .item:hover,
#footer .links ul li .item:focus:hover {
  background-color: whitesmoke;
  color: black;
}

#footer .links ul li:first-child .item {
  border-top-width: 0;
}

@media screen and (min-width:576px) {
  #footer .links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #footer .links ul li {
    margin: .333em
  }

  #footer .links ul li .item {
    border-width: 1px
  }

  #footer .links ul li:first-child .item {
    border-top-width: 1px
  }
}

@media screen and (min-width:992px) {
  #footer .copyright br {
    display: none
  }
}

/* ** MISE EN FORME TABLEU PAR DEFAUT (BO Internaute notamment) ** */
.model_default_table_area {
  display: block;
  clear: both;
}

.model_default_table_area {
  background-color: white;
}

.model_default_table_area th {
  color: black;
  font-size: 10px;
  background: url(https://ftp.action-karting.fr/bdc/bg_th_bdc.gif) transparent repeat-x top left;
  border-bottom: 1px solid #5a565c;
  padding: 6px 5px 3px 5px;
}

.model_default_table_area th.first {
  border-radius: 5px 0 0 0;
}

.model_default_table_area th.last {
  border-radius: 0 5px 0 0;
}

.model_default_table_area th.first_last {
  border-radius: 5px 5px 0 0;
}

.model_default_table_area.plist th,
.model_default_table_area.plist td {
  text-align: left;
}

.model_default_table_area th.wide_title {
  border: 1px solid #999;
  background-color: white;
  color: black;
  padding: 10px;
}

.model_default_table_area .nowrap {
  white-space: nowrap !important;
}

.model_default_table_area .left {
  text-align: left !important;
}

.model_default_table_area .right {
  text-align: right !important;
}

.model_default_table_area .center {
  text-align: center !important;
}

.model_default_table_area .top {
  vertical-align: top !important;
}

.model_default_table_area .middle {
  vertical-align: middle !important;
}

.model_default_table_area .bottom {
  vertical-align: bottom !important;
}

.model_default_table_area td {
  text-align: center;
  padding: 2px 5px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #DDDDDD;
}

.model_default_table_area td.first {
  border-left-width: 1px;
}

/* ** even/odd : 1 ligne sur 2 en couleur ** */
.model_default_table_area tr.even td,
.model_default_table_area tr.odd td {
  border-width: 0 1px 1px 0;
  border-color: white white #E0E0E0 white;
}

.model_default_table_area tr.even td {
  background-color: #fafafa;
}

.model_default_table_area tr.even td.last {
  border-right-color: transparent;
}

.model_default_table_area tr.odd td {
  background-color: white;
}

/* ** ligne survolée ** */
.model_default_table_area tr.hover td {
  background-image: url(https://ftp.action-karting.fr/img/bg_top_product_list.gif);
  background-repeat: repeat;
}

.model_default_table_area tr.hover td.last {
  /*border-right-width: 0;*/
  border-right-color: transparent;
}

.model_default_table_area td a,
.model_default_table_area th a {
  color: black;
  text-decoration: underline;
}

.model_default_table_area td a:hover,
.model_default_table_area th a:hover {
  color: #e80018;
  text-decoration: underline;
}

.model_default_table_area td h2,
.model_default_table_area td h3,
.model_default_table_area td h4 {
  padding: 0;
  margin: 0;
  font-size: 1em;
}

/* ** TABLEAU DES ARTICLES ** */
.model_default_table_area td .thumbnail {
  display: table;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background-color: white;
  border: 1px solid #e0e0e0;
}

.model_default_table_area td .thumbnail div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

.model_default_table_area td .rank {
  text-decoration: none;
  margin: 2.5px;
  background-color: #014712;
  color: white;
  padding: 2.5px 7.5px;
  border-radius: 300px;
  font-size: 11px;
}

.model_default_table_area td .product_name {
  display: inline;
}

.model_default_table_area td .price_area .price {
  color: #e80018;
  font-weight: bold;
}

.model_default_table_area td .price_area .price2 {
  display: block;
  clear: both;
  color: #5a565c;
}

.model_default_table_area td .add_to_cart_area .line {
  display: block;
  clear: both;
  padding-bottom: 2px;
}

.model_default_table_area td .add_to_cart_area .line.nowrap {
  white-space: nowrap;
}

.model_default_table_area td .add_to_cart_area .line label {
  font-size: 10px;
}

.model_default_table_area td .add_to_cart_area .line select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.model_default_table_area td .add_to_cart_area .line input.qty {
  width: 30px;
  height: 14px;
  border: 1px solid #E0E0E0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding: 0;
  text-align: center;
  border-radius: 3px 3px 3px 3px;
}

.model_default_table_area td .add_to_cart_area .line input.qty:focus,
.model_default_table_area td .add_to_cart_area .line input.qty.hover {
  border-color: #e80018;
}

.model_default_table_area td .back2top_area a {
  font-size: 2rem;
  color: rgba(0, 0, 0, .5);
}

.model_default_table_area td .back2top_area a:hover {
  color: #E80018;
}

.model_default_table_area td a.backtotop {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

/* ** TABLEAU CSS ** */
.my-table {
  display: inline-table;
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: gainsboro;
  margin-bottom: 2em;
}

.my-table .my-table-head {
  display: table-row;
  background-color: whitesmoke;
}

.my-table .my-table-line {
  display: table-row;
  border-bottom: 1px solid gainsboro;
}

.my-table .my-table-line:last-child {
  border-bottom: 0;
}

.my-table .my-table-cell {
  display: table-cell;
  vertical-align: middle;
  padding-top: 4px;
  padding-bottom: 4px;
}

.my-table .my-table-head .my-table-cell {
  font-size: .8em;
  padding-top: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid gainsboro;
}

.my-table .my-table-line .my-table-cell {
  font-size: .867em
}

/* Table coupons */
.my-table.my-voucher-table .my-table-cell {
  width: 25%;
}

.my-table.my-voucher-table.empty-cart .my-table-cell {
  width: 33.3333333%;
}

.my-table.my-voucher-table .my-table-cell.voucher-action-cell {
  padding-left: 10px;
  padding-right: 10px;
}

.my-table.my-voucher-table .voucher-details-toogle-btn {
  margin-left: 5px;
  font-size: 14px;
  vertical-align: bottom;
}

.my-table.my-voucher-table .voucher-details-toogle-btn .fa {
  color: rgba(0, 0, 0, .67);
}

.my-table.my-voucher-table .voucher-details-toogle-area {
  font-size: 11px;
  color: rgba(0, 0, 0, .67);
}

/* Table commandes */
.my-table.my-orders-table .my-table-cell {
  width: 20%;
}

.my-table.my-orders-table .my-table-cell.col-action ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-table.my-orders-table .my-table-cell.col-action ul li {
  margin-top: 5px;
}

.my-table.my-orders-table .my-table-cell.col-action ul li:first-child {
  margin-top: 0;
}

.my-table.my-orders-table .my-table-cell.col-action ul li a {
  text-decoration: none;
}

.my-table.my-orders-table .my-table-cell.col-action ul li a.current {
  text-decoration: underline;
}

.my-table.my-orders-table .my-table-cell.col-action ul li a:hover {
  text-decoration: underline;
}

.my-bloc-v2017 {
  display: inline-table;
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.1;
  border: 1px solid rgba(0, 0, 0, .2);
  background-color: white;
  margin-bottom: 20px;
}

.my-bloc-v2017 h2,
.my-bloc-v2017 h3 {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.my-bloc-v2017 p {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 5px 0;
}

/* ** DIALOG > my-popup ** */
.ui-widget.ui-dialog {
  font: inherit;
}

.ui-widget-overlay {
  background: black !important;
}

.ui-widget.ui-widget-content.popup {
  border: 0;
  padding: 0;
  border-radius: 0;
  -moz-box-shadow: 0 0 0 999rem rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 0 999rem rgba(0, 0, 0, .5);
  -o-box-shadow: 0 0 0 999rem rgba(0, 0, 0, .5);
  box-shadow: 0 0 0 999rem rgba(0, 0, 0, .5);
}

.ui-dialog.popup .ui-dialog-titlebar {
  border-radius: 0;
  background-color: black;
  color: white;
}

.ui-dialog.popup .ui-dialog-titlebar .ui-dialog-title {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.ui-dialog.popup .ui-dialog-titlebar-close {
  right: 15px;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 1.2em;
  background-color: inherit;
  color: inherit;
  outline: none;
}

.ui-dialog.popup .ui-dialog-content {
  background-color: white !important;
  padding: .5em !important;
}

.ui-dialog.popup.iframe .ui-dialog-content {
  overflow: hidden !important;
}

.ui-dialog.popup.iframe .ui-dialog-content iframe {
  border-top: 2px solid white;
  border: 0;
}

.ui-dialog .model_default_table_area button {
  font-family: inherit;
  font-size: inherit;
}

.ui-dialog.popup .ui-dialog-buttonpane {
  margin: 0;
  border: 0;
  background-color: silver;
}

.ui-dialog.popup .ui-dialog-buttonpane button,
.ui-dialog.popup .ui-dialog-buttonpane button:focus,
.ui-dialog.popup .ui-dialog-buttonpane button:hover,
.ui-dialog.popup .ui-dialog-buttonpane button:active {
  margin: 0;
  padding: .333em .75em;
  border-radius: 0;
  font-family: inherit;
  font-size: .8em;
  background-color: whitesmoke;
  color: black;
  border: 0;

  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
}

/* ** FORMULAIRES DE CONTACT ** */
h1.contact {
  display: block;
  clear: both;
  height: 25px;
  line-height: 24px;

  margin: 0 0 10px 0;
  padding: 0 15px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: white;
  background: url(https://ftp.action-karting.fr/img/bg_title_new.gif) no-repeat top left;
  overflow: hidden;
}

h1.contact a {
  color: white;
  text-decoration: none;
}

#contact {
  float: left;
  clear: both;
  width: 600px;
  margin-bottom: 10px;
}

#contact .message {
  display: block;
  border: 4px solid #ff0000;
  padding: 5px 10px;
}

#delivery_address label {
  display: -moz-inline-box;
  display: inline-block;
  width: 65px;
}

#delivery_address .line {
  padding-bottom: 5px;
}

#contact .line a {
  color: #cc0000;
  text-decoration: underline;
}

#contact .line a:hover {
  color: #ff0000;
  text-decoration: none;
}

#delivery_address .line .input_text {
  width: 170px;
  height: 17px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  border: 1px solid #d6d6d6;
  padding: 2px 4px;
}

#contact .txt {
  float: right;
  width: 308px;
  padding-top: 30px;
}

/********* SUIVI BON DE COMMANDE (v2019) *********/
.breadcrumb_bdc {
  background-color: whitesmoke;
  border-bottom: 1px solid gainsboro;
}

.breadcrumb_bdc * {
  user-select: none;
}

.head_bdc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1650px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.head_bdc .step {
  flex: 1;
  font-size: .867em;
  padding: .25em;
  border-left: 1px solid gainsboro;
}

.head_bdc .step:first-child {
  border-left: 0;
}

.head_bdc .step.current {
  background-color: gainsboro;
}

.head_bdc .step .inside {
  display: flex;
  justify-content: center;
  align-items: center;
}

.head_bdc .step a.inside {
  color: inherit;
  text-decoration: none;
}

.head_bdc .step .inside .num {
  background-color: white;
  flex-basis: 1.5em;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.head_bdc .step .inside .label {
  padding-left: .5em
}

.head_bdc .step a.inside:hover .label {
  text-decoration: underline
}

.head_bdc .step.current .inside .num {
  color: black;
}

@media screen and (max-width:768px) {
  .head_bdc .step.last {
    display: none
  }
}

/* ** AJOUT 07/2017 ** */
.link_to_advisor_login {
  position: fixed;
  bottom: 1em;
  left: 1em;
}

/* ** Mon compte > Mes adresses ** */
.account-addresses {
  text-align: center;
  margin-bottom: 2em;
}

.account-addresses .address {
  margin-top: 2em;
}

.account-addresses .address:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .account-addresses {
    display: flex;
  }

  .account-addresses .address {
    flex: 1;
    margin-top: 0;
    padding-left: .5em;
    padding-right: .5em;
  }
}

/* ** Mon compte > Paramètres ** */
.account-parameters {
  text-align: center;
  margin-bottom: 2em
}

.account-parameters .line {
  margin-bottom: 2em
}

.account-parameters .line:last-child {
  margin-bottom: 0
}

.account-parameters .line .label {
  font-size: .933em;
  margin-bottom: .25em;
}

.account-parameters .line .value {
  font-weight: bold
}

.account-parameters .line .cac {
  margin-top: .5em
}

.account-parameters .line label {
  display: block;
  margin-bottom: 2.5px;
}