@import url("https://fonts.googleapis.com/css2?family=Paytone+One&family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&family=Quicksand:wght@300..700&display=swap");
* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
}

.hidden {
  display: none;
}

.note-1 > :nth-child(1) {
  color: #FFCA29;
}
.note-1 > :nth-child(2) {
  color: #1D2A38;
}
.note-1 > :nth-child(3) {
  color: #1D2A38;
}
.note-1 > :nth-child(4) {
  color: #1D2A38;
}
.note-1 > :nth-child(5) {
  color: #1D2A38;
}

.note-2 > :nth-child(1) {
  color: #FFCA29;
}
.note-2 > :nth-child(2) {
  color: #FFCA29;
}
.note-2 > :nth-child(3) {
  color: #1D2A38;
}
.note-2 > :nth-child(4) {
  color: #1D2A38;
}
.note-2 > :nth-child(5) {
  color: #1D2A38;
}

.note-3 > :nth-child(1) {
  color: #FFCA29;
}
.note-3 > :nth-child(2) {
  color: #FFCA29;
}
.note-3 > :nth-child(3) {
  color: #FFCA29;
}
.note-3 > :nth-child(4) {
  color: #1D2A38;
}
.note-3 > :nth-child(5) {
  color: #1D2A38;
}

.note-4 > :nth-child(1) {
  color: #FFCA29;
}
.note-4 > :nth-child(2) {
  color: #FFCA29;
}
.note-4 > :nth-child(3) {
  color: #FFCA29;
}
.note-4 > :nth-child(4) {
  color: #FFCA29;
}
.note-4 > :nth-child(5) {
  color: #1D2A38;
}

.note-5 > :nth-child(1) {
  color: #FFCA29;
}
.note-5 > :nth-child(2) {
  color: #FFCA29;
}
.note-5 > :nth-child(3) {
  color: #FFCA29;
}
.note-5 > :nth-child(4) {
  color: #FFCA29;
}
.note-5 > :nth-child(5) {
  color: #FFCA29;
}

#header {
  background-color: #1D2A38;
  width: 100vw;
  height: 114px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
#header--nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #F9F5F2;
  width: 70%;
  position: relative;
}
#header--nav a.active {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
  padding: 10px 30px;
  background-color: #5DADE2;
  border-radius: 100px;
  color: #F9F5F2;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
  font-family: "Montserrat", sans-serif;
}
#header--nav a.active:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
  padding: 10px 30px;
  background-color: #368BC3;
  border-radius: 100px;
  color: #F9F5F2;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
#header--nav a.active a:hover {
  color: #F9F5F2;
}
#header--nav a {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
  text-decoration: none;
  color: #F9F5F2;
  position: relative;
}
#header--nav a.active {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
  padding: 10px 30px;
  background-color: #5DADE2;
  border-radius: 100px;
  color: #F9F5F2;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
  font-family: "Montserrat", sans-serif;
}
#header--nav a.active:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
  padding: 10px 30px;
  background-color: #368BC3;
  border-radius: 100px;
  color: #F9F5F2;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  color: inherit;
}
#header--nav a:hover {
  color: #5DADE2;
  cursor: pointer;
}
#header--nav .menu-item {
  position: relative;
}
#header--nav .menu-item .fa-chevron-down {
  transition: transform 0.3s ease;
}
#header--nav .menu-item .fa-chevron-down.rotate {
  transform: rotate(90deg);
}
#header--nav .menu-item .submenu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  background-color: #1d2a38;
  width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
#header--nav .menu-item .submenu a {
  padding: 10px;
  text-align: center;
  color: #F9F5F2;
  width: 100%;
}
#header--nav .menu-item .submenu a:hover {
  color: #368BC3;
}
#header--nav .menu-item .submenu a.active:hover {
  color: #F9F5F2;
}
#header--nav .menu-item.submenu-open .submenu {
  display: flex;
}
#header--nav--user-icon {
  height: 24px;
  width: 24px;
  font-size: 24px;
}
#header--nav--user-icon:hover {
  color: #5DADE2;
  cursor: pointer;
}
@media (max-width: 768px) {
  #header--nav {
    display: none;
  }
}
#header #header--nav--burger {
  display: none;
  font-size: 30px;
  color: #F9F5F2;
  cursor: pointer;
  z-index: 1000;
}
@media (max-width: 768px) {
  #header #header--nav--burger {
    display: block;
  }
}
#header .menu-mobile-open {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  top: 114px;
  left: 0;
  background-color: #1D2A38;
  padding: 20px;
  z-index: 1000;
}
#header .menu-mobile-open a {
  text-align: center;
  color: #F9F5F2;
}
#header .menu-mobile-open a:hover {
  color: #368BC3;
}
#header .menu-mobile-open a.active:hover {
  color: #F9F5F2;
}
#header .menu-mobile-open .menu-item > a {
  width: 100%;
  text-align: left;
}
#header .menu-mobile-open .menu-item .submenu {
  display: none;
  flex-direction: column;
  position: relative;
  width: 100%;
  background-color: #1D2A38;
  border: #368BC3 1px solid;
}
#header .menu-mobile-open .menu-item .submenu a {
  padding: 10px;
  color: #F9F5F2;
}
#header .menu-mobile-open .menu-item .submenu a:hover {
  color: #368BC3;
}
#header .menu-mobile-open .menu-item.submenu-open {
  width: 100%;
}
#header .menu-mobile-open .menu-item.submenu-open .submenu {
  display: flex;
  width: 100%;
}
#header .submenu-open {
  display: flex;
  flex-direction: column;
}
#header #nav-icon3 {
  width: 40px;
  height: 35px;
  position: relative;
  margin: 40px auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#header #nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #F9F5F2;
  border-radius: 9px;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#header #nav-icon3 span:nth-child(1) {
  top: 0;
}
#header #nav-icon3 span:nth-child(2),
#header #nav-icon3 span:nth-child(3) {
  top: 18px;
}
#header #nav-icon3 span:nth-child(4) {
  top: 36px;
}
#header #nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#header #nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}
#header #nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#header #nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#ariane {
  display: flex;
  justify-content: start;
  align-items: center;
  min-width: fit-content;
  max-width: 30%;
  margin: 0 0 10px 50px;
  list-style-type: none;
  column-gap: 10px;
}

