.reload {
  position: absolute;
  height: 73dvh;
  width: 90%;
  background-color: #1a232d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  border-radius: 5px;
}

.carrousel {
  position: absolute;
  width: 100%;
  background-color: #394757;
  border-top: 2px solid rgb(158, 180, 206);
  border-bottom: 2px solid rgb(158, 180, 206);
  box-shadow: inset 0px 0px 5px 0px black;
  transition: all 120ms;
  z-index: 4;
  height: 400px;
  display: flex;
  margin-top: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.divlist2v2s {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* justify-content: center; */
  border-radius: 5px;
  width: 90%;
  background-color: #1a232d;
  /* background-color: rgb(107, 107, 107); */
  height: 73dvh;
  transition: all 0.2s;
  overflow: scroll;
}

.divlist2v2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 92.5%;
  background-color: #1a232d;
  /* background-color: rgb(107, 107, 107); */
  height: 73dvh;
  transition: all 0.2s;
  overflow: scroll;
}
