/**
 *  Tous droits réservés NDKDESIGN
 *
 *  @author Hendrik Masson <postmaster@ndk-design.fr>
 *  @copyright Copyright 2013 - 2014 Hendrik Masson
 *  @license   Tous droits réservés
*/

@import "root.css";

@font-face {
  font-family: "RNSMiles-RegularItalic";
  src: url("../fonts/3B2D41_0_0.eot");
  src: url("../fonts/3B2D41_0_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/3B2D41_0_0.woff2") format("woff2"),
    url("../fonts/3B2D41_0_0.woff") format("woff"),
    url("../fonts/3B2D41_0_0.ttf") format("truetype");
}

@font-face {
  font-family: "RNSMiles-Regular";
  src: url("../fonts/3B2D41_1_0.eot");
  src: url("../fonts/3B2D41_1_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/3B2D41_1_0.woff2") format("woff2"),
    url("../fonts/3B2D41_1_0.woff") format("woff"),
    url("../fonts/3B2D41_1_0.ttf") format("truetype");
}

body {
  color: var(--gris);
  font-family: "RNSMiles-Regular";
  font-weight: 300;
}

b,
strong {
  font-weight: inherit;
  font-weight: bold;
}

p {
  margin-top: 0;
  margin-bottom: 0.3rem;
  color: var(--paragraphecolor);
  text-align: justify;
  font-weight: lighter;
  font-size: 0.9rem;
}

a {
  color: var(--rouge);
  text-decoration: none;
}

a:hover {
  color: var(--rouge);
  text-decoration: none;
}

.field_notice,
.field_notice p {
  font-style: italic;
  font-size: 0.8rem !important;
  color: var(--gris);
}

.material-icons {
  margin-right: 0.2rem;
}

.container {
  width: 1200px;
  max-width: 100%;
}

.h1,
.h2,
.h3,
.h1 a,
.h2 a,
.h3 a {
  text-transform: uppercase;
  color: var(--gris);
}
#block_myaccount_infos .myaccount-title a,
.block-contact a {
  color: var(--gris);
}
.block-contact .block-contact-title,
.linklist .blockcms-title a {
  color: var(--gris);
}
.footer-container li a {
  color: var(--gris);
  cursor: pointer;
  font-size: 0.875rem;
}
#footer .ndk-slide-item {
  height: auto !important;
}
.pull-right {
  float: right;
  margin-right: 0 !important;
}

.noborder-right {
  border: none !important;
}

.pull-left {
  float: left;
}

.card,
.block-categories,
#search_filters,
#search_filters_brands,
#search_filters_suppliers,
.content-box,
.products-sort-order .select-title,
#slide-content-14 .slide-content,
#slide-content-14 .ndk_banner_container {
  box-shadow: none !important;
  border-radius: 3px;
  border: none;
  padding: 0.625rem;
}
.pagination .page-list {
  background: #fff;
  padding: 0.375rem;
  margin-bottom: 0;
  box-shadow: none;
}

.social-sharing li {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  background-position: 0.25rem 0.25rem;
  cursor: pointer;
  margin-left: 0.5rem;
}

.radio-label {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  display: inline-block;
  padding: 0.125rem 0.625rem;
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 3px;
}

#header .header-nav {
  border-bottom: 2px solid #fff;
  max-height: 150px;
  margin-bottom: 0px;
  padding-bottom: 1rem;
  background: #fff;
}

#_desktop_logo {
  padding-left: 0;
  padding-top: 0.625rem;
  text-align: center !important;
}

#header .logo {
  max-width: 100%;
  width: 330px;
  vertical-align: middle;
  height: auto;
}

#_desktop_logo h1 {
  margin: 0;
}

#header .header-nav #menu-icon {
  vertical-align: middle;
  cursor: pointer;
  margin: 0 1rem;
  position: relative;
  z-index: 1;
}

#header .header-nav .search-widget {
  margin-top: 2rem;
  width: 100%;
  padding: 0 3rem;
}
#search_widget {
  min-width: 16.5rem;
  overflow: hidden;
}

#header .full-top-header a {
  color: #fff;
  border: none;
}
#header .header-nav .right-nav {
  margin-top: 2rem;
}

.search-widget form input[type="text"] {
  width: 100%;
  background: #dedfe3;
  /* border-radius: 3px; */
  border: none;
  height: 30px;
  margin-top: 0;
  float: right;
  border: none;
  height: 49px;
}
.search-widget form input[type="text"]:focus {
  outline: none;
  color: initial;
  background: #dedfe3;
}
.search-widget form input[type="text"]::placeholder {
  color: var(--gris);
}

.search-widget form button[type="submit"] {
  position: absolute;
  /* background: none; */
  border: none;
  bottom: 0;
  right: 0;
  color: #fff !important;
  background: var(--rouge);
  top: 0;
  /* line-height: 22px; */
  padding: 5px;
  /* border-radius: 50%; */
  /* box-shadow: inset 0 0px 3px 0 rgba(0,0,0,.2); */
  width: 43px;
  height: 49px;
  margin-top: 0;
  margin-right: -1px;
}

#wrapper {
  background: #fff;
  box-shadow: none;
  padding-top: 1rem;
}

.header-banner {
  padding: 5px 0;
  background: var(--gris);
  font-size: 14px;
  text-align: center;
}

.header-banner i {
  font-size: 16px;
}

.full-top-header > div {
  display: inline-flex;
  margin: 0 !important;
  vertical-align: middle;
}

.full-top-header .social-logos {
  margin-top: 0.1rem;
}

.social-logos a {
  height: 2rem;
  width: 2rem;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0.125rem 0.125rem 0 0;
  cursor: pointer;
  background-size: contain;
}
.ndk_banner_container img,
.mansup-container img {
  margin: auto;
  max-width: 100%;
  height: auto;
}

.shop_phone {
  color: #fff;
  float: left;
}

.rea-item {
  display: inline-block;
  margin: 0 1.5rem;
  color: #fff;
}

.rea-item i {
  font-size: 20px;
  margin-top: -5px;
  line-height: 20px;
}
.rea-item.social img {
  width: auto;
  height: 1.3em;
  max-height: 100%;
}

.rea-item.social {
  margin: 0 0.25em;
}

.top-links a {
  text-transform: uppercase;
  margin: 0.125rem 0.125rem 0 0;
  border-right: 1px solid;
  padding-right: 0.3rem;
}

#header a {
  color: var(--gris);
}

#header .rea-item a {
  color: #fff;
}

#header .header-nav .user-info {
  margin-left: 1.5rem;
  margin-top: 0;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
}

#header .header-nav .user-info a {
  line-height: 23px;
}
#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
  color: var(--gris);
}

#header .header-nav .blockcart {
  background: none !important;
  height: 3rem;
  padding: 0 0.75rem;
  margin-left: 0.9375rem;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  color: var(--rouge);
}

