#smart {
  display: none;
}

@media (max-width: 1370px) {
  #smart {
    display: inherit;
  }
}
#header-top-2026 {
  width: 68.4%;
  /*1300*/
  margin: 0 auto;
  position: relative;
  padding: 40px 0 0 0;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

#header-logo-2026 {
  position: relative;
  width: 220px;
}

#header-logo-2026 img {
  width: 100%;
  height: auto;
}

#header-menu-2026 {
  width: 75%;
}

#menu-reseau-2026 {
  position: relative;
  padding: 10px 0 0 5px;
}
#menu-reseau-2026 .btn-reseau {
  width: 30px;
  margin-right: 10px;
}

/*NAV*/
.nav-int {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

.nav-int ul {
  font-family: "MontserratLight", Arial;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  text-indent: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  z-index: 1000;
}

.nav-int li {
  font-family: "MontserratLight", Arial;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 11px;
  text-decoration: none;
  position: relative;
  padding: 0 2px;
  transition: all 0.4s;
}

.nav-int li a {
  font-family: "MontserratLight", Arial;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 0;
  position: relative;
  padding: 6px 5px 3px;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  transition: all 0.4s;
  /*border-bottom: 1px solid $blanc;*/
}
.nav-int li a:hover {
  color: #5472a9;
  border-bottom: 1px solid #5472a9;
}

.nav-int li li {
  margin: 0;
  padding: 1.4rem 0;
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
}

.nav-int li li a {
  /*@extend .sofiapro-medium;*/
  font-size: 17px;
  line-height: 0;
  position: relative;
  padding: 0.8rem 1.2rem 0.6rem;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  /*border-bottom: 1px solid rgba(0,0,0, 0);*/
  transition: all 0.4s;
  width: 100%;
  /*border-bottom: 1px solid $blanc;*/
}
.nav-int li li a:hover {
  /*color: $blanc;
  background-color: rgba(81,22,51,0);*/
  /*border-bottom: 18px solid $jaune;*/
}

.nav-int li ul {
  position: absolute;
  left: 0.2rem;
  top: 1.8rem;
  z-index: 998;
  width: auto;
  min-width: 30rem;
  display: none;
  padding: 1.4rem 1rem 1rem;
  margin: 0;
  /*box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.1);*/
  transition: all 0.4s;
}

.nav-int ul li:hover > ul {
  display: block;
  transition: all 0.8s;
}

.nav-int li ul li .current-post-ancestor a {
  background-color: rgba(255, 255, 255, 0);
  color: #000000;
}

/*current-menu-item
page_item
page-item-2
current_page_item*/
.nav-int li .current-menu-item,
.nav-int li .current-menu-item > a,
.nav-int .current-menu-ancestor > a,
.nav-int li .current-menu-ancestor > a,
.nav-int li .current_page_item > a,
.current_page_item > a,
.nav-int .current_page_ancestor > a,
.nav-int li .current_page_ancestor > a,
.nav-int .current-category-ancestor a,
.nav-int .current-menu-parent a .nav-int ul li .current-post-ancestor a,
.current-menu-item > a {
  font-family: "MontserratSemiBold", Arial !important;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  color: #5472a9 !important;
  border-bottom: 1px solid #5472a9;
}

.nav-int li li .current-menu-parent a .nav-int li .current_page_ancestor > a {
  color: #5472a9;
  border-bottom: 1px solid #5472a9;
}

/*# sourceMappingURL=style-2026.css.map */
