.cartempty {
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-filters-header {
  background-color: #f2f2f2;
  border-radius: 0;
}

a[data-js-convert-points] span.price  {
  color: #fff;
}

a[data-js-convert-points] {
  display: inline-block;
  padding: 10px 16px;
  background:#bd1818;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s ease;
  color: #fff;
}

a[data-js-convert-points]:hover{
  background: #000;
  color: #fff;
}

#loyalty {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-bottom: 0;
    margin-top: 10px;
}
.cart-loyalty {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #000000;
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 10px;
}

#loyalty img, .loyaltyimg {
  width: 18px;
  height: auto;
}

.artifidel {
    flex: 1;
    font-size: 12px!important;
    line-height: 1.5;
    margin-bottom: 0!important
}

#loyalty i {
    font-size: 20px;
    width: 35px;
}


#loyalty .totloyalty {
  margin-bottom: 0;
}


.modal-fullscreen.search-modal .search-form__input {
      border: 1px solid #989898;
    background-color: #fff;
    color: #4d4d4d;
}
.modal-fullscreen.search-modal .close {
    font-size: 1.6rem;
    font-weight: 400;
}
.modal-fullscreen.search-modal .search-form__btn {
    color: #4d4d4d;
}

@media (max-width: 575.98px) { 
 #product .product-add-to-cart .product-quantity > .qty {
    flex: 0;
    flex-grow: unset;
    width: auto;
    flex-basis: unset;
 }

#product .product-add-to-cart .product-quantity > .add {
    flex: 1;
    width: auto;
}

}

.js-search-result .card,
.products-list .card {
  border: 0;
}

#cart main {
    background-color: #f2f2f2;
}

#cart .btn-continuecart {
    border: 0;
    padding-left: 0;
    padding-right: 10px;
}

@media (max-width: 767.98px) {
    .breadcrumb {
        margin: 0;
    }

    .product-container {
        margin-top: 0px;
    }
}

.modal-filters-header .modal-title {
  font-weight: 600;
    font-family: "Oswald", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 1;
}

.cartempty svg {
  max-width: 120px;
  opacity: 0.3;
}
.cartempty .alert {
    text-align: center !important;
    font-family: "Oswald", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 140%;
    opacity: 0.4;
}

.layout-grid {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.ionicon-cart, .ionicon-user {
  width: 36px;
}

.header-top__badge {
  background: var(--red);
  font-size: 0.65rem;
  font-weight: 400;
  height: 1.7em;
  line-height: 1.7em;
  top: 0.5em;
  width: 1.7em;
}

.search-filters__header {
  font-size: 14px;
}

#js-active-search-filters .card-body li a {
 padding-top: 5px;
}

#search_filters_wrapper #search_filter_controls{
 display: none;
}
#search_filters .clear-all-wrapper {
  padding-top: 5px;
}
#search_filters .clear-all-wrapper button {
  border-radius: 20px;
}

#search_filters .noUi-connect
{
  background-color: var(--red);
}
#mobile_filters .modal-footer button {
  border-radius: 20px;
}

#search_filters .card-header  {
  padding: 15px 1.25rem 3px 1.25rem;
  background-color: transparent!important;
  border: 0!important;
}
#search_filters .card-header p  {
  font-size: 13px!important;
  text-transform: uppercase;
  font-weight: 400!important;
}
#search_filters {
  border: 0;
}
#_mobile_filters .custom-control-input-color {
    border-radius: 20px;
}

#mobile_filters section.list-group-item,
#mobile_filters .modal-footer,
#mobile_filters .card-header,
#mobile_filters .modal-filters-header 
{
  padding-left: 2rem;
  padding-right: 2rem;
}

#mobile_filters .search-filters__collapse {
    margin-top: 8px;
    margin-bottom: 8px;
}

#js-active-search-filters .card {
  padding: 5px 0;
}
#js-active-search-filters .card-body li a {
 border-radius: 20px;
 font-size: 13px;
 font-weight: bold;
 color: #080505;
 border-color: #d3d3d3;
 padding:8px 20px 8px 20px
}
#js-active-search-filters .card-body li a:hover {
 background-color: #f2f2f2;
}

