.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: 60px; /* 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: 50px;
  margin-top: 50px;
}

.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, 0.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, 0.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-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.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_abous_us img {
    max-width: 100%;
    height: auto;
}

/* On cible ton bloc dans le contexte du module About Us */
.an_abous_us .ef-block {
    text-align: center !important;
    margin-top: 30px !important;
}

/* Cadre vert */
.an_abous_us .ef-block .ef-vert {
    background-color: rgba(43,51,14,0.8) !important;
    padding: 25px 30px !important;
    display: inline-block !important;
    width: 80% !important;
    max-width: 600px !important;
    border-radius: 8px !important;
    color: #ffffff !important;
}

/* Titres */
.an_abous_us .ef-block .ef-title,
.an_abous_us .ef-block .ef-sub {
    font-family: 'Dancing Script', cursive !important;
    margin: 0 !important;
}

.an_abous_us .ef-block .ef-title {
    font-size: 2rem !important;
    font-weight: 600 !important;
}

.an_abous_us .ef-block .ef-sub {
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    margin-top: 5px !important;
}


/* Optionnel : réduire l'espace autour du container */
/*.products.row {
    margin-left: -5px !important;
    margin-right: -5px !important;
}*/

.product-miniature .thumbnail-container {
    position: relative;
    overflow: hidden; /* empêche la bande verte de sortir */
}


/* On superpose la description SANS fond */
.product-miniature .product-description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    margin: 0;
    background: transparent !important; /* IMPORTANT */
}

/* Le titre = bande verte transparente */
.product-miniature .product-title {
    background: rgba(43, 51, 14, 0.6); /* vert transparent */
    color: #fff;
    padding: 4px 8px;
    margin: 0;

    backdrop-filter: blur(2px);      /* flou du fond */
    -webkit-backdrop-filter: blur(2px); /* Safari */
 /* optionnel : effet verre */
}


.an_homeslider-item {
  position: relative;
  overflow: hidden; /* empêche le PNG de dépasser */
}

/* Coin haut gauche */
.an_homeslider-item::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -22px;
  width: 100px;
  height: 100px;
  background-image: url('/img/tmp/IMG_0573.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 50;
  pointer-events: none;
  transform: rotate(0deg) scaleX(1);
}

/* Coin haut droit */
.an_homeslider-item::after {
  content: "";
  position: absolute;
  top: -18px;
  right: -22px;
  width: 100px;
  height: 100px;
  background-image: url('/img/tmp/IMG_0573.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 50;
  pointer-events: none;
  transform: scaleX(-1);
}


.photo-wrapper img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a, .product-information-dropdown .h5 a, .product-desc a, .product-name a {
    color: #fff;
    font-size: 18px;
}
/* On neutralise le style Bootstrap des onglets */
.header-nav {
    position: relative;
  background-color: rgba(43, 51, 14, 0.0) !important; /* ta couleur olive foncée transparente */
    margin-top: -60px; /* espace sous l’image */
}

/* ---
    border-radius: 14px;

    overflow: hidden;

    background: #ffffff;

    box-shadow: 0 6px 18px rgba(0,0,0,0.08);

    transition: transform 0.25s ease, box-shadow 0.25s ease;

}

.product-miniature:hover {

    transform: translateY(-6px);

    box-shadow: 0 12px 28px rgba(0,0,0,0.12);

}

/* --- Images produits arrondies et plus grandes --- *


/* --- 

.btn:hover,

.button:hover,

.add-to-cart:hover {

    background: #5a8c5a !important;

    transform: translateY(-2px);

}

/* --- Header plus épuré façon CinemaCity --- */



/* IMAGE AVEC ZOOM + GLOW */

.product-miniature img {

    border-radius: 22px;

    transition: all 0.45s ease;

}

.product-miniature:hover img {

    transform: scale(1.12);

    filter: brightness(1.08);

}

/* ------------------------------

   TITRE PRODUIT CINEMACITY

-----------------------------

/* ------------------------------

   HEADER CINEMACITY

--------------------------------*/


/* MENU */


/* ------------------------------

   SLIDER CINEMACITY

--------------------------------*/

/* Positionnement du bouton sur l'image */

.product-miniature .thumbnail-container {

    position: relative;

}

.product-miniature .product-actions {

    position: absolute;

    bottom: 10px;

    left: 10px;

    right: 10px;

    z-index: 10;

    margin: 0;

    padding: 0;

}

/* Style du bouton type Sessile */

.product-miniature .product-actions .add-to-cart,

.product-miniature .product-actions a.button,

.product-miniature .product-actions button {

    display: block;

    width: 100%;

    background-color: #4CAF50 !important; /* Vert Sessile */

    color: #ffffff !important;

    padding: 14px 0;

    border-radius: 8px;

    font-size: 16px;

    font-weight: 600;

    text-align: center;

    border: none !important;

    box-shadow: 0 3px 6px rgba(0,0,0,0.15);

    transition: all 0.2s ease-in-out;

}

/* Effet hover */

.product-miniature .product-actions .add-to-cart:hover,

.product-miniature .product-actions a.button:hover,

.product-miniature .product-actions button:hover {

    background-color: #43A047 !important; /* Vert plus foncé */

    transform: translateY(-2px);

    box-shadow: 0 5px 10px rgba(0,0,0,0.2);

}
/* Positionnement sur l'image */

.product-miniature .thumbnail-container {

    position: relative;

}

.product-miniature button,

.product-miniature a.button,

.product-miniature .btn,

.product-miniature .btn-primary {

    position: absolute !important;

    bottom: 10px;

    left: 10px;

    right: 10px;

    z-index: 10;

    display: block !important;

    width: calc(100% - 20px) !important;

}

/* Style Sessile */

.product-miniature button,

.product-miniature a.button,

.product-miniature .btn,

.product-miniature .btn-primary {

    background-color: #4CAF50 !important;

    color: #fff !important;

    padding: 14px 0 !important;

    border-radius: 8px !important;

    font-size: 16px !important;

    font-weight: 600 !important;

    text-align: center !important;

    border: none !important;

    box-shadow: 0 3px 6px rgba(0,0,0,0.15) !important;

    transition: all 0.2s ease-in-out !important;

}

/* Hover */

.product-miniature button:hover,

.product-miniature a.button:hover,

.product-miniature .btn:hover,

.product-miniature .btn-primary:hover {

    background-color: #43A047 !important;

    transform: translateY(-2px) !important;

    box-shadow: 0 5px 10px rgba(0,0,0,0.2) !important;

}