/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
/* Start Global Rules */
/* @font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/themes/alysum/assets/fonts/outfit-v15-latin-300.woff2') format('woff2');
} */

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/themes/alysum/assets/fonts/outfit-v15-latin-regular.woff2")
    format("woff2");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/themes/alysum/assets/fonts/outfit-v15-latin-500.woff2")
    format("woff2");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/themes/alysum/assets/fonts/outfit-v15-latin-600.woff2")
    format("woff2");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/themes/alysum/assets/fonts/outfit-v15-latin-700.woff2")
    format("woff2");
}

@font-face {
  font-family: "Anton";
  src: url("/themes/alysum/assets/fonts/Anton-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body,
span,
p,
a {
  font-family: "Outfit", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
}
:root {
  --shadow-block: 0 5px 10px rgba(0, 0, 0, 0.2);
  --color-hover: #fab401;
  --color-hover-two: #d70202;
  --color-title: #000000;
  --color-body: #868686;
  --white: #fff;
  --radius-box: 20px;
  --transition: all 0.5s ease-in-out;
}
html {
  scroll-behavior: smooth;
}
.os-scrollbar.os-scrollbar-horizontal {
  display: none;
}
#main .page-content h6 {
  font-size: 15px;
}
aside#notifications .pk-notification {
  margin-top: 10px;
}
a,
a * {
  transition: var(--transition);
}
.form-control:focus {
  box-shadow: var(--shadow-block);
}
.label,
label {
  font-size: 14px;
}
.page-cms #main {
  margin-bottom: 0;
}
body:not(#index).page-cms > main,
body:not(#index).page-contact > main {
  padding-bottom: 0;
}
.page-cms #main .page-content {
  margin-bottom: 0;
}
.shopping_cart .cart-button .btn {
  width: 100%;
  display: block;
  font-size: 17px;
  text-transform: none;
  font-family: inherit;
  letter-spacing: 0;
  transition: var(--transition);
}
.sec-faq .elementor-accordion .elementor-accordion-item {
  border-width: 1px !important;
}
.sec-faq .elementor-accordion-item {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 12px;
  border: 1px solid #f0f0f0 !important;
  overflow: hidden;
}
.sec-faq p {
  margin: 0;
}
.sublimations-gallery figure {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.sublimations-gallery .slick-track {
  display: flex;
  gap: 15px;
}
.sublimations-gallery figure img {
  transition: var(--transition);
}
.sublimations-gallery figure:hover img {
  transform: scale(1.1);
}
.pk-aside .shopping_cart .cart-button > .btn:last-child {
  background: #000;
}
.pk-aside .shopping_cart .cart-button > .btn:last-child:hover {
  background: var(--color-hover-two);
}
#header .page-width,
#footer .page-width,
#main-content .page-width {
  max-width: 100% !important;
  width: auto;
}
.page-category #main-content > .page-width {
  margin: 0;
}
#wrap-phone-pop ul {
  list-style: none;
}
.elementor-accordion .elementor-accordion-item {
  border-width: 1px 0 1px !important;
}
/* .product-description {
  text-align: center;
} */
.d-block {
  display: block;
}
/* Effet hover global sur les blocs */
.global-hover-effect .elementor-column-wrap,
.global-hover-effect {
  transition: var(--transition) !important;
}

.global-hover-effect .elementor-column-wrap:hover,
.global-hover-effect:hover {
  transform: translateY(-5px);
}
.product-flags li {
  border-radius: 5px;
  background: var(--color-title);
  font-weight: 500;
}
.section-white {
  background: #fff;
}

.section-grey {
  background: #f5f5f5;
}
/*End Global Rules */
/*Start Header*/
.layout_layout5 .mm_blocks_ul .mm_blocks_li {
  margin: 0;
}
.ybc-menu-toggle {
  padding: 10px 15px;
  color: #fff;
  background: var(--color-title);
}
.ybc-menu-toggle .icon-bar {
  background-color: #fff;
}
ol {
  flex-wrap: wrap;
}
.ets_mm_megamenu ul {
  list-style: none;
}
.ets_mm_megamenu {
  background-color: transparent;
  margin-top: 0;
}
.mm_menus_li > a {
  font-weight: 400;
}
.mm_menu_content_title {
  padding: 0 15px;
  min-height: 40px;
  overflow: hidden;
}
.mm_blocks_li[data-id-block="39"] .ets_mm_block.mm_block_type_html {
  border-bottom: none;
  padding-bottom: 0;
}

.mm_block_type_cms ul li a:hover::before {
  opacity: 1;
}
.mm_block_type_cms ul li a::before {
  content: "›";
  margin-right: 5px;
  color: var(--color-hover-two);
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.2s;
}

.nos-marques span.mm_img_content,
.nos-clubs span.mm_img_content {
  border-radius: 5px;
  overflow: hidden;
  height: 400px;
  object-fit: cover;
}

.ets_mm_block.mm_block_type_html .h4 {
  font-size: 18px !important;
  font-weight: 500;
}
.nos-marques .ets_mm_block.mm_block_type_html {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
  transition: var(--transition);
}
li[data-id-block="47"] .ets_mm_block.mm_block_type_html {
  border-bottom: none;
  padding-bottom: 0;
}
li[data-id-block="47"]
  .ets_mm_block.mm_block_type_html
  .ets_mm_block_content
  a:hover {
  color: var(--color-hover-two) !important;
  text-decoration: underline;
  padding-left: 5px;
}

.ets_mm_megamenu_content .container {
  padding: 0;
}
.btn-nos-sports {
  margin: 0 auto;
  border-width: 1px;
  display: flex;
  justify-content: center;
  width: fit-content;
  border-radius: 25px;
  padding: 10px 35px;
}
.btn-nos-sports:hover {
  color: #fff !important;
}
.show-brackets .header-item-counter:before,
.show-brackets .header-item-counter:after {
  display: none;
}
.header-item-counter {
  display: block !important;
}
.pk-myaccount span {
  transition: var(--transition);
}
.pk-myaccount:hover span {
  color: var(--color-hover-two);
}
.pk-search-widget ul .product-thumbnail {
  max-width: 100px;
}
/* MODIFICATION MEGAMENU */
.nos-sports li.mm_tabs_li .mm_tab_toggle_title {
  display: block;
  transition: var(--transition);
  border-left: 3px solid transparent;
  width: 100%;
}
.nos-sports li.mm_tabs_li .mm_tab_toggle_title:hover {
  background-color: #f5f5f5;
  color: #d32f2f;
  border-left-color: #d32f2f;
  padding-left: 25px;
}
/* Section Gauche (Texte) */
.mega-info {
  border-right: 1px solid #f0f0f0;
  padding-right: 40px;
}

.mega-info .h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #222222;
  font-weight: 500;
  text-transform: uppercase;
}

.mega-info p {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 25px;
}

.mega-info .btn-explore {
  padding: 12px 25px;
  background: var(--color-hover-two);
  color: var(--white) !important;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  transition: var(--transition);
  display: inline-block;
  line-height: 18px;
}

.mega-info .btn-explore:hover {
  background: var(--color-title);
}

/* Section Droite (Grille de sports) */
.mega-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: start;
}
.sport-box a {
  transition: var(--transition);
}

.sport-anchor {
  text-decoration: none;
  color: var(--color-title);
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: var(--transition);
  border-radius: 5px;
}
.mm_block_type_cms ul li a {
  border-radius: 5px;
  width: 100%;
  display: block;
  line-height: 30px;
}

.mm_block_type_cms ul li {
  width: 100%;
}
.sport-anchor:hover,
.mm_block_type_cms ul li a:hover {
  color: var(--color-hover-two) !important;
  padding-left: 8px;
  background: #f5f5f5;
}
.sport-anchor::before {
  content: "›";
  margin-right: 5px;
  color: var(--color-hover-two);
  font-weight: 600;
  opacity: 0;
  transition: var(--transition);
}

.sport-anchor:hover::before {
  opacity: 1;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* NEW HOME PAGE */
.hero-sub p {
  padding: 0;
  margin: 0;
  max-width: 480px;
}
h1 span.red {
  color: #d70202;
}
.col-cta .elementor-widget-button {
  width: auto;
}
.main-slide-counter .elementor-counter-number-prefix,
.main-slide-counter .elementor-counter-number-suffix {
  max-width: fit-content;
}
.main-slide-counter .elementor-counter-title {
  text-align: left;
}
.main-slide-counter .elementor-widget-counter {
  max-width: fit-content;
}
.p-width p {
  width: 600px;
  margin: auto;
}
.s-equiper img {
  height: 240px;
  object-fit: cover;
}
.s-equiper p {
  margin: 0;
}
.s-equiper .elementor-column-wrap {
  transition: all 0.3s ease !important;
}
.s-equiper .elementor-column-wrap:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transform: translateY(-10px);
}
.s-equiper .number span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #d70202;
  color: #fff !important;
  font-family: "Outfit", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
}
.elementor-accordion .elementor-accordion-item:first-child {
  border-top: 0;
}
.meilleures-ventes .nav-link.active {
  color: #fff !important;
  border: 0 !important;
  background: #d70202;
  border: 1px solid #d70202 !important;
  border-radius: 30px;
}
.meilleures-ventes .nav-link {
  padding: 7px 24px;
  border-radius: 30px !important;
  font-family: "Outfit", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid rgb(225 225 225) !important;
  background: transparent;
  color: #6b7280;
  transition: all 0.25s ease;
}
.meilleures-ventes .nav-link:hover {
  border: 1px solid #d70202 !important;
  color: #d70202 !important;
  transition: all 0.25s ease;
  background: #fff !important;
}

