﻿/* --------------------------- Global */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
datagrid,
datalist,
details,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.clear {
  clear: both;
}

.cf:before,
.cf:after,
.liste-menu li:before,
.liste-menu li:after {
  content: "";
  display: table;
}

.cf:after,
.liste-menu li:after {
  clear: both;
}

.cf,
.liste-menu li {
  zoom: 1;
}

html {
  font-size: 62.5%;
}

img,
table,
td,
blockquote,
textarea,
input,
audio,
video,
canvas {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

p,
ul,
ol,
blockquote,
table,
hr,
figure {
  margin: 0 0 25px 0;
}

p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child,
table:last-child,
figure:last-child {
  margin-bottom: 0;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

ul,
ol {
  padding-left: 2em;
}

li p,
li ul {
  margin-top: 0;
  margin-bottom: 0;
}

form ul,
nav ul,
.menu {
  list-style: none;
  padding: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

form,
fieldset,
iframe {
  border: 0;
}

input,
button,
select,
label {
  vertical-align: middle;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0;
}

textarea {
  overflow: auto;
  min-height: 120px;
  resize: vertical;
  vertical-align: top;
}

/* --------------------------- Spécifique */
body {
  font-size: 1.6em;
  font-family: "halcom", sans-serif;
  line-height: 1.7;
  color: #32454B;
  background: #fff;
  text-align: left;
}

.container-reassurance {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 45px 0;
}

.bloc-reassurance {
  display: table-cell;
  text-align: center;

  img {
    width: 130px;
    height: 130px;
  }
}

.text-reassurance {
  font-family: "Libre Baskerville", serif;
  color: #4e5e77;
  margin-top: 25px;
}

.fond-blanc {
  background-color: #ffffff;
}

.image-droite {
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: left;
  height: 600px;
  min-height: 600px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.image-gauche {
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: right;
  height: 600px;
  min-height: 600px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.image-mobile {
  display: none;
}

.bloc-animation {
  border: 1px solid #4e5e77;
  width: 31%;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  min-height: 780px;
  vertical-align: middle;
}

.date-animation {
  font-style: italic;
  font-weight: 700;
}

.img-animation {
  margin-top: 10px;
  margin-bottom: 20px;
}

.bloc-fichier {
  display: block;
  margin-top: 25px;
  border-bottom: none !important;
  font-weight: 700;
  color: #4e5e77;
}

.bloc-fichier img {
  margin-right: 15px;
}

/* --------------------------- carte restaurant */
.liste-menu {
  list-style: none;
  padding: 0;
}

.liste-menu li {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}

.liste-menu li:last-child {
  border-bottom: 0;
}

.liste-menu li strong {
  font-size: 13px;
  float: right;
  padding-top: 2px;
}

/* --------------------------- Menu Responsive */
/*.nav_menu-2 { display: inline-block; float:right; }
.nav_menu-2 li { display: inline-block; margin-right: 20px; position: relative; }
.nav_menu-2 li:last-child { margin-right: 0; }
.nav_menu-2 a { display: block; color: #888; line-height: 45px; }
.nav_menu-2 a:hover, .nav_menu-2 a:focus, .nav_menu-2 .current-menu-item a, .nav_menu-2 .current-menu-parent a, .nav_menu-2 li:hover a {  }

.nav_menu-2 .facebook, .nav_menu-2 .twitter { width: 45px; margin-right: 0; }
.nav_menu-2 .facebook a, .nav_menu-2 .twitter a { width: 45px; text-indent: -9999px; white-space: nowrap; overflow: hidden; }
.nav_menu-2 .facebook a { background: url(../images/icon-facebook.png) no-repeat center #3b5998; }
.nav_menu-2 .twitter a { background: url(../images/icon-twitter.png) no-repeat center #55acee; }
.nav_menu-2 .facebook a:hover, .nav_menu-2 .facebook a:focus, .nav_menu-2 .twitter a:hover, .nav_menu-2 .twitter a:focus { background-color: #111; }*/

/* 2eme niveau */
.menu-item-295 a,
.menu-item-288 a {
  color: #ffaf6b !important;
}

.nav_menu-2 li ul {
  position: absolute;
  top: 110%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  background: #111;
  opacity: 0;
  visibility: hidden;
  z-index: 200;
}

.nav_menu-2 li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.nav_menu-2 li li {
  float: none;
  margin-right: 0;
  border-bottom: 1px solid #666;
}

.nav_menu-2 li li:last-child a {
  border-bottom: 0;
}

.nav_menu-2 li li a {
  float: none;
  color: #fff;
  text-align: center;
  line-height: normal;
  padding: 15px 10px;
}

.nav_menu-2 li li a:hover {
  background: #333;
}

#close-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #4e5e77;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  z-index: 500;
}

#close-menu.open-cmenu {
  opacity: 0.9 !important;
  visibility: visible;
}

.text-menu {
  padding-top: 10px;
  text-align: center;
}

.header .content:after {
  margin-top: 8px;
}

.mobi {
  position: fixed;
  top: 0;
}

.mobi::after {
  display: none;
}

/* --------------------------- Grille */
.fond-gris {
  background-color: #efefef;
}

.content-page {
  padding: 0;
}

.container-titre {
  max-width: 1700px;
  width: 98%;
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  padding-top: 30px;
}

.container-titre .col-2-2 {
  background-color: #32454B;
  padding: 5px;
}

.container-titre .col-2-2 h2 {
  color: #fff;
}

.container {
  max-width: 1700px;
  width: 98%;
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.titre-page {
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-margin {
  margin-bottom: 50px;
}

.col-1-2,
.col-2-2,
.col-1-3,
.col-2-3,
.col-1-4,
.col-2-4,
.col-3-4 {
  display: table-cell;
  padding: 0 3%;
  vertical-align: top;
  min-height: 1px;
  position: relative;
}

.col-1-2 {
  width: 50%;
}

.col-2-2 {
  width: 100%;
}

.col-1-3 {
  width: 33.3333333333%;
}

.col-2-3 {
  width: 66.6666666666%;
}

.col-1-4 {
  width: 25%;
}

.col-2-4 {
  width: 50%;
}

.col-3-4 {
  width: 75%;
}

.col-centre {
  margin: 0 auto;
  max-width: 640px;
}

.google-map {
  width: 100%;
  height: 600px;
}

.google-map img {
  max-width: none;
  height: auto;
}

.image-droite .col-1-2,
.image-gauche .col-1-2 {
  vertical-align: middle;
}

.col-texte {
  background-color: #fff;
  padding: 50px;
}

/* --------------------------- Texte */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "hiragino-mincho-pron", serif;
  font-weight: lighter;
  text-transform: uppercase;
  color: #32454b;
}

h1:last-child {
  margin-bottom: 0;
}

h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}

h2:last-child,
h3:last-child,
h4:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 9rem;
}

h2 {
  font-size: 6rem;
}

h3 {
  font-size: 4rem;
}

h4 {
  font-size: 3rem;
}

strong,
b {
  font-weight: 700;
}

small {
  font-size: 85%;
}

hr {
  margin: 30px auto;
  border: 0;
  height: 1px;
  background: #ddd;
  clear: both;
}

.content-page a {
  color: #444;
  border-bottom: 1px solid #ddd;
}

.content-page a:hover,
.content-page a:focus {
  color: #111;
  border-bottom: 1px solid #111;
}

blockquote {
  font-style: italic;
  padding: 25px 35px 10px 70px;
  background: url(../images/quotes.png) top 12px left 12px no-repeat rgba(244, 244, 244, 0.05);
}

.table,
table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 5px 10px;
  border: 1px solid #ddd;
}

.table th,
.table thead td {
  background: #f5f5f5;
  font-weight: normal;
}

.t1 {
  background-color: #eee;
}

td {
  border: 10px solid #fff;
  padding: 10px;
}

tr>td:first-child {
  border-left: 0;
}

.tarifs-second tr:nth-child(2n + 1) td {
  background-color: #eee;
}

.tarifs-second tr:nth-child(2n) td {
  background-color: #e2e2e2;
}

.tarifs-second td {
  border: 5px solid #fff;
  padding: 5px;
}

.tarifs-second tr>td:first-child {
  border-left: 0;
}

td.blanc {
  background-color: #fff;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-justify {
  text-align: justify;
}

.v-align-top {
  vertical-align: top;
}

.v-align-middle {
  vertical-align: middle;
}

.v-align-bottom {
  vertical-align: bottom;
}

.image-cover {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* ------------------------- Loop */
.blog-item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}

.blog-item:last-child {
  border-bottom: 0;
}

/* Pagination */
.pagination .nav-previous,
.pagination .nav-next {
  font-size: 13px;
  width: 50%;
  float: left;
}

.pagination .nav-next {
  text-align: right;
}

/* ------------------------- Gallery */
.gallery br {
  display: none;
}

.gallery {
  margin-bottom: 30px;
  vertical-align: top;
}

.gallery-item {
  display: block;
  float: left;
  width: 140px;
  border: 1px solid #ddd;
  margin: 0 -1px -1px 0;
  vertical-align: top;
}

.gallery-item a {
  display: block;
  padding: 10px;
}

.wp-caption {
  width: auto !important;
  margin-bottom: 30px;
}

.wp-caption.aligncenter {
  text-align: center;
}

.wp-caption-text {
  padding: 0 10px 10px 10px;
  font-size: 13px;
  line-height: 20px;
}

.aligncenter,
.attachment-aligncenter {
  margin: 0 auto 30px auto;
  display: block;
}

.alignleft,
.attachment-alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

.alignright,
.attachment-alignright {
  float: right;
  margin: 0 0 30px 30px;
}

/* --------------------------- Footer */
.footer {
  font-size: 12px;
  color: #fff;
  background-color: #2D3B40;
}

.footer h3 {
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #111;
}

.footer-top {
  background-color: #32454B;
}

.nav_menu-3 li {
  margin-right: 20px;
  display: inline-block;
}

.nav_menu-3 a {
  display: inline;
}

.no {
  text-align: right;
}

/* --------------------------- Formulaires */
.gform_wrapper {
  background: #fff;
  border-radius: 5px;
  margin: 0 !important;
}

.gform_wrapper label.gfield_label {
  font-weight: normal !important;
}

.ginput_container input,
.gform_wrapper textarea.medium,
.gform_wrapper textarea,
.ginput_container .ginput_container_textarea {
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  border: 0;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}

.gform_footer input[type="submit"] {
  display: block !important;
  margin: 0 auto !important;
}

/* --------------------------- Boutons */
input[type="submit"] {
  font-family: inherit;
}

.btn,
input[type="submit"] {
  display: inline-block !important;
  text-align: center !important;
  border: none !important;
  padding: 2rem 4rem !important;
  background-color: #e64552 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}

.btn-fichier {
  background: url(../images/ico-fichier.png) no-repeat;
  border-bottom: none !important;
  font-weight: 700;
  color: #4e5e77 !important;
  padding-left: 60px;
  padding-top: 10px;
  display: inline-block;
  height: 60px;
}

/* --------------------------- Messages */
.message,
#message {
  padding: 15px;
  margin-bottom: 30px;
  background: #fff;
}

.message-success,
#message.updated {
  border: 1px solid #2ecc40;
  box-shadow: 0 0 0 2px rgba(46, 204, 64, 0.4);
}

