html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-universe-menu,
.custom-menu-footer {
  list-style: none;
  padding: 0;
}
.ct-panel-inner {
  overflow: hidden;
}
.ct-panel-content-inner {
  padding: 0;
  overflow: unset;
}
.ct-panel-actions {
  padding: 1rem;
}
.ct-panel-return-back {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
}
.ct-header-content-block,
.menu-container-categories {
  width: 100%;
}
.ct-header-content-block {
  overflow: unset;
}
.menu-container-categories {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 3.5rem);
  overflow-y: auto;
  transition: left 0.3s ease;
  z-index: 9999;
}
.menu-header {
  display: flex;
  align-items: center;
  position: relative;
}
.menu-header .tab {
  background-color: #fff;
  cursor: pointer;
  flex: 1;
  font-weight: 700;
  font-size: 1rem;
  padding: 1.75rem;
  position: relative;
  text-align: center;
  transition: background 0.3s ease;
}
.menu-header .tab:after {
  border-bottom: 0.1rem solid #707070;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.menu-header .tab.active {
  background-color: #ffc40e;
}
.menu-header .tab.active:after {
  border-bottom: 0.2rem solid #000;
}
.menu-header .tab small {
  display: block;
  font-weight: normal;
  font-size: 0.75rem;
  margin-top: 0.2rem;
}
.menu-container-categories .menu-item {
  margin-bottom: 0.8rem;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}