#nos-sports .img.subcategory-image {
  border-radius: 20px !important;
  overflow: hidden !important;
}
#nos-sports .img.subcategory-image span {
  border-radius: 0 !important;
}
.img.subcategory-image .figcaption {
  border: 0 !important;
  color: #ffffffe9 !important;
  z-index: 1;
}
#nos-sports .pk-subcategory-text {
  position: absolute !important;
  bottom: 0 !important;
  border: 0 !important;
  flex-direction: column-reverse;
}
#nos-sports .pk-subcategory-desc {
  color: #ffffffce;
  line-height: 20px;
  padding: 0 20px;
  margin-bottom: 8px;
  z-index: 1;
  max-width: 300px;
}
#nos-sports a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(8, 9, 14, 0.82) 0%,
    rgba(8, 9, 14, 0.15) 55%,
    transparent 100%
  );
}
.p-width2 {
  max-width: 800px;
}
.equipement .titre {
  display: flex;
  align-items: center;
  gap: 10px;
}

.equipement .titre::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #e30613; /* couleur du point */
  border-radius: 3px;
  display: inline-block;
  flex-shrink: 0;
}
.tenue-steps .number span {
  background: #000;
  border-radius: 50%;
  width: 35px;
  display: block;
  height: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.tenue-steps p {
  padding: 0;
  margin: 0;
}
.tenue-steps .elementor-column-wrap {
  transition: all 0.4s ease;
}
.tenue-steps .elementor-column-wrap:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.12);
  border-color: transparent !important;
}
.univers-sec.category .elementor-widget-image-box .elementor-widget-container,
.univers-sec.category
  .elementor-widget-image-box
  .elementor-widget-container
  img {
  min-height: 410px;
}
#category #products {
  padding: 0 50px !important;
}
.pk-subcategory-active a {
  border: 3px solid #e30613;
}

#nos-sports .pk-subcategory-active.pk-subcategory::after {
  width: 35px;
  height: 35px;
  font-size: 15px;
  background: #d70202;
  transform: rotate(-45deg);
}
.mpv-personalize-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  margin: 15px auto 0;
  border-radius: 8px !important;
  padding: 13px !important;
}
.mpv-form-replaced .input-group-add-to-cart {
  display: none !important;
}
#manufacturer li.brand img {
  width: 110px;
}
#manufacturer li.brand {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 24px 0;
  max-width: 180px;
  border: 1px solid #c0c0c042;
  margin: 0;
}
#manufacturer li.brand:hover {
  background: #fff;
  border-radius: 12px;
  padding: 24px 0;
  max-width: 180px;
  border: 1px solid #c0c0c0ba;
  box-shadow: 0 7px 14px #d7d7d787;
  transform: translateY(-5px);
}
#manufacturer li.brand .brand-products {
  display: none;
}
#manufacturer h1 {
  font-weight: 700;
  font-size: 47px;
  text-align: center;
  line-height: 50px;
}
#manufacturer li.brand h3 {
  line-height: 20px;
  font-size: 14px;
  max-width: 160px;
  margin: auto;
}
#manufacturer #left-column {
  display: none;
}
#manufacturer #wrapper {
  padding-top: 0 !important;
}
#manufacturer #content-wrapper-left {
  width: 100% !important;
  padding: 0 !important;
}
#manufacturer .page-width.main-content {
  margin: 0 !important;
}
#manufacturer .brands-list ul {
  gap: 13px !important;
  margin: 0 75px;
}
#manufacturer #main {
  padding: 0 !important;
}
#manufacturer .boutique {
  background-color: transparent;
  background-image: linear-gradient(150deg, #0d0d0d 0%, #2d2d2d 100%);
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 50px;
}
#manufacturer h1 span {
  background: linear-gradient(135deg, #ef4444, #facc15) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#manufacturer #products {
  max-width: 100%;
  margin: 20px 60px;
}
#manufacturer #products .product_list,
#manufacturer #products .product_list_top {
  max-width: 100%;
  padding: 0 10px;
}
#manufacturer #products .product_list_top {
  max-width: 100%;
  padding: 0 10px;
  margin-top: 50px;
}
#cart #main {
  margin-top: 50px;
}
#product .addify-bmms-grid-main-con {
  flex-wrap: nowrap;
}
#product .mpv-form-replaced {
  flex-wrap: wrap;
  flex-direction: column;
}
.mpv-form-replaced {
  align-items: start !important;
  gap: 0 !important;
}
#block-product-availability {
  margin-top: 20px;
}
#block-product-availability #product-availability {
  font-size: 17px;
  font-family: "Outfit";
  color: green;
}
.connect-google {
  display: none !important;
}
#main .page-header,
#main .authentication-page {
  padding-top: 55px;
}
.authentication-page .forgot-password.flex-container {
  display: block !important;
  text-align: center;
}
.authentication-page .forgot-password.flex-container a {
  display: block;
  text-align: center !important;
}
.authentication-page .hi-gc-button-container {
  max-width: 600px;
}
.authentication-page .register-section {
  padding-right: 85px !important;
}
.page-registration h1 {
  text-align: center;
}
i.material-icons {
  text-transform: none !important;
}
.page-content .links li.ets_abancart_shopping_cart {
  display: inline !important;
  padding: 0;
}
.page-my-account #content .links a {
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
  display: block;
}
#product .product-cover,
#product .product-cover > div,
#product .product-cover div picture,
#product .product-cover div picture img {
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}
#product .product-container #content {
  padding: 2.3vw 0 0 1.5vw;
}
.input-group-add-to-cart svg {
  fill: none !important;
  margin-right: 10px;
}
.product-reference {
  font-size: 13px;
  line-height: 18px;
  color: #2d2d2d;
}
.category-id-parent-224
  #nos-sports
  .pk-ce-widget.view_grid
  .subcategory-image
  img,
.category-id-224 #nos-sports .pk-ce-widget.view_grid .subcategory-image img {
  min-height: 200px;
  object-fit: contain;
  max-width: 90%;
  margin: auto;
}
.category-id-parent-224 #nos-sports .pk-ce-widget.view_grid,
.category-id-224 #nos-sports .pk-ce-widget.view_grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
}
.category-id-224 #nos-sports .pk-subcategory::after {
  font-size: 16px;
  width: 38px;
  height: 38px;
  bottom: 20px;
  right: 17px;
}
#nos-sports .pk-subcategory.without-img::after {
  display: none;
}
#nos-sports .pk-subcategory.without-img .pk-subcategory-text {
  position: relative !important;
  bottom: 0 !important;
  border: 0 !important;
  flex-direction: column-reverse;
}
#nos-sports .pk-subcategory.without-img .pk-subcategory-text .figcaption {
  font-weight: 500;
  color: #000 !important;
  font-size: 13px;
  padding: 6px 16px;
}
#nos-sports .pk-subcategory.without-img a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
}
#nos-sports .pk-ce-widget.view_grid .pk-subcategory.without-img {
  width: max-content;
  margin: 0;
}
#nos-sports
  .pk-ce-widget.view_grid
  .pk-subcategory.without-img
  .subcategory-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px !important;
}
#nos-sports .pk-ce-widget.view_grid .pk-subcategory.without-img a {
  border: 1px solid #c0c0c0;
}
#nos-sports
  .pk-ce-widget.view_grid
  .pk-subcategory.without-img.pk-subcategory-active
  a {
  border: 1px solid #e30613;
}
.pk-ce-widget.view_grid.pk-flex:has(.without-img) {
  display: flex !important;
}
button.add-to-cart {
  border-radius: 8px !important;
  background: #000;
  color: #fff;
  font-size: 14px;
  width: 100%;
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
button.add-to-cart svg {
  margin-right: 10px;
  font-size: 18px;
}

.cart-detailed-totals,
.cart-summary-totals,
.product-line-grid-right .product-price,
.header-item-counter,
.js-subtotal {
  transition: opacity 0.25s ease;
}

body.cart-loading .cart-detailed-totals,
body.cart-loading .cart-summary-totals,
body.cart-loading .product-line-grid-right .product-price {
  opacity: 0.35;
}

.cart-summary {
  position: relative;
}

.cart-summary-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 9999;
}

.cart-summary-loader.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cart-summary-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #e0e0e0;
  border-top-color: #d70202; /* rouge du thème, cohérent avec vos boutons hover */
  border-radius: 50%;
  animation: cart-summary-spin 0.7s linear infinite;
}

#prices-drop #wrapper {
  margin-top: 50px;
}
#product .countdown {
  position: absolute;
  max-height: 70px;
  min-height: 50px;
  top: 0;
}
@keyframes cart-summary-spin {
  to {
    transform: rotate(360deg);
  }
}