.message-info {
  border: 1px solid #0074d9;
  box-shadow: 0 0 0 2px rgba(0, 116, 217, 0.4);
}

.message-error,
#message.error {
  border: 1px solid #ff4136;
  box-shadow: 0 0 0 2px rgba(255, 65, 54, 0.4);
}

/* --------------------------- Transitions */
a,
input[type="text"],
input[type="email"],
textarea,
input[type="submit"],
.nav_menu-2 a:before,
.nav_menu-2 a:after,
.nav_menu-2 .sub-menu {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* --------------------------- Spécifique */
.inline-block {
  display: inline-block;
}

.middle {
  vertical-align: middle;
}

.visual-form-builder-container {
  padding: 30px;
  background: #efefef;
}

.visual-form-builder-container label {
  color: #aaa;
}

input[name="knewsemail2"] {
  width: 180px;
  background-color: #798598;
  border: 1px solid #3f4e66;
}

.knewsbutton input[type="submit"] {
  border: solid 1px #798598 !important;
  border-left: 5px solid #798598 !important;
  background-color: #3f4e66;
  color: #fff !important;
}

/* ------------------------- sélecteur de langue */
#lang_sel_list ul {
  border-top: none !important;
  padding: 0 0 0 20px !important;
}

#lang_sel_list li {
  float: none !important;
  display: table-cell !important;
  padding-top: 65px !important;
}