#category .block-category,
header .container,
main .container,
footer .container {
  margin: 0 auto;
  padding: 0 2.5rem;
  width: 100%;
}


@media screen and (max-width:767px) {

  #authentication main .container {
    margin: 0;
    padding: 0;
  }

}

@media screen and (max-width:500px) {
  #category .block-category,
  header .container,
  main .container,
  footer .container {
    padding: 0 1rem;
  }
  .l-header {
    margin: 0;
  }

}
@media screen and (min-width:1400px) {
  #category .block-category,
  header .container,
  main .container,
  footer .container {
    padding: 0 3.5rem;
  }

}


.blockenavant {
  margin-bottom: 40px;
}

.blockenavant img {
  border-radius: 30px;
}

/*BANNER*/


#banner_home_main .banner, #banner_second_main .banner {
  border-radius: 20px;
  overflow: hidden;
  display: block;
}


#banner_home_main , #banner_second_main {
  padding: 30px 0;
}

.banner-theme-dark {
  background-color: #000000;
}
/*Brand*/

#brand-slider-is {
    padding: 1rem 0 0 0;
}

#banner_home_main {
    padding: 0 0 30px 0;
}

/*Prestablog*/


.prestablogswip {
  margin: 20px 0;
}

.pblogtitle {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}


.cat_pblog a {
  font-weight: 600;
  font-size: 13px;
}





/*Modif theme*/

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

.l-main {
    margin-bottom: 0;
}


/*CART*/

#cart .card {
    border: 0;
}
#cart .card-header {
    background: transparent;
}

#cart .card-header h1 {
  font-family: "Oswald", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 30px;
}

#cart .card-header p { 
  font-family: "Oswald", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 20px;
}

#cart .cart-voucher,
#checkout .cart-voucher
{
  margin-top: 20px;
}
#checkout #checkout-personal-information-step .nav{
  gap: 10px;
}
#checkout #checkout-personal-information-step .nav .nav-link {
  border: 1px solid black;
}
#cart .card.cart-summary {
    background: #f2f2f2;
    background: #fff;
}



#cart div#others_cart > * {
    margin: 0 auto;
}

#cart .payments_carts img {
    max-width: 310px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
#cart .btn-commander {
    border-radius: 30px;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    background-color: #07ab0d;
    border: 0;
    max-width: 380px;
}
#cart .alma-payment-plans-container {
    border-radius: 10px;
}

#cart .btn-codevoucher {
    border-radius: 0 20px 20px 0;
}

div#others_wrap {
    margin-bottom: 40px;
    background: #fff;
    padding: 20px;
    border-radius: .4rem;
}


#cart .trashcart {
  width: 30px;
  height: 30px;
}

.cart-grid-right #js-checkout-summary {
  border: 0;
}

#avis_carousel {
  padding: 20px 0;
  background-color: #f2f2f2;
}

#avis_carousel .skeepers_carousel_container {
    gap: 20px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
}
#avis_carousel .rating__value-numeric,
#avis_carousel .skeepers_carousel_container .skp-review__carousel .skp-review__rating-fact,
#avis_carousel .skeepers_carousel_container .skp-swiper-slide .skp-view-more,
#avis_carousel .skeepers_carousel_container .skp-carousel-container .skp-slide-arrow
{
   color:black!important;
}


#avis_carousel .skeepers_carousel_container .skp-swiper-pagination-bullet--active button {
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 1)!important;
}


#skeepers_carousel.skeepers_carousel_container .stars__item, #skeepers_carousel_modal .stars__item {
    background: transparent!important;
    width: 17px;
    height: 17px;
}


.skeepers_carousel_container .stars__item:after, #skeepers_carousel_modal .stars__item:after {
    display: none;
}


.blockcart__dropdown .skeepers_product__stars {
 display: none;
}
.blockcart__dropdown .bootstrap-touchspin>input {
/* min-width: none!important; */
}

.blockcart__dropdown .product-line-grid__block{
  padding: 0;
}