.ariane--lien {
  text-decoration: underline;
  color: #1D2A38;
}
.ariane--lien:hover {
  text-decoration: none;
}

.note-1 > :nth-child(1) {
  color: #FFCA29;
}
.note-1 > :nth-child(2) {
  color: #1D2A38;
}
.note-1 > :nth-child(3) {
  color: #1D2A38;
}
.note-1 > :nth-child(4) {
  color: #1D2A38;
}
.note-1 > :nth-child(5) {
  color: #1D2A38;
}

.note-2 > :nth-child(1) {
  color: #FFCA29;
}
.note-2 > :nth-child(2) {
  color: #FFCA29;
}
.note-2 > :nth-child(3) {
  color: #1D2A38;
}
.note-2 > :nth-child(4) {
  color: #1D2A38;
}
.note-2 > :nth-child(5) {
  color: #1D2A38;
}

.note-3 > :nth-child(1) {
  color: #FFCA29;
}
.note-3 > :nth-child(2) {
  color: #FFCA29;
}
.note-3 > :nth-child(3) {
  color: #FFCA29;
}
.note-3 > :nth-child(4) {
  color: #1D2A38;
}
.note-3 > :nth-child(5) {
  color: #1D2A38;
}

.note-4 > :nth-child(1) {
  color: #FFCA29;
}
.note-4 > :nth-child(2) {
  color: #FFCA29;
}
.note-4 > :nth-child(3) {
  color: #FFCA29;
}
.note-4 > :nth-child(4) {
  color: #FFCA29;
}
.note-4 > :nth-child(5) {
  color: #1D2A38;
}

.note-5 > :nth-child(1) {
  color: #FFCA29;
}
.note-5 > :nth-child(2) {
  color: #FFCA29;
}
.note-5 > :nth-child(3) {
  color: #FFCA29;
}
.note-5 > :nth-child(4) {
  color: #FFCA29;
}
.note-5 > :nth-child(5) {
  color: #FFCA29;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: #F9F5F2;
}

h1 {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 96px;
  color: #1D2A38;
  color: #F9F5F2;
}
@media (max-width: 768px) {
  h1 {
    font-size: max(0.5 * 96px, 15px);
  }
}

h2 {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.5 * 96px);
  color: #1D2A38;
  text-align: center;
}
@media (max-width: 768px) {
  h2 {
    font-size: max(0.5 * calc(0.5 * 96px), 15px);
  }
}

h3 {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.5 * calc(0.5 * 96px));
  color: #1D2A38;
}
@media (max-width: 768px) {
  h3 {
    font-size: max(0.5 * calc(0.5 * calc(0.5 * 96px)), 15px);
  }
}

.card-icon {
  font-size: 40px;
}
@media (max-width: 768px) {
  .card-icon {
    font-size: max(0.5 * 40px, 15px);
  }
}

