@charset "UTF-8";
/*=================================
        FONTS AND SIZE
=====================================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&display=swap");
body {
  font-family: "DM Sans", sans-serif;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  letter-spacing: -0.03em;
  font-family: "Quicksand", sans-serif;
  font-weight: 700 !important;
}

h5, .h5 {
  font-size: 21px;
  line-height: 1.2em;
}

h2, .h2 {
  font-size: calc(1.325rem + 0.3vw);
}

.container {
  max-width: 1320px !important;
}

/*=================================
                COLORS
=====================================*/
section.padding-y {
  border-bottom: 30px solid #f2f2f6;
}

.checkbox-btn {
  margin-right: 6px;
}
.checkbox-btn input:checked ~ .btn {
  border-color: #558c84 !important;
  background-color: #558c84 !important;
  color: white !important;
}

.btn-light:hover {
  border: 1px solid #6aada3;
  color: #6aada3;
}
.btn-light:hover i.fas.fa-save, .btn-light:hover i.fa-chevron-up, .btn-light:hover i.fa-chevron-down {
  color: #6aada3 !important;
}
.btn-light.add-wishlist:hover i {
  color: #6aada3 !important;
}
.btn-light:focus {
  outline: none;
  box-shadow: none;
}

.btn-delete-filters:hover i {
  color: #6aada3 !important;
}

.btn-group .btn-light.active:focus {
  box-shadow: none;
}
.btn-group .btn-light i {
  color: #9da1a7 !important;
}
.btn-group .btn-light:hover i {
  color: #6aada3 !important;
}

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem #6aada31c;
}

.boxed-link .icon {
  background-color: #6aada31c;
}

a, a:hover {
  color: #6aada3;
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #6aada3;
  border-color: #6aada3;
}
.btn-primary:hover {
  color: #6aada3 !important;
  background-color: transparent;
  border: 1px solid #6aada3;
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #444;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6aada3;
  border-color: #6aada3;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 173, 163, 0.37);
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff !important;
  background-color: #6aada3;
  border-color: #6aada3;
  box-shadow: none;
}

.btn-primary-dark {
  color: #fff;
  background-color: #407c73;
  border: 1px solid #407c73;
}
.btn-primary-dark:hover {
  color: #407c73 !important;
  background-color: transparent;
  border: 1px solid #407c73;
}

.btn-padding {
  padding: 10px 45px;
}

.btn-rounded {
  border-radius: 30px;
}

.display-4 {
  font-size: calc(0.475rem + 2vw);
  line-height: calc(1rem + 1.8vw);
  margin-bottom: 21px;
}

.bg-primary-dark {
  background-color: #407c73 !important;
}

.btn-transparent {
  background: transparent !important;
  padding: 0 !important;
  border: 0;
}

.btn-outline-primary {
  color: #6aada3;
  border-color: #6aada3;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #6aada3;
  border-color: #6aada3;
}

.bg-primary {
  background-color: #6aada3 !important;
}

.text-primary {
  color: #6aada3 !important;
}

.bg-primary-light {
  background-color: #6aada326 !important;
}

.btn-secondary {
  color: #fff;
  background-color: #407c73;
  border-color: #407c73;
  padding: 10px 45px;
  border-radius: 30px;
}
.btn-secondary:hover {
  color: white;
}

.btn-icon {
  padding: 0.43rem 0.84rem;
}

.bg-gray-dark {
  background: #4e5774 !important;
}

.bg-gray-light {
  background: #ededed !important;
}

.bg-circle {
  background-image: url(../images/bg-cta.png);
  background-repeat: repeat;
}

