/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#header .header-nav {
  margin-bottom: 30px;
  background-color: #3a3a3a !important;
  color: #fff;
  padding: 1.5385rem 0;
  background-color: #f5f5f5;
  height: 70px;
  max-height: 70px;
}
#search_widget {
  min-width: 20.63rem;
}
.ui-menu .ui-menu-item a span {
  font-size: 0.9rem;
}
#search_widget form input {
  background-color: #ffffff;
}
#header,
#header .header-top {
  background-color: transparent;
  padding: 0;
}
li.product-flag.out_of_stock {
  display: none;
}
#products .products,
.featured-products .products,
.product-accessories .products {
  justify-content: space-evenly;
}
.page-product .container #content-wrapper #main {
  padding-top: 0 !important;
}
.top-menu .sub-menu {
  box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  border: none;
  margin-left: 0.9375rem;
  width: 25%;
  min-width: 25%;
  z-index: 18;
  display: none;
  left: initial;
  margin-top: 0;
}
#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}
.top-menu .sub-menu ul[data-depth="1"] > li {
  float: initial;
  margin: 0 1.25rem;
  width: 35%;
  text-align: left;
}
.top-menu[data-depth="1"] {
  margin: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
#header #category-26 {
  background-color: #ff6500 !important;
}
#header #category-26 a {
  color: #fff !important;
}

.product-price {
  color: #9ec225;
  display: inline-block;
}
.dp_url {
  color: #9ec225;
}
.dp_input_container {
  margin-left: 8px;
}
.dp_field_container.dp_type_feature.svelte-17yfxo9 {
  width: 100%;
}
.dp_link {
  color: #ff6500;
}
label.attribute_label {
  font-weight: 600;
}
.cart-grid {
  padding-top: 2%;
}
.card-block {
  padding: 1rem 1rem !important;
}
a {
  color: #ff6500;
  text-decoration: none;
}
.page-my-account #content .links a:hover i {
  color: #ff6500;
}
body#checkout #header .header-nav .logo {
  max-height: 2.575rem;
  width: auto;
}
body#checkout a:hover {
  color: #ff6500;
}
.cart-grid-body,
.cart-grid-right {
  padding-top: 2rem;
}
.custom-radio input[type="radio"]:checked + span {
  background-color: #ff6500;
}
.bloc-top-product {
  margin: 0 !important;
}
body#checkout section.checkout-step .address-item.selected {
  background: #fff;
  border: 3px solid #ff6500;
}
span.discount.discount-percentage {
  color: #fff !important;
  font-size: 1em !important;
  opacity: 1 !important;
  background: #9ec225;
  /* position: absolute; */
  top: -37px;
  width: initial;
  width: 168px;
  left: 309%;
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
  background: #ff6500;
}
.display-1 {
  font-size: 2.125rem;
  font-weight: 600;
}
body {
  font-family: Noto Sans, sans-serif;
}
a:hover {
  color: #3a3a3a;
}
.page-header h1 {
  padding: 2rem;
  text-align: center;
}
.page-index .featured-products {
  margin-top: 50px;
}

/*-------------BOUTON SUIVEUR----------------------------*/

.button_suiveur {
  position: fixed;
  height: 220px;
  width: 200px;
  right: 0;
  background: #9ec225;
  color: #fff;
  z-index: 10;
  top: 35%;
  padding: 20px;
}
.button_suiveur p {
  color: #fff;
}
.button_suiveur h2 {
  font-family: Noto Sans, sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}
.button_suiveur a {
  background: #ffffff;
  padding: 12px 15px;
  color: #3a3a3a !important;
  border-radius: 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Noto Sans, sans-serif;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  line-height: 1.2;
}
.button_suiveur a:hover {
  background: #3a3a3a;
  color: #fff !important;
}
@media (max-width: 1580px) {
  .button_suiveur {
    position: sticky;
    height: 65px;
    width: 100%;
    top: 0;
    padding: 6px 0 0;
    text-align: center;
  }
  .button_suiveur h2 {
    width: 31%;
    float: left;
    padding-left: 5%;
    padding-top: 6px;
  }
  .button_suiveur p {
    width: 46%;
    float: left;
    padding-top: 6px;
    font-size: 15px;
  }

  .button_suiveur a {
    width: 15%;
    margin-left: -75px;
  }
}
@media (max-width: 1150px) {
  .button_suiveur h2 {
    padding-top: 0px;
  }
}
#header .header-nav p {
  font-size: 0.9375rem;
  color: #ffffff;
  font-weight: 400;
}

