/*
 * Custom CSS for Classic Child Theme
 */

/* Bootstrap 5 complet */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");

/* Google Fonts - Montserrat */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

:root {
  /* Palette méga-menu */
  --bleu-marine: #001372;
  --bleu-marine-fonce: #000a4a;
  --bleu-clair: #edf2fb;
  --sable: #f2e8d5;
  --sable-clair: #faf4e6;
  --sable-profond: #e8d9b8;
  --menu-separator: rgba(0, 19, 114, 0.12);
  --rouge-logo: #c4312e;

  /* Accent */
  /* --corail:             #e0533f; */
  --corail: #c85a3e;
  --corail-fonce: #c13e2c;
  --corail-clair: #f5b8ac;

  --rouge: #d00000;
}

/* Custom Styles */
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
a{
    box-shadow: none !important;
    outline: none !important
}
/* Header customization */
.header-top .search-widgets {
  display: none !important;
}

/* header banner */
.header-banner {
  background-color: var(--bleu-marine);
}
.header-banner .banner-text {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: start;
  color: white;
}

.header-banner .banner-text a {
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  color: white !important;
  margin: 0 4px;
  transition: 0.3s all ease-in-out;
}

.header-banner .banner-link a {
  text-decoration: none;
  color: white !important;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s all ease-in-out;
}
#header .header-banner a:hover {
  color: var(--sable) !important;
  transition: 0.3s all ease-in-out;
}

/* header nav */
#header img.logo {
  height: 80px;
  width: auto;
}
#header .header-nav {
  max-height: 500px;
  border: 0;
  padding: 16px 0;
}

#header .header-search {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
    #prices-drop div#left-column ,
    #best-sales div#left-column ,
    #new-products div#left-column ,
    #category div#left-column {
    display: none;
}
#prices-drop div#content-wrapper .js-product.col-xl-4,
#best-sales div#content-wrapper .js-product.col-xl-4,
#new-products div#content-wrapper .js-product.col-xl-4,
#category div#content-wrapper .js-product.product.col-xl-4 {
    width: 25%
}
#prices-drop div#content-wrapper,
#best-sales div#content-wrapper,
#new-products div#content-wrapper,
#category div#content-wrapper{
    width: 100%
}

  div#search_widget {
    max-width: 540px !important;
    width: 540px;
  }

body#order-confirmation .order-confirmation-table .qty .row > div{
    width: 33.33% !important;
}

}
.order-confirmation-table > .order-line {
    background-color: #fafafa;
    padding: 10px;
    margin: 0 !important;
    align-items: center;
}

.order-confirmation-table > .order-line:nth-child(even){
    background-color: var(--bleu-clair)
}
#header .cta {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sable-profond);
  color: var(--bleu-marine);
  text-decoration: none;
  padding: 0;
  margin: 0;
  transition: 0.3s all ease;
}
#header .cta:hover {
  background-color: var(--bleu-marine);
  color: var(--sable);
}
#header .blockcart.cart-preview i,
#header .cta i {
  font-size: 22px;
}
#header div#contact-link {
  margin: 0 !important;
}

#header .user-info {
  margin: 0 0 0 20px !important;
}

#header .blockcart.cart-preview {
  height: 44px;
  width: 44px;
  padding: 0 0px;
  background-color: var(--sable-profond);
  margin-left: 20px !important;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  transition: 0.3s all ease;
}
#header span.cart-products-count {
  position: absolute;
  display: block;
  min-width: 20px;
  height: 20px;
  background-color: var(--corail-fonce);
  color: white;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
  top: -6px;
  left: -6px;
  padding: 0 4px;
}

#header .blockcart.cart-preview i {
  color: var(--bleu-marine);
}

#header .header-nav .blockcart a {
    width: 44px;
    height: 44px;
    line-height: 48px;
    transition: .3s all ease;
    color: var(--bleu-marine)
}
#header .header-nav .blockcart a i{
        transition: .3s all ease

}
#header .header-nav .blockcart a:hover{
    background-color: var(--bleu-marine);
    color: white !important
}

#header .header-nav .blockcart a:hover i{
        color: var(--sable) !important

}
div#search_widget input {
  background-color: var(--sable-clair);
  border-radius: 0;
  padding-left: 60px;
}

div#search_widget {
  height: 44px;
}

div#search_widget i.fa-magnifying-glass {
  height: 44px;
  background-color: var(--bleu-marine);
  color: var(--sable-clair);
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* header top */
#header .header-top {
  background-color: var(--sable-clair);
  padding: 0;
}
#header ul#top-menu {
    padding: 0;
    width: 100%;
    display: flex;
}

#header div#_desktop_top_menu {
    width: 100%;
}

#header div#_desktop_top_menu > ul > .link {
    flex-grow:1;
    border-left: 1px solid var(--sable);
    text-align: center;
}

#header div#_desktop_top_menu > ul > .link:last-child{
        border-right: 1px solid var(--sable)

}

#header div#_desktop_top_menu > ul > .link .dropdown-item{
    text-transform: none;
    color: var(--bleu-marine);
    font-size: 15px;
    transition: all ease .3s;
    font-weight: 500;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 44px;
}
.link .dropdown-item > span{
    position: relative;
    top: -2px
}
#header div#_desktop_top_menu > ul > .link.is-active .dropdown-item,
#header div#_desktop_top_menu > ul > .link .dropdown-item:hover{
    background-color: var(--sable-profond);
    border-color: var(--sable-profond);
    color: var(--bleu-marine)
}
.dropdown-item i.fa-solid.fa-chevron-down{
    margin-left: 2px;
    position: relative;
    top: -1px
}
.dropdown-item:before{
    margin-right: 4px;
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
     font-weight: 300;
     font-size: 20px;
}

