body {
  background-color: var(--clr-claire);
  min-height: 100dvh;
  width: 100dvw;
  overflow-x: hidden;
}
body main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body main .banniere {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100dvh;
  max-height: 100dvh;
  overflow-x: hidden;
  overflow-y: hidden;
}
body main .banniere .logo {
  z-index: 2;
  width: 20%;
}
body main .banniere .logo h1 {
  font-size: 5.5rem;
  padding-left: 20px;
  white-space: nowrap;
}
body main .banniere .logo .plein {
  font-weight: 600;
}
body main .banniere .logo .vide {
  color: var(--clr-claire);
  text-shadow: -2px -2px 0 black, 2px -2px 0 black, -2px 2px 0 black, 2px 2px 0 black;
  padding-left: 100px;
}
body main .banniere img {
  width: 100%;
  height: auto;
  -webkit-clip-path: path("M4012.08,0v892.65l-1452.27,759.49c-306.75,147.76-706.67,105.98-951.26-99.38L71.22,404.49C-97.79,241.34,53.01,0,323.98,0h3688.11Z");
          clip-path: path("M4012.08,0v892.65l-1452.27,759.49c-306.75,147.76-706.67,105.98-951.26-99.38L71.22,404.49C-97.79,241.34,53.01,0,323.98,0h3688.11Z");
}
body main .lieu {
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body main .lieu .image-container {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body main .lieu .image-container .carre-container {
  height: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body main .lieu .image-container .carre-container .carre {
  width: 300px;
  height: 300px;
  overflow: hidden;
}
body main .lieu .image-container .carre-container .carre img {
  padding-left: 20px;
  width: auto;
  height: 100%;
}
body main .lieu .image-container .carre-container .vert {
  background-color: var(--clr-principale);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body main .lieu .image-container .carre-container .vert h2 {
  color: var(--clr-claire);
  font-size: 3rem;
}
body main .lieu .image-container .rectangle {
  height: 40%;
  width: 100%;
  padding-top: 20px;
  overflow: hidden;
}
body main .lieu .image-container .rectangle video {
  width: 100%;
  height: auto;
}
body main .lieu .texte {
  width: 30%;
}
body main .lieu .texte h2 {
  font-size: 3rem;
}
body main .lieu .texte p {
  font-size: 1.1rem;
  margin-top: 20px;
}
body main .lieu .texte .bouton {
  background-color: var(--clr-secondaire);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 25px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
body main .lieu .texte .bouton a {
  text-decoration: none;
  color: var(--clr-claire);
  margin-left: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
}
body main .lieu .texte .bouton a h3 {
  font-size: 1rem;
  letter-spacing: 0.1px;
}
body main .lieu .texte .bouton div {
  background-color: var(--clr-claire);
  border-radius: 100%;
  height: 30px;
  width: 30px;
  margin: 2px;
  margin-left: 7px;
}
body main .avis {
  width: 90%;
  height: 80dvh;
  min-height: 80dvh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body main .avis .avis-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 80%;
}
body main .avis .avis-container div {
  width: 300px;
  height: 300px;
  background-color: var(--clr-principale);
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .avis .avis-container div h2 {
  color: var(--clr-claire);
  text-align: center;
  font-size: 3rem;
}
body main .avis .avis-container img {
  width: 30%;
  height: auto;
}
body main .avis .lien {
  text-decoration: none;
  color: black;
  height: 80%;
  width: 22%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
body main .avis .lien .lieu-container {
  height: 100%;
  width: 100%;
  border-radius: 25px;
  background-color: var(--clr-claire-secondaire);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
body main .avis .lien .lieu-container .image-container {
  height: 66%;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
body main .avis .lien .lieu-container .image-container .image {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
body main .avis .lien .lieu-container .title {
  text-align: center;
  height: 34%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
body main .avis .lien .lieu-container .title h2 {
  font-size: 2rem;
}
body main .avis .lien .lieu-container .title h3 {
  letter-spacing: 0;
  font-size: 1.1rem;
  opacity: 0.7;
}

/* Tablette */
@media screen and (max-width: 1024px) {
  body main .banniere img {
    width: unset;
  }
  body main .lieu {
    flex-direction: column;
  }
  body main .lieu .image-container {
    width: 80%;
  }
  body main .lieu .texte {
    width: 80%;
    padding: 15px;
  }
  body main .avis {
    flex-direction: column;
    height: auto;
  }
  body main .avis .avis-container div {
    padding: 20px;
  }
  body main .avis .avis-container img {
    padding: 20px;
  }
  body main .avis .lien {
    width: 80%;
    padding: 20px;
    height: 75%;
  }
  body main .avis .lien .lieu-container .image-container .image {
    width: 100%;
    height: auto;
  }
}
/* Mobile */
@media screen and (max-width: 768px) {
  body main .banniere .logo h1 {
    font-size: 3rem;
  }
  body main .banniere img {
    width: unset;
  }
  body main .lieu .image-container .carre-container .carre {
    display: none;
  }
  body main .lieu .image-container .carre-container .vert {
    display: flex;
  }
  body main .avis .lien .lieu-container .image-container .image {
    width: 200%;
  }
  body main .avis .lien .lieu-container .title h2 {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=site-nature.css.map */