@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: auto;
  padding: 0px 70px;
}
@media (max-width: 720px) {
  body {
    padding: 0px 20px;
  }
}

header .navBar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 720px) {
  header .navBar {
    justify-content: space-between;
  }
}
header .navBar h2 {
  position: relative;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 0.9;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 720px) {
  header .navBar h2 {
    font-size: 30px;
  }
}
header ul {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 16px;
  display: flex;
}
@media (max-width: 720px) {
  header ul {
    font-size: 12px;
    width: 80%;
  }
}
header ul li {
  margin-left: 34px;
}
@media (max-width: 720px) {
  header ul li {
    margin-left: 10px;
  }
}

p {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.location .card {
  padding: 40px;
  background-color: #fff8f0;
  cursor: pointer;
}
@media (max-width: 650px) {
  .location .card {
    padding: 10px;
  }
}
.location h2 {
  position: relative;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 0.9;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
}
.location h2::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("./assets/flower09.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  left: -50px;
  top: -10px;
}

.hero {
  margin-bottom: 70px;
}
.hero__img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.hero__contain {
  display: flex;
  justify-content: center;
}
@media (max-width: 720px) {
  .hero__contain {
    flex-direction: column;
  }
}
.hero__left {
  width: 50%;
  padding: 100PX 50PX 0PX;
}
.hero__left img {
  margin: auto;
  width: 49%;
  display: none;
  vertical-align: top;
  /* évite le décalage vertical */
  display: none;
}
@media (max-width: 720px) {
  .hero__left img {
    display: inline-block;
    margin: 0;
  }
}
.hero__left a {
  display: block;
  width: 100%;
  font-family: "Lora", serif;
}
@media (max-width: 720px) {
  .hero__left {
    width: 100%;
  }
}
@media (max-width: 1220px) {
  .hero__left {
    padding: 100PX 20PX 0PX;
  }
}
@media (max-width: 1024px) {
  .hero__left {
    padding: 50PX 10PX 0PX;
  }
}
.hero__left p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}
.hero h1 {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  line-height: 0.9;
}
@media (max-width: 1024px) {
  .hero h1 {
    font-size: 40px;
  }
}
.hero__right {
  width: 40%;
  display: flex;
}
.hero__right img {
  margin: auto;
  width: 45%;
  display: inline-block;
  vertical-align: top;
  /* évite le décalage vertical */
}
@media (max-width: 720px) {
  .hero__right img {
    display: none;
  }
}

.souvenir {
  margin-bottom: 50px;
}
.souvenir p {
  margin-bottom: 50px;
}
.souvenir__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.souvenir__container a {
  width: calc(30% - 0px);
}
@media (max-width: 720px) {
  .souvenir__container a {
    width: calc(45% - 0px);
  }
}
.souvenir__container a img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.souvenir h2 {
  position: relative;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 0.9;
  margin: 20px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.souvenir h2::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("./assets/flower09.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  left: -50px;
  top: -10px;
}

.choronometre h2 {
  position: relative;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 0.9;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
}
.choronometre h2::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("./assets/flower09.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  left: -50px;
  top: -10px;
}
.choronometre h3 {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 0.9;
}
@media (max-width: 650px) {
  .choronometre h3 {
    font-size: 25px;
  }
}
.choronometre span {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #005b58;
}

.menu {
  margin: auto;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  color: #333;
}

.menu h2 {
  font-family: "Great Vibes", cursive;
  text-align: center;
  font-size: 40px;
  margin-bottom: 1em;
}

.menu-block {
  background: #fff8f0;
  border-left: 5px solid #b88a44;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.menu-block h3 {
  margin-top: 0;
  color: #444;
}

.menu-block ul {
  margin: 0;
  padding-left: 20px;
}

.menu-block p {
  margin: 5px 0;
}

select {
  padding: 10px;
  background-color: #fff8f0;
}

.confirmer h2 {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 0.9;
  margin: 20px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.confirmer input {
  border: 1px solid #cacaca;
}
.confirmer textarea {
  resize: none;
  border: 1px solid #cacaca;
}

.choronometre h4 {
  font-size: 30px;
}
@media (max-width: 720px) {
  .choronometre h4 {
    font-size: 20px;
  }
}
.choronometre span {
  font-family: "Lora", serif;
  font-size: 20px;
}
@media (max-width: 720px) {
  .choronometre span {
    font-size: 15px;
  }
}
.choronometre__photo {
  background-color: beige;
  width: 280px;
  /* change la taille ici */
  aspect-ratio: 1/1;
  /* garde un carré pour le positionnement */
  display: inline-block;
  overflow: hidden;
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%);
  -webkit-clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  /* petit arrondi optionnel */
}
@media (max-width: 720px) {
  .choronometre__photo {
    width: 120px;
  }
}
@media (max-width: 650px) {
  .choronometre__photo {
    width: 80px;
  }
}
.choronometre__photo .photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* image couvre entièrement l'hexagone */
  display: block;
  transform-origin: center;
}

.location {
  margin-bottom: 50px;
}
.location .card:hover {
  background-color: #b88a44;
  color: #fff8f0;
}

.quote {
  background-color: #E6D5B8;
  padding: 19px 50px;
  margin-bottom: 175px;
}
@media (max-width: 720px) {
  .quote {
    padding: 20px 20px;
  }
}
.quote__container {
  width: 60%;
  position: relative;
  border: 4px solid #D8C4A3;
  padding: 40px 20px;
  text-align: center;
  top: 100px;
  margin: auto;
}
@media (max-width: 650px) {
  .quote__container {
    top: 120px;
  }
}
.quote__container::before {
  top: 10px;
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/assets/quote.png");
  left: 50%;
  transform: translate(-50%, 0%);
  top: -60px;
}
.quote__container::after {
  bottom: -40px;
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/assets/quote.png");
  left: 50%;
  transform: translate(-50%, 0%) rotate(180deg);
}
.quote__container strong {
  font-family: "Great Vibes", cursive;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
  font-size: 40px;
}
@media (max-width: 720px) {
  .quote__container strong {
    font-size: 30px;
  }
}

.redirection__background {
  width: 100%;
  height: auto;
}
.redirection__wave {
  width: 100%;
  position: absolute;
  bottom: -10px;
}
.redirection__content {
  position: relative;
}
.redirection__check {
  padding-top: 100px;
}
.redirection__check img {
  width: 40%;
  height: auto;
  margin: auto;
  text-align: center;
}/*# sourceMappingURL=style.css.map */