/*** MENU PRINCIPAL HAMBURGER ***/

.navbar {
  position: fixed;
  top: 0;
  right: 0;
  height: 2rem;
  line-height: 2rem;
  /* background: rgba(0, 0, 0, 0.5); */
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
  z-index: 20;
  width: 100%;
  /* color: #fff; */
  color: #333;

  background: #213c50;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  transition: padding 0.8s ease-in-out;
  font-size: 1rem;
  font-weight: 300;
}
.page-accueil .navbar {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
}
.page-accueil .navbar.scroll {
  box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.5);
  background: #213c50;
}
.page-accueil nav a:hover {
  border-bottom: 4px solid rgba(255, 255, 255, 0.75);
}

nav div.menu-langues {
  margin-inline: 20px;
  font-size: 14px;
  max-height: 34px;
}
nav div.menu-langues:hover {
  max-height: fit-content;
  overflow: visible;
}
nav div.menu-langues ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 2px;
  margin: 0;
}
nav div.menu-langues a {
  padding: 0 2px;
  display: block;
  height: fit-content;
  line-height: normal;
  width: 28px;
  height: 28px;
  line-height: 16px;
  padding: 5px;
  border: solid 1px transparent;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
nav div.menu-langues li {
  min-width: fit-content;
  padding: 2px 0;
  height: 34px;
}
nav div.menu-langues a:hover,
nav div.menu-langues li:nth-child(1) a {
  border: solid 1px;
  background-color: rgba(255, 255, 255, 1);
  color: #111;
}
nav div.menu-langues a:hover {
  background-color: rgba(255, 255, 255, 1);
}

nav div#contact_accueil {
  font-weight: 300;
  margin-inline: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav div#contact_accueil a {
  text-decoration: none;
  border: solid 1px transparent;
  padding: 0 0.5rem;
  color: #ffc273;
  font-size: 1.4rem;
}
nav div#contact_accueil a:hover {
  transform: scale(1.2);
  background: none;
}

nav > div > form#reservation_accueil a {
  color: inherit;
  margin-right: 20px;
  font-size: 18px !important;
}
nav > div > form#reservation_accueil a:hover {
  text-decoration: underline;
}

nav div.icones {
  display: inline-block;
  border: solid 0px red;
  width: 40px;
  vertical-align: top;
}

nav div.icones:hover {
}

nav div.icones a {
  width: auto;
}

nav div.icones img {
  height: 26px;
  margin: auto 4px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  transition: 0.2s;
}
nav div.icones img:hover {
  transform: scale(1.5);
}

nav > ul {
  padding: 0;
  margin: 0;
  margin-right: 4px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;

  border: solid 0px red;
  flex-flow: row;
  flex-wrap: wrap;

  z-index: 10;
  overflow: hidden;
  transition: font-size 0.6s ease-in-out;
}
nav > ul:hover {
  border-bottom: #ccc;
}

nav ul li {
  list-style: none;
  white-space: nowrap;
  text-align: center;
  z-index: 15;
  display: inline-block;
  position: relative;
  border-bottom: solid 0px white;
  margin: 0px 0.25rem;
  padding: 0px;
  text-align: center;
  min-width: none;
}

nav > ul > li {
  width: auto;
  position: relative;
  text-align: center;
}

nav ul a {
  text-decoration: none;
  width: auto;
  position: relative;
  color: white;
  margin: 0;
  padding: 0 0.5rem;
  font-weight: normal;
  word-spacing: -0.1ch;
  display: block;
  height: 100%;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.85rem;
}

nav a {
  border-bottom: 2px solid transparent;
  /* color: #fff; */
  color: #333;
  height: 100%;
}

nav a:hover {
  border-bottom: 5px solid #5e97c2;
  background: rgba(255, 255, 255, 0.05);
}

nav li.icones {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: auto;
  align-items: center;
  margin: auto 2px;
}

nav li.icones:hover {
  background-color: rgba(255, 255, 255, 0);
}

nav li.icones a {
  width: auto;
}

nav li.icones img {
  height: 20px;
  width: auto;
  display: block;
  transition: 0.2s;
}
nav li.icones img:hover {
  transform: scale(1.5);
}