.header-nav .top-tel i {
  margin-right: 8px;
  color: #ff6500;
}
#header a {
  color: #ffffff;
}
#header {
  background: #f0f0f0;
  color: #3a3a3a;
  box-shadow: none;
}
#header a:hover {
  text-decoration: none;
  color: #ff6500;
}
.header-nav .top-mail i {
  margin-right: 8px;
  color: #ff6500;
}
#header .header-nav #_desktop_contact_link #contact-link {
  margin-top: 0;
}
.header-nav .top-tel {
  margin-right: 30px;
}

#header .header-top .right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 1.86154rem;
}
.blockcart:active:hover,
.blockcart:active:focus,
.blockcart:active.focus,
.blockcart.active:hover,
.blockcart.active:focus,
.blockcart.active.focus,
.open > .blockcart.dropdown-toggle:hover,
.open > .blockcart.dropdown-toggle:focus,
.open > .blockcart.dropdown-toggle.focus {
  color: #fff;
  background-color: #3a3a3a !important;
  border-color: transparent;
}
.blockcart a {
  background-color: #ff6500 !important;
  color: #fff;
  background-color: #2bc9b4;
  border-color: transparent;
  color: #fff;
}
.user-info a {
  background-color: #3a3a3a !important;
  color: #fff;
  background-color: #2bc9b4;
  border-color: transparent;
  padding: 0.84615rem 1.53846rem;
  color: #fff;
}
#header .header-top #_desktop_cart,
#header .header-top #_desktop_user_info {
  margin-left: 5%;
  margin-top: 10px;
}
#wrapper {
  background: #f0f0f0;
  box-shadow: none;
  padding-top: 0;
}
#header .header-top a[data-depth="0"] {
  color: #f0f0f0;
  text-transform: capitalize;
  font-weight: 200;
}
.top-menu {
  margin: 0;
}

#header .header-top {
  padding-bottom: 0;
}
#header .header-top .menu {
  margin-bottom: 0;
  background-color: rgb(58, 58, 58);
  padding: 15px 0 15px 0;
  margin-top: 30px;
  padding-left: 15px;
  width: 100%;
}
.search-widget form input[type="text"]:focus {
  outline: 1px solid #ff6500;
  color: #3a3a3a;
  background: #fff;
}
.search-widget form button[type="submit"] .search:hover {
  color: #ff6500;
}
#header .top-menu a[data-depth="0"]:hover {
  color: #ff6500;
}
#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
  position: relative;
  margin-bottom: 1.563rem;
  height: 405px;
  width: 286px;
  background: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
  position: absolute;
  z-index: 3;
  background: #fff;
  width: 100%;
  bottom: 0;
  height: auto;
  background-color: #fafafa;
  padding: 1em;
}
#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: 88%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
  width: 100%;
}
#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
  color: #444;
  font-size: 12px;
  font-family: "Noto Sans,sans-serif", sans-serif;
  font-weight: 500;
  line-height: 20px;
}
#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
}
#wrapper .breadcrumb {
  background: transparent;
  padding: 0;
  padding-top: 1em;
  font-size: 0.75em;
}
.page-product .bloc-top-product .col-md-6 {
  background: #fff;
  min-height: 124vh;
}
#steavisgarantisFooterVerif {
  text-align: center;
  margin: 5px auto;
  display: inline-block;
  width: 100%;
}
#steavisgarantisFooterText {
  display: inherit;
  vertical-align: middle;
  text-align: center;
  font-size: 12.5px;
  color: #fff;
}

#product #content {
  position: relative;
  max-width: 520px;
  margin-top: 0;
  margin: 0 auto;
  padding-top: 6em;
}
.page-product .container #content-wrapper #main {
  /* background: #fff; */
  padding-top: 20px;
}
.page-product .product-accessories {
  margin-top: 3em;
  padding: 0;
}
.page-product .product-accessories .h5 {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 2em;
}
.page-product .dp_field_container {
  position: relative;
  margin-bottom: 5px;
  width: 50%;
  clear: none;
  float: left;
}
.page-product .dp_field_container.dp_container_type_14 {
  width: 100%;
}
.page-product .dp_container {
  position: relative;
  display: inline-block;
}

