:root{
    --bleu_theme: rgb(0,123,196);
    --bleu_logo: #000066;
}

.hidden{
    display: none !important;
}


/* header */

.wd-header-my-account, .cart-widget-opener, .wd-header-wishlist, .wd-add-btn, .wd-wishlist-btn, form.cart, .add_to_cart_button, .meta-author, .meta-reply, #comments{
    display: none !important;
}

.whb-header-bottom .whb-col-left{
    display: none !important;
}

@media (min-width:768px)
{
    body.home .whb-header-bottom .wd-dropdown{
        /*min-height: 496px;*/
    }
}

.wd-social-icons, .menu-item-compare{
    display: none !important;
}

.wd-nav-main>li>a{
    font-size: /*15px*/13px !important;
}

.wd-nav[class*="wd-style-"]>li.li_home>a{
    color: #333 !important;
}


/* hp */

.section_slider{
    padding-left: 0 !important;
}


/* single produit */

.single-breadcrumbs-wrapper .wd-products-nav{
	display: none;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image{
    text-align: center;
    background: #fdfdfd;
    padding: 15px 10px;
}

.woocommerce-product-gallery img{
    /*width: auto !important;*/
    /*max-width: 100% !important;
    height: auto !important;*/
    /*max-height: 500px !important;*/
    width: auto !important;
}

.wrap_btn_devis{
    margin-top: 20px;
}

.woocommerce-Tabs-panel--description *[class*="col-"]{
    width: 100% !important;
    flex: none;
    max-width: 100%;
    padding: 0;
}

.woocommerce-Tabs-panel--description table{
    border: none !important;
    margin-bottom: 20px !important;
}

.woocommerce-Tabs-panel--description table td{
    padding: 10px 10px !important;
    border: 1px solid #f2f2f2 !important;
    height: auto !important;
}

.woocommerce-Tabs-panel--description table td p:last-child{
    margin-bottom: 0 !important;
}

.product-grid-item .product-image-link img, .product-grid-item .hover-img img{
    width: auto !important;
    height: 150px;
}

.woocommerce-Tabs-panel--description pre{
    background: none !important;
}


/* actualites */

.hovered-social-icons, .wd-meta-author, .wd-meta-reply{
    display: none !important;
}

.wd-post-cat.wd-style-with-bg{
    background-color: var(--bleu_theme);
}

.read-more-section a{
    color: var(--bleu_theme);
}

.article-inner .wd-entry-meta{
    color: #888;
    display: block;
    font-size: 14px;
}


/* footer */

.footer-container{
    background-color: #0a0a0a;
    padding: 40px 0;
}

.min-footer{
    display: flex;
    justify-content: space-between;
}


/* responsive */


@media (min-width:1024px) and (max-width:1199px)/* testé sur 1024px */
{
    .wd-nav-main>li>a{
        font-size: 10px !important;
    }
}

@media (max-width:767px) /* testé sur 320px */
{
    .wd-side-hidden{
        width: 290px;
    }
    
    .section_slider{
        display: block !important;
    }  
    
    .wd-toolbar{
        display: none !important;
    }  
}




