#wpadminbar {
  z-index: 20;
}

#page {
  padding-top: 86px;
}

#masthead {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0 !important;
  z-index: 19;
}
#masthead .sticky-logo img {
  transition: 0.5s;
}
@media screen and (min-width: 1010px) {
  #masthead .hfe-nav-menu > li > a, #masthead .hfe-nav-menu > li .hfe-has-submenu-container > a {
    font-size: 14px;
    line-height: 18px;
    font-family: "Montserrat Medium";
  }
  #masthead .social-custom {
    display: none;
  }
  #masthead #close-toggle-mobile {
    display: none;
  }
}
@media screen and (min-width: 1010px) {
  #masthead .sub-menu {
    min-width: 366px;
  }
}
#masthead .menu-child-container {
  width: 100%;
}
@media screen and (min-width: 1010px) {
  #masthead ul.hfe-nav-menu .item-right {
    position: absolute;
    right: 0;
    top: 0;
  }
  #masthead ul.hfe-nav-menu .item-right a {
    font-family: "Montserrat SemiBold";
  }
  #masthead ul.hfe-nav-menu .se-connecter-dt {
    right: 182px;
  }
}
#masthead .se-connecter-dt a {
  position: relative;
  min-height: 45px;
  color: #0F0A68;
  font-family: "Montserrat SemiBold";
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 24px !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#masthead .se-connecter-dt a:hover, #masthead .se-connecter-dt a:focus {
  color: #2759FF;
}
#masthead .se-connecter-dt a:hover:before, #masthead .se-connecter-dt a:focus:before {
  background: #2759FF;
}
#masthead .se-connecter-dt a:before {
  position: absolute;
  width: calc(100% - 24px);
  height: 1px;
  right: 0;
  z-index: 9999;
  bottom: 14px;
  content: "";
  opacity: 1;
  background: #0F0A68;
}
#masthead .se-connecter-dt img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}
@media screen and (max-width: 1009px) {
  #masthead .se-connecter-dt {
    display: none;
  }
}
#masthead .se-connecter {
  padding-left: 24px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  padding-left: 24px;
}
#masthead .se-connecter a {
  position: relative;
  color: #fff;
  font-family: "Montserrat SemiBold";
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 0 !important;
  margin-bottom: 32px;
}
#masthead .se-connecter img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: absolute;
  left: -24px;
  top: 50%;
}
@media screen and (min-width: 1010px) {
  #masthead .se-connecter {
    display: none !important;
  }
}
#masthead .menu-img > a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  padding: 16px 40px 16px 88px;
  position: relative;
  font-size: 17px;
  line-height: 26px;
  font-family: "Montserrat SemiBold";
}
#masthead .menu-img:last-child > a {
  padding-bottom: 24px;
}
#masthead .menu-img:first-child > a {
  padding-top: 24px;
}
#masthead .menu-img img {
  margin-right: 16px;
  max-width: 32px;
  height: auto;
  position: absolute;
  left: 40px;
  top: 24px;
}
#masthead .menu-img span {
  font: normal normal normal 15px/22px ParisinePlusPro;
  margin-top: 8px;
  display: block;
  width: 100%;
}