.bowling {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.bowling__primary, .bowling__secondary {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  align-items: center;
}
.bowling__primary--reverse, .bowling__secondary--reverse {
  flex-direction: row-reverse;
}
.bowling__image {
  width: 40%;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
}
.bowling__image--primary {
  border: 30px solid #368BC3;
  border-radius: 250px;
}
.bowling__text {
  width: 55%;
  text-align: justify;
}
.bowling__text h2 {
  text-align: left;
  margin-bottom: 20px;
}
.bowling__text__title {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.5 * 96px);
  color: #1D2A38;
}
.bowling__text__description {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: calc(1.5 * 20px);
}
@media (max-width: 768px) {
  .bowling {
    flex-direction: column;
  }
  .bowling__primary, .bowling__secondary {
    flex-direction: column;
    align-items: center;
  }
  .bowling__primary--reverse, .bowling__secondary--reverse {
    flex-direction: column;
  }
  .bowling__image, .bowling__text {
    width: 100%;
  }
  .bowling__image {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .bowling__text h2 {
    text-align: center;
    margin: 20px 0;
  }
}

.tarifs {
  padding: 50px 0;
  background-color: #1D2A38;
  text-align: center;
}
.tarifs__title {
  color: #F9F5F2;
  font-family: "Paytone One", sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .tarifs__title {
    font-size: max(0.5 * calc(0.5 * 96px), 15px);
  }
}
.tarifs__subtitle {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.5 * calc(0.5 * 96px));
  line-height: calc(1.5 * calc(0.5 * calc(0.5 * 96px)));
  font-weight: bold;
  color: #F9F5F2;
  margin-bottom: 40px;
}
.tarifs__container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .tarifs__container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.tarifs__card {
  background-color: #5DADE2;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 300px;
  min-height: 400px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tarifs__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.tarifs__card__icon {
  margin-bottom: 15px;
}
.tarifs__card__icon i {
  font-size: 50px;
  color: #1D2A38;
}
.tarifs__card__title {
  color: #F9F5F2;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .tarifs__card__title {
    font-size: max(0.5 * calc(0.5 * 96px), 15px);
  }
}
.tarifs__card__description {
  color: #F9F5F2;
}
@media (max-width: 768px) {
  .tarifs__card__description {
    font-size: max(0.5 * 20px, 15px);
  }
}
.tarifs__card__price {
  margin-top: 15px;
  font-size: 2rem;
  font-weight: bold;
  color: #F9F5F2;
}
.tarifs__card__small-text {
  margin-top: 5px;
  font-size: 14px;
  color: #F9F5F2;
}
.tarifs__extras {
  margin-top: 50px;
}
.tarifs__extras-icon i {
  color: #FFCA29;
  font-size: 40px;
  margin-right: 10px;
}
.tarifs__extras-text {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: calc(1.5 * 20px);
  color: #F9F5F2;
  font-weight: bold;
}
.tarifs__extras-text strong {
  color: #FFCA29;
}
.tarifs__button-container {
  margin: auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
  padding: 10px 30px;
  background-color: #8E30B6;
  border-radius: 200px;
  color: #F9F5F2;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
  font-family: "Paytone One", sans-serif;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.tarifs__button-container:hover {
  background-color: #6f258e;
  transform: scale(1.05);
}
.tarifs__button-container-link {
  text-decoration: none;
  color: #F9F5F2;
  font-family: "Paytone One", sans-serif;
  transition: background-color 0.3s ease;
}
.tarifs__button-container-link:hover {
  background-color: #6f258e;
}

.reglement {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  width: 75%;
}
.reglement p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: calc(1.5 * 20px);
  text-align: justify;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .reglement p {
    font-size: max(0.5 * 20px, 15px);
  }
}
.reglement__icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}
.reglement__red-background {
  background-color: #EA5547;
}
.reglement__yellow-background {
  background-color: #FFCA29;
}
.reglement__purple-background {
  background-color: #8E30B6;
}
.reglement i {
  font-size: 100px;
  padding: 50px;
  color: #F9F5F2;
}
@media (max-width: 768px) {
  .reglement i {
    font-size: max(0.5 * 100px, 15px);
  }
}
.reglement__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 0;
  flex-wrap: wrap;
}
.reglement__card {
  max-width: 300px;
  text-align: center;
  margin-bottom: 20px;
}
.reglement__card p {
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: calc(1.5 * 20px);
  font-weight: bold;
  text-align: center;
}
.reglement__highlight-scolaire {
  color: #8E30B6;
  font-weight: bold;
}
.reglement__highlight-horaires {
  color: #EA5547;
  font-weight: bold;
}
.reglement__highlight-interdite {
  color: #5DADE2;
  font-weight: bold;
}
.reglement__information {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reglement__information i {
  color: #8E30B6;
  font-size: 30px;
}
@media (max-width: 768px) {
  .reglement__information i {
    font-size: max(0.5 * 30px, 15px);
  }
}
.reglement__information p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
  margin-top: 0;
}
@media (max-width: 768px) {
  .reglement__information p {
    font-size: max(0.5 * 16px, 15px);
  }
}
@media (max-width: 768px) {
  .reglement {
    width: 90%;
  }
  .reglement__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .reglement__card {
    max-width: 90%;
  }
  .reglement i {
    font-size: 70px;
    padding: 30px;
  }
  .reglement p {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .reglement__container {
    padding: 20px 0;
  }
  .reglement i {
    font-size: 60px;
  }
  .reglement p {
    margin-top: 15px;
  }
}

.note-1 > :nth-child(1) {
  color: #FFCA29;
}
.note-1 > :nth-child(2) {
  color: #1D2A38;
}
.note-1 > :nth-child(3) {
  color: #1D2A38;
}
.note-1 > :nth-child(4) {
  color: #1D2A38;
}
.note-1 > :nth-child(5) {
  color: #1D2A38;
}

.note-2 > :nth-child(1) {
  color: #FFCA29;
}
.note-2 > :nth-child(2) {
  color: #FFCA29;
}
.note-2 > :nth-child(3) {
  color: #1D2A38;
}
.note-2 > :nth-child(4) {
  color: #1D2A38;
}
.note-2 > :nth-child(5) {
  color: #1D2A38;
}

.note-3 > :nth-child(1) {
  color: #FFCA29;
}
.note-3 > :nth-child(2) {
  color: #FFCA29;
}
.note-3 > :nth-child(3) {
  color: #FFCA29;
}
.note-3 > :nth-child(4) {
  color: #1D2A38;
}
.note-3 > :nth-child(5) {
  color: #1D2A38;
}

.note-4 > :nth-child(1) {
  color: #FFCA29;
}
.note-4 > :nth-child(2) {
  color: #FFCA29;
}
.note-4 > :nth-child(3) {
  color: #FFCA29;
}
.note-4 > :nth-child(4) {
  color: #FFCA29;
}
.note-4 > :nth-child(5) {
  color: #1D2A38;
}

.note-5 > :nth-child(1) {
  color: #FFCA29;
}
.note-5 > :nth-child(2) {
  color: #FFCA29;
}
.note-5 > :nth-child(3) {
  color: #FFCA29;
}
.note-5 > :nth-child(4) {
  color: #FFCA29;
}
.note-5 > :nth-child(5) {
  color: #FFCA29;
}

.laser-game {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.laser-game__primary, .laser-game__secondary {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  align-items: center;
}
.laser-game__primary--reverse, .laser-game__secondary--reverse {
  flex-direction: row-reverse;
}
.laser-game__image {
  width: 40%;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
}
.laser-game__image--primary {
  border: 30px solid #8E30B6;
  border-radius: 250px;
}
.laser-game__text {
  width: 55%;
  text-align: justify;
}
.laser-game__text h2 {
  text-align: left;
  margin-bottom: 20px;
}
.laser-game__text__title {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.5 * 96px);
  color: #1D2A38;
}
.laser-game__text__description {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: calc(1.5 * 20px);
}
@media (max-width: 768px) {
  .laser-game {
    flex-direction: column;
  }
  .laser-game__primary, .laser-game__secondary {
    flex-direction: column;
    align-items: center;
  }
  .laser-game__primary--reverse, .laser-game__secondary--reverse {
    flex-direction: column;
  }
  .laser-game__image, .laser-game__text {
    width: 100%;
  }
  .laser-game__image {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .laser-game__text h2 {
    text-align: center;
    margin: 20px 0;
  }
}

.note-1 > :nth-child(1) {
  color: #FFCA29;
}
.note-1 > :nth-child(2) {
  color: #1D2A38;
}
.note-1 > :nth-child(3) {
  color: #1D2A38;
}
.note-1 > :nth-child(4) {
  color: #1D2A38;
}
.note-1 > :nth-child(5) {
  color: #1D2A38;
}

.note-2 > :nth-child(1) {
  color: #FFCA29;
}
.note-2 > :nth-child(2) {
  color: #FFCA29;
}
.note-2 > :nth-child(3) {
  color: #1D2A38;
}
.note-2 > :nth-child(4) {
  color: #1D2A38;
}
.note-2 > :nth-child(5) {
  color: #1D2A38;
}

.note-3 > :nth-child(1) {
  color: #FFCA29;
}
.note-3 > :nth-child(2) {
  color: #FFCA29;
}
.note-3 > :nth-child(3) {
  color: #FFCA29;
}
.note-3 > :nth-child(4) {
  color: #1D2A38;
}
.note-3 > :nth-child(5) {
  color: #1D2A38;
}

.note-4 > :nth-child(1) {
  color: #FFCA29;
}
.note-4 > :nth-child(2) {
  color: #FFCA29;
}
.note-4 > :nth-child(3) {
  color: #FFCA29;
}
.note-4 > :nth-child(4) {
  color: #FFCA29;
}
.note-4 > :nth-child(5) {
  color: #1D2A38;
}

.note-5 > :nth-child(1) {
  color: #FFCA29;
}
.note-5 > :nth-child(2) {
  color: #FFCA29;
}
.note-5 > :nth-child(3) {
  color: #FFCA29;
}
.note-5 > :nth-child(4) {
  color: #FFCA29;
}
.note-5 > :nth-child(5) {
  color: #FFCA29;
}

.footer {
  background-color: #1D2A38;
  color: #F9F5F2;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
  position: relative;
}
.footer .footer_vague {
  padding-top: 2rem;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer .footer_vague img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 40px 20px;
}
@media screen and (max-width: 1024px) {
  .footer .footer__container {
    flex-direction: column;
    align-items: center;
  }
}
.footer .footer__container .footer__milieu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  flex: 3;
}
.footer .footer__container .footer__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  flex: 1;
}
.footer .footer__container .footer__logo img {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .footer .footer__container .footer__logo {
    order: -1;
  }
}
.footer .footer__container .footer__line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer .footer__container .footer__line {
    flex-direction: column;
    align-items: start;
  }
}
.footer .footer__container #section1,
.footer .footer__container #section3 {
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  .footer .footer__container #section1,
  .footer .footer__container #section3 {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
  }
}
.footer .footer__container .footer__section {
  flex: 1;
  min-width: 200px;
}
.footer .footer__container .footer__section#section1 .footer__title {
  background-color: #FCD358;
}
.footer .footer__container .footer__section#section2 .footer__title {
  background-color: #B757E0;
}
.footer .footer__container .footer__section#section3 .footer__title {
  background-color: #5DADE2;
}
.footer .footer__container .footer__section a {
  color: #F9F5F2;
  text-decoration: none;
  transition: color 0.3s;
}
.footer .footer__container .footer__section a:hover {
  color: #FCD358;
}
.footer .footer__container .footer__section .footer__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
  padding: 10px 30px;
  background-color: #1D2A38;
  border-radius: 100px;
  color: #1D2A38;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
  margin-bottom: 10px;
}
.footer .footer__container .footer__section .footer__hours {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .footer__container .footer__section .footer__hours .footer__hour {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer__container .footer__section .footer__info {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer .footer__container .footer__section .footer__info {
    align-items: flex-start;
  }
}
.footer .footer__container .footer__section .footer__info a {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.footer .footer__container .footer__section .footer__info a .fa-solid {
  padding: 10px;
  border-radius: 50px;
  margin-right: 1rem;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.footer .footer__container .footer__section .footer__info a:nth-of-type(1) .fa-solid {
  background-color: #5DADE2;
}
.footer .footer__container .footer__section .footer__info a:nth-of-type(2) .fa-solid {
  background-color: #B757E0;
}
.footer .footer__container .footer__section .footer__info a:nth-of-type(3) .fa-solid {
  background-color: #FF6F61;
}
.footer .footer__container .footer__section .footer__info a p {
  margin: 0;
}
.footer .footer__container .footer__section ul {
  list-style: none;
  padding: 0;
}
.footer .footer__container .footer__section ul li {
  margin: 5px 0;
}
.footer .footer__container .footer__section ul li a {
  color: #F9F5F2;
  text-decoration: none;
  transition: color 0.3s;
}
.footer .footer__container .footer__section ul li a:hover {
  color: #FFCA29;
}
.footer .footer__container .footer__section .footer__newsletter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__container .footer__section .footer__newsletter {
    align-items: center;
  }
}
.footer .footer__container .footer__section .footer__newsletter .footer__newsletter-input {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.footer .footer__container .footer__section .footer__newsletter .footer__newsletter-input input {
  width: 100%;
  padding: 10px 50px 10px 35px;
  border-radius: 5px;
  outline: none;
  font-size: 1rem;
}
.footer .footer__container .footer__section .footer__newsletter .footer__newsletter-input i {
  position: absolute;
  left: 10px;
  color: #FF6F61;
  font-size: 1.2rem;
}
.footer .footer__container .footer__section .footer__newsletter .footer__newsletter-input button {
  position: absolute;
  right: 10px;
  padding: 5px 10px;
  background-color: #FF6F61;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
.footer .footer__container .footer__section .footer__newsletter .footer__newsletter-input button:hover {
  background-color: #EA5547;
}
.footer .footer__container .footer__section .footer__socials {
  margin-top: 5rem;
}
.footer .footer__container .footer__section .footer__socials p {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
}
.footer .footer__container .footer__section .footer__socials .footer__icons {
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  margin-top: 2rem;
}
.footer .footer__container .footer__section .footer__socials .footer__icons a {
  color: #FCD358;
  font-size: 3rem;
  text-decoration: none;
  transition: all 0.3s;
}
.footer .footer__container .footer__section .footer__socials .footer__icons a:hover {
  color: #FFCA29;
  scale: 1.2;
}
.footer .footer__socials {
  margin-top: 1rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .footer .footer__socials {
    width: 100%;
  }
}
.footer .footer__socials .footer__icons {
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  margin-top: 2rem;
}
.footer .footer__socials .footer__icons a {
  color: #FCD358;
  font-size: 3rem;
  text-decoration: none;
  transition: all 0.3s;
}
.footer .footer__socials .footer__icons a:hover {
  color: #FFCA29;
  scale: 1.2;
}
.footer .footer__bottom {
  margin-top: 10px;
  text-align: center;
  font-size: 0.9rem;
}
.footer .footer__bottom p {
  padding: 10px;
}

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
  padding: 0 30px;
}

#presentation {
  padding: 50px 50px;
  width: 80%;
  margin: auto;
}
#presentation--titre {
  grid-column: 1/12;
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.5 * 96px);
  color: #1D2A38;
  color: #1D2A38;
}
#presentation--texte {
  grid-column: 1/12;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: calc(1.5 * 20px);
}
#presentation--texte .violet {
  color: #B757E0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #presentation {
    width: 100%;
  }
}

