/*** MENU PRINCIPAL HAMBURGER ***/

.navbar {
    position: fixed;
    top: 0;
    right: 0;
    height: 38px;
    z-index: 5;
    margin: 0;
    padding: 0;
    clear: both;
    font-weight: normal;
    background: #fff;
    text-align: center;
    line-height: 38px;
    z-index: 20;
    width: 100%;
    font-size: 1rem;
    color: #B27A4B;
    font-family: 'Crimson Text', sans-serif;
    
    font-size: 0.9rem;
    /* color:#4e453e; */
    text-transform: uppercase;
  
    display: block;
    
    display:flex;
    justify-content:center;
    align-items:center;
    gap:0;

    transition:font-size 0.3s linear, top 0.2s linear;
  }
  
  /* .top : plus gros avant le scroll */
  .navbar.top {
    font-size: 1.1rem;
    top:24px;
  }
  .navbar.top li span::before {
    font-size: 1.2rem;
    opacity:0;
  }

  .navbar.top > ul > li {
    padding:0 0.5vw;
  }

  .navbar.top li.logo-menu img {
    width: 300px;
    height:auto;
  }
  .navbar a {
    color:inherit;
  }
  nav > div > div#titre-menu {
    display: inline-block;
    text-transform: uppercase;
    line-height: 38px;
    transition: all 0.4s;
    font-size: 16px;
    display: none;
  }
  nav > div > div#titre-menu a {
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
    color: inherit;
    font-weight: normal;
    transition: all 0.4s;
  }
  nav > div > div#titre-menu a:hover {
    text-decoration: none;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    text-shadow: none;
    letter-spacing: 0.05em;
  }

  /** Langues (large screen)**/


  div.menu-langues {
    /* position: fixed;
    top:8px;
    right:20px; */
    display:flex;
    justify-content:center;
    align-items:center;
    gap:0;
    height:38px;
    width:100px;
    /* transform:translateY(10px); */
    z-index: 20;
    transition: 0.2s ease-in-out;
  }
  .top .menu-langues {
    top:28px;
  }
  div.menu-langues:hover {
    max-height: fit-content;
    overflow: visible;
  }
    div.menu-langues img {
    height:18px;
    width:auto;
    display:block;
  }
  div.menu-langues ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    margin: 0;
    list-style-type:none;
    height:38px;
  }

  div.menu-langues li {
    min-width: fit-content;
  }
  div.menu-langues li:nth-child(2) {
    /* transform: translateY(-100%);
    opacity:0;
    z-index:-1;
    transition: 0.3s ease-in-out; */
  }
  div.menu-langues ul:hover li:nth-child(2)  {
    /* transform: translateY(0);
    opacity:1;
    z-index: 0; */
  }

/*** Contact accueil ***/ 

  div#contact_accueil {
    font-size: 1.6rem;
    font-weight: 300;
    width:fit-content;
    height:fit-content;
    /* position: fixed;
    top: 0;
    left: 0; */
    position: relative;;
    z-index:30;
    transition:0.2s ease-in-out;
    width:50px;
  }

  div#contact_accueil svg {
    height:32px;
    width:auto;
    fill:#B27A4B;
    transition:0.2s ease-in-out;
  }
  div#contact_accueil svg:hover {
    height:35px;
    width:auto;
    fill:#7b6553;
    transform:scale(1.2);
  }
  div#contact_accueil a {
    text-decoration: none;
    border: solid 1px transparent;
    padding: 0.2rem;
    transition:font-size 0.2s ease-in-out; 
  }
  div#contact_accueil a:hover {
    font-size:2.2rem;
  }
  
  nav > div > form#reservation_accueil {
    border: solid 0px;
    width: auto;
    display: block;
    padding: 0px;
    font-size: 14px !important;
    line-height: 18px;
    display: block;
    clear: both;
    display: 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;
    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;
    height: 38px;


    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    flex-wrap: nowrap;

  }
  
  nav ul li {
    list-style: none;
    white-space: nowrap;
    text-align: center;
    z-index: 15;
    display: inline-block;
    position: relative;
  
    margin: 0px;
    text-align: center;
    min-width: 85px;
  }
  li.menu-accueil {
    display:none;
  }
  
  nav > ul > li {
    width: auto;
    position: relative;
    border: solid 0px;
    text-align: center;
    padding: 0px 6px;
    transition: padding 0.3s ease-in-out;
  }
  nav > ul > li.active a {
    border-bottom: solid 1px;
  }
  @media screen and (max-width:950px) {
    nav > ul > li.active a {
      border-bottom: 0;
    }
    nav > ul > li.active  {
      background-color: rgba(0,0,0,.05);
    }
  }
  
  nav ul a {
    text-decoration: none;
    width: auto;
    position: relative;
  
    margin: 0;
    line-height: 38px;
    word-spacing: -0.2ch;
  }
  

  
  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 > span span,
  nav > ul > li > a span {
    position: relative;
    font-family: ETmodules;
    font-size: 10px;
    font-weight: 800;
    top: 5px;
    right: 2px;
    display: none;
  }
  
  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;
  }
  nav > ul > li > span::before {
    content: "‹";
    position: absolute;
    top: 8px;
    right: 2px;
    display: block;
    transform: rotate(-90deg);
    transition: opacity 0.4s 0.3s ease;
    font-size: 1.5rem;
    font-weight: 200;
    opacity:1;
  }
  
  nav > ul > li ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
  
    width: fit-content;
    border: solid 0px red;
  
    font-size: 1rem;
  
    max-height: 0;
    transition: max-height 0.5s ease-in;
  }
  
  nav > ul > li:hover ul {
    max-height: 500px;
  }
  nav > ul > li:hover span::before {
    opacity: 0;
  }
  
  nav > ul > li > ul > li {
    width: auto;
    line-height: 36px;
    text-align: center;
  }
  
  nav > ul > li > ul > li a {
    text-decoration: none;
    display: block;
    padding:4px 6px;
  }
  
  nav > ul > li > ul > li:hover a {
    background: rgb(0, 0, 0, 0.1);
  }
  