.header .cart-products-count {
  position: absolute;
  top: -11px;
  background: var(--rouge);
  border-radius: 50%;
  width: 19px;
  height: 19px;
  color: #fff;
  right: 8px;
  padding: 0;
  font-size: 0.8em;
  line-height: 19px;
}

.ndk_banner_container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#header a:hover {
  text-decoration: none;
  color: var(--marron);
}

#header .header-nav .blockcart.active a:hover {
  color: var(--marron);
}

#header .header-top {
  padding-bottom: 0;
  background: #fff;
}

#header .header-top .menu {
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}

#header .menu > ul > li {
  display: inline-block;
}

#top-menu {
  padding: 0;
  margin: 0;
}

#header .header-top a[data-depth="0"] {
  color: var(--gris);
  text-transform: uppercase;
  line-height: 40px;
  font-size: 15px;
  padding: 3px 5px;
}

.top-menu .collapse {
  display: none;
}
.transaction_message {
  text-align: center;
  padding: 1rem;
}
#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
  display: block !important;
  top: 50px;
}

#header .top-menu a[data-depth="0"]:hover {
  color: var(--rouge);
  text-decoration: none;
  border-bottom: 2px solid var(--rouge);
}

#header .top-menu a[data-depth="1"]:hover {
  color: var(--rouge);
  text-decoration: none;
  /* 	border-bottom: 1px solid var(--rouge); */
}

.product-description p,
.h6,
h6,
.main_wrapper .blog_post_feed.detail article p {
  font-size: 1rem;
}

#_desktop_top_menu .top-menu a.dropdown-submenu {
  color: var(--gris);
}

#_desktop_top_menu .top-menu a[data-depth="2"] {
  font-weight: 700 !important;
}

#_desktop_top_menu .top-menu a[data-depth="3"] {
  padding-top: 0;
}

.lit-brand-img {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 5px;
  width: 40px;
  height: 40px;
}

#products .product-thumbnail,
.featured-products .product-thumbnail,
.product-accessories .product-thumbnail,
.product-miniature .product-thumbnail {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 100%;
  bottom: 0;
  height: auto;
  padding: 0.2rem;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
  position: relative;
  margin-bottom: 3rem;
  height: auto;
  width: 410px;
  background: #fff;
  box-shadow: none;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
  width: 100%;
}

#index .featured-products .thumbnail-container {
  width: 267px;
  max-width: 44vw;
}

/* @Group toogle display */

.toggle-list-display-container {
  text-align: right;
  line-height: 40px;
}
.selected-view {
  color: var(--rouge);
}
.toggle-list-display {
  text-align: right;
  display: inline-block;
  cursor: pointer;
}

.product-miniature.js-product-miniature.prod_list {
  width: calc(100% - 30px);
}

.prod_list .product-title {
  text-align: left !important;
}

.prod_list .thumbnail-container {
  width: 100% !important;
  height: auto !important;
  /* vertical-align: middle; */
}
.prod_list .thumbnail.product-thumbnail {
  width: 45%;
  display: inline-block !important;
  vertical-align: middle;
}
.prod_list .product-description {
  width: 53% !important;
  display: inline-block !important;
  box-shadow: none !important;
}

.stock-toggle {
  text-align: right;
  margin-top: 1rem;
  display: none;
}

.stock-toggle .btn.active {
  background: #bf1e2e;
  color: #fff;
}
/* @Group toogle display */

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description,
section.featured-products .products article {
  max-width: 100%;
  padding: 1.5em 1em;
  display: block;
  float: unset;
  margin: 0 auto;
}

.featured-products .thumbnail-container .product-description,
.product-accessories .thumbnail-container .product-description {
  box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.2);
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container {
  box-shadow: none !important;
  margin: 1rem auto 0 auto;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*
#products .thumbnail-container:hover, .featured-products .thumbnail-container:hover, .product-accessories .thumbnail-container:hover {
  box-shadow: 0px 3px 3px 2px var(--gris-clair) !important;
}
*/

#product-modal .modal-content .modal-body .mask.nomargin {
  margin-top: 0;
  width: auto;
  display: inline-flex;
}

#product-modal .modal-content .modal-body .product-images {
  margin-left: 0;
  width: auto;
}
#product-modal .modal-content .modal-body .product-images img {
  width: 9.25rem;
  cursor: pointer;
  background: #fff;
  max-width: 100%;
  height: auto;
}
.prod-warranty {
  background: var(--rouge);
  display: block;
  font-size: 0.71rem;
  color: #fff;
  padding: 3px;
  text-transform: uppercase;
  font-weight: 700;
}

.prod-warranty i {
  font-size: 1rem;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
  text-transform: capitalize;
  margin-top: 5px;
  min-height: 0px;
}
#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
  color: var(--gris);
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  letter-spacing: -1;
  text-align: center !important;
  font-weight: bold;
}
.listing_short_description strong {
  font-weight: normal !important;
  color: var(--paragraphecolor);
  font-size: 1rem;
}
.listing_short_description p {
  margin: 0;
}
.resume-features p {
  margin: 0;
  font-size: 0.7rem;
}

.done {
  color: #4cbb6c;
  display: inline-block;
  padding: 0;
  margin-right: 1.563rem;
}

.resume-features i,
.resume-features i,
.tax_label {
  display: none;
}

li.product-flag.discount {
  display: block !important;
  background: #71d791;
}

#products .product-miniature .discount-amount.discount-amount,
#products .product-miniature .discount-amount.discount-percentage,
#products .product-miniature .discount-percentage.discount-amount,
#products .product-miniature .discount-percentage.discount-percentage,
#products .product-miniature .on-sale.discount-amount,
#products .product-miniature .on-sale.discount-percentage,
#products .product-miniature .online-only.discount-amount,
#products .product-miniature .online-only.discount-percentage,
#products .product-miniature .pack.discount-amount,
#products .product-miniature .pack.discount-percentage,
#products .product-miniature .product-flags .new.discount-amount,
#products .product-miniature .product-flags .new.discount-percentage,
.featured-products .product-miniature .discount-amount.discount-amount,
.featured-products .product-miniature .discount-amount.discount-percentage,
.featured-products .product-miniature .discount-percentage.discount-amount,
.featured-products .product-miniature .discount-percentage.discount-percentage,
.featured-products .product-miniature .on-sale.discount-amount,
.featured-products .product-miniature .on-sale.discount-percentage,
.featured-products .product-miniature .online-only.discount-amount,
.featured-products .product-miniature .online-only.discount-percentage,
.featured-products .product-miniature .pack.discount-amount,
.featured-products .product-miniature .pack.discount-percentage,
.featured-products .product-miniature .product-flags .new.discount-amount,
.featured-products .product-miniature .product-flags .new.discount-percentage,
.product-accessories .product-miniature .discount-amount.discount-amount,
.product-accessories .product-miniature .discount-amount.discount-percentage,
.product-accessories .product-miniature .discount-percentage.discount-amount,
.product-accessories
  .product-miniature
  .discount-percentage.discount-percentage,
