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

.carrousel {
  position: absolute;
  width: 100%;
  background-color: #9f9f9f;
  border-top: 2px solid rgb(148, 148, 148);
  border-bottom: 2px solid rgb(148, 148, 148);
  transition: all 120ms;
  box-shadow: inset 0px 0px 10px black;
  z-index: 4;
  height: 400px;
  display: flex;
  margin-top: 158px;
  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%;
  border-radius: 5px;
  background-color: #2e3032;
  /* background-color: rgb(107, 107, 107); */
  height: 78dvh;
  transition: all 0.2s;
  overflow: scroll;
}

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