li#lnk-poissonnerie .dropdown-item:before{content: "\f578"; }
li#lnk-boucherie .dropdown-item:before{content: "\f814"; }
li#lnk-fromagerie .dropdown-item:before{content: "\f7ef"; }
li#lnk-fruits-et-legumes .dropdown-item:before{content: "\e20c"; }
li#lnk-boulangerie .dropdown-item:before{content: "\e3d8"; }
li#lnk-promotions .dropdown-item:before{content: "\f1e5"; }


ul#top-menu {
    position: relative;
}
#header .header-top .menu{
    padding-left: 0;
}
#header .subMenu {
    position: absolute;
    background: var(--bleu-marine);
    width: 100%;
    top: 100%;
    left: 0px;
    height:0;
    overflow: hidden;
    transition: .2s all ease-in-out;
    pointer-events: none;
}

#header .subMenu .ulSubMenu{
    padding: 10px  20px 0;
    display: flex;
    flex-wrap: wrap;
    border-top: 8px solid var(--sable-profond);
    position: relative;
    height: auto;

}
#header .subMenu .ulSubMenu:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: none;
}
#header .subMenu li{
    width: 20%;
    padding: 12px 0;

}

#header .subMenu li a{
    color: white;
    font-weight: 600;
    text-decoration: none;
    text-align: left;
    padding: 0 16px 0 0;
    line-height: 1.3;
}

#header li.link:hover .subMenu {
    height: 240px;
    opacity: 1;
    overflow: visible;
    pointer-events: initial;
}

@media screen and (max-width: 1100px){
    #header .header-top>.container{
        max-width: 100% !important;
        padding: 0;
    }
    #header div#_desktop_top_menu > ul > .link:last-child{
        border-right: 0

}
}

@media screen and (min-width: 768px){
    div#contact-link{
    display: none;
}
}
@media screen and (max-width: 767px){
    div#_mobile_search_toggle {
    margin-left: 20px;
    cursor: pointer;
    width: 44px;
    background-color: var(--sable-profond);
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;

}

div#_mobile_search_toggle i {
    color: var(--bleu-marine) !important;
}

div#mobile-search-bar {
    border: 0;
    background-color: var(--bleu-clair);
}

div#mobile-search-bar div#search_widget {
    margin:0 !important
}

div#mobile-search-bar div#search_widget input{
    height: 44px;
    background-color: white
}
    #index .product-miniature .product-description{
        max-width: 100% !important;
    }
    #product div#filAriane{
        display: none !important;
    }
    section#content.page-home > section > a{
        margin-top: 0px !important;
        width: 100% !important;
    }

    .top-logo,
.hidden-md-up.text-sm-center.mobile {
    height: 44px;
}
.blockreassurance .col-md-3:not(:first-child) {
    margin-top: 30px;
}
.blockreassurance .block-icon {
    float: none !important;
}
div#reassurance .blockWrapper{
    text-align: center !important;
}
header#header .user-info.isLogged .account {
    width: 44px;
    margin: 0 !important;
    padding: 0 !important;
            line-height: 44px;
    background-color: var(--bleu-marine);
}
header#header .user-info.isLogged .account i{
    color: var(--sable-profond) !important;
    font-size: 22px !important;
    position: relative;
    top: 2px
}
header#header .user-info.isLogged {
    padding: 0 !important;
}
#wrapper .swiper .swiper-pagination{
    display: none;
}
#header .top-logo .logo {
    height: 44px !important;
    max-height: 44px;
}
    #header nav.header-nav {
        padding: 12px 0
    }

    #header .top-logo{
        max-height: 44px;
        min-height: 40px;
    }

    div#menu-icon {
    background-color: var(--bleu-marine);
    width: 44px;
    height: 44px;
    color:  var(--sable-profond);
    font-size: 20px;
    line-height: 43px;
    margin: 0 0 0 20px !important;
        text-align: center
}
#header .header-banner {
    display: none;
}

}

div#_mobile_top_menu {
    padding: 0;
}

div#mobile_top_menu_wrapper {
    position: fixed;
    top: 68px;
    width: 100%;
    height: calc( 100vh - 68px);
    background-color: var(--bleu-marine);
    display: block;
    padding: 0px;
}

div#mobile_top_menu_wrapper .js-top-menu-bottom {
    height: auto;
    padding: 20px;
    margin-bottom:0px;
}

div#mobile_top_menu_wrapper div#contact-link {
    padding: 0 !important;
}

div#mobile_top_menu_wrapper  ul#top-menu {
    display: block
}
div#mobile_top_menu_wrapper  a.dropdown-item {
color: white !important;
    border: 0 !important;
    padding: 10px 20px !important;
    text-transform: initial !important;
    font-weight: 500;
}
div#mobile_top_menu_wrapper  a.dropdown-item:before{
    color: var(--sable-profond)
}
div#mobile_top_menu_wrapper a.cta.cta-header.cta-contact {
    background-color: white;
    color: var(--bleu-marine);
    border: 2px solid var(--sable-profond)
}

#header div#mobile_top_menu_wrapper .subMenu{
    background-color: white;
    position: static;
    padding: 0 !important;
}
#header div#mobile_top_menu_wrapper .link.is-active .subMenu{
    height: auto !important;
    max-height: 500px;
}
#header div#mobile_top_menu_wrapper .subMenu .ulSubMenu{

    padding: 15px;
}

#header div#mobile_top_menu_wrapper .subMenu .ulSubMenu a{
    color: var(--bleu-marine);
    font-size: 15px;
    font-weight: 500;
}
#header div#mobile_top_menu_wrapper a.subMenuLink {padding-left: 15px !important}
#header div#mobile_top_menu_wrapper .subMenu li.custom-menu-item{
    width: 50%
}


/* footer  */