#activite {
  background-color: #1D2A38;
  color: #F9F5F2;
  clip-path: ellipse(80% 100% at 50% 0%);
}
@media screen and (max-width: 768px) {
  #activite {
    clip-path: ellipse(150% 100% at 50% 0%);
  }
}
#activite--titre {
  grid-column: 2/12;
  text-align: center;
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.5 * 96px);
  color: #1D2A38;
  padding: 15px 0;
}
#activite .button--slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
  padding: 10px 30px;
  background-color: #FCD358;
  border-radius: 100px;
  color: #1D2A38;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
  font-family: "Paytone One", sans-serif;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
#activite .button--slider:hover {
  background-color: #fbc626;
  transform: scale(1.05);
}
#activite .slick-prev,
#activite .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #368BC3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
#activite .slick-prev::before,
#activite .slick-next::before {
  content: "";
  display: inline-block;
  border: solid #F9F5F2;
  border-width: 0 3px 3px 0;
  padding: 5px;
  transform: rotate(-45deg);
}
#activite .slick-prev:hover,
#activite .slick-next:hover {
  background-color: #2b6f9b;
  transform: translateY(-50%) scale(1.1);
}
#activite .slick-prev {
  left: -75px;
}
#activite .slick-prev::before {
  transform: rotate(135deg);
}
#activite .slick-next {
  right: -75px;
}
#activite--slider {
  grid-column: 2/12;
  position: relative;
}
#activite--slider button {
  color: #5DADE2;
}
#activite--slider i {
  color: #FCD358;
  font-size: calc(0.5 * 96px);
  margin: 0 auto;
}
#activite--ustensiles {
  grid-column: 6/8;
  text-align: center;
  font-size: calc(0.5 * 96px);
}
#activite--bar {
  grid-column: 2/12;
  text-align: center;
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.5 * calc(0.5 * 96px));
  color: #1D2A38;
  color: #F9F5F2;
}
#activite--texte-bar {
  grid-column: 4/10;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
}
#activite--texte-bar .jaune {
  color: #FCD358;
}
#activite--bouton {
  grid-column: 6/8;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
  padding: 10px 30px;
  background-color: #FF6F61;
  border-radius: 150px;
  color: #F9F5F2;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
  font-family: "Paytone One", sans-serif;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  transition: transform 1s ease-in-out;
  animation: bounce 2.5s infinite;
}
#activite--bouton:hover {
  background-color: #ff412e;
  transform: scale(1.05);
}
#activite--bouton:hover {
  animation: none;
  transform: scale(1.1);
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.activite--slider-element {
  position: relative;
  aspect-ratio: 1/1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.activite--slider-element .activite--filtre-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1D2A38;
  opacity: 0.72;
  z-index: 1;
}
.activite--slider-element .activite--slider-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.activite--slider-element > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.activite--slider-element p,
.activite--slider-element button {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
}
.activite--slider-element p {
  text-align: center;
  margin: 10px 0;
}

