.frame {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.frame .div {
  background-image: url(./images/img-neuhauser-min.jpg);
  background-size: cover;
  background-position: 50% 50%;
  width: 1920px;
  height: 1099px;
  position: relative;
}

.frame .fichier {
  position: absolute;
  width: 519px;
  height: 286px;
  top: 198px;
  left: 706px;
}

.frame .overlap-group {
  position: absolute;
  width: 931px;
  height: 133px;
  top: 568px;
  left: 499px;
}

.frame .notre-site-fait-peau {
  position: absolute;
  width: 931px;
  top: 0;
  left: 0;
  font-family: "Roboto Condensed-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 52.8px;
}

.frame .our-website-is {
  position: absolute;
  width: 931px;
  top: 742px;
  left: 499px;
  font-family: "Roboto Condensed-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 52.8px;
}

.frame .overlap {
  position: absolute;
  width: 1920px;
  height: 91px;
  top: 1008px;
  left: 0;
  background-color: #0a517c;
}

.frame .LOGO-EPISENS-blanc {
  position: absolute;
  width: 164px;
  height: 72px;
  top: 9px;
  left: 27px;
  object-fit: cover;
}
/* Insert original CSS code here */

.frame {
  background-color: transparent;
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
}

.content {
  background-image: url(./images/img-neuhauser-min.jpg);
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  max-width: 1920px;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo {
  width: 70%;
  max-width: 450px;
  height: auto;
  margin-bottom: 84px;
}

.message {
  text-align: center;
  margin-bottom: 41px;
}

.message-text {
  font-family: "Roboto Condensed-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.1;
  max-width: 931px;
  margin: 0 auto;
}

.message-text--english {
  margin-top: 41px;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0a517c;
  padding: 9px 27px;
}

.footer-logo {
  width: 164px;
  height: auto;
}

@media (max-width: 768px) {
  .logo {
    max-width: 80%;
    margin-bottom: 40px;
  }

  .message-text {
    font-size: 36px;
  }

  .footer {
    padding: 5px 15px;
  }

  .footer-logo {
    width: 120px;
  }
}
