html, body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #111;
  color: #fff;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


/* --- HEADER MEAT FIRST --- */
.top-bar {
  background: #181818;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.2em 0 0.2em 2em;
  font-size: 0.97em;
  min-height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  overflow: visible;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.top-bar-inner, .meatfirst-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.logo-big {
  height: 85px;
  margin: 0 auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.logo-center-container {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  pointer-events: none;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.logo-center-container .logo-big {
  height: 120px;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 201;
  display: block;
  object-fit: contain;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.meatfirst-menu {
  display: flex;
  align-items: center;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 24px;
  padding-left: 0 !important;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.meatfirst-menu ul {
  display: flex;
  align-items: center;
  gap: 0.7em;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.meatfirst-menu ul .dot {
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  user-select: none;
  pointer-events: none;
  margin: 0 0.2em;
  line-height: 1;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.meatfirst-menu ul li {
  display: flex;
  align-items: center;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.meatfirst-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  transition: color 0.2s;
  font-size: 1.08em;
  padding: 0 0.1em;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.meatfirst-menu ul li a:hover {
  color: #ffb82e;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.nav-spacer {
  flex: 1 1 auto;
  min-width: 24px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.meatfirst-btn {
  background: #ffe14d;
  color: #22313f !important;
  padding: 0.7em 1.6em;
  border: none;
  border-radius: 4px;
  font-size: 1.08em;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  display: inline-block;
  position: absolute;
  right: 60px !important;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0 !important;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.meatfirst-btn:hover {
  background: #e6c945;
  color: #22313f !important;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

/* --- FIN HEADER MEAT FIRST --- */

/* --- HERO --- */
.hero {
  margin-top: -18 !important;
  padding-top: 85px !important;
  min-height: 80vh;
  /* background: url('https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=1500&q=80') center/cover no-repeat; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.7);
  z-index: 1;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 700px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.hero-content h1 {
  font-size: 2.8em;
  font-weight: 800;
  margin-bottom: 0.5em;
  letter-spacing: 2px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.hero-content p {
  font-size: 1.2em;
  margin-bottom: 1.5em;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.cta-btn {
  background: #ffb82e !important;
  color: #22313f !important;
  padding: 0.9em 2.2em;
  border: none;
  border-radius: 3px;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.cta-btn:hover {
  background: #e6a31a !important;
  color: #22313f !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


/* --- SECTION NOS SERVICES --- */
.services-section {
  width: 100%;
  background: #fff !important;
  padding: 48px 0 32px 0;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.service-card {
  background: #fff !important;
  border-radius: 22px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  padding: 36px 24px 32px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s;
  color: #222 !important;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.service-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.13);
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.service-icon {
  font-size: 2.8em;
  margin-bottom: 18px;
  color: #111 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.service-card h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 0 12px 0;
  color: #222 !important;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.service-card p {
  color: #222 !important;
  font-size: 1em;
  margin: 0;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  .service-card {
    padding: 28px 12px 24px 12px;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

/* --- FIN SECTION NOS SERVICES --- */

/* --- SECTION NOS PRODUITS --- */
.products-section {
  background: #f5fbfa;
  padding: 60px 0 80px 0;
  text-align: center;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.products-section h2 {
  font-size: 2em;
  color: #22313f;
  margin-bottom: 40px;
  font-weight: 800;
  letter-spacing: 1px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 48px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.product-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.09);
  padding: 38px 24px 30px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s, transform 0.2s;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.product-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.13);
  transform: translateY(-4px) scale(1.03);
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.product-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 18px;
  width: 90px;
  height: 90px;
  margin: 0 auto 18px auto;
  padding: 10px;
  box-shadow: 0 -14px 32px -10px rgba(0,0,0,0.22);
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.product-icon img.product-svg {
  width: 64px;
  height: 64px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  aspect-ratio: auto;
  display: block;
  margin: 0;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.product-card h3 {
  margin: 0 0 10px 0;
  font-size: 1.25em;
  color: #22313f;
  font-weight: 700;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.product-card p {
  margin: 0;
  color: #3a4a5d;
  font-size: 1em;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

@media (max-width: 900px) {
  .products-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  .products-section {
    padding: 40px 0 40px 0;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

/* --- FIN SECTION NOS PRODUITS --- */

/* --- FOOTER MODERNE MEAT FIRST --- */
.footer {
  background: #111;
  color: #fff;
  font-size: 1em;
  border-top: none;
  margin-top: 0;
  width: 100%;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 40px 10px 40px;
  gap: 18px;
  border-bottom: 1px solid #222;
  position: relative;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-logo-col {
  display: flex;
  align-items: flex-start;
  flex: 0 0 120px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-logo {
  height: 148px;
  width: auto;
  margin-top: -24px;
  background: none !important;
  border-radius: 0 !important;
  box-shadow: 0 -14px 32px -10px rgba(0,0,0,0.22);
  padding: 0 !important;
  display: block;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-contact-col {
  flex: 1 1 0;
  min-width: 220px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-title {
  font-weight: 700;
  font-size: 1.15em;
  margin-bottom: 0;
  letter-spacing: 1px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-social-col .footer-title {
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-contact-col .footer-title {
  text-align: center;
  width: 100%;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-address {
  color: #ccc;
  font-size: 0.98em;
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-contact span {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 1em;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-contact i {
  color: #e63946;
  font-size: 1.1em;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-social-col {
  min-width: 180px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-social-links {
  display: flex;
  gap: 12px;
  margin-top: 0;
  justify-content: center;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  color: #FFB82E !important;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 1.3em;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  text-decoration: none;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-social:hover {
  background: #FFB82E !important;
  color: #222 !important;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-bottom {
  margin-top: 16px !important;

  margin-top: 16px !important;

  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;

  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;

  margin-top: 2px;
  line-height: 1.2;

  margin-top: -10px;
  padding-top: 0;
  text-align: right;

  text-align: center;
  color: #bbb;
  font-size: 0.95em;
  padding: 12px 0 6px 0;
  background: #111;
  border: none;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-bottom .copyright {
  display: block;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-bottom .footer-legal-links {
  display: block;
  margin-top: 4px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

/* Styles pour les lignes d'adresse du footer */
.footer-address-row {
  margin-bottom: 16px;

  margin-bottom: 0;

  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}



.footer-address-row {
  margin-bottom: 16px;

  margin-bottom: 0;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.footer-address-row span {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-bottom {
  margin-top: 16px !important;

  margin-top: 16px !important;

  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;

  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;

  margin-top: 2px;
  line-height: 1.2;

  text-align: center;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-address-row span i {
  margin-right: 8px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.footer-address-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.footer-address-row span i {
  color: #ffb82e;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


@media (max-width: 900px) {
  .footer-main {
    flex-direction: column;
    align-items: center;
    padding: 24px 10px 16px 10px;
    gap: 18px;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  .footer-logo-col, .footer-contact-col, .footer-social-col {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  .footer-social-col {
    min-width: unset;
    align-items: center;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  .footer-social-links {
    justify-content: center;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  .footer-address-row {
  margin-bottom: 16px;

  margin-bottom: 0;

    justify-content: center;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


@media (max-width: 600px) {
  .footer-main {
    padding: 20px 10px 12px 10px;
    gap: 15px;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .footer-logo {
    height: 100px;
    margin-top: -35px;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .footer-title {
    font-size: 1.2em;
    margin-bottom: 16px;
    text-align: center;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .footer-address {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .footer-address-row {
  margin-bottom: 16px;

  margin-bottom: 0;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .footer-address-row span {
    margin: 5px 0;
    justify-content: center;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .footer-bottom {
  margin-top: 16px !important;

  margin-top: 16px !important;

  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;

  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;

  margin-top: 2px;
  line-height: 1.2;

  margin-top: -10px;
  padding-top: 0;
  text-align: right;

    font-size: 0.85em;
    padding: 10px 0;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

/* --- FIN FOOTER MODERNE --- */

.produits-phares-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 900px) {
  .produits-phares-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .produits-phares-grid {
    grid-template-columns: 1fr;
  }
}





/* --- SECTION PRODUITS PHARES --- */
.produits-phares-section {
  background: #fff;
  padding: 60px 0 60px 0;
  text-align: center;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.produits-phares-title {
  font-size: 2em;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 800;
  letter-spacing: 1px;
  background: #111;
  padding: 10px 0;
  width: 100%;
  display: block;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.produits-phares-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 48px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.produit-phare-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.09);
  padding: 38px 24px 30px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s, transform 0.2s;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.produit-phare-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.13);
  transform: translateY(-4px) scale(1.03);
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.produit-phare-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 18px;
  display: block;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.produit-phare-info h3,
.produit-phare-poids,
.produit-phare-ref,
.produit-phare-ref span {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.produit-phare-ref span {
  display: inline-block !important;
  background: rgba(255,255,255,0.1) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  color: rgba(255,255,255,0.7) !important;
  padding: 3px 8px !important;
  border-radius: 3px !important;
  margin: 0 auto !important;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.volaille .produit-phare-ref span {
  background-color: rgba(255, 100, 100, 0.1) !important;
  border-color: rgba(255, 100, 100, 0.3) !important;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.viande .produit-phare-ref span {
  background-color: rgba(200, 50, 50, 0.1) !important;
  border-color: rgba(200, 50, 50, 0.3) !important;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.transforme .produit-phare-ref span {
  background-color: rgba(255, 150, 50, 0.1) !important;
  border-color: rgba(255, 150, 50, 0.3) !important;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.mer .produit-phare-ref span {
  background-color: rgba(50, 150, 200, 0.1) !important;
  border-color: rgba(50, 150, 200, 0.3) !important;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.legume .produit-phare-ref span {
  background-color: rgba(100, 200, 100, 0.1) !important;
  border-color: rgba(100, 200, 100, 0.3) !important;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.emballage .produit-phare-ref span {
  background-color: rgba(150, 150, 150, 0.1) !important;
  border-color: rgba(150, 150, 150, 0.3) !important;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.produit-phare-ref {
  text-align: center !important;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


@media (max-width: 900px) {
  .produits-phares-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  .produits-phares-section {
    padding: 40px 0 40px 0;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

@media (max-width: 600px) {
  .produits-phares-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  .produit-phare-card {
    padding: 18px 8px 12px 8px;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

/* --- FIN SECTION PRODUITS PHARES --- */

/* --- SECTION LÉGUMES --- */
/*
.legumes-section {
  background: #f5fbfa;
  padding: 60px 0 60px 0;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.legumes-title {
  font-size: 2em;
  color: #22313f;
  margin-bottom: 40px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: left;
  margin-left: 8vw;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.legumes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 48px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.legume-card {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  padding: 0 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.legume-img {
  width: 180px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 12px;
  margin-left: 0;
  background: none;
  box-shadow: none;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.legume-info h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #111;
  text-align: left;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.legume-poids {
  color: #111;
  font-size: 1em;
  text-align: left;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.legume-ref span {
  background: #ffe14d;
  color: #222;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 3px;
  font-size: 1em;
  display: inline-block;
  margin-top: 4px;
  letter-spacing: 1px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

@media (max-width: 900px) {
  .legumes-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  .legumes-title {
    margin-left: 0;
    text-align: center;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

@media (max-width: 600px) {
  .legumes-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  .legume-card {
    padding: 0;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

*/
/* --- FIN SECTION LÉGUMES --- */

/* --- STYLES PAGE CATALOGUE --- */
.catalogue-hero {
  padding-top: 85px;
  min-height: 40vh;
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1555939594-58d7cb561ad1?auto=format&fit=crop&w=1500&q=80') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.catalogue-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 40px 20px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.catalogue-hero-content h1 {
  font-size: 3em;
  font-weight: 800;
  margin-bottom: 0.5em;
  letter-spacing: 3px;
  color: #fff;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.catalogue-hero-content p {
  font-size: 1.3em;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.catalogue-section {
  background: #fff;
  padding: 60px 0;
  color: #333;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.catalogue-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto 60px auto;
  padding: 0 20px;
  gap: 40px;
  align-items: center;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.catalogue-info {
  flex: 1;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.catalogue-title {
  font-size: 2.2em;
  color: #22313f;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  background: #ffe14d;
  padding: 10px 15px;
  display: inline-block;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.catalogue-description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #333;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.catalogue-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.catalogue-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1em;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.download-btn {
  background: #e63946;
  color: white;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.download-btn:hover {
  background: #c1121f;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.view-btn {
  background: #ffe14d;
  color: #22313f;
  font-size: 1.1em;
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.view-btn:hover {
  background: #ffd700;
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
  color: #22313f;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.single-btn {
  padding: 15px 30px;
  font-size: 1.2em;
  /* margin: 0 auto; */ /* SUPPRIMÉ pour permettre le décalage à gauche sur mobile */
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.single-btn:hover {
  background: #ffd700;
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
  color: #22313f;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.catalogue-btn i {
  margin-right: 8px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.catalogue-preview {
  flex: 0 0 300px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.catalogue-cover {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  aspect-ratio: 3/4;
  background: #22313f;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.catalogue-cover-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.catalogue-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(34, 49, 63, 0.85);
  color: white;
  padding: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.3;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.catalogue-features {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.features-title {
  font-size: 1.5em;
  color: #22313f;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px 15px;
  background: #f5f7fa;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.feature-icon {
  font-size: 2em;
  color: #e63946;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.feature-text h4 {
  font-size: 1.2em;
  margin: 0 0 10px 0;
  color: #22313f;
  font-weight: 700;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.feature-text p {
  font-size: 0.95em;
  color: #4a5568;
  margin: 0;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.contact-section {
  background: #22313f;
  padding: 50px 0;
  color: white;
  text-align: center;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.contact-title {
  font-size: 2em;
  margin-bottom: 15px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.contact-description {
  max-width: 700px;
  margin: 0 auto 30px auto;
  font-size: 1.1em;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.contact-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.contact-action-btn {
  display: inline-flex;
  align-items: center;
  background: #ffe14d;
  color: #22313f;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.1em;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.contact-action-btn:hover {
  background: #ffd700;
  transform: translateY(-3px);
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.contact-action-btn i {
  margin-right: 10px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


/* Styles pour menu actif */
.meatfirst-menu ul li a.active {
  color: #ffb82e;
  font-weight: 700;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


@media (max-width: 900px) {
  .catalogue-container {
    flex-direction: column;
    text-align: center;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .catalogue-title {
    display: block;
    width: 100%;
    text-align: center;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .catalogue-actions {
    justify-content: center;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  /* Styles spécifiques pour garantir la visibilité de tous les éléments du menu */
  .main-nav, .meatfirst-menu {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .main-nav ul, .meatfirst-menu ul {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .main-nav ul li, .meatfirst-menu ul li {
    display: block !important;
    width: 100%;
    margin: 8px 0;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .main-nav ul li a, .meatfirst-menu ul li a {
    display: block !important;
    color: #fff !important;
    font-size: 1.2em;
    padding: 10px 5px;
    width: 100%;
    text-align: left;
    transition: background-color 0.3s;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .main-nav ul li a:hover, .meatfirst-menu ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .main-nav ul .dot, .meatfirst-menu ul .dot {
    display: none !important;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


@media (max-width: 600px) {
  .catalogue-hero-content h1 {
    font-size: 2.2em;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .catalogue-hero-content p {
    font-size: 1.1em;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .features-grid {
    grid-template-columns: 1fr;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .catalogue-btn {
    width: 100%;
    justify-content: center;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .contact-action-btn {
    width: 100%;
    justify-content: center;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

/* --- FIN STYLES PAGE CATALOGUE --- */

/* --- STYLES 3D FLIP BOOK --- */
.flip-book-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.flip-book-modal-content {
  position: relative;
  background-color: #22313f;
  border-radius: 8px;
  width: 90%;
  height: 90%;
  max-width: 1200px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.flip-book-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.flip-book-close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  z-index: 100;
  transition: color 0.3s;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.flip-book-close:hover {
  color: #ffe14d;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


@media (max-width: 768px) {
  .flip-book-modal-content {
    width: 95%;
    height: 80%;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


/* Styles pour l'indicateur de chargement */
.flip-book-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(34, 49, 63, 0.95);
  z-index: 50;
  color: white;
  font-size: 1.2em;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.flip-book-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 225, 77, 0.3);
  border-radius: 50%;
  border-top-color: #ffe14d;
  animation: spin 1s ease-in-out infinite;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

/* --- FIN STYLES 3D FLIP BOOK --- */

/* --- STYLES CHARGEMENT FLIP BOOK --- */
.flip-book-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(34, 49, 63, 0.95);
  z-index: 50;
  color: white;
  font-size: 1.2em;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.flip-book-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 225, 77, 0.3);
  border-radius: 50%;
  border-top-color: #ffe14d;
  animation: spin 1s ease-in-out infinite;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

/* --- FIN STYLES CHARGEMENT FLIP BOOK --- */

/* --- SECTION VOLAILLES FRAICHES --- */
/*
.volaille-fraiche-section {
  background: #fff;
  padding: 60px 0 60px 0;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.volaille-fraiche-title {
  font-size: 2em;
  color: #22313f;
  margin-bottom: 40px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: left;
  margin-left: 8vw;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.volaille-fraiche-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 48px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.volaille-fraiche-card {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  padding: 0 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.volaille-fraiche-img {
  width: 180px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 12px;
  margin-left: 0;
  background: none;
  box-shadow: none;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.volaille-fraiche-info h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #111;
  text-align: left;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.volaille-fraiche-poids {
  color: #111;
  font-size: 1em;
  text-align: left;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

.volaille-fraiche-ref span {
  background: #ffe14d;
  color: #222;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 3px;
  font-size: 1em;
  display: inline-block;
  margin-top: 4px;
  letter-spacing: 1px;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

@media (max-width: 900px) {
  .volaille-fraiche-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  .volaille-fraiche-title {
    margin-left: 0;
    text-align: center;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

@media (max-width: 600px) {
  .volaille-fraiche-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  .volaille-fraiche-card {
    padding: 0;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

*/
/* --- FIN SECTION VOLAILLES FRAICHES --- */

/* --- MOBILE MENU STYLES --- */
.mobile-menu-btn {
  display: none;
  width: 30px;
  height: 25px;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 201;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.mobile-menu-btn span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.mobile-menu-btn.open span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.mobile-menu-btn.open span:nth-child(2) {
  opacity: 0;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.mobile-menu-btn.open span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 199;
  cursor: pointer;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.menu-overlay.active {
  display: block;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


/* Style pour le bouton X en bas de l'écran */
.mobile-close-x {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


@media (max-width: 900px) {
  .mobile-menu-btn {
    display: flex;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .main-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: #181818;
    z-index: 200;
    transition: left 0.3s ease;
    overflow-y: auto;
    padding: 80px 20px 20px;
    box-shadow: 2px 0 10px rgba(0,0,0,0.3);
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .main-nav.open {
    left: 0;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .main-nav .meatfirst-menu,
  .meatfirst-menu {
    position: static;
    width: 100%;
    transform: none;
    margin: 0;
    padding: 0;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .main-nav ul,
  .meatfirst-menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .main-nav ul li,
  .meatfirst-menu ul li {
    display: block;
    width: 100%;
    margin: 10px 0;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .main-nav ul li a,
  .meatfirst-menu ul li a {
    display: block;
    padding: 10px 0;
    font-size: 1.2em;
    width: 100%;
    color: #fff !important;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .main-nav ul .dot,
  .meatfirst-menu ul .dot {
    display: none;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


body.menu-open {
  overflow: hidden;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

/* --- FIN MOBILE MENU STYLES --- */

/* --- FIX POUR LE MENU MOBILE --- */
@media (max-width: 900px) {
  .main-nav, .meatfirst-menu {
    display: flex !important;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .main-nav ul, .meatfirst-menu ul {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .main-nav ul li, .meatfirst-menu ul li {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .main-nav ul li a, .meatfirst-menu ul li a {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .mobile-menu-btn {
    z-index: 9999;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .main-nav.open {
    z-index: 9998;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


@media (max-width: 900px) {
  .mobile-menu-logo {
    display: block !important;
    width: 90vw;
    max-width: 400px;
    margin: 32px auto 0 auto;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
  }
}


@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


.mobile-menu-logo {
  display: none;
}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}


@media (max-width: 900px) {
  .mobile-menu-logo {
    display: none;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

  
  .main-nav.open .mobile-menu-logo {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

}

@media (max-width: 600px) {
  .footer-bottom .copyright {
    display: block;
  }
  .footer-bottom .footer-legal-links {
    display: block;
    margin-top: 4px;
  }
}

@media (max-width: 600px) {
  .single-btn {
    font-size: 0.6em;
    padding: 0;
    max-width: 65px;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 600px) {
  .catalogue-btn {
    width: 100%;
    justify-content: center;
  }
  .single-btn {
    font-size: 0.9em;
    padding: 8px 0;
    max-width: 180px;
    margin: 0 0 0 0;
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .catalogue-btn {
    width: 100%;
    justify-content: center;
  }
  .single-btn {
    font-size: 0.85em;
    padding: 6px 0;
    max-width: 150px;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 600px) {
  .single-btn {
    font-size: 0.85em;
    padding: 6px 0;
    max-width: 140px;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
}

