/*
Theme Name: Organic
Theme URI: https://templatesjungle.com/
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: Organic is specially designed product packaged for eCommerce store websites.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/
/*--------------------------------------------------------------
/** VARIABLES
--------------------------------------------------------------*/
body {
  --heading-font: "Inter", sans-serif;
  --bs-link-color: #333;
  --bs-link-hover-color: #333;

  --bs-link-color-rgb: 40, 40, 40;
  --bs-link-hover-color-rgb: 0, 0, 0;

  --bs-light-rgb: 248, 248, 248;

  --bs-font-sans-serif: "Inter", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 2;
  --bs-body-color: #747474;

  --bs-primary: rgba(255, 149, 0, 1);
  --bs-primary-rgb: 107, 178, 82;

  --bs-secondary: #364127;
  --bs-secondary-rgb: 54, 65, 39;

  --bs-danger: #f95f09;
  --bs-danger-rgb: 249, 95, 9;

  --bs-success: #a3be4c;
  --bs-success-rgb: 163, 190, 76;

  --bs-primary-bg-subtle: #fff9eb;
  --bs-success-bg-subtle: #eef5e5;

  --bs-border-color: #f7f7f7;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden; /* Empêche le scroll horizontal */
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f7a422;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d3d7dd;
  --bs-btn-disabled-border-color: transparent;
}
.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff3cd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff3cd;
  --bs-gradient: none;
}

/* Make the button longer */
.btn-outline-primary {
  padding: 8px 16px; /* marge raisonnable */
  width: auto; /* laisse le bouton s’adapter au contenu */
  max-width: 100%; /* empêche tout débordement */
  box-sizing: border-box;
}

/* Make the text white */
.btn-outline-primary {
  color: #ff9800; /* white text color */
  font-weight: 300;
  background: white;
}
.btn-outline-light {
  --bs-btn-color: #747474;
  --bs-btn-border-color: #efefef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #efefef;
  --bs-btn-hover-border-color: #efefef;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #efefef;
  --bs-btn-active-border-color: #efefef;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #efefef;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #efefef;
  --bs-gradient: none;
}
.btn-warning {
  --bs-btn-color: #747474;
  --bs-btn-bg: #fcf7eb;
  --bs-btn-border-color: #fcf7eb;
  --bs-btn-hover-color: #747474;
  --bs-btn-hover-bg: #ffecbe;
  --bs-btn-hover-border-color: #ffecbe;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffecbe;
  --bs-btn-active-border-color: #ffecbe;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fcf7eb;
  --bs-btn-disabled-border-color: #fcf7eb;
}
.btn-success {
  --bs-btn-color: #222;
  --bs-btn-bg: #eef5e4;
  --bs-btn-border-color: #eef5e4;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #9de3c2;
  --bs-btn-hover-border-color: #9de3c2;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #9de3c2;
  --bs-btn-active-border-color: #9de3c2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: #eef5e4;
  --bs-btn-disabled-border-color: #eef5e4;
}
.btn-danger {
  --bs-btn-color: #222;
  --bs-btn-bg: #ffeada;
  --bs-btn-border-color: #ffeada;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #ecc9af;
  --bs-btn-hover-border-color: #ecc9af;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #ecc9af;
  --bs-btn-active-border-color: #ecc9af;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: #ffeada;
  --bs-btn-disabled-border-color: #ffeada;
}
body {
  letter-spacing: 0.03em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--bs-dark);
  font-weight: 700;
}
.breadcrumb.text-white {
  --bs-breadcrumb-divider-color: #fff;
  --bs-breadcrumb-item-active-color: var(--bs-primary);
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-primary);
}
.nav-pills .nav-link {
  --bs-nav-pills-link-active-color: #111;
  --bs-nav-pills-link-active-bg: #f1f1f1;
}
.pagination {
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 3rem;
}

.container,
.container-fluid {
  max-width: 100%;
  overflow: hidden;
}

/*----------------------------------------------*/
/* 6. SITE STRUCTURE */
/*----------------------------------------------*/

/* Header container */
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  flex-wrap: nowrap; /* reste sur une seule ligne */
}

/* Menu */
.header-menu {
  flex: 0 0 29px; /* largeur fixe */
  flex-shrink: 0; /* ne se réduit pas */
}

/* Logo */
.header-logo {
  flex: 0 0 auto;
  flex-shrink: 0;
}

