/* screen - infos */

.infos {
  align-items: flex-end;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 1024px;
  padding: 33px 360px;
  width: 1440px;
}

#overlay-infos {
  align-items: center;
  background-color: #ffffffff;
  justify-content: center;
}

.infos .overlap-group {
  height: 50px;
  margin-top: 876px;
  position: relative;
  width: 715px;
}

.infos .text {
  cursor: pointer;
  left: 5px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: 0;
  width: 710px;
}

.infos .guillaume-gindrat-is {
  cursor: pointer;
  left: 0;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: 0;
  width: 710px;
}

.infos .work {
  align-self: center;
  cursor: pointer;
  letter-spacing: 0;
  line-height: normal;
  min-height: 18px;
  min-width: 30px;
  text-align: center;
  white-space: nowrap;
}
