.page {
  margin: 5vh auto;
  display: flex;
  /* max-width: 1140px; */
   background-color: #48584E; 
  /* background-color: #FFFFFF; */
}

.container {
  width: 100%;
  height: 70vh;
  /* background: #c4c7c9; */
  background: #FFFFFF;
  /* background: #48584E; */ 
  border-radius: 15px;
  overflow: hidden;
}

.photo-container {
  position: relative;
  top: -90px;
  left: -120px;
  transform: rotate(10deg);
}

.photo-cont-item {
  display: flex;
  width: calc(380px * 6);
}
.photo-cont-item .photo-item {
  width: 320px;
  height: 200px;
  margin-right: 60px;
  margin-bottom: 60px;
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.15);
}

.animation-1 {
  animation: scroller 40s linear infinite;
  display: flex;
  width: calc(380px * 12);
}

.animation-2 {
  margin-left: 150px;
  animation: scroller 30s linear infinite;
  display: flex;
  width: calc(380px * 12);
}

.animation-3 {
  animation: scroller 50s linear infinite;
  display: flex;
  width: calc(380px * 12);
}

@keyframes scroller {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-380px * 6));
  }
}
.photo-1 {
  background-size: contain !important;
  background-color: #ffffff !important;
  background-image: url(./images/immense_logo.png);
}

.photo-2 {
  background-image: url(./images/Kuwalla_logo.png);
}

.photo-3 {
  background-size: contain !important;
  background-color: #ffffff !important;
  background-image: url(./images/plb_logo.jpeg);
}

.photo-4 {
  background-size: contain !important;
  background-color: #ffffff !important;
  background-image: url(./images/marieC_logo.png);
}

.photo-5 {
  background-size: contain !important;
  background-color: #ffffff !important;
  background-image: url(./images/luc-fonctaine.png);
}

.photo-6 {
  background-size: contain !important;
  background-color: #000000 !important;
  background-image: url(./images/ambler_logo.png);
}

.photo-7 {
  background-size: contain !important;
  background-color: #ffffff !important;
  background-image: url(./images/beurd_logo.png);
}

.photo-8 {
  background-size: contain !important;
  background-color: #000000 !important;
  background-image: url(./images/chandail_de_loup_logo.jpg);
}

.photo-9 {
  background-size: contain !important;
  background-color: #000000 !important;
  background-image: url(./images/chido_logo.png);
}

.photo-10 {
  background-image: url(./images/DinhBa_logo.jpg);
}

.photo-11 {
  background-size: contain !important;
  background-color: #ffffff !important;
  background-image: url(./images/gotbag_logo.png);
}

.photo-12 {
  background-image: url(./images/joanseed_logo.jpg);
}

.photo-13 {
  background-size: contain !important;
  background-color: #ffffff !important;
  background-image: url(./images/Logo_Mondor_Officiel_new.png);
}

.photo-14 {
  background-image: url(./images/Rien_ne_se_perd_logo.jpg);
}

.photo-15 {
  background-size: contain !important;
  background-color: #ffffff !important;
  background-image: url(./images/silver_jeans_co_logo.jpeg);
}

.photo-16 {

  background-image: url(./images/slak_logo.jpg);
}

.photo-17 {
  background-size: contain !important;
  background-color: #ffffff !important;
  background-image: url(./images/compania_fantastica.jpg);
}

.photo-18 {
  background-image: url(./images/miss_versa.jpg);
}