/* Styles spécifiques apparence */
h1, .h1, #search h2, #search .h2 { font-family:"Barlow Semi Condensed", Aria, sans-serif; }
h3 a, .h3 a { color:var(--couleur-marron) !important; }
.product-accessories .product-title a, .product-miniature .product-title a { color:var(--couleur-marron); }
.page-my-account #content .links a i, .page-my-account #content .links a, .page-my-account #content .links {
  color:var(--couleur-marron); 
}
#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a,
.product-information-dropdown .h5 a,
.product-desc a,
.product-name a { color:var(--couleur-marron); }
#search h2 { text-transform:none; }
#header .header-top-wrapper { min-height: 133px; }
#header .logo {
 max-width: inherit;
 animation: inherit;
}
#header .header-nav { background-color:#F0EBE1; }
#header .header-nav a, #header .header-nav p { color:#3B2B1D;}
#header .header-top { border-bottom:1px solid #C2C8C4; }
.breadcrumb li a { color: #3B2B1D; }

#amegamenu .anav-top li.amenu-item a {
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 600;
    font-size: 1.35rem;
    color: #3B2B1D;
  	padding-right:45px;
}
.position-static #amegamenu.fixed-menu .anav-top { width:61%; margin-top: 6px; }
.position-static #amegamenu .fixed-menu-right { width:auto; }
#amegamenu .anav-top li.amenu-item .amenu-link:focus,
#amegamenu .anav-top li.amenu-item .amenu-link:hover {
    color: #3B2B1D !important;
}

#amegamenu.fixed-menu .amenu-item .amenu-link {
    padding: 12px 12px 12px 0px !important;
}

#header .header-nav #_desktop_top_menu, #header .header-nav #amegamenu { background-color:transparent !important; }
div#_desktop_top_menu { padding:0; }

.copyright-container {
    border-top: 1px solid #CDC8C5;
}

#product .quantity_availability .btn.btn-primary.add-to-cart {
    width:auto;
    min-width: 250px;
    font-size: 1.35rem;
    font-family: "Barlow Semi Condensed";
    line-height: 1.35rem;
}

.footer-container, .copyright-container {
    background: var(--couleur-marron);
}

.copyright-container {
    border-top: 1px solid var(--couleur-beige);
}

#category .page-content.page-not-found, #pagenotfound .page-not-found, #products .page-not-found {
  max-width:100%;
  padding:0;
}

#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 {
    color: var(--couleur-marron);
}

.product-information {
    color: var(--couleur-marron);
}

#amegamenu.fixed-menu { 
  display:none;
}

.product-miniature:hover .thumbnail-container {
  box-shadow: none !important;
  
}