@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Intro
7. Featured Image Section
8. Footer
9. Testimonials
10. Nightclub Section


******************************/

/***********
1. Fonts
***********/

@import url("https://fonts.googleapis.com/css?family=Alex+Brush|Great+Vibes|PT+Sans+Narrow:400,700");
@font-face {
  font-family: "Edward";
  src: url("../font/edwardian_script_itc.ttf") format("truetype"),
    url("../font/edwardian_script_itc.otf") format("opentype");
}

/*********************************
2. Body and some general stuff
*********************************/

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
body {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
  color: #a5a5a5;
}
div {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style: none;
  margin-bottom: 0px;
}
p {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  color: #636363;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
p a {
  display: inline;
  position: relative;
  color: inherit;
  border-bottom: solid 1px #ffa07f;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
p:last-of-type {
  margin-bottom: 0;
}
a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
p a:active {
  position: relative;
  color: #ff6347;
}
p a:hover {
  color: #ffffff;
  background: #ffa07f;
}
p a:hover::after {
  opacity: 0.2;
}
::selection {
  background: rgba(196, 171, 159, 0.5);
  color: #ffffff;
}
p::selection {
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  line-height: 1.2;
  color: #232323;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
}
.form-control {
  color: #db5246;
}
section {
  display: block;
  position: relative;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.trans_200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.trans_300 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.trans_400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.trans_500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.trans_800 {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.fill_height {
  height: 100%;
}
.super_container {
  width: 100%;
  overflow: hidden;
}
.prlx_parent {
  overflow: hidden;
}
.prlx {
  height: 130% !important;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.parallax_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.nopadding {
  padding: 0px !important;
}
.page_subtitle {
  font-family: "Edward", sans-serif;
  color: #b49383;
  line-height: 0.75;
}
.button {
  width: 163px;
  height: 47px;
  background: transparent;
  border: solid 2px #c4ab9f;
  text-align: center;
}
.button a {
  display: block;
  font-size: 18px;
  color: #b49383;
  line-height: 44px;
}
.button:hover {
  background: #c4ab9f;
}
.button:hover a {
  color: #ffffff;
}
.section_subtitle {
  font-size: 36px;
}
.section_title h1 {
  font-size: 48px;
}

/*********************************
3. Header
*********************************/

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header.scrolled {
  background: rgba(0, 0, 0, 0.85);
}
.header_content {
  width: 100%;
  height: 149px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header.scrolled .header_content {
  height: 80px;
}
.logo {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
.logo a {
  display: block;
}
.logo a > div:first-child {
  font-size: 36px;
  line-height: 0.75;
  color: #ffffff;
}
.logo a > div:last-child {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.68em;
  line-height: 0.75;
  margin-top: 12px;
}
.main_nav {
  margin-left: 170px;
}
.main_nav ul li:not(:last-child) {
  margin-right: 40px;
}
.main_nav ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.main_nav ul li a:hover {
  color: #b49383;
}
.reservations_phone {
  height: 47px;
  line-height: 43px;
  padding-left: 25px;
  padding-right: 20px;
  text-align: center;
  border: solid 2px #ffffff;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.hamburger_bar {
  position: fixed;
  top: 0;
  right: calc((100vw - 690px) / 2 - 15px);
  width: auto;
  height: 149px;
  z-index: 102;
}
.hamburger_bar.scrolled {
  height: 80px;
}
.hamburger {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  cursor: pointer;
  padding: 15px;
  z-index: 2;
}
.menu_toggle {
  display: block;
}
.menu_hamburger {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
}
.hamburger_lines {
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #f7f7f7;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  transform-origin: center center;
}
.line_1 {
  top: 0px;
}
.line_2 {
  top: 5px;
}
.line_3 {
  top: 10px;
}
.hamburger.active .line_1 {
  transform: translateY(5px) rotate(45deg) !important;
}
.hamburger.active .line_3 {
  transform: translateY(-5px) rotate(-45deg) !important;
}
.hamburger.active .line_2 {
  opacity: 0 !important;
}
.menu_toggle span {
  display: block;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f7f7f7;
}

/*********************************
4. Menu
*********************************/

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(180, 147, 131, 0.97);
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  padding-bottom: 100px;
}
.menu.active {
  visibility: visible;
  opacity: 1;
}
.menu_content {
  width: 100%;
  height: 100%;
}
.menu_content ul li:not(:last-child) {
  margin-bottom: 3px;
}
.menu_content ul li {
  display: block;
}
.menu_content ul li a {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  letter-spacing: 0.075em;
}
.menu_content ul:hover li a {
  color: rgba(255, 255, 255, 0.5);
}
.menu_content ul li a:hover {
  color: rgba(255, 255, 255, 1);
}
.menu_reservations_phone {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px;
  height: 47px;
  line-height: 43px;
  padding-left: 25px;
  padding-right: 20px;
  text-align: center;
  border: solid 2px #ffffff;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}

/*********************************
5. Home
*********************************/

.home {
  width: 100%;
  height: 524px;
}
.home_container {
  position: absolute;
  bottom: 129px;
  left: 0;
  width: 100%;
}
.home_subtitle {
  font-size: 48px;
  font-weight: bold;
  line-height: 0.75;
}
.home_title {
  margin-top: -2px;
}
.home_title h1 {
  font-size: 72px;
  color: #ffffff;
}

/*********************************
6. Intro
*********************************/

.intro {
  width: 100%;
  background: #ffffff;
  padding-top: 102px;
}
.intro_image {
  width: 100%;
}
.intro_image img {
  max-width: 100%;
}
.intro_content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -165px;
  width: 679px;
  background: #ffffff;
  border: solid 2px #b49383;
  box-shadow: 0px 45px 70px rgba(0, 0, 0, 0.24);
  z-index: 1;
  padding-top: 55px;
  padding-bottom: 59px;
  padding-left: 70px;
  padding-right: 50px;
}
.intro_subtitle {
  font-size: 36px;
}
.intro_title {
  margin-top: 6px;
}
.intro_title h2 {
  font-size: 48px;
}
.intro_text {
  margin-top: 32px;
}
.intro_rectangular_image {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

/*********************************
7. Featured Image Section
*********************************/

.featured_image {
  width: 100%;
  background: #ffffff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.featured_image_container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.featured_image_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 1.5s ease;
}

.featured_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 35, 35, 0.2);
  transition: all 0.3s ease;
}

.featured_image_content {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  text-align: center;
  max-width: 800px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #c4ab9f;
}

.featured_image_title {
  font-family: "Edward", sans-serif;
  font-size: 48px;
  color: #232323;
  line-height: 1.2;
  margin-bottom: 15px;
}

.featured_image_subtitle {
  font-size: 18px;
  font-style: italic;
  color: #c4ab9f;
  line-height: 1.6;
  margin-bottom: 25px;
}

.featured_image_button {
  display: inline-block;
  padding: 12px 45px;
  background: transparent;
  border: 2px solid #c4ab9f;
  color: #c4ab9f;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.featured_image_button:hover {
  background: #c4ab9f;
  color: #ffffff;
}

.featured_image_container:hover .featured_image_background {
  transform: scale(1.1);
}

.featured_image_container:hover .featured_image_overlay {
  background: rgba(35, 35, 35, 0.4);
}

/*********************************
8. Footer
*********************************/

.footer {
  width: 100%;
  background: #232323;
  padding-top: 70px;
  padding-bottom: 60px;
}
.footer_logo_title {
  font-size: 57px;
  line-height: 0.75;
  color: #ffffff;
}
.footer_logo_subtitle {
  font-size: 19px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.68em;
  line-height: 0.75;
  margin-top: 17px;
}
.copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.41);
  line-height: 0.75;
  margin-top: 22px;
}
.footer_about p {
  color: #a5a4a4;
}
.footer_contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer_contact_title {
  width: 61px;
  height: 21px;
  font-size: 16px;
  color: #ffffff;
  line-height: 21px;
  background: #c49a8f;
  padding-left: 8px;
  margin-right: 11px;
}
.footer_contact_text {
  font-size: 16px;
  color: #ffffff;
  line-height: 21px;
}
.footer_contact ul li div:last-child {
  white-space: nowrap;
}

/* Testimonials */
.testimonials {
  position: relative;
  padding: 120px 0;
  background: #ffffff;
}

.testimonials .parallax_background {
  opacity: 0.07;
}

.testimonials_slider {
  margin-top: 75px;
}

.testimonial {
  background: #ffffff;
  padding: 45px;
  margin: 15px;
  border: 2px solid #c4ab9f;
  box-shadow: 0 10px 30px rgba(196, 171, 159, 0.1);
  transition: all 0.4s ease;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial:hover {
  transform: translateY(-15px);
  box-shadow: 0 15px 40px rgba(196, 171, 159, 0.2);
  border-color: #232323;
}

.testimonial_content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.testimonial_quote {
  font-size: 72px;
  font-family: "Times New Roman", serif;
  color: #c4ab9f;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: -20px;
  opacity: 0.5;
}

.testimonial_text {
  flex: 1;
  overflow: hidden;
  margin-bottom: 20px;
}

.testimonial_text p {
  font-style: italic;
  color: #4a4a4a;
  line-height: 1.8;
  font-size: 16px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonial_author {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(196, 171, 159, 0.2);
  padding-top: 20px;
  margin-top: auto;
  transition: all 0.3s ease;
}

.testimonial:hover .testimonial_author {
  border-top-color: rgba(35, 35, 35, 0.2);
}

.testimonial_author_image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  border: 2px solid #c4ab9f;
  padding: 3px;
}

.testimonial_author_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial_author_name {
  font-size: 18px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 5px;
}

.testimonial_author_role {
  font-size: 14px;
  color: #c4ab9f;
  font-style: italic;
}

/* Navigation */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}

.owl-prev,
.owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(196, 171, 159, 0.9) !important;
  border: 1px solid #c4ab9f !important;
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 50px !important;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 0 !important;
  pointer-events: auto;
  transform: translateY(-50%);
}

.owl-prev {
  left: -60px;
}

.owl-next {
  right: -60px;
}

.owl-prev:hover,
.owl-next:hover {
  background: #232323 !important;
  border-color: #232323 !important;
}

/* Dots */
.owl-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
}

.owl-dot {
  display: inline-block;
  width: 30px !important;
  height: 2px !important;
  background: rgba(196, 171, 159, 0.3) !important;
  margin: 0 5px;
  transition: all 0.3s ease;
  border: none !important;
}

.owl-dot.active {
  width: 45px !important;
  background: #c4ab9f !important;
}

/* Reservations */
.reservations {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.reservations .parallax_background {
  opacity: 0.85;
}

.reservations .parallax_background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.217);
}