#lang_sel_list img.iclflag {
  top: 0 !important;
}

#lang_sel_list ul a.lang_sel_other,
#lang_sel li ul a:link,
#lang_sel_list ul a.lang_sel_other:visited {
  background-color: transparent !important;
}

#lang_sel_list a:visited {
  background-color: transparent !important;
}

#lang_sel_list ul a {
  background-color: transparent !important;
}

#lang_sel_list a {
  background-color: transparent !important;
}

#lang_sel_list {
  position: initial;
}

/* --------------------------- Responsive */
@media screen and (max-width: 1340px) {
  .bloc-animation {
    width: 30%;
    height: 780px;
  }
}

@media screen and (max-width: 1285px) {
  .bloc-reassurance {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1200px) {
  .bloc-animation {
    width: 47%;
    height: 700px;
  }
}

@media screen and (max-width: 1050px) {
  .bloc-animation {
    width: 46%;
    height: 720px;
  }
}

@media screen and (max-width: 980px) {

  .image-droite,
  .image-gauche {
    display: none;
  }

  .grid-margin {
    margin-bottom: 0;
  }

  .container,
  .image-mobile {
    display: block;
  }

  .col-1-2,
  .col-2-2,
  .col-1-3,
  .col-2-3,
  .col-1-4,
  .col-2-4,
  .col-3-4 {
    width: 100%;
    display: block;
    padding-bottom: 25px;
  }

  .grid-margin .col-1-2,
  .grid-margin .col-2-2,
  .grid-margin .col-1-3,
  .grid-margin .col-2-3,
  .grid-margin .col-1-4,
  .grid-margin .col-2-4,
  .grid-margin .col-3-4 {
    margin-bottom: 35px;
  }

  .col-centre {
    padding: 0 20px;
  }

  .no {
    text-align: left;
    padding-top: 15px;
  }

  .bloc-reassurance {
    display: inline-block;
    margin-bottom: 35px;
  }

  .container-reassurance {
    display: block;
    text-align: center;
  }

  .footer-top .widget.col-1-4 {
    width: 50% !important;
    display: inline-block;
  }
}

@media screen and (max-width: 900px) {
  .bloc-animation {
    width: 45%;
    height: 775px;
  }
}

@media screen and (max-width: 780px) {
  .bloc-animation {
    width: 96%;
    height: auto;
  }
}

@media screen and (max-width: 700px) {

  .text-resa,
  .text-menu {
    display: none;
  }

  .langue-selector {
    z-index: 200;
    top: 25px;
    right: 155px;
  }

  #lang_sel_list li {
    padding-top: 43px !important;
  }
}