.product-accessories .product-miniature .on-sale.discount-amount,
.product-accessories .product-miniature .on-sale.discount-percentage,
.product-accessories .product-miniature .online-only.discount-amount,
.product-accessories .product-miniature .online-only.discount-percentage,
.product-accessories .product-miniature .pack.discount-amount,
.product-accessories .product-miniature .pack.discount-percentage,
.product-accessories .product-miniature .product-flags .new.discount-amount,
.product-accessories .product-miniature .product-flags .new.discount-percentage,
.product-miniature .product-miniature .discount-amount.discount-amount,
.product-miniature .product-miniature .discount-amount.discount-percentage,
.product-miniature .product-miniature .discount-percentage.discount-amount,
.product-miniature .product-miniature .discount-percentage.discount-percentage,
.product-miniature .product-miniature .on-sale.discount-amount,
.product-miniature .product-miniature .on-sale.discount-percentage,
.product-miniature .product-miniature .online-only.discount-amount,
.product-miniature .product-miniature .online-only.discount-percentage,
.product-miniature .product-miniature .pack.discount-amount,
.product-miniature .product-miniature .pack.discount-percentage,
.product-miniature .product-miniature .product-flags .new.discount-amount,
.product-miniature .product-miniature .product-flags .new.discount-percentage {
  z-index: 2;
  background: #71d791;
  border: 1px solid #71d791;
  margin-bottom: 5px;
  border-radius: 3px;
  font-size: 1rem;
  position: relative;
  min-width: auto;
  min-height: 1em;
  padding: 0.25em;
  box-shadow: none;
  text-align: center;
  line-height: 1.2em;
  left: 0;
  color: var(--white);
}

.product-flags {
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}

li.product-flag.new {
  display: none !important;
}

.flashsale-countdown-box.product_list {
  margin-top: 0;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
  color: var(--rouge);
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
  padding-top: 0.4em;
}

#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
  color: var(--gris);
  text-decoration: line-through;
  font-size: 0.875rem;
  float: left;
}

.btn.btn-default {
  background: var(--rouge);
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 0.6rem;
  right: 5px;
  bottom: 5px;
  font-weight: bold;
}

.ndk-slide-item .refurb-legend {
  display: none;
}

#slide-content-2 .ndk-slide-item .refurb-legend {
  display: inline-block;
  float: right;
  width: auto;
}

#slide-content-8 .featured-products {
  margin-left: -7px;
  margin-right: -4px;
  background: #f5f5f5;
}

#slide-content-10 {
  padding-left: 10px;
  padding-right: 10px;
}

#slide-content-10 .slide-content {
  box-shadow: 0 0 5px #ccc;
}
.refurb-legend {
  text-align: right;
  width: 100%;
  display: none;
}

.refurb-legend ul li {
  display: inline-block;
  background: #f5f5f5;
  padding: 3px;
  margin-left: 10px;
}
.refurb-legend ul li * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}

.prod-warranty.reco-used {
  background: var(--rouge);
}
.product-condition.reco-used {
  color: var(--rouge);
}
.reco-used path {
  fill: var(--rouge);
}
.prod-warranty.reco-new {
  background: #ddad62;
}
.reco-new path {
  fill: #ddad62;
}
.product-condition.reco-new {
  color: #ddad62;
}
.prod-warranty.reco-refurbished {
  background: #6aa1b3;
}
.reco-refurbished path {
  fill: #bb7bc6;
}
.product-condition.reco-refurbished {
  color: #bb7bc6;
}
.regular_price_row {
  min-height: 0px;
}

.recopicto {
  position: absolute;
  right: 5px;
  top: 5px;
  display: none;
}

#left-column .card-block {
  padding-left: 0;
  padding-right: 0;
}

.card-header {
  padding: 0.75rem 0;
  margin-bottom: 0;
  background: none;
  border-bottom: none;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gris);
  font-size: 16px;
}

#product #content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

#footer {
  padding-top: 0px !important;
  background: #fff;
}

.footer-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
  overflow: hidden;
  box-shadow: none;
}

.boxed-footer .content-box {
  background: #fff;
  padding: 1rem;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  margin-left: 15px;
}

.footer-title {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--gris);
}

.footer-title i {
  line-height: 1.2rem;
  margin-right: 3px;
}

.block-social {
  text-align: left;
}

.block-social li {
  height: 2.5rem;
  width: 2.5rem;
  background-color: var(--gris);
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0.125rem;
  cursor: pointer;
}

.block_newsletter p {
  padding-top: 0;
}

.form-footer.text-sm-center.clearfix {
  float: none !important;
  margin: auto !important;
  text-align: center;
}

.home-custom-block.ndk-custom-group-block.ndkcp_footer.ndkcp-4 {
  text-align: center;
  width: 100%;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
  font-weight: normal;
  border-bottom: 1px solid rgb(242, 240, 241);
  width: 100%;
  display: inline-block;
  margin: 0.3125rem 0 0;
  padding-bottom: 0.1875rem;
  line-height: 2em;
}

#wrapper .breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: none;
  border-radius: 0;
  font-size: 0.9rem;
  font-weight: 100;
  padding: 1rem!mportant;
}

.pagination .page-list li {
  display: inline;
  padding-right: 0.5rem;
}

.pagination .current a {
  color: var(--rouge);
  text-decoration: none;
  font-size: 1.25rem;
}

.pagination a {
  color: var(--gris);
  font-weight: 600;
}

.btn-primary {
  color: var(--gris);
  background-color: #fff;
  border-color: transparent;
  border: 1px solid;
  font-weight: normal;
  font-size: 1rem;
}

.product-tag {
  display: inline-block;
  padding: 5px;
  background: #f5f5f5;
  line-height: 1.8rem;
  margin-right: 15px;
}

.product-condition .recopicto {
  position: relative;
  right: auto;
  top: auto;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.product-warranty i {
  color: var(--rouge);
}

.discount.product-tag {
  background: #71d791;
  color: #fff;
  border: 1px solid #71d791;
  border-radius: 3px;
  float: right;
  margin-right: -15px;
  clear: left;
  margin: 0 0 0em 1em;
  line-height: 1.3em;
  font-size: 1em;
}

.product-tag i {
  font-size: 2rem;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.product-cover img {
  box-shadow: none;
  background: #fff;
}

.product-images > li.thumb-container > .thumb {
  box-shadow: none;
  cursor: pointer;
  margin-bottom: 0.625rem;
}

.product-images > li.thumb-container > .thumb.selected,
.product-images > li.thumb-container > .thumb:hover {
  border: 3px solid #dedede;
}

.strong_point p {
  padding: 0;
  margin: 0;
}
.prod_small_title {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  color: var(--gris);
  padding-bottom: 1rem;
}

.product-quantity .qty {
  margin-right: 0.4rem;
}

.product-information {
  font-size: 0.9375rem;
  color: var(--noir_intense);
  margin-top: 0.625rem;
}

#block-reassurance {
  margin-top: 1rem;
}

#product #block-reassurance {
  box-shadow: none;
  background: none;
}