.res_stars {
  margin-top: -2px;
}

.res_title {
  font-family: "Edward", sans-serif;
  font-size: 72px;
  color: #ffffff;
  margin-top: 12px;
}

.res_form_container {
  margin-top: 50px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.res_input,
.res_select {
  width: 100%;
  height: 54px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  outline: none;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #232323;
}

.res_input:not(:last-child) {
  margin-right: 15px;
}

.res_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-right: 35px;
  background-image: url("../images/down-arrow.png");
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  background-size: 10px;
}

textarea.res_input {
  height: 120px;
  padding-top: 15px;
  resize: none;
}

.res_button {
  width: 200px;
  height: 54px;
  background: transparent;
  border: solid 2px #c4ab9f;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.res_button:hover {
  background: #c4ab9f;
  color: #ffffff;
}

.button-container {
  text-align: center;
  margin-top: 20px;
}

#reservation_response {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

.email-success {
  color: #28a745;
  background: rgba(40, 167, 69, 0.1);
  padding: 15px;
  border-radius: 4px;
}

.email-error {
  color: #dc3545;
  background: rgba(220, 53, 69, 0.1);
  padding: 15px;
  border-radius: 4px;
}

.error-icon,
.success-icon {
  margin-right: 8px;
}

/* Nightclub Section */
.nightclub {
  padding: 100px 0;
  background-color: #1a1a1a;
}