#horaire {
  grid-column: 1/13;
  padding-bottom: 20px;
}
#horaire--titre {
  grid-column: 1/13;
  text-align: left;
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.5 * 96px);
  color: #1D2A38;
}
#horaire--scolaire {
  grid-column: 1/13;
  background-color: #5DADE2;
  padding: 5px;
}
#horaire--scolaire-titre {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.5 * calc(0.5 * 96px));
  color: #1D2A38;
  color: #F9F5F2;
}
#horaire--scolaire-table {
  width: 100%;
  background-color: #F9F5F2;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
}
#horaire--scolaire-table .rouge {
  color: #FF6F61;
}
#horaire--scolaire-table .bleu {
  color: #5DADE2;
}
#horaire--scolaire-table-jour, #horaire--scolaire-table-heure {
  width: 100%;
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 0;
}
#horaire--scolaire-table-heure {
  border-top: 1px solid #5DADE2;
}
#horaire--vacance {
  grid-column: 1/13;
  background-color: #B757E0;
  padding: 5px;
}
#horaire--vacance-titre {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.5 * calc(0.5 * 96px));
  color: #1D2A38;
  color: #F9F5F2;
}
#horaire--vacance-table {
  width: 100%;
  background-color: #F9F5F2;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
}
#horaire--vacance-table .rouge {
  color: #FF6F61;
}
#horaire--vacance-table .violet {
  color: #B757E0;
}
#horaire--vacance-table-jour, #horaire--vacance-table-heure {
  width: 100%;
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 0;
}
#horaire--vacance-table-heure {
  border-top: 1px solid #B757E0;
}
#horaire .horaire--warning-structure {
  grid-column: 1/13;
  text-align: end;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
}
#horaire .horaire--warning-structure i {
  color: #FF6F61;
}

#acces {
  background-color: #1D2A38;
  padding: 15px 0;
}
#acces--titre {
  grid-column: 1/13;
  text-align: center;
  color: #F9F5F2;
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.5 * 96px);
  color: #1D2A38;
}
#acces--container {
  grid-column: 1/13;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 30px;
}
#acces--container-iframe {
  width: 100%;
  height: 450px;
  border: 0;
  grid-column: 1/7;
}
#acces--container-infos {
  width: 100%;
  height: 100%;
  padding: 20px 10px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  gap: 30px;
  color: #F9F5F2;
  grid-column: 8/13;
}
#acces--container-infos-adresse {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
  padding: 10px 30px;
  background-color: #5DADE2;
  border-radius: 20px;
  color: #F9F5F2;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
  gap: 10px;
}
#acces--container-infos-transport {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
  padding: 10px 30px;
  background-color: #FF6F61;
  border-radius: 20px;
  color: #F9F5F2;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
  gap: 10px;
}
#acces--container-infos-stationnement {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
  padding: 10px 30px;
  background-color: #B757E0;
  border-radius: 20px;
  color: #F9F5F2;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
  gap: 10px;
}
#acces--container-infos .jaune {
  color: #FCD358;
}