.bg-triangle {
  background: url(../images/bg13.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.bg-triangle a {
  color: #051513;
  text-decoration: underline;
}
.bg-triangle a:hover {
  text-decoration: none;
}

.bg-circle-bottom {
  background-image: url(../images/bg-cta.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.btn-light-outline {
  background-color: transparent;
  border-color: white;
  color: white;
  padding: 10px 45px;
  border-radius: 30px;
}
.btn-light-outline:hover {
  background-color: white;
  color: #407c73;
  border: 1px solid white;
}
.btn-light-outline:hover i {
  color: #6aada3;
}

.btn-selection.btn-light-outline:hover {
  border-left: 1px;
}

.btn-light-outline-primary {
  background-color: transparent;
  border: 1px solid #6aada3;
  color: #6aada3;
  padding: 10px 45px;
  border-radius: 30px;
}
.btn-light-outline-primary:hover {
  border: 1px solid #6aada3;
  color: white;
  background-color: #6aada3;
}

.btn-light-outline i {
  color: #fff;
}

.bg-light-blue {
  background: #f9faff;
}

.bg-light-gray {
  background: #f2f2f6;
}

.bg-header {
  background-image: url(../images/bg10.png);
  background-repeat: no-repeat;
  padding: 3rem !important;
  background-size: 55%;
}

a.btn.btn-outline-primary[aria-expanded=true] {
  color: #fff;
  background-color: #6aada3;
  border-color: #6aada3;
}

[class*=card-product] .price-old {
  color: #f97c7c;
}

[class*=card-product] .reference-product {
  color: #212529;
  margin-left: 3px;
  font-size: 90%;
}

.main-banner-style06 {
  overflow: hidden;
  position: relative;
  background: -webkit-linear-gradient(-5deg, #407c73, #6aada3);
  background: -moz-linear-gradient(-5deg, #407c73, #6aada3);
  background: -o-linear-gradient(-5deg, #407c73, #6aada3);
  background: linear-gradient(-5deg, #407c73, #6aada3);
}
.main-banner-style06:before {
  content: "";
  width: 103%;
  height: 101%;
  top: 0px;
  right: 33%;
  position: absolute;
  background: url(../images/slider-esm.svg) no-repeat scroll center bottom/cover;
  z-index: 0;
}

.min-height-slider {
  min-height: 800px;
}

/*=================================
                GENERAL
=====================================*/
input[type=text], input[type=text]:focus, input[type=email], input[type=url], input[type=password], input[type=search], textarea {
  box-shadow: none;
}

.text-warning-light {
  color: #fbb671 !important;
}

.height-100 {
  height: 100px;
}

.m-h-100 {
  max-height: 100px;
}

.height-40 {
  height: 40px;
}

.m-h-40 {
  max-height: 40px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

#search-block-form {
  display: flex;
}
#search-block-form .form-actions::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  line-height: 33px;
}
#search-block-form #edit-submit {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
}
#search-block-form #edit-actions {
  position: relative;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #51585e;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0rem 0.84rem;
  font-size: 1rem;
  border-radius: 0.35rem;
  transition: color 0.1s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #407c73;
  border: 1px solid #407c73;
  margin-left: 5px !important;
}

.fs-14 {
  font-size: 14px;
}

.maxwidth50 {
  max-width: 50%;
}

em {
  font-style: italic;
  color: inherit;
}

b, strong {
  color: inherit;
}

.nav-link.strong {
  box-shadow: none;
  border: 0;
}

a.title:hover, .title a:hover, a .title:hover {
  color: #6aada3 !important;
}

.nomargin {
  margin: 0;
}

.text-black {
  color: #212529;
}

[class*=card-product] a.title:hover {
  color: #6aada3;
}

.text-underline {
  text-decoration: underline;
}

.main-wrapper {
  padding: 0 !important;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-90 {
  padding-bottom: 90px;
}

.color {
  margin-right: 3px;
}

.row {
  width: auto;
  clear: both;
  margin-bottom: 0;
}

.tabs-sidebar ul li {
  width: 100%;
}

.image-hover-flip {
  display: none;
}

.hover-cta:hover {
  cursor: pointer;
}

.hover-cta:hover .text-hover-flip {
  display: none;
}

.hover-cta:hover .image-hover-flip {
  display: inline-flex;
}

.height72 {
  height: 72px;
}

.nopaddingr {
  padding-right: 0 !important;
}

.message.message-status {
  position: absolute;
}

::selection {
  background-color: #6aada3;
}

figcaption {
  font-size: initial;
  background: white;
  border: 0;
  text-align: left;
}

.pl-0 {
  padding-left: 0;
}

.pl-3 {
  padding-left: 15px;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.inline-ul {
  padding-left: 0;
  list-style-type: none;
  padding-bottom: 0;
}
.inline-ul li {
  display: inline-flex;
  padding: 0;
}
.inline-ul .nav-item button {
  background: transparent;
  color: #51585e;
}

.fs-4 {
  font-size: 13px !important;
}

.fs-8 {
  font-size: 8px;
}

.fs-10 {
  font-size: 10px;
}

.scrolltop {
  position: fixed;
  display: none;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  line-height: 42px;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-size: 20px;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  padding: 4px;
  background: #6aada3;
}

.equal > [class^=col-] {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.break-after {
  break-after: left !important;
}

.row.all-equipment .col {
  flex: 1 1 22%;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "❯");
}

.mr-0 {
  margin-right: 0 !important;
}

.nopaddingl {
  padding-left: 0 !important;
}

.nopaddingr {
  padding-right: 0 !important;
}

.image-hover-flip {
  display: none;
}

.hover-cta:hover {
  cursor: pointer;
}

.hover-cta .text-hover-flip,
.hover-cta .image-hover-flip {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

.hover-cta:hover .text-hover-flip {
  display: none !important;
  -webkit-transform: translate3d(0, 0, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(0, 0, 0) scale3d(0.8, 0.8, 1);
}

.hover-cta:hover .image-hover-flip {
  display: inline-flex;
}

.height67 {
  height: 67.5px;
}

.flex-wrap-initial {
  flex-wrap: initial;
}

a .card-banner {
  color: #51585e;
}

.content-image {
  width: 100%;
}

.overlay {
  background: black;
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  opacity: 1;
}

.content-overlay {
  position: absolute;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.relative {
  position: relative;
}

.noborderradiusleft {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.noborderradiusright {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.noborderright {
  border-right: 0;
}

.noborderleft {
  border-left: 0;
}

.noappareance {
  appearance: none;
  border: 0;
  background: transparent;
}

.list-check > li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  color: #6aada3;
  position: absolute;
  top: 8px;
  left: 0px;
  content: "";
}

section.heading-page h3 {
  margin: 0;
  color: white;
}

section.bg-primary.heading-page header {
  margin-bottom: 0 !important;
}

.bg-primary.padding-y.heading-page.bg-header .breadcrumb {
  width: auto;
  display: flex;
  flex-wrap: inherit;
}

.pdt-60 {
  padding-top: 60px !important;
}

.pdt-120 {
  padding-top: 120px !important;
}

.pdb-120 {
  padding-bottom: 120px !important;
}

.pdb-150 {
  padding-bottom: 150px !important;
}

.pdb-160 {
  padding-bottom: 160px !important;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.borderradius30 {
  border-radius: 30px;
}

.mw-50 {
  max-width: 50% !important;
}

.mw-60 {
  max-width: 60% !important;
}

.mw-70 {
  max-width: 70% !important;
}

.mw-80 {
  max-width: 80% !important;
}

.hidden-visible {
  visibility: hidden;
}

.break-word {
  word-break: break-all;
}

.cta-header .card-header {
  /*padding: 4.4em 0;*/
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 60px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6% !important;
  -ms-border-radius: 6% !important;
  border-radius: 6% !important;
  -webkit-box-shadow: 0px 15px 17px 0px rgba(88, 69, 146, 0.2);
  -moz-box-shadow: 0px 15px 17px 0px rgba(88, 69, 146, 0.2);
  -o-box-shadow: 0px 15px 17px 0px rgba(88, 69, 146, 0.2);
  box-shadow: 0px 15px 17px 0px rgba(88, 69, 146, 0.2);
}

.card-header .cta-header {
  position: relative;
}

.cta-header {
  position: relative;
}

.card-header .content-body {
  padding: 0 !important;
}

.read-more {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}

.readmore-link, .readmore-link:hover {
  text-decoration: none;
}

.readmore-link:hover .read-more, .content-body:hover .read-more {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

.card-header .cta-header:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e8e9f1;
}

.header-site {
  position: relative;
}

.carousel ul {
  list-style: none;
}
.carousel ul li::marker {
  display: none;
}
.carousel ul li::before {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #6aada3;
  margin-right: 15px;
}

section.py-5.margintop-neg {
  padding-top: 0 !important;
  margin-top: -80px;
  position: relative;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.fontsize12 {
  font-size: 12px !important;
}
.fontsize12::before {
  font-size: 12px !important;
}

.fontsize13 {
  font-size: 13px;
}

.fontsize25 {
  font-size: 25px;
}

.page-tabs.primary-tab {
  text-align: center;
}
.page-tabs.primary-tab li {
  text-align: center;
  display: inline-flex;
  padding-right: 15px;
}

/*=================================
        CTA
=====================================*/
.bg-cta-search-product {
  background-image: url("../images/bg10.png");
  background-repeat: no-repeat;
  padding: 3rem !important;
  background-size: 55%;
}

.bg-cta-search-mat {
  background-image: url("../images/bg10.png");
  background-repeat: no-repeat;
  background-size: cover, 200%;
}

/*=================================
        NEWS
=====================================*/
.img-wrap {
  height: 200px;
}

.card-article {
  margin-bottom: 120px;
}

.node-article .img-wrap {
  height: 350px;
}
.node-article .img-wrap img {
  max-width: 100%;
}

.node.card.mb-4.node-promoted.node-view-mode-full {
  margin-top: 50px;
  margin-bottom: 50px;
}

.content-news {
  margin-bottom: 120px !important;
}

/*=================================
                WHISHLIST
=====================================*/
.sc-egiyK.lnndaO {
  letter-spacing: -0.03em;
  font-family: "Quicksand", sans-serif;
  font-weight: 700 !important;
  font-size: 1rem;
}

.active-whishlist {
  color: #f97c7c;
}

.active-whishlist {
  border: 1px solid #f97c7c !important;
}
.active-whishlist:hover {
  background-color: #fff;
  border-color: #dee2e6 !important;
  color: #9da1a7 !important;
}
.active-whishlist i {
  color: #f97c7c !important;
}
.active-whishlist i:hover {
  color: #9da1a7 !important;
}

.add-whishlist:hover {
  border-color: #f97c7c;
}

.add-whishlist:hover i {
  color: #f97c7c;
}

/*=================================
        PROFILE ORDER CUSTOMER
=====================================*/
.fhCFWO:nth-child(2n+1) {
  background: #f2f2f2;
}

.mdb-dataTables_paginate {
  display: none;
}

.table > :not(caption) > * > * {
  padding: 0.8rem;
}

#orderCustomerTable tbody tr td:nth-child(4) {
  word-break: break-all;
}

/*=================================
        CART
=====================================*/
#cart-page .btn.btn-light.float-end {
  margin-right: 10px;
}

.float-lg-end .float-end {
  float: none !important;
}

.page.slide-page a.btn {
  line-height: normal;
}

.box.box-inline-form {
  padding: 0.37rem;
  background: #f9f9f9;
}

.box.box-inline-form .form-check {
  padding-left: 2rem;
}

.text-danger {
  color: #ff2748 !important;
}

.btn-danger {
  color: #fff;
  background-color: transparent;
  border-color: #ff2748;
}
.btn-danger:hover {
  color: #fff !important;
  background-color: #d9213d;
  border: 1px solid #cc1f3a;
}

.cart-button-product {
  position: relative;
}

.info-request-offer {
  position: absolute;
  background: #d4d1f4;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex !important;
  right: -9px;
  top: -14px;
  justify-content: center;
  align-items: center;
  color: #6f63f0;
  font-size: 12px;
}

/*=================================
        SLIDER TOP BAR MENU
=====================================*/
.form-item-lang-dropdown-select {
  display: inline-flex;
  align-items: center;
}

#lang_dropdown_form_lang-dropdown-form {
  margin-bottom: 0 !important;
}

ul.main-menu > li, .region-primary-menu .menu > li {
  margin-left: 0 !important;
}
ul.main-menu > li a::after, .region-primary-menu .menu > li a::after {
  display: none !important;
}

.js-form-item.form-item.js-form-type-select.form-item-lang-dropdown-select.js-form-item-lang-dropdown-select.form-no-label {
  margin-bottom: 0 !important;
  position: relative;
  display: flex;
}
.js-form-item.form-item.js-form-type-select.form-item-lang-dropdown-select.js-form-item-lang-dropdown-select.form-no-label::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  right: 35px;
  position: relative;
}

:lang(nl) .js-form-item.form-item.js-form-type-select.form-item-lang-dropdown-select.js-form-item-lang-dropdown-select.form-no-label {
  margin-bottom: 0 !important;
}
:lang(nl) .js-form-item.form-item.js-form-type-select.form-item-lang-dropdown-select.js-form-item-lang-dropdown-select.form-no-label::after {
  right: 0px;
}

#edit-lang-dropdown-select {
  background: transparent;
  border: 0;
  font-weight: 500 !important;
  padding: 0 !important;
  width: auto !important;
  padding-left: 0.9rem !important;
}

.nav-item.dropdown {
  padding: 0 !important;
}

.carousel-inner p {
  padding-top: 1rem !important;
  padding-bottom: 0rem !important;
  margin-bottom: 0 !important;
  font-weight: 500;
}
.carousel-inner .row-reverse {
  direction: rtl;
  text-align: left;
}
.carousel-inner .row-reverse h1, .carousel-inner .row-reverse p {
  color: white !important;
}

.homepage .nav-connexion-language a {
  color: white;
}
.homepage .icon-area i {
  color: white;
}
.homepage .inline-ul .nav-item button {
  background: transparent;
  color: white;
}
.homepage .widgets-wrap .text {
  color: white;
}

.carousel-indicators li {
  background-color: #5f9e94;
  padding: 0 !important;
}

.item-on-left .btn-primary {
  border: 1px solid white;
}

.item-on-left h1, .item-on-left p {
  color: white !important;
}

ul.navbar-nav li a {
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  border-bottom: 0 !important;
  font-size: 1.3rem;
}

.nav.nav-connexion-language .form-control {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.nav.nav-connexion-language .btn-primary-dark {
  padding: 4px 13px !important;
}
.nav.nav-connexion-language .form-control {
  background: white !important;
}

.lead {
  font-size: 16px;
}

#block-equipementsdeprotectionindividuelle .lead {
  padding-top: 1rem !important;
}

.box.boxed-link:hover, .card.boxed-link:hover {
  box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.03);
  border: 1px solid #ccd1d6;
}

.homepage .navbar-light .navbar-nav .nav-link {
  color: white;
}
.homepage #edit-lang-dropdown-select {
  color: white;
}
.homepage .js-form-item.form-item.js-form-type-select.form-item-lang-dropdown-select.js-form-item-lang-dropdown-select.form-no-label::after {
  border-top: 0.3em solid white;
}

.form-select:focus {
  box-shadow: none;
}

.block-cta-homepage a {
  color: inherit !important;
}
.block-cta-homepage p {
  margin-bottom: 0;
}

.card-banner-cta {
  height: 181px;
  flex-direction: inherit;
}

/*=================================
                BREADCRUMB
=====================================*/
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "❯");
}

.breadcrumb.ondark .breadcrumb-item {
  width: max-content;
}

.breadcrumb-items {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.login.row.align-items-center .display-4.text-white {
  width: 73%;
}

/*=================================
        DRUPAL USER LOGIN FORM
=====================================*/
#user-login-form .description {
  font-size: 12px;
}

/*=================================
                HOMEPAGE
=====================================*/
.icon-md {
  width: 76px;
  height: 76px;
}

.boxed-link .text {
  font-size: 17px;
}

/*=================================
                Footer
=====================================*/
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
  color: white !important;
}

footer.section-footer {
  color: #444 !important;
  margin-top: 100px;
}
footer.section-footer .btn-light-outline {
  border-color: #444;
  color: #444;
  padding: 8px;
}
footer.section-footer .btn-light-outline i:before {
  color: #444;
}
footer.section-footer .btn-light-outline:hover {
  background-color: #444;
  color: #fff;
}
footer.section-footer .btn-light-outline:hover i:before {
  color: #fff;
}
footer.section-footer h6 {
  color: #444 !important;
}
footer.section-footer #block-produits ul {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
footer.section-footer ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
footer.section-footer ul li a {
  color: #444 !important;
}
footer.section-footer ul li a:hover {
  text-decoration: underline;
}
footer.section-footer .list-menu li > a {
  color: #444 !important;
}

.container-footer-cta {
  position: relative;
}

section.cta-footer {
  position: absolute;
  top: -100px;
  width: 100%;
}

.content-footer {
  padding-top: 75px;
}

section.padding-y {
  border-bottom: 0;
}

.region-footer-link {
  width: 100%;
}
.region-footer-link #block-logosdessocietes, .region-footer-link #block-logoetics {
  display: flex;
  justify-content: center;
}
.region-footer-link #block-logosdessocietes a, .region-footer-link #block-logoetics a {
  padding: 0 15px;
}

/*=================================
                FORMS
=====================================*/
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  box-shadow: none;
}

