.logos {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.lines{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 40%;
}

.logoImg {
  max-height: 40px;
  height: auto;
  object-fit: contain;
}

.logoContainer {
  height: 40px;
  width: auto;
  margin: 5px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 720px) {
  .homePicture {
    width: 80%;
  }
  .homeDisplay{
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .lines {
    width: 70%;
  }
}

#lazard, #les-eclaireurs, #gonzai, #jack {
  max-height: 25px;
}

#paris-2024, #jo {
  max-height: 80px;
}