#content-hook_order_confirmation {
  margin-top: 50px !important;
}
.value.shipping {
  font-size: 13px;
  line-height: 19px;
}
.ybc_blog_content_block_item {
  background: #fff;
  border-radius: 15px;
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  transition: transform 0.5s ease;
}
.page_home,
.page_home_gallery {
  background-color: transparent !important;
  margin-bottom: 0;
}
.page_home .ybc-blog-latest-post-content {
  padding: 30px;
}
.ybc_item_img {
  background: #fff;
}
.ybc_item_img img {
  height: 250px;
  object-fit: cover;
}
.ybc_blog_content_block_item .read_more {
  font-size: 12px;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
  padding-bottom: 0;
  color: #d70202;
  border-bottom: 1px solid;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Outfit";
}
.ybc_blog_content_block_item .ybc-blog-latest-toolbar-views {
  display: none;
}
.ybc_blog_content_block_item .blog_description p {
  line-height: 19px;
}
.page_home .ybc_blog_content_block_item:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transform: translateY(-10px);
}
.page_home .ybc_block_default {
  margin-bottom: 0 !important;
}
.blog_view_all,
.view_all_link {
  font-size: 15px;
  background: #d70202 !important;
  color: #fff !important;
  text-transform: none;
  font-weight: 500;
  padding: 10px 15px !important;
  border-radius: 5px;
  display: inline-block !important;
}
.blog_view_all:hover,
.view_all_link:hover {
  background: #ba0000 !important;
}
.ybc-blog-wrapper-detail {
  background-color: #fff;
}
#ybc_blog_page #content-wrapper.content-wrapper {
  width: 100% !important;
}
#ybc_blog_page #content-wrapper.right-column {
  width: 70% !important;
}
#ybc_blog_page h1 {
  max-width: 650px;
  line-height: 80px !important;
  position: static;
  font-size: 50px;
  margin: 0;
}
.blog-short-description {
  font-size: 16px;
  font-weight: 300;
  max-width: 600px;
}
#ybc_blog_page .page-heading .title_cat {
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: none;
  width: 100%;
  font-size: 40px;
  font-weight: 500;
  font-weight: 500;
  line-height: 47px;
  margin-bottom: 0;
}
#ybc_blog_page #right-column {
  position: sticky;
  top: 60px;
  margin-top: 50px;
  width: 30% !important;
  padding: 0;
  padding-right: 90px;
}
#ybc_blog_page .ybc_blog_content_block_item {
  padding: 0;
  display: flex;
  gap: 0;
  align-items: center;
  margin-bottom: 16px;
  border: 0;
}
#ybc_blog_page .ybc_blog_content_block_item img {
  height: 100px;
  border-radius: 20px;
}
.ybc_blog_sidebar .ybc_blog_content_block_item {
  padding: 0;
}
#left-column .ybc_blog_sidebar .block,
#right-column .ybc_blog_sidebar .block {
  margin-bottom: 30px;
  padding-left: 30px;
  width: 100%;
  border-radius: 13px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  border: 1px solid oklch(91% 0.005 250);
  padding: 20px 30px 10px 30px;
}
#ybc_blog_page .blog_description p {
  color: #414141;
  font-size: 18px;
  line-height: 27px;
}
#ybc_blog_page .blog_description h2 {
  font-size: 31px;
  color: #000;
  font-weight: 600;
  line-height: 40px;
}
.ybc_blog_sidebar .ybc-navigation-blog-content {
  padding-right: 0;
}
.ybc_title_block {
  font-size: 14px !important;
}
.page_home .ybc_title_block {
  font-size: 15px !important;
}
#ybc_blog_page #right-column .ybc_blog_content_block_item .ybc_item_img {
  height: max-content;
  max-width: max-content;
  height: 100px;
  border-radius: 15px;
  max-width: 100px;
  min-width: 100px;
}
#ybc_blog_page #right-column .ybc_blog_content_block_item .read_more {
  display: none;
}
.page_home .ybc_blog_content_block {
  gap: 30px;
}
/* #left-column .ybc_blog_sidebar .block, #right-column .ybc_blog_sidebar .block {
  box-shadow: none;
} */
#ybc_blog_page .ybc_blog_sidebar .blog_view_all_button {
  display: none;
}
.blog_view_all_button {
  margin-top: 40px;
}
.ybc-blog-list {
  list-style: none;
}
#right-column .ybc-blog-latest-post-content {
  padding: 0 0 0 20px !important;
}
.ybc_block_latest h3 {
  text-transform: uppercase;
  color: #d70202;
  letter-spacing: 1px;
}
.blog_hero {
  position: relative;
  background: #0a0a0a;
  color: #fff;
  overflow: hidden;
  min-height: 550px;
  display: flex;
  align-items: center;
  padding: 0 90px;
  padding-bottom: 40px;
}
.page_home.ybc_block_default .ybc_blog_content_block {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

.blog_hero::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -140px;
  right: -120px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(215, 2, 2, 0.5), transparent 65%);
}

.blog_hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  bottom: -200px;
  left: -80px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(250, 180, 1, 0.22), transparent 65%);
}
.blog_hero .row {
  display: flex;
}
#ybc_blog_page .page-width.main-content {
  margin: 0;
}
#ybc_blog_page h1 span {
  font-size: 55px !important;
  line-height: 63px !important;
  font-weight: 600 !important;
  padding: 0;
  margin: 0;
}
.blog_hero .row .col-md-6 {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}
.breadcrumb.ybc-blog-breadcrumb a {
  color: #fff;
}
.breadcrumb.ybc-blog-breadcrumb a:last-child {
  color: #fab401 !important;
}
.blog-publication-date {
  max-width: fit-content;
  background: #000;
  padding: 11px 15px;
  border-radius: 30px;
  border: 1px solid #ffffff29;
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: normal;
}
.blog_hero .ybc_image-single img {
  min-height: 400px;
  object-fit: cover;
  border-radius: 16px;
}
.blog_hero .ybc_image-single::before {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  border: 1px solid rgba(250, 180, 1, 0.45);
  border-radius: 9px;
  height: 395px;
  left: 20px;
}
.ybc-blog-wrapper-detail {
  padding: 30px 90px;
}
.ybc_indexing_content_post {
  padding: 15px;
  max-height: max-content;
  overflow: auto;
}
.ybc_indexing_box {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
}
.ybc_indexing_box_title {
  border-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  margin-top: 14px;
}

.elge-highlight {
  border-left: 4px solid #d70202;
  background: #f7f7f8;
  padding: 26px 28px;
  margin: 38px 0 46px;
}

.blog_description ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
  display: grid;
  gap: 12px;
  font-size: 17.5px;
  line-height: 1.55;
  color: #1c1c1e;
}
.blog_description li::before {
  content: "—";
  color: #fab401;
  font-weight: 400;
}
.blog_description li {
  display: flex;
  gap: 12px;
  font-weight: 300;
}
.elge-highlight h2 {
  color: #d70202 !important;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 16px !important;
  letter-spacing: 1px;
}
#first-p {
  color: #000 !important;
  font-size: 21px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
}
.blog_description table thead {
  background: #051a31;
  color: #fff;
  height: 50px;
  text-align: left;
}
.blog_description table thead th {
  padding: 0 15px;
}
.blog_description table tbody tr td {
  height: 40px;
  text-align: left;
  padding: 0 15px;
}
.elge-cta {
  background: #0a0a0a;
  color: #fff;
  padding: 44px;
  text-align: center;
  border-radius: 6px;
}
.elge-cta h2,
.elge-cta p {
  color: #fff !important;
}
.elge-cta .elge-cta-button {
  background: red;
  color: #fff;
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 15px;
}
.elge-cta .elge-cta-button:hover {
  background-color: #ba0000;
  color: #fff !important;
}
.blog_description span.num {
  font-size: 33px;
  font-weight: 700;
  line-height: 0.8;
  color: #ba0000;
}
.blog_description img {
  border-radius: 15px;
}
.card.devis {
  background: #fab401;
  border: none;
  padding: 26px 24px;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 25px;
}
.card.devis .eyebrow {
  color: rgba(10, 10, 10, 0.6);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.card.devis a {
  display: block;
  background: #0a0a0a;
  color: #fff;
  text-align: center;
  padding: 11px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15.5px;
}
.card.devis p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  color: #0a0a0a;
}
.ybc_blog_layout_grid .ybc-blog-list > li {
  width: 33%;
  clear: none !important;
}
h1.page-heading.product-listing {
  font-size: 35px !important;
  font-weight: 600 !important;
}
.ybc_blog_layout_grid.ybc-blog-wrapper.ybc-blog-wrapper-blog-list.ybc-page-latest {
  padding: 0 60px;
}
#ybc_blog_page #list-blog #content-wrapper {
  width: 100% !important;
  padding: 0;
}
#ybc_blog_page #list-blog .ybc-blog-wrapper-blog-list {
  padding: 0px;
}
#ybc_blog_page .ybc-blog-list,
#ybc_blog_page div#js-post-list-top {
  margin: 30px 90px;
}

.hero-blog-list {
  background-color: transparent;
  background-image: linear-gradient(150deg, #0d0d0d 0%, #2d2d2d 100%);
  min-height: 300px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.ybc-blog-list .post-wrapper {
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  overflow: hidden;
}
.ybc-blog-list .post-wrapper .ybc-blog-wrapper-content-main {
  padding: 30px;
}
.ybc-blog-list .post-wrapper .ybc-blog-wrapper-content-main .read_more {
  font-size: 12px;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
  padding-bottom: 0;
  color: #d70202;
  border-bottom: 1px solid;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Outfit";
}
#ybc_blog_page #list-blog h1.page-heading.product-listing {
  font-size: 53px !important;
  font-weight: 600 !important;
  margin: auto;
  text-align: center;
  color: #fff;
  line-height: 70px !important;
}
#ybc_blog_page #wrapper {
  padding: 0;
  margin: 0;
}
#ybc_blog_page #list-blog h1 span {
  background: linear-gradient(135deg, #ef4444, #facc15) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#ybc_blog_page #list-blog .ybc-blog-list li p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  line-height: 20px;
  color: #4a4a4a;
  margin: 0;
}
#ybc_blog_page #list-blog .ybc-blog-wrapper-content-main a {
  font-size: 14px !important;
  line-height: 24px;
  padding: 0;
  margin-top: 0;
}
#ybc_blog_page .row {
  max-width: 100%;
  /* margin: 0; */
}
h1.page-blogs {
  text-align: center;
  margin: auto;
  line-height: 50px !important;
}
.blog-meta {
  display: flex;
  margin-bottom: 10px;
  gap: 6px;
  align-items: center;
  width: 100%;
  padding-top: 15px;
}
.blog-meta .blog-category-meta {
  color: #000000;
  letter-spacing: 0.01em;
  background: #fab4019e;
  border-radius: 9999px;
  align-items: center;
  padding: 0.25rem 0.75rem;
  font-size: 0.72rem !important;
  font-weight: 600;
  display: inline-flex;
}
.blog-meta .blog-category-meta a {
  font-size: 0.72rem !important;
  font-weight: 600;
  line-height: 22px !important;
}
.blog-meta .blog-date-meta {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: oklch(0.5 0.02 250);
}
/* Sélection d'attributs en miniature produit — états visuels */

.pk_list_item label.pl_attr {
  cursor: pointer;
  user-select: none;
}