@media (max-width: 768px) {
  #acces--container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  #acces--container-iframe {
    width: 100%;
    height: 300px;
  }
  #acces--container-infos {
    width: 100%;
    padding: 15px 10px;
  }
}
#evenement {
  margin: 20px 0;
  padding-bottom: 20px;
}
#evenement--titre {
  grid-column: 2/12;
  text-align: center;
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.5 * 96px);
  color: #1D2A38;
}
#evenement--slider {
  grid-column: 2/12;
}
#evenement--slider img {
  width: 100%;
}

#avis {
  background-color: #1D2A38;
  clip-path: ellipse(60% 100% at 50% 100%);
  padding: 30px 0 0 0;
}
#avis--titre {
  text-align: center;
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.5 * 96px);
  color: #1D2A38;
  color: #F9F5F2;
  padding: 0 0 20px 0;
}
#avis--slider {
  margin: 0 auto;
  max-width: 80%;
  padding-top: 30px;
}

.avis--card {
  width: 300px;
  height: 400px !important;
  background-color: #F9F5F2;
  padding: 20px;
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: space-between;
  flex-direction: column;
}
.avis--card-header {
  display: flex;
  justify-content: start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
}
.avis--card-header img {
  width: 40px;
  margin: 0 20px 0 0;
  border-radius: 50%;
}
.avis--card-review {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
}
.avis--card * {
  padding: 5px 0;
}

@media screen and (max-width: 768px) {
  .grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 5px;
    padding: 0 15px;
  }
  #presentation--titre {
    font-family: "Paytone One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(0.5 * calc(0.5 * 96px));
    color: #1D2A38;
  }
  #activite--titre {
    font-family: "Paytone One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(0.5 * calc(0.5 * 96px));
    color: #1D2A38;
    grid-column: 1/13;
  }
  #activite--slider {
    grid-column: 1/13;
  }
  #activite--slider .slick-dots li button {
    color: transparent;
    background-color: transparent;
  }
  #activite--slider .slick-dots li button ::before {
    content: " ";
    display: inline-block;
    color: initial;
  }
  #activite--slider .slick-prev {
    left: -50px;
  }
  #activite--slider .slick-next {
    right: -50px;
  }
  #activite--ustensiles {
    grid-column: 5/9;
  }
  #activite--bar {
    grid-column: 1/13;
  }
  #activite--texte-bar {
    grid-column: 3/11;
  }
  #activite--bouton {
    grid-column: 5/9;
  }
  #activite--bouton span {
    display: none;
  }
  #horaire--titre {
    font-family: "Paytone One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(0.5 * calc(0.5 * 96px));
    color: #1D2A38;
  }
  #horaire--scolaire-table {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #horaire--scolaire-table-jour, #horaire--scolaire-table-heure {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
  }
  #horaire--scolaire-table-jour li, #horaire--scolaire-table-heure li {
    padding: 5px 0;
  }
  #horaire--scolaire-table-heure {
    border-top: none;
    border-left: 1px solid #5DADE2;
  }
  #horaire--vacance-table {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #horaire--vacance-table-jour, #horaire--vacance-table-heure {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
  }
  #horaire--vacance-table-jour li, #horaire--vacance-table-heure li {
    padding: 5px 0;
  }
  #horaire--vacance-table-heure {
    border-top: none;
    border-left: 1px solid #B757E0;
  }
  #acces--titre {
    font-family: "Paytone One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(0.5 * calc(0.5 * 96px));
    color: #1D2A38;
  }
  #acces--container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  #acces--container-iframe {
    max-width: 90%;
  }
  #acces--container-infos {
    max-width: 90%;
    height: fit-content;
    gap: 0;
  }
  #acces--container-infos-adresse {
    margin: 15px 0;
  }
  #acces--container-infos-transport {
    margin: 15px 0;
  }
  #acces--container-infos-stationnement {
    margin: 15px 0;
  }
  #evenement--titre {
    font-family: "Paytone One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(0.5 * calc(0.5 * 96px));
    color: #1D2A38;
  }
  #avis {
    clip-path: ellipse(80% 100% at 50% 100%);
  }
  #avis--titre {
    font-family: "Paytone One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(0.5 * calc(0.5 * 96px));
    color: #1D2A38;
  }
  .avis--card {
    padding: 5px;
    margin: 0 5px;
  }
}
#reservation {
  padding: 20px 150px;
  background-color: #1D2A38;
  clip-path: ellipse(80% 100% at 50% 100%);
}
#reservation input,
#reservation select,
#reservation textarea {
  border: 2px solid #B757E0;
}
#reservation--titre {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.5 * 96px);
  color: #1D2A38;
  color: #F9F5F2;
  margin: 40px 0;
}
#reservation--un {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#reservation--un-nom, #reservation--un-prenom {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}
#reservation--un input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  padding: 5px 10px;
}
#reservation--un label {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: calc(1.5 * 20px);
  color: #F9F5F2;
}
#reservation--deux {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#reservation--deux-mail, #reservation--deux-telephone {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}
#reservation--deux input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  padding: 10px 15px;
}
#reservation--deux label {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: calc(1.5 * 20px);
  color: #F9F5F2;
}
#reservation--trois {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#reservation--trois-date, #reservation--trois-heure, #reservation--trois-participant {
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}
#reservation--trois-formule {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}
#reservation--trois input,
#reservation--trois select {
  min-width: 100px;
  width: 50%;
  height: 40px;
  border-radius: 20px;
  padding: 10px 15px;
}
#reservation--trois label {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: calc(1.5 * 20px);
  color: #F9F5F2;
}
#reservation--pseudo {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}
#reservation--pseudo textarea {
  width: 100%;
  height: 75px;
  border-radius: 20px;
  padding: 10px 15px;
  resize: none;
}
#reservation--pseudo label {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: calc(1.5 * 20px);
  color: #F9F5F2;
}
#reservation--double {
  padding: 20px 0;
  margin: 20px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}
#reservation--double-texte {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: calc(1.5 * 20px);
  color: #F9F5F2;
  margin: 20px 0;
}
#reservation--double-lien {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
  padding: 10px 30px;
  background-color: #B757E0;
  border-radius: 20px;
  color: #F9F5F2;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
  font-family: "Paytone One", sans-serif;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
