@charset "UTF-8";
.bandeau-logos {
  font-family: Manrope, system-ui, sans-serif;
  background: #fff;
}
.bandeau-logos .bandeau-logos-viewport{
  width: 100%;
  overflow: hidden;
}
.bandeau-logos .bandeau-logos-track{
  display: flex;
  align-items: center;
}
.bandeau-logos .bandeau-logos-group{
  margin: 0px;
  display: flex;
  flex-shrink: 0;
  list-style-type: none;
  align-items: center;
  padding: 0px;
  list-style: none !important;
}
.bandeau-logos .bandeau-logos-item{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  opacity: 0.2;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.bandeau-logos .bandeau-logos-item:hover{
  opacity: 0.4;
}
.bandeau-logos .bandeau-logos-item::before, .bandeau-logos .bandeau-logos-item::marker {
  content: none !important;
  display: none !important;
}
.bandeau-logos .bandeau-logos-img{
  display: block;
  height: 2rem;
  width: auto;
  max-width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px){
  .bandeau-logos .bandeau-logos-img{
    height: 40px;
  }
}
.bandeau-logos .bandeau-logos-link{
  display: block;
}
.bandeau-logos {
  /* Desktop (≥ lg) + ≤6 logos: static centered row only.
     Scoped to lg+ so these selectors cannot override the tablet marquee
     (they are more specific than the shared max-lg rules). */
}
@media (min-width: 1024px) {
  .bandeau-logos:not(.bandeau-logos-marquee) .bandeau-logos-track{
    width: 100%;
    justify-content: center;
  }
  .bandeau-logos:not(.bandeau-logos-marquee) .bandeau-logos-group{
    justify-content: center;
    gap: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .bandeau-logos:not(.bandeau-logos-marquee) .bandeau-logos-group-clone{
    display: none;
  }
}
.bandeau-logos {
  /* Marquee: >6 logos always, or tablet and below for any count */
}
@media (max-width: 1023px) {
  .bandeau-logos .bandeau-logos-track{
    width: -moz-max-content;
    width: max-content;
    justify-content: flex-start;
    animation: bandeau-logos-scroll 40s linear infinite;
  }
  .bandeau-logos .bandeau-logos-track:hover {
    animation-play-state: paused;
  }
  .bandeau-logos .bandeau-logos-group{
    gap: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  @media (min-width: 768px){
    .bandeau-logos .bandeau-logos-group{
      gap: 4rem;
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
  .bandeau-logos:not(.bandeau-logos-marquee) .bandeau-logos-group-clone{
    display: flex;
  }
}
.bandeau-logos.bandeau-logos-marquee .bandeau-logos-track{
  width: -moz-max-content;
  width: max-content;
  justify-content: flex-start;
  animation: bandeau-logos-scroll 40s linear infinite;
}
.bandeau-logos.bandeau-logos-marquee .bandeau-logos-track:hover {
  animation-play-state: paused;
}
.bandeau-logos.bandeau-logos-marquee .bandeau-logos-group{
  gap: 3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px){
  .bandeau-logos.bandeau-logos-marquee .bandeau-logos-group{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bandeau-logos.bandeau-logos-marquee .bandeau-logos-track,
  .bandeau-logos .bandeau-logos-track {
    animation: none !important;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bandeau-logos .bandeau-logos-group-clone{
    display: none !important;
  }
}

@keyframes bandeau-logos-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