/* Attribut sélectionné (classe posée par le JS) */
.pk_list_item label.pl_attr.pk-active,
.pk_list_item input.pk_attr_radio:checked + label.pl_attr {
  border: 1px solid #333;
  background: #333;
  color: #fff;
  border-radius: 3px;
}

/* Attribut sélectionné (classe posée par le JS) */
.pk_list_item label.pl_attr.pk-active,
.pk_list_item input.pk_attr_radio:checked + label.pl_attr {
  border: 1px solid #333;
  background: #333;
  color: #fff;
  border-radius: 3px;
}

/* Déclinaison épuisée */
.pk_list_item label.pl_attr.pl_attr_oos {
  opacity: 0.35;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* Attribut sans combinaison compatible avec la sélection courante
   (nécessite data-combos fourni par le PHP) */
.pk_list_item label.pl_attr.pk-unavailable,
.variant-links a.color.pk-unavailable {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
  position: relative;
}
.variant-links a.color.pk-unavailable::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top right,
    transparent 45%,
    #d33 45%,
    #d33 55%,
    transparent 55%
  );
}

/* Bouton panier quand la déclinaison sélectionnée est incommandable
   (rupture + commandes refusées) — le clic reste capté pour afficher le message */
.product-miniature .add-to-cart.pk-oos,
.js-product-miniature .add-to-cart.pk-oos {
  opacity: 0.45;
  cursor: not-allowed;
  filter: grayscale(1);
}

.images-container .slick-prev.slick-arrow {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  color: #000;
  background: #ffffff7e;
  border: 1px solid #d70202;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.images-container .slick-next.slick-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  color: #000;
  background: #ffffff82;
  border: 1px solid #d70202;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.images-container .slick-next.slick-arrow:before {
  color: #d70202;
  font-size: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.images-container .slick-prev.slick-arrow:before {
  color: #d70202;
  font-size: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-product #main {
  margin-top: 20px;
}

.add-to-cart.in_progress::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
  box-shadow:
    12px 0 0 currentColor,
    -12px 0 0 currentColor;
  transform: translate(-50%, -50%);
  animation: pk-dots-cascade 1.4s infinite ease-in-out !important;
}
.add-to-cart.in_progress {
  background: #000 !important;
  animation: none !important;
  color: #000;
}
.add-to-cart.in_progress:hover {
  color: #000;
}

@keyframes pk-dots-cascade {
  0%,
  80%,
  100% {
    box-shadow:
      12px 0 0 currentColor,
      -12px 0 0 currentColor;
    background-color: transparent;
  }
  0% {
    background-color: currentColor;
  }
  40% {
    box-shadow:
      12px 0 0 transparent,
      -12px 0 0 transparent;
    background-color: currentColor;
  }
}

.add-to-cart.pk-oos {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}

.pl_attr.pk-combo-oos,
.variant-links a.pk-combo-oos {
  opacity: 0.35;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}

/* Responsive */
@media (max-width: 1024px) {
  .mega-links-grid {
    grid-template-columns: 1fr;
  }
  .mega-info {
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.mm_blocks_li[data-id-block="39"] .ets_mm_block.mm_block_type_html {
  border-bottom: none !important;
}

/*End Header*/
/*Start Page Home*/
.product-title a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}

.product-short-name {
  font-weight: 700;
  line-height: 22px;
}

.product-designation {
  font-weight: 400;
}
.product-designation::first-letter {
  text-transform: uppercase;
}
/*section-banner*/
.elementor .elementor-html5-video {
  object-position: center;
  height: 100% !important;
}
.user-select li {
  text-transform: none;
}
a.pk-slide-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: var(--transition);
}
a.pk-slide-button:hover {
  border-color: var(--color-hover-two);
}
a.pk-slide-button:after {
  content: url("/themes/alysum/assets/svg/arrow.svg");
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}
a.pk-slide-button:hover::after {
  animation: passing 1.2s linear infinite;
}
.perso-buttons a.elementor-button {
  width: 100%;
  text-align: left;
  line-height: 18px;
}

.perso-buttons a.elementor-button:hover {
  transform: translateY(-2px);
}
.promotion-sec
  .elementor-widget-image-box
  .elementor-widget-container
  .elementor-image-box-wrapper,
.univers-sec
  .elementor-widget-image-box
  .elementor-widget-container
  .elementor-image-box-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.promotion-sec
  .elementor-widget-image-box
  .elementor-widget-container
  .elementor-image-box-wrapper {
  height: 550px;
}
.univers-sec
  .elementor-widget-image-box
  .elementor-widget-container
  .elementor-image-box-wrapper {
  height: 370px;
  border-radius: 20px;
}

.promotion-sec .elementor-widget-image-box .elementor-widget-container img,
.univers-sec .elementor-widget-image-box .elementor-widget-container img {
  object-fit: cover;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
.promotion-sec .elementor-widget-image-box .elementor-widget-container img {
  height: 550px;
}
.univers-sec .elementor-widget-image-box .elementor-widget-container,
.univers-sec .elementor-widget-image-box .elementor-widget-container img {
  height: 370px;
}
.promotion-sec .elementor-widget-image-box .elementor-image-box-title {
  position: absolute;
  bottom: 25px;
  left: 25px;
  margin: 0;
  border-bottom: 1px solid #fff;
}

.univers-sec .elementor-widget-image-box .elementor-image-box-title {
  position: absolute;
  bottom: 25px;
  left: 25px;
  margin: 0;
}
.promotion-sec .elementor-widget-image-box:hover .elementor-image-box-title,
.univers-sec .elementor-widget-image-box:hover .elementor-image-box-title {
  color: var(--color-hover) !important;
  border-color: var(--color-hover);
}
.univers-sec
  .elementor-widget-image-box
  .elementor-image-box-wrapper
  .elementor-image-box-img
  a::after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  opacity: 0.3;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
}
.univers-sec
  .elementor-widget-image-box
  .elementor-image-box-wrapper
  .elementor-image-box-img
  a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.univers-sec
  .elementor-widget-image-box
  .elementor-image-box-wrapper
  .elementor-image-box-img
  a
  img {
  transition: var(--transition);
}
.univers-sec
  .elementor-widget-image-box
  .elementor-image-box-wrapper
  .elementor-image-box-img
  a:hover
  img {
  transform: scale(1.1);
}
/*logo client*/
.client-sec .elementor-image-gallery {
  display: block !important;
}
.cms-id-24 .ce-gallery-item {
  width: fit-content !important;
}
.cms-id-24 .elementor-image-gallery {
  justify-content: center !important;
}
.client-sec .ce-gallery-item {
  padding: 10px;
  float: left;
  height: auto;
}
.client-sec .ce-gallery-item img,
.logo-autre .ce-gallery-item img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}
.parenaire-sec .ce-gallery-item img {
  width: 200px;
  height: 150px;
  object-fit: contain;
}
.client-sec .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
/* Dans ton CSS custom */
.client-sec .slick-track {
  animation: scrollTrack 100s linear infinite;
}

@keyframes scrollTrack {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*Page Produit*/
.bmsm-active-price-badge {
  font-size: 14px !important;
  border-radius: 5px;
  background: #27ae60 !important;
  line-height: 22px;
}
.thumb-container {
  padding: 0px 5px 5px 0;
}
/* Rendre le texte visible */
.product-variants-item #group_1 .sr-only {
  position: static !important;
  width: 32px !important;
  height: 32px !important;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 12px;
}
.product-information #group_1 li:nth-child(7) {
  margin-right: 100%;
}
#group_1 li > span {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 0;
  border: 1px solid #ccc;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  transition: var(--transition);
}
#group_1 li:hover > span {
  border-color: var(--color-hover-two) !important;
}
#group_1 {
  display: grid;
  grid-template-columns: repeat(7, 32px);
  gap: 15px;
}
button.btn.btn-touchspin.btn-up {
  background: var(--color-hover-two);
  color: var(--white);
}
button.btn.btn-touchspin.btn-up:hover {
  background: var(--white);
  color: var(--color-title);
}
.blockreassurance_product {
  margin-top: 0px;
}
.hookDisplayGuide {
  margin-bottom: 0;
}
.product-discounts-static {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.discount-row .discount-price {
  font-size: 14px;
  color: #333;
  line-height: 22px;
  font-weight: 600;
}
.discount-row .discount-qty {
  font-size: 0.72rem;
  color: #666;
  font-weight: 400;
}
.discount-row .discount-price {
  color: var(--color-hover-two);
}
.pk-voice-keys {
  display: none;
}
#product-images-cont .pk-ce-widget.pk-ce-carousel:not(.slick-initialized) {
  flex-direction: column;
}
.page-product .product-additional-info > * {
  margin: 0;
}
.addify-prv-main-cont {
  border: none;
  border-radius: 0px;
  padding: 0;
  margin: 0 0 25px;
}
.discount-display-list .addify-preview-custom-radio .discount-title {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}
.addify-bmsm-prv-cont {
  padding-top: 0;
}
.discount-display-list .addify-preview-custom-radio label {
  display: flex;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 17px;
  color: var(--color-title);
  cursor: pointer;
  gap: 3px;
}
.product-flag.new {
  display: none;
}
.discount-display-list .addify-preview-custom-radio label .bmsm-list-tag {
  display: none;
}
.discount-display-list .addify-preview-custom-radio label .discount-qty {
  font-size: 13px;
  color: #7e7e7e;
}
.page-product .product-additional-info {
  margin: 10px 0;
}
.ets_rv_reviews_header .ets_rv_reviews_title {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
}
.ets_rv_reviews {
  padding: 20px 0px;
  box-shadow: none;
}
.ets_rv_reviews_header {
  padding-bottom: 20px;
}
.ets_rv_modal_review .background2 {
  background: #ee9a00 !important;
  border-color: #ee9a00 !important;
}
#pksizeguide-show {
  color: var(--color-title);
  transition: var(--transition);
  width: 100%;
  border: none !important;
  background: #f8f8f8;
  padding: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  position: relative;
}
#pksizeguide-show p {
  line-height: 25px;
  font-weight: 500;
}
.btn.btn-touchspin.btn:focus {
  outline: none !important;
}
.page-product .short-desc {
  margin-bottom: 25px !important;
}
/* .product-actions .product-variants {
  display: none;
} */
#pksizeguide-show .arrow_size-guide {
  position: absolute;
  right: 20px;
  transition: var(--transition);
}
#pksizeguide-show:hover .arrow_size-guide {
  animation: passing 1.2s linear infinite;
}
#pksizeguide-show p.size-guide-title {
  transition: var(--transition);
}
#pksizeguide-show:hover p.size-guide-title {
  color: var(--color-hover-two);
}
#pksizeguide-show .size-guide-text {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #000 !important;
}
.blockreassurance_product .item-product img,
.blockreassurance_product .item-product svg {
  height: 26px;
  width: 26px;
}
.blockreassurance_product .item-product {
  height: 26px;
  margin-right: 0;
  padding-top: 0;
  width: 26px;
}
body .blockreassurance_product p.block-title {
  font-size: 16px;
}
#pksizeguide .pksizeguide-content .nav-item .nav-link {
  font-size: 20px;
  color: var(--color-title);
  border: none;
  text-transform: uppercase;
}
.product-variants-item ul li input {
  width: 32px;
  height: 32px;
}
.product-variants > .product-variants-item .color {
  height: 32px;
}
.product-variants > .product-variants-item ul li {
  width: 32px;
  height: 32px;
  margin-right: 0;
}

