/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#header .header-nav .container {
    background: black;
}

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

#header .header-nav .cart-preview .shopping-cart {
    color: black;
}

#header .header-nav .blockcart .header{
    color: black;
}

#header a {
    color:white;
}

.top-menu .sub-menu.collapse {
    background: black;
}

#header .header-top .position-static {
    margin-top: 15px;
}

#header .header-top a[data-depth="0"]{
    color: black;
}

/*BBRE Correction header page checkout */
body#checkout #header .header-nav {
    padding: 0;
}

/*BBRE Masque détail commande après paiement */
#content.page-content.page-order-confirmation.card{
    display:none;
}

/*BBRE Masque détail commande après paiement */
.block-social li{
    background-color: #1a1a1a;
}

/*BBRE hamburger mobile en blanc */
#header .header-nav #menu-icon .material-icons {
    color:white;
}

/*BBRE accordeon mobile blanc */
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
    background-color: black;
}

/*BBRE sous-rubriques en couleur rouge */
.block-categories .category-sub-menu li[data-depth="0"]>a {
	color:red;
}

/*BBRE message vacances - Black Friday */
/*#block_top_infos{background-color: #7fff00;color:#fff;text-align:center;font-weight:bold;padding:10px;color: #000000}
#block_top_infos img{height:20px;vertical-align:top;}*/