@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

* {
  font-family: 'Roboto', sans-serif !important;
}
.material-icons {
  font-family: 'Material Icons' !important;
}
#wrapper .breadcrumb {
    padding: 20px 0;
    border-bottom: 1px solid #767676;
}
.block-contact {
  display: none;
}
.breadcrumb ol {
  float: right;
}
.breadcrumb li {
  font-size: 14px;
}
#header {
    position: relative;
    z-index: 200;
}
.dropdown-menu a,.dropdown:hover .expand-more,.btn-unstyle:focus .expand-more,
#_desktop_user_info:hover a {
  color: #000 !important;
}
#header .header-nav .blockcart {
  background: #000 !important;
}
#header .header-nav {
    max-height: 90px;
    border-bottom: inherit;
    background: #000;
    padding: 10px 0;
}
.material-icons.shopping-cart {
  color: #c8c8c8 !important;
}
strong {
  font-weight: 600 !important;
}
#carousel {
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin: 0 !important;
  height: 100%;
}
.carousel-inner {
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  height: 100% !important;
}
#carousel .carousel-item {
  height: 100% !important;
}
#carousel .carousel-item figure {
  height: 100% !important;
  margin: 0;
  overflow: hidden;
}
#carousel .carousel-item figure img {
  width: 100% !important;
  height: 100% !important;
  max-width: nonverportant;
  object-fit: contain !important;
  object-position: center !important;
  display: block;
}

body, #wrapper, #footer {
  overflow-x: hidden;
}
#wrapper {
  background: #fff;
  padding-top: 0;
}
.font-18 {
  font-size: 18px;
}
.font-14 {
  font-size: 14px;
}
.color-black {
  color: #000;
}
.text-underline {
  text-decoration: underline;
}
.d_flex {
  display: flex;
}
.align-i-center {
  align-items: center;
}
.justify-c-center {
  justify-content: center;
}
.banner {
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin: 0 !important;
}
.banner img {
  width: 100%;
}
.emplacement {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.emplacement h3, .emplacement p {
  color: white;
}
.emplacement h3 {
  font-size: 45px;
  font-weight: bold;
}
.emplacement p {
  font-size: 20px;
}

/* Footer : bloc contact masqué, 3 colonnes égales desktop */
.row.footer_informations > .block-contact {
  display: none !important;
}
.row.footer_informations > .col-md-6.links {
  flex: 0 0 66.666667% !important;
  max-width: 66.666667% !important;
}
.row.footer_informations > #block_myaccount_infos {
  flex: 0 0 33.333333% !important;
  max-width: 33.333333% !important;
}
.footer_informations {
  display: flex;
}

#footer, .footer-container {
  background: #000;
}
.footer_copyright,.footer_informations,.footer_newsletter {
  background: #000;
  padding: 30px 0;
  text-align: center;
}
.footer-brand {
  background: #fff;
}
.footer_copyright p,.footer_informations p {
  color: #fff;
  margin: 0;
}
.footer_copyright a,.footer_informations li a,.footer_informations p a,#contact-infos,.block-contact p,.footer_newsletter p {
  color: #fff !important;
}
.footer_newsletter > .block_newsletter > .row {
  background: #000;
}
.btn-newsletter,
input[name="submitNewsletter"],
.newsletter-form button,
.block_newsletter button {
  background-color: #000 !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  transition: all 0.3s ease;
}
#block-newsletter-label {
  margin-bottom: 0px;
}
.footer-container {
  padding-top: 0;
}
.footer-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.footer-brand > .container {
  max-width: 1000px;
}
.footer_copyright {
  border-top: 1px solid #fff;
}
.block-social ul li {
  background-color: inherit !important;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

/* Bouton Ajouter au panier */
.btn-primary,
.add-to-cart {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
    transition: 0.3s ease;
}

.btn-primary:hover,
.add-to-cart:hover {
    background-color: #333 !important;
    border-color: #333 !important;
}
.js-product.product .highlighted-informations {
    background: #000;
    color: #fff;
}
.js-product.product .quick-view.js-quick-view {
    color: #fff;
}
.js-product.product .quick-view.js-quick-view .material-icons:hover{
    color: #fff !important;
}
.modal-content {
  background: #fff !important;
}
.product-prices.js-product-prices {
  display: flex;
  gap: 10px;
}
.product-prices.js-product-prices .product-price {
  font-size: 25px;
  font-weight: 600;
  color: #000 !important;
}
.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
  border: inherit !important;
}