#reservation--double-lien:hover {
  background-color: #a52cd8;
  transform: scale(1.05);
}
#reservation--double-lien i {
  color: #FCD358;
}
#reservation--submit {
  display: flex;
  justify-content: end;
  align-items: end;
}
#reservation--submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
  padding: 10px 30px;
  background-color: #FCD358;
  border-radius: 20px;
  color: #1D2A38;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
  font-family: "Paytone One", sans-serif;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#reservation--submit-button:hover {
  background-color: #fbc626;
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  #reservation {
    padding: 20px 15px;
    clip-path: ellipse(150% 100% at 50% 100%);
  }
  #reservation--titre {
    font-family: "Paytone One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(0.5 * calc(0.5 * 96px));
    color: #1D2A38;
    color: #F9F5F2;
    margin: 40px 0;
  }
  #reservation--un {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #reservation--un-nom, #reservation--un-prenom {
    width: 100%;
  }
  #reservation--un label {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: calc(1.5 * 16px);
  }
  #reservation--deux {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  #reservation--deux-mail, #reservation--deux-telephone {
    width: 100%;
  }
  #reservation--deux label {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: calc(1.5 * 16px);
  }
  #reservation--trois {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #reservation--trois-date, #reservation--trois-heure, #reservation--trois-participant {
    width: 50%;
  }
  #reservation--trois label {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: calc(1.5 * 16px);
  }
  #reservation--pseudo {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
  }
  #reservation--pseudo textarea {
    height: 120px;
  }
  #reservation--pseudo label {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: calc(1.5 * 16px);
  }
  #reservation--double-texte {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: calc(1.5 * 16px);
    color: #F9F5F2;
    margin: 20px 0;
  }
}
.note-1 > :nth-child(1) {
  color: #FFCA29;
}
.note-1 > :nth-child(2) {
  color: #1D2A38;
}
.note-1 > :nth-child(3) {
  color: #1D2A38;
}
.note-1 > :nth-child(4) {
  color: #1D2A38;
}
.note-1 > :nth-child(5) {
  color: #1D2A38;
}

.note-2 > :nth-child(1) {
  color: #FFCA29;
}
.note-2 > :nth-child(2) {
  color: #FFCA29;
}
.note-2 > :nth-child(3) {
  color: #1D2A38;
}
.note-2 > :nth-child(4) {
  color: #1D2A38;
}
.note-2 > :nth-child(5) {
  color: #1D2A38;
}

.note-3 > :nth-child(1) {
  color: #FFCA29;
}
.note-3 > :nth-child(2) {
  color: #FFCA29;
}
.note-3 > :nth-child(3) {
  color: #FFCA29;
}
.note-3 > :nth-child(4) {
  color: #1D2A38;
}
.note-3 > :nth-child(5) {
  color: #1D2A38;
}

.note-4 > :nth-child(1) {
  color: #FFCA29;
}
.note-4 > :nth-child(2) {
  color: #FFCA29;
}
.note-4 > :nth-child(3) {
  color: #FFCA29;
}
.note-4 > :nth-child(4) {
  color: #FFCA29;
}
.note-4 > :nth-child(5) {
  color: #1D2A38;
}

.note-5 > :nth-child(1) {
  color: #FFCA29;
}
.note-5 > :nth-child(2) {
  color: #FFCA29;
}
.note-5 > :nth-child(3) {
  color: #FFCA29;
}
.note-5 > :nth-child(4) {
  color: #FFCA29;
}
.note-5 > :nth-child(5) {
  color: #FFCA29;
}

.presentation-salle {
  padding: 20px 0;
  text-align: center;
  width: 80%;
  margin: auto;
}
.presentation-salle__title {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.5 * 96px);
  color: #1D2A38;
  color: #1D2A38;
}
.presentation-salle__text {
  margin: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: calc(1.5 * 20px);
  text-align: left;
  color: #1D2A38;
}
.presentation-salle__text .presentation-salle__highlight {
  color: #B757E0;
  font-weight: 600;
}
.presentation-salle__button-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.presentation-salle__button-container .presentation-salle__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
  padding: 10px 30px;
  background-color: #5DADE2;
  border-radius: 100px;
  color: #F9F5F2;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
  font-family: "Paytone One", sans-serif;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.presentation-salle__button-container .presentation-salle__button:hover {
  background-color: #3297da;
  transform: scale(1.05);
}
.presentation-salle__button-container .presentation-salle__button p {
  font-family: "Paytone One", sans-serif;
}
@media (max-width: 768px) {
  .presentation-salle {
    padding: 15px;
    width: 100%;
  }
  .presentation-salle__button-container {
    flex-direction: column;
  }
  .presentation-salle__button-container .presentation-salle__button {
    width: 100%;
    text-align: center;
  }
}

#img-slider {
  background-color: #1D2A38;
  padding: 40px 0;
}
#img-slider h2 {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.5 * 96px);
  color: #1D2A38;
  color: #F9F5F2;
  text-align: center;
  margin: 8px;
}
#img-slider #reception-slider {
  width: 70%;
  margin: 0 auto;
  padding: 20px 0;
}
#img-slider #reception-slider img {
  margin: 0 auto;
  height: 350px !important;
  object-fit: cover;
}

.slider {
  grid-column: 2/12;
  position: relative;
}
.slider i {
  font-size: calc(0.5 * 96px);
  margin: 0 auto;
}
.slider .slick-prev,
.slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #368BC3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.slider .slick-prev::before,
.slider .slick-next::before {
  content: "";
  display: inline-block;
  border: solid #F9F5F2;
  border-width: 0 3px 3px 0;
  padding: 5px;
  transform: rotate(-45deg);
}
.slider .slick-prev:hover,
.slider .slick-next:hover {
  background-color: #2b6f9b;
  transform: translateY(-50%) scale(1.1);
}
.slider .slick-prev {
  left: -75px;
}
.slider .slick-prev::before {
  transform: rotate(135deg);
}
.slider .slick-next {
  right: -75px;
}
@media (max-width: 768px) {
  .slider {
    grid-column: 1/13;
  }
  .slider .slick-prev,
  .slider .slick-next {
    left: 10px;
    right: 10px;
  }
}

