/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 /*accueil*/
 #banner-container, .banner-container {
   margin-top: 40px;
   background-image: url(https://www.electroniweb.fr/themes/PRS010_02-child/assets/img/eclairage-pro.jpeg);
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
}

 #index, #wrapper .banner {
      float: none; 
   margin: auto;
}

/*Produits*/

#products .products ul, .featured-products .products ul, .product-accessories .products ul, .ttfeatured-products .products ul, .crossselling-product .products ul, .category-products .products ul, .ttbestseller-products .products ul, .ttnew-products .products ul, .ttspecial-products .products ul, .view-product .products ul {
    float: none !important;
    width: 100%;
    margin
}

 /* Block Reassurance */

 #block-reassurance > ul {
    display: flex;
 }

 #block-reassurance img {
    width: 12%;
 }

/* Block images produits */
 .pb-left-column #tt-jqzoom {
    display: flex;
}

@media (min-width: 1300px) {
    #category.column_4 #products .product-miniature.product-grid,
    #category.column_4 .featured-products .product-miniature.product-grid,
    #category.column_4 .ttfeatured-products .product-miniature.product-grid,
    #category.column_4 .ttspecial-products .product-miniature.product-grid,
    #category.column_4 .ttnew-products .product-miniature.product-grid,
    #category.column_4 .ttbestseller-products .product-miniature.product-grid,
    #prices-drop .product-miniature.product-grid {
        width: 33.33333% !important;
    }
}

@media (max-width: 1299px) {
    .pb-left-column .images-container .js-qv-mask.mask {
        width: 280px !important;
    }
}

