:root {
  --theme: #1D3136;
  --theme-alt: #0E8B94;
  --theme-gold: #AD8D26;
}

html .form_loader {
  width: 111px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.6s 0.2s;
  transform-origin: 50% 50%;
  animation-name: whaleSVG;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
html .form_loader #groupe {
  transform-origin: 54% 37%;
  animation-name: whaleBody;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.36, 0.04, 0, 1.13);
}
html .form_loader #eye path {
  animation-name: whaleEye;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
html .form_loader #tail path {
  transform-origin: calc(530px + 17.5%) calc(1135px + 12%);
  animation-name: whaleTail;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.77, -0.1, 0, 1.05);
}
html body {
  overflow-x: hidden;
}
html body::after {
  transition: opacity 1s ease;
  position: fixed;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  top: 0;
  z-index: 2;
  opacity: 0;
  left: 0;
}
html.loading_reservation body::after {
  opacity: 0.7;
}
html.loading_reservation .form_loader {
  opacity: 1;
  z-index: 9999;
}

.concept-photos-bottom::after {
  display: none;
}
.concept-photos-bottom .et_pb_column {
  width: 25%;
}
.concept-photos-bottom .et_pb_column:not(:last-child) {
  margin-right: 0 !important;
}

.concept-photos-top::after {
  display: none;
}
.concept-photos-top .et_pb_column:first-child {
  width: calc(75% - 5px);
  margin-right: 0 !important;
}
.concept-photos-top .et_pb_column:last-child {
  width: calc(25% - 10px);
}

.theme-button {
  background-color: #AD8D26;
  border: 0;
  color: white;
  font-weight: bold;
  padding: 14px 35px 10px;
  cursor: pointer;
  text-transform: uppercase;
}
.theme-button.button-gold:hover, .theme-button.button-gold a:hover {
  background-color: #AD8D26 !important;
  border: 0 !important;
}

#mobile_menu2 {
  top: 62px;
}

#hidden-menu {
  width: 100%;
}
#hidden-menu .et_mobile_menu {
  top: 69px;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  border-color: #AD8D26 !important;
  background-color: #1D3136 !important;
}

#form_reservation .form_reserv_inputs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
#form_reservation .form_reserv_inputs input {
  border: 2px solid #AD8D26;
  background: none;
  padding: 10px 15px 7px;
  color: white;
}
#form_reservation .form_reserv_inputs input:not([type=text]) {
  cursor: pointer;
}
#form_reservation .form_reserv_inputs input::placeholder {
  color: white;
}
#form_reservation .form_reserv_inputs input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
#form_reservation .form_reserv_inputs input:valid {
  background: none;
}
#form_reservation button[type=submit] {
  margin: 45px auto 0;
  display: block;
}

.social-links a {
  color: white;
  display: inline-block;
  padding: 0 15px;
}
.social-links a:not(:last-child) {
  border-right: 2px solid #AD8D26;
}

#confirmationPopup {
  position: fixed;
  top: 50vh;
  left: 50%;
  z-index: 999;
  background: white;
  transform: translate(-50%, -50%);
  max-width: 560px;
  width: 90%;
  border: 13px solid #1D3136;
  padding: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
#confirmationPopup.active {
  opacity: 1;
  pointer-events: auto;
}
#confirmationPopup img {
  width: 300px;
}
#confirmationPopup p {
  color: black;
  text-align: center;
}
#confirmationPopup p:first-of-type {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
}
#confirmationPopup p:nth-of-type(2) {
  font-size: 20px;
  margin-bottom: 45px;
}

.menus {
  display: flex;
}
.menus > div .et_pb_image {
  height: 100%;
}
.menus > div .et_pb_image .et_pb_image_wrap {
  height: 100%;
  width: 100%;
}
.menus > div .et_pb_image .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menus table {
  border: 0 !important;
}
.menus table tr {
  height: auto !important;
}
.menus table tr:not(:last-child) td {
  border-bottom: 2px solid #AD8D26;
}
.menus table tr td {
  vertical-align: top;
  height: auto !important;
  padding: 10px 0 0;
  border: 0;
}
.menus table.table-4 td:nth-child(2n) ul {
  list-style: none;
}
.menus table.table-4 td:nth-child(3) {
  padding-left: 15px;
}

#google-map-venir > div {
  height: 100%;
}
#google-map-venir > div > div {
  height: 100%;
}

@media screen and (max-width: 1340px) {
  .menus .menu-midi-img::after, .menus .menu-soir-img::after {
    transform: translate(0%, calc(-37% - 1px)) scale(0.8);
  }
}
@media screen and (max-width: 1250px) {
  .concept-photos-top {
    flex-wrap: wrap;
    padding-bottom: 0 !important;
  }
  .concept-photos-top > .et_pb_column:first-child, .concept-photos-top > .et_pb_column:last-child {
    width: 100%;
  }
  .concept-photos-top > .et_pb_column:last-child {
    display: flex;
    gap: 15px;
  }
  .concept-photos-top > .et_pb_column:last-child > .et_pb_image {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 980px) {
  #footer-map-coords {
    flex-direction: column;
  }
  #footer-map-coords > div {
    width: 100% !important;
  }
  header .et_pb_column {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .menus {
    flex-wrap: wrap;
  }
  .menus.menu-midi {
    flex-direction: column-reverse;
  }
  .menus.menu-midi > div {
    margin-bottom: 30px !important;
  }
  .menus > div .et_pb_image .et_pb_image_wrap img {
    height: 200px;
  }
  .concept-photos-bottom > .et_pb_column {
    width: calc(50% - 8px) !important;
    margin-bottom: 0;
  }
  #form_reservation .form_reserv_inputs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 700px) {
  #form_reservation .form_reserv_inputs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 520px) {
  #form_reservation .form_reserv_inputs {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 479px) {
  .concept-photos-bottom > .et_pb_column {
    margin-bottom: 0 !important;
  }
}
@keyframes whaleEye {
  from {
    transform: translateX(0);
  }
  30%, 40% {
    transform: translateX(-5px);
  }
  70%, 80% {
    transform: translateX(5px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes whaleBody {
  from {
    transform: rotate(0);
  }
  30%, 100% {
    transform: rotate(-360deg);
  }
}
@keyframes whaleTail {
  from, 20% {
    transform: rotate(0);
  }
  60%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes whaleSVG {
  from {
    transform: translate(-50%, -50%);
  }
  10% {
    transform: translate(-50%, -60%);
  }
  20%, 100% {
    transform: translate(-50%, -50%);
  }
}
[id^=menu-menu-header] li > a:hover::after,
[id^=menu-menu-header] li.current-menu-item > a::after {
  background-color: var(--theme-gold);
  width: 100%;
}

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