@keyframes wiggle {
  0% {
    rotate: 0deg;
    translate: 0 0;
  }
  25% {
    rotate: -2deg;
    translate: -5px 0;
  }
  80% {
    rotate: 2deg;
    translate: 5px 0;
  }
}
html {
  font-size: 16px;
}

body.page_beach_bowling {
  font-family: "Poppins", sans-serif;
}
body.page_beach_bowling nav {
  position: fixed;
  z-index: 999;
  justify-content: center;
  top: 0;
  width: 100%;
  padding: 24px 48px;
}
@media all and (max-width: 991px) {
  body.page_beach_bowling nav {
    padding: 24px;
  }
}
body.page_beach_bowling nav .nav_content {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  font-size: 24px;
}
@media all and (max-width: 991px) {
  body.page_beach_bowling nav .nav_content {
    font-size: 18px;
    flex-wrap: wrap;
  }
}
body.page_beach_bowling nav #bientot_en_ligne {
  background-color: #4CBBB9;
  color: #FFFFFF;
  padding: 12px 24px;
  border-radius: 15px;
  font-family: "Syne", sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 750;
  line-height: 120%;
  letter-spacing: -0.48px;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
body.page_beach_bowling nav #bientot_en_ligne .conteneur-animation {
  display: flex;
  width: max-content;
  animation: defilement-continu 15s linear infinite;
}
body.page_beach_bowling nav #bientot_en_ligne .texte {
  padding-right: 50px;
}
@keyframes defilement-continu {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
body.page_beach_bowling nav #tel {
  padding: 12px 24px;
  background-color: #EE9AC2;
  color: #191F39;
  font-size: 1em;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 15px;
  text-decoration: none;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
body.page_beach_bowling nav #tel:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/images/tel.svg") no-repeat center center;
  background-size: contain;
}
body.page_beach_bowling footer {
  background-color: #191F39;
  padding-bottom: 80px;
  color: white;
}
body.page_beach_bowling footer h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
body.page_beach_bowling footer .ligne_pictos {
  max-width: 800px;
  margin: auto;
}
body.page_beach_bowling footer .ligne_pictos .picto_container {
  height: 200px;
  max-width: 88px;
  margin: auto;
}
@media all and (max-width: 991px) {
  body.page_beach_bowling footer .ligne_pictos .picto_container {
    height: 140px;
  }
}
body.page_beach_bowling footer .ligne_pictos .picto_container img {
  width: 100%;
  animation: wiggle 1.8s linear infinite;
}
body.page_beach_bowling footer .adresse {
  display: flex;
  gap: 4px;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  align-items: center;
}
body.page_beach_bowling footer .adresse-tel {
  display: block;
  color: #EE9AC2;
  text-decoration: none;
}
body.page_beach_bowling footer #horaires {
  padding: 140px 0;
}
@media all and (max-width: 991px) {
  body.page_beach_bowling footer #horaires {
    padding: 80px 0;
  }
}
body.page_beach_bowling footer #horaires .horaire {
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  font-size: 15px;
}
body.page_beach_bowling footer #horaires .horaire ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page_beach_bowling footer #horaires .horaire-titre {
  font-size: 20px;
}
body.page_beach_bowling h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  letter-spacing: -0.24px;
}
@media all and (max-width: 991px) {
  body.page_beach_bowling h1 {
    font-size: 38px;
    margin-bottom: 0.8em;
  }
}
body.page_beach_bowling p {
  font-weight: 500;
  line-height: 145%;
  letter-spacing: -0.08px;
}
body.page_beach_bowling img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
body.page_beach_bowling button, body.page_beach_bowling .bouton {
  border-radius: 8px;
  background: #E9408C;
  color: white;
  border: none;
  width: fit-content;
  padding: 16px 32px;
  display: block;
}
body.page_beach_bowling .texte_jaune {
  color: #F4B942;
}
body.page_beach_bowling .texte_bleu_clair {
  color: #4CBBB9;
}
body.page_beach_bowling .texte_rose_fonce {
  color: #E9408C;
}
body.page_beach_bowling .bloc_double_carousel {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 991px) {
  body.page_beach_bowling .bloc_double_carousel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body.page_beach_bowling .carousel_container {
  transform: rotate(356deg);
}
body.page_beach_bowling .carousel_left_to_right, body.page_beach_bowling .carousel_right_to_left {
  width: 150%;
  overflow: hidden;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  transform: translateX(-25%);
}
body.page_beach_bowling .carousel_left_to_right img, body.page_beach_bowling .carousel_right_to_left img {
  height: fit-content;
  width: auto;
  height: 228px;
}
@media (max-width: 991px) {
  body.page_beach_bowling .carousel_left_to_right, body.page_beach_bowling .carousel_right_to_left {
    max-height: 130px;
  }
  body.page_beach_bowling .carousel_left_to_right img, body.page_beach_bowling .carousel_right_to_left img {
    height: 130px;
  }
}
body.page_beach_bowling #hero {
  background-color: #191F39;
  color: #FFFFFF;
  padding-bottom: 108px;
  padding-top: 180px;
  position: relative;
  transform: perspective(1px);
}
body.page_beach_bowling #hero #ouverture {
  color: #4CBBB9;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
body.page_beach_bowling #hero #palmier {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 214px;
  height: auto;
  z-index: -1;
}
body.page_beach_bowling #hero #avion {
  position: absolute;
  bottom: 40%;
  right: 80px;
  width: 105px;
  height: auto;
  z-index: -1;
}
body.page_beach_bowling #contact {
  padding: 54px 0;
}
body.page_beach_bowling #contact h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px; /* 100% */
  text-transform: uppercase;
}
body.page_beach_bowling #contact h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  text-transform: uppercase;
}
body.page_beach_bowling #contact form input, body.page_beach_bowling #contact form textarea {
  border: none;
  border-radius: 8px;
  border-bottom: 2px solid #191F39;
  background: white;
}
body.page_beach_bowling #contact form input.erreur, body.page_beach_bowling #contact form textarea.erreur {
  border-color: red;
}
body.page_beach_bowling #contact form input:focus, body.page_beach_bowling #contact form textarea:focus {
  box-shadow: none;
}
body.page_beach_bowling #contact form textarea {
  height: auto;
}

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