body {
    font-family: 'Montserrat', sans-serif;
}

.headmenu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
}

.othermenu{
    display: flex;
    padding-right: 5rem;
    gap: 25px;
    align-items: center;
}
#header{
    position: fixed;
    width: 100vw;
}

#content-wrapper{
    
}
#wrapper{
    padding-top: 132px;
}

.carousel, .carousel-inner, .search-widget form {
    position: relative;
    height: 80vh;
}

.carousel .carousel-inner {
    height: 80vh;
}

.caption h2{
    color: #a37a33 !important;
    text-transform: capitalize !important;
}

.carousel .carousel-item img {
    object-fit: contain !important;
    /* object-position: center !important; */
}
/* 
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
} */
/* .hidden-md-up.text-sm-center.mobile {
    width: 100vw;
} */

/* .container, .container-fluid {
    margin-left: auto; 
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
} */

.carousel-item  img{
    width: 100vw !important;
}

.banner img{
    width: 100vw ;
}


/* search bar */
#search_widget {
    margin-right: 10px;
}

.header-top #search_widget input {
    border-radius: 200px;
}
/* -- */
#header, #header .header-top {
    background-color: #374151;
    margin-top: -3px;
}

#mobile_top_menu_wrapper {
    background: #374151;
}

#contact-link a, .user-info a span, .user-info a i{
    color: #ffffff;
}


#header .header-top a[data-depth="0"] {
    color: #ffffff;
    text-transform: capitalize;
}



#header .header-top a[data-depth="0"]:hover, #contact-link a:hover, .user-info a span:hover {
    color: rgb(163, 122, 51); /* Couleur au survol, changez selon vos besoins */
    
}

a:hover{
    color: black;
}

/* Panier */
#header a{
    color: #a37933;
}

#header a:hover{
    color: black ;
}

#header .header-nav .blockcart {
    background: #374151;
}

#header .header-nav .cart-preview .shopping-cart {
    color: #ffffff;
 }
/* -- */

/* price */
span.price {
    background-color: #a37a33;
    color: white;
    padding: 5px;
}
/* -- */


/* Langue */
.dropdown .expand-more {
    color: #ffffff;
}

/* -- */

/* Produit */
.product-miniature .product-description {
    padding: .25rem .25rem 1.7rem;
}
/*  */

/* footer */
.footer-container {
    background-color: #374151;
}

.footer-container .h3, .footer-container .h4,#block_myaccount_infos .myaccount-title a {
    color: white;
}

.block-contact, .footer-container li a {
    color: #ffffff;
}
 .footer-container li a:hover {
    color: #a17832;
}

a {
    color: #a17832;
}

.btn-primary, .btn-primary:hover {
    background-color: #a37933;
}

/*  */

/* Nouveau produit */
.product-flags li.product-flag {
    background: #a37933;
}

.quick-view:hover{
    color: #a17832 !important;
}
/*  */

/* commande */
.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
    border: #a37933 3px solid;
}

.product-price {
    color: #a37933;
}

#blockcart-modal .product-name {
    color: #a37933;
}

.product-line-info {
    margin-bottom: 15px;
}

#subcategories ul li .subcategory-name:hover, .block-categories .arrows .arrow-down:hover, .block-categories .arrows .arrow-right:hover, .block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover, .cart-grid-body a.label:hover {
    color: #a37933;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border-bottom: #374151 3px solid;
}

.tabs .nav-tabs .nav-link.active {
    color: #374151;
}

.page-my-account #content .links a i:hover, .link-item:hover{
    color: #a37933;
}

/*  */
/* header mobile */
@media (max-width: 767px) {
    #header .top-logo img {
        width: 150px;
        margin-top: -24px;
        height: 50px ;
        max-height: none;
    }

    .othermenu{
        padding-right: 0px;
    }

    .container-advantage {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        padding-left: 0px;
        padding-right: 0px;
    }

    .info-box i.fas.fa-heart.icon {
        margin-left: -48px;
    }

    .title-quality, .title-product, .title-about, .section-title {
        font-size: 1.2rem;
        
    }
}
/*  */
 /* Changement des couleurs lors du survol du souris */
 .page-my-account #content .links a i:hover, .link-item:hover{
    color: #a37933;
}

.pinterest.icon-gray:hover, .pinterest::before {
    background-image: url(../css/pgold.svg);
}

.twitter.icon-gray:hover, .twitter::before {
    background-image: url(../css/tgold.svg);
}

.facebook.icon-gray:hover, .facebook::before {
    background-image: url(../css/fgold.svg);
}

.dropdown:hover .btn-unstyle:hover .expand-more:hover {
    color: #a37a33;
}
/*  */
/* responsive fix */
.block-social ul, .product-quantity {
    flex-wrap: wrap;
}
/*  */