/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.h1, h1 {
    font-size: 1.2rem;
    font-weight: 700;
}

.h2, h2 {
    font-size: 1rem;
    font-weight: 400;
}

.btn-info.active, .btn-info:active, .open>.btn-info.dropdown-toggle {
    color: #fff !important;

}

.footer-container .container .row{
        display: flex;
    justify-content: space-around;
}

.an_homecategories-list {
    justify-content: center;
}

.an_homeslider.owl-carousel.owl-drag.an_homeslider-responsive .owl-item .an_homeslider-item img {
    opacity: 0.8;
}

#an_brandslider-block {
  overflow: hidden;
}

#an_brandslider-block .an_marquee {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: an_marquee_scroll var(--an-marquee-duration, 25s) linear infinite;
}

#an_brandslider-block:hover .an_marquee {
  animation-play-state: paused; /* optionnel */
}

/* chaque logo a la même “case” */
#an_brandslider-block .an_marquee > * {
  flex: 0 0 200px;      /* largeur fixe d’une case (ajuste) */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;      /* espace intérieur régulier */
  box-sizing: border-box;
}

/* optionnel : limite la taille de l’image, garde proportions */
#an_brandslider-block .an_marquee img {
  max-width: 160px;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
}


@keyframes an_marquee_scroll {
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(calc(-1 * var(--an-marquee-distance, 1000px)),0,0); }
}






.an_homeslider-block .owl-carousel.owl-drag .owl-item {
    background: #000;
}

.cart-item-count {
    position: relative;
    right: 7px;
    bottom: 7px;
    color : #c50074
}

.an_homecategories-item .an_homecategories-image, .an_homeproducts-tab:hover, .an_homeproducts-tab.active {
    color: #FFF !important;
}

#header .search-dropdown .search-widget,#header #_desktop_search {
    width: 100%;
}

#header .logo {
    max-height: 200px;
    padding: 0;
    width: auto;
}

.an-bi-image {
    flex: none;
    width: auto;
    margin-right: 14px;
    text-align: center;
}

.an-bi-item {
    display: flex;
    align-items: center;
}

.an-bi-image img {
    max-width: 100%;
    max-height: 100%;
}


#header #search_widget svg path{
    fill: #c50074;
}

#header .anmm-menu-item a:hover {
    background: #c50074;
}

#header .anmm-dropdown a:hover {
    background: #FFF;
}

.anmm-menu-horizontal.open .anmm-title{
   color: #000 !important; 
}

.anmm-menu-horizontal.open .anmm-title:hover{
   color: #FFF !important; 
}

#header .vertical-center {
    margin-bottom: 10px;
}


.block_newsletter-wrapper {
    float: left;
}

#middle-footer {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  align-items: center;
  justify-content: center;
    background: #F8F8F8;
  margin: 0 auto;
  padding: 40px 20px;
}


#middle-footer .block-social {
  display: flex;
  justify-content: center;
}


#middle-footer .block-social {
  display: flex;
  align-items: center;
  justify-content: center;
      flex-direction: column;
}


#footer .block-social li {
    background: #c50074;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 6px 0px 6px 10px;
}

.an-social-svg--facebook, .an-social-svg--instagram{
  width: 28px;
  height: 28px;
}




.block_newsletter form button[type=submit]:hover {
    color: #c50074;
    border: 1px solid #c50074 !important;
}

#footer .block-social li a svg path {
    fill: #fff;
}

#footer .block-social li:hover {
    background: #fff;
        border: 1px solid #c50074
}
.product-miniature {
    margin-bottom: 100px;
}

#header .account-login svg path {
    stroke: #c50074;
}

#index #wrapper, .breadcrumb-wrapper {
    border-top: 5px #c50074 solid;
}



.header-right {

    align-items: baseline;
}

.presta-btob-btns{
    display: none;
}


#header #menu-icon svg path, #header #mobile-header svg path, #header #_mobile_an_wishlist-nav svg path, #header #_mobile_cart svg path,  #header .search-button svg path{
    fill: #c50074;
}

#subcategories ul li{
    margin-bottom: initial;
}


.agency-card{
  --accent: #ba0065;     /* ou #c50074 si tu veux homogène */
  --bg: #ffffff;
  --muted: #f6f6f6;

  background: var(--bg);
  border-radius: 14px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(186, 0, 101, .18);
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
  position: relative;
  overflow: hidden;
      height: 330px;

}

/* petit liseré accent à gauche (effet panel) */
.agency-card:before{
  content:"";
  position:absolute;
  left:0; top:0; bottom:0;
  width:6px;
  background: var(--accent);
}

.agency-card__header{
  text-align: center;
  padding-left: 6px; /* compense le liseré */
}

.agency-card__title{
  margin: 4px 0 8px;
  font-size: 18px;
  line-height: 1.2;
}

.agency-card__address{
  margin: 0;
  opacity: .95;
}

.agency-card__phone{
  display: inline-block;
  margin-top: 6px;
  font-weight: 600;
}

.agency-card__section{
  margin-top: 14px;
  padding: 14px 14px 12px;
  background: var(--muted);
  border-radius: 12px;
  border: 1px solid rgba(186, 0, 101, .14);
}

.agency-badge{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.agency-badge__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(186, 0, 101, .12);
}

