.an_homecategories-list  {
    
   width: 100%; /* Chaque image prend environ 25% de la largeur */
    height: auto; /* Maintient les proportions des images */
    display: grid; /* Active CSS Grid */
    grid-template-columns: repeat(4, 1fr); /* Crée 4 colonnes égales */
    gap: 10px; /* Espace entre les colonnes et les lignes */
  padding: 10px; /* Ajuster les espaces internes */
  
}
@media (max-width: 991px) { /* Pour les écrans avec une largeur maximale de 768px */

     .an_homecategories-list {
       display: flex;
       flex-direction: row;
     display: grid; /* Active CSS Grid */
        padding: 0px; /* Ajuster les espaces internes */
       gap: 10px; /* Espace entre les colonnes et les lignes */
     grid-template-columns: repeat(4, 1fr); /* Crée 4 colonnes égales */
}
}
@media (max-width: 768px) { /* Pour les écrans avec une largeur maximale de 768px */

     .an_homecategories-list {
       display: flex;
       flex-direction: row;
     display: grid; /* Active CSS Grid */
        padding: 0px; /* Ajuster les espaces internes */
       gap: 10px; /* Espace entre les colonnes et les lignes */
     grid-template-columns: repeat(2, 1fr); /* Crée 4 colonnes égales */
}
}


/* Styles pour les écrans mobiles */

#header .logo {
    max-width: 280px;
    max-height: 180px;
    padding: 0px 0;
}

/* Styles pour les mobiles */

.mobile-header {
  height: 70px; /* Changez la valeur selon vos besoins */
  background-color: rgba(43, 51, 14, 0.8); 
}
#header .header-nav.tablet-h .top-logo a img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%); /* Centre l'image parfaitement */
  max-height: 60px;
  margin-top: 65px;
}

.header-top {
  background-color: rgba(43, 51, 14, 0.8); 
}
#amegamenu.fixed-menu #_desktop_logo .logo.img-responsive  {
    max-width: 300px;
    max-height: 180px;
    padding: 60px 0;
    display: block;
  margin-left: 20%;
  margin-right: 20%;
   margin-top: 0px; /* Ajustez la valeur selon vos besoins */
}
#amegamenu.fixed-menu {
   background-color: rgba(43, 51, 14, 0.8);
   height: 60px;
}

#amegamenu.fixed-menu path {
    fill: #fff;
}

.mobile-header path {
    fill: #fff;
}

.styled {
    /*background-color: rgba(221, 211, 176, 0.5);*/
    background-color: rgba(43,51,14,0.7);
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 0;
    line-height: 1.9;
    text-align: center;
    color: #fff;
    position: relative;
    bottom: 40px;
    width: 100%
}

@media (max-width: 500px) {
    .styled {
        line-height: 2.0;
        font-size: 1.3em;
        background-color: rgba(43, 51, 14, .7);
        cursor: pointer;
        transition: background-color 0.3s ease;
        border: 0;
        text-align: center;
        color: #fff;
        position: relative;
        bottom: 44px;
        width: 100%;
    }
}
@media (max-width: 456px) {
    .styled {
        line-height: 1.8;
        font-size: 1.3em;
        background-color: rgba(43, 51, 14, .7);
        cursor: pointer;
        transition: background-color 0.3s ease;
        border: 0;
        text-align: center;
        color: #fff;
        position: relative;
        bottom: 40px;
        width: 100%;
    }
}
.styled:hover {
 background-color: rgba(43, 51, 14, 1); /* Bleu similaire */
}

.styled:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.an_homeproducts-banner-image {
  border-radius: 8px;
}

.copyright-container {
    background: rgba(43, 51, 14, 0.1);
}
.header-nav {
  background:rgb(111 184 184);
}
.anav-top {
  display: none !important;
}
#menu-icon.float-xs-right {
  display: none !important;
}
@media (min-width: 990px) {
.header-nav.tablet-h {
  display: none !important;
}
}
@media (min-width: 476px) {
    .text-sm-center {
        text-align: center !important;
    }
}
    #_mobile_user_info {
        height: 60px;
        display: flex;
        align-items: center;
        margin-left: 14px
    }

    #header .header-nav .user-info .account {
        margin: 0;
        padding: 0
    }

    #_mobile_user_info svg {
        display: block;
        margin: 0!important;
        transform: scale(1.5)
    }
 #_mobile_user_info.float-xs-right {
              float: left !important;
}
    #header #_mobile_cart .blockcart a svg {
        margin-bottom: 1px;
        margin-right: 14px;
        transform: scale(1.5)
    }
