.grid-100-fixed-nav {
    height: 65px;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

nav,
.navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar-menu {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0;
  font-size: 13px;
}
.navbar-menu p {
  margin: 0px;
  padding: 0px;
}
.navbar-menu a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 400;
  text-decoration: none;
  border: 0;
}
a[aria-current] {
  font-weight: 900!important;
}

nav {
  position: fixed;
  z-index: 98;
  background-color: #111;
  width: 100%;
  text-align: center;
  display: table;
  color: white;
  height: 100svh;
  height: 100vh;
  top: 0;
}
@supports (height: 100dvh) {
  nav {
      height: 100dvh; /* Préférer dvh si supporté pour un comportement dynamique */
  }
}

.nav-hide { display: none; }

nav ul {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0 !important;
}
nav ul li {
  list-style: none;
  padding: 0px;
  margin: 0;
  height: 40px;
}
nav ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 1.5px;
  line-height: 55px;
}
.navbar-toggle {
  position: absolute;
  top: 18px;
  height: 45px;
  cursor: pointer;
  z-index: 99999;
  mix-blend-mode: difference;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.bar1,
.bar2,
.bar3 {
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}

.navbar-on .bar1, .navbar-on .bar2, .navbar-on .bar3 {
  background-color: #fff;
  }
  
.navbar-on .bar1 {
  transform-origin: 10% 40%;
  transform: rotate(45deg);
}

.navbar-on .bar3 {
    transform-origin: -13% 40%;
    transform: rotate(-45deg);
}

.navbar-on .bar2 { background-color: transparent; }

.navbar-on p {
  color: #ffffff;;
}

.navbar-logo{ 
  position: fixed;
  top:20px;
  left: 40px;
  mix-blend-mode: difference;
color: #fff;
height: auto;
width: 145px;

}
.navbar-info {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
  mix-blend-mode: difference;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 20px;
}
.navbar-info img {

}



.navbar-close{ 
  position: fixed;
  top:0px;
  right: 40px;

}

#menu-social-header {
  margin-top: 0px;
  vertical-align: middle;
}
#menu-social-header img {
    width: 40px;
    height: auto;
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
}
.menu-gauche {
  left: 40px;
  position: fixed;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu-gauche a{
  margin-right: 20px;
}
.menu-right {
  right: 40px;
  position: fixed;
  display: flex;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu-right a{
  margin-left: 20px;
}
.menu-info {
  margin-top: 2px;
}
.menu-info img{
  width: 20px;
  height: auto;
}