@media (min-width: 576px) {
  #category .block-category,
  header .container,
  main .container,
  footer .container {
    max-width: unset;
  }
}
@media (min-width: 768px) {
  #category .block-category,
  header .container,
  main .container,
  footer .container {
    max-width: unset;
  }
}
@media (min-width: 992px) {
  #category .block-category,
  header .container,
  main .container,
  footer .container {
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  #category .block-category,
  header .container,
  main .container,
  footer .container {
    max-width: 1440px;
    max-width: 1800px;
    /* max-width: 95%; */
  }

  #page-order-detail .container,
  .page-customer-account .container,
  .page-addresses .container,
  #module-ps_emailalerts-account .container {
    max-width: 1600px;
    /* max-width: 95%; */
  }


  #avis_carousel .container{
    max-width: 1300px;
    /* max-width: 95%; */
  }

  #product main .container,
  #module-prestablog-blog main .container
  {
    max-width: 1600px;
  }


   #module-prestablog-blog main .img-responsive
    {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto;
    }




    #cms main .container{
    max-width: 1100px;
  }

}

/*Pretablog*/

  #module-prestablog-blog main article .bg-light {
      border-radius: 20px;
      background-color: #f2f2f2!important;
  }

  #module-prestablog-blog main #content-wrapper{
      margin: 10px 0 40px 0;
  }


#cms main a {
  text-decoration: underline;
}
#cms main a.btn, #cms main a .btn  {
  text-decoration: none;
}
#cms main h1, 
#cms main h2, 
#cms main h3 {
    font-family: "Oswald", "Arial Narrow", Arial, Helvetica, sans-serif;
}



#cms main blockquote {
  padding: 10px 30px 10px 30px;
  position: relative;
  color: white;
  margin: 10px 0 30px 0;
  border: none;
  background-color: black;
  border-radius: 20px;
  line-height: 1.5;
  font-size: 15px;
}
#cms main blockquote p {
  margin-bottom: 4px;
  margin-top: 4px;
}

/*customer select*/


.identity-customer-welcome {
  margin-bottom: 8px;
  margin-left: 5px;
  font-size: 18px;
  font-weight: 600;
}

.customer-links-mobile {
  display: none;
}

.customer-links-mobile {
  position: relative;
}

.customer-links-mobile__select {
  width: 100%;
  height: 48px;
  padding: 0 50px 0 15px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.customer-links-mobile::after {
  content: "▼";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);

  font-size: 12px;
  pointer-events: none;
  color: #222;
}
.identity-customer-welcome {
  display: none;
}