.react-datepicker-wrapper input {
  height: calc(2.65em + -3px) !important;
  text-indent: 0 !important;
}

.btn.btn-icon.btn-light {
  background: #f9f9f9 !important;
  border: 1px solid #dee2e6;
}

.required-field::after {
  content: "*";
  color: #ff2748;
  padding-left: 5px;
}

.box.box-inline-form {
  padding: 0.37rem;
  background: #f9f9f9;
  z-index: 0;
}
.box.box-inline-form .form-check {
  padding-left: 2rem;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.css-319lph-ValueContainer {
  padding: 2px 13px !important;
}

.css-1s2u09g-control {
  background: #f9f9f9 !important;
  border: 1px solid #dee2e6 !important;
}

.css-1pahdxg-control {
  border-color: #dee2e6 !important;
  box-shadow: 0 0 0 1px #dee2e6 !important;
}
.css-1pahdxg-control:hover {
  border-color: #dee2e6 !important;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ff2748 !important;
  padding-right: calc(1.5em + 0.86rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff2748'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff2748' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 0.215rem) center !important;
  background-size: calc(0.75em + 0.43rem) calc(0.75em + 0.43rem) !important;
}

input[type=password]::placeholder {
  font-size: 8px;
}

.input-spinner .form-control.text-center {
  border-radius: 0 !important;
}

.spinner-grow.spinner-grow-sm {
  background: #6aada3;
}

.form-control {
  display: block !important;
  width: 100% !important;
  padding: 0.43rem 0.84rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #51585e !important;
  background-color: #f9f9f9 !important;
  background: #f9f9f9 !important;
  background-clip: padding-box !important;
  border: 1px solid #dee2e6 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0.35rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  box-shadow: none !important;
}

.page.slide-page-success svg {
  display: block;
  margin: auto;
}

form label {
  color: #51585e;
}

.nobackground {
  background: transparent !important;
}

.noborder {
  border: 0 !important;
}

.noboxshadow {
  box-shadow: none;
}

.form-control:focus, .form-control:not(:focus):hover, .form-select:not(:focus):hover {
  color: #51585e;
  background-color: #fff;
  border-color: #6aada3;
  outline: 0;
  box-shadow: none;
}

.field-required, .field-required-conditions, .field-required-password {
  background: white;
  color: #bf1650;
  display: block;
  width: auto;
  position: absolute;
  text-align: right;
  top: 15px;
  right: 15px;
}
.field-required::before, .field-required-conditions::before, .field-required-password::before {
  display: inline;
  content: "⚠ ";
}
.field-required-password {
  position: relative;
}
.field-required-conditions {
  text-align: left;
  top: 25px;
  left: 15px;
}

.react-datepicker-wrapper {
  width: 100%;
}
.react-datepicker-wrapper input {
  width: 100% !important;
  max-width: 100% !important;
  text-indent: 35px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: calc(2.65em + 0.75rem + 2px);
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.css-6j8wv5-Input input {
  text-indent: 0px !important;
  border: 0;
  box-shadow: none;
}

.invalid-feedback {
  display: inherit;
}

.show-categories .box-check {
  position: relative;
  margin: 0 !important;
  width: 100%;
}
.show-categories .btn-check:focus + .btn-light, .show-categories .btn-light:focus {
  background-color: white;
  border-color: #6aada3;
}

.form-check-input:checked {
  background-color: #558c84;
  border-color: #558c84;
}

input[type=range]::-webkit-slider-thumb {
  background: #558c84;
}

.input-group .form-select {
  line-height: 33px;
  border: 0;
  background: white;
  text-indent: 25px;
  box-shadow: none;
}

.select-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.select-wrapper::after {
  position: absolute;
  display: flex;
  align-items: center;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #6aada3;
  border-right: 1px solid #6aada3;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: -60% -210%;
  z-index: 9;
  justify-content: space-between;
}

.page-link {
  color: #407c73;
}

.page-item.active .page-link {
  background-color: #407c73;
  border: 1px solid #407c73;
}
.page-item:not(.active) .page-link:hover {
  z-index: 2;
  color: #6aada3;
  text-decoration: none;
  background-color: white !important;
  border: 1px solid #6aada3;
}

.box-check input:checked ~ .border-oncheck {
  border-color: #558a82;
  background-color: white;
}

a.card.boxed-link.active {
  border-color: #558a82;
  background-color: #558a8217;
}

.box-check:hover:not(.active) {
  border-color: #558a82;
}

.form-check-input:focus {
  border-color: #558a82;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(231, 241, 255, 0.7);
}

/*=================================
                Other
=====================================*/
.brand-wrap .logo, .navbar-brand .logo {
  max-height: 94px;
}

.brand-wrap, .navbar-brand {
  opacity: 1;
}

.section-intro {
  min-height: auto;
}

.nopadding {
  padding: 0;
}

.background-image-cta {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.background-image-cta header {
  padding-bottom: 50px;
}

.background-image-cta header, .background-image-cta form {
  position: relative;
  z-index: 2;
  opacity: 1;
}

.background-image-cta:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
  background-image: url("../images/bg13.png");
  background-repeat: no-repeat;
  background-size: cover;
}

section.py-5 {
  padding-top: 120px !important;
}

.paddingy-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}

section.protection-ind {
  margin-top: 120px !important;
}

.cta {
  padding: 2rem;
}

.width100 {
  width: 100%;
}

.maxwidth100 {
  max-width: 100%;
}

.height100 {
  height: 100%;
}

.maxHeight {
  max-height: 100%;
}

.borderradius50 {
  border-radius: 50%;
}

.images-cta {
  width: 150px;
  height: 150px;
  overflow: hidden;
  padding: 0;
}
.images-cta img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

span.color {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #dee2e6;
  top: 2px;
  position: relative;
}

.blue {
  background: #0a58ca;
}

.green {
  background: #008000;
}

.red {
  background: #FF0000;
}

.orange {
  background: #FFA500;
}

.yellow {
  background: #FFFF00;
}

.purple {
  background: #800080;
}

span.number-cart {
  position: absolute;
  background: #ff2748;
  color: white;
  font-size: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  right: -8px;
}

.number-subtaxons-selected {
  position: absolute;
  background: #000;
  color: white;
  font-size: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  right: -8px;
}

[class*=card-product] .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
[class*=card-product] .img-wrap img {
  height: auto;
  max-width: 74%;
  width: auto;
  margin: auto;
}

.card-product-list .img-wrap img {
  border: 5px solid white;
}

.lb-outerContainer {
  width: 34%;
  height: auto !important;
}
.lb-outerContainer .lb-image {
  height: auto !important;
}

.gallery-wrap .img-big-wrap {
  height: 283px;
  border: 7px solid #f7f7f7 !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-wrap .thumbs-wrap .item-thumb {
  max-height: 45px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: unset;
}
.gallery-wrap .img-big-wrap img {
  max-width: 100%;
  max-height: inherit !important;
  height: auto;
  cursor: zoom-in;
  width: 100%;
}

.strong {
  font-weight: 500 !important;
}

section.header-top-light {
  background: #ffffff0f;
}
section.header-top-light .nav:not(.nav-connexion-language) .nav-link {
  font-weight: normal;
  padding-left: 0;
}

/*=================================
                PRODUCTS LIST
=====================================*/
.col.favorite-icon-col {
  padding-right: 0;
}

.sidebar-product-related .itemside, #tab_whishlist .itemside, .slide-page-summary .itemside {
  flex-wrap: initial;
}