.product-images > li.thumb-container > .thumb.selected,
.product-images > li.thumb-container > .thumb:hover {
  border: 3px solid #3a3a3a;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #9ec225;
  border-color: transparent;
}
.page-product .blockreassurance_product {
  display: none;
}
.page-product #contact_box_logo a {
  background: transparent;
  color: #3a3a3a;
  border: 2px solid #3a3a3a;
}
.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: #9ec225;
  border-color: transparent;
}
#blockcart-modal .product-name {
  color: #ff6500;
  font-size: 1.125rem;
}
.page-product .product-prices {
  margin-top: 1.25rem;
  padding-top: 20px;
  border-top: 1px solid #bfbfbf;
  margin-right: 20%;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 1em;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border: none;
  border-bottom: 3px solid #ff6500;
}
.product-description-short p:before,
#product-description-short p:before {
  width: 0.38462rem;
  height: 0.38462rem;
  position: absolute;
  left: 0;
  top: 0.46154rem;
  background-color: #2bc9b4;
  content: "";
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.product-description-short p:before,
#product-description-short p:before {
  background-color: #ff6500;
}
.tabs .nav-tabs .nav-link.active {
  color: #ff6500;
}
.form-control:focus,
.input-group.focus {
  outline: 0.1875rem solid #ff6500;
}
.product-description-short p,
#product-description-short p {
  font-size: 0.82308rem;
  color: #444;
  line-height: 1.23846rem;
  position: relative;
  margin-bottom: 0.1em;
  padding: 0 0 0 1.15385rem;
}
.page-product .tab-pane p strong a {
  background: #9ec225;
  color: #fff;
}
.page-product .tab-pane p strong a:hover {
  background: #ff6500;
}
.product-cover img {
  box-shadow: none;
  background: #fff;
}
#product-modal .modal-content .modal-body .product-images img:hover {
  border: 3px solid #ff6500;
}
.h1,
.h2,
.h3 {
  text-transform: uppercase;
  color: #3a3a3a;
}
.page-product h1 {
  color: #3a3a3a;
  padding-top: 20px;
  padding-bottom: 15px;
}
.page-product .product-price .current-price > span {
  font-size: 1.88462rem;
  color: #ff6500;
  margin: 0 0;
}
.product-prices .tax-shipping-delivery-label {
  font-size: 0.8125rem;
  color: #7a7a7a;
  display: inline-block;
}
.carousel .carousel-inner {
  height: 450px;
}
.carousel .carousel-item .caption {
  position: absolute;
  bottom: 190px;
  left: 62px;
  color: #3a3a3a;
  max-width: 33%;
}
body#checkout #footer {
  display: none;
}
#payment-option-3-container label {
  text-align: left;
}
#payment-option-3-container img {
  width: 50%;
}
body#checkout {
  color: #232323;
  background: #f0f0f0;
}
.dp_thumbnails_list li {
  text-align: center;
  float: left;
  margin: 0 3px 3px 0;
  padding: 1px;
  border: 1px solid #ffffff;
  clear: none;
  width: 40px;
  height: 40px;
}
.dp_dropdown {
  width: 170px;
}
.bloc-lien-principal .row-inner .row {
  margin-left: 0;
  margin-right: 0;
}
.bloc-lien-principal .row-inner .col-lg-4 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.bloc-porte-contemporaine {
  background: #3a3a3a;
  padding-left: 30px;
  padding-top: 10px;
  height: 245px;
  color: #fff;
}
.bloc-porte-traditionnelle {
  background: #ea661d;
  padding-left: 30px;
  padding-top: 10px;
  height: 245px;
  color: #fff;
}
.bloc-porte-tendance {
  background: #fff;
  padding-left: 30px;
  padding-top: 10px;
  height: 245px;
  color: #3a3a3a;
}
.bloc-porte-tendance--texte {
  width: 60%;
  float: left;
}
.bloc-porte-tendance--img {
  padding-top: 15px;
}
.bloc-porte-tendance h2 {
  font-family: Noto Sans, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #3a3a3a;
  padding-top: 43px;
  font-weight: 700;
  margin-bottom: -3px;
}
.bloc-porte-tendance--texte p {
  font-size: 13px;
  margin-bottom: 25px;
  font-family: Noto Sans, sans-serif;
  margin-top: 15px;
}
.bloc-porte-tendance--texte a {
  background: #3a3a3a;
  padding: 12px 14px;
  color: #fff !important;
  border-radius: 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Noto Sans, sans-serif;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  line-height: 1.2;
  z-index: 10;
}
.bloc-porte-traditionnelle--texte {
  width: 60%;
  float: left;
}
.bloc-porte-contemporaine--img {
  padding-top: 15px;
}
.bloc-porte-traditionnelle h2 {
  font-family: Noto Sans, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  padding-top: 43px;
  font-weight: 700;
  margin-bottom: -3px;
}
.bloc-porte-traditionnelle--texte p {
  font-size: 13px;
  margin-bottom: 25px;
  font-family: Noto Sans, sans-serif;
  color: #fff;
  margin-top: 15px;
}
.bloc-porte-traditionnelle--texte a {
  background: #fff;
  padding: 12px 14px;
  color: #3a3a3a !important;
  border-radius: 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Noto Sans, sans-serif;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  line-height: 1.2;
  z-index: 10;
}

