/*
Theme Name: Bowling Caen
Theme URI:
Author:
Author URI:
Description:
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: lasergames-caen
Text Domain: ng1-2025-subtheme-sample
Tags:
*/
@font-face {
  font-family: "slider";
  src: url("./assets/fonts/SLICKER.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open";
  src: url("./assets/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.slider {
  font-family: "slider", sans-serif !important;
}

body {
  overflow-x: hidden;
}

.header-mobile-logo {
  display: block;
}
@media (min-width: 991px) {
  .header-mobile-logo {
    display: none;
  }
}

.header-desktop-logo {
  display: none;
}
@media (min-width: 991px) {
  .header-desktop-logo {
    display: block;
  }
}

header .wp-block-buttons {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 991px) {
  header .wp-block-buttons {
    flex-direction: row;
  }
}

.second-section {
  margin-top: calc(100vh - 149px);
  position: relative;
}
@media (min-width: 990px) {
  .second-section {
    margin-top: calc(100vh - 149px);
  }
}

.second-section::before {
  display: none;
}

.offre-cols > .wp-block-column {
  display: flex;
  flex-direction: column;
}
.offre-cols > .wp-block-column .wp-block-buttons {
  margin-top: auto;
}
.offre-cols > .wp-block-column .wp-block-button__link {
  display: flex;
  align-items: center;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  gap: 0.2rem;
  transition: 0.3s ease-in-out;
}
.offre-cols > .wp-block-column .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px;
  background: currentColor;
  mask-image: url(./assets/img/icon.svg);
  mask-size: cover;
}
.offre-cols > .wp-block-column .wp-block-button__link:hover {
  color: var(--wp--preset--color--first);
  gap: 0.5rem;
}

.wp-block-navigation__container {
  gap: 24px;
}

.book-button:not(.online-booking-btn):hover img {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  opacity: 1;
}
.book-button:not(.online-booking-btn) img {
  opacity: 0;
  transform: translateX(-200px);
}
.book-button:not(.online-booking-btn) .number.visible {
  opacity: 1;
  font-size: 1rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.book-button:not(.online-booking-btn) .number-wrap {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
}

.is-style-bullets li {
  background-image: url(./assets/img/bowl.svg);
}

.section-contact .wpcf7-form {
  background-color: var(--wp--preset--color--first);
}

.adresses .wp-block-column {
  align-self: center;
}

.adresses .wp-block-column .wp-block-buttons:hover a {
  color: var(--wp--preset--color--first);
}

.voisins ul li {
  text-align: center;
}

header .wp-block-button.is-style-outline .wp-block-button__link {
  justify-content: center;
}

.page-template-wp-custom-template-page-d-attente .wp-site-blocks {
  height: 100dvh;
  overflow-y: hidden;
}
.page-template-wp-custom-template-page-d-attente .wp-site-blocks::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(7px);
}
.page-template-wp-custom-template-page-d-attente .wp-site-blocks > .wp-block-group {
  max-height: 100%;
  overflow: hidden;
}

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