footer#footer {
    padding-top: 0;
    background-color: var(--bleu-marine);
    overflow: hidden;
}

div#reassurance {
    padding: 40px 0;
    background-color: var(--sable-clair);
    border-top: 8px solid var(--sable-profond);
}

div#reassurance .blockWrapper{
    background-color: white;
    padding: 15px
}

div#reassurance .block-title{
    color: var(--bleu-marine) !important;
    margin-bottom: 5px
}



div#reassurance .block-icon{
    display: flex;
    margin: 0 auto;
    min-width: 60px;
    height: 60px;
    background-color: var(--bleu-marine);
    width: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
    
}

div#reassurance .block-icon i{
    font-size: 26px;
    color: var(--sable-profond)
}

#footer p#block-newsletter-label {
    margin: 0;
    display: flex;
    align-items: center;
}


#footer  .block_newsletter {
    background-color: var(--bleu-clair);
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

#footer  .block_newsletter:before{
    content: "";
    position: absolute;
    width: 4000px;
    height: 100%;
    display: block;
    z-index: 0;
    top:0;
    background-color: var(--bleu-clair);
    left: -1000px;
}

#footer .footer-container * {
    color: white !important;
}

#footer .footer-container p.h3 {
    font-weight: 500;
}

#footer .footer-container a{
    text-decoration: none
}
#footer .footer-container ul{
    padding:0
}

#footer form .btn.btn-primary {
    margin: 0;
}
#footer form p {
    margin: 0;
}

#footer  .block_newsletter form input[type="email"]{
    border:0;
    background-color: white
}

#footer .block-social {
    display: none
}

#footer p.h3.myaccount-title a {
    font-weight: 500;
}


/* page produit */

.page-product section#wrapper {
    padding-top: 0;
    background-color: var(--bleu-clair);
}

nav.breadcrumb * {
    font-size: 13px;
}

div#filAriane {
    background-color: white;
    padding: 10px 0;
}

div#filAriane nav.breadcrumb {
    margin:0
}

.page-product section#content {
    max-width: 100%
}

.page-product #wrapper h1.h1 {
    text-transform: inherit;
    font-weight: 600;
    color: violet;
    color: var(--bleu-marine);
    padding: 15px 0;
    font-size: 36px;
}
#product .row.product-container.js-product-container {
    padding-top: 20px;
    margin-bottom: 40px;
}
.page-product #wrapper div#product-comments-list-header,

.page-product #wrapper .product-comment-list-item {
    display: none
}

.page-product #wrapper  button.btn.btn-primary.add-to-cart {
    border: 0 !important;
    border-radius: 0;
    background-color: var(--bleu-marine);
    color: var(--sable);

}

.page-product #wrapper button.btn.btn-primary.add-to-cart i.material-icons.shopping-cart {
    display: none
}

.page-product .product-quantity .qty {
    border: 0;
    margin: 0;
}

span.input-group-btn-vertical button {
    border: 0 !important;
    margin: 0;
    background-color: #eee !important;
}

input#quantity_wanted {
    border: 0;
}
.page-product section#wrapper {
    padding-top: 0;
    background-color: var(--bleu-clair);
}

nav.breadcrumb * {
    font-size: 13px;
    color: var(--bleu-marine);
}

div#filAriane {
    background-color: white;
    padding: 10px 0;
}

div#filAriane nav.breadcrumb {
    margin:0
}

.page-product section#content {
    max-width: 100%
}

.page-product #wrapper h1.h1 {
    text-transform: inherit;
    font-weight: 600;
    color: violet;
    color: var(--bleu-marine);
    padding: 15px 0;
    font-size: 36px;
}

.page-product #wrapper div#product-comments-list-header,

.page-product #wrapper .product-comment-list-item {
    display: none
}

.page-product #wrapper  button.btn.btn-primary.add-to-cart {
    border: 0 !important;
    border-radius: 0;
    background-color: var(--bleu-marine);
    color: var(--sable);

}

.page-product #wrapper button.btn.btn-primary.add-to-cart i.material-icons.shopping-cart {
    display: none
}

.page-product .product-quantity .qty {
    border: 0;
    margin: 0;
}

span.input-group-btn-vertical button {
    border: 0 !important;
    margin: 0;
    background-color: #eee !important;
}

input#quantity_wanted {
    border: 0;
}

select#group_1 {}

.tabs {
    padding: 10px 0;
}



button.wishlist-button-add.wishlist-button-product {
    box-shadow: none;
    height: 44px;
    width: 44px;
    background-color: var(--sable-profond);
    color: var(--bleu-marine) !important;
    opacity:1
}
button.wishlist-button-add.wishlist-button-product i{
    color: inherit
}
button.wishlist-button-add.wishlist-button-product:hover{
    background-color: var(--bleu-marine);
    color: var(--sable-profond) !important
}

.page-product .product-variants.js-product-variants select {
    border-radius: 0;
    border: 0;
}

#header .blockcart.cart-preview.active i{
    color: var(--sable-profond);
    position:relative;
    top:2px
}

#header .blockcart.cart-preview:hover{
    background-color: var(--sable-profond);

}

#header .blockcart.cart-preview:hover i{
    color: var(--bleu-marine)
}


.page-cart h1.h1 {
    font-weight: 600;
    color: var(--bleu-marine);
}

.cart-summary-line.cart-total span {
    font-weight: 600 !important;
    color: var(--bleu-marine);
}

.btn.btn-primary ,
.btn.btn-primary {
    background-color: var(--bleu-marine) !important;
    color: var(--sable-profond);
    border-radius: 0;
    border:0;
    font-weight: 600;
    transition: .3s all ease
}
.btn.btn-primary:hover ,
.btn.btn-primary:hover {
    background-color: var(--sable-profond) !important;
    color: var(--bleu-marine) !important;
    border-radius: 0;
}