.bloc-porte-contemporaine--texte {
  width: 60%;
  float: left;
}
.bloc-porte-contemporaine--img {
  padding-top: 15px;
}
.bloc-porte-contemporaine h2 {
  font-family: Noto Sans, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  padding-top: 43px;
  font-weight: 700;
  margin-bottom: -3px;
}
.bloc-porte-contemporaine--texte p {
  font-size: 13px;
  margin-bottom: 25px;
  color: #fff;
  font-family: Noto Sans, sans-serif;
  margin-top: 15px;
}
.bloc-porte-contemporaine--texte a {
  background: #fff;
  padding: 12px 14px;
  color: #3a3a3a !important;
  border-radius: 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Noto Sans, sans-serif;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  line-height: 1.2;
  z-index: 10;
}
.bloc-porte-contemporaine:hover:before,
.bloc-porte-contemporaine:hover:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.bloc-porte-contemporaine:before,
.bloc-porte-contemporaine:after {
  bottom: 10px;
  content: "";
  left: 10px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.bloc-porte-contemporaine:before {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
.bloc-porte-traditionnelle:before {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
.bloc-porte-traditionnelle:before,
.bloc-porte-traditionnelle:after {
  bottom: 10px;
  content: "";
  left: 10px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.bloc-porte-traditionnelle:hover:before,
.bloc-porte-traditionnelle:hover:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.bloc-porte-tendance:before,
.bloc-porte-tendance:after {
  bottom: 10px;
  content: "";
  left: 10px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.bloc-porte-tendance:before {
  border-bottom: 1px solid #3a3a3a;
  border-top: 1px solid #3a3a3a;
}
.bloc-porte-contemporaine:after {
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.bloc-porte-traditionnelle:after {
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.bloc-porte-tendance:hover:before,
.bloc-porte-tendance:hover:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.bloc-porte-tendance:before,
.bloc-porte-tendance:after {
  bottom: 10px;
  content: "";
  left: 10px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.bloc-porte-tendance:after {
  border-left: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
}
.feature-box.feature-box-center {
  text-align: center;
}
.feature-box {
  margin-bottom: 0 !important;
  padding: 2rem 0 1rem;
}
#footer .material-icons {
  font-size: 3em;
  color: #ff6500;
}
.feature-box .fbox-body {
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  letter-spacing: 0;
}
.feature-box:hover .fbox-body {
  letter-spacing: 1px;
}
.feature-box p {
  font-size: 17px;
  margin-bottom: 0.23077rem;
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: 700;
}
.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
  color: #3a3a3a;
}

.feature-box .fbox-icon i {
  margin-bottom: 1.07692rem;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#footer .widget-iconbox {
  min-height: 185px;
}
#footer {
  padding-top: 2.5rem;
  background: #f0f0f0;
}
.nopadding [class*="col-"],
.nopadding [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.footer-container {
  margin-top: 1.25rem;
  padding-top: 2.25rem;
  background-color: #3a3a3a;
}
#footer .contact-footer-tel {
  color: #fff;
  font-size: 13px;
  font-family: Noto Sans, sans-serif;
}
#footer .contact-footer-mail {
  color: #fff;
  font-size: 12px;
  font-family: Noto Sans, sans-serif;
}
#footer .contact-footer-tel i {
  font-size: 20px;
  color: #fff;
}
#footer .contact-footer-tel span {
  color: #888;
}
#footer .contact-footer-mail i {
  font-size: 20px;
  color: #fff;
}
#footer .contact-footer-mail span {
  color: #888;
}
.widget-ourservice .media-top {
  margin-bottom: 20px;
}
#footer .links .h3 {
  color: #fff;
}
#block_myaccount_infos .myaccount-title a {
  color: #ffffff;
  font-size: 1.125rem;
}
#footer a {
  color: #ffffff;
}
#custom-text {
  background: transparent;
  border-radius: 0;
  margin-bottom: 1.5rem;
  padding: 0;
  text-align: center;
}
#custom-text .widget-entreprise .widget-inner {
  background: #fff;
  padding: 35px;
  margin-top: 40px;
  text-align: left;
}
#custom-text .widget-entreprise .widget-inner h1 {
  font-size: 20px;

  color: #333;
  margin-bottom: 30px;
}
#custom-text .widget-entreprise .widget-inner .color-orange {
  font-weight: 700;
  font-size: 16px;
  color: #ea661d;
}
#custom-text .widget-entreprise .widget-inner p {
  font-size: 15px;
}
#custom-text .widget-nuancier {
  background: #9ec225;
  margin-top: 164px;
  height: 401px;
  text-align: left;
  color: #fff;
  margin-bottom: 70px;
}
#custom-text .widget-nuancier:before {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
.widget-entreprise {
  padding-top: 80px;
}
#custom-text .widget-nuancier:after {
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
#custom-text .widget-nuancier .nuancier {
  padding-top: 40px;
  padding-left: 30px;
}
#custom-text .widget-nuancier .nuancier--img {
  padding-top: 18px;
  padding-left: 55px;
}
#custom-text .widget-nuancier .nuancier h2 {
  font-family: inherit;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 0;
  text-align: left;
}
#custom-text .widget-nuancier .nuancier p {
  font-size: 13px;
  font-family: Noto Sans, sans-serif;
  padding-bottom: 15px;
}
#custom-text .widget-entreprise .widget-inner p {
  font-size: 15px;
}
#custom-text .widget-nuancier .nuancier a {
  background: #fff;
  padding: 12px 15px;
  color: #3a3a3a !important;
  border-radius: 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Noto Sans, sans-serif;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  line-height: 1.2;
}
.dp_dropdown_color {
  width: 35px;
  height: 35px;
  position: absolute;
  right: -41px;
  top: 1px;
}