@media (max-width: 767px) {

  .identity-customer-welcome {
    display: block;
  }

  .customer-links__list {
    display: none;
  }

  .customer-links-mobile {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .customer-links-mobile__select {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 45px 0 15px;

    font-size: 16px;
    font-weight: 500;

    color: #222;
    background-color: #fff;

    border: 1px solid #ddd;
    border-radius: 4px;

    cursor: pointer;
  }

  .customer-links {
      margin: 0;
      display: flex;
      flex-direction: column-reverse;
  }

  .customer-links {
      margin: 10px 0 20px 0;
      background: #f2f2f2;
      border-radius: 11px;
      padding: 5px 10px;
   }

  .customer-links__footer {
        margin-bottom: 5px
    }

}


.badge-warning2 {
  background-color: #ffc60c;
  color: #212529;
  width: 24px;
  height: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#product-availability {
  margin: 8px 0;
  display: flex;
  gap: 6px;
  align-items: center;
}
.roundicone {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-availability {
  font-weight: 600;
  font-size: 14px;
}


.header-top__block--logo .logo {
 max-width: 200px;
}
.footer-container .logo svg {
  fill:#fff
}

.footer-container .footer-desc {
  padding-right: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}


.post-footer-bar {
    background: #252525;
    color: #ffffff;
    padding: 20px 0;
    font-size: 14px;
}


.post-footer-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}



.post-footer-links img {
  max-width: 300px;
  height: auto;
  width: 100%;
}

.post-footer-bar a {
    color: #ccc;
}

.post-footer-bar a:hover {
    color: #fff;
}

.post-footer-socials {
display: flex;
gap: 10px;
}
.post-footer-socials .icon {
font-size: 20px;
}
.post-footer-socials a {
color: #000000;
}


.cms-content .imagecms {
    max-width: 760px;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
}


.faq-header { border-bottom: 0.5px solid var(--color-border-tertiary, #e0e0e0); padding-bottom: 1rem; margin-bottom: 1.5rem; }
.faq-header h2 { font-size: 22px; font-weight: 500; color: var(--color-text-primary, #1a1a1a); margin: 0; }
.faq-header p { font-size: 14px; color: var(--color-text-secondary, #666); margin: 0.5rem 0 0; }
#faq-accordion .card { border: 0.5px solid var(--color-border-tertiary, #e0e0e0); border-radius: 10px; margin-bottom: 8px; overflow: hidden; background: var(--color-background-primary, #fff); }
#faq-accordion .card-header { background: var(--color-background-primary, #fff); border-bottom: none; padding: 0; }
#faq-accordion .card-header button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 1rem 1.25rem; font-size: 15px; font-weight: 500; color: var(--color-text-primary, #1a1a1a); text-decoration: none; background: none; border: none; text-align: left; gap: 12px; }
#faq-accordion .card-header button:hover { background: var(--color-background-secondary, #f5f5f5); text-decoration: none; color: var(--color-text-primary, #1a1a1a); }
#faq-accordion .card-header button:focus { box-shadow: none; outline: none; }
#faq-accordion .card-header button.collapsed .chevron { transform: rotate(0deg); }
#faq-accordion .card-header button .chevron { flex-shrink: 0; width: 18px; height: 18px; transition: transform 0.2s ease; transform: rotate(180deg); color: var(--color-text-secondary, #888); }
#faq-accordion .card-body { padding: 10px 1.25rem 1.25rem; font-size: 15px; line-height: 1.7; color: var(--color-text-secondary, #555); }
#faq-accordion .card-body a { color: #000000; }
#faq-accordion .badge-section { display: inline-block; font-size: 13px; font-weight: 500; background: #f4e6dc; color: #0b0b0b; border-radius: 6px; padding: 3px 10px; margin-bottom: 1rem; }
#faq-accordion .contact-box { background: var(--color-background-secondary, #f8f8f8); border-radius: 8px; padding: 1rem 1.25rem; margin-top: 1rem; font-size: 14px; }
#faq-accordion .contact-box strong { display: block; margin-bottom: 0.5rem; color: var(--color-text-primary, #1a1a1a); }
#faq-accordion .contact-item { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; color: var(--color-text-secondary, #666); }



#homeslider_is { 
  background-color: #000000;
  padding: 20px 0 20px 0;
}

.extra_before_price {
  height: 20px;
}


@media (max-width: 767px) {
  #homeslider_is { 
    padding: 10px 0 30px 0;
  }
}


.h1.featured-products__title {
  font-size: 30px;
  font-weight: 600;
  padding-left: 10px;
  text-transform: none;
}


/*Test*/



/*test2*/

@media (max-width: 767px) {
  #homeslider_is { 
    padding: 10px 0 0 0;
  }
  #homeslider_is .container { 
    padding: 0;
  }
  .homeslider, 
  .homeslider__slide img {
    border-radius: 0;
  }

  /* #index h1 {
     position: absolute!important;
     margin-bottom: 5px!important;
     top: -38px!important;
     z-index: 8!important;
  } */
  #index h1 {
     position: static;
     margin-bottom: 5px!important;
     font-size: 22px!important;
     font-weight: 600!important;
     padding-left: 0px!important;
     margin: 0!important;
  }

  #featured-tabs-section {
    margin-top: 25px!important;
  }
}


/*Module featured tab*/




#featuredTabsNav {
  border:0;
  display: flex;
  column-gap: 40px;
  
}

#featured-tabs-header {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

#featuredTabsNav .nav-link, #featuredTabsNav .nav-link.active {
  border:0;
}
#featuredTabsNav .nav-link {
  font-family: "Oswald", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: .2rem .2rem;
  text-transform: uppercase;
}
#featuredTabsContent .featured-products__slider .product-slider__item {
  padding: 0 10px;
}