@media screen and (max-width: 650px) {
  .logo {
    width: 280px;
  }
}

@media screen and (max-width: 500px) {
  .footer-top .widget.col-1-4 {
    width: 100% !important;
  }
}

/* Refonte graphique */

/* Header */
.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  right: 0;
  padding: 6rem 0 6rem 110px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-left: auto;

  .logo {
    width: 600px;
    object-fit: cover;
  }

  .header-menu {
    .navigation {
      display: flex;
      justify-content: space-between;

      .nav-left {
        display: flex;
        gap: 2rem;

        .langue-selector-dropdown {
          display: flex;
          align-items: center;
          text-transform: uppercase;
          font-weight: bold;
          color: #ffffff;

          .current-lang {
            position: relative;

            span {
              padding-left: 4rem;
              cursor: pointer;
              display: flex;
              position: relative;
              color: #ffffff;
              align-items: baseline;
              margin-right: .5rem;

              &::before {
                content: "|";
                position: absolute;
                top: -1px;
                left: 16px;
                color: #ffffff;
              }

              &::after {
                content: "";
                display: inline-block;
                width: 14px;
                height: 8px;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.87' height='7.935' viewBox='0 0 13.87 7.935'%3E%3Cg id='Icon_feather-arrow-down' transform='translate(-6.086 -16.586)'%3E%3Cpath d='M18.542,18l-5.521,5.521L7.5,18' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-size: contain;
                margin-left: 0.5rem;
                position: relative;
                top: -2px;
              }

              .langue-dropdown {
                position: absolute;
                top: 100%;
                left: 90%;
                transform: translateX(-50%) translateY(10px);
                width: max-content;
                background-color: #e64552;
                z-index: 10;
                padding: 1rem;
                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
                border-radius: 8px;
                list-style: none;
                margin: 0;

                opacity: 0;
                pointer-events: none;
                transition: opacity 0.3s ease, transform 0.3s ease;

                li {
                  margin-bottom: 0.5rem;

                  &:last-child {
                    margin-bottom: 0;
                  }

                  a {
                    display: block;
                    padding: 0.5rem 1rem;
                    color: #ffffff;
                    text-decoration: none;
                    border-radius: 4px;
                    transition: background 0.3s ease, transform 0.2s ease;

                    &:hover {
                      background-color: #c53a45;
                      transform: translateX(5px);
                    }
                  }
                }

                &.active {
                  opacity: 1;
                  transform: translateX(-50%) translateY(0);
                  pointer-events: auto;
                }
              }

              &:hover .langue-dropdown {
                opacity: 1;
                transform: translateX(-50%) translateY(0);
                pointer-events: auto;
              }
            }
          }
        }
      }
    }

    .menu-principal {
      display: flex;
      align-items: center;
      gap: 1rem 2rem;
      margin: 0;
      flex-wrap: wrap;

      li {
        position: relative;

        a {
          color: #ffffff;
          text-transform: uppercase;
          font-weight: bold;
          position: relative;
          padding-bottom: 0.5rem;
          letter-spacing: 2px;
          transition: color 0.3s ease;

          &:hover {
            transition: color 0.3s ease;
            color: #e64552;
          }
        }

        &:has(.sub-menu)>a::after {
          content: "";
          display: inline-block;
          width: 14px;
          height: 8px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.87' height='7.935' viewBox='0 0 13.87 7.935'%3E%3Cg id='Icon_feather-arrow-down' transform='translate(-6.086 -16.586)'%3E%3Cpath d='M18.542,18l-5.521,5.521L7.5,18' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: contain;
          margin-left: 0.5rem;
          position: relative;
          top: -2px;
        }

        .sub-menu {
          position: absolute;
          top: 100%;
          left: 0;
          width: max-content;
          background-color: #e64552;
          z-index: 10;
          padding: 1rem;
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
          border-radius: 8px;

          opacity: 0;
          transform: translateY(10px);
          pointer-events: none;
          transition: opacity 0.3s ease, transform 0.3s ease;

          li {
            a {
              display: block;
              padding: 0.5rem 1rem;
              color: #ffffff;
              text-decoration: none;
              border-radius: 4px;
              transition: background 0.3s ease, transform 0.2s ease;

              &:hover {
                background-color: #c53a45;
                transform: translateX(5px);
              }
            }
          }
        }

        &:hover>.sub-menu {
          opacity: 1;
          transform: translateY(0);
          pointer-events: auto;
        }
      }
    }
  }
}