.product-variants > .product-variants-item li > span span {
  color: #4a4a4a !important;
}
.pk-carousel-categories .module-title {
  margin: 0;
  padding: 0;
}
.pk-carousel-categories .categoryproducts-dec {
  font-size: 16px;
  margin-top: 0;
}
.product-add-to-cart .add {
  width: 100%;
}
.product-add-to-cart .add .add-to-cart,
.product-add-to-cart .add .cp-get-canvas {
  width: 100%;
  text-align: center;
  background-color: var(--color-hover-two);
  border-color: var(--color-hover-two);
  justify-content: center;
  color: var(--white);
  margin: 0;
  gap: 15px;
  display: flex;
  align-items: center;
}
body .blockreassurance_product p.block-title {
  width: 100%;
  max-width: 400px;
}
.blockreassurance_product .item-product {
  margin-right: 20px;
}
/*Page catégories*/
.pk-productfilter-pk-horizontal #search_filters {
  row-gap: 25px;
  flex-direction: row;
}
.pk-productfilter-pk-horizontal .facet .module-title {
  margin: 0 0 0;
}
.active_filters {
  background: #f2f2f1;
  border-radius: 5px;
}
.search_filters {
  gap: 30px;
}
.pk-ce-widget.view_grid.pk-flex {
  flex-wrap: wrap;
}
.page-title-wrapper.bg_big {
  background: url(/c/23-category_default/sportswear.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  color: var(--white);
  overflow: hidden;
  padding: 0 60px;
}

.page-title-wrapper.bg_big::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(11, 17, 32, 0.92) 0%,
    rgba(11, 17, 32, 0.45) 60%,
    rgba(11, 17, 32, 0.65) 100%
  );
  z-index: 1;
}

.page-title-wrapper.bg_big .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* .category-hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-align: left;
} */

.category-hero-content .parent-cat,
.category-hero-content .current-cat {
  margin: 0;
  line-height: 1;
}

.category-hero-content .parent-cat {
  font-size: 47px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "anton";
}
.category-hero-content .parent-cat .category-highlight {
  color: #e4392e;
  display: inline;
  text-transform: uppercase;
  font-family: "anton";
}
.category-hero-content .current-cat {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
}
.category-hero-content {
  width: max-content;
  margin: auto;
}
.cat-description {
  color: rgba(255, 255, 255, 0.8);
  /* max-width: 520px; */
  font-size: 1rem;
  line-height: 1.6;
  margin: 12px 0 20px;
}
#nos-sports .pk-ce-widget.view_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.category-accueil #nos-sports .pk-ce-widget.view_grid {
  display: grid !important;
}

#nos-sports .pk-ce-widget.view_grid .pk-subcategory {
  width: 100%;
  margin: 0;
}

#nos-sports .pk-ce-widget.view_grid .subcategory-image {
  display: block;
  width: 100%;
  height: 100%;
}

#nos-sports .pk-ce-widget.view_grid .subcategory-image > span {
  display: block;
  width: 100%;
  height: 100%;
}

#nos-sports .pk-ce-widget.view_grid .subcategory-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}
.products-selection {
  gap: 15px;
}
.product-category-label {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: #5c5c5c;
  text-transform: uppercase;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #dc2626;
}
#category div#search_filters_wrapper {
  margin: 0 30px;
}
.pk-productfilter-pk-horizontal .active_filters {
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
}
button.btn.js-search-filters-clear-all {
  border-radius: 20px;
  border-width: 1px;
}
.facet {
  gap: 15px;
}
.pk-productfilter-pk-horizontal #search_filters {
  padding: 30px 0 30px;
  margin-bottom: 15px;
}
#mpm_faqs_form_container #consent_checkbox_container {
  padding-left: 25px;
  margin-bottom: 0;
  margin-top: -5px;
}
.product-desc-wrap {
  padding: 15px 20px 20px;
}
.product_list_top {
  margin-bottom: 25px;
}
.pk-subcategory .subcategory-image:first-child .pk-subcategory-text {
  padding-left: 0;
}

/* .pk-subcategory .subcategory-image .pk-subcategory-text:hover .figcaption {
  background-color: var(--color-hover-two);
  border-color: var(--color-hover-two);
  color: var(--white);
  transform: translateY(-3px);
} */
button.btn.pk-filter-button.hidden {
  border-radius: 6px;
  background: var(--color-hover-two);
  border-color: var(--color-hover-two);
  color: var(--white);
  padding: 5px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.category-description p {
  margin: 0;
}
.product-miniature .thumbnail a img {
  height: 380px;
  object-fit: cover;
}

.shopping_cart .cart-button .btn,
.btn.btn-primary,
#main-content .btn-big {
  letter-spacing: 0;
  border-radius: 30px;
}
.btn-primary,
.btn-secondary,
.btn-tertiary {
  padding: 12px 25px;
}
.product-title {
  font-size: 16px;
  margin-bottom: 0;
}
.product-miniature {
  transition: var(--transition);
  margin-top: 5px;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
}
.product-miniature:hover {
  transform: translateY(-5px);
  border-color: #e0e0e0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}
.breadcrumb {
  font-size: 14px;
  margin: 15px 0px;
}
.breadcrumb ol {
  padding: 0;
}
#products .product_list {
  max-width: 1350px;
  padding: 0 10px;
  margin: auto;
}
#products .product_list_top {
  max-width: 1350px;
  padding: 0 10px;
  margin: 0 auto 20px auto;
}
/* #category nav.breadcrumb {
  position: absolute;
  z-index: 99;
} */
#category nav.breadcrumb li::before {
  color: #fff;
}
.hero-badges {
  display: flex;
  column-gap: 18px;
}
.hero-badges svg {
  fill: none;
  vertical-align: -2px;
  width: 16px;
  stroke: #e4392e;
}
.hero-badges .hero-badge-item {
  font-size: 14px;
}
.category-hero-content .cat-description p {
  width: 470px;
}
#nos-sports .pk-subcategory .pk-subcategory-text .figcaption {
  padding: 9px 20px;
  font-weight: 500;
  /* border-radius: 50px;
  border: 1px solid #e0e0e0;
  font-size: 12px; */
}
#nos-sports .pk-subcategory::after {
  content: "→";
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  transition: transform 0.3s ease;
  background: #fff;
  width: 45px;
  height: 45px;
  bottom: 25px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #ffffff6e;
}
#nos-sports a.subcategory-image:hover {
  transform: translateY(-5px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#nos-sports a.subcategory-image:hover img {
  scale: 1.1;
}
#nos-sports .pk-subcategory:hover::after {
  transform: rotate(-45deg);
}
#nos-sports .pk-subcategory {
  max-height: 310px;
}
#category .breadcrumb span {
  font-weight: 400;
  color: #fff;
}
body:not(#index) #header {
  margin-bottom: 0;
}
/* .page-category .breadcrumb {
  margin: 15px 60px;
} */
.breadcrumb li a {
  color: var(--color-body);
}
.breadcrumb li {
  color: var(--color-title);
}
#product #main .module-title {
  text-align: left;
}
#product #main .module-title span {
  border: none;
  padding: 0;
}
.ui-slider-handle {
  background: var(--color-hover-two) !important;
}

/*Other pages*/
.register-form {
  margin: 0 auto;
  background: #fff;
  color: #7a7a7a;
  padding: 50px 10% 50px 50px;
  width: 80% !important;
  border: 1px solid #ebebeb;
}
.register-form p {
  font-size: 16px;
}
.register-form p a {
  font-weight: 500;
}
.register-form p a:hover {
  color: var(--color-hover-two);
}
.register-form .form-control-submit {
  padding: 10px 30px;
}
.form-control {
  border-radius: 5px;
}
div#extra_customer_2 label {
  display: inline-flex;
  align-items: center;
}
.icon-true {
  position: relative;
}
#order-products td.product-line-info {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
td.text-xs-center.order-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
}
/* ==========================================================================
   STYLE DE LA PAGE DÉTAILS DE COMMANDE 
   ========================================================================== */

#content.page-content.card-block {
  color: #000;
}

#content .box,
#order-history,
.order-message-form {
  border: 1px solid #e9ecef;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

/* Titres */
#order-detail #content h3,
#order-detail #content h4 {
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #e9ecef;
  padding-bottom: 10px;
}

#order-detail #order-infos .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#order-infos strong {
  color: #000;
}