.logo-header {
  height: 50px; /* taille claire */
  width: auto;
  object-fit: contain;
  margin-left: -10px;
}

/* Search bar */
.search-bar {
  flex: 1 1 auto;
  min-width: 90px;
  background: #f5f5f5;
  border-radius: 14px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: -20px;
  transition: all 0.3s ease; /* pour l'effet fluide */
}

.search-bar input {
  flex: 1;
  font-size: 14px;
  border: none;
  background: transparent;
  padding: 4px;
  transition: all 0.3s ease;
}

/* Effet au focus */
.search-bar input:focus {
  outline: none;
  box-shadow: none;
  padding-left: 6px;
}

.search-bar:focus-within {
  flex: 2; /* prend un peu plus d’espace */
  max-width: 400px; /* limite pour grand écran */
  background: #fff; /* change le fond pour mieux ressortir */
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

/* Quand la recherche est active : cache le logo, élargit la barre */
.header-inner.search-active .header-logo {
  display: none; /* cache le logo */
}

.header-inner.search-active .search-bar {
  flex: 1 1 100%;
  max-width: 100%; /* occupe tout l'espace */
  margin-left: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

/* Panier */
.header-cart {
  flex: 0 0 26px; /* largeur fixe */
  flex-shrink: 0; /* ne disparaît jamais */
  text-align: right;
}

/* ========================= */
/* TABLETTE >= 768px         */
/* ========================= */
@media (min-width: 768px) {
  .logo-header {
    height: 55px;
  }
  .search-bar {
    max-width: 320px;
    min-width: 120px;
  }
}

/* ========================= */
/* DESKTOP >= 992px          */
/* ========================= */
@media (min-width: 992px) {
  .logo-header {
    height: 60px;
  }
  .search-bar {
    max-width: 450px;
    margin: 0 20px;
  }
}

/* Preloader */
.preloader-wrapper {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  background: #fff;
}

.preloader-wrapper .preloader {
  margin: 20% auto 0;
  transform: translateZ(0);
}

.preloader:before,
.preloader:after {
  content: "";
  position: absolute;
  top: 0;
}

.preloader:before,
.preloader:after,
.preloader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: animation 1.2s infinite ease-in-out;
}

.preloader {
  animation-delay: -0.16s;
}

.preloader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.preloader:after {
  left: 3.5em;
}

@keyframes animation {
  0%,
  80%,
  100% {
    box-shadow: 0 2em 0 -1em var(--bs-primary);
  }
  40% {
    box-shadow: 0 2em 0 0 var(--bs-primary);
  }
}

/* *** Start editing below this line *** */
/* .container-fluid {
  max-width: 1600px;
}
*/
@media (min-width: 1400px) {
  .container-lg {
    max-width: 1600px;
  }
}

/* === CONTAINER PRINCIPAL === */
.banner-wrapper {
  margin: 16px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* === BANNIÈRE === */
.daymond-banner {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  display: flex;
}

/* === IMAGES === */
.daymond-banner img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease-in-out;
}

/* === LIGNE D'IMAGES (pour le défilement) === */
.daymond-banner-inner {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 1s ease-in-out;
}

/* === RESPONSIVE === */
@media screen and (max-width: 768px) {
  .daymond-banner {
    height: 140px;
  }
  .banner-wrapper {
    margin: 10px;
    border-radius: 10px;
  }
}

/* === CATEGORY CAROUSEL - STYLE COMPLET === */

.section-title {
  font-weight: 300;
  font-size: 20px;
  margin-top: -20px;
  line-height: 1.2;
  color: #222;
  margin-bottom: 12px;
}

.btn-primary {
  margin-top: -20px;
  height: 25px;
  font-size: 12px;
  line-height: 1.2;
  color: white;
  margin-bottom: 30px;
  text-align: center;
  text-orientation: upright;
  padding: -20px;
}

.category-carousel .swiper-slide {
  flex: 0 0 calc(100% / 4 - 10px);
  flex: 0 0 25%; /* ou calc(100% / 4) pour 4 slides par vue */
  max-width: 25%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-right: 10px !important;
}
/* Cercle */
.category-carousel .swiper-slide img.rounded-circle {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 50%;
  border: 1.5px solid #ddd;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease;
}
.category-carousel .swiper-slide:hover img.rounded-circle {
  transform: scale(1.07);
}

/* Titre compact */
.category-carousel .category-title {
  font-weight: 500;
  font-size: 3px; /* taille plus lisible */
  line-height: 1.1; /* espace entre lignes */
  color: #222;
  margin-top: 4px;
  max-width: 60px; /* largeur contrôlée sous chaque cercle */
  white-space: nowrap; /* retour à la ligne autorisé */
  overflow: hidden; /* évite les débordements */
  text-overflow: ellipsis;
  text-align: center;
  word-break: break-word; /* coupe propre si trop long */
}

/* ================== RESPONSIVE BREAKPOINTS ================== */

/* === Ajustement taille sur écrans plus larges === */
@media (min-width: 768px) {
  .category-carousel .swiper-slide img.rounded-circle {
    width: 85px;
    height: 85px;
  }
  .category-carousel .category-title {
    font-size: 14px;
  }

  .category-carousel .swiper-slide {
    flex: 0 0 25%; /* toujours 4 par vue */
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .category-carousel .swiper-slide img.rounded-circle {
    width: 90px;
    height: 90px;
  }
  .category-carousel .category-title {
    font-size: 15px;
  }
}

/* product-grid */

/* 1. Conteneur de la carte */
.product-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 5px; /* Marge interne */
  background: white;
  border-radius: 10px; /* Adaptation de la prop: 10px */
  margin: 10px 0;

  /* Adaptation de l'ombre de la maquette */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(250, 247, 247, 0.7);

  transition: box-shadow 0.3s ease, transform 0.3s ease;
  min-height: auto;
  height: 100%;
}

.product-item:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15), 0 16px 30px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

