.container__carousel,
.section-promotion,
.section-pictograms,
.section-logos {
  /* Page home */
}

.bandeau-configurateur {
  padding: 60px 20px;
  background-image: url("../src/assets/image/stores-ext-54.jpg");
  background-size: cover;
  background-position: center;
  min-height: 320px;
  position: relative;
  overflow: hidden;
}

.bandeau-configurateur::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #ffffff 20%, #ffffff 50%, #ffffff 80%, transparent 100%);
}

.bandeau-configurateur::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 95, 108, 0.56) 0%, rgba(28, 116, 132, 0.5) 100%);
}

.bandeau-configurateur .container-xl,
.bandeau-row {
  position: relative;
  z-index: 1;
}

.bandeau-row {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}

.bandeau-title {
  text-align: center;
  padding-bottom: 40px;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 1px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  margin: 0;
}

.bandeau-title::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
}

.bandeau-step {
  flex: 0 1 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.bandeau-step:hover {
  transform: translateY(-5px);
}

.bandeau-step-icon-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.bandeau-step:hover .bandeau-step-icon-wrapper {
  transform: scale(1.05);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2), 0 6px 15px rgba(0, 0, 0, 0.15);
}

.bandeau-step-icon {
  font-size: 50px;
  color: #2d6772;
  transition: all 0.3s ease;
}

.bandeau-step:hover .bandeau-step-icon {
  color: #3a7f8c;
  transform: scale(1.1);
}

.bandeau-step-number {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 3px 10px rgba(255, 152, 0, 0.4);
  border: 3px solid #ffffff;
}

.bandeau-step-text {
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.logo-grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 40px;
  padding: 10px 0;
  width: max-content;
}

.logo-slider {
  animation: scroll-logos 40s linear infinite;
}

.logo-slider:hover {
  animation-play-state: paused;
}

.logo-item {
  background: rgba(255, 255, 255, 0.03);
  padding: 18px 28px;
  border-radius: 10px;
  border: 1px solid rgba(71, 181, 194, 0.15);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  flex-shrink: 0;
  min-width: 120px;
}

.logo-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(71, 181, 194, 0.4);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 16px rgba(71, 181, 194, 0.2);
}

.logo-item img {
  height: 50px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: all 0.3s ease;
  display: block;
}

.logo-item:hover img {
  transform: scale(1.1);
}

.container_avis_verifie {
  padding: 40px;
  background-color: #efefef;
}

.section-logos {
  background: linear-gradient(135deg, #262424 0%, #1a1a1a 100%);
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.section-logos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #47b5c2 20%, #5bc9dc 50%, #47b5c2 80%, transparent 100%);
  z-index: 2;
}

.logos-slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logos-slider-wrapper::before,
.logos-slider-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 1;
  pointer-events: none;
}

.logos-slider-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #1a1a1a 0%, transparent 100%);
}

.logos-slider-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #1a1a1a 0%, transparent 100%);
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .logo-grid {
    gap: 30px;
  }
  .logo-slider {
    animation-duration: 35s;
  }
  .logo-item {
    padding: 15px 24px;
    min-width: 110px;
  }
  .logo-item img {
    height: 45px;
    max-width: 100px;
  }
  .logos-slider-wrapper::before,
  .logos-slider-wrapper::after {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .bandeau-configurateur {
    padding: 38px 14px;
    min-height: auto;
  }
  .bandeau-row {
    flex-direction: column;
    align-items: center;
  }
  .bandeau-title {
    font-size: 22px;
    padding-bottom: 30px;
  }
  .bandeau-step {
    flex: 1 1 100%;
    max-width: 300px;
    padding: 15px;
  }
  .bandeau-step-icon-wrapper {
    width: 100px;
    height: 100px;
  }
  .bandeau-step-icon {
    font-size: 40px;
  }
  .bandeau-step-number {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .section-logos {
    padding: 30px 0;
  }
  .logo-grid {
    gap: 25px;
  }
  .logo-slider {
    animation-duration: 30s;
  }
  .logo-item {
    padding: 12px 20px;
    min-width: 100px;
  }
  .logo-item img {
    height: 40px;
    max-width: 90px;
  }
  .logos-slider-wrapper::before,
  .logos-slider-wrapper::after {
    width: 40px;
  }
}

/*# sourceMappingURL=mobile-page-home.css.map */