.page.slide-page-summary .form-control {
  min-height: 44px !important;
}

.personnal-info {
  margin-top: 35px;
}

.col.col-equipement {
  flex: 0 0 auto;
  width: 20%;
}

.change-view-products .btn {
  padding: 4px 9px;
}

.control-icon-dropdown {
  margin-top: 6px;
  float: right;
  font-size: 84%;
  color: #9da1a7;
}

.card-product-grid {
  margin-bottom: 0;
}
.card-product-grid:hover .hover-product {
  opacity: 1;
  z-index: 1;
}
.card-product-grid .title:hover {
  color: #000;
  text-decoration: none;
}

.card-product-grid .hover-product {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 37, 41, 0.36);
  padding: 30px;
  opacity: 0;
}

.card-product-grid:hover .hover-product:before,
.card-product-grid:hover .hover-product:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.card-product-grid .hover-product:before,
.card-product-grid .hover-product:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
}

.card-product-list .img-wrap {
  padding: 0;
  width: 100%;
}

ul.subcategories {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
ul.subcategories li {
  display: inline-block;
}
ul.subcategories li .btn-light {
  font-size: 15px;
  margin-right: 6px;
  display: flex;
  align-items: center;
  background-color: #fff !important;
  border: 1px solid #dee2e6 !important;
  color: #212529 !important;
  border-radius: 0.35rem !important;
}
ul.subcategories li .btn-light i {
  position: relative;
  right: -7px;
}
ul.subcategories li:last-child {
  margin-right: 0;
}

.input-group.input-spinner .btn:focus {
  border: 1px solid #dee2e6;
}

.categories-btn {
  position: relative;
}

.categories-btn .tt-dropdown-menu {
  display: none;
}

ul.dropdown-menu.show li a {
  color: #51585e;
}

.categories-btn.opened .tt-dropdown-menu {
  display: block;
  top: calc(100% + 10px);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  z-index: 1;
}

.categories-btn .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  display: none;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.subtaxon-menu {
  list-style: none;
  padding-left: 0;
}
.subtaxon-menu img {
  margin-right: 10px;
}
.subtaxon-menu a {
  appearance: none;
  box-shadow: none;
  border: 0;
  display: flex !important;
  align-items: center !important;
  position: relative;
  padding: 7px 35px 17px 0px;
  line-height: 1.1;
  color: #191919;
  font-weight: 400;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  width: 100%;
  text-align: left;
}
.subtaxon-menu a:before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #e9e7e7;
}
.subtaxon-menu a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  speak: none;
  text-transform: none;
  line-height: 1;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 25px;
  top: 18px;
  font-size: 11px;
  pointer-events: none;
  color: #999999;
}