.agency-badge__title{
  margin: 0;
  color: var(--accent);
  font-size: 14px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.agency-card__text{
  margin: 0;
  text-align: center;
  line-height: 1.55;
}

.anmm-list {
    justify-content: space-between;
}

.anmm-title {
    font-family: "Inter", sans-serif;
    letter-spacing: 0.5px;
    font-size: 1rem !important;
}

 span, a, p {
    font-family: "Inter", sans-serif;
    font-size: 1rem !important;
}

#header .header-top {
    padding-top: 15px;
}

.swiper-slide .image {
  overflow: hidden;
}

.swiper-slide .image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.35s ease;
}

.swiper-slide .image a:hover img {
  transform: scale(1.05);
}

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    font-weight: 400;
}

.price, .regular-price {
    font-weight: 600;
}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping, .product-price-and-shipping .product-price, .new-price, .price, .cart-preview .product-infos .product-price {
    font-size: 1rem;
}

.featured-products .regular-price, .product-accessories .regular-price, .product-miniature .regular-price, span.old-price, .regular-price {
    color: #b9bebe;
    font-size: 0.875rem;
}

.product-miniature.product-height:not(.col-lg-12) .product-price-and-shipping {
    flex: 1 1;
    display: flex;
    flex-direction: row !important;
    justify-content: center !important;
    flex-wrap: wrap;
}

.links .h3, #footer .myaccount-title a, #footer .block-contact-title {
    font-weight: 600;
    line-height: 1.2;
    margin: 5px 0px 15px;
}

#footer .links li {
    font-size: 1rem;
    margin: 0 0 5px;
}

 .footer-container a, .links .h3, #footer .myaccount-title a, #footer .block-contact-title, .an_copyright p {
    color: #666666 !important;
}


.an-bi-block {
    background: #FEF8F8;
}

.an-bi-title{
    color : #c02c8c;
}

.cb-readmore-content {
  max-height: 170px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.cb-readmore:not(.is-open) .cb-readmore-content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.cb-readmore.is-open .cb-readmore-content {
  max-height: 2000px;
}

.cb-readmore-btn {
  margin-top: 15px;
  background: #c02c8c;
  color: #fff;
  border: 0;
  padding: 10px 22px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
}
.account-login{
       display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
}
.cb-readmore-btn:hover {
  opacity: 0.85;
}

.cb-readmore-content ul {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  padding-left: 22px;
}

.cb-readmore-content {
  text-align: center;
}

.span_computer, .subtitle{
    color: #666666;
    font-size: 11px !important;
    text-align: center;
    line-height: 1;
}

.subtitle{
    color:#c50074;
}

.pl-availability{
   background-color: #079f07;
    padding: 5px;
    color: #FFF;
    border-radius: 8px; 
}

#category #wrapper {
    padding-top: 20px !important;
}

#subcategories .subcategory-name {
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 400;
}

#subcategories ul {
    display: block;
    column-count: 2;
    list-style: none;
       background: #FEF8F8;
    border-radius: 10px;
    padding: 15px;
}

#subcategories ul li {
    width: auto;
    padding: 0 15px;
    margin-bottom: 0px;
}

.login-form-forgot {
    justify-content: center;
}

.page-customer-account #content .no-account, .page-customer-account #content .forgot-password {
     width: 100%; 
}

.page-customer-account #content .no-account {
    text-align: center;
}

#authentication #main {
    background: #FEF8F8;
    border-radius: 10px;
    padding: 10px 0px;
}

.page-customer-account #content .forgot-password {
    text-align: center;
}


@media (max-width: 768px) {
  #middle-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  #middle-footer .block-social ul {
    justify-content: center;
  }

  .blockreassurance .col-xs-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    }

   .footer-container .links .h4, .footer-container .links .title {
        color: #000;
    }

    .footer-container .links .navbar-toggler,#footer .copyright-container p {
        color: #000;
    }

    .footer-container .container .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    }

    .product-miniature.product-mobile-row:not(.col-lg-12), .tab-pane.active .product-miniature.product-mobile-row:not(.col-lg-12) {
        max-width: 100%;
    }

    #header .header-nav.tablet-h .top-logo {
        width: 100px;
        margin: 0 auto 0 20px;
        max-width: calc(100% - 225px);
    }

            #_mobile_pro_info {
        height: 80px;
        display: flex;
        align-items: center;
        margin-left: 0px;
    }


    .an_homeslider-block {
    margin-bottom: 0px; 
}

.page-category #left-column {
    padding: 0px;
}

#category #wrapper {
    padding-top: 0px !important;
}



.h5, h5 {
    font-size: 16px;
    font-weight: 400;
}

#search_filters .facet .facet-label a {
    font-size: 14px !important;
}

span, a, p {
    font-family: "Inter", sans-serif;
    font-size: 0.875rem !important;
}

#footer {
    padding-top: 0px;
}

    
}


.blockreassurance_product .item-product {
    height: 60px !important;
}

.delivery-option-2{
    display: flex !important;
    flex-direction: column !important;
}
.brands {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.brands .brand {
  margin-bottom: 30px;
}

.brands .brand-img {
  text-align: center;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brands .brand-img img {
  max-width: 100%;
  max-height: 100px;
  height: auto;
}

.brands .brand-infos {
  text-align: center;
}

.brands .brand-infos h3 {
  font-size: 16px;
  margin-top: 15px;
}

.brands .brand-products {
  text-align: center;
}