#product #block-reassurance span {
  font-weight: normal;
  font-size: 12px;
}

#block-reassurance li .block-reassurance-item {
  padding: 0.5rem;
}

#block-reassurance li {
  border-bottom: none;
  font-size: 14px;
  font-weight: normal;
  background: #f5f5f5;
  margin-top: 5px;
}
#block-reassurance img {
  width: 1.563rem;
  margin-right: 0;
}

#product #additionnal_price {
  font-size: 1em;
  color: var(--marron);
}

#blockcart-modal .product-name {
  color: var(--noir_intense);
  font-size: 1.125rem;
}

#product #additionnal_price {
  font-size: 1em;
  color: var(--marron);
}

.has-discount.product-price,
.has-discount p {
  color: inherit;
}

#product .current-price {
  color: var(--rouge) !important;
  font-size: 2.2rem;
}

.product-prices div {
  margin-bottom: 0;
}

.product-discount {
  color: inherit;
}
.product-prices .tax-shipping-delivery-label {
  font-size: 0.8125rem;
  color: inherit;
}

.product-prices .tax-shipping-delivery-label {
  font-size: 0.8125rem;
  color: inherit;
  display: none;
}

.product-quantity .add,
.product-quantity .qty {
  width: 100%;
}

.block-category {
  min-height: auto;
}

.product-actions .add-to-cart {
  height: 2.75rem;
  line-height: inherit;
  padding-top: 0.625rem;
  width: 100%;
  background-color: var(--gris);
  color: #fff;
  font-size: 1rem;
  border: none;
}
.product-actions .add-to-cart .material-icons {
  line-height: inherit;
  margin: 0;
}

.product-minimal-quantity {
  padding: 0;
  margin: 0;
}

#product-availability {
  margin-top: 0;
  display: block;
  font-weight: 700;
  padding: 0;
  text-align: center;
}

.product-add-to-cart {
  text-align: center;
}

.product-navigation {
  padding: 0;
  max-width: 280px;
  top: 50px !important;
}

.product-features {
  margin-top: 0;
}

.product-navigation li {
  text-align: center;
  display: block;
  background: #fff;
  /* border: 1px solid #dedede; */
  font-weight: normal;
  margin-top: 5px;
  padding: 0.3rem;
  /* color: beige; */
  box-shadow: 0px 1px 3px #ccc;
}

.product-navigation .nav-link {
  color: var(--marron) !important;
}

.input-group .input-group-btn > .btn {
  bottom: 0;
  top: 0;
  right: 0;
}

.tabs {
  box-shadow: none;
  margin-top: 3rem;
  background: #fff;
  padding: 0;
}

.tab-content-block .h6 {
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase;
  color: var(--rouge);
}

.features_title {
  width: 100%;
  padding-top: 5px;
  background: var(--marron);
  padding: 5px 5px 0 5px;
  color: #fff;
  margin-right: 10px;
  margin-top: 10px;
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  text-transform: none;
}

.product-discounts {
  margin-bottom: 0;
}

.product-line-grid {
  border-bottom: 1px solid #dedede;
  padding-bottom: 1rem;
}

.has-discount .discount {
  background: #71d791;
}

#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {
  margin-left: 0px;
  max-width: 100%;
}

.slide_name {
  font-size: 1.5em;
  text-align: center;
  margin: 0;
  padding: 1em 0.5em 0.5em;
  color: var(--gris);
}

.product-description {
  text-align: justify;
}

#description .product-accessories {
  margin-top: 15px;
  text-align: center;
}

#description .product-accessories .product-miniature {
  margin: auto;
}

#description .product-accessories .slide_name {
  text-align: left;
}

.highlighted-informations {
  display: none !important;
}

.site-slogan {
  text-align: center;
  font-size: 1rem;
  padding: 0.2rem;
  color: #fff;
  background: var(--gris);
}

.social-sharing {
  /* width: auto; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  float: right;
  margin-top: 2rem;
}

.product-variants > .product-variants-item {
  margin: 0;
}

.product-reference,
.product-reference label {
  font-size: 0.8rem;
  font-style: italic;
}

.ndkcfLoaded .add-to-cart.falseButton {
  display: block !important;
  width: 60%;
  float: right;
  margin-top: -3.2rem;
  position: relative;
  z-index: 2;
  padding: 0.625rem;
}

.ndkcfTitle {
  cursor: auto;
  display: none;
}

#product .col-md-5.card {
  margin-top: 15px;
}

ul.product-images {
  margin-bottom: 0;
}

.contentPrice {
  color: var(--marron);
  font-size: 1.1rem;
}

.blockPrice {
  margin-bottom: 1rem;
}

.product-actions .ndk-slide-item span {
  border: 1px solid;
  display: inline-flex;
  border-radius: 3px;
  padding: 3px;
  font-size: 0.8rem;
  line-height: 1rem;
  text-align: left;
  width: 100%;
  font-style: italic;
  /* color: #71d791; */
  font-weight: bold;
  text-transform: uppercase;
}

.product-images > .thumb-container {
  max-width: 70px;
  display: inline-block !important;
  margin-right: 3rem;
}

#product-modal .product-images > .thumb-container {
  max-width: 120px;
  display: block !important;
  /* margin-right: 3rem; */
  margin-left: 1rem;
}

.product-images > li.thumb-container > .thumb {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin-bottom: 0.625rem;
  border-radius: 3px;
  box-shadow: inset 0 0px 3px 0 rgba(0, 0, 0, 0.2);
}

.product-cover {
  margin-bottom: 0;
  position: relative;
}

.text-muted,
.category-full-text p {
  font-size: 1rem;
  color: var(--paragraphecolor) !important;
}
.category-start-text {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#category-description .readless {
  display: none;
}
.full-visible .category-start-text {
  -webkit-line-clamp: unset;
}
#category-description.full-visible .readless {
  display: block;
}
.full-visible .readmore {
  display: none;
}

