/* Styles pour le marquee des prix */
.price-marquee-container {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 0px solid #e9e9e9;
}

.price-marquee-header {
    display: flex;
    align-items: stretch;
}

.info-label {
    background-color: #e74c3c;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 20px;
    display: inline-block;
}

.price-title {
    background-color: #001d70;
    color: white;
    font-weight: 500;
    padding: 0;
    font-size: 16px;
    flex-grow: 1;
    overflow: hidden;
}

.price-title marquee {
    padding: 10px 0;
    margin: 0;
    width: 100%;
}

.price-item {
    margin: 0 5px;
    font-size: 14px;
    color: white;
    white-space: nowrap;
}

.price-item strong {
    font-weight: 600;
}

.price-detail {
    color: #ffeb3b;
    font-weight: 700;
}

.price-gros {
    color: #9cff2a;
    font-weight: 700;
}

.price-separator {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1439px) {
    .tf-topbar .topbar-inner .topbar-left {
   max-width: inherit !important;

    }
}

.footer {
    margin-top: 0px !important;
  padding-top: 4rem !important;
}

.header .header-inner .nav-list .item a {
    line-height: 9rem;
  }

  .box-icon.prix.style-6 {
    max-width: 383px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding:2rem 2rem 0rem 2rem;
  }

  .s-product-detail {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .s-relate-product {
    padding-top: 2rem;
  }

  .s-partner {
    background-color: var(--Bg-8);
    padding-bottom: 3rem;
    margin:3rem 0 0;
  }

  .partner-logo {
    width: 150px;
  height: 100px;
  object-fit: contain;
  margin:auto;
  padding-top: 1rem;
  }

/* Styles pour la section de présentation SIMAgri */
.presentation-simagri-home {
  padding: 5rem 0;
  background-color: #f9f9f9;
}

.presentation-simagri-home .main-image {
  width: 100%;
  max-width: 350px;
  height: 350px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.presentation-simagri-home .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.presentation-simagri-home .secondary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.presentation-simagri-home .title-section {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
}

.presentation-simagri-home .check-icon {
  color: #4CAF50;
  font-size: 1.2rem;
}

.presentation-simagri-home .feature-box {
  transition: all 0.3s ease;
}

.presentation-simagri-home .feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.s-product-detail .thumbs-slider{
    padding: 0 2rem 0 0rem;
}

.page-title {
    background-image: url("/images/page-title/blog-full-w.jpg");
}

.page-title .content .icon-img {
    margin-bottom: 7rem;
  }