#blockcart-modal .product-name,
.block-promo .collapse-button,
.cart-item .product-line-grid .price,
.register-form a {
  color: #000 !important;
}
.product-line-info:hover > a.label {
  color: #646464 !important;
}
.card.cart-container ul.cart-items {
  border: solid 1px rgba(0,0,0,.25);
}
.remove-from-cart:hover,.card.cart-container + .label:hover {
  color: #646464 !important;
}
.bootstrap-filestyle label[for="file-upload"].btn.btn-default {
  background: #000 !important;
}
.form-control:focus {
  border: solid 1px #000 !important;
  outline: .1rem solid #232323;
}
#header .header-nav .user-info {
    margin-left: 0;
    text-align: left;
}
#header .header-nav .cart-preview.active {
    background: #000 !important;
}
.header-slogan {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 0px;
}
.header-info {
  text-align: center;
  font-size: 14px;
  color: #000;
}
.header-settings-wrapper {
    position: relative;
    display: flex;
}
.header-settings-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}
.header-settings-toggle .material-icons {
    font-size: 22px;
    color: #c8c8c8;
    border: none;
    border-radius: 0;
}
.header-settings-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    min-width: 200px;
    z-index: 9999;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: left;
}
.header-settings-dropdown.active {
    display: block;
}
/* Connexion - visible sur tous les écrans */
#_desktop_user_info .user-info .hidden-sm-down {
    display: inline !important;
}
/* Panier - masquer texte, bulle sur le count */
#_desktop_cart .blockcart .header .hidden-sm-down {
    display: none !important;
}

#_desktop_cart .blockcart .header {
    position: relative;
    display: inline-flex;
    align-items: center;
}

#_desktop_cart .cart-products-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #000;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    /* Masque les parenthèses */
    font-variant-numeric: tabular-nums;
}

/* Hack pour retirer les parenthèses via CSS */
#_desktop_cart .cart-products-count::before {
    content: attr(data-count);
}
.top-menu > li > a {
  color: #fff !important;
  font-weight: 500 !important;
}
.top-menu a.dropdown-submenu, .top-menu .collapse li a{
  color: #000 !important;
}
/* Sous-menu largeur automatique */
.popover.sub-menu.js-sub-menu {
    width: auto !important;
    max-width: none !important;
    min-width: 150px;
}
.popover.sub-menu.js-sub-menu > .top-menu {
    width: auto !important;
}

/* Nos Collections - grille 2 colonnes */
#category-122 .popover.sub-menu .top-menu[data-depth="1"] {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}


.header-nav #search_widget input[type="text"],
.header-nav #search_widget input[name="s"] {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.header-nav #search_widget input::placeholder {
  color: rgba(255,255,255,0.6);
}
.header-nav #search_widget .material-icons {
  color: #fff !important;
}
.header-top-right {
  display: flex;
}
.custom-radio input[type=radio]:checked+span {
  background-color: #000 !important;
}
body#checkout a:hover,.product-name a,.product-price,.card.js-cart .js-show-details {
  color: #000 !important;
}
body#checkout #footer {
  padding: 0 !important;
  color: #000;
  background: #000;
}
body#checkout a:hover, .product-name a, .product-price, .card.js-cart .js-show-details {
    color: #fff !important;
}
/* Sous-menu checkout : couleurs identiques à l'accueil */
body#checkout .top-menu a.dropdown-submenu:hover,
body#checkout .top-menu .collapse li a:hover,
.row.sitemap a {
    color: #000 !important;
}
@media (min-width: 1200px) {
    .container {
        width: 1250px;
        max-width: 100%;
    }
    .footer_newsletter {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .block-social {
      width: 10%;
    }
    .block_newsletter {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 1200px) {
    #header .header-nav {
      max-height: 150px;
    }
    .header-nav > .container {
      width: 98% !important;
      max-width: 98% !important;
    }
}
@media (max-width: 992px) {
    #wrapper {
      width: 100% !important;
    }
}