@media (min-width: 768px) {
  .kln-responsive {
    display: none;
  }
  #block_myaccount_infos,
  .block-contact.col-md-3.links.wrapper {
    margin-top: 10px;
  }
}
body .PM_ASCriterionLevelChoosen a:hover {
  text-decoration: none !important;
}
@media (max-width: 768px) {
  #header .header-top {
    padding-top: 0;
  }
  .slide-content-5.ndk-slide-item {
    margin-bottom: 1em !important;
  }
  .product-price-and-shipping .sfl_shorlist_large_link {
    top: -120px;
  }
  body .product-price-and-shipping .sfl_shorlist_large_link {
    top: -120px;
  }
  .PM_ASBlockOutput .card-header {
    border: solid 2px var(--gris);
    padding: 10px;
  }
  .PM_ASBlockTitle {
    color: var(--rouge);
  }
  .PM_ASBlockOutput.PM_ASMobileMode .PM_ASBlockTitle::after,
  .PM_ASBlockOutput.PM_ASMobileMode .PM_ASearchTitle::after {
    padding-right: 15px;
  }
  #products .thumbnail-container .product-description,
  .featured-products .thumbnail-container .product-description,
  .product-accessories .thumbnail-container .product-description {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
  }
  #header .header-nav .top-logo {
    padding-top: 0.5rem;
    text-align: center;
    width: 100%;
    position: absolute;
    display: inline-block;
    left: 0;
  }
  #footer .slide-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 1px solid #f6f6f6;
  }
  .slide-content-15 img {
    display: none;
  }
  body .ndk-custom-group-block {
    margin-bottom: 0px;
  }
  .links .title {
    padding: 0.5rem;
    border-bottom: 1px solid #f6f6f6;
    cursor: pointer;
    padding-left: 1em;
  }
  .ndk-custom-group-block {
    margin-bottom: 0px;
  }
  body .home-custom-block.ndk-custom-group-block.ndkcp_footer.ndkcp-4 {
    width: 100%;
    float: left;
    padding-left: 0px;
  }
  /* #js-product-list-top .products-sort-order.dropdown {
    width: 100%;
  } */
  .boxed-footer {
    display: none;
  }
  #search_filter_toggler,
  .btn.btn-secondary.ok,
  #search_category_toggler,
  #search_category_validate {
    border: solid 2px var(--rouge);
    margin-top: 0 !important;
    margin-bottom: 15px;
  }
  #info-shop > li {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
  }
  #sort_filter_toggler {
    margin-bottom: 15px;
    border: 2px solid var(--rouge);
    margin-left: 0px;
    margin-right: 0;
    background: var(--white);
    text-align: center;
  }
  .sort-by-row .products-sort-order {
    color: var(--noir_intense);
    width: 100%;
    margin: 0;
    text-transform: uppercase;
  }
  .products-selection .sort-by-row .select-title {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.5rem;
  }

  .btn.btn-default {
    background: var(--rouge);
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px;
    font-size: 0.6rem;
    right: 5px;
    bottom: 5px;
    font-weight: bold;
  }
  .buy-button {
    font-size: 12px;
  }
  .btn.btn-secondary.ok {
    margin-top: 15px !important;
  }
  #footer_account_list,
  #info-shop {
    /* margin-right: 15px; */
    padding: 1em;
  }
  .kln-li-footer {
    color: var(--gris);
  }
  .slide-content-15 h4,
  .slide-content-15 .slide_name,
  .slide-content-18 .slide_name {
    display: none;
  }
  .display-none-responsive {
    display: none !important;
  }
  .social-logos {
    background: none !important;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 29px;
    position: relative;
    margin-top: 3rem;
    float: left !important;
    margin-left: 1rem;
  }
  .slide-content-1.no_sticky.ndkAlignleft.ndkTextEffectstandard.clearfix.ndk_banner.ndk-slide-item {
    margin-bottom: 1.125rem;
  }
  .navbar-toggler.collapse-icons i {
    font-size: 1.938rem;
  }
  .social-logos {
    background: none !important;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    margin-top: 0 !important;
    float: right;
    margin-right: 20px;
  }

  .ndk-custom-group-block .navbar-toggler.collapse-icons {
    color: var(--gris);
    margin-right: -5px !important;
    float: right;
  }
  .ndkcp_footer .slide_desc {
    margin: 5px auto !important;
    padding: 0;
  }

  .block_myaccount_infos {
    padding-top: 0;
  }

  .slide-content-15.ndkAlignleft.ndkTextEffectstandard .slide_name a,
  .slide-content-18.ndkAlignleft.ndkTextEffectstandard .slide_name a {
    display: none;
  }

  #header .header-nav .top-logo a img {
    max-height: 40px !important;
    max-width: 100%;
    width: auto;
  }

  .btn.btn-default {
    font-size: 1rem;
  }

  #menu-icon-bis {
    margin: 0.5em;
    display: none;
    cursor: pointer;
  }
  #_mobile_close_menu {
    text-align: center;
    cursor: pointer;
  }

  .rea-item {
    display: inline-block;
    margin: 0 0.5em;
    color: inherit;
    font-size: 0.9em;
  }

  .top-links {
    display: none !important;
  }

  #footer {
    padding-top: 0.5rem;
    padding-bottom: 8rem;
    margin-top: 0;
  }

  .bloc-recherche {
    margin-top: 0;
    position: fixed !important;
    bottom: 0;
    background: #fff;
    z-index: 3;
    padding: 1rem;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  }

  #header .header-nav .top-logo {
    /* padding-top: 0; */
    text-align: center;
  }

  #header .header-nav {
    padding-bottom: 0;
  }

  #_mobile_cart,
  #_mobile_user_info {
    padding-top: 15px;
    z-index: 1;
    position: relative;
  }
  .#header .header-nav .blockcart {
    height: auto;
  }
  .full-top-header > div {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }

  #products .thumbnail-container,
  .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    /*width: 175px;*/
  }

  #products .product-description,
  .featured-products .product-description,
  .product-accessories .product-description,
  .product-miniature .product-description {
    /*width: 175px;*/
  }
  .product-description strong {
    color: var(--paragraphecolor);
    font-family: "RNSMiles-Regular";
    font-weight: 300;
    font-size: 1rem;
  }
  .PM_ASBlockOutput {
    position: relative;
    margin-left: 0;
  }

  .refurb-legend ul li {
    display: block;
    background: #f5f5f5;
    padding: 3px;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 0.8rem;
    /* width: 100%; */
    text-align: left;
    margin-right: 10px;
  }

  #mobile_top_menu_wrapper #top-menu {
    margin-bottom: 0.625rem;
    background: #fff;
  }

  #header .top-menu a[data-depth="0"]:hover {
    color: var(--rouge);
  }
  #header .top-menu a[data-depth="0"]:hover {
    background-color: var(--rouge) !important;
    color: #fff !important;
  }

  .product-navigation {
    max-width: 100%;
    bottom: 0px !important;
    top: unset !important;
    background: #fff;
    box-shadow: 0px -2px 2px #ccc;
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  .product-navigation li {
    display: inline-block;
  }

  #product .footer-container {
    padding-bottom: 4rem;
  }

  .full-top-header {
    display: none;
  }

  .rollMe {
    bottom: 5rem !important;
    right: 50% !important;
    margin-right: -24px !important;
  }
  .card {
    background-color: var(--white);
  }
}
.product-variants .control-label {
  display: none;
}
#checkout #stripe-payment-form {
  width: 265px;
  margin-top: 15px;
  padding: 20px;
  border: 1px solid #dedede;
  box-shadow: 2px 2px 2px #ccc;
}