.button-primary,
.form-control-submit {
  display: inline-block;
  background-color: var(--color-hover-two) !important;
  color: #ffffff !important;
  transition: background-color 0.3s ease;
  border: none;
  text-decoration: none;
  font-size: 13px !important;
  min-width: 150px;
  padding: 14px;
  margin: auto;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 3px;
}

.button-primary:hover,
.form-control-submit:hover {
  background-color: var(--color-hover-two) !important;
  text-decoration: none;
}

#order-infos ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}

#order-infos ul li {
  font-size: 0.95rem;
}

#order-infos ul li strong {
  color: #777;
  font-weight: 500;
  margin-right: 5px;
}

#order-detail .label-pill.bright {
  padding: 6px 14px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  color: #fff;
  display: inline-block;
}

#order-detail .table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

#order-detail .table thead.thead-default th {
  background-color: #f1f3f5;
  color: #495057;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 12px 15px;
  border: 1px solid #dee2e6;
}

#order-detail .table tbody td {
  padding: 15px;
  border: 1px solid #dee2e6;
  vertical-align: middle;
  font-size: 0.95rem;
}
#order-detail .table tfoot tr td {
  padding: 12px 15px;
  font-size: 0.95rem;
  border-top: 1px solid #dee2e6;
}

#order-detail .line-total td {
  font-size: 1.2rem !important;
  font-weight: 700;
  color: #000;
}

#order-detail #delivery-address,
#order-detail #invoice-address {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #e9ecef;
}

#order-detail address {
  font-style: normal;
  line-height: 1.6;
  color: #495057;
  font-size: 0.95rem;
}

#order-detail .form-fields .form-group {
  margin-bottom: 20px;
}

#order-detail .page-content .form-control {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 0.95rem;
  transition: border-color 0.2s;
}

#order-detail .form-control:focus {
  border-color: var(--color-hover-two);
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 70, 190, 0.15);
}

#order-detail .form-footer {
  text-align: center;
}

.steps-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
#wrapper .payment-option.clearfix {
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.step {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: var(--shadow-block);
  position: relative;
  transition: var(--transition);
}
.step:hover {
  transform: translateY(-5px);
}

.step .step-number {
  width: 35px;
  height: 35px;
  background: var(--color-hover);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.step h3 {
  margin: 10px 0;
  font-size: 20px;
  color: var(--color-title);
}

/**/
.view_grid .product_list .grid-container {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  column-gap: 25px;
}
h5 {
  margin: 0px 0 0;
}

.block-promo .promo-code {
  padding: 0.9375rem 1.25rem;
  background: #f5f5f5;
}
#checkout .block-promo .promo-code {
  padding: 0;
}
.cart-detailed-totals {
  display: flex;
  flex-direction: column;
}
.block-promo {
  order: -1;
}
.block-promo .promo-code form > .btn-primary {
  border-radius: 25px;
}
.block-promo .promo-code form .promo-input {
  border: 2px solid #000;
  width: auto;
  height: 2.8125rem;
  flex: 1;
  margin-right: 0.625rem;
  font-size: 16px;
  padding-left: 10px;
}
.block-promo .promo-code form > * {
  border-radius: 5px;
}
.block-promo .promo-code form > * {
  margin: 5px 0;
}
.page-my-account #content .links a span.link-item {
  /* box-shadow: var(--shadow-block); */
  padding: 20px;
  border-radius: 5px;
}

.avantages-liste {
  list-style-type: none;
  padding: 0;
}

.avantages-liste li::before {
  content: "✓";
  position: relative;
  left: 0;
  color: #2ecc71;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 5px;
}
.cart-detailed-totals-wrap,
.card.cart-summary {
  border-radius: 5px;
  font-size: 17px;
  box-shadow: var(--shadow-block) !important;
  margin-bottom: 25px;
}
.authentication-page h2,
.page-header h1 {
  margin: 0 0 35px;
  text-transform: none;
  font-size: 28px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0;
}

.ambassadeurs-sec .elementor-image img {
  height: 600px;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.nos-clubs-sec {
  background: #f9f9f9;
}

.nos-clubs-sec .elementor-widget-image-box {
  width: fit-content;
}
.nos-clubs-sec .elementor-widget-wrap {
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.nos-clubs-sec .elementor-image-box-wrapper {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: var(--transition);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.nos-clubs-sec .elementor-image-box-img a {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.nos-clubs-sec .elementor-image-box-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: var(--transition);
}

.nos-clubs-sec .elementor-image-box-content {
  padding: 20px;
}
.nos-clubs-sec .elementor-image-box-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.nos-clubs-sec .elementor-image-box-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-block);
}

.nos-clubs-sec .elementor-image-box-wrapper:hover img {
  transform: scale(1.08);
}

.nos-clubs-sec .elementor-image-box-wrapper:hover .elementor-image-box-title {
  color: var(--color-hover-two) !important;
}
body#checkout section.checkout-step .address-item.selected {
  background: #fff;
  border: var(--color-hover-two) 1px solid;
  border-radius: 5px;
}
body#checkout section.checkout-step .radio-block {
  padding: 0.9375rem;
}
body#checkout section.checkout-step .address {
  padding: 20px 0 0 20px;
  border-top: 1px solid #ebebeb;
}
body#checkout section.checkout-step .address-footer {
  padding: 0.625rem;
  text-align: center;
}
div#delivery-addresses > p {
  display: none;
}
.row.carrier.carrier-hasLogo .row,
.row.carrier.carrier-hasLogo {
  display: flex;
  align-items: center;
}
body#checkout section.checkout-step .delivery-options .delivery-option {
  display: flex;
  align-items: center;
}
.carriere-name-container.col-xs-9 {
  font-weight: 500;
  color: #000;
}
body#checkout section.checkout-step .delivery-options .delivery-option img {
  width: 3.125rem;
}
/*404*/
#pagenotfound .page-not-found,
#products .page-not-found {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 0px !important;
}
/*Forms*/
.page-contact #header {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.wpcfu .form-control:not(textarea) {
  height: 45px !important;
  border-radius: 5px;
}
.wpcfu .form-control {
  border-radius: 5px;
}
.ets_cfu_form-control.ets_cfu-submit {
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
  transition: var(--transition);
  border-width: 1px;
  width: 100%;
  padding: 12px 35px;
  background-color: var(--color-hover-two);
  border-color: var(--color-hover-two);
  color: var(--white);
}
.cms-id-26 .ets_cfu_form-control.ets_cfu-submit {
  width: fit-content;
  display: flex;
  margin: 0 auto;
}
.ets_cfu_form-control.ets_cfu-submit:hover {
  background-color: transparent;
  border-color: var(--color-hover-two);
  color: var(--color-title);
}
.ets_cfu_wrapper .ets_cfu_box:last-child .col2 {
  display: flex;
  align-items: end;
}
/**/
.favorites-button {
  font-size: 16px;
  gap: 8px;
  color: var(--color-title);
}
/*Module du personnalisation*/
.ui-resizable-se:before {
  top: -2px !important;
}
.list-combination-data .color,
.list-combination-data .custom-checkbox input[type="checkbox"] + span.color {
  display: block;
}
.customization-button-wrapper {
  padding-top: 10px;
}
.customization-button-wrapper .customize-btn {
  width: 100%;
  border-width: 1px;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 600;
}
.product-thumbnail {
  margin-bottom: 0px;
}
.view_list .product-description .product-title {
  order: -1;
}
.view_list .customization-button-wrapper .customize-btn {
  width: 200px;
  float: left;
}
.view_list .product-description .short-desc {
  order: -1;
  text-align: left;
  font-size: 16px;
}
.view_list .product-category-label {
  order: -1;
}
.product-miniature:hover .customization-button-wrapper .customize-btn {
  background-color: var(--color-hover-two);
  color: var(--white);
  border-color: var(--color-hover-two);
  transform: translateY(-5px);
}

#head-cdes {
  display: flex;
  align-items: center;
}
.product-customizations-modal {
  display: none;
}
.product-customization-line {
  font-size: 80%;
  display: none;
}
#order-items .order-line {
  display: flex;
  align-items: center;
}
.order-details-wrapper {
  border-radius: 5px;
}
.cp-get-canvas:hover::after,
.elementor-button-link:hover .elementor-align-icon-right {
  animation: passing 1.2s linear infinite;
}
.elementor-button .elementor-align-icon-right {
  margin-left: 10px;
}
.cp-get-canvas::after {
  content: url("/themes/alysum/assets/svg/arrow.svg");
  height: 20px;
}
.pricing-container {
  max-width: 650px;
  margin: 20px auto;
  text-transform: uppercase;
}