.categories-btn .tt-dropdown-menu nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.categories-btn .tt-dropdown-menu nav > ul > li > button, .categories-btn .tt-dropdown-menu nav > ul > li > a {
  appearance: none;
  box-shadow: none;
  border: 0;
  display: flex !important;
  align-items: center !important;
  position: relative;
  padding: 18px 20px;
  line-height: 1.1;
  color: #191919;
  font-weight: 400;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  width: 100%;
  text-align: left;
}
.categories-btn .tt-dropdown-menu nav > ul > li > button:after, .categories-btn .tt-dropdown-menu nav > ul > li > a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  speak: none;
  text-transform: none;
  line-height: 1;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 25px;
  top: 32px;
  font-size: 11px;
  pointer-events: none;
  color: #999999;
}

.categories-btn .tt-dropdown-menu nav > ul > li:not(:last-child) > button:before, .categories-btn .tt-dropdown-menu nav > ul > li:not(:last-child) > a:before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #e9e7e7;
}

.tt-submenu img {
  margin-right: 15px;
}

li.tt-submenu {
  padding: 0;
}
li.tt-submenu:hover button, li.tt-submenu:hover a {
  background-color: #f2f2f6 !important;
}

aside.product-detail-sidebar {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.carousel-item-height {
  height: 400px;
}

/*=================================
        PRODUCT DETAIL
=====================================*/
.cart-button-product .btn.btn-primary {
  width: 100% !important;
}

.product-detail-description ul {
  padding: 0 30px;
  list-style: none;
  background: #ebe9ff36;
  border-radius: 20px;
  position: relative;
  margin-bottom: 15px;
}
.product-detail-description ul:before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: -15px;
  font-size: 30px;
  color: #776fce;
}
.product-detail-description ul li {
  border-bottom: 1px dashed #b9b7b7;
  padding: 13px;
  font-size: 15px;
}
.product-detail-description ul li:last-child {
  border-bottom: 0;
}
.product-detail-description ul li::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  padding-right: 15px;
}

.alert-info-fiche {
  background: #ebe9ff;
  color: #776fce;
}
.alert-info-fiche i::before {
  font-size: 23px;
}

.alert-dashed {
  border: 1px dashed #776fce;
}

.tab-content ul.list-medias {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.tab-content ul.list-medias li {
  border-bottom: 1px solid #dee2e6;
  padding: 0;
  margin-bottom: 10px;
  border-top: 1px solid #dee2e6;
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}
.tab-content ul.list-medias li:hover .input-group-text {
  background: #6aada394;
  color: white;
}
.tab-content ul.list-medias li a {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.tab-content ul.list-medias li:nth-child(2n) {
  background: #f7f7f7;
}
.tab-content ul.list-medias li .input-group-text {
  border: 0;
  padding: 10px;
}
.tab-content ul.list-medias li .text-dark {
  margin-left: 10px !important;
}

#tab_detail ul {
  list-style: none;
  padding-left: 0;
}
#tab_detail ul li {
  border: 1px solid #dee2e6;
  padding-left: 15px;
  border-top: 0;
  display: flex;
}
#tab_detail ul li:first-child {
  border-top: 1px solid #dee2e6;
}
#tab_detail ul li strong {
  width: 32%;
  display: inline-flex;
}

/*=================================
        OFFER
=====================================*/
.itemside .info {
  padding-right: 0.75rem;
}
.itemside .aside .badge {
  position: absolute;
  top: -5px;
  right: -8px;
  width: 20px;
  height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  line-height: inherit;
}

.modal-dialog {
  max-width: 40%;
}

.not-allowed {
  cursor: not-allowed;
}

.form-control:disabled:hover, .form-control[readonly]:hover {
  background-color: #e9ecef;
}

.modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.close-modale {
  color: #fff;
  font-size: 34px;
  border: 0;
  appearance: none;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  background-color: #222;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  text-decoration: none;
  display: inline-flex;
}

.close-modale.delete-item {
  top: -10px;
  right: -10px;
}
.close-modale.delete-item span {
  line-height: 16px;
  top: -2px;
  position: relative;
}

.bg-primary-color {
  background: #6aada3;
}

