
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap');

h1, h2, h3, h4, h5, p, li {
  font-family: "Poppins", sans-serif !important
}

.display-5 {
  font-size: 2rem;
  font-weight: 500;
}

.top-bar {
  background-color: #393939;
  color: #ff4236;
  font-weight: 400;
}

.navbar {
  box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.25);
  padding-bottom: 12px;
}
h1.title-shop {
  font-size: 62px;
  letter-spacing: -2px;
  padding: 0;
  margin: 45px 0 15px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.hero-section .lead {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.bt-shop-new {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.bt-shop-new:hover {
  transform: translateY(-8%) translateX(-50%) !important;
}
.btn:not(.btn-link):hover {
  transform: translateY(0rem);
}


.swiper-container .swiper img {
  border-radius: 0;
}


.box-black .bg-soft-primary {
  background-color: #3a3a3a !important;
}
.box-black .text-muted {
  color: #8e8d8d !important;
}
.box-black .display-4 {
    font-size: 43px;
}
.box-black .text-navy,
.box-black .lead.fs-lg {
  color: #ebe7e6 !important;
}
.box-black .lead.fs-lg {
    max-width: 80%;
    margin: auto;
    font-size: 19px !important;
    letter-spacing: -0.5px;
    font-weight: 600;
}

.arrow-step {
    max-width: 350px;
    position: absolute !important;
    right: -50px;
    bottom: 0px;
}
.accordion-wrapper .card.plain .card-header button {
    padding: 0 0 0 1.1rem;
    color: white;
    padding: 20px 0 20px 1.1rem;
    border-top: 1px solid white;
}
.accordion-wrapper .card.plain:last-child .card-header button {
    border-bottom: 1px solid white;
}
.accordion-wrapper {
    padding: 0 0 0 1.1rem;
    color: white;
    padding: 20px 0 20px 1.1rem;

}
.accordion-wrapper .card-header button:before {
  color: white;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 45px;
    }
}


/* MARQUEE BANDEAU DÉFILANT - CSS Animation */
.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.marquee {
  display: inline-flex;
  animation: marquee 30s linear infinite;
  will-change: transform;
}

.marquee-content {
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  padding-right: 50px;
  display: inline-block;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause au survol (optionnel) */
.marquee-container:hover .marquee {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 767px) {
  .marquee-content {
    font-size: 1.2rem;
  }

  .marquee {
    animation-duration: 20s;
  }
}



.stats {
  max-width: 350px;
  margin: auto;
}
.stats img {
  max-width: 250px;
  margin: auto;
}

.bg-primary {
  background-color: #ff4236 !important;
}


@media (max-width: 1450px) {
  .wrapper.bg-gradient-primary {
    background-image: none !important;
  }
  .lead.fs-lg {
    font-size: 18px !important;
  }
}

@media (max-width: 990px) {
  .container.py-14.intro {
    padding-bottom: 0 !important;
  }
  .arrow-step {
    display: none;
  }
}

@media (max-width: 640px) {
  h1.title-shop {
    font-size: 35px;
  }
  .box-black .display-4 {
    font-size: 38px;
  }
  .gap-16 {
    gap: 0.8rem !important;
  }
}

@media (max-width: 440px) {
  h1.title-shop {
    font-size: 30px;
  }
  .box-black .display-4 {
    font-size: 30px;
  }
  .rounded-circle.overflow-hidden {
    width: 100px !important;
    height: 100px !important;
  }
}