#featuredTabsNav .nav-link.active {
  color: var(--red);
  border-bottom: 2px solid var(--red);
}

/* ── Bloc publicitaire ── */
/* ── Bloc publicitaire ── */
 
/* La row est déjà en align-items-stretch → les deux col ont la même hauteur.
   Il suffit de propager cette hauteur jusqu'au banner-wrapper via height:100%. */
 
.featured-tabs__promo-col {
  padding-top: 0;
}
 
.featured-tabs__promo {
  height: 100%;         /* propage la hauteur de la colonne */
  position: relative; /* ou supprimer complètement cette ligne */

}
 
.featured-tabs__promo .banner-wrapper {
  position: relative;
  height: 100%;         /* propage la hauteur de .featured-tabs__promo */
  min-height: 200px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #f5f5f5;
}
 
.featured-tabs__promo .banner-wrapper .banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
 
.featured-tabs__promo .banner-wrapper .banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  transition: transform .35s ease, opacity .35s ease;
}
 
.featured-tabs__promo .banner-wrapper:hover .banner-image {
  transform: scale(1.03);
  opacity: .92;
}
 
@media (max-width: 991px) {
  .featured-tabs__promo-col {
    margin-top: 1.5rem;
  }
  .featured-tabs__promo {
    height: auto;
    position: static;
  }
  .featured-tabs__promo .banner-wrapper {
    height: 260px;
  }

 .featured-tabs__promo-col {
        display: none;
    }

    /* Le contenu principal prend toute la largeur */
    .featured-tabs__body > .col-lg-9 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    #featured-tabs-header {
    align-items: flex-start;
    flex-direction: column;
  }

  #featuredTabsNav {
      gap: 20px;
  }

  #featuredTabsNav .nav-link, #featuredTabsNav .nav-link.active {
    font-size: 16px;
  }
  .h1.featured-products__title {
    font-size: 26px;
  }

}
 

/*Fin Module featured tab*/


/* =========================================
   ANNUAIRE TATTOO
   Design moderne - noir & blanc
   ========================================= */

.annuaire-tattoo {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto 40px auto;
    border-collapse: separate;
    border-spacing: 0 18px;
    border: 0 !important;
    background: transparent;
}

.annuaire-tattoo tr {
    background: #fff;
}

.annuaire-tattoo td {
    padding: 15px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    vertical-align: middle;
}

.annuaire-tattoo td:first-child {
    width: 27%;
    padding-left: 15px;
    border-left: 1px solid #000000;
    border-radius: 10px 0 0 10px;
}

.annuaire-tattoo td:nth-child(2) {
    width: 58%;
    text-align: center;
}

.annuaire-tattoo td:last-child {
    width: 15%;
    text-align: center;
    padding-right: 15px;
    border-right: 1px solid #000000;
    border-radius: 0 10px 10px 0;
}

.annuaire-tattoo h3 {
    margin: 0 0 16px;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #111;
}