.tax_label {
  font-size: 1rem;
  margin-right: 1rem;
}

.category-full-text {
  display: none;
}

.readmore,
.readless {
  cursor: pointer;
  color: var(--marron);
}

#product #submitNdkcsfields {
  display: none !important;
}

.add {
  padding-bottom: 1rem;
}

#ndk_attr_short_desc p {
  color: var(--rouge);
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
  color: var(--noir_intense);
  background-color: #fff;
  padding: 0.175rem 0.5rem;
  width: 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  float: left;
}
.product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
  max-width: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
  position: relative;
  height: auto;
}

.product-quantity #quantity_wanted {
  color: var(--noir_intense);
  background-color: #fff;
  height: 2.75rem;
  padding: 0.175rem 0.5rem;
  width: 2rem;
}

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
  margin: 0 0.8125rem;
  max-width: 100%;
}

.ndk-floating {
  padding-top: 6rem;
}

.rollMe {
  position: fixed;
  z-index: 9999;
  bottom: 1rem;
  cursor: pointer;
  right: 2rem;
  width: 48px;
  margin-right: -16px;
  background: #fff;
  padding: 8px;
  /* border: 1px solid #dedede; */
  border-radius: 50%;
  box-shadow: inset 0 0px 3px 0 rgba(0, 0, 0, 0.2);
  display: none;
}

.color_group_tag.color_grouppailleté-plus-cher {
  background: var(--rouge) 17;
}

.color_group_tag.color_groupmetallisé {
  background: var(--marron) 2e;
}

#products .thumbnail-container .product-thumbnail img.last_image,
.product-miniature .thumbnail-container .product-thumbnail img.last_image {
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  transition: none 0.8s;
  -moz-transition: none 0.8s;
  -webkit-transition: none 0.8s;
  -o-transition: none 0.8s;
  background: #fff;
  width: 0;
  height: 0;
  opacity: 0;
}

#products .thumbnail-container .product-thumbnail:hover > img.last_image,
.product-miniature
  .thumbnail-container
  .product-thumbnail:hover
  > img.last_image {
  width: auto !important;
  height: 0px;
  opacity: 1;
}

/* .boxed-footer{display:none} */
.block_newsletter {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  margin: 0;
  padding: 0;
}

.language-selector span {
  color: #fff !important;
  text-transform: uppercase;
}
.language-selector i {
  color: #fff !important;
  text-transform: uppercase;
}
.currency-selector span {
  color: #fff !important;
  margin-left: 8px;
}
#currency-selector-label {
  display: none;
}
#mobile_top_menu_wrapper #currency-selector-label {
  display: inline-block;
  padding: 0px;
  margin: 0;
}
#mobile_top_menu_wrapper .currency-selector span {
  color: #7a7a7a !important;
  margin-left: 8px;
}
.currency-selector i {
  color: #fff !important;
}
.social-logos {
  background: none !important;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 29px;
  position: relative;
  margin-top: 3rem;
  float: right;
  margin-right: 3rem;
}
.red {
  background: var(--rouge) !important;
}
.user-info span {
  color: var(--rouge);
}
.position-static {
  display: flex;
}

#header .header-top .search-widget {
  float: right;
}

.description-logo {
  text-align: center;
  color: var(--gris);
  font-weight: bold;
}

.title-bloc-footer {
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
}
.sub-title-bloc-footer {
  margin-top: 1rem;
  color: var(--noir_intense);
  font-size: 15px;
}

.ndk-custom-group-block {
  margin-bottom: 20px;
}
/* .text-sm-center {
  float: right;
} */

.white-background {
  background-color: #fff !important;
}
#header {
  background: #fff;
}
input.js-cart-line-product-quantity {
  max-width: 100%;
}
@media (max-width: 500px) {
  .btn.btn-default {
    background: var(--rouge);
    color: #fff;
    text-transform: uppercase;
    padding: 1rem 0.5rem;
    font-size: 0.6rem;
    right: 5px;
    bottom: 5px;
    font-weight: bold;
  }
  #search_category_toggler {
    width: 100% !important;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  #cart .product-price {
    font-size: 13px;
  }
  body .breadcrumb {
    margin-bottom: 20px !important;
  }
  #footer_garantie,
  #footer_service {
    margin-left: -15px;
  }
  #footer_service a,
  #footer_garantie a,
  #footer_account_list li,
  #footer_garantie span {
    margin-left: 5px;
  }
  #footer_account_list {
    padding: 0;
  }
  #footer_garantie span,
  #info-shop span {
    color: var(--gris);
    font-family: "RNSMiles-Regular";
    font-weight: 300;
  }
  .cart-line-product-actions {
    margin-left: 20px;
  }
  .product-line-grid-right.product-line-actions .qty {
    width: 58.33333%;
  }
  #checkout .custom-checkbox {
    display: block !important;
  }
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 1.125rem;
  }
  #identity .breadcrumb {
    margin-bottom: 10px;
  }
  #block_myaccount_infos {
    margin-top: 10px;
  }
  ._blank {
    float: right;
  }
  .social-logos {
    margin: 1rem 0 !important;
  }
  .bloc-copyright {
    margin-top: 2rem;
  }
  #wrapper .breadcrumb {
    padding: 0;
    margin: 0;
  }
  .text-sm-center {
    float: none !important;
  }
  .form-footer.text-sm-center.clearfix {
    float: none !important;
    margin: auto !important;
    text-align: center;
  }
  #block_myaccount_infos .title.clearfix.hidden-md-up,
  .block-contact .title {
    margin-left: 0px !important;
    border: none !important;
    padding: 0.5rem 0.5remrem 0.5rem 1rem;
  }
  .copyright-img {
    width: 80%;
    margin: auto !important;
    display: block;
  }

  .slide-content-15 .title.clearfix.hidden-md-up span,
  .slide-content-18 .title.clearfix.hidden-md-up span {
    font-size: 15px;
  }
  .ndk-custom-group-block .navbar-toggler.collapse-icons {
    color: var(--gris);
    margin-right: 5px !important;
    float: right;
  }
  .display-none-responsive {
    display: none !important;
  }

  .header-banner {
    display: none;
  }
  .site-slogan {
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem;
    color: #fff;
    background: var(--gris);
  }
  .dropdown-item {
    background-color: #fff;
    color: var(--gris) !important;
    font-family: "RNSMiles-Regular";
  }
  .dropdown select {
    color: #fff;
    background: var(--gris);
    padding: 5px;
  }
  .js-top-menu-bottom i {
    background-color: var(--rouge);
    /* padding: 10px; */
    color: #fff;
    width: 10%;
    margin-top: 1rem;
    border-radius: 15px;
  }
  #main .page-footer {
    margin-bottom: 0;
  }

  /*
  .category {
    margin-bottom: 0.5rem;
  }
*/
  body #footer .slide-content {
    padding-left: 0 !important;
    padding-right: 0px !important;
    border-bottom: 1px solid #fff;
  }

  body #footer .ndk_banner_container {
    padding-right: 5px;
  }
  .ndk-custom-group-block {
    margin-bottom: 0;
  }
  .footer-container .links .h3 {
    line-height: 1.5;
    font-size: 15px;
  }
  .ndk-slide-item {
    padding: 0 5px;
  }
  .description-logo {
    text-align: center;
    color: var(--gris);
    font-weight: bold;
    font-size: 10px;
  }

  #header .header-nav .blockcart {
    padding: 0;
    margin-left: 10px;
  }
}
.display-flex {
  display: inline-flex;
}

