.main > div#acc {
  display: flex;
  left: 0;
  width: 100%;
  height: 770px;
  overflow: hidden;
}
.main > div#acc > div:nth-child(2) {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 30%;
}
.main > div#acc > div:nth-child(2) > h1 {
  color: #3f3f3f;
  font-size: 6em;
  font-weight: bold;
  z-index: 100;
  min-width: 300px;
  padding: 0 400px 0 0;
  overflow-wrap: anywhere;
  margin-bottom: 0;
}
.main > div#acc > div:nth-child(2) > h2 {
  color: #3f3f3f;
  font-size: 1.5em;
  font-weight: bold;
  z-index: 100;
  margin-top: 0;
}
.main > div#acc > div:nth-child(2) > div > a {
  background-color: var(--orange);
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 50px;
  text-decoration: none;
  border-radius: 5px;
  position: absolute;
  z-index: 100;
}

#img_page_accueil_finorga {
  width: 100%;
  position: relative;
  color: black;
  justify-content: center;
  max-height: 773px;
  overflow: hidden;
}
#img_page_accueil_finorga > img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}