/*
Theme Name: ng1-fse
Author: GEHIN Nicolas
Author URI:
Theme URI:
Tags: full-site-editing
Text Domain: ng1-fse
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.4
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Generated on fullsiteediting.com. No code version.
*/
:root {
  --color-gold: #D4B761;
}

h2 {
  font-size: 54px;
  font-weight: 500;
}

h2.h3 {
  text-align: left;
  font-size: 40px;
  margin-top: 60px;
}

a {
  color: var(--wp--preset--color--black);
}

body:not(.home) header {
  background-color: var(--wp--preset--color--black);
}

.second-section,
.tarifs {
  min-height: 100vh;
}

.cta-btn .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 45px;
  position: relative;
  overflow: hidden;
}
.cta-btn .wp-block-button__link img {
  display: block;
  position: absolute;
  left: -50px;
  transition: all 0.2s ease;
}
.cta-btn .wp-block-button__link span {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 50%;
  right: initial;
  transform: translateX(-50%);
  transition: all 0.2s ease;
}
.cta-btn .wp-block-button__link:hover img {
  left: 50%;
  transform: translateX(-50%);
}
.cta-btn .wp-block-button__link:hover span {
  left: initial;
  transform: translateX(150%);
  right: -150%;
}
.cta-btn.is-open img {
  left: 50%;
  transform: translateX(-50%);
}

.cta-btn-alt .wp-block-button__link img {
  display: block;
}

header {
  position: relative;
  z-index: 10;
  /** default is 600px pass to 990px for button burger and container */
}
header .logo-mobile {
  display: block;
}
@media (min-width: 990px) {
  header .logo-mobile {
    display: none;
  }
}
@media (max-width: 990px) {
  header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
}
@media (max-width: 990px) {
  header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
header .wp-block-button.is-style-outline .wp-block-button__link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .wp-block-button.is-style-outline .wp-block-button__link img {
  margin-right: 0.25rem;
}
header > .wp-block-group .wp-block-group {
  justify-content: space-between;
}
@media (min-width: 990px) {
  header > .wp-block-group .wp-block-group {
    justify-content: center;
  }
}
header .wp-container-core-navigation-is-layout-1.wp-container-core-navigation-is-layout-1 {
  margin-right: 1rem;
}
header .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--black);
}
header .wp-block-navigation__container li.wp-block-navigation-item a {
  font-size: 18px;
}
header .wp-block-navigation__container li.wp-block-navigation-item a:hover {
  text-decoration: none;
  color: var(--wp--preset--color--first) !important;
}
header .wp-block-navigation__container .wp-block-navigation-item:nth-child(5) {
  display: none !important;
}
@media (min-width: 990px) {
  header .wp-block-navigation__container .wp-block-navigation-item:nth-child(5) {
    display: block !important;
  }
}
header .wp-block-navigation__container .wp-block-navigation-item:nth-child(1) .wp-block-site-logo {
  display: block;
}
@media (min-width: 990px) {
  header .wp-block-navigation__container .wp-block-navigation-item:nth-child(1) .wp-block-site-logo {
    display: none;
  }
}
header .wp-block-navigation__container .wp-block-navigation-item:nth-child(1) .wp-block-site-logo img {
  max-width: 250px;
}
header .book-button > a {
  height: 49px;
  overflow: hidden;
}
header .book-button img,
header .book-button span {
  transform: translateX(0);
  transition: all 0.2s ease;
  position: absolute;
}
header .book-button span {
  display: inline-block;
  width: 100%;
  opacity: 1;
}
header .book-button:hover img {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
}
header .book-button:hover span {
  transform: translateX(140px);
  opacity: 0;
}
header .book-button.is-open .wp-block-button__link {
  justify-content: center;
}
header .book-button.is-open span {
  width: 0;
  font-size: 0;
}
header .book-button.is-open .phone-numbers,
header .book-button.is-open .booking-links {
  display: block;
  position: absolute;
}