.header-scroll {
  background-color: #32454B;
  padding: 2rem 0 2rem 8rem;
  justify-content: space-between;
  align-items: center;
  flex-direction: unset;
  gap: unset;

  .logo {
    width: 300px;
    object-fit: cover;
  }

  .nav-left {
    margin-right: 4rem;
  }

  .menu-principal {
    justify-content: flex-end;
  }
}

/* Entêtes de page */
.entete {
  position: relative;
  padding: 280px 0 100px 0;

  .enteteSwiper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;

    .image-entete {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper-notification {
      display: none;
    }
  }

  .swiper-button-next,
  .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: calc(100% - 74px);
    z-index: 3;
    width: 96px;
    height: 96px;
    transition: .3s ease-in-out;

    &:hover {
      background-color: rgba(0, 0, 0, 0.8);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      transition: .3s ease-in-out;
    }

    &::after {
      color: #fff;
      font-size: 3.5rem;
      font-weight: 300;
    }
  }

  .swiper-button-next {
    right: 0;
  }

  .swiper-button-prev {
    left: calc(100% - 210px);
  }

  &::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.5) 100%);
  }

  .container {
    position: relative;
    z-index: 1;

    h1 {
      margin-bottom: 2rem;
      color: #ffffff;
      line-height: 1.2;
    }

    p {
      max-width: 60%;
      font-size: 2rem;
      color: #ffffff;
      line-height: 2.5;
    }
  }
}

/* Page d'accueil */
.acces-rapides {
  position: relative;
  margin-top: 8rem;
  padding-bottom: 6rem;

  h2 {
    position: relative;
    text-align: center;
    padding-top: 4rem;
    line-height: 1.2;
  }

  h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 3px;
    background-color: #32454b;
    border-radius: 2px;
  }

  .accesSwiper {
    margin-top: 6rem;

    .swiper-slide {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1rem;

      a {
        color: #32454b;
        transition: 0.3s ease-in-out;
        border: none;

        img {
          width: 128px;
          height: 128px;
          object-fit: contain;
        }

        p {
          transition: 0.3s ease-in-out;
          margin-top: 1rem;
          text-align: center;
          text-transform: uppercase;
          font-weight: 900;
          color: #32454b;
        }
      }

      a:hover {
        transition: 0.3s ease-in-out;
        color: #e44451;

        p {
          color: #e44451;
        }
      }
    }
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    bottom: 0;
  }

  .swiper-pagination-bullet-active {
    background: #e64552;
  }
}