/* Zone image produit */
.product-item figure {
  margin: 0 0 10px;
  padding: 0;
  width: 100%;

  /* Ratio de la maquette: 181px / 129px */
  aspect-ratio: 1.403;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fafafa;
  border-radius: 4px; /* Adaptation de la prop: 4px */
}
.product-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.product-item:hover figure img {
  transform: scale(1.05);
}

/* Zone infos (titre + prix) */
.product-info {
  flex-grow: 1;
}

.product-item .product-title {
  font-size: 14px;
  font-weight: 300;
  margin: 8px 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; /* Indispensable pour la cohérence des titres longs */
  text-align: left;
  color: #333;
}

.product-item .product-price {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-align: left;
  margin-bottom: 8px;
}

/* Réajustement de la zone du bouton - Conteneur du bouton */
.product-item .button-area {
  padding: 5px 5px ;
  text-align: center;
  margin-top: auto;
  width: 100%;
  box-sizing: border-box;
  margin-left: -5px;
}

/* Style du bouton (NETTOYAGE FINAL) */
.btn-cart {
  /* Dimensions de la maquette et Réactivité */
  width: 110% !important;
  max-width: 300px !important;
  height: 25px !important;
  margin: 0 auto; /* Centrage */

  /* Visuel de la maquette */
  background-color: #ff9800; /* Couleur exacte de la maquette */
  border-radius: 2px;
  padding: 0 10px;
  line-height: 1;

  /* Flexbox pour le contenu */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;

  /* Typographie */
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  border: none;
  transition: background 0.3s ease;
}
.btn-cart:hover {
  background-color: #ff9800;
}

.product-badge {
  position: absolute;
  top: 11px;
  left: 11px;
  background: #ff9800;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  padding: -10px 7px;
  height: 23px;
  width: 45px;
  border-radius: 20% 0%;
  text-transform: capitalize;
  z-index: 10;
}

.text-center a.btn-outline-primary {
  font-weight: 500;
  transition: all 0.3s ease;
}

.text-center a.btn-outline-primary:hover {
  background-color: #ff9800;
  color: #fff;
}

/* Section produits avec fond gris */
.products-section {
  background: #f7f5fe; /* gris clair */
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -80px;
}

/* arrondir le container pour un look plus moderne */
.products-section .container-lg {
  background: transparent; /* garde le fond gris derrière */
}

/* garder des espacements harmonieux */
.products-section {
  margin-bottom: 20px;
}

/* Section Category avec fond gris */
.category-section {
  background: #f5f5f5; /* gris clair */
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -50px;
}

/* arrondir le container pour un look plus moderne */
.category-section .container-lg {
  background: transparent; /* garde le fond gris derrière */
}