.annuaire-tattoo p {
    margin: 2px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

.annuaire-tattoo p strong {
    color: #111;
    font-weight: 700;
}

.annuaire-tattoo em {
    color: #777;
    font-style: normal;
}

.annuaire-tattoo img {
    display: block;
    max-width: 100% !important;
    width: auto !important;
    height: 160px !important;
    margin: 0 auto !important;
    object-fit: contain;
    border-radius: 6px;
}

.annuaire-tattoo a.btn,
.annuaire-tattoo a[class*="btn"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 75px;
    padding: 10px 18px;
    border: 1px solid #222 !important;
    border-radius: 4px;
    background: #fff !important;
    color: #111 !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.annuaire-tattoo a.btn:hover,
.annuaire-tattoo a[class*="btn"]:hover {
    background: #111 !important;
    color: #fff !important;
    border-color: #111 !important;
}

.annuaire-tattoo tr:hover td {
    border-color: #cfcfcf;
}


@media (max-width: 900px) {

    .annuaire-tattoo {
        border-spacing: 0 12px;
    }

    .annuaire-tattoo td {
        padding: 20px;
    }

    .annuaire-tattoo h3 {
        font-size: 18px;
    }

    .annuaire-tattoo img {
        height: 180px !important;
    }
}


@media (max-width: 650px) {

    .annuaire-tattoo {
        display: block;
        margin: 20px auto;
    }

    .annuaire-tattoo tbody {
        display: block;
    }

    .annuaire-tattoo tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        border: 1px solid #e2e2e2;
        border-radius: 10px;
        overflow: hidden;
    }

    .annuaire-tattoo td,
    .annuaire-tattoo td:first-child,
    .annuaire-tattoo td:nth-child(2),
    .annuaire-tattoo td:last-child {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
        border: 0;
        border-radius: 0;
        text-align: center;
        padding: 20px;
    }

    .annuaire-tattoo td:first-child {
        padding-bottom: 10px;
    }

    .annuaire-tattoo td:nth-child(2) {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .annuaire-tattoo td:last-child {
        padding-top: 10px;
        padding-bottom: 25px;
    }

    .annuaire-tattoo h3 {
        font-size: 20px;
    }

    .annuaire-tattoo img {
        width: auto !important;
        max-width: 100% !important;
        height: 200px !important;
        object-fit: contain;
    }

    .annuaire-tattoo a.btn,
    .annuaire-tattoo a[class*="btn"] {
        min-width: 120px;
        padding: 11px 20px;
    }

    
}



/*Categories*/


#categories-list-home-block {
    padding: 1rem 0 2rem 0;
    background-color: #000;
}


@media (max-width: 650px) {

  #categories-list-home-block {
      padding: 1rem 0 1rem 0;
  }

}


.categories-list-home__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e8e8e8;
    border-radius: .5rem;
    background: #fff;
    overflow: hidden;
    transition: box-shadow .2s, border-color .2s, transform .2s;
    height: auto;
}

.categories-list-home__img-wrap {
    width: 100%;
    display: flex;
    aspect-ratio: 1;
    margin: 0 auto;
    padding: 5px 0;
    height: 123px;
    overflow: hidden;
    background: #f5f5f5;
    align-items: flex-start;
    justify-content: center;
}

.categories-list-home__img {
    width: 100%;
    max-width: 80px;
    height: auto;
    mix-blend-mode: multiply;
    transition: transform .3s;
}

.categories-list-home__body {
    padding: .75rem 1rem;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.categories-list-home__name {
    font-weight: 700;
    font-size: .95rem;
    margin: 0;
    color: #212121;
}

/*Panier*/



@media (max-width: 767px) {
  .post-footer-links {
      justify-content: center;
  }
  .post-footer-copyright {
    text-align: center;
  }

  .blockenavant .col-md-6 {
  margin-bottom: 20px;
}


  .footer-container .footer-desc {
  padding-right: 0px;
}

#brand-slider-is {
  padding-top: 0;
}

}

/*H1 home*/

#featured-tabs-section > .container {
  position: relative;
}




@media (max-width: 766.98px) {

/* #index h1 {
  text-transform: uppercase;
  background: var(--red);
  padding: 5px 15px;
  margin-top: 0;
  margin-bottom: 3px;
  color: white;
  display: inline-block;
  position: absolute;
  font-weight: 500;
  border-radius: 20px;
    font-size: 14px;
    top: -52px;
  position: absolute;
  } */

}



/*Discount*/



/*Header Tunnel*/
.identity_deco {
  text-decoration: underline;
}
#cta-terms-and-conditions-0 {
  text-decoration: underline;
  font-weight: bold;
}


#checkout .alert-info {
    background-color: #f4fdff;
    border-color: #c8f0f9;
    color: #0c5460;
}


.checkout-option-block.selected .card {
  border-width: 2px;
}

#checkout #payment-confirmation button {
  width: 100%;
  max-width: 300px;
}

#checkout .alert-info p{
margin-bottom: 5px;
text-align: center;
font-size: 15px;
}


.identity .identity_name {
  font-weight: bold;
}
#checkout {
  background-color: #f2f2f2;
}


