html, body {
  margin: 0;
  width: auto;
  height: auto;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #085F87;
  color: #064460;
  font-family: "Lexend", sans-serif;
  font-style: normal;
}

section.hero {
  padding-top: 2em;
  background-color: #ffecd6;
}
section.hero h1 {
  text-align: center;
  font-weight: 800;
  font-size: 4em;
  line-height: 0.85em;
  margin-top: 20px;
  background-color: #ffecd6;
  padding-bottom: 20px;
  position: relative;
  z-index: 11;
}
section.hero .bonhommes {
  position: relative;
  z-index: 13;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: flex-start;
}
section.hero .bonhommes img.cava {
  width: 27.5%;
}
section.hero .bonhommes img.cavapasdutout {
  width: 31.5%;
}
section.hero .bonhommes img.cavabof {
  width: 30%;
  margin-top: 30px;
}
section.hero .rectangle {
  position: relative;
  z-index: 12;
  width: 100%;
  height: 10px;
  background-color: #ffecd6;
  margin-bottom: -1px;
}
section.hero svg {
  position: relative;
  z-index: 0;
  margin-bottom: -5px;
  background-color: #085F87;
}

section.home-page {
  position: relative;
  padding: 2em;
  color: #ffecd6;
  text-align: center;
  font-size: 1.5em;
}
section.home-page a {
  color: #ffecd6;
}

footer {
  background-color: #064460;
  color: #ffecd6;
  padding: 15px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
  font-size: 0.9em;
}
footer p {
  margin: 0;
}
footer a {
  color: #ffecd6;
}
footer img.logo {
  width: 50px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 10rem;
  margin: 10px 0;
}

@media screen and (min-width: 1100px) {
  body {
    background-color: #064460;
  }

  section.hero {
    display: flex;
    flex-direction: row;
    border-top-right-radius: 10em;
    border-bottom-right-radius: 10em;
    padding-top: 0;
    background-color: initial;
  }
  section.hero h1 {
    font-size: 9em;
    width: 50%;
    text-align: left;
    padding: 100px 300px 300px 100px;
    margin: 0 !important;
    border-top-right-radius: 10em;
    border-bottom-right-radius: 10em;
  }
  section.hero .bonhommes {
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    width: auto;
    margin-left: -200px;
    margin-top: 20px;
  }
  section.hero .bonhommes img.cava {
    width: 42%;
  }
  section.hero .bonhommes img.cavabof {
    width: 44%;
    margin-left: 100px;
    margin-top: 0;
  }
  section.hero .bonhommes img.cavapasdutout {
    width: 45%;
  }
  section.hero .shape {
    display: none;
  }

  section.home-page {
    text-align: left;
    font-size: 1.3em;
    margin-top: -200px;
    padding-left: 100px;
    color: #064460;
    z-index: 111;
  }
  section.home-page a {
    color: #064460;
  }

  footer {
    padding-left: 100px;
    margin-left: 0;
    margin-top: 100px;
    background-color: inherit;
  }
}

/*# sourceMappingURL=style.css.map */