.book-button {
  position: relative;
  width: 160px;
}
.book-button.online-booking-btn {
  width: fit-content;
}
.book-button.is-open .wp-block-button__link {
  justify-content: center;
}
.book-button.is-open span {
  width: 0;
  font-size: 0;
}
.book-button.is-open .phone-numbers,
.book-button.is-open .booking-links {
  display: block;
  position: absolute;
}
.book-button.is-open .booking-links li {
  width: 100%;
}
.book-button.is-open .booking-links a {
  display: block;
}
.book-button a.wp-block-button__link {
  font-size: 18px !important;
}
.book-button span {
  display: inline-block;
}
.book-button .phone-numbers,
.book-button .booking-links {
  display: none;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: 100%;
}
.book-button .phone-numbers li,
.book-button .booking-links li {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: var(--color-gold);
  border-collapse: collapse;
  width: 160px;
  list-style-type: none;
}
.book-button .phone-numbers li:hover,
.book-button .booking-links li:hover {
  color: var(--color-gold);
}
.book-button .phone-numbers li a,
.book-button .booking-links li a {
  display: none;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 18px;
  color: var(--color-gold);
}
.book-button .phone-numbers li a.active,
.book-button .booking-links li a.active {
  display: block !important;
}
.book-button .phone-numbers li p,
.book-button .booking-links li p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 18px;
}
.book-button .phone-numbers li p:hover,
.book-button .booking-links li p:hover {
  cursor: pointer;
}

.wp-block-post-content {
  margin-block-start: 0;
  display: flex;
  flex-direction: column;
}

:where(body .is-layout-flow) > * {
  margin-block-start: 0;
}

.hero-video {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100vh;
}
.hero-video .wp-block-video,
.hero-video video {
  height: 100%;
}
.hero-video video {
  object-fit: cover;
}
.hero-video .wp-block-buttons {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-video .wp-block-buttons .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 45px;
  position: relative;
  overflow: hidden;
}
.hero-video .wp-block-buttons .wp-block-button__link img {
  display: block;
  position: absolute;
  left: -50px;
  transition: all 0.2s ease;
}
.hero-video .wp-block-buttons .wp-block-button__link span {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 50%;
  right: initial;
  transform: translateX(-50%);
  transition: all 0.2s ease;
}
.hero-video .wp-block-buttons .wp-block-button__link:hover img {
  left: 50%;
  transform: translateX(-50%);
}
.hero-video .wp-block-buttons .wp-block-button__link:hover span {
  left: initial;
  transform: translateX(150%);
  right: -150%;
}

.second-section {
  margin-top: 70vh;
  position: relative;
}
@media (min-width: 990px) {
  .second-section {
    margin-top: 80vh;
  }
}
.second-section::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.second-section > * {
  position: relative;
  z-index: 1;
}

.tarifs .online-booking-btn .wp-block-button__link,
#horaires .online-booking-btn .wp-block-button__link {
  width: fit-content;
}
.tarifs .wp-block-button__link,
#horaires .wp-block-button__link {
  width: 160px;
}

.is-style-bullets {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 56px auto;
  padding-left: 0;
}
.is-style-bullets li {
  text-align: center;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 22px;
  background-image: url(./assets/img/target.svg);
  background-repeat: no-repeat;
  background-position-y: 2px;
  padding-left: 30px;
}
@media (min-width: 990px) {
  .is-style-bullets li {
    font-size: 28px;
    background-position-y: center;
    padding-left: 40px;
  }
}
.is-style-bullets li:first-of-type {
  margin-top: 1rem;
}
.is-style-bullets.small-style-bullets {
  align-items: start;
}
.is-style-bullets.small-style-bullets li {
  font-size: 22px;
  margin-bottom: 1rem;
  text-align: left;
}
.is-style-bullets.small-style-bullets li::before {
  background-repeat: no-repeat;
  width: 30px;
}
.is-style-bullets.small-style-bullets.centered {
  align-items: center;
}

.anniversaire-group {
  padding-left: 15px;
  padding-right: 15px;
}

.anniversaire-columns {
  width: 83%;
  max-width: 1098px;
  margin: 0 auto;
}