.hotel-grand-bec {
  margin-top: 8rem;
  position: relative;

  .container {
    max-width: 1810px;
    position: relative;
    padding-bottom: 0;
    margin-right: 0;

    .container-content {
      padding-left: 0;
      padding-right: 8rem;
      vertical-align: middle;

      h2,
      h3,
      h4,
      p {
        max-width: 90%;
        margin-bottom: 2rem;
      }

      h2 {
        position: relative;
        padding-top: 1rem;
        line-height: 1.1;
      }

      h2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 4px;
        width: 48px;
        height: 3px;
        background-color: #32454b;
        border-radius: 2px;
      }

      p {
        font-size: 1.9rem;
        line-height: 2;
      }
    }

    .image {
      padding-right: 0;

      img {
        width: 100%;
        max-height: 800px;
        object-fit: cover;
      }
    }
  }

  .texte-flottant {
    padding: 3rem 4rem 1rem 2rem;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 16px;
    background-color: #FFFFFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    p {
      font-size: 2.5rem;
      font-family: "hiragino-mincho-pron", serif;
      font-weight: lighter;
      color: #32454b;
      line-height: 1.3;
    }
  }

  .decoration {
    position: absolute;
    left: -150px;
    bottom: -150px;
    width: 400px;
    height: 400px;
    opacity: .05;
    z-index: -1;
  }
}

/* Chambres */
.chambres {
  position: relative;
  padding: 8rem 0;
  background-color: #32454B;

  h2,
  h3,
  h4,
  p {
    color: #fff;
  }

  h2 {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding-top: 1rem;
    line-height: 1.1;
  }

  h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    width: 48px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
  }

  .chambresSwiper {
    margin-top: 4rem;

    .swiper-slide {
      position: relative;

      .image-wrapper {
        position: relative;
        width: 600px;
        aspect-ratio: 1 / 1;
        overflow: hidden;
      }

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .image-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        z-index: 1;
      }

      .chambre-text {
        padding-left: 2rem;
        position: absolute;
        z-index: 2;
        bottom: 0;
        width: 600px;
        display: flex;
        justify-content: space-between;

        p {
          margin: 0 0 2rem 0;
          max-width: 300px;
          font-size: 2.25rem;
          font-weight: 500;
        }

        a {
          align-self: end;
        }
      }
    }
  }

  .swiper-button-next,
  .swiper-button-prev {
    background-color: #E64552;
    position: absolute;
    top: 236px;
    z-index: 3;
    width: 96px;
    height: 96px;
    transition: .3s ease-in-out;

    &:hover {
      background-color: #c53a45;
      box-shadow: 0 8px 20px rgba(230, 69, 82, 0.4);
      transform: scale(1.1) rotate(3deg);
      transition: .3s ease-in-out;
    }

    &::after {
      color: #fff;
      font-size: 3.5rem;
      font-weight: 300;
    }
  }

  .swiper-button-next {
    right: 89%;
  }
}

.restaurant {
  position: relative;
  overflow: hidden;

  .container {
    padding-top: 0;
    margin-left: 0;

    .image {
      padding-left: 0;

      img {
        width: 100%;
        max-height: 800px;
        object-fit: cover;
      }
    }

    .content {
      padding-top: 4rem;
      vertical-align: middle;

      h2,
      h3,
      h4,
      p {
        max-width: 90%;
        margin-bottom: 2rem;
      }

      h2 {
        padding-top: 1rem;
        line-height: 1.1;
      }

      p {
        font-size: 1.9rem;
        line-height: 2;
      }
    }
  }

  .decoration {
    position: absolute;
    top: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
    opacity: .05;
    z-index: -1;
  }
}

/* Footer */
footer {
  font-family: 'halcom';

  .footer-top {
    padding: 4rem 0;

    .text-2 {
      .textwidget {
        display: flex;
        justify-content: center;
        align-items: center;
      }
    }

    .text-3 {
      padding: 2rem 0;

      .textwidget {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        p {
          text-align: center;
          font-size: 1.8rem;
          margin-bottom: .75rem;
        }

        p:first-child strong {
          font-size: 2.5rem;
          letter-spacing: 2px;
        }

        p:has(a) {
          a {
            color: #E64552;
            transition: .3s ease-in-out;

            &:hover {
              color: #fff;
              transition: .3s ease-in-out;
            }
          }
        }
      }
    }

    .text-4 {
      padding: 2rem 0;

      .textwidget {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        p:first-child strong {
          font-size: 2.5rem;
          letter-spacing: 2px;
        }

        .tnp-subscription {
          form {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;

            label {
              font-size: 1.8rem;
              margin-bottom: 2rem;
            }

            .tnp-email {
              padding: 1rem;
              width: 300px;
              color: #fff;
              border: none;
              background-color: #2D3B40;
            }

            .tnp-submit {
              width: 300px;
              display: inline-block !important;
              text-align: center !important;
              border: none !important;
              padding: 1rem 4rem !important;
              background-color: #e64552 !important;
              color: #ffffff !important;
              font-weight: bold !important;
              text-transform: uppercase !important;
              letter-spacing: 2px !important;
            }
          }
        }
      }
    }
  }

  .footer-bottom {

    p,
    a {
      font-size: 1.5rem;
    }

    #no {
      color: #E64552;
      transition: .3s ease-in-out;

      &:hover {
        color: #fff;
        transition: .3s ease-in-out;
      }
    }

    a {
      color: #fff;
      transition: .3s ease-in-out;

      &:hover {
        color: #E64552;
        transition: .3s ease-in-out;
      }
    }
  }
}

