/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
/**
 * Personalisation du cartouche Achat du menu Navigation
 */

.site-header {
    color: #930404;
}

.storefront-primary-navigation {
    background: #930404 none repeat scroll 0 0;
    clear: both;
    margin-left: -99em;
    margin-right: -99em;
    padding-left: 99em;
    padding-right: 99em;
    background-color: #930404;
}

.secondary-navigation .menu {
    font-size: 1.2em;
}

/**
 * Personalisation du cartouche Achat du menu Navigation
 */

.site-header-cart .widget_shopping_cart, .main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
    background-color: #f0f0f0;
}

a.cart-contents, .site-header-cart .widget_shopping_cart a {
    color: #484c51;
}

.site-header-cart .widget_shopping_cart, .site-header .product_list_widget li .quantity {
    color: #242120;
}

/**
 * Pied de page du site
 */
.site-footer {
    color: #61656b;
    padding: 30px 0;
    text-align: center;
}

/** Enlever fil d'ariane
*/
.woocommerce-breadcrumb {
    margin-bottom: 1em;
    margin-left: -99em;
    margin-right: -99em;
    padding: 1em 99em;
}