.pricing-container .pricing-header {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.pricing-container .header-main,
.pricing-container .header-side {
  background-color: #000;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}

.pricing-container .header-main {
  flex: 3;
}
.pricing-container .header-side {
  flex: 1;
}

.pricing-container .pricing-row {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.pricing-container .qty {
  flex: 3;
  background-color: #a6a6a6;
  color: #fff;
  padding: 12px;
  text-align: center;
  border: 1.5px solid #000;
  font-weight: 600;
}

.pricing-container .discount {
  flex: 1;
  background-color: #fff;
  color: #333;
  padding: 12px;
  text-align: center;
  border: 1.5px solid #000;
  font-weight: bold;
}
.cp-btn-action a,
.update-opt {
  font-size: 16px;
  color: #000;
  opacity: 0.9;
  font-weight: 500;
}
/*hookDisplayGuide*/
#pksizeguide-global {
  padding-top: 0px;
}
#pksizeguide {
  border-radius: 8px;
  overflow: hidden;
}
.hookDisplayGuide * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.hookDisplayGuide {
  font-size: 10px;
  color: var(--color-title);
  background: #fff;
  padding: 10px 0;
  max-width: 100%;
}

.hookDisplayGuide .note {
  text-align: center;
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}
.hookDisplayGuide .section-block {
  border: 1px solid #aaa;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.hookDisplayGuide .section-title {
  background: var(--color-title);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 0;
  text-transform: uppercase;
}

.hookDisplayGuide .inner {
  display: flex;
}

.hookDisplayGuide .tables-col {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.hookDisplayGuide .img-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  gap: 6px;
  border-left: 1px solid #ccc;
  min-width: 70px;
  background: #fff;
}

.hookDisplayGuide .img-col img {
  max-width: 100%;
  height: auto;
}

.hookDisplayGuide .row-group {
  margin-bottom: 2px;
}

.hookDisplayGuide .sub-bar {
  font-size: 11px;
  font-weight: bold;
  background: #888;
  color: #fff;
  padding: 1px 6px;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.hookDisplayGuide .sub-bar.homme {
  background: #666;
}

.hookDisplayGuide .sub-bar.femme {
  background: #9b7a9b;
}

.hookDisplayGuide .sub-bar.enfant {
  background: #5a7a9b;
}

.hookDisplayGuide .sub-bar.short {
  background: #444;
  font-size: 13px;
}

.hookDisplayGuide table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}

.hookDisplayGuide th,
.hookDisplayGuide td {
  border: 0.5px solid #bbb;
  padding: 2px 3px;
  text-align: center;
  white-space: nowrap;
}

.hookDisplayGuide thead th {
  background: #d5d5d5;
  color: var(--color-title);
  font-weight: bold;
  font-size: 11px;
}

.hookDisplayGuide thead th.lbl {
  background: #bbb;
  text-align: left;
}

.hookDisplayGuide td.lbl {
  background: #e8e8e8;
  font-weight: bold;
  text-align: left;
  color: #333;
  font-size: 11px;
  position: sticky;
  left: 0;
  z-index: 1;
}

.hookDisplayGuide tr:nth-child(even) td:not(.lbl) {
  background: #f5f5f5;
}

.hookDisplayGuide .footer-note {
  text-align: center;
  font-size: 11px;
  color: #666;
  margin-top: 8px;
}
#pksizeguide .pksizeguide-content .nav {
  margin-top: 10px;
}
#pksizeguide .tab-content {
  padding: 0;
}
.detail-text ul {
  list-style: none;
}
.detail-text li {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.detail-text li i {
  color: #27ae60;
  margin-top: 5px;
}
/*Start Footer*/
.footer-icons {
  gap: 5px;
  align-items: center;
}
#footer a:not(.elementor-button-link):hover {
  color: var(--color-hover-two) !important;
}

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: white;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.social-btn:hover {
  transform: scale(1.1);
}

.icon-fb {
  background-color: #1877f2;
  border-radius: 50%;
}

.icon-tiktok {
  background-color: #010101;
  border-radius: 5px;
}

.icon-insta {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  border-radius: 6px;
}

.icon-linkedin {
  background-color: #0077b5;
  border-radius: 6px;
}

.social-btn svg {
  width: 21px;
  height: 21px;
  fill: var(--white);
}
.icon-insta svg {
  fill: none !important;
  stroke: var(--white);
}
a.mails {
  transition: var(--transition);
  font-weight: 500;
}
a.mails:hover {
  color: var(--color-hover-two) !important;
  text-decoration: none;
}
.d-flex {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}
.d-flex img {
  box-shadow: var(--shadow-block);
  border-radius: 5px;
}
.newsletter-form .submit-widget-newsletter {
  width: 132px;
  height: 44px;
  position: absolute;
  right: 0;
  border-radius: 0 23px 23px 0;
  background: var(--color-hover-two);
  color: var(--white) !important;
  font-size: 17px;
  transition: var(--transition);
}
.newsletter-form .submit-widget-newsletter:hover {
  background: var(--color-title);
}
.elementor-element .newsletter-input {
  height: 46px;
}
.perso-hint {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.perso-hint .hint-dot {
  width: 5px;
  height: 5px;
  min-width: 5px;
  background: #ccc;
  border-radius: 50%;
  margin-top: 6px;
}
.perso-hint span {
  font-size: 12px;
  color: #666;
  line-height: 1.45;
}
.footer-elgesport p,
.footer-second-section p {
  padding: 0 !important;
  margin: 0 !important;
}
.mode-paiement {
  max-width: 215px;
}
.paiement-securise p {
  margin: 0 !important;
}
.paiement-securise {
  max-width: fit-content;
  padding-right: 15px;
}
.footer-elgesport li a {
  display: inline-block;
  transition: transform 0.5s ease;
}
.footer-elgesport li a:hover {
  transform: translateX(7px);
}
.social-icons {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.social-icons a {
  width: 37px;
  height: 37px;
  background: #f2f2f2;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333333 !important;
  font-size: 15px;
}
.social-icons a[aria-label="Instagram"] svg {
  fill: none;
}
.social-icons a:hover {
  background: #ffffff;
  color: #0d6efd;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.icon-box .icon {
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  font-size: 20px;
  transition: var(--transition);
}
.icon-box:hover .icon {
  transform: translateY(-3px);
}
.icon-box .icon img {
  width: 25px;
  height: 25px;
  display: block;
}
.icon-box {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.icon-box .icon-title .title {
  font-size: 12px;
  font-weight: 600;
  color: #555;
  line-height: 1.3;
}
.icon-box .icon-title .text {
  font-size: 12px;
  color: #666;
  line-height: 16px;
}
/*End Footer*/
/* MODIFIER LIST PRODUCT */
.input-group-add-to-cart.list-product {
  display: flex;
  max-height: 40px;
  column-gap: 9px;
  margin-top: 10px;
}
.input-group-add-to-cart.list-product input[type="number"] {
  width: 50px;
  padding-left: 10px;
  padding-right: 0;
  border-radius: 5px;
  border-color: #000;
}
.input-group-add-to-cart.list-product button {
  position: relative;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  width: -webkit-fill-available;
}
.input-group-add-to-cart.list-product button[disabled] {
  position: relative;
  background-color: var(--color-hover-two);
}
.input-group-add-to-cart.list-product button i {
  display: none;
}
.input-group-add-to-cart.list-product button[disabled] {
  color: var(--color-hover-two);
}
.input-group-add-to-cart.list-product button[disabled] i {
  color: #fff;
  position: absolute;
  right: 45%;
  font-size: 19px;
  display: block;
  top: 12px;
}

/* creation sur mesure */
.step-timeline .elementor-widget-container {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.timeline-content p {
  padding: 0;
  margin: 0;
}
#sur-mesure-form span.ets_cfu_span {
  font-weight: 500 !important;
  margin-bottom: 0;
  font-size: 13px;
}

#sur-mesure-form .ets_cfu_box.style3 .ets_cfu_col input,
#sur-mesure-form .ets_cfu_box.style3 .ets_cfu_col select {
  max-height: 40px;
}
#sur-mesure-form .ets_cfu_input {
  margin-bottom: 0;
}
#sur-mesure-form .ets_cfu_box {
  margin-bottom: 5px;
}
.red-icon i {
  color: #d70202;
}
.red-icon h3 {
  margin: 0;
}
/* oage produit */
#product h1 {
  font-family: "Outfit";
}
/*Annimation*/
@keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes rainbow {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100vw 0;
  }
}
.page-product .tabs .nav-tabs {
  justify-content: flex-start;
}
.page-product .product-description {
  text-align: left;
}
.page-product .tab-content dl {
  border: 1px solid #e2e2e2;
  padding: 0 !important;
  margin: 0 !important;
}
.page-product .tab-content .product-features h3 {
  background: #000;
  margin: 0;
  color: #fff;
  padding: 12px;
}
.page-product li.nav-item a {
  padding: 2px 0;
}
.page-product li.nav-item {
  margin: 0 25px 0 0;
}
.data-sheet > div:has(label) {
  padding: 12px;
  border: 1px solid #dfdfdf;
}
.page-product .pk-extra-slick h2 {
  font-size: 32px !important;
}
.hero-badges .hero-badge-item {
  display: flex;
  align-items: center;
  gap: 7px;
}
.hero-badges .hero-badge-item img {
  width: 20px;
}
body.category-id-224 #products {
  display: none;
}
.price {
  font-family: "Outfit", sans-serif !important;
  font-weight: 600 !important;
}
.pk_feature_item.flex-container {
  display: block;
  line-height: 18px;
}
.dropdown::after {
  right: 15px;
}
.pk-fixed-bottom {
  bottom: 110px;
  right: 55px;
  width: 50px;
}
/* Bandeau succès */
.order_confirmation_message.elementor-alert-success {
  background-color: #d9ecc4;
  color: #2d5522;
  padding: 30px 35px;
  margin-bottom: 30px;
}
.order_confirmation_message .card-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
  color: inherit;
}
.order_confirmation_message p {
  margin: 0 0 18px;
  line-height: 1.5;
  color: inherit;
}
.order_confirmation_message p:last-child {
  margin-bottom: 0;
}
.order_confirmation_message a {
  color: inherit;
  text-decoration: underline;
  padding-left: 10px;
  font-weight: 500;
}
.order_confirmation_message b {
  font-weight: 700;
}
.order-confirmation-table > table {
  border-radius: 5px;
}
body#module-ps_emailsubscription-verification section#content {
  max-width: 700px;
  margin: 60px auto;
  padding: 40px;
  background-color: #edf7ed;
  border: 1px solid #4caf50;
  border-radius: 8px;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

body#module-ps_emailsubscription-verification section#content::before {
  content: "\2714";
  background-color: #4caf50;
  color: #ffffff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 25px;
  flex-shrink: 0;
  box-shadow: 0 2px 5px rgba(76, 175, 80, 0.3);
}
#conditions-to-approve .custom-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
#conditions-to-approve .custom-checkbox input[type="checkbox"] + span {
  margin: 4px 4px 0 0;
}
/*******Responsive******/