#custom-text .widget-nuancier:hover:before,
#custom-text .widget-nuancier:hover:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#custom-text .widget-nuancier:before,
#custom-text .widget-nuancier:after {
  bottom: 85px;
  content: "";
  left: 30px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: 184px;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.quick-viw {
  color: #ea661d;
  text-decoration: none;
}
.quick-viw:hover {
  color: #3a3a3a;
}
#custom-text .widget-nuancier:before {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
#custom-text .widget-nuancier:after {
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
#custom-text p {
  color: #232323;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
}
#custom-text .widget-nuancier .nuancier i {
  padding-left: 7px;
}
.block .title_block,
.block .title-sidebar {
  position: relative;
  background: transparent;
  color: #333;
  border-bottom: 1px solid #e2e2e2;
  text-transform: uppercase;
  /* font-family: "Noto Sans,sans-serif",sans-serif; */
  font-size: 1.5em;
  /* letter-spacing: 0; */
  padding: 0 20px 20px 20px;
  font-weight: 600;
  margin: 0 0 15px;
  /* line-height: 1.30769rem; */
  text-align: left;
}
.block .title_block:before,
.block .title-sidebar:before {
  position: absolute;
  content: "";
  left: 0;
  width: 0.30769rem;
  height: 2.30769rem;
  background-color: #ff6500;
  bottom: 14px;
}
#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link,
.product-miniature .all-product-link {
  clear: both;
  color: #333333;
}
.block-category .block-category-inner .category-cover img {
  width: 100%;
  height: 220px;
}
.block-category .block-category-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-block {
  padding: 0;
}
#header ul ul li a {
  color: #3a3a3a;
}
#header ul ul li a:hover {
  color: #ff6500;
}
.block-category {
  min-height: 4.75rem;
  box-shadow: initial;
  margin-bottom: 0.4rem;
  background: none;
  border: none;
}
.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
  background-color: #9ec225;
}