#header .header-nav .cart-preview .shopping-cart {
  vertical-align: middle;
  color: var(--gris);
}
#wrapper {
  background-color: #f3f4f8;
}
.resume-features p {
  /* width: 50% !important; */
  display: inline-block;
  width: auto;
  background-color: #f2f0f1;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 13px;
  color: var(--noir_intense);
}

.footer-container .links ul > li a {
  color: var(--noir_intense);
  color: var(--gris);
  font-family: "RNSMiles-Regular";
  font-weight: 300;
}

.bootstrap-touchspin {
  width: auto;
  float: left;
  display: contents;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  height: auto;
}
.product-prices {
  margin-top: 0rem;
  margin-bottom: 1rem;
  display: flex;
  float: right;
  flex-direction: row;
  flex-wrap: wrap;
}
body#checkout section.checkout-step .address-item.selected {
  background: #fff;
  border: 3px solid var(--rouge);
}
.custom-radio input[type="radio"]:checked + span {
  display: block;
  background-color: var(--rouge);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0.125rem;
  top: 0.125rem;
}
.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  font-weight: 400;
  background: none;
  padding: 0.5rem;
  margin-right: 0;
  min-height: 0;
  word-break: normal;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
.product-actions .add-to-cart {
  background-color: var(--rouge);
}

.product-actions .add-to-cart:hover {
  background-color: var(--rouge);
}

.product-features > dl.data-sheet dd.value:nth-of-type(2n),
.product-features > dl.data-sheet dt.name:nth-of-type(2n) {
  background: #fff;
}
.product-features p {
  /* background-color: #cc5858; */
  color: var(--rouge);
  padding: 10px 0;
  text-align: left;
  text-transform: uppercase;
}
.clearfix.product-variants-item {
  margin-bottom: 1rem;
}
.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border: 2px solid var(--gris);
  background-color: var(--gris);
  color: #fff !important;
}

.navbar-toggler {
  width: 2.5em;
  height: 2em;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1;
  background: transparent no-repeat 50%;
  background-size: 24px 24px;
  border: 1px solid transparent;
  border-radius: 0;
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
  color: unset;
}

#search_filters .facet .title {
  border-bottom: 1px solid rgb(242, 240, 241);
  cursor: pointer;
}

#search_filters .collapse.in {
  display: block !important;
}
#search_filters .collapse {
  display: none !important;
}

#category #left-column #search_filters .facet .title .collapse-icons .remove,
#category
  #left-column
  #search_filters
  .facet
  .title[aria-expanded="true"]
  .collapse-icons
  .add {
  display: none;
}

#category
  #left-column
  #search_filters
  .facet
  .title[aria-expanded="true"]
  .collapse-icons
  .remove {
  display: block;
}
#category #left-column #search_filters .facet .title .collapse-icons .remove,
#category
  #left-column
  #search_filters
  .facet
  .title[aria-expanded="true"]
  .collapse-icons
  .add {
  display: none;
}

#header .header-top #lnk-selecteur-de-cigare a[data-depth="0"] {
  color: var(--rouge);
  text-transform: uppercase;
  line-height: 40px;
}

/*.ndk-custom-group-block.ndkcp_footer.ndkcp-4 {
  background: #F2F0F1;
  margin-left: 15px;
  margin-right: 15px;
}*/

#footer .slide_name {
  font-size: 1rem;
  text-align: left;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

#footer .slide_name a {
  color: var(--gris);
}

/*
#cms ul {
  list-style: initial;
  padding-left: 20px;
}

#cms ul, #cms p
{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
*/

#cms h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.home-custom-block.ndk-custom-group-block.ndkcp_footer.ndkcp-4 {
  width: 50%;
  float: left;
}

.title[aria-expanded="false"] .collapse-icons .remove {
  display: none;
}

.title[aria-expanded="true"] .collapse-icons .remove {
  display: block;
}

.title[aria-expanded="true"] .collapse-icons .add {
  display: none;
}

.title[aria-expanded="false"] .collapse-icons .add {
  display: block;
}

.slide-content-16 {
  padding: 0;
}
#_mobile_close_menu i {
  background: var(--rouge);
  border-radius: 100%;
  color: #fff;
  padding: ;
  width: auto;
  font-size: 35px;
}

#footer_account_list2 span,
.block-contact {
  font-size: 0.875rem;
  color: var(--gris);
}

.footer-container li {
  list-style: none;
  font-size: 14px;
}
.footer-container li img {
  margin-top: 1rem;
  border: 1px solid var(--gris-clair);
  max-width: 260px;
  clear: left;
  display: block;
  margin-left: 0;
}
.ndk-slide-item {
  padding: 0;
}

.product_extra .tabs {
  background: none;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary {
  color: #fff;
  background-color: var(--rouge);
  border-color: transparent;
}
.product-price {
  color: var(--rouge);
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #8e1515;
  border-color: transparent;
}
.footer-container li a:hover {
  color: var(--rouge);
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: var(--rouge);
  border-color: transparent;
}
.hidden-kln {
  display: none;
}

.display-inline-flex {
  display: inline-flex;
}

.has_img .img-category-display .h1 {
  margin-top: 75px;
  margin-left: 10px;
}

#category_display_info .category-cover {
  text-align: center;
}

.margin-resume {
  margin-right: 5px;
  margin-left: 5px;
}
.out_stock {
  background: #757374 !important;
}
.out_stock_black {
  background: var(--noir_intense) !important;
}

.btn-default.close-popup {
  background: #71913a;
}