/* garder des espacements harmonieux */
.category-section {
  margin-bottom: 20px;
}

/* cart */
.cart .product-qty {
  min-width: 130px;
}

/* floating image */
.image-float {
  margin-top: -140px;
  margin-bottom: -140px;
}
@media screen and (max-width: 991px) {
  .image-float {
    margin: 0;
  }
}
/* post item */
.post-item .post-meta {
  font-size: 0.8rem;
  line-height: 1;
}
.post-item .post-meta svg {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  /* offcanvas menu */
  .offcanvas-body .nav-item {
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
  }
  .offcanvas-body .filter-categories {
    width: 100%;
    margin-bottom: 20px !important;
    border: 1px solid #d1d1d1 !important;
    padding: 14px;
    border-radius: 8px;
  }
  /* dropdown-menu */
  .dropdown-menu {
    padding: 0;
    border: none;
    line-height: 1.4;
    font-size: 0.9em;
  }
  .dropdown-menu a {
    padding-left: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 21px;
  }

  @media screen and (max-width: 576px) {
    .product-grid .col {
      padding-left: 8px;
      padding-right: 8px;
      margin-bottom: 20px;
    }

    .product-item {
      box-shadow: 0 0px 0px rgba(0, 0, 0, 0.6), 0 0px 0px rgba(0, 0, 0, 0.6),
        0 0 0 2px rgba(0, 0, 0, 0.06);
      border-radius: 12px;
      padding: 12px;
    }

    .product-item:hover {
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); /* boost hover même en mobile */
    }

    .product-item figure img {
      max-height: 160px;
    }

    .product-item h3 {
      font-size: 13px;
    }
  }
}

/* bootstrap extended */
.border-dashed {
  border-bottom: 1px dashed #d1d1d1;
}
.ls-1 {
  letter-spacing: -0.04em;
}
.button-area .btn-cart {
  text-wrap: nowrap;
  height: 3.3em;
  line-height: 2em;
  width: 100%;
}
.fs-7 {
  font-size: 0.8rem !important;
}

/* button */
.btn-link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: var(--bs-body-font-family);
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  text-decoration: none;
}

a.btn-link,
a.btn-link:after {
  transition: all 0.5s;
}

a.btn-link {
  position: relative;
}

a.btn-link:before,
a.btn-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--bs-dark);
  height: 2px;
}

[data-bs-theme="dark"] a.btn-link:after {
  background-color: var(--bs-light);
}

a.btn-link:before {
  background-color: rgba(var(--bs-light-rgb), 0.2);
  width: 100%;
}

a.btn-link.is-checked:after,
a.btn-link:hover:after {
  width: 100%;
}

a.btn-link.text-white:after {
  background-color: var(--bs-light);
}

a.btn-link.text-light:after {
  background-color: var(--bs-light);
}

.navbar .megamenu {
  padding: 1rem;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
/* ============ mobile view .end// ============ */

#backToTop {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 9999;
  background-color: #ff9800;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, transform 0.3s, visibility 0.4s;
}
#backToTop:hover {
  background-color: #ff9800;
  transform: translateY(-3px);
}
#backToTop.show {
  opacity: 1;
  visibility: visible;
}
#backToTop svg {
  width: 24px;
  height: 24px;
}

.custom-alert-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-alert {
  background: #4caf50; /* vert succès */
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  animation: fadeIn 0.3s ease;
}

.custom-alert i {
  font-size: 16px;
}

.custom-alert.fade-out {
  animation: fadeOut 0.4s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

/* Barre sticky mobile */
.mobile-footer-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  background: #fff;
  border-top: 1px solid #ddd;
  padding: 8px 0;
  z-index: 1000;
}

.mobile-footer-nav a {
  flex: 1;
  text-align: center;
  font-size: 12px;
  color: #444;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mobile-footer-nav a i {
  display: block;
  font-size: 18px;
  margin-bottom: 3px;
}

.mobile-footer-nav a.active {
  color: #ff9800; /* Orange vif */
}

.mobile-footer-nav a.active i {
  color: #ff9800;
}

/* Mobile (petits smartphones) */
@media (max-width: 575.98px) {
}

/* Tablettes (portrait) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Tablettes (paysage) / petits laptops */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Laptops / écrans moyens */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Desktop / grands écrans */
@media (min-width: 1200px) {
}