/** logo dans le menu **/
li.logo-menu {
  padding:0;
}
li.logo-menu img {
  width:120px;
  object-fit: cover;
  transition:0.2s ease-in-out;
  display:block;
}
  
/**bouton RESERVER **/
nav .reserver {
background-color:#bf9860;
color:#fff;
padding-inline: 16px;
transition: 0.2s ease-in-out;
}
nav .reserver:hover {
  background-color:#987a50;;
  }
nav .reserver a {
  display:block;
  width:100%;
  margin:auto;
}

  /** bouton menu fermer **/
  nav [type="submit"],
  nav button {
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    background: none;
    border: none;
    border-radius: 0;
    border: 0px solid #47362c;
    display: none;
    z-index: 20;
  }
  
  .btn-menu {
    min-width: 50px;
    min-height: 50px;
    padding: 8px 10px 4px;
    font-size: 0.8rem;
    text-transform: uppercase;
    background: #fff;
    background: #bf9860;
    color: #47362c;
    color: white;
    transition: color 0.2s, background 0.3s;
    border-radius: 8px;
  
    position: fixed;
    top: 6px;
    right: 6px;
    z-index: 20;
    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: #fff;
    background: #fff;
    background: #7b6c6a;
    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;
    background: #fff;
    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: #fff;
    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: 6px;
    background: #47362c;
    background: #fff;
    transition: transform 0.3s, opacity 0.3s;
  }
  
  .btn-menu-icon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: -2px;
    background: #47362c;
    background: #fff;
    transition: background 0.3s, top 0.3s, transform 0.3s;
  }
  
  .btn-menu-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 14px;
    background: #47362c;
    background: #fff;
    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;
  }
  
  @media screen and (max-width: 950px) {

    /*** Langues ***/
      
    div.menu-langues {
      font-size: 18px;
      position: absolute;
      width:fit-content;
      left: 0.5rem;
      top: 0.5rem !important;
      transform: translateX(-150%);
      transition: transform 0.3s ease-in-out;

    }

    div.menu-langues ul {
      flex-direction:row;
      gap:10px;

    }

    div.menu-langues li:nth-child(2) {
      transform: none;
      opacity: 1;
      z-index: 0;

    }

    nav div.menu-langues li {
      border:0;
    } 
 

    .navbar.top {
      top: 0px;
    }

    .navbar {
      height: 0;
      background-color: transparent;
      color: #7e7e7e;
      align-items: start;
    }
  
    nav {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9;
      max-width: 100%;
      padding-top: 0px;
      padding-bottom: 0px;
    }
  
    nav > div > div#titre-menu {
      display: none;
    }
    div#contact_accueil {
      display: none;
    }
  
  
  
  
    nav > ul {
      margin: 0;
      gap: 2vh;
      flex-flow: column;
      width: 100%;
      height: 100vh;
      padding: 2rem;
      background: #f1f1f1;
  
      transform: translateX(-100%);
      transition: transform 0.4s ease-in-out;
    }
    nav ul li {
      border: solid 1px var(--dore-fonce);
       width:100%;
    }
    li.logo-menu {
      display:none;
    }
    li.menu-accueil {
      display:block;
    }
    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 {
      display: block;
      padding: 6px 12px;
      width: 100%;
      font-size: 1.5rem;
    }
  
    nav a:hover {
      border-bottom: solid 1px transparent;
      color: #191918;
    }
  
    .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-left: 2rem;
      background: none;
    }
  
    nav > ul > li:hover {
      background: none;
    }
  
    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%;
      padding: 0 6px;
    }

  }
  
  /***** FIN MENU HAMBURGER  ***/