@media (max-width: 769px) {
    .top-menu > li > a {
      color: #000 !important;
      font-weight: 500 !important;
}
    #menu-icon {
        position: relative;
        z-index: 100000;
    }
    #menu-icon > i {
      display: none ;
    }
    #custom-text {
      padding: 50px 15px;
    }
    /* Header mobile - bande 1 : logo + tagline */
    #_desktop_logo img.logo {
      max-height: 60px;
      width: auto;
    }
    .header-tagline {
      padding-left: 10px;
    }
    .header-slogan {
      font-size: 16px !important;
    }
    .header-info {
      font-size: 14px !important;
    }
    .gap_20_m {
      gap: 20px !important;
    }
    .header-nav > .container {
      width: 98% !important;
      max-width: 98% !important;
    }
    .justify_c_center_m {
      justify-content: center !important;
    }
    #search_widget {
      width: 360px !important;
    }
    /* Header mobile - bande 2 : icônes actions */
    .mobile-actions-bar {
      padding: 8px 0;
      border-top: 1px solid #333;
      justify-content: space-between;
      align-items: center;
    }
    /* Barre de recherche mobile */
    .mobile-search-row {
      padding: 6px 0;
    }
    .mobile-search-row #search_widget {
      width: 100%;
    }
    /* Bande 1 : flex pour logo + tagline */
    .header-top .row {
      display: flex !important;
      flex-wrap: wrap;
      align-items: center;
    }
    .block_newsletter {
      padding: 0;
  }
  #block-newsletter-label {
    margin-bottom: 10px;
  }
#mobile_top_menu_wrapper {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 80vw !important;
        height: 100vh !important;
        background: #fff;
        z-index: 99999;
        overflow-y: auto;
        padding: 20px 17px;
        box-shadow: 2px 0 15px rgba(0,0,0,0.3);
    }
    #_mobile_top_menu,
    .js-top-menu-bottom {
        width: 100% !important;
        display: block !important;
    }
    #mobile-menu-close {
        position: absolute;
        top: 15px;
        right: 15px;
        background: none;
        border: none;
        cursor: pointer;
        font-size: 28px;
        color: #000;
        z-index: 100001;
        line-height: 1;
        padding: 0;
    }
    .js-top-menu.mobile {
      margin-top: 50px;
    }
    /* Footer - désactiver les accordéons */
    #footer .title.clearfix.hidden-md-up {
      display: none !important;
    }
    #footer .hidden-sm-down {
      display: block !important;
    }
    #footer ul.collapse,
    #footer #contact-infos.collapse {
      display: block !important;
      height: auto !important;
    }
    /* Footer - 2 colonnes sur mobile */
    .footer_informations .col-md-6.links > .row {
      display: flex !important;
      flex-wrap: wrap !important;
    }
    .footer_informations .col-md-6.links > .row > .col-md-6.wrapper,
    .row.footer_informations > #block_myaccount_infos,
    .row.footer_informations > .block-contact {
      flex: 0 0 50% !important;
      max-width: 50% !important;
      width: 50% !important;
    }
    .footer_informations ul li {
      background: #000 !important;
      margin-bottom: 0 !important;
      border-bottom: 0 !important;
    }
    .footer_informations {
      display: flex !important;
      flex-wrap: wrap !important;
    }
    .block_newsletter {
      margin-bottom: 20px !important;
    }
    .d_flex_m {
      display: flex !important;
    }
    .footer-container .links ul {
      background-color: inherit !important;
    }
  }
@media (max-width: 550px) {
#mobile_top_menu_wrapper {
        width: 90vw !important;
    }
    .footer-container .h3,
    .footer-container .h4,
    #block_myaccount_infos .h3 a{
      font-size: 21px !important;
    }
    .block_newsletter {
      padding: 0 15px !important;
    }
    /* Header : logo au-dessus, texte en dessous */
    .header-top .row {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    #_desktop_logo,
    .header-tagline {
      width: 100% !important;
      max-width: 100% !important;
      flex: 0 0 100% !important;
      padding: 0;
    }
    #_desktop_logo {
      margin-bottom: 20px;
    }
    #search_widget {
      width: 100% !important;
    }
    .header-top-right {
        width: 48% !important;
        padding-right: 0 !important;
}
.flex_dir_r_s {
  flex-direction: row !important;
}
#header .header-top {
    padding: 1.25rem 10px 0 10px;
}
}
@media (max-width: 450px) {
  .footer_informations {
      flex-direction: column !important;
    }
    .flex_dir_c_xs {
      flex-direction: column !important;
    }
    .gap_20_xs {
      gap: 20px !important;
    }
    .text_align_c_xs {
      text-align: center !important;
    }
}