/* Responsive */

.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 24px;
  cursor: pointer;
  border: none;
  background: none;
  z-index: 20;

  span {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s ease;
  }
}

/* 1600px */
@media screen and (max-width: 1600px) {
  .header {
    & .header-menu {
      & .menu-principal {
        & li {
          a {
            font-size: 1.3rem;
          }
        }
      }
    }
  }

  .header-scroll {
    .logo {
      width: 140px;
    }
  }

  .hotel-grand-bec {
    .container {
      .container-content {
        padding: 1rem;

        h2,
        h3,
        h4,
        p {
          max-width: 100%;
        }
      }
    }

    .texte-flottant {
      bottom: 0;
    }
  }

  .chambres {
    h2 {
      padding-left: 3%;
      padding-right: 3%;
    }

    h2::before {
      left: 3%;
    }

    .chambresSwiper {
      .swiper-slide {
        .chambre-text {
          padding-left: 2rem;
          text-align: left;

          p {
            font-size: 1.7rem;
          }

          .btn-secondary {
            padding: 2rem !important;
          }
        }
      }
    }

    .swiper-button-next,
    .swiper-button-prev {
      top: 252px;
      width: 64px;
      height: 64px;
    }
  }

  .restaurant {
    .container {
      .content {

        h2,
        h3,
        h4,
        p {
          max-width: 100%;
        }

        p {
          font-size: 1.7rem;
        }
      }
    }

    .texte-flottant {
      bottom: 0;
    }
  }
}

/* 1200px */
@media screen and (max-width: 1200px) {
  .header {
    padding: 2rem 2rem 2rem 2rem;
    flex-direction: unset;

    .logo {
      width: 240px;
    }

    .burger-menu {
      display: flex;
      margin-left: auto;
    }

    .header-scroll {
      padding: 1.5rem 2rem;
      background-color: rgba(0, 0, 0, 0.8);

      .logo {
        width: 140px;
      }
    }

    .header-menu {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100vh;
      background: #32454bec;
      z-index: 15;
      flex-direction: column;
      padding: 4rem 2rem;
      transition: right 0.3s ease;
      overflow-y: auto;

      &.open {
        right: 0;
      }

      .navigation {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;

        .nav-left,
        .menu-principal {
          flex-direction: column;
          align-items: flex-start;
          gap: 1.5rem;
        }
      }
    }
  }

  h1 {
    font-size: 7rem;
  }

  .entete {
    padding: 100px 0;

    .container {
      p {
        line-height: 2;
      }
    }
  }

  .hotel-grand-bec {
    .texte-flottant {
      transform: unset;
      left: 40%;
      bottom: 32px;
    }
  }

  .chambres {
    text-align: center;

    h2::before {
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .chambresSwiper {
      .swiper-slide {

        .image-wrapper,
        .chambre-text {
          width: 500px;
        }
      }
    }
  }
}

/* 980x */
@media screen and (max-width: 980px) {
  h1 {
    font-size: 6rem;
  }

  h2 {
    font-size: 4rem;
  }

  .entete {
    .container {
      text-align: center;

      p {
        max-width: 100%;
        line-height: 1.5;
        font-size: 1.7rem;
      }
    }
  }

  .hotel-grand-bec {
    margin-top: 4rem;

    .container {
      margin-right: auto;
      text-align: center;

      .container-content {
        h2::before {
          left: 50%;
          transform: translate(-50%, -50%);
        }

        p {
          font-size: 1.7rem;
        }
      }

      .image {
        display: none;
      }
    }

    .texte-flottant {
      position: relative;
      left: 0;
      bottom: 0;
      text-align: center;
      padding: 2rem;
    }
  }

  .restaurant {
    .container {
      padding: 0;

      .content {
        padding: 2rem;
        text-align: center;
      }

      .image {
        display: none;
      }
    }
  }

  .chambres {
    text-align: center;

    h2::before {
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .chambresSwiper {
      .swiper-slide {
        display: flex;
        justify-content: center;

        .image-wrapper,
        .chambre-text {
          width: 400px;
        }

        .chambre-text {
          padding: 0;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          text-align: center;

          .btn-secondary {
            align-self: center;
            padding: 1rem 2rem !important;
          }
        }
      }
    }

    .swiper-button-next,
    .swiper-button-prev {
      top: 208px;
    }

    .swiper-button-next {
      right: 72%;
    }
  }

  .footer-top {
    .container {
      display: flex;
      flex-direction: column;
      align-items: center;

      img {
        width: 200px;
        height: 200px;
      }
    }
  }

  .footer-bottom {
    text-align: center;

    .menu-menu-bas-container {
      text-align: center;
    }
  }
}

/* 768px */
@media screen and (max-width: 768px) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 3rem;
  }

  .hotel-grand-bec {
    .container {
      .container-content {
        h2 {
          padding-top: 3rem;
        }

        p {
          line-height: 1.5;
        }
      }
    }
  }

  .chambres {
    h2 {
      padding-top: 3rem;
    }
  }

  .restaurant {
    .container {
      .content {
        h2 {
          padding-top: 3rem;
        }

        p {
          line-height: 1.5;
        }
      }
    }
  }
}