#checkout .card#js-checkout-accordion{
  border: 0;
}
#checkout #content {
  padding: 30px 0;
}

#checkout .header-top__row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

#checkout .header-top__block--logo .logo {
    max-width: 180px;
    width: 100%;
    height: 36px;
}

#checkout .header-top__block--logo a {
  display: flex;
  gap: 10px;
}
#checkout .header-top__block--logo a svg {
    max-width: 30px;
    height: auto;
}

#checkout .header-top__block--logo .conseils_content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: white;
  line-height: 1.2;
  font-size: 14px;
  justify-content: center;
}

.conseils_content_tel {
    font-weight: bold;
}

#checkout .linkback {
  font-size: 14px;
}


/*Tunnel*/


.checkout-steps {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.checkout-steps__list {
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  align-items: flex-start;
  max-width: 750px;
}

.checkout-steps__list::before {
    content: "";
    position: absolute;
    top: 17px;
    left: calc(12.5% + 16px);
    right: calc(12.5% + 16px);
    height: 1px;
    background: #b3b3b3;
    z-index: 2;
}

.checkout-steps__step {
  flex: 1;
  display: flex;
  justify-content: center;
}


.checkout-steps__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  background: transparent;
  border: none;
}

.checkout-steps__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid currentColor;
  font-size: 0.85rem;
  flex-shrink: 0;
  background: #fff;
  position: relative;
  z-index: 99;
}

.checkout-steps__title {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.1;
}

.checkout-steps__number .material-icons {
  font-size: 16px;
}


/* Étape courante : mise en avant, comme un onglet actif */
.checkout-steps__step.-current .checkout-steps__btn {
  color: #2fb380; /* reprend la couleur "success" utilisée par le thème 8.2 pour les checkmarks */
  border-bottom-color: #2fb380;
  font-weight: 600;
}

.checkout-steps__step.-current .checkout-steps__number {
  background-color: #2fb380;
  border-color: #2fb380;
  color: #fff;
}

/* Étape complétée (mais pas courante) : discrète, avec coche */
.checkout-steps__step.-complete:not(.-current) .checkout-steps__btn {
  color: #495057;
}

.checkout-steps__step.-complete:not(.-current) .checkout-steps__number {
  /* background-color: #f1f9f5; */
  border-color: #2fb380;
  color: #2fb380;
}

/* Étape non accessible : grisée, non cliquable */
.checkout-steps__step.-disabled .checkout-steps__btn {
  color: #c7c7c7;
  cursor: not-allowed;
}

.checkout-steps__btn:hover:not(:disabled) {
  color: #2fb380;
}


/* Mode "wizard" : on ne montre jamais qu'une seule section à la fois */
#js-checkout-accordion .checkout-step {
  display: none;
}

#js-checkout-accordion .checkout-step.-current {
  display: block;
}


.checkout-step:not(:first-child), .checkout-step .content {
  border: 0;
}

/* Ligne verte quand l'étape est terminée */
.checkout-steps__step.-complete::after,
.checkout-steps__step.-complete + .checkout-steps__step::before {
  background-color: #2fb380;
}

/**/

.product-miniature_actiongroup {
  display: flex;
  gap: 5px;
}
.product-miniature_actiongroup .bootstrap-touchspin {
  flex-wrap: nowrap;
}
.product-miniature_actiongroup > * {
}

.product-miniature_actiongroup > button {
  /* min-width: 70px;
  max-width: 70px; */
}

button.add-to-cart svg.svgcart {
  width: 24px;
  height: auto;
}

/*addtocart*/

.bootstrap-touchspin {
    border: 1px solid #000000;
    border-radius: .4rem;
    margin: 0;
    max-width: 110px;
    overflow: hidden;
}

.bootstrap-touchspin>input {
  border: 0!important;
  color: black;
  min-width: 35px!important;
}


.product_miniature_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