.page-category h1 {
  position: relative;
  font-size: 30px;
  color: #ff6500;
  text-align: center;
}
.page-category #category-description h1 {
  top: 60%;
}
.btn-primary {
  color: #fff;
  background-color: #ff6500;
  border-color: transparent;
}
#_desktop_user_info .user-info a:hover {
  background-color: #ff6500 !important;
  color: #fff;
}
.page-product #dp_disponibilite {
  background: #9ec225;
  padding: 5px;
  color: #fff;
}
.pagination .current a {
  color: #ff6500;
  text-decoration: none;
  font-size: 1.25rem;
}

.tabs .nav-tabs .nav-item:nth-child(2) {
  display: none !important;
}
#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title,
.product-miniature .products-section-title {
  text-align: revert;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #333333;
  position: relative;
  padding-left: 1.5em;
}
.featured-products .products-section-title:before,
.product-accessories .products-section-title:before,
.product-accessories .products-section-title:before {
  height: 2.30769rem;
  background-color: #ea661d;
  position: absolute;
  content: "";
  width: 0.30769rem;
  left: 0;
  height: 1.53846rem;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#products .thumbnail-container:focus .highlighted-informations.no-variants,
#products .thumbnail-container:hover .highlighted-informations.no-variants,
.featured-products
  .thumbnail-container:focus
  .highlighted-informations.no-variants,
.featured-products
  .thumbnail-container:hover
  .highlighted-informations.no-variants,
.product-accessories
  .thumbnail-container:focus
  .highlighted-informations.no-variants,
.product-accessories
  .thumbnail-container:hover
  .highlighted-informations.no-variants,
.product-miniature
  .thumbnail-container:focus
  .highlighted-informations.no-variants,
.product-miniature
  .thumbnail-container:hover
  .highlighted-informations.no-variants {
  bottom: 5.2rem;
}
.product-flags li.product-flag {
  background: #9bc11f;
}
.page-index h1 span {
  position: absolute;
  color: transparent;
  height: 1px;
  width: 1px;
  font-size: 50px;
}
body#checkout section.checkout-step .payment-options label {
  display: flex;
  text-align: left;
  justify-content: space-between;
}
body#checkout section.checkout-step .payment-options label img {
  height: auto;
  max-width: 100px;
  justify-content: right;
  width: 80px;
}
.everblock-6 {
  margin-top: 26px;
  text-align: center;
  background-color: #fff;
  padding: 11px;
}
.everblock-6 strong {
  font-weight: bolder;
  color: #ea661d;
}