.bg-primary-gradient {
  background: linear-gradient(-5deg, #407c73, #6aada3);
  background: -webkit-linear-gradient(-5deg, #407c73, #6aada3);
  background: -moz-linear-gradient(-5deg, #407c73, #6aada3);
  background: -o-linear-gradient(-5deg, #407c73, #6aada3);
}

.bg-header-nopadding {
  background-image: url(../images/bg10.png);
  background-repeat: no-repeat;
  background-size: 55%;
}

button.close {
  padding: 0;
  background-color: transparent !important;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000 !important;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

button:focus {
  outline: dotted 1px;
  outline: none;
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6aada3;
  border-color: #6aada3;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #6aada330;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #6aada3;
  border-color: #6aada3;
  box-shadow: 0 0 0 0.2rem #6aada330;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.toast-body {
  display: flex;
  justify-content: space-between;
}

.btn-light-outline-white {
  color: #fff;
  border: 1px solid white;
}

.btn-light-outline-white:hover {
  color: #212529;
  text-decoration: none;
  background: white;
}

.margintopauto {
  margin-top: auto;
}

.flex1 {
  flex: 1;
}

.modal {
  cursor: url(../images/light-close.png) 16 16, pointer;
}

.variation span {
  display: block;
}

.variants {
  display: flex;
  flex-direction: column;
}
.variants.in-cart {
  flex-direction: column !important;
}

/*=================================
        MODALE
=====================================*/
#modaleOfferRequest {
  display: block;
}

.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 0;
}

/*=================================
        COOKIES
=====================================*/
#sliding-popup {
  width: 40% !important;
}

.find-more-button.eu-cookie-compliance-more-button.find-more-button-processed {
  background: transparent;
  color: #5b9b91;
  box-shadow: none;
  text-shadow: none;
  padding: 0;
}

.eu-cookie-compliance-banner.eu-cookie-compliance-banner-info.eu-cookie-compliance-banner--opt-out {
  padding: 20px;
}

.eu-cookie-compliance-message {
  float: left;
  margin: 5px 0 0;
  max-width: 100%;
}
.eu-cookie-compliance-message p {
  font-size: 16px;
  display: inline;
  line-height: inherit;
  font-weight: normal;
}
.eu-cookie-compliance-message h3 {
  font-size: 2.5rem !important;
  letter-spacing: -0.03em;
  font-family: "Quicksand", sans-serif;
  font-weight: 700 !important;
  color: #212529 !important;
}

.eu-cookie-compliance-buttons {
  float: none;
  max-width: 100%;
}

.decline-button.eu-cookie-compliance-secondary-button {
  background-color: transparent;
  color: #6aada3;
  border-radius: 30px;
  border: 1px solid #6aada3;
  font-family: "Quicksand", sans-serif;
  padding: 10px 45px;
}

.agree-button.eu-cookie-compliance-default-button {
  color: #fff;
  background-color: #407c73;
  border-color: #407c73;
  text-shadow: none;
  border-radius: 30px;
  box-shadow: none;
  font-family: "Quicksand", sans-serif;
  padding: 10px 45px;
}

.displaymax1024 {
  display: none;
}

/*=================================
                CREATE ACCOUNT
=====================================*/
#create-account .active-whishlist, #create-account .add-whishlist {
  margin-right: 10px;
}

.css-t3ipsp-control {
  box-shadow: 0 0 1px #6aada3 !important;
  border-color: #6aada3 !important;
}
.css-t3ipsp-control:hover, .css-t3ipsp-control:focus {
  border-color: #6aada3 !important;
}

.container-create-account .container header {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.container-create-account .container .progress-bar {
  display: flex;
  margin: 40px 0;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  transition: width 0.6s ease;
}
.container-create-account .container .progress-bar .step {
  text-align: center;
  width: auto;
  position: relative;
  padding: 0 50px;
  min-width: 184px;
}
.container-create-account .container .progress-bar .step img {
  display: block;
  margin: auto;
}
.container-create-account .container .progress-bar .step .bullet {
  height: 25px;
  width: 25px;
  border: 2px solid #000;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
}
.container-create-account .container .progress-bar .step .bullet::after, .container-create-account .container .progress-bar .step .bullet::before {
  position: absolute;
  content: "";
  bottom: 11px;
  right: -146px;
  height: 3px;
  width: 134px;
  background: #262626;
}
.container-create-account .container .progress-bar .step .bullet.bg-primary-color {
  border: 2px solid #6aada3;
}
.container-create-account .container .progress-bar .step .bullet.bg-primary-color span {
  color: white !important;
}
.container-create-account .container .progress-bar .step .bullet.active {
  border-color: #9da1a7;
  background: #9da1a7;
}
.container-create-account .container .progress-bar .step .bullet.active:after {
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}
.container-create-account .container .progress-bar .step .bullet.active span {
  display: none;
}
.container-create-account .container .progress-bar .step .bullet span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
}
.container-create-account .container .progress-bar .step p {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}
.container-create-account .container .progress-bar .step p.active {
  color: #9da1a7;
  transition: 0.2s linear;
}
.container-create-account .container .progress-bar .step .check {
  position: absolute;
  left: 50%;
  top: 70%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  display: none;
}
.container-create-account .container .progress-bar .step .check.fa-check::before {
  content: "";
  top: -7px;
  position: relative;
}
.container-create-account .container .progress-bar .step .check.active {
  display: block;
  color: #fff;
  top: -12px;
  position: relative;
}

@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}
.container-create-account .progress-bar .step:last-child .bullet:before,
.container-create-account .progress-bar .step:last-child .bullet:after {
  display: none;
}

@media screen and (max-width: 660px) {
  :root {
    --containerWidth: 400px;
  }

  .container-create-account .progress-bar .step {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container-create-account .progress-bar .step p {
    display: none;
  }
  .container-create-account .progress-bar .step .bullet {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container-create-account .progress-bar .step .check {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
  }
}
@media screen and (max-width: 490px) {
  :root {
    --containerWidth: 100%;
  }

  .container-create-account .container {
    box-sizing: border-box;
    border-radius: 0;
  }
}
/*=================================
        PROFIL
=====================================*/
.table-list li:nth-child(even) {
  background: #f2f2f2;
}

.tabs-sidebar {
  background-color: transparent;
  padding: 0;
  border-bottom: 0 !important;
}
.tabs-sidebar ul li {
  width: 100%;
  border-bottom: 1px solid #dee2e6 !important;
  padding: 0;
}
.tabs-sidebar ul li:last-child {
  border-bottom: 0 !important;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 0.4;
}
.form-control:disabled:hover, .form-control[readonly]:hover {
  cursor: not-allowed;
}

.tabs-sidebar .nav-tabs .nav-link.active,
.tabs-sidebar .nav-tabs .nav-item.show .nav-link {
  border: 0 !important;
  margin-bottom: 0;
  border-bottom: 0 !important;
  color: #6aada3;
  background-color: #76b3aa30;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tabs-sidebar .nav-tabs .nav-link:hover,
.tabs-sidebar .nav-tabs .nav-link:focus {
  border-color: transparent;
  background: #f9f9f9;
}

.nav-link {
  transition: none !important;
}

hr {
  margin: 1rem 0 !important;
}

/*=================================
        SELECT2
=====================================*/
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  width: 1px;
}

.select2Part .floating-label {
  opacity: 0;
}

.select2Part.focused .floating-label {
  opacity: 1;
}

.select2multiple .floating-label {
  opacity: 1;
}

.select2Part.focused .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 13px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #DFE3E7;
  height: 55px;
}

.select2-container--focus.select2-container--default .select2-selection--single {
  border: 1px solid #558a82;
  background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  transition: 240ms;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #475F7B;
  padding-top: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 53px;
  right: 15px;
  transition: 240ms;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eceef1;
  color: #4a494a;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=") no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #558a82;
  color: #fff;
}

.select2-container--default .select2-results__option:last-child {
  border-radius: 0px 0px 4px 4px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0.267rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 19px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.select2-results__option {
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  color: #4F4F4F;
  font-size: 15px;
  font-weight: 400;
}

.select2-container--open .select2-dropdown--above {
  box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  border: none;
  top: 8px;
  border-radius: 6px;
  overflow: hidden;
}

.select2-container--open .select2-dropdown--below {
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.16);
  border-radius: 0px;
  border: none;
  top: -8px;
  border-radius: 6px;
  overflow: hidden;
}

.select2Part.w-100 > .select2-container {
  width: 100% !important;
}

.select2-search--dropdown {
  padding: 12px 15px;
  position: relative;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 14px;
  border: 1px solid #DFE3E7;
  border-radius: 4px;
  color: #757575;
  padding: 10px 15px;
  background-color: #fff;
  position: relative;
  padding-right: 45px;
}

.select2-container--default .select2-search--dropdown:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 23px;
  right: 30px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.54);
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #DFE3E7;
  border-radius: 6px;
  position: relative;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #558a82;
  background-color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #757575;
  line-height: 55px;
  padding-right: 40px;
  display: block;
  height: auto;
  transition: 240ms;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  height: 48px;
  right: 15px;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  line-height: initial;
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered:before {
  border: none;
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=") no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  position: absolute;
  right: 18px;
  top: 26px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  line-height: initial;
  padding: 5px;
  font-size: 14px;
  position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  cursor: default;
  float: left;
  color: #1f1f1f;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: initial !important;
  padding: 5px 10px;
  padding-right: 24px !important;
  font-size: 13px !important;
  letter-spacing: 0.3px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
  font-size: 16px;
  margin-top: 0px;
  padding: 0;
  padding-left: 5px;
  line-height: 27px;
  padding-top: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  font-size: 17px;
  width: 20px;
  height: 20px;
  top: 3px;
  text-align: center;
  color: #e45555;
  right: 0px;
}