ul.cart-items {
    padding: 0;
}

ul.cart-items span.product-image.media-middle img {
    height: 60px;
}

ul.cart-items .product-line-grid-left.col-md-3.col-xs-4 {
    padding-left: 0;
}
/* global layout */

body#order-confirmation section#wrapper,
body#module-blockwishlist-lists section#wrapper,
.page-my-account section#wrapper,
.page-customer-account section#wrapper,
.page-order section#wrapper ,
.page-cart section#wrapper {
    padding-top: 40px;
    background-color: var(--bleu-clair);
}
body#order-confirmation nav.breadcrumb{
    display: none;
}
body#best-sales section#wrapper,
body#prices-drop section#wrapper,
body#new-products section#wrapper,
body#cms section#wrapper,
body#contact section#wrapper,
body#module-blockwishlist-lists section#wrapper,
.page-customer-account section#wrapper,
.page-my-account section#wrapper,
#category section#wrapper,
.page-customer-account section#wrapper{
    background-color: var(--bleu-clair);
    padding-top: 0;
}

#search div#filAriane,
body#prices-drop div#filAriane,
body#order-confirmation .card-title .done,
body#order-confirmation div#filAriane,
.page-my-account div#filAriane,
.page-customer-account div#filAriane,
.page-order div#filAriane,
.page-cart div#filAriane {
    display: none;
}

section#content-hook_order_confirmation {
    background-color: var(--sable);
    text-align: center
}

.left-column #js-product-list-header {
    margin: 25px auto !important;
}

body#order-confirmation .card-block,
body#order-confirmation .card,
body#cms .block-category.card.card-block,
body#contact .block-category.card.card-block,
#category .block-category.card.card-block,
.page-content.card.card-block,
section#js-checkout-summary,
.card.cart-summary,
.card.cart-container {
    border: 0 !important;
    border-radius: 0 !important;
}

section#content-hook_order_confirmation .card-title,
body#module-blockwishlist-lists  h1 ,
.page-my-account header.page-header h1 ,
body#cms header.page-header h1 ,
.page-customer-account header.page-header h1 ,
#registration header.page-header h1 ,
#authentication header.page-header h1 {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    padding: 20px 0 20px;
    color: var(--bleu-marine)
}


.page-authentication #content, .page-registration #content{
    max-width: 900px !important
}
.help-block ul {
    padding: 0;
}

li.alert.alert-danger {
    border-radius: 0
}

body#index #filAriane {
    display: none;
}

body#index #wrapper{
    padding-top: 0px
}

#checkout footer#footer {
    background-color: var(--bleu-marine);
    padding: 0;
}

#checkout div#search_widget {
    display: block;
}

.js-product.product:not(.swiper-slide) article.product-miniature.js-product-miniature.reviews-loaded {
    width: 100%;
}

.js-product.product:not(.swiper-slide) article.product-miniature .thumbnail-container {
    width: 100%
}

.js-product.product:not(.swiper-slide) article.product-miniature .thumbnail-container  img {
    width: 100%
}
.product-miniature .product-description {
    background: var(--bleu-marine);
}

.product-miniature .product-description *{
    color: white !important
}
.product-miniature .product-title{
    margin: 0px !important;
    padding-right: 6px;
    padding-left: 6px;
    width: 100%;
    box-sizing: border-box;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-miniature .product-title a{
    font-weight: 500;
    font-size: 16px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;
    word-wrap: break-word;
    white-space: normal;
}

.product-miniature .regular-price {

    font-weight: 400;
    margin-right: 8px;
}
.topHome-content {
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 19, 114, .3);
        padding: 0 15px;
}


div#topHome {
    background-size: cover;
    background-position: center center;

}

.topHome-content h1 {
    font-size: 42px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
    text-align: center;
}

.topHome-content p{
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight:500
}

/* Product Carousels (Featured, New Products, Best Sellers, Specials) */
.featured-products,
.new-products,
.best-sellers,
.specials-products {
    padding: 40px 0;
}

.featured-products .section-title,
.new-products .section-title,
.best-sellers .section-title,
.specials-products .section-title {
    text-align: center;
    margin-bottom: 40px;
    color: var(--bleu-marine);
    font-weight: 600;
}

.products-carousel-swiper {
    position: relative;
    padding: 0 50px 40px;
}

.products-carousel-swiper .swiper-slide {
    height: auto !important;
}

.products-carousel-swiper .swiper-wrapper {
    display: flex !important;
    align-items: stretch;
}

/* Neutralise les classes Bootstrap grid dans les slides Swiper */
.products-carousel-swiper .swiper-slide .js-product.product {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Force les images à être responsive dans le carousel */
.products-carousel-swiper .swiper-slide .thumbnail-container img,
.products-carousel-swiper .swiper-slide picture img,
.products-carousel-swiper .swiper-slide .product-thumbnail img,
.products-carousel-swiper .swiper-slide img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: cover !important;
}

.products-carousel-swiper .swiper-slide .thumbnail-container,
.products-carousel-swiper .swiper-slide picture,
.products-carousel-swiper .swiper-slide .product-thumbnail {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

/* Navigation arrows */
.products-carousel-swiper .swiper-button-next,
.products-carousel-swiper .swiper-button-prev {
    color: var(--bleu-marine);
}

/* Pagination bullets */
.products-carousel-swiper .swiper-pagination-bullet-active {
    background: var(--bleu-marine);
}

.featuredProductsSwiper .swiper-slide picture,
.featuredProductsSwiper .swiper-slide .product-thumbnail,
.featuredProductsSwiper .swiper-slide .thumbnail {
    width: 100% !important;
    display: block !important;
}

.featuredProductsSwiper .swiper-slide .product-image,
.featuredProductsSwiper .swiper-slide .thumbnail-top {
    width: 100% !important;
}

.featuredProductsSwiper .swiper-slide .thumbnail-container,
.featuredProductsSwiper .swiper-slide .product-miniature,
.featuredProductsSwiper .swiper-slide article {
    width: 100% !important;
    max-width: 100% !important;
}

.featuredProductsSwiper .swiper-button-next,
.featuredProductsSwiper .swiper-button-prev {
    color: var(--bleu-marine);
    width: 44px;
    height: 44px;
    background-color: var(--sable-profond);
    border-radius: 50%;
}

.featuredProductsSwiper .swiper-button-next:after,
.featuredProductsSwiper .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 700;
}