.nightclub_row {
  margin-top: 50px;
}

.nightclub_content {
  padding-right: 50px;
}

.nightclub_text {
  color: #ffffff;
}

.nightclub_text p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.8;
}

.nightclub_features {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.nightclub_features li {
  margin-bottom: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.nightclub_features li i {
  color: #c4ab9f;
  margin-right: 15px;
  font-size: 20px;
}

.nightclub_hours {
  background-color: rgba(196, 171, 159, 0.1);
  padding: 30px;
  border-left: 3px solid #c4ab9f;
}

.nightclub_hours h4 {
  color: #c4ab9f;
  margin-bottom: 20px;
  font-size: 24px;
}

.nightclub_hours p {
  margin-bottom: 10px;
  font-size: 16px;
}

.nightclub_image {
  position: relative;
  height: 100%;
}

.nightclub_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
  .nightclub_content {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .nightclub_image {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .nightclub {
    padding: 60px 0;
  }

  .nightclub_text p {
    font-size: 16px;
  }

  .nightclub_features li {
    font-size: 14px;
  }

  .nightclub_hours {
    padding: 20px;
  }

  .nightclub_hours h4 {
    font-size: 20px;
  }

  .nightclub_hours p {
    font-size: 14px;
  }
}

/* Style de la barre de défilement */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #c4ab9f;
  border-radius: 5px;
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #b39a8e;
}

/* Pour Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #c4ab9f #f1f1f1;
}