@media screen and (max-width: 1009px) {
  .mobile-menu-child nav {
    display: none;
  }
}
.mobile-menu-child .hfe-nav-menu-icon i:before {
  content: "\f0c9";
}
.mobile-menu-child .menu-is-active {
  position: fixed !important;
  top: 0 !important;
  left: 10px !important;
  height: calc(100% - 20px) !important;
  max-width: calc(100% - 20px) !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  background: #2759FF;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 40px;
  padding-top: 35px;
}
.mobile-menu-child .menu-is-active:before {
  content: "";
  position: absolute;
  z-index: 0;
  background: #2759FF;
  top: 10px;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.mobile-menu-child .menu-is-active:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #000;
  top: -10px;
  left: -10px;
  height: calc(100% + 30px);
  width: calc(100% + 20px);
}
.mobile-menu-child .menu-is-active .hfe-menu-toggle {
  visibility: hidden;
}
.mobile-menu-child .menu-is-active .menu-child-container {
  overflow-y: auto;
}
.mobile-menu-child .menu-is-active .menu-child-container::-webkit-scrollbar {
  display: none;
}
.mobile-menu-child .menu-is-active #close-toggle-mobile {
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 2;
  position: absolute;
  right: 25px;
  top: 34px;
}
.mobile-menu-child .menu-is-active #close-toggle-mobile img {
  width: 100%;
}
.mobile-menu-child .menu-is-active .mobile-menu-header {
  z-index: 2;
  padding-top: 35px;
  padding-bottom: 32px;
}
.mobile-menu-child .menu-is-active .mobile-menu-header img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  transform: translate(0, 5px);
}
.mobile-menu-child .menu-is-active .mobile-menu-header span {
  color: #fff;
  font-family: "Montserrat SemiBold";
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #fff;
}
.mobile-menu-child .menu-is-active .hfe-nav-menu {
  z-index: 1;
  margin-top: 25px;
}
.mobile-menu-child .menu-is-active .hfe-nav-menu a {
  background: transparent;
}
.mobile-menu-child .menu-is-active .hfe-nav-menu .menu-img a {
  padding-left: 48px !important;
}
.mobile-menu-child .menu-is-active .hfe-nav-menu .menu-img img {
  left: 0 !important;
}
.mobile-menu-child .menu-is-active .hfe-nav-menu .sub-menu > li:last-child {
  border-bottom: 1px solid #fff;
}
.mobile-menu-child .menu-is-active .hfe-nav-menu li {
  border-radius: 0 !important;
}
.mobile-menu-child .menu-is-active .hfe-nav-menu li.no-border-bottom > a {
  border-bottom-width: 0 !important;
}
.mobile-menu-child .menu-is-active .hfe-nav-menu li:last-child > a {
  border-bottom-width: 0 !important;
}
.mobile-menu-child .menu-is-active .hfe-nav-menu > li > a, .mobile-menu-child .menu-is-active .hfe-nav-menu > li > .hfe-has-submenu-container > a {
  color: #fff !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid #fff;
  border-bottom-width: 1px !important;
}
.mobile-menu-child .menu-is-active .hfe-nav-menu > li > a:hover, .mobile-menu-child .menu-is-active .hfe-nav-menu > li > .hfe-has-submenu-container > a:hover {
  color: #0F0A68 !important;
}
.mobile-menu-child .menu-is-active .hfe-nav-menu > .current_page_item > .hfe-has-submenu-container > a, .mobile-menu-child .menu-is-active .hfe-nav-menu > .current_page_item > a {
  font-family: "Montserrat SemiBold";
}
@media screen and (max-width: 767px) {
  .mobile-menu-child .menu-is-active .hfe-nav-menu > .current_page_item > .hfe-has-submenu-container > a, .mobile-menu-child .menu-is-active .hfe-nav-menu > .current_page_item > a {
    border-bottom: 1px solid #fff;
    font-size: 14px;
    line-height: 18px;
  }
}
.mobile-menu-child .menu-is-active .elementor-widget-container .elementor-social-icons-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.mobile-menu-child .menu-is-active .elementor-widget-container .elementor-social-icons-wrapper span {
  margin: 40px 10px 40px;
}
.mobile-menu-child .menu-is-active .elementor-widget-container .elementor-social-icons-wrapper a {
  border-radius: 50%;
  background: #FAB401;
  position: relative;
  font-size: 18px;
  width: 35px;
  height: 35px;
}
.mobile-menu-child .menu-is-active .elementor-widget-container .elementor-social-icons-wrapper a i {
  color: #0F0A68;
}
.mobile-menu-child .menu-is-active .sticky-btn {
  position: absolute;
  bottom: -10px;
  width: 100%;
  left: 0;
  height: 50px;
}
.mobile-menu-child .menu-is-active .sticky-btn a {
  background: #FAB401;
  color: #0F0A68;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 18px;
  font-family: "Montserrat SemiBold";
  border-radius: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.mobile-menu-child .menu-is-active .sticky-btn a:hover, .mobile-menu-child .menu-is-active .sticky-btn a:focus {
  color: #fff;
}
@media screen and (max-width: 1009px) {
  .mobile-menu-child .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    height: 100% !important;
    background: transparent !important;
  }
}

.admin-bar #page {
  padding-top: 118px;
}
.admin-bar #masthead {
  top: 32px !important;
}

#axeptio_overlay {
  z-index: 18;
}

.sticky-active #masthead {
  top: 0 !important;
}
.sticky-active #masthead .elementor-section {
  padding: 0;
  transition: 0.5s;
}
.sticky-active #masthead .sticky-logo img {
  max-height: 30px;
}

@media screen and (max-width: 767px) {
  .hide-mb {
    display: none;
  }
}

@media screen and (min-width: 1010px) {
  .hide-dt {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1009px) {
  .hide-tl {
    display: none;
  }
}

/*# sourceMappingURL=menu.css.map */