.tarifs-reception {
  text-align: center;
  margin: auto;
  padding: 50px 20px;
}
.tarifs-reception .tarifs-reception__subtitle {
  font-weight: 800;
}
.tarifs-reception h2 {
  margin-bottom: 20px;
}
.tarifs-reception p {
  margin-bottom: 15px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #1D2A38;
}
.tarifs-reception .tarifs-reception__note {
  margin-top: 30px;
}
.tarifs-reception .tarifs-reception__note p {
  font-size: 1rem;
  line-height: 1.5;
}
.tarifs-reception .tarifs-reception__card-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.tarifs-reception .tarifs-reception__card-container .tarifs-reception__card {
  flex: 1;
  max-width: 300px;
  padding: 20px;
  border-radius: 20px;
  border: solid 5px transparent;
  box-sizing: border-box;
  background-color: #F9F5F2;
}
.tarifs-reception .tarifs-reception__card-container .tarifs-reception__card__icon {
  font-size: 2rem;
}
.tarifs-reception .tarifs-reception__card-container .tarifs-reception__card .card__title {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1D2A38;
}
.tarifs-reception .tarifs-reception__card-container .tarifs-reception__card .card__time {
  margin: 10px;
  font-weight: 600;
  font-size: 1.1rem;
}
.tarifs-reception .tarifs-reception__card-container .tarifs-reception__card .card__price {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1D2A38;
  font-family: "Paytone One", sans-serif;
}
.tarifs-reception .tarifs-reception__card-container .tarifs-reception__card .card__description {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
}
.tarifs-reception .tarifs-reception__card-container .tarifs-reception__card p {
  font-size: 1rem;
  text-align: center;
}
.tarifs-reception .tarifs-reception__card-container .tarifs-reception__card--afternoon {
  border-color: #5DADE2;
}
.tarifs-reception .tarifs-reception__card-container .tarifs-reception__card--evening {
  border-color: #FCD358;
}
.tarifs-reception .tarifs-reception__card-container .tarifs-reception__card--weekend {
  border-color: #B757E0;
}
@media (max-width: 1024px) {
  .tarifs-reception .tarifs-reception__card-container {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .tarifs-reception .tarifs-reception__card-container {
    flex-direction: column;
    align-items: center;
  }
  .tarifs-reception .tarifs-reception__card {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .tarifs-reception h2 {
    font-size: 1.8rem;
  }
  .tarifs-reception p {
    font-size: 1rem;
  }
  .tarifs-reception .tarifs-reception__card {
    padding: 15px;
  }
  .tarifs-reception .tarifs-reception__card h3 {
    font-size: 1.3rem;
  }
  .tarifs-reception .tarifs-reception__card__price {
    font-size: 1.2rem;
  }
  .tarifs-reception .tarifs-reception__card p {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .presentation__texte {
    font-size: 1rem;
  }
  .tarifs-reception {
    padding: 20px 0;
  }
}
.note-1 > :nth-child(1) {
  color: #FFCA29;
}
.note-1 > :nth-child(2) {
  color: #1D2A38;
}
.note-1 > :nth-child(3) {
  color: #1D2A38;
}
.note-1 > :nth-child(4) {
  color: #1D2A38;
}
.note-1 > :nth-child(5) {
  color: #1D2A38;
}

.note-2 > :nth-child(1) {
  color: #FFCA29;
}
.note-2 > :nth-child(2) {
  color: #FFCA29;
}
.note-2 > :nth-child(3) {
  color: #1D2A38;
}
.note-2 > :nth-child(4) {
  color: #1D2A38;
}
.note-2 > :nth-child(5) {
  color: #1D2A38;
}

.note-3 > :nth-child(1) {
  color: #FFCA29;
}
.note-3 > :nth-child(2) {
  color: #FFCA29;
}
.note-3 > :nth-child(3) {
  color: #FFCA29;
}
.note-3 > :nth-child(4) {
  color: #1D2A38;
}
.note-3 > :nth-child(5) {
  color: #1D2A38;
}

.note-4 > :nth-child(1) {
  color: #FFCA29;
}
.note-4 > :nth-child(2) {
  color: #FFCA29;
}
.note-4 > :nth-child(3) {
  color: #FFCA29;
}
.note-4 > :nth-child(4) {
  color: #FFCA29;
}
.note-4 > :nth-child(5) {
  color: #1D2A38;
}

.note-5 > :nth-child(1) {
  color: #FFCA29;
}
.note-5 > :nth-child(2) {
  color: #FFCA29;
}
.note-5 > :nth-child(3) {
  color: #FFCA29;
}
.note-5 > :nth-child(4) {
  color: #FFCA29;
}
.note-5 > :nth-child(5) {
  color: #FFCA29;
}

.hero {
  position: relative;
  width: 100vw;
  height: 50vw;
  overflow: hidden;
}
.hero__vague-header {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero__content {
  position: absolute;
  width: 95vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-align: center;
  z-index: 2;
  font-family: "Paytone One", sans-serif;
  font-size: "96px";
  line-height: 1.5;
}
@media (max-width: 768px) {
  .hero__content {
    font-size: max(0.5 * 96px, 15px);
  }
}

.p-header {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: calc(1.5 * 20px);
  margin: 40px auto 0 auto;
  max-width: 550px;
}
@media (max-width: 768px) {
  .p-header {
    font-size: max(0.5 * 20px, 15px);
  }
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.button-container a {
  transition: transform 1s ease-in-out;
  animation: bounce 2.5s infinite;
}
.button-container a:hover {
  animation: none;
  transform: scale(1.1);
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.button-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
  padding: 10px 30px;
  background-color: #FFCA29;
  border-radius: 27px;
  color: #1D2A38;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(1.5 * 16px);
  margin-top: 40px;
  color: #1D2A38;
  text-decoration: none;
}
@media (max-width: 768px) {
  .button-header {
    font-size: max(0.5 * 16px, 15px);
  }
}

@media screen and (min-width: 950px) {
  .hero__content {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 500px) {
  .hero__content {
    top: 10%;
  }
  .hero__content .p-header {
    color: transparent;
  }
}
@media screen and (max-width: 390px) {
  .hero__content {
    top: -12px;
  }
}

/*# sourceMappingURL=app.output.css.map */