/* 576px */
@media screen and (max-width: 576px) {
  .entete {
    .container {
      padding: 0 1rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
      top: calc(100% - 42px);
      width: 64px;
      height: 64px;
    }

    .swiper-button-prev {
      left: calc(100% - 144px);
    }
  }

  .hotel-grand-bec {
    .container {
      .container-content {
        p {
          font-size: 1.7rem;
        }
      }
    }

    .texte-flottant {
      padding: 1rem;

      p {
        font-size: 1.5rem;
      }
    }
  }

  .restaurant {
    .container {
      .content {
        p {
          font-size: 1.7rem;
        }
      }
    }
  }
}

/* 480px */
@media screen and (max-width: 480px) {
  .entete {
    h1 {
      font-size: 3.5rem;
    }

    p {
      font-size: 1.5rem;
    }
  }

  .hotel-grand-bec {
    .container {
      .container-content {
        h2 {
          font-size: 2.5rem;
        }

        p {
          font-size: 1.5rem;
        }
      }
    }
  }

  .chambres {
    h2 {
      font-size: 2.5rem;
    }

    .chambresSwiper {
      .swiper-slide {

        .image-wrapper,
        .chambre-text {
          width: 300px;
        }
      }
    }

    .swiper-button-next,
    .swiper-button-prev {
      width: 48px;
      height: 48px;
      top: 258px;
    }

    .swiper-button-next {
      right: 75%;
    }
  }

  .restaurant {
    .container {
      .content {
        h2 {
          font-size: 2.5rem;
        }

        p {
          font-size: 1.5rem;
        }
      }
    }
  }
}

/* 320px */
@media screen and (max-width: 320px) {}

/* Boutons */
.btn-primary {
  display: inline-block !important;
  text-align: center !important;
  border: none !important;
  padding: 2rem 4rem !important;
  background-color: #e64552 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}

.btn-secondary {
  display: inline-block !important;
  text-align: center !important;
  border: none !important;
  padding: 2rem 4rem !important;
  background-color: #ffffff !important;
  color: #e64552 !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}

.btn-entete {
  display: inline-block !important;
  text-align: center !important;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.5rem;
  letter-spacing: 2px;
  border-bottom: 4px solid #ffffff !important;
}

/* Hover effets */
.btn-primary:hover {
  background-color: #c53a45 !important;
  color: #fff !important;
  box-shadow: 0 8px 15px rgba(230, 69, 82, 0.3);
  transform: translateY(-3px);
  transition: all 0.3s ease-in-out;
}

.btn-secondary:hover {
  background-color: #e64552 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 15px rgba(230, 69, 82, 0.3);
  transform: translateY(-3px);
  transition: all 0.3s ease-in-out;
}

.btn-entete:hover {
  color: #e64552 !important;
  border-color: #e64552 !important;
  transition: all 0.3s ease-in-out;
}

.tnp-submit:hover {
  background-color: #c53a45 !important;
  color: #fff !important;
  box-shadow: 0 8px 15px rgba(230, 69, 82, 0.3);
  transform: translateY(-3px);
  transition: all 0.3s ease-in-out;
}

/* Style pour les animations */

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.fade-in {
  animation: fade-in 2.4s ease-in-out both;
}

.static.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.fade-in-top {
  animation: fade-in-top 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}