.btn-dark {
  color: #fff !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}

.show-dropdown.btn.btn-dark.width100 {
  margin: 4px 0;
}

/*=================================
        QUERIES
=====================================*/
@media screen and (min-width: 2001px) {
  .main-banner-style06:before {
    right: 35%;
  }
}
@media screen and (max-width: 2000px) {
  .main-banner-style06:before {
    right: 33%;
  }
}
@media screen and (max-width: 1300px) {
  .main-banner-style06:before {
    right: 30%;
    top: -4px;
    width: 110%;
  }

  .carousel {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 1150px) {
  .main-banner-style06::before {
    right: 27%;
    width: 224%;
  }
}
@media screen and (max-width: 1200px) {
  .main-banner-style06:before {
    right: 32%;
  }

  .min-height-slider {
    min-height: 500px;
  }

  .carousel {
    padding: 0;
  }

  .margintop-neg {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  a[class*=card] {
    height: 100%;
  }

  .displayOnMobile {
    display: block;
  }

  .displayOnFront {
    display: none;
  }

  .main-banner-style06 {
    background: -webkit-linear-gradient(-5deg, #407c73, #6aada3);
    background: -moz-linear-gradient(-5deg, #407c73, #6aada3);
    background: -o-linear-gradient(-5deg, #407c73, #6aada3);
    background: linear-gradient(-5deg, #407c73, #6aada3);
  }

  .displaymin1025 {
    display: none;
  }

  .displaymax1024 {
    display: flex;
  }

  .carousel {
    padding: 0;
  }

  .carousel-control-prev, .carousel-control-next {
    display: none;
  }

  .main-banner-style06:before {
    background: #6aada3;
  }

  .homepage .nav-link {
    color: #fff;
    display: inherit;
  }
  .homepage .nav-link i {
    margin-right: 10px;
  }

  section.header-top-light .nav:not(.nav-connexion-language) .nav-link {
    display: block ruby;
  }

  .carousel-item h1.display-4, .carousel-item p.lead.py-5.mb-0 {
    color: white;
  }

  body:not(.homepage) .navbar-light .navbar-toggler {
    color: #6c757d !important;
    border-color: #6c757d !important;
  }
  body:not(.homepage) .displaymin1025 {
    display: flex;
    width: 24%;
  }
  body:not(.homepage) .displaymax1024 {
    display: none;
    width: 24%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 993px) {
  .show-dropdown.btn.btn-dark.width100 {
    font-size: 13px;
  }

  .content-product-detail .btn {
    font-size: 14px;
  }

  .gallery-wrap .img-big-wrap {
    height: auto;
    max-height: 300px;
  }

  ul.subcategories li .btn-light {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .card-product-grid .btn, .info-aside .btn {
    font-size: 13px;
  }

  .row-taxonomies {
    align-items: start !important;
  }
}
@media screen and (max-width: 992px) {
  .displaymin992 {
    display: none;
  }

  .carousel-item.active .container {
    max-width: 90%;
  }

  .cta {
    padding: 2rem 0;
  }

  #sliding-popup {
    width: 100% !important;
  }

  .navbar-light .navbar-toggler {
    color: white;
    border-color: white;
  }

  .order-last.flex-shrink-0 {
    order: 6 !important;
    width: 100%;
    padding: 15px;
  }

  .carousel-item-height {
    height: auto;
  }

  .bg-circle {
    background-position: bottom;
  }

  .aside-cta {
    margin-top: 1rem;
  }

  section.protection-ind {
    margin-top: 50px !important;
  }

  section.cta-footer {
    top: -140px;
  }
  section.cta-footer .card.p-4.bg-primary {
    padding: 1.5rem !important;
  }

  .lead.pt-3.mb-0.text-white {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
  }
}
/*992px*/
@media screen and (max-width: 768px) {
  .mobile-button-applyremove-filters {
    height: 60px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #212529;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
  }
  .mobile-button-applyremove-filters .btn {
    margin-bottom: 0 !important;
    width: 33.33333%;
    font-size: 13px;
  }
  .mobile-button-applyremove-filters .btn:nth-child(2) {
    border-left: 1px solid white !important;
    border-right: 1px solid white !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
  }
  .mobile-button-applyremove-filters .btn.btn-delete-filters {
    border-radius: 0 !important;
    background-color: transparent !important;
    color: white !important;
    border: 0 !important;
  }
  .mobile-button-applyremove-filters .btn.btn-delete-filters i {
    color: white !important;
  }

  .tt-dropdown-menu-mobile {
    position: fixed !important;
    width: 80% !important;
    overflow-x: auto;
    height: calc(100vh - 60px);
    box-shadow: 0 0 10px #85888C !important;
    margin: 0;
    padding: 0;
    background-color: white;
    z-index: 999;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-150%, 0);
    top: 0 !important;
    bottom: 0;
    left: 0 !important;
    right: 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    padding-bottom: 35px;
    border-radius: 0 !important;
  }
  .tt-dropdown-menu-mobile nav > ul > li > a, .tt-dropdown-menu-mobile nav > ul > li > button {
    padding: 10px 20px !important;
  }
  .tt-dropdown-menu-mobile nav > ul > li > a:after, .tt-dropdown-menu-mobile nav > ul > li > button:after {
    top: 24px !important;
  }
  .tt-dropdown-menu-mobile.open {
    transform: none;
  }

  .popup-filters-mobile {
    position: fixed;
    width: 80%;
    overflow-x: auto;
    height: 93vh;
    box-shadow: 0 0 10px #85888C;
    margin: 0;
    padding: 0;
    background-color: white;
    z-index: 999;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-150%, 0);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    padding-bottom: 35px;
  }
  .popup-filters-mobile.active {
    transform: none;
  }
  .popup-filters-mobile.active #aside_filter {
    margin-bottom: 0 !important;
  }
  .popup-filters-mobile.active #aside_filter .filter-group .card-header {
    background-color: white;
  }
  .popup-filters-mobile.active #aside_filter .filter-group .card-body {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fa-times:hover {
    cursor: pointer;
  }

  .bg-header {
    padding: 1rem !important;
  }
  .bg-header .container.d-flex.justify-content-between.align-items-center {
    flex-wrap: wrap;
  }

  .parents-taxon-mobile {
    padding: 4px !important;
  }
  .parents-taxon-mobile button::after, .parents-taxon-mobile button::before, .parents-taxon-mobile a::after, .parents-taxon-mobile a::before {
    display: none !important;
  }

  .categories-btn .tt-dropdown-menu nav > ul > li > button,
.categories-btn .tt-dropdown-menu nav > ul > li > a {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 100%;
    color: #51585e;
    font-size: 14px;
    box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.03);
    border-radius: 0.35rem;
  }
  .categories-btn .tt-dropdown-menu nav > ul > li > button img,
.categories-btn .tt-dropdown-menu nav > ul > li > a img {
    margin-right: 0 !important;
    margin-bottom: 5px;
  }
}
/*768px*/
@media screen and (max-width: 767px) {
  section.cta-footer {
    top: 0;
    position: relative;
  }

  .container.container-footer-cta {
    max-width: 100%;
    padding: 0;
  }

  .content-footer {
    padding-top: 0;
  }

  footer.section-footer {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }

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

  .header-top-light.relative .container, .navbar.navbar-expand-lg.navbar-light .container, .protection-ind .container {
    max-width: 95%;
  }

  .header-top-light .flex-column.flex-md-row {
    flex-direction: column !important;
  }

  .order-last.flex-shrink-0 {
    display: contents;
  }

  .main-banner-style06::before {
    right: 0;
  }

  section.py-5.container-cta {
    padding-top: 0 !important;
  }

  .container.container-homepage-cta .row.gx-3 {
    --bs-gutter-x: 0;
  }

  .card-banner-cta {
    height: auto;
  }

  .col.col-equipement {
    flex: 0 0 auto;
    width: 33%;
  }

  .section-cta {
    padding-bottom: 0px;
  }

  .views-view-grid.horizontal.cols-3.clearfix .mb-4 {
    width: 100% !important;
  }

  .img-wrap img {
    max-width: 100%;
  }

  .read-more {
    text-indent: 0;
    visibility: visible;
    opacity: 1;
  }

  .content-news {
    margin-bottom: 0 !important;
  }

  #block-logoetics img {
    width: 100%;
  }

  .block-region.region-primary-menu {
    width: 100%;
  }

  .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    width: 100%;
  }

  #navbar_main4.collapse.show {
    display: flex;
    align-items: end;
    justify-content: center;
  }

  .section-heading.text-center.pb-5 {
    padding: 0 !important;
  }

  #topPage, .pb-90 {
    padding-bottom: 20px;
  }

  .show-categories.py-3 [class^=col-] {
    padding: 0;
  }

  .subcategories li {
    margin-top: 10px;
  }

  .content-button {
    width: 100%;
  }

  .border-bottom.border-top.py-3.d-flex.align-items-center.justify-content-between.py-2.mb-3 {
    padding: 0;
  }

  .itemside {
    flex-wrap: wrap;
  }

  .maxwidth50 {
    max-width: 100%;
  }

  .card.card-product-grid.height100 .col-auto.nopaddingr {
    padding-left: 0;
  }
  .card.card-product-grid.height100 .col-auto.nopaddingr .btn.btn-primary.px-2 {
    font-size: 13px;
  }
  .card.card-product-grid.height100 .active-whishlist, .card.card-product-grid.height100 .add-whishlist {
    font-size: 13px;
  }

  .sidebar-product-related {
    margin-top: 25px;
  }

  .profile-tabs {
    margin-top: 30px;
  }

  .info-product-in-cart {
    flex-basis: 80%;
  }

  #cart-page .float-lg-end {
    justify-content: end;
    display: flex;
  }
  #cart-page .content-body {
    padding: 1rem;
  }

  .card-banner-cta {
    margin-top: 25px;
  }

  .bg-primary.padding-y.heading-page.bg-header {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .have-account {
    padding: 10px;
  }
  .have-account .mb-0 {
    margin-bottom: 10px !important;
  }

  .container-create-account .container .progress-bar .step {
    padding: 0 4%;
    min-width: auto;
    display: flex;
    flex-direction: column;
  }
  .container-create-account .container .progress-bar .step p {
    display: block !important;
  }

  .container-create-account .container .progress-bar .step .bullet {
    background: #f7fafd;
  }
  .container-create-account .container .progress-bar .step .bullet::before {
    right: -134px;
  }
  .container-create-account .container .progress-bar .step .bullet.bg-primary-color span {
    color: #6aada3 !important;
  }
}
/*end 767px*/
@media screen and (max-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .container-brand-info {
    flex-wrap: inherit;
  }
}
@media screen and (max-width: 474px) {
  .cta.bg-primary .btn-padding {
    padding: 8px;
  }
  .cta.bg-primary .input-group .form-select {
    text-indent: 0;
    padding: 0.43rem 1rem 0.43rem 0.84rem;
  }
  .cta.bg-primary .select-wrapper::after {
    right: 28px;
  }

  #navbar_main4.collapse.show {
    display: block;
  }

  .navbar-nav {
    display: block;
  }

  .block-region.region-cta-hot-right .flex-wrap-initial {
    flex-wrap: wrap;
  }
  .block-region.region-cta-hot-right .flex-shrink-1.px-5 {
    padding: 0 !important;
  }

  .images-cta {
    display: flex;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 15px;
  }

  .col.col-equipement {
    flex: 0 0 auto;
    width: 50%;
  }

  #rootESMIndividualEquipmentBlock .col {
    flex: 1 0 50%;
  }
  #rootESMIndividualEquipmentBlock .break-after {
    break-after: auto;
  }
  #rootESMIndividualEquipmentBlock .container {
    max-width: 100% !important;
    padding: 0;
  }
  #rootESMIndividualEquipmentBlock .container .col-md-12 {
    padding: 0;
  }
  #rootESMIndividualEquipmentBlock .container .col-md-12 .py-4 {
    padding-top: 0rem !important;
    padding-bottom: 1rem !important;
  }

  .border-bottom.border-top.py-3.d-flex.justify-content-between.py-2.mb-3 {
    flex-wrap: wrap;
  }

  .subcategories {
    justify-content: flex-start !important;
  }

  .bg-circle.pdt-60 {
    padding-top: 20px !important;
  }
}
/* end 474*/
@media screen and (max-width: 320px) {
  body:not(.homepage) .navbar-light .navbar-toggler {
    color: white !important;
    border-color: white !important;
  }

  .header-slider {
    background-image: none;
    background-color: #6aada3;
  }

  .header-slider .navbar {
    background: #6aada3;
  }

  .col.col-equipement {
    flex: 0 0 auto;
    width: 100%;
  }

  .region-top-bar .nav-link {
    color: white !important;
  }

  #edit-lang-dropdown-select {
    color: white !important;
  }

  .js-form-item.form-item.js-form-type-select.form-item-lang-dropdown-select.js-form-item-lang-dropdown-select.form-no-label::after {
    color: white;
  }

  .inline-ul .nav-item button {
    color: white !important;
  }

  .widget-header .widget-icontop .icon-area i::before {
    color: white;
  }
  .widget-header .widget-icontop .text {
    color: white;
  }
}
.row-step-esm {
  counter-reset: step;
}
.row-step-esm .col-md-4 {
  margin: 15px;
  width: 22.6%;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(81, 88, 94, 0.12);
  box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.03);
  border-radius: 0.35rem;
  padding: 15px;
  align-items: center;
}
.row-step-esm .col-md-4:before {
  counter-increment: step;
  content: counter(step);
  font-size: 2rem;
  font-weight: bold;
  color: #008f99;
  background-color: #6aada31c;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  button, [type=button], [type=reset], [type=submit] {
    background: #ffffff38;
  }

  .block-region.region-cta.row > div {
    margin-bottom: 15px;
  }

  section.py-5.margintop-neg {
    padding-top: 0 !important;
  }

  .card-product-grid .img-wrap {
    height: 140px;
  }

  .text-divider {
    color: white;
  }

  .login.row.align-items-center {
    flex-direction: column-reverse;
  }
  .login.row.align-items-center .lead.py-5.mb-0.text-white {
    padding: 15px !important;
    text-align: center;
  }
  .login.row.align-items-center .display-4.text-white {
    width: 100%;
    text-align: center;
    margin-bottom: 0 !important;
  }
  .login.row.align-items-center .btn.btn-primary.width100 {
    background: #ffffff38 !important;
  }

  .row.pb-5.mx-5 {
    margin: 0 !important;
  }
}

/*# sourceMappingURL=custom-style.css.map */