nav > ul > li > a:hover span,
nav > ul > li > a span:hover {
  text-decoration: none !important;
}

nav > ul > li > a span:after {
  content: " \002228";
  font-size: 0.7em;
} /* Changer ce afin de changer le symbole du menu dÃ©roulant */
nav > ul > li > a:only-child:after {
  content: "";
}

/** Sous menu ***/
nav > ul > li > span {
  position: relative;
  display: block;
  margin: auto;
  width: fit-content;
  height: fit-content;
}
nav > ul > li > span::before {
  content: "▼";
  position: absolute;
  bottom: -6px;
  right: -10px;
  display: block;
  transform: rotate(0deg);
  filter: opacity(0.6);
  font-size: 0.6rem;
  font-weight: 200;
}

nav > ul > li ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  background: rgb(255, 255, 255, 0 7);

  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;

  width: fit-content;
  border: solid 0px red;

  max-height: 0;
  transition: max-height 0.5s ease-in-out;

  font-size: 1.2rem;
}

nav > ul > li:hover ul {
  max-height: 500px;

  overflow: hidden;
}
nav > ul > li:hover span {
  width: 100%;
}

nav > ul > li:hover span::before {
  opacity: 0;
}

nav > ul > li > ul > li {
  width: auto;
  text-align: center;
  overflow: hidden;
  display: none;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
nav > ul > li > ul > li:last-child {
  border-bottom: solid 1px #ccc;
  border-radius: 0 0px 10px 10px;
}

nav > ul > li:hover ul > li {
  display: block;
  background: #fff;
}
nav > ul > li:hover ul > li a:hover {
  background: #f1f1f1;
}
nav > ul > li > ul > li a {
  text-decoration: none;
  padding-inline: 8px;
  padding: 0.5rem 0;
  display: block;
}

nav > ul > li > ul > li:hover a {
}

/** bouton menu fermer **/
nav [type="submit"],
nav button {
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 20;
}

.btn-menu {
  min-width: 50px;
  min-height: 50px;
  padding: 8px 10px 4px;
  color: #47362c;
  font-size: 0.8rem;
  text-transform: uppercase;
  background: #213c50;
  transition: color 0.2s, background 0.3s;
  border-radius: 8px;

  position: fixed;
  top: 6px;
  right: 6px;
  z-index: 1;
  display: none;
  /*grand Ã©cran*/
}

.btn-menu:hover .btn-menu-icon span {
  /*transform: translateX(5px);
        transition: transform 0.3s, opacity 0.3s;*/
  border: 0;
}

.btn-menu[aria-expanded="true"] {
  color: #191918;
  color: #323230;
  background: #fff;
  transition: color 0.2s, background 0.3s;
}

.btn-menu[aria-expanded="true"] .btn-menu-icon span {
  opacity: 0;
  /*transform: translateX(30px);
        transition: transform 0.3s, opacity 0.3s*/
}

.btn-menu[aria-expanded="true"] .btn-menu-icon:before {
  top: 50%;
  background: #47362c;
  transform: rotate(-45deg);
  transition: background 0.3s, transform 0.3s, top 0.3s;
}

.btn-menu[aria-expanded="true"] .btn-menu-icon:after {
  top: 50%;
  background: #47362c;
  transform: rotate(45deg);
  transition: background 0.3s, transform 0.3s, top 0.3s;
}

.btn-menu[aria-expanded="true"] .btn-menu-label {
  display: none;
}

.btn-menu[aria-expanded="true"] .btn-menu-label:last-of-type {
  display: block;
}

.btn-menu-label {
  display: block;
}

.btn-menu-label:last-of-type {
  display: none;
}

.btn-menu-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 14px;
  margin: 0 auto 5px;
}

.btn-menu-icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 8px;
  background: white;
  transition: transform 0.3s, opacity 0.3s;
}

.btn-menu-icon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
  background: white;
  transition: background 0.3s, top 0.3s, transform 0.3s;
}

.btn-menu-icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 16px;
  background: white;
  transition: background 0.3s, top 0.3s, transform 0.3s;
}