@media (min-width: 992px) {
  #header .page-width,
  #footer .page-width,
  #main-content > .page-width {
    margin: 0 60px;
  }
  .cart-grid {
    flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  .page-index .elementor-counter-title {
    min-height: 40px;
  }
  .nos-sports .mm_columns_ul_tab li.mm_tabs_li:last-child {
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
  .nos-sports .mm_columns_ul_tab li.mm_tabs_li:first-child {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
  }
  .mm_tab_li_content {
    border: none;
  }
  .update-opt:hover {
    background: none;
  }
  ul.ets_mm_categories ul.ets_mm_categories li .ets_mm_url {
    padding: 5px 10px;
    line-height: 22px;
    color: #555 !important;
    font-size: 13px;
  }
  .layout_layout5 .mm_blocks_ul .mm_blocks_li:first-child {
    margin-bottom: 15px;
  }
  .layout_layout5 .mm_blocks_ul .mm_blocks_li {
    margin: 0;
  }
  .btn-nos-sports {
    padding: 10px 25px;
    background: #000;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500;
    border-radius: 7px;
    transition: var(--transition);
    line-height: 20px !important;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .btn-nos-sports:hover i {
    animation: passing 1.2s linear infinite;
  }
  .btn-nos-sports:hover {
    background: #dc2626;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.2);
  }
  ul.ets_mm_categories li.has-sub > .ets_mm_url {
    padding: 3px 10px;
    border-radius: 6px;
    transition: var(--transition);
    line-height: 22px;
    color: #555 !important;
  }
  ul.ets_mm_categories li.has-sub > .ets_mm_url:hover {
    background: #f0f0f0;
    color: var(--color-hover-two) !important;
    padding-left: 14px;
  }
  .layout_layout5 .mm_columns_ul > .mm_columns_li:not(:last-child) {
    margin: 0;
    padding: 10px 12px;
    border-radius: 10px;
    transition: background 0.5s;
  }
  .layout_layout5 .nos-marques .mm_columns_ul > .mm_columns_li {
    padding: 0;
  }

  .layout_layout5
    .nos-marques
    .mm_columns_ul
    > .mm_columns_li:hover
    .ets_mm_block.mm_block_type_html {
    border-bottom-color: var(--color-hover-two);
  }
  .mm_menus_li.hover:hover .mm_columns_ul:not(.mm_columns_ul_tab):after {
    content: "";
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #d70202 0%, #fab401 50%, #d76202 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-animation-name: rainbow;
    animation-name: rainbow;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
  #product-images-cont {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #product-images-cont .pk-ce-widget.view_grid {
    width: 110px !important;
  }
  .thumb-container.js-thumb-container,
  .thumb-container.js-thumb-container img {
    width: 110px !important;
    height: 150px !important;
    object-fit: cover;
  }
  .thumb-vertical .slick-vertical .slick-slide {
    height: 155px !important;
  }

  .mm_block_type_image .ets_mm_block_content img {
    -webkit-perspective: 50em;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    width: 100%;
    border-radius: 5px;
  }
  .layout_layout5 .nos-marques .mm_columns_ul > .mm_columns_li {
    margin: 0px 0 10px;
  }
  .layout_layout5 .mm_columns_ul > .mm_columns_li {
    border: none;
  }
  .mm_menus_li.hover:hover .mm_columns_ul:not(.mm_columns_ul_tab) {
    width: calc(100% + 140px) !important;
    left: -70px;
    padding: 32px 40px 28px;
  }
  ul.ets_mm_categories li.has-sub > a:after {
    right: 10px;
  }
  .mm_menus_li > a .mm_menu_content_title:after {
    bottom: 0;
    content: "";
    background-color: transparent;
    height: 2px;
    left: 0px;
    width: 1px;
    z-index: 2;
    transition: var(--transition);
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
  }
  .mm_menus_li:hover > a .mm_menu_content_title:after,
  .mm_menus_li.active > a .mm_menu_content_title:after {
    transform: translateY(-50%) scale(1.1);
    background-color: var(--color-hover-two);
    width: 100%;
  }

  .ets_mm_block_content ul li ul.ets_mm_categories {
    right: 0;
    left: auto;
  }
  li.has-sub > .ets_mm_categories li:hover a {
    background-color: #f0f0f0;
    padding-left: 15px;
  }
  li.has-sub > .ets_mm_categories li:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }
  li.has-sub > .ets_mm_categories {
    border-radius: 5px;
  }
}

@media (max-width: 767px) {
  .ybc_blog_layout_grid .ybc-blog-list > li {
    width: 100%;
  }
  .blog-paggination {
    padding: 0 30px;
  }
  #ybc_blog_page #list-blog h1.page-heading.product-listing {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  #ybc_blog_page .ybc-blog-list,
  #ybc_blog_page div#js-post-list-top {
    margin: 30px 0px;
  }
  .hero-blog-list {
    min-height: 250px;
  }
  .page_home.ybc_block_default .ybc_blog_content_block {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .blog_hero {
    padding: 0 30px;
  }
  .blog_hero .row {
    display: flex;
    flex-wrap: wrap;
  }
  #ybc_blog_page h1 span {
    font-size: 40px !important;
    line-height: 45px !important;
    font-weight: 500 !important;
  }
  #ybc_blog_page #content-wrapper.right-column {
    width: 100% !important;
  }
  .ybc-blog-wrapper-detail {
    padding: 0px 40px;
  }

  .elge-cta {
    padding: 17px;
  }
  .blog-publication-date {
    margin-bottom: 15px;
  }
  .blog_hero .ybc_image-single img {
    margin-bottom: 30px;
  }
  #category #products {
    padding: 0 20px 20px 0 !important;
  }
  #ybc_blog_page .blog_description h2 {
    font-size: 28px;
    color: #000;
    font-weight: 500;
    line-height: 32px;
  }
  .sys-info {
    display: block !important;
  }
  .elementor-background-video-container {
    display: block !important;
  }
  #tab-nos-sports {
    display: block;
  }
  #manufacturer .brands-list ul {
    margin: 0;
    justify-content: center;
  }
  #manufacturer li.brand {
    max-width: 100%;
  }
  .page-title-wrapper.bg_big {
    padding: 20px;
  }
  .category-hero-content {
    width: 100%;
    margin: auto;
  }
  .perso-buttons a.elementor-button {
    width: auto;
  }
  .category-hero-content .cat-description p {
    width: 100%;
  }
  .page-title-wrapper.bg_big {
    background-size: inherit !important;
  }
  .hero-badges {
    flex-direction: column;
  }
  #nos-sports .pk-ce-widget.view_grid {
    grid-template-columns: none;
    padding-right: 20px;
  }
  .page-category #main {
    padding: 0 !important;
  }

  .icon-box {
    margin-bottom: 10px;
  }
  #order-detail #order-infos .row {
    flex-direction: column;
    gap: 15px;
  }
  #pksizeguide-show {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px;
  }
  #pksizeguide-show .arrow_size-guide {
    position: relative;
    right: 0;
  }
  #order-detail #order-infos .row .col-xs-3.text-xs-right,
  #order-detail #order-infos .row .col-xs-9 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #conditions-to-approve li {
    display: flex;
  }
  .view_grid .product_list .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  .mesure-sec .elementor-image-box-title a br {
    display: none;
  }
  .mesure-sec .elementor-image-box-content {
    min-height: 120px;
  }
  #main {
    padding: 0 15px;
  }
  #checkout #wrapper h1,
  #checkout .step-title {
    font-size: 24px;
    line-height: 30px;
  }
  .row.carrier.carrier-hasLogo .row,
  .row.carrier.carrier-hasLogo {
    flex-wrap: wrap;
    justify-content: center;
  }
  div#typing {
    min-height: 40px;
  }
  .page-category .breadcrumb {
    margin: 15px 0px;
  }
  .category-hero-content .parent-cat {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .nos-clubs-sec .elementor-widget-wrap {
    flex-direction: column;
    align-items: center;
  }
  .mm_menus_li > a {
    padding: 0;
  }
  .ets_mm_megamenu.hook-custom {
    margin-top: 0;
  }
  .transition_floating .close_menu {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }
  .ets_rv_reviews_header .ets_rv_reviews_title,
  #product #main .module-title {
    font-size: 28px;
    line-height: 35px;
  }
  #product-images-cont.thumb-vertical {
    flex-direction: column-reverse;
  }
  .product-information .product-quantity {
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .d-flex {
    justify-content: start;
  }
  .steps-container {
    grid-template-columns: 1fr;
  }
  /**/
  #product-images-cont.thumb-vertical .pk-slick-carousel {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto;
    overflow-y: hidden;
    height: auto !important;
  }
  #product-images-cont.thumb-vertical .pk-slick-carousel .slick-list.draggable {
    height: auto !important;
  }

  #product-images-cont.thumb-vertical .slick-track {
    display: flex !important;
    transform: none !important;
    height: auto !important;
  }

  #product-images-cont.thumb-vertical .slick-slide {
    width: 90px !important;
    flex-shrink: 0;
  }
  .thumb-container.js-thumb-container,
  .thumb-container.js-thumb-container img {
    margin-top: 5px;
  }
  .newsletter-form .submit-widget-newsletter {
    width: 100px;
    height: 40px;
    font-size: 14px;
  }
  .elementor-element .newsletter-input {
    height: 40px;
  }
}

@media (max-width: 480px) {
  .pricing-header,
  .pricing-row {
    gap: 5px;
  }
  .header-main,
  .header-side,
  .qty,
  .discount {
    padding: 10px 5px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-width2,
  .p-width p {
    width: 100%;
  }
  .hookDisplayGuide .inner {
    flex-direction: column;
  }
  #pksizeguide-global {
    padding-top: 0;
  }

  .hookDisplayGuide .img-col {
    flex-direction: row;
    border-left: none;
    border-top: 1px solid #ccc;
    padding: 10px;
    flex-wrap: wrap;
  }

  .hookDisplayGuide .img-col img {
    max-height: 120px;
    width: auto;
  }

  .hookDisplayGuide .tables-col > div[style*="display: flex"] {
    flex-direction: column !important;
  }
}
@media (width >= 1024px) {
  body:not(#index) #header {
    border-bottom: none;
  }
}