.featuredProductsSwiper .swiper-button-next:hover,
.featuredProductsSwiper .swiper-button-prev:hover {
    background-color: var(--bleu-marine);
    color: var(--sable-profond);
}

.featuredProductsSwiper .swiper-pagination-bullet {
    background-color: var(--bleu-marine);
    opacity: 0.3;
    width: 12px;
    height: 12px;
}

.featuredProductsSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--corail-fonce);
}

section#content.page-home > section {
   position: relative;
   padding: 40px 0;
}
section#content.page-home > section > a{
   margin: 30px auto 0;
   display: flex;
   width: 300px;
   background-color: var(--sable-profond);
   position: relative;
   z-index: 5;
   height:  44px;
   color:  var(--bleu-marine);
   text-decoration: none;
   font-weight: 600;
   align-items: center;
   justify-content: center;
   transition: .3s all ease-in-out
}
section#content.page-home > section > a:hover{
   color: white;
   background-color: var(--bleu-marine)
}

section#content.page-home > section:before{
   content: "";
   display: block;
   position: absolute;
   height: 100%;
   width: 5000px;
   left: -1000px;
   z-index:1;
   top: 0;
}
body#index #wrapper{
   overflow: hidden
}
.page-home section:nth-child(even):before {
    background-color: var(--sable-clair);
    
}
.page-home section:nth-child(odd):before {
    background-color: var(--bleu-clair);

}
.page-home section:last-child:before {
        background-color: #f5f6f7;

}



.page-home  section h2.section-title {
    position:relative;
    z-index:5;
    padding: 0;
    margin-bottom: 30px;
    }

    #main footer.page-footer {
    display: none;
}

.modal.quickview .modal-footer {
    display: none
}

#wrapper .swiper .swiper-pagination{
    top: auto;
    bottom: -5px;
}
#wrapper .swiper .swiper-pagination span{
    width: 12px;
    height: 12px;
    border-radius: 6px;
        background-color: var(--corail);
    opacity: .5

}

#wrapper .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
    background-color: var(--corail-fonce);
    opacity: 1
}

#wrapper .swiper .swiper-pagination{
    top: auto;
    bottom: -5px;
}
#wrapper .swiper .swiper-pagination span{
    width: 12px;
    height: 12px;
    border-radius: 6px;
        background-color: var(--corail);
    opacity: .5

}

#wrapper .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
    background-color: var(--corail-fonce);
    opacity: 1
}

article .product-title a {
    color: var(--bleu-marine);
    font-weight:  600;
    font-size: 18px
}

.product-miniature button.wishlist-button-add {
    box-shadow: none;
    top: 8px;
    bottom: auto;
    position: absolute;
    right: 8px;
    background-color: var(--bleu-clair);
    transition: .25s all ease;
        color: var(--bleu-marine);
    opacity:1
}
.product-miniature button.wishlist-button-add i{
    color: var(--bleu-marine);
    color: inherit
}

.product-miniature button.wishlist-button-add:hover{
    background-color: var(--bleu-marine);
    color: white
}

.product-miniature ul.product-flags.js-product-flags {
    padding-left: 8px !important;
}


.product-miniature .thumbnail-container:hover .highlighted-informations{
        top: calc(100% - 2.5rem) !important

}
.product-miniature .highlighted-informations {
    background-color: var(--sable-profond);

}
.product-miniature .highlighted-informations a{
        text-decoration: none !important;
        color: var(--bleu-marine);
        font-weight: 500;
        border: 0 !important;
}

.product-miniature .highlighted-informations .variant-links {
    display: none
}
.wishlist-modal.modal.fade.show,
.modal.fade.quickview.in{
    opacity: 1;
    background-color: rgba(0,0,0,.6);
}

.modal .modal-content {
    border: 0;
    border-radius: 0;
    background-color: var(--bleu-clair);
}


.quickview .modal-dialog .js-qv-mask.mask{
    display: none;
}


.quickview .modal-content button.btn.btn-primary.add-to-cart {
    opacity: 1
}
.quickview .modal-content button.btn.btn-primary.add-to-cart i{
    position: relative;
    top: -8px
}
.quickview .modal-content .modal-header{
    padding:0
}
.quickview .modal-content .qty {margin:0}

.quickview .modal-content h1.h1 {text-transform: inherit;font-weight: 600;font-size: 26px !important;color: var(--bleu-marine);}

.modal-content button.close {
    position: absolute;
    top: 2px;
    left:auto;
    right:0;
    width: 36px;
    height: 36px;
    z-index: 5;
    background-color: var(--sable-profond);
    color: var(--bleu-marine);
    opacity:1
}

@media screen and (min-width: 1200px){
    .page-product #content .images-container.js-images-container {
    display: flex;
    background-color: white;
    justify-content: space-between;
}
.page-product #content{
    margin-top: 20px !important;
            padding: 30px;
        background-color: white;
}
.page-product #content .product-cover {
    order: 2;
    max-width: calc( 100% - 110px);
}