.video-offre-cols {
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
}

.col-video-offre .wp-block-video,
.col-video-offre video {
  height: 100%;
}
.col-video-offre video {
  object-fit: cover;
}

.adresses .wp-block-column {
  display: flex;
  flex-direction: column;
  align-self: auto;
  margin-bottom: 2rem;
}
.adresses .wp-block-column p {
  margin-bottom: 1rem;
}
.adresses .wp-block-column p:last-of-type {
  margin-bottom: 2rem;
}
.adresses .wp-block-column > p:first-of-type {
  font-size: 24px !important;
}
@media (min-width: 990px) {
  .adresses .wp-block-column > p:first-of-type {
    font-size: clamp(15.747px, 0.984rem + (1vw - 3.2px) * 0.86, 24px) !important;
  }
}
.adresses .wp-block-column .wp-block-buttons {
  margin-top: auto;
}
.adresses .wp-block-column .wp-block-buttons:hover a {
  color: var(--color-gold);
}

.section-contact .wpcf7-form {
  box-sizing: border-box;
  width: 100%;
  max-width: 860px;
  padding: 24px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--color-gold);
}
@media (min-width: 990px) {
  .section-contact .wpcf7-form {
    padding: 40px;
  }
}
.section-contact .wpcf7-form p {
  width: 100%;
  margin-bottom: 24px;
  margin-top: 0;
}
.section-contact .wpcf7-form label {
  font-size: 0;
}
.section-contact .wpcf7-form input,
.section-contact .wpcf7-form textarea,
.section-contact .wpcf7-form select {
  width: 100%;
  font-family: var(--wp--preset--font-family--quicksand);
  padding: 1rem;
  box-sizing: border-box;
  border: none;
}
.section-contact .wpcf7-form input::placeholder,
.section-contact .wpcf7-form textarea::placeholder,
.section-contact .wpcf7-form select::placeholder {
  font-size: 20px;
  color: #666666;
}
.section-contact .wpcf7-form input,
.section-contact .wpcf7-form select {
  line-height: 25px;
}
.section-contact .wpcf7-form select {
  font-size: 20px;
  color: #666666;
}
.section-contact .wpcf7-form select option:hover {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--first);
}
.section-contact .wpcf7-form .wpcf7-acceptance {
  display: inline-block;
  width: 100%;
}
.section-contact .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  width: 100%;
}
.section-contact .wpcf7-form .wpcf7-acceptance label {
  display: flex;
  flex-direction: row;
  font-size: initial;
}
.section-contact .wpcf7-form .wpcf7-acceptance label input {
  width: 4%;
  padding: 0 !important;
  margin-left: 0;
}
.section-contact .wpcf7-form .wpcf7-acceptance label span {
  flex-basis: 95%;
  font-size: 1rem;
}
.section-contact .wpcf7-form .wpcf7-submit {
  display: block;
  width: 100%;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 1rem;
  font-size: 18px;
  text-align: left;
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--black);
  color: var(--wp--preset--color--black);
  height: 55px;
}
.section-contact .wpcf7-form .wpcf7-submit::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(./assets/img/forward.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.section-contact .wpcf7-form .wpcf7-submit:hover {
  cursor: pointer;
  font-size: 0;
}
.section-contact .wpcf7-form .wpcf7-submit:hover::before {
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: transparent;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook svg path {
  fill: var(--color-gold);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: transparent;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram svg path {
  fill: var(--color-gold);
}

footer .wp-block-group .wp-block-columns {
  width: 90%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
footer .back-top {
  position: fixed;
  right: 20px;
  top: 84%;
}
footer .back-top:hover a {
  background-color: var(--wp--preset--color--black) !important;
}

#sgpb-popup-dialog-main-div {
  border: 10px solid var(--wp--preset--color--first) !important;
  padding: 0 15px 30px 15px;
}

.sgpb-popup-close-button-3 {
  width: 24px !important;
  height: 24px !important;
  top: 24px !important;
  right: 24px !important;
}

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