.elementor-51 .elementor-element.elementor-element-c8ac99d{--display:flex;--position:fixed;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;top:217px;--z-index:9999;}body:not(.rtl) .elementor-51 .elementor-element.elementor-element-c8ac99d{left:0px;}body.rtl .elementor-51 .elementor-element.elementor-element-c8ac99d{right:0px;}.elementor-51 .elementor-element.elementor-element-64fe8fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-2072dc9 */.bg-nav {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 77px;
    width: 100vw;
  }

  .nav__container {
    display: flex;
    background-color: #fff;
    justify-content: center;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    position: fixed;
    width: 100%;
    z-index: 100;
    max-width: 1600px;
  }

  .logo--desktop svg:hover path {
    fill: var(--e-global-color-accent);
  }
  
.logo--desktop svg {
  transition: transform 0.3s ease;
}

.logo--desktop:hover svg {
  transform: scale(1.1);
}


  .navbar {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 2px solid var(--e-global-color-text);
  }

  .navbar__list {
    display: flex;
    list-style-type: none;
    width: 100%;
    padding: 0;
    align-items: center;
  }

  .navbar__list--gauche { justify-content: space-evenly; }
  .navbar__list--droite { justify-content: space-evenly; }

  .navbar__list__el {
    margin: 0 18px;
  }

  .navbar__list__el a {
    position: relative;
    display: block;
    text-decoration: none;
    font-family: var(--e-global-typography-7c02463-font-family), Sans-serif;
    font-size: 14px;
    text-transform: var(--e-global-typography-7c02463-text-transform);
    line-height: var(--e-global-typography-7c02463-line-height);
    letter-spacing: var(--e-global-typography-7c02463-letter-spacing);
    white-space: nowrap;
    padding: 5px 0;
  }
  
  .navbar__list__el a .wrap {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: var(--e-global-color-text);
  }
  
  .navbar__list__el a .wrap:nth-child(1) {
    position: relative;
    overflow: hidden;
  }

.navbar__list__el a .wrap:nth-child(2) {
  position: absolute;
  top: 5px;
  left: 0;
  overflow: hidden;
}

  .navbar__list__el a .inital span,
  .navbar__list__el a .hover span {
    display: inline-block;
    color: var(--e-global-color-text);
  }

  .navbar__list__el a.active .inital span,
  .navbar__list__el a.active .hover span {
    color: var(--e-global-color-accent) !important;
  }
.navbar__list__el a.active .wrap:nth-child(2) div span {
  color: var(--e-global-color-accent) !important;
}

.navbar__list__el a:hover span {
  color: var(--e-global-color-accent) !important;
}

  .navbar > a {
    display: flex;
    flex-shrink: 0;
    margin: 0 30px;
  }

  .navbar > a svg { width: 58px; }

  .icon {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 300;
    height: 55px;
  }

  .icon ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 100%;
  }

  .icon ul li {
    display: flex;
    height: 100%;
    margin-right: 10px;
  }

  .icon ul li:last-child { margin-right: 0; }

  .case {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 100%;
    cursor: pointer;
    transition: opacity 0.2s;
  }

  .case:hover { opacity: 0.85; }
  .case--profil { background-color: var(--e-global-color-text); }
  .case--panier { background-color: var(--e-global-color-accent); }

  .case svg {
    width: 22px;
    height: 22px;
    fill: white;
  }

  .nav__mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #fff;
    z-index: 100;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
  }

  .nav__mobile::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--e-global-color-text);
  }

  .burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    width: 28px;
    flex-shrink: 0;
  }

  .burger span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: var(--e-global-color-text);
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .nav__mobile__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .nav__mobile__logo a,
  .menu__logo a {
    display: flex;
    text-decoration: none;
  }

  .nav__mobile__logo svg {
    width: 40px;
    display: block;
  }

  .nav__mobile .icon {
    position: absolute;
    top: 0;
    right: 10px;
    height: 55px;
    z-index: 200;
  }

  .menu__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--e-global-color-text);
    z-index: 500;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 40px;
  }

  .menu__overlay.open { transform: translateX(0); }

  .menu__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menu__close::before,
  .menu__close::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: white;
    border-radius: 2px;
  }

  .menu__close::before { transform: rotate(45deg); }
  .menu__close::after  { transform: rotate(-45deg); }

  .menu__logo {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .menu__logo svg { width: 60px; }
  .menu__logo svg path { fill: white; }

  .menu__list {
    list-style: none;
    width: 100%;
    text-align: left;
  }

  .menu__list li { border-bottom: 1px solid rgba(255,255,255,0.1); }
  .menu__list li:first-child { border-top: 1px solid rgba(255,255,255,0.1); }

  .menu__list li a {
    display: block;
    padding: 18px 0;
    color: white;
    text-decoration: none;
    font-family: var(--e-global-typography-7c02463-font-family), Sans-serif;
    font-size: var(--e-global-typography-7c02463-font-size);
    text-transform: var(--e-global-typography-7c02463-text-transform);
    line-height: var(--e-global-typography-7c02463-line-height);
    letter-spacing: var(--e-global-typography-7c02463-letter-spacing);
    transition: color 0.2s;
  }

  .menu__list li a:hover { color: var(--e-global-color-accent); }

  @media (max-width: 1240px) {
    .nav__container { display: none; }
    .nav__mobile    { display: flex; }
    .bg-nav         { display: none; }
  }/* End custom CSS */