.page-product #content ul.product-images.js-qv-product-images {
    padding:0
}
.page-product #content ul.product-images.js-qv-product-images li{
    display: block;
}

.product-cover {
    
    margin: 0;
}

#main .images-container .js-qv-mask{
    width: 80px;
}
#product-modal ul.product-images.js-modal-product-images {
    background-color: var(--bleu-clair);
    margin: 0 !important;
    padding: 20px !important;
}
.product-images>li.thumb-container .thumb {
    max-width: 80px;
    width: 80px;
    height: 80px;
    margin-right: 0 !important;
    transition: .25s all ease;
    border-width: 2px !important;
    border-style: solid;
    border-color: var(--sable);
}

.page-product #content > ul.product-flags.js-product-flags {
        left: auto;
        right:20px;
        width: 400px;
        top: 8px;
        padding: 0;
        max-width: 400px;
        display: flex;
        align-items: flex-end;
}

ul.product-flags li.product-flag {
    text-align: center;
    font-size: 14px;
    font-weight:600
}
}


.product-flags li.product-flag.on-sale {
    width: fit-content !important;
    margin-top: 10px !important;
}
.product-information .tabs {
    padding-top: 0;
}

.product-information .tabs ul.nav.nav-tabs {
    background-color: var(--sable-clair);
}
.product-information .tabs ul.nav.nav-tabs  li.nav-item,
.product-information .tabs ul.nav.nav-tabs  li.nav-item a{
    box-shadow: 0 !important;
    outline: none !important
}
.product-information .tabs ul.nav.nav-tabs  li.nav-item .active{
    border-radius:0;
    background-color: var(--sable-profond)
}

.product-information .tab-content>.tab-pane.js-product-tab-active{
    opacity: 1 !important
}

.product-information .tab-content>.tab-pane{
    padding: 20px 20px 0
}

.cart-container .cart-overview.js-cart {
    padding: 0;
}
.cart-container .cart-overview.js-cart li{
    padding: 15px;
    
}
.cart-container .cart-overview.js-cart li:nth-child(odd){
    background-color: #fafafa
}

.cart-container .product-line-grid {
    display: flex;
    align-items: center;
}

.cart-container .product-line-grid a.remove-from-cart {
    width: 36px;
    background-color: var(--sable-clair);
    color: var(--bleu-marine);
    text-align: center;
    transition: .3s all ease
}
.cart-container .product-line-grid a.remove-from-cart i{
    color: inherit
}

.cart-container .product-line-grid a.remove-from-cart:hover{
    color: white;
    background-color: var(--bleu-marine)
}

.product-line-info.product-price.h5 .price {
    font-size: 15px;
}

.cart-container .product-line-grid span.product-price {
    color: var(--bleu-marine) !important;
    font-weight:600
}

#header .user-info.isLogged {
    display: block;
    height: 44Px;
    background-color: var(--bleu-clair);
    padding: 0 8px;
}

#header .user-info.isLogged a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    transition: .3s all ease;
}
#header .user-info.isLogged a i{
    font-size: 12px;
    color: inherit
}

#header .user-info.isLogged a.account {
        text-transform: uppercase;
    font-weight: 600
}


.page-my-account section#content .links a {
    text-decoration: none;
    transition: all .3s ease;
    display: block;
    padding: 0;
    margin: 0;
    height: 100%;
}
.page-my-account section#content .links a:hover .link-item{
    color: white;
    background-color: var(--bleu-marine) !important;
        transition: all .3s ease;

}

.page-my-account section#content span.link-item i{
    color: inherit !important;
        transition: all .3s ease;

}

.page-my-account #content .links a i{
    padding-bottom: 20px;
}

/* Checkout steps */
.checkout-step .step-title span.step-number {
    background-color: var(--bleu-marine);
    color: white;
}


#checkout .cart-summary-products.js-cart-summary-products > p {
display: none
}

#checkout div#cart-summary-product-list {
    display: block;
    opacity: 1;
}

#checkout div#cart-summary-product-list li.media {
    display: flex;
    align-items: center;
    background-color: #fafafa;
    padding: 0 8px;
}

#checkout div#cart-summary-product-list li.media:nth-child(even){
    background-color: var(--bleu-clair);

}

#checkout div#cart-summary-product-list li.media .product-line-info-secondary{
    display: none}


#checkout div#cart-summary-product-list li.media span.product-price.float-xs-right{
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
}

#checkout div#cart-summary-product-list li.media .media-body {

    padding: 8px 60px 0 0;
    position: relative;
}

body#contact section#wrapper > .container {
    padding-top: 40px;
}

body#contact div#left-column > .innerLeft{
    padding: 20px;
    background-color: var(--bleu-marine);
    
}
body#contact div#left-column > .innerLeft *{
    color: white !important
}

body#contact section#main h3 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    text-transform: inherit;
    color: var(--bleu-marine)
}


body#contact section#main .col-md-9.col-md-offset-3 {
    width: 100%;
}

div#js-product-list-top .products-sort-order.dropdown {
    flex-grow: 1;
}

div#js-product-list-top button.btn-unstyle.select-title {
    padding: 0 16px;
    line-height: 36px;
}

div#js-product-list-top .dropdown-menu {
    box-shadow: none !important;
    width: 100% !important;
    background-color: var(--bleu-marine);
}
div#js-product-list-top .dropdown-menu *{
color: white !important;
    text-decoration: none
}

#left-column .block-categories {
    display: none;
}
body#best-sales #left-column,
body#new-products #left-column,
#left-column .block-categories {
    display: none;
}

body#best-sales div#filAriane,
body#new-products div#filAriane,
#category div#filAriane {
    display: none;
}
#topHome .innerHero {
    max-width: 880px;
    margin: 0 auto;
}