/* Mobile : titres masqués, on garde juste le numéro pour gagner de la place */
@media (max-width: 766.98px) {
  #checkout .header-top__block--logo .logo {
    max-width: 120px;
    width: 100%;
    height: 26px;
  }

  #checkout #content {
    padding: 20px 0;
  }
}
@media (max-width: 575.98px) {
  .checkout-steps__title {
    /* display: none; */
    font-size: 11px;
  }

  #checkout .header-top__block--logo .logo {
    max-width: 120px;
    width: 100%;
    height: 26px;
  }

  .checkout-steps {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  #checkout  .header-top__content {
    padding: 10px 0;
  }

  .checkout-steps__list::before {
    top: 29px;
  }

  .checkout-steps__step {
    min-width: 56px;
  }

  .checkout-steps__btn {
    padding: 0.75rem 0.25rem;
  }
}

/*Skeepers*/
.product-miniature .skeepers_product__stars {
  width: auto;
  margin: 0;
}

.product-miniature .skeepers_product__stars .text__rating,
.skeepers_product__stars .text__rating span
{
    padding: 0;
    margin: 0;
    font-size: 12px; 
}
.product-miniature .skeepers_product__stars .text__rating .rate-aggregate,
.product-miniature .skeepers_product__stars .text__rating .rate-aggregate__max,
.product-miniature .skeepers_product__stars .text__rating .rate-aggregate__separator
{
    display: none;
}



.skeepers_product__stars .stars__item {
  background: transparent!important;
  margin: 0!important;
  width: 14px!important;
}

.stars__item svg path {
  fill:rgb(255, 191, 0);
}

.stars__item svg path[fill*="linearGradient-100"] {
  fill: rgb(255, 191, 0);
}

/* Étoile vide */
.stars__item svg path[fill*="linearGradient-0"] {
  fill: rgb(218, 218, 218);
}


.product-tabs .stars__item[style*="rgba(0,0,0,1) 100%"] {
  background: rgb(255, 255, 255) !important;
}

/* Étoile vide */
.product-tabs .stars__item[style*="rgba(0,0,0,1) 0%"] {
  background: rgb(255, 255, 255) !important;
}

.product-tabs #skeepers_product_widget .stars__item .star-svg,.product-tabs #skeepers_modal .stars__item .star-svg {
    width: 100%;
    height: 100%;
}

.product-tabs #skeepers_product_widget .stars__item, .product-tabs #skeepers_modal .stars__item {
    background-color: #ffffff;
    width: 18px;
    height: 18px;
}

.product-additional-info > * {
 display: none;
}

.product-additional-info > .skeepers_product__stars {
 display: block;
}
.product-additional-info > .skeepers_product__stars .review__header .text__rating {
margin: 0;
}
.product-additional-info > .skeepers_product__stars .review__header .text__rating span {
font-size: 13px;
}


/*Test megamenu*/

@media (min-width: 992px) {
  .main-menu__sub {
    position: absolute;
    top: 100%;
    left: 50%;
    right: auto;
    width: 100vw;              /* prend tout l'écran */
    margin: 0;
    padding: 30px 0 20px;      /* on retire le padding horizontal, géré par le conteneur intérieur */
    visibility: hidden;
    background: #f7f7f7;       /* ton aplat de couleur ici */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s ease-in, transform 0.2s ease-in;
    transform: translateX(-50%) translateY(5px); /* on combine avec ton animation existante */
  }

  .main-menu__item--active .main-menu__sub {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0); /* même combinaison ici */
  }
}
html, body { overflow-x: hidden; }

.menu-sub__content {
    max-width: 1440px; /* ou la largeur de ton container */
    margin: 0 auto;
    padding: 0 2.5rem;
}


.main-menu__list--1 {
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:30px;
}


 .main-menu__list--1 {
        column-count: 4;
        column-gap: 30px;
        display: block;
    }

    .main-menu__item--1 {
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        width: 100%;
        max-width: none;
        padding: 0 10px;
    }
/*Fin test megamenu*/

/*Test categ sub*/

/* .subcategories__header {
  display: none!important;
}

.subcategories-slider-wrapper 
{ display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 7px;
}

.category-item {
    border-radius: 20px;
    display: inline-block;
    background: white;
    padding: 2px 12px;
}

.subcategories-slider-wrapper .category-item a {
    color: black;
} */





