#container-text {
  height: calc(50dvh - 2.3em);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#container-text * {
  font-size: 1.8rem;
  width: 50%;
}

#container-images {
  display: flex;
  height: calc(50dvh - 2.3em);
  overflow-x: auto;
  overflow-y: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-wrapper {
  width: auto;
}

.swiper-slide picture,
.swiper-slide picture img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swiper-slide {
  width: auto;
}

#prev,
#next {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.swiper-button-prev {
  left: 0;
  justify-content: left;
}

.swiper-button-next {
  justify-content: right;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: " ";
}

#prev p,
#next p {
  font-size: 30px;
}

#next {
  right: 0;
  justify-content: right;
}

#scrollButton {
  display: flex;
  grid-gap: 5px;
  cursor: pointer;
}

#scrollButton span {
  display: flex;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
  height: 17px;
  width: auto;
  align-items: center;
  justify-content: center;
  transform: rotate(-135deg);
}

#scrollButton.active > span {
  transform: rotate(0);
}

.footer-infos {
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 1000px) {
  #container-text {
    height: calc(50dvh - 2em);
  }

  #container-text * {
    font-size: 1rem;
    width: 100%;
  }

  #container-images {
    height: calc(50dvh - 2em);
  }
}