#search_category_toggler {
  margin-top: 15px;
  width: 45%;
}

#js-product-list-top .row.sort-by-row {
  display: block;
}

.products-sort-order .select-list:hover {
  background: #bf1e2e;
  color: #fff;
  text-decoration: none;
}
#search_category_validate {
  margin-bottom: 15px;
}

.text-center {
  text-align: center;
}

#search_filter_toggler {
  /* width: 45% !important;
  float: right;
  margin-top: 15px; */
}

#index #wrapper {
  padding-top: 0;
}
.page-home .ndk-slide-item {
  padding: 0;
  margin-top: 30px;
}

.popupContainer {
  max-width: 400px;
}

#ndkcp-8 img {
  max-width: 220px;
}

#header .full-top-header .dropdown-item {
  color: var(--paragraphecolor);
}
.copyright-img {
  width: 80%;
  margin-left: 10px;
}

.bloc-newsletter-ndk {
  background: #464d55;
  padding: 15px;
}

.children-bloc-newsletter-ndk,
.children-bloc-newsletter-ndk p {
  text-align: center;
  color: #fff;
}

.children-bloc-newsletter-ndk {
  border: solid 5px #596068;
  padding: 15px;
}

.title-newsletter-ndk {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

.description-newsletter-ndk {
  font-size: 20px;
  margin-bottom: 25px;
}

.button-newsletter-ndk,
.button-newsletter-ndk:hover {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  border: 1px solid;
  margin-bottom: 15px;
  cursor: pointer;
}

#ndkcp-1 {
  margin-left: -15px;
  margin-right: -15px;
}

.slide_desc p,
.slide_short_desc p {
  text-align: inherit;
  padding-top: 0;
}

.slide_desc {
  margin: 0;
  padding: 0;
}

#cms #content ul {
  list-style: circle;
  padding-left: 1em;
  font-size: 0.9rem;
  font-weight: lighter;
}

.thumbnail-container .listing_short_description b {
  font-weight: normal;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li > a {
  padding: 0.625rem;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  font-size: 16px;
}

#search_widget form {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}

/*
.custom-checkbox {
  display: none !important;
}
*/

.product-description p span {
  font-size: 16px !important;
}

.contact-rich a {
  color: inherit;
}

#products .thumbnail-container:focus .product-description::after,
#products .thumbnail-container:hover .product-description::after,
.featured-products .thumbnail-container:focus .product-description::after,
.featured-products .thumbnail-container:hover .product-description::after,
.product-accessories .thumbnail-container:focus .product-description::after,
.product-accessories .thumbnail-container:hover .product-description::after,
.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
  border: none;
}

.information_shipping_condition {
  color: var(--rouge);
  text-align: center;
  font-weight: 700;
}

.margin-top-15 {
  margin-top: 15px;
}

.bottom_bar {
  display: none !important;
}

.sfl_shorlist_large_link,
.sfl_shorlist_small_link {
  right: 0;
  padding-right: 10px;
}
div#sfl_shorlist_large_link_product {
  position: absolute;
  top: 3rem;
}
body .specific-wishlist-ndk {
  background: none !important;
  padding: 0;
}
body .product-additional-info {
  margin-top: 15px;
}
.relative_position {
  position: relative !important;
  z-index: 1 !important;
}
.text-left {
  text-align: left !important;
}
body .specific-wishlist-ndk i {
  font-size: 25px;
}
.product-price-and-shipping .sfl_shorlist_large_link {
  z-index: 999;
  padding: 5px 0px;
  font-size: 14px;
  top: -150px;
}

#product #sfl_shorlist_large_link_product:first-child {
  display: block !important;
}
#product .product-additional-info #sfl_shorlist_large_link_product {
  display: none !important;
}

.user-info.whislist-header {
  margin-left: 1.5rem !important;
}

#index .featured-products .thumbnail-container {
  width: 340px;
  max-width: 44vw;
}

body #footer .ndk-slide-item {
  margin-top: 30px !important;
}

#block_myaccount_infos,
.block-contact,
body #footer #ndkcp-4 .ndk-slide-item {
  margin-top: 0px !important;
}

.team-item {
  padding: 1em;
  text-align: center;
  margin-bottom: 1em;
}
.team-item img {
  width: 100%;
  height: auto;
  clip-path: circle(40%);
  display: block;
  box-shadow: 2px 2px 2px #dedede;
}
.team-container.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}

#fmeblog-search .fmmblogSubmitter {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: block;
  height: 43px;
  min-width: 43px;
  padding: 10px 5px 11px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 39px;
}

body .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-opened {
  z-index: 9999;
}

body .sidebar_wrapper .widget .widget_title h2:before,
body .detail_wrapper .widget .widget_title h2:before {
  background-color: #bf1e2e;
}

body .sidebar_wrapper .widget .categories ul li a:hover {
  color: #bf1e2e;
}

body .cloud-label-widget-content .label-size a:hover {
  background: #bf1e2e;
}
.js-mailalert.text-center {
  padding: 1rem;
  margin-bottom: 1rem;
}
.js-mailalert-add {
  white-space: inherit;
}
.ndkcp_popup .ndk-slide-item {
  margin-bottom: 1.5rem;
}
#wrapper .breadcrumb li a {
  color: #232323;
  font-size: 16px;
}
.scroll-box-arrows i {
  position: absolute;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
#search_widget form input {
  width: 85%;
}

.disclaimer {
  display: block;
  position: relative;
  margin-top: 1rem;
  clear: both;
}

.ndk-slide-item[data-custom_class*="disclaimer"] .slide-content, .disclaimer {
    border: 3px inset #000 !important;
    padding: 1rem;
    max-width: 90%;
    margin: auto;
    margin-bottom: 1rem;
}

.ndk-slide-item[data-custom_class*="disclaimer"] p,
.disclaimer p {
  font-size: 14px;
  font-weight: bold;
}

/*Timer countdown Homepage*/
.timer-container {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  color: #000000;
  background-color: #000000;
  height: 30px;
  line-height: 30px;
}
.timer-wrap {
  display: inline-block;
  color: #000;
  background-color: #fff;
  vertical-align: middle;
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  border: 4px solid #000000;
  width: 200px;
  padding-top: 5px !important;
}
.timer-legend {
  color: #fff;
  text-align: center;
  font-weight: lighter;
  display: block;
  position: relative;
  height: 20px;
  padding-top: 3px;
  background-color: #000;
}
.timer-legend span {
  display: inline-block;
  width: 45px;
  font-size: 14px;
  font-weight: bold;
  margin-top: -50px;
}
.timer-sep {
  font-size: 20px;
  font-weight: bold;
  colo: #fc00ee;
}

.nav-item .nav-link,
.nav-item .nav-separtor {
  font-weight: 600;
  color: var(--rouge);
}
