.drawing-zone {
  border: 0.8px solid;
  border-radius: 4px;
  border-color: #717171;
  padding: 14px;
  display: flex;
  flex-direction: column-reverse;
  z-index: 9;
}

.info-index {
  margin-top: 52px;
  color: #717171;
  text-align: right;
  font-family: "Google Sans Code";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.index-h1 {
  max-width: 850px;
}

.drawing-section,
.drawing-zone {
  height: 100%;
}

header {
  height: 20vh;
  z-index: 10;
}

main {
  height: 68vh;
}

.name-wrapper {
  position: relative;
}

.absolute-logo {
  position: absolute;
  left: 160px;
  z-index: 10;
  width: auto;
}

.drawing-instructions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-top: 50px;
  align-items: center;
  color: #9e9e9e;
  font-family: "Google Sans Code";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 5px;
  z-index: 10;
}

.br-espace-vous {
  display: inline;
}



/* Responsive */

@media (min-width: 1024px) {
  .drawing-instructions {
    margin-top: 100px;
  }
}

@media (max-width: 1024px) {
  .index-h1 {
    max-width: 720px;
  }

  .absolute-logo {
    left: 130px;
  }
}

@media (max-width: 768px) {
  .index-h1 {
    max-width: 720px;
  }

  .absolute-logo {
    left: 130px;
  }
}

@media (max-width: 700px) {
  .br-espace-vous {
    display: none;
  }
}

@media (max-width: 577px) {
  .absolute-logo {
    left: 103px;
    top: -2px;
    width: 46px;
  }
}

@media (max-width: 465px) {
  .drawing-instructions {
    font-size: 15px;
  }
  .absolute-logo {
    left: 78px;
    top: -3px;
    width: 37px;
  }
}

@media (max-width: 425px) {
  .info-index {
    display: none;
  }

  main {
    height: 78vh;
  }
  header {
    height: 10vh;
  }
}