.an_homecategories-item {
    display: block;
    max-width: 255px;
    width: 100%;
    position: relative;
    margin: auto;
}
.an_homecategories-list {
    display: flex;
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -1px;
}
.an_homecategories-item,.an_homeproducts img {

  border-radius: 8px; /* Arrondit les coins à 10 pixels */

}
.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 2%;
    padding-left: 3%;
}
.product-flags .product-flag.new,.product-flags .product-flag.pack {
    background: rgba(43,51,14,0.7);
    color: #fff
}
#products .product-price-and-shipping,.featured-products .product-price-and-shipping,.product-accessories .product-price-and-shipping,.product-miniature .product-price-and-shipping,.product-price-and-shipping .product-price,.new-price,.price,.cart-preview .product-infos .product-price {
    color: rgba(43,51,14,0.7);
  font-size: 16px;
}
.footer-container {
    background: rgba(43, 51, 14, 0.8);
}
.links .h3, #block_myaccount_infos .h3 a, .links .h4.block-contact-title, .links>.h3 {
    color: #fff;
}
.price,.regular-price {
    font-weight: 500;
}
.an_productpage-slider img {
    cursor: pointer;
    width: auto;
    height: auto;
    border-radius: 8px;
}
.nav-slide-selected:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    left: 5px;
    border: 0;
}
.product-actions .quantity_availability .add-to-cart:hover {
    background-color: rgba(43, 51, 14, 1) !important;
    color: #ffffff !important;
}
.btn-comment,.btn-primary {
    border: 2px solid rgba(43, 51, 14, 0.9)
}
.product-actions .quantity_availability .add-to-cart {
    background-color: #fff;
    color: rgba(43, 51, 14, 0.9) !important;
}
.buynow-button {
    background-color: rgba(43, 51, 14, 0.9)!important;
    border-color: rgba(43, 51, 14, 0.9);
    color: #fff;
    border-radius: 6px
}

.buynow-button:hover,.buynow-button:focus {
    background-color: rgba(43, 51, 14, 1)!important;
    border-color: rgba(43, 51, 14, 1);
    color: #fff
}
.btn-comment,.btn-primary {
    background-color: rgba(43, 51, 14, 0.9);
    color: #fff;
    border-radius: 6px
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
       background-color: rgba(43, 51, 14, 1);
}
.an_homecategories-item-desc .h4 {
  display: none !important;
}
#stores .page-stores .store-item-container address br {
    display: flex 
}

.container-fluid {
    width: auto!important;
}
.footer-container a, .block-contact {
    color: #fff;
}

.footer-container .links ul>li a {
    color: #fff;
}
<style>
  /* Modifier le contenu des <span> */
 #footer_contact_info li:nth-child(1) span::before {
    content: "Eden Flowers";
  }

  #footer_contact_info li:nth-child(2) span::before {
    content: "Eden Flowers";
  }
  #footer_contact_info li:nth-child(3) span::before {
    content: "39 Rue Charles Dumont";
  }

  #footer_contact_info li:nth-child(4) span::before {
    content: "21000 Dijon";
  }

  /* Masquer le texte original */
  #footer_contact_info li span {
    visibility: hidden;
  }

  /* Apparence des nouveaux textes */
  #footer_contact_info li span::before {
    visibility: visible;
  }
</style>
.footer .row .float-xs-right .body, p {

	color: #fff;

}

body, html,
p, span, div, a, li, ul, ol,
input, button, select, textarea,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Dancing Script', cursive !important;
}
.an_product_block .an_product_block_title,
.an_product_block h3 {
    font-size: 38px !important;
    line-height: 1.2;
}
