#index .block_newsletter {
 display: none; 
}

.an_advantages {
 padding-top: 24px; 
}

.an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content .h2, .an_homeproducts-banner-type2.an_homeproducts-banner-overlay .an_homeproducts-banner-content .h2, .page-home .product-banner .banner-text-bl h2 {
 color: white;
}

.alert-danger {
  display: none;
}

#avantages {
    display: flex;
    width: 75%;
    flex-wrap: wrap;
    margin-top: 15px;
}

.an_homeslider .an_homeslider-desc .h2, .anthemeblocks-homeslider-desc h2 {
  font-size: 38px;
  font-weight: 700;
}

#avantages .avantage:first-child, #avantages .avantage:nth-child(3) {
    margin-right: 20px;
}

#avantages .avantage:first-child, #avantages .avantage:nth-child(2) {
    margin-bottom: 20px;
}

#avantages .avantage:first-child, #avantages .avantage:last-child {
    background-color: #479cbd;
    color: #fff;
}

#avantages .avantage {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 10px);
    justify-content: center;
    text-align: center;
    padding: 5px 20px;
    font-size: 1.2rem;
    background-color: #fff;
    box-shadow: 3px 3px 20px rgb(255 255 255 / 50%);
    color: #333;
}

#avantages .avantage span {
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 1;
}

.an_homeslider .an_homeslider-desc>.container {
   margin-left: unset; 
}

.an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content .h2, .an_homeproducts-banner-type2.an_homeproducts-banner-overlay .an_homeproducts-banner-content .h2, .page-home .product-banner .banner-text-bl h2 {
   color: #479cbd; 
}

@media (min-width: 768px){
  .anhp-banner-global-top {
   display: flex;
   flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
    #avantages {
        width: 60%;
        margin-top: 30px;
    }
}

/** PAGE CATEGORIE */

#left-column .block-categories {
 display: none; 
}

/** PAGE PRODUIT */

#product section#main {
    display: flex;
    flex-direction: column;
}

#product section.featured-products.clearfix.m-t-3 {
    order: 1;
}