#category .block-category.card.card-block {
    background-color: transparent;
    max-width: 840px;
    margin: 0 auto 0px;
}
section#products div#js-product-list-top {
    margin-top: 30px;
}
#category .block-category.card.card-block h1,
#content-wrapper h1#js-product-list-header {
    text-align: center;
    font-weight: 600;
    color: var(--bleu-marine);
    font-size: 32px;
    text-transform: inherit;
    margin-bottom: 0;
}
#category .block-category-inner {
margin-top: 10px;
}

#category .block-category-inner:empty {
    display: none;
}


#category div#subcategories {
    display: none;
}

#category .block-category.card.card-block .category-cover {
    display: none;
}
#category .block-category{
    min-height: 1px !important
}

#category div#subcategories {
    border: 0;
    border-radius: 0;
    background-color: var(--sable-clair);
}

#subcategories ul.subcategories-list {
    padding: 0;
}

#subcategories ul.subcategories-list li {
    margin: 0 10px !important;
    background-color: white;
    padding: 8px 0;
    transition: .3s all ease;
}
#subcategories ul.subcategories-list li:hover{
    background-color: var(--sable-profond)
}
#subcategories .subcategory-image img {
    width: auto;
    height: 80px;
}

#subcategories ul li .subcategory-image {
    padding: 0;
    border: 0;
}

#subcategories ul li h5 {
    border: 0 !important;
    margin: 0 !important;
}

#subcategories ul li .subcategory-name {
    text-decoration: none;
    font-size: 18px !important;
    text-transform: inherit;
    font-weight: 600;
    border: 0;
    padding: 0 8px;
    color: var(--bleu-marine)
}
#subcategories ul li .subcategory-image a{
    border:0;
    padding: 0 !important;
}

#category #subcategories ul.subcategories-list li,
#category #subcategories ul.subcategories-list li *{
    border: 0 !important;
    outline: none !important
}

.cart-overview.js-cart span.no-items {
    display: block;
    padding: 8px 8px 8px 16px;
}

#product section.product-customization.js-product-customization .card {
    border: 0 !important;
    border-radius: 0;
}

.wishlist-modal .modal-header {
    padding-bottom: 0px;
}

.wishlist-modal .modal-body {
    border: 0;
}

.wishlist-modal ul.wishlist-list {
    border: 0;
    padding: 20px;
}
.wishlist-modal ul.wishlist-list li{
    background-color: white;
    border-bottom: 4px solid var(--bleu-clair);
    padding-left: 15px;
    transition: .3s all ease;
}
.wishlist-modal ul.wishlist-list li:last-child{
    border:0
    
    
}
.wishlist-modal .modal-footer {
    border: 0;
    padding-top: 0px;
}


.wishlist-modal ul.wishlist-list li p {
    padding: 0;
    color: inherit;
        transition: .3s all ease;

}

.wishlist-modal ul.wishlist-list li:hover{
    background-color: var(--bleu-marine);
    color: white
}
.wishlist-modal a.wishlist-add-to-new i,
.wishlist-modal a.wishlist-add-to-new {
    color: var(--bleu-marine) !important;
}

body#order-confirmation #order-items .image img {
    height: 60px;
    width:  auto;
    margin-bottom: 0 !important;
}

.menu-is-sticky .header-top {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
}

.menu-is-sticky div#_desktop_cart {
    position:fixed;
    top: 0;
    right: 0;
    z-index:10
}
.menu-is-sticky{
    padding-top: 44px !important;
}

.menu-is-sticky div#_desktop_cart span.cart-products-count {
    top:11px;
    left: -10px;
}

@media screen and (min-width:1500px){
    .menu-is-sticky #header .blockcart.cart-preview{
margin-left: 0 !important;
        transform: translateX(-20px);
    }
}
#product div#product-modal.in.fade {
    opacity: 1 !important;
    background-color: rgba(0,0,0,.6);
}
div#js-product-list nav.pagination .page-list {
    background-color: var(--sable-clair)
    }

div#js-product-list nav.pagination .page-list:after{
    display: none
}

    div#js-product-list nav.pagination .page-list li.current a{
    font-weight: 600;
        position:relative;
        top:2px
}

div#js-product-list nav.pagination .page-list a{
    text-decoration: none;
        height: 24px;
    line-height: 22px;
    display: inline-block;
    font-weight:400;
    color: var(--bleu-marine)
}

div#search_filters {
    background-color: var(--sable-clair);
    padding: 20px !important;
}

div#search_filters > p {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: var(--bleu-marine);
}

section.facet.clearfix ul {
    padding: 0;
}

#search_filters .facet .facet-label a{
    text-decoration: none
}

#search_filters .facet span.ps-shown-by-js {
    background-color: white;
    border-color: var(--sable-profond) !important;
}

body#category div#search_filters {
    background-color: var(--sable-clair);
    padding: 20px !important;
}

body#category div#search_filters > p {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: var(--bleu-marine);
}

body#category section.facet.clearfix ul {
    padding: 0;
}

body#category #search_filters .facet .facet-label a{
    text-decoration: none
}

body#category #search_filters .facet span.ps-shown-by-js {
    background-color: white;
    border-color: var(--sable-profond) !important;
}

body#category div#_desktop_search_filters_clear_all .btn {
    background-color: var(--bleu-clair);
    border-radius: 0;
    cursor: pointer;
}

body#category section#js-active-search-filters {
    background-color: var(--sable-profond);
}

body#category section#js-active-search-filters .active-filter-title {
    color: var(--bleu-marine)
}

#product section#wrapper {
    overflow: hidden;
}

#product section.product-accessories {
    position: relative;
    margin-top: 0;
    padding: 40px 0 20px 0;
}

