/* LZD-Menu */
#lzd-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  margin: 0 auto;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color: hsl(208, 100%, 30%);
  font-family: HelveticaNeueLTStd, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 100%;
  box-sizing: border-box;
  color: hsl(0, 0%, 100%);
}
#lzd-menu * {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
#lzd-menu *::before {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
#lzd-menu *::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
#lzd-menu a {
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  box-shadow: none;
}
#lzd-menu button {
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  box-shadow: none;
}
#lzd-menu img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
#lzd-menu video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
#lzd-menu .container {
  max-width: 90em;
  height: auto;
  margin: 0 auto;
  padding: 0 1.25em;
}
#lzd-menu .container::before, #lzd-menu .container::after {
  content: none;
}
#lzd-menu .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 2em;
  width: 100%;
  height: 7em;
  margin: 0 auto;
}
#lzd-menu .logo {
  max-width: 12em;
}
#lzd-menu .logo img {
  content: url(../ressources/img/lazard-freres-gestion-logo-white.svg);
  width: 12em;
}
#lzd-menu .menu {
  text-align: center;
  display: flex;
}
#lzd-menu .chevron-down::before {
  position: relative;
  top: -3px;
  box-sizing: content-box;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 8px;
  content: "";
  border-color: hsl(180, 1%, 77%);
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
}
#lzd-menu .menu-item {
  position: relative;
  display: inline-block;
  margin-left: 1.3em;
  align-self: center;
}
#lzd-menu .menu-item > .submenu {
  top: 2.5em;
}
#lzd-menu .menu-item .submenu .submenu {
  left: 12.1em;
  margin-top: -2.7em;
}
#lzd-menu .menu-item:nth-last-child(-n+2) .submenu {
  left: -3em;
}
#lzd-menu .menu-item:nth-last-child(-n+2) .submenu .submenu {
  left: -12.1em;
}
#lzd-menu #search {
  display: inline-flex;
}
#lzd-menu #search .search-input {
  vertical-align: bottom;
  font-size: 1em;
  line-height: 1.5 !important;
  background-clip: padding-box !important;
  border: 1px solid transparent;
  border-radius: 18px !important;
  width: 0;
  padding-left: 2.5em;
  text-transform: capitalize;
  font-family: inherit;
  padding-top: 0.2em;
  padding-bottom: 0;
  background-color: inherit;
  outline: none;
}
#lzd-menu #search .search-input::-moz-placeholder {
  color: hsl(180, 1%, 77%);
}
#lzd-menu #search .search-input::placeholder {
  color: hsl(180, 1%, 77%);
}
#lzd-menu #search .search-input.active {
  border: 1px solid hsl(0, 0%, 100%) !important;
  width: 12.8em;
  top: 0;
  transition: width 0s ease-in-out, border 0.4s ease-in-out !important;
}
#lzd-menu #search .icon-search {
  left: 0.5em;
  position: absolute;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  background-image: url("../ressources/img/icons/search-icon-white.png");
  background-size: contain;
  cursor: pointer;
}
#lzd-menu #search .icon-cross {
  left: 0.65em;
  position: absolute;
  /* top: 0.4em; */
  background-position: center center;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  background-image: url("../ressources/img/svg/icon-cross.svg");
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
  display: none;
  cursor: pointer;
}
#lzd-menu #user {
  top: 0;
  margin-left: 1em;
}
#lzd-menu #user label {
  display: none;
  font-weight: inherit;
}
#lzd-menu #user .icon-user {
  height: 20px;
  width: 20px;
  background-image: url("../ressources/img/icons/person-icon-white.png");
  background-size: contain;
}
#lzd-menu .menu-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.25em;
  column-gap: 0.25em;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  text-transform: initial;
  color: hsl(0, 0%, 100%);
  transition: all 0.3s ease-in-out;
}
#lzd-menu .menu-link:hover {
  outline: none;
  color: hsl(180, 1%, 77%);
}
#lzd-menu span.menu-link {
  cursor: default;
}
#lzd-menu span.menu-link.bold {
  font-weight: bold;
}
#lzd-menu .submenu {
  position: absolute;
  z-index: 1;
  left: -1em;
  min-width: 12em;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  padding: 0 1em 1em;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1em);
  border-top: 3px solid hsl(180, 1%, 77%);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color: hsl(208, 100%, 30%);
  transition: all 0.3s ease-in-out;
}
#lzd-menu .submenu-item {
  display: block;
  margin-top: 1em;
  text-align: initial;
  font-family: inherit;
}
#lzd-menu .submenu-item img {
  display: inline-block;
  position: relative;
  top: -1px;
  left: -2px;
}
#lzd-menu .submenu-link {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
  text-transform: initial;
  color: hsl(0, 0%, 100%);
  transition: all 0.35s ease;
  display: block;
}
#lzd-menu .submenu-link:hover {
  outline: none;
  color: hsl(180, 1%, 77%);
}
#lzd-menu span.submenu-link {
  cursor: default;
}
#lzd-menu .lang-choice a {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
  text-transform: capitalize;
  color: hsl(220, 18%, 3%);
  transition: all 0.35s ease;
  display: inline-block;
}
#lzd-menu .lang-choice a:hover {
  outline: none;
  color: hsl(180, 1%, 77%);
}
#lzd-menu .burger {
  position: relative;
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 1.75em;
  height: 1em;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