@media (min-width: 1024px) {
  .search-widget {
    min-width: 19.5rem !important;
  }
}
@media (min-width: 768px) {
  .search-widget {
    min-width: 15.63rem;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1280px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .blockcart:active,
  .blockcart.active,
  .open > .blockcart.dropdown-toggle {
    color: #fff;
    background-color: #ff6500 !important;
    border-color: transparent;
  }
  .blockcart {
    background-color: #ff6500 !important;
    padding: 0.84615rem 1.53846rem;
    color: #fff;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: -15px;
  }
  .blockcart:hover {
    background-color: #3a3a3a !important;
  }
  .blockcart:active a,
  .blockcart.active a,
  .open > .blockcart.dropdown-toggle a {
    background: transparent;
  }
  .blockcart:active:hover a,
  .blockcart.active:hover a,
  .open > .blockcart.dropdown-toggle:hover a {
    background-color: #3a3a3a !important;
  }
}
@media (max-width: 1200px) {
  #header .header-top #_desktop_cart,
  #header .header-top #_desktop_user_info {
    margin-left: 16px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 970px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-nav p {
    font-size: 0.7375rem;
  }
  #header .header-top a[data-depth="0"] {
    font-size: 0.9em;
  }
  .carousel .carousel-inner {
    height: auto;
  }
  .carousel .carousel-item .caption {
    bottom: 55%;
    max-width: 100%;
  }
  .everblock-1 {
    display: none;
  }
  #custom-text .widget-nuancier .nuancier--img {
    padding-left: 0;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  #header .header-top .search-widget {
    min-width: inherit;
    display: none;
  }
  .footer-container .links ul {
    background-color: #3a3a3a;
    margin-bottom: 0;
  }
  .user-info a {
    /* background-color: #3a3a3a!important; */
    color: #fff;
    background-color: #2bc9b4;
    border-color: transparent;
    /* padding: .84615rem 1.53846rem; */
    color: #fff;
    margin-top: 2px;
  }
  .carousel .carousel-item .caption .display-1 {
    font-size: 1.1rem;
  }
  #custom-text .widget-nuancier {
    margin-top: 0;
    height: 401px;
    margin-bottom: 25px;
  }
  .widget-ourservice .media-top {
    margin-bottom: 20px;
    text-align: center;
  }
  .media-body {
    text-align: center;
  }
  #footer p.text-sm-center {
    font-size: 0.5375rem;
    color: #ffffff;
    font-weight: 400;
  }

  #header .header-top #_desktop_cart,
  #header .header-top #_desktop_user_info {
    margin: 0 !important;
  }
  #header .header-top .right-nav {
    margin-left: 0;
    max-width: 100%;
    width: 100vw;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
  }
  #header .header-nav {
    padding: 0.5385rem 0;
  }

  .carousel .carousel-item img {
    height: 20rem;
    object-fit: cover;
    background-color: white;
    filter: brightness(0.8);
  }
  .carousel .carousel-item .caption .display-1 {
    color: white;
  }
  .carousel .carousel-item .caption {
    bottom: 15%;
    max-width: 100%;
    left: unset;
    right: 68px;
    color: white;
  }
  #header .header-top a[data-depth="0"] {
    color: #7a7a7a;
  }
}

@media (max-width: 414px) {
  main {
    max-width: 100vw;
    overflow-x: hidden;
  }
  .carousel .carousel-item .caption {
    bottom: 15%;
    max-width: 100%;
    left: unset;
    right: 68px;
  }
  .hidden-sm-down {
    display: none !important;
  }
  #header .header-nav .top-logo a img {
    max-height: 80px;
    max-width: 100%;
  }
  #header .header-nav {
    margin-bottom: 30px;
    background-color: #3a3a3a !important;
    color: #fff;
    background-color: #f5f5f5;
    height: 53px;
    max-height: 60px;
    margin-bottom: 70px;
    padding: 0;
  }
  #header .header-top .search-widget {
    display: none;
  }
  #header .header-nav .top-logo {
    padding-top: 11px;
    position: absolute;
    top: 8%;
    left: 18%;
  }
  .hidden-md-up {
    display: block;
  }

  #header .header-top #mobile_top_menu_wrapper a[data-depth="0"] {
    color: #3a3a3a;
    text-transform: capitalize;
    font-weight: 400;
  }

  #header .header-top #mobile_top_menu_wrapper #category-26 a[data-depth="0"] {
    color: white;
  }
  .page-category h1 {
    position: relative;
    font-size: 1.2em;
    color: #ff6500;
    width: 100%;
    text-align: center;
  }
  .button_suiveur {
    position: relative;
    height: 90px;
    width: 100%;
    top: 0;
    padding: 6px 0 0;
    text-align: center;
  }
  .button_suiveur h2 {
    width: 100%;
    float: none;
    padding-left: 0%;
    font-size: 1rem;
  }
  .button_suiveur p {
    width: 100%;
    float: none;
    padding-top: 6px;
    font-size: 0.8rem;
    padding: 0%;
    line-height: initial;
  }
  .button_suiveur {
    position: sticky;
    width: 100%;
    top: 0;
    padding: 6px 0 0;
    text-align: center;
    height: 140px;
  }
  .button_suiveur a {
    width: 38%;
  }
  .page-product .bloc-top-product .col-md-6 {
    background: #fff;
    min-height: 71vh;
  }
  #contact-link,
  #_mobile_contact_link {
    display: none;
  }
  #contact #left-column {
    display: none;
  }
  #header .header-nav .top-logo {
    padding-top: 11px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  #header .header-nav .blockcart {
    background: transparent;
  }
  #header .header-nav .cart-preview .shopping-cart {
    color: #ffffff;
  }

  .product-miniature {
    width: 48%;
  }
  #products .thumbnail-container,
  .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
    height: 330px;
  }
  #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%;
    padding-top: 10px;
    position: relative;
  }
}
