#musee img{
filter: invert(1);
}

.marquee2 {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.marquee2 span {
  display: inline-block;
  margin-right: 40px; /* espace entre blocs */
  padding: 8px 16px;
}

.carousel {
  width: 100%!important;
  height: 100%!important;
  overflow: hidden!important;
}

.carousel img {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important;
  display: block!important;
}