#lzd-menu .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border: none;
  outline: none;
  background: hsl(0, 0%, 100%);
}
#lzd-menu .burger-line:nth-child(1) {
  top: 0px;
}
#lzd-menu .burger-line:nth-child(2) {
  top: 0.5em;
}
#lzd-menu .burger-line:nth-child(3) {
  top: 1em;
}
#lzd-menu .overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}
@media screen and (max-width: 991px) {
  #lzd-menu .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background-color: hsl(208, 100%, 30%);
    transition: all 0.5s ease;
  }
  #lzd-menu .navbar.active {
    left: 0em;
    opacity: 1;
    visibility: visible;
  }
  #lzd-menu .menu {
    width: 100%;
    height: auto;
    padding: 1em 0;
    -moz-text-align-last: start;
         text-align-last: start;
    display: block;
  }
  #lzd-menu .menu-item {
    display: block;
    margin: 0 auto;
  }
  #lzd-menu .menu-item > .submenu {
    top: -0.5em;
  }
  #lzd-menu .menu-item .submenu .submenu {
    left: 2em;
    margin-top: 0;
  }
  #lzd-menu .menu-item:nth-last-child(-n+2) .submenu {
    left: 2.5em;
  }
  #lzd-menu .menu-item:nth-last-child(-n+2) .submenu .submenu {
    left: 2em;
    margin-top: 0;
  }
  #lzd-menu .menu-link {
    justify-content: start;
    padding: 0.625em 1.25em;
  }
  #lzd-menu #user {
    margin-left: 0;
  }
  #lzd-menu #user label {
    display: inline-block;
  }
  #lzd-menu #search {
    display: inline-flex;
    width: 100%;
    border-top: 1px solid #d7e0e7;
    margin-top: 1em;
    padding-top: 1em;
  }
  #lzd-menu #search form {
    width: 100%;
    padding-right: 0.6em;
    padding-left: 0.6em;
  }
  #lzd-menu #search .search-input {
    color: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 100%) !important;
    width: 100%;
    top: 0;
  }
  #lzd-menu #search .icon-search {
    left: 1.4em;
    position: absolute;
    top: 1.9em;
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-image: url("../ressources/img/icons/search-icon-white.png");
  }
  #lzd-menu .submenu {
    position: relative;
    left: 2.5em;
    /* width: 100%; */
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    transform: translateY(0px);
    box-shadow: none;
    background: transparent;
  }
  #lzd-menu .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  #lzd-menu .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 992px) {
  #lzd-menu .menu-dropdown:hover > .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* LZD-Breadcrumbs */
#lzd-breadcrumbs {
  position: relative;
  width: 100%;
  font-size: initial;
  padding: 20px 30px;
  text-align: left;
}
#lzd-breadcrumbs ol {
  list-style-type: none;
  padding-left: 0;
}
#lzd-breadcrumbs li {
  display: inline-block;
  font-size: 90%;
  color: hsl(0, 0.9%, 45.9%);
}
#lzd-breadcrumbs a {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#lzd-breadcrumbs a:hover {
  outline: none;
  color: hsl(180, 1%, 77%);
}
#lzd-breadcrumbs a::after {
  display: inline-block;
  color: #c2b9af;
  content: ">";
  font-size: 90%;
  font-weight: bold;
  padding: 0 5px 0 7px;
}

/* LZD-Menu-Fonds */
#lzd-menu-fonds {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 1em auto;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color: #f8f4f4;
  font-weight: 400;
  line-height: 1.5;
  font-size: 100%;
}
#lzd-menu-fonds .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 2em;
  width: 100%;
  height: 2em;
  margin: 0 auto;
}
#lzd-menu-fonds .menu {
  text-align: center;
  display: flex;
  margin: 0;
}
#lzd-menu-fonds .menu-item {
  position: relative;
  display: contents;
  align-self: center;
}
#lzd-menu-fonds .menu-item:after {
  content: "|";
}
#lzd-menu-fonds .menu-item:last-child:after {
  content: none;
}
#lzd-menu-fonds .menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.25em;
  column-gap: 0.25em;
  font-family: inherit;
  color: hsl(220, 18%, 3%);
  transition: all 0.3s ease-in-out;
  margin: 0 0.7em;
}
#lzd-menu-fonds .menu-link:hover {
  outline: none;
  color: hsl(180, 1%, 77%);
}/*# sourceMappingURL=menu-horizontal_v2.css.map */