.shadow {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.round {
  width: 5px;
  height: 5px;
  background: black;
  border-radius: 50%;
  border: 2px solid black;
  z-index: 2;
}

.gestion-rond {
  position: relative;
  bottom: 90px;
  left: -60px;
}

.gestion-rond > div {
  position: relative;
  display: grid;
  width: 100%;
  height: 70%;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 30px;
  top: 0;
}

.rond {
  width: 5px;
  height: 5px;
  background: white;
  border-radius: 50%;
  border: 2px solid white;
  z-index: -2;
}

@media screen and (max-width: 1300px) {

  .map {
    transform: translateY(0);
    order: -1;
    margin: auto;
  }
  .gestion-image > div {
    width: 90%;
  }

  .gestion-image img {
    position: static;
    width: 80%;
  }
  .gestion-image {
    display: flex;
    justify-content: center;
    gap: 12px;
  }

  .gestion-image .yellow-block {
    top: 50px;
    width: 40%;
    height: 85%;
    left: 200px;
    background-color: #d7a721;
  }
}

@media screen and (max-width: 800px) {
  .history-container {
    width: 100%;
    padding: 0.8rem;
  }
  .gestion-image {
    display: grid;
    width: 100%;
    justify-content: baseline;
  }
  .results-container {
    grid-template-columns: 1fr;
    top: 0;
    width: 97%;
    gap: 3rem;
  }
}