/**** modif au scroll
    .navbar {background:transparent}
    .navbar.scroll {background:#FEFEFE;	color: #323230;}***/

a.booking {
  clear: both;
  display: inline-block;
  background: #b3b0ae;
  text-align: center;
  margin: auto;
  color: white !important;
  text-decoration: none;
  transition: all ease-out 0.2s;
  font-weight: bold;
  border-radius: 6px;
}

a.booking:hover {
  background-color: transparent;
  color: #3a2c24 !important;
}

/*** Menu responsive ***/
@media screen and (max-width: 1050px) {
  header {
    padding-top: 0;
  }
  .navbar {
    height: 0;
  }

  nav {
  }

  nav > div > div#titre-menu {
    display: none;
  }
  nav div#contact_accueil {
    display: none;
  }

  /* menu des langues */
  nav div.menu-langues {
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    top: 1rem;
    margin: 0;
    transform: translateX(-120%);
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  nav div.menu-langues a {
    color: #7e7e7e;

    line-height: normal;
    margin-inline: 1rem;
  }
  nav div.menu-langues li:nth-child(1) a,
  nav div.menu-langues a:hover {
    border: solid 1px #7e7e7e;
  }
  nav > ul {
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 0;
    flex-flow: column;
    border: solid 0px white;
    width: 100%;
    height: 100vh;
    padding: 2rem;
    background: #f1f1f1;

    transform: translateX(-100%);
    transition: transform 0.4s ease-in-out;
  }

  nav ul li {
    white-space: nowrap;
    border: solid 0px white;
    text-align: center;
    list-style-type: none;
    min-width: unset;
    margin: 0.5rem auto;
    width: 50%;
    max-width: none;
  }

  nav > ul > li > span {
    margin-left: 24px;
    font-size: 28px;
    text-align: left;
    color: #777;
  }

  nav ul li.icones {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    text-align: center;
    margin: 20px auto;
  }

  nav ul li.icones a {
    width: auto;
    margin: 0;
  }

  nav ul li.icones img {
    height: 35px;
    width: auto;
    display: block;
    padding: 0 8px;
  }

  nav ul li.icones:hover a {
    background: transparent;
  }

  nav > ul > li > a {
    text-decoration: none;
    display: block;
    margin: 0 auto;
    color: #323230 !important;
    transition: padding 0.2s;
    padding: 6px 12px;
    width: 100%;
    font-size: 1.5rem;
    background: rgb(0, 0, 0, 0);
    text-align: center;
    border-bottom: 5px solid transparent;
    width: fit-content;
    text-align: center;
  }
  nav > ul > li:hover ul > li {
    display: block;
    background: none;
  }
  nav a:hover {
    color: #5e97c2;
  }

  nav > ul > li:hover > ul {
    background: none;
  }
  nav > ul > li:hover ul > li a:hover {
    background: var(--vert-clair);
  }

  .btn-menu {
    display: block;
    z-index: 20;
  }

  /** Sous menu mob ***/
  nav > ul > li > ul {
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    gap: 2vw;
    margin: 0;
    position: relative;
    border: 0;
    width: 100%;
    height: auto;
    max-height: none;
    padding: 1rem 0 1rem 2rem;
    background: none;
  }

  nav > ul > li:hover > ul {
    max-height: 500px;
    border: 0;
  }

  nav > ul > li > ul > li {
    width: auto;
    display: inline-block;
    max-width: 150px;
    margin: 0;
    border: 0;
    min-width: none;
  }
  nav > ul > li > ul > li a {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0.4rem 0.8rem;
  }
  nav > ul > li > ul > li:hover {
    border: 0;
  }
  nav > ul > li > ul > li:last-child {
    border-bottom: none;
  }
}

/***** FIN MENU HAMBURGER  ***/

/** MODIF **/

body.modif main {
  margin-top: 50px;
  margin-inline: 1%;
}

body.modif input[type="submit"] {
  padding: 4px 8px;
  font-size: 1.3rem;
  margin: 6px auto;
}
body.modif form > p {
  margin: 30px 0;
}
.modif-menu {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
.modif-menu a {
  color: salmon;
}