.menu-container-categories .menu-item a {
  align-items: center;
  background-color: #e5e5e5;
  border-radius: 0.25rem;
  color: #000;
  display: flex;
  font-size: 1.15rem;
  height: 3rem;
  line-height: 1;
  justify-content: space-between;
  padding: 0 1.5rem;
}
.menu-container-categories .menu-item a i {
  transition: all 0.3s ease-in-out;
}
.menu-container-categories .menu-item a i:before {
  font-size: 1.25rem;
}
.menu-container-categories .menu-item a i:hover,
.menu-container-categories .menu-item a i:visited {
  color: inherit;
  text-decoration: none;
}
.menu-container-categories .sub-menu li a {
  font-size: 1rem;
}
.menu-container-categories .menu-content {
  padding: 1rem;
  position: relative;
}
.menu-container-categories .menu-content p.menu-title {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.menu-container-categories .menu-content .universe-description {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 1.5rem;
}
.menu-container-categories .custom-universe-menu .sub-menu {
  display: none;
}
/* === NIVEAU 1 : PANNEAU PRINCIPAL === */
.menu-panel-level1.slide-left {
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
/* === PANNEAU LATERAL DE NIVEAU 2 === */
.menu-panel-level2 {
  background-color: #fff;
  height: 100%;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.menu-panel-level2.off {
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  pointer-events: none;
}
.menu-panel-level2.off.active {
  opacity: 1;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transform: translate(0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: #fff;
  pointer-events: auto;
  overflow-y: auto;
}
.menu-panel-level2 .ct-panel-actions {
  display: flex;
  justify-content: end;
}
.menu-panel-level2 .ct-panel-actions .back-button {
  align-items: center;
  background-color: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2.063rem;
  justify-content: center;
  width: 2.063rem;
}
.menu-panel-level2 .ct-panel-actions .back-button i {
  color: #fff;
}
.menu-panel-level2 .ct-panel-actions .back-button i:before {
  color: inherit;
}
.menu-panel-level2 .ct-panel-actions .back-button:hover i:before {
  color: #ffc40e;
}
.menu-panel-level2 .ct-panel-actions .back-button i:visited:before {
  color: inherit;
}
.menu-panel-level2 .level2-wrapper {
  padding: 1rem;
  padding-top: 0;
  width: 100%;
}
.menu-panel-level2 .level2-wrapper .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-panel-level2 .level2-wrapper li ul.sub-menu li {
  border-bottom: 0.1rem solid #c9c9c9;
  margin: 0;
}
.menu-panel-level2 .level2-wrapper li ul.sub-menu li:last-of-type {
  border-bottom: unset;
}
.menu-panel-level2 .level2-wrapper li ul.sub-menu li a {
  background-color: #f2f0f0;
  border-radius: unset;
  font-size: 0.9rem;
  font-weight: 400;
  padding-left: 4rem;
}
.menu-panel-level2 .level2-wrapper li ul.sub-menu li a:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.menu-panel-level2 .level2-wrapper li.open a {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
.menu-panel-level2 .level2-wrapper li.open a i {
  transform: rotate(-180deg);
}
.menu-panel-level2 .level2-wrapper li.item-mode {
  margin-left: -16px;
  margin-right: -16px;
  height: 8rem;
  overflow: hidden;
  position: relative;
}
.menu-panel-level2 .level2-wrapper li.item-mode:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.menu-panel-level2 .level2-wrapper li.item-mode figure {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.menu-panel-level2 .level2-wrapper li.item-mode figure img {
  height: 100%;
  object-fit: cover;
  max-width: unset;
  width: 125%;
}
.menu-panel-level2 .level2-wrapper li.item-mode p.menu-label {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
}
.menu-panel-level2 .level2-wrapper li.item-mode a {
  align-items: center;
  color: var(--theme-button-text-initial-color);
  border: var(--theme-button-border);
  border-radius: var(--theme-button-border-radius, 3px);
  background-color: var(--theme-selection-background-color);
  bottom: 16px;
  font-family: var(--theme-button-font-family, var(--theme-font-family));
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  gap: 1rem;
  min-height: var(--theme-button-min-height);
  left: 16px;
  padding: var(--theme-button-padding);
  position: absolute;
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  max-width: 9rem;
  --has-link-decoration: var(--false);
  z-index: 2;
}
/* === MENU : FOOTER === */
.menu-footer {
  padding: 1rem;
  background: #000;
  display: flex;
  flex-direction: column;
}
.menu-footer a {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  background: #fff;
}
#woo-cart-panel .ct-panel-inner {
  padding: 1.5rem;
}
#woo-cart-panel .ct-shipping-progress-mini-cart {
  display: none;
}
@media (max-width: 768px) {
  .menu-container-categories {
    width: 100%;
  }
}
.promo-block {
  margin: 1rem;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.promo-block.fade-in {
  opacity: 1;
}
.promo-block .promo-img {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  border-right: 1px solid #ddd;
}
.promo-block .promo-text {
  padding: 1rem;
  font-size: 0.9rem;
}
.title-destockage h3 {
  color: #fff;
}
.products-grid {
  display: flex;
  overflow-x: scroll;
  padding: 0 15px;
}
.products-grid .meta-categories {
  display: none;
}
.products-grid li {
  min-width: 302px;
}
@media screen and (min-width: 1200px) {
  .products-grid {
    flex-direction: row;
  }
}
.site-title {
  text-transform: uppercase;
}
button[type='submit'] i,
.link-cat-promo > a i {
  margin-left: 1rem;
}
.ct-swatch-container .ct-tooltip[data-tooltip-type="image"] {
  padding: 3px !important;
  background: #cacaca !important;
}
[data-swatches-type="color"] .ct-swatch {
  border-width: 1px !important;
  border-color: #cacaca !important;
}
.ct-drawer-canvas .ct-panel-actions .ct-panel-heading {
  display: none;
}
::-webkit-scrollbar {
  width: 0.5rem;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #ffc40e;
  border-radius: 2.5rem;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #ffd041;
}
html {
  scrollbar-width: thin;
  scrollbar-color: #ffc40e #fff;
}
@media screen and (min-width: 1200px) {
  .wp-block-stackable-columns.home-entete {
    padding-top: 120px !important;
  }
}
.stk-block-background.home-entete {
  background-color: transparent;
  display: flex;
  flex-direction: column;
}
.stk-block-background.home-entete .home-entete-blocks .home-entete-carrousel {
  order: 1;
}
.stk-block-background.home-entete .home-entete-blocks .home-entete-intro {
  order: 2;
}
.link-image {
  position: relative;
}
.link-image .link-image-bouton {
  bottom: 45px;
  right: 15px;
  position: absolute;
}
.best-sales-grid .ct-card-variation-swatches {
  display: none;
}
@media (max-width: 576px) {
  .ct-panel-actions {
    padding: 1rem 1rem 1.5rem;
  }
  .stk-block-content .stk-31efe0a .stk-block-heading__text,
  .stk-block-content .stk-27a67ad .stk-block-heading__text,
  .stk-block-content .stk-d2da037 .stk-block-text__text {
    color: #000 !important;
  }
  .stk-block-content .stk-27a67ad .stk-block-heading__text {
    line-height: 1.1 !important;
  }
  .stk-block-content .wp-block-stackable-column.col-text-slide {
    order: 2;
  }
  .stk-block-content .wp-block-stackable-column.col-img-slide {
    order: 1;
  }
  .stk-block-content .wp-block-stackable-column.col-img-slide .stk-column-wrapper {
    margin: 0 !important;
  }
  .stk-block-content .wp-block-stackable-column.col-img-slide figure {
    height: 315px;
  }
  .stk-5a4e2fa.home-entete {
    background-size: 100% 322px !important;
  }
  .wp-block-stackable-heading.stk-3906af2 .stk-block-heading__text {
    line-height: 1.1 !important;
  }
  .wp-block-group.flagship-products {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) (max-width: 992px) {
  .stk-5a4e2fa.home-entete {
    padding-top: 0 !important;
  }
}
[data-products] .product .entry-meta {
  position: absolute;
  top: 0;
  right: 0;
}
[data-products] .product .entry-meta li {
  height: auto;
}
[data-products] .product .entry-meta li a {
  background-color: #ffc40e;
  border-radius: 2px;
  color: #000;
  display: block;
  padding: 0 0.35rem;
}
[data-products] .product .entry-meta li a:hover {
  cursor: unset;
}
[data-products] .product figure,
[data-products] .product .ct-woo-card-extra {
  border: 1px solid #F2F2F2;
}
[data-products] .product .wcpa_container {
  display: none;
}
.page-description {
  position: relative;
}
.page-description p {
  color: #fff;
}
.page-description p img {
  position: absolute;
  top: -165px;
  right: 400px;
  width: 230px;
}
.wpc-filters-scroll-container .wpc-posts-found {
  display: none !important;
}
.wpc-filter-title {
  font-weight: 600;
  font-size: 15px;
  color: #000;
}
.mobile-menu-container {
  background: #fff;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  /* à activer via JS */
  flex-direction: column;
}
.menu-header {
  display: flex;
  justify-content: space-between;
}
.tab {
  flex: 1;
  background: #f2b500;
  border: none;
  font-weight: bold;
  padding: 0.5rem;
  cursor: pointer;
}
.tab:not(.active) {
  background: #fff;
  color: #333;
}
.close-button {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
}
.menu-section {
  padding: 1rem;
}
.menu-link {
  background: #e0e0e0;
  padding: 0.8rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.submenu {
  display: none;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.submenu div {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}
.promo-block {
  display: flex;
  padding: 1rem;
  background: #f2f2f2;
  align-items: center;
}
.promo-img {
  width: 80px;
  height: 80px;
  background: linear-gradient(to bottom, #7abfff, #5094d9);
  margin-right: 1rem;
}
.promo-text {
  font-size: 0.9rem;
}
.menu-footer {
  background: #000;
  color: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 4;
}
.menu-footer a {
  color: #000;
  text-decoration: none;
  margin-bottom: 0.5rem;
  background: #444;
  padding: 0.7rem;
  border-radius: 4px;
}
.page-id-19217 .site-main {
  padding-top: 0;
}
/*# sourceMappingURL=ctc-style.css.map */