#product section.product-accessories:before{
    content:"";
    display: block;
    height: 100%;
    width: 5000px;
    background-color: var(--bleu-marine);
    position: absolute;
    left: -1500px;
    top: 0;
}

#product div#product-comments-list-footer {
    display: none;
}

#product section.product-accessories > p {
    text-align: center;
    font-weight: 600;
    color: white !important;
    text-transform: initial !important;
    margin-bottom: 30px;
    font-size: 24px !important;
    position: relative;
    z-index: 5;
}

#product section.product-accessories .product-miniature .product-description{
    background-color: var(--sable-clair)
}
#product #wrapper section.product-accessories .product-miniature .product-description *{
    color: var(--bleu-marine) !important
}

#product #product-modal img.js-modal-product-cover.product-cover-modal {
    max-height: 700px;
    width: auto;
}

#product #product-modal .modal-dialog{
    margin-top: 80px;
}

#product .product-comments-additional-info {
    display: none;
}

#password ul.ps-alert-success {
    padding: 0;
    margin: 0;
}

#password ul.ps-alert-success li:last-child {
    margin:0
}

form#login-form .input-group.js-parent-focus button.btn {
    border-radius:0;
    background-color: var(--sable-profond);
    color: var(--bleu-marine);
    font-weight: 600
}


div#layout-error {
    background-color: transparent;
    width: 100%;
    height: 100vh;
    margin: 0;
    box-shadow: none;
    font-family: Montserrat;
}
div#layout-error *{
    color: white !important
}
#layout-error img {
    height: auto;
    width: 280px;
}
#maintenance-page .logo {
    width: 280px;
    margin: 0 auto;
    background-color: white;
}

body#maintenance-page {
    background-color: var(--bleu-marine);
    padding: 0;
}

body#maintenance-page section#main {
    max-width: 600px;
    margin: 40px auto;
    text-align: center;
}

#layout-error h1 {
    font-weight: 600;
    font-size: 30px;
    margin: 30px auto;
}

#checkout .cart-grid-body section {
    padding: 0 !important;
}

#checkout .cart-grid-body section .step-title {
    padding: 0 !important;
    min-height: 54px;
    display: flex;
    align-items: center;
    font-size: 20px !important;
    font-weight: 600 !important;
}
#checkout .cart-grid-body section .step-title .step-number{
    margin-left: 14px
}

body#checkout section.checkout-step.js-current-step .step-number{
    background-color: var(--sable-profond) !important;
    color: var(--bleu-marine) !important
}

body#checkout section.checkout-step.js-current-step {
    background-color: #FEFCFA
;
}
body#checkout section.checkout-step.js-current-step .step-title{
    border-bottom:0
}

#checkout .cart-grid-body section .content{
    padding-bottom: 15px !important
}

div#hook-display-after-carrier {
    margin: 0 !important;
}

body#checkout section.checkout-step .delivery-options .delivery-option{
    background-color: var(--bleu-clair)
}

textarea#delivery_message {
    border-radius: 0;
    border-color: var(--sable-profond);
}

body#checkout section.checkout-step .payment-options .custom-radio {
    border-color: var(--bleu-marine);
}
body#checkout .additional-information{
    background-color: var(--bleu-clair);
    margin: 10px 0;
    padding: 8px;
}
body#checkout .additional-information p{
    margin:0;
    font-size: 15px !important
}

#checkout form#conditions-to-approve {
    background-color: white;
    padding: 8px 8px 0 !important;
    border: 2px solid var(--bleu-marine);
    margin-bottom: 15px;
}
/* ============================================
   MOBILE PRODUCT IMAGES CAROUSEL
   ============================================ */

/* Carousel Swiper pour les images produit mobile */
.product-images-swiper {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.product-images-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.product-images-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Pagination (points) */
.product-images-swiper .swiper-pagination {
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
}

.product-images-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--bleu-marine);
  opacity: 0.3;
  transition: all 0.3s ease;
}

.product-images-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
  border-radius: 4px;
}

/* Flèches de navigation pour le carousel mobile */
.product-images-swiper .swiper-button-next,
.product-images-swiper .swiper-button-prev {
  color: var(--bleu-marine);
  width: 40px;
  height: 40px;
  background-color: rgba(242, 232, 213, 0.9);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.product-images-swiper .swiper-button-next:after,
.product-images-swiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 700;
}

.product-images-swiper .swiper-button-next:hover,
.product-images-swiper .swiper-button-prev:hover {
  background-color: var(--bleu-marine);
  color: var(--sable);
}

/* Position des flèches */
.product-images-swiper .swiper-button-next {
  right: 10px;
}

.product-images-swiper .swiper-button-prev {
  left: 10px;
}

/* ============================================
   MOBILE SEARCH TOGGLE
   ============================================ */

/* Icône de recherche mobile */
#_mobile_search_toggle {
  cursor: pointer;
  padding: 10px;
  transition: color 0.3s ease;
}

#_mobile_search_toggle i {
  font-size: 18px;
  color: var(--bleu-marine);
}

#_mobile_search_toggle:hover i {
  color: var(--corail);
}

/* Barre de recherche mobile */
.mobile-search-bar {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 2px solid var(--bleu-marine);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}

.mobile-search-bar.active {
  max-height: 200px;
  opacity: 1;
  padding: 15px 0;
}

.mobile-search-bar .container {
  width: 100%;
  padding: 0 15px;
}

/* Ajuster le formulaire de recherche dans le mobile */
.mobile-search-bar form {
  width: 100%;
}

.mobile-search-bar input[type="text"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--bleu-marine);
  border-radius: 25px;
  font-size: 14px;
}

.mobile-search-bar button[type="submit"] {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: var(--bleu-marine);
  font-size: 16px;
  cursor: pointer;
}

.mobile-search-bar button[type="submit"]:hover {
  color: var(--corail);
}
