.navigation-primary a.active-item {
  font-weight: 600;
  position: relative;
}

.navigation-primary .submenu.level-1 > li > a.active-item:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #494A52;
}

.navigation-primary .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}

.triangle {
  display: none;
}

.submenu-toggle {
  display: none;
}

.submenu.level-1 {
  display: inline-block;
  white-space: nowrap;
}

.submenu.level-1 > li {
  display: inline-block;
  padding: 15px 20px;
  text-transform: uppercase;
}

.submenu.level-1 > li.has-submenu {
  position: relative;
}

.submenu.level-1 > .has-submenu > .menu-arrow {
  display: block;
  position: absolute;
  top: 30px;
  right: 5px;
  width: 0;
  height: 0;
  margin-left: 1px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid black;
}

.submenu.level-2 {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: 270px;
  visibility: hidden;
  opacity: 0;
  text-transform: none;
  font-weight: 500;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  transition: visibility 0s, opacity 0.3s;
}

.triangle-container.level-2 {
  display: block;
  position: absolute;
  top: -25px;
  left: 105px;
  height: 25px;
  width: 60px;
  overflow: hidden;
}

.triangle.level-2 {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  margin-top: 12px;
  background-color: white;
  transform: rotate(45deg);
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  transition: background-color 0.3s;
}

.triangle-container.level-2.hover .triangle {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.submenu.level-2 > li {
  padding: 0;
  border-bottom: 1px solid #D1D6DC;
}

.submenu.level-2 .menu-item .menu-link {
  display: block;
  padding: 10px 0px 10px 30px;
  background-color: #ffffff;
  transition: background-color 0.3s;
}

.submenu.level-2 > li:nth-child(2) {
  border-radius: 6px 6px 0 0;
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  background-color: #EBEFF3;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submenu.level-3 .menu-item .menu-link {
  padding-left: 60px;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s;
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}

/* Menu style */
.header-menu {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}

.custom-menu-primary, .custom-menu-primary > .hs_cos_wrapper, .custom-menu-primary .navigation-primary , .custom-menu-primary .submenu.level-1 {
  height: 100%;
}

.mobile-menu-opened .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary .submenu.level-1>li {
  padding: 0;
}

.header-button a {
  padding: 10px .5rem;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
}

.custom-menu-primary .submenu.level-1 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-repeat: no-repeat;
  background-position: 100%;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-menu-primary .submenu.level-1>li {
  text-transform: none;
}

.custom-menu-primary .submenu.level-1>li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header-button {
  width: 100%;
  bottom: 0;
  position: fixed;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-menu-primary .submenu.level-1>li.FR > a {
  margin-bottom: 1.5rem;
}

.custom-menu-primary .submenu.level-1>li.FR > a:after {
  content: "\F0D7";
  margin-left: .75rem;
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.custom-menu-primary .submenu.level-1>li.FR {
  margin-left: 1px;
}

.custom-menu-primary .submenu {
  transform: none;
  left: 0;
  width: 100%;
  top: auto;
  border: 0;
  border-radius: 0;
}

.custom-menu-primary .submenu.level-1>li.has-submenu {
  position: static;
}

.custom-menu-primary .triangle-container.level-2 {
  display: none;
}

.custom-menu-primary .submenu.level-2>li:nth-child(2) {
  border-radius: 0;
}

.custom-menu-primary .submenu.level-2>li {
  border: 0;
}

.custom-menu-primary .submenu.level-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.5rem;
}

.custom-menu-primary .submenu.level-2 > li {
  margin-bottom: 1.25rem;
}

.custom-menu-primary .submenu.level-1 > .has-submenu > a:before {
  content: "";
  display: none;
  z-index: 10;
  width: 0;
  height: 0;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  padding: 0;
  padding: 0px 3.03px;
}

.custom-menu-primary .submenu.level-2 .menu-item > .menu-link:before {
  font-size: 22px;
  font-weight: 900;
  font-family: Font Awesome\ 5 Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 2rem;
  text-align: center;
  margin-right: .75rem;
}

.custom-menu-primary .submenu.level-2 .menu-item.Testsde > .menu-link:before {
  content: "\F19D";
}

.custom-menu-primary .submenu.level-2 .menu-item.BusinessEnglish > .menu-link:before {
  content: "\F0B1";
}

.custom-menu-primary .submenu.level-2 .menu-item.Evaluationet.diagnostic > .menu-link:before {
  content: "\F733";
}

.custom-menu-primary .submenu.level-2 .menu-item.Education > .menu-link:before {
  content: "\F594";
}

.custom-menu-primary .submenu.level-2 .menu-item.Formation > .menu-link:before {
  content: "\F1AD";
}

.custom-menu-primary .submenu.level-2 .menu-item.Corporate > .menu-link:before {
  content: "\F64F";
}

.custom-menu-primary .submenu.level-2 .menu-item.Distributeurs > .menu-link:before {
  content: "\F0A1";
}

.custom-menu-primary .submenu.level-2 .menu-item.LaDream.Team > .menu-link:before {
  content: "\F0C0";
}

.custom-menu-primary .submenu.level-2 .menu-item.Nosprofs > .menu-link:before {
  content: "\F51C";
}

.custom-menu-primary .submenu.level-2 .menu-item.Nosfiertés > .menu-link:before {
  content: "\F091";
}

.custom-menu-primary .submenu.level-2 .menu-item.Presse > .menu-link:before {
  content: "\F15C";
}

.custom-menu-primary .submenu.level-2 .menu-item.Nosfiertés + .menu-item > .menu-link:before {
  content: "\F4DA";
}

.custom-menu-primary .submenu.level-1>li.has-submenu.Nosservices .has-submenu > a {
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  display: inline-block;
  padding: 0;
  margin-bottom: 9px;
}

.custom-menu-primary .submenu.level-1>li.has-submenu.Nosservices .has-submenu > a:hover {
  cursor: text;
}

.custom-menu-primary .submenu.level-2 .menu-item.Notre.pédagogie > .menu-link:before {
  content: "\F19D";
}

.custom-menu-primary .submenu.level-2 .menu-item.Notre.accompagnement > .menu-link:before {
  content: "\F500";
}

.custom-menu-primary .submenu.level-2 .menu-item.Intégrer.notre.solution > .menu-link:before {
  content: "\F5FC";
}

.custom-menu-primary .submenu.level-1>li.has-submenu.Nosservices .submenu.level-2 .menu-item > .menu-link:before {
  display: inline-block;
  font-size: 17px;
  cursor: default;
  margin-right: .5rem;
}

.custom-menu-primary .submenu.level-1>li.has-submenu.Nosservices .submenu.level-3 li {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.custom-menu-primary .submenu.level-1>li.has-submenu.Nosservices .submenu.level-3 li:last-child {
  margin-bottom: 0;
}

.custom-menu-primary .submenu.level-1>li.has-submenu.Nosservices .submenu.level-2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.custom-menu-primary .submenu.level-1>li.has-submenu.Nosservices .submenu.level-3 li > a {
  padding: 0;
}

.custom-menu-primary .submenu.level-1>li.FR ul.submenu.level-2 {
  width: auto;
  padding: 1.5rem;
  text-transform: uppercase;
  background-image: none;
}

.custom-menu-primary .submenu.level-1>li.FR {
  position: relative;
}

.custom-menu-primary .submenu.level-1>li.FR ul.submenu.level-2 li {
  margin: 0;
}

.custom-menu-primary .submenu.level-2>li:hover {
  font-weight: 700;
}

.custom-menu-primary .submenu.level-1>li.has-submenu.Nosservices .submenu.level-2>li:hover {
  font-weight: 400;
}

.custom-menu-primary .submenu.level-1>li.has-submenu.Nosservices .submenu.level-3>li:hover {
  font-weight: 700;
}

.custom-menu-primary .submenu.level-1>li:not(.FR) a > span:before {
  display: block;
  content: attr(title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition-duration: 250ms;
}

.custom-menu-primary .submenu.level-1>li:not(.FR) a > span {
  display: inline-block;
}

@media (min-width: 640px) {
  .header-button a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .header-menu {
    width: auto;
    padding-right: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .custom-menu-primary .submenu.level-1 {
    background: 0 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .custom-menu-primary .submenu.level-1>li > a {
    height: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .header-button {
    padding-top: .75rem;
    padding-bottom: .75rem;
    position: relative;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .custom-menu-primary .submenu.level-1>li.FR > a {
    padding-left: .5rem;
    padding-right: .5rem;
    margin-bottom: 0;
  }

  .custom-menu-primary .submenu.level-1>li.FR > a:after {
    margin-left: .5rem;
  }

  .custom-menu-primary .submenu.level-1>li:not(.FR):hover > a > span {
    font-weight: 700;
  }

  .custom-menu-primary .submenu.level-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .custom-menu-primary .submenu.level-2 {
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .custom-menu-primary .submenu.level-2 > li {
    margin-right: 2rem;
    margin-bottom: 0;
  }

  .custom-menu-primary .submenu.level-1 > .has-submenu:hover > a:before {
    display: block;
  }

  .custom-menu-primary .submenu.level-2 .menu-item > .menu-link:before {
    width: auto;
    text-align: left;
    margin-bottom: .5rem;
    margin-right: 0;
    display: block;
    text-align: center;
  }


  .custom-menu-primary .submenu.level-1>li.has-submenu:hover  .submenu.level-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
    background-color: transparent;
  }

  .custom-menu-primary .submenu.level-1>li:not(.FR) a > span {
    padding: 0 3.14px;
  }

  *, :after, :before {
    --transition-duration: 250ms;
  }
}

@media (min-width: 1280px) {
  .custom-menu-primary .submenu.level-1>li.FR > a {
    padding-right: 1.25rem;
  }
}

@media (min-width: 1440px) {
  .header-button a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .custom-menu-primary .submenu.level-2 {
    background-repeat: no-repeat;
    background-position: 40px 0,515px 0,100% 100%;
    padding-left: 660px;
    padding-right: 110px;
  }

  .custom-menu-primary .submenu.level-2 > li:first-of-type {
    margin-left: 1rem;
  }
}

@media (min-width: 1680px) {
  .header-button a {
    font-size: 15px;
  }
}

@media (max-width: 1242px) and (min-width: 1024px) {
  .custom-menu-primary .submenu.level-1>li.has-submenu.Nosservices .has-submenu>a {
    font-size: 12px;
  }

  .custom-menu-primary .submenu.level-1>li>a {
    padding-left: 4px;
    padding-right: 4px;
  }

  .header-button a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
  }

  .custom-menu-primary .submenu.level-1>li:not(.FR) a > span {
    padding: 0;
  }
}

@media (max-width: 1023px) {
  .navigation-primary a {
    font-size: 26px;
  }

  .navigation-primary {
    display: block;
  }
  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    content: none;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    display: none;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  .submenu {
    display: none;
  }

  .submenu.level-1 {
    width: 100%;
  }

  .submenu.level-1 > li {
    display: block;
    width: 100%;
    border-top: 2px solid #CED4DB;
    padding: 0;
  }

  .submenu.level-1 > li > a {
    font-weight: 600;
    padding: 7px 30px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px 0;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center right 30px;
    height: 55px;
    width: 30%;
    border: none;
    cursor: pointer;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    display: block;
    height: 20px;
    width: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: 30px;
    transition: transform 0.4s;
  }

  .triangle-container.level-2 {
    display: none;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }

  .submenu.level-2 {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    border: none;
    box-shadow: none;
    transform: unset;
  }

  .submenu.level-2 .menu-item {
    background-color: white;
    padding: 0;
    border-top: 2px solid #EBEFF3;
    border-bottom: none;
  }

  .submenu.level-2 .menu-item .menu-link {
    padding: 7px 60px;
  }

  .submenu.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .submenu.level-3 {
    width: 100%;
    background-color: inherit;
    padding: 0;
    margin: 0;
  }

  .submenu.level-3 > li {
    padding: 0;
    background-color: inherit;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 90px;
  }

  /* Mobile style */
  .header-menu {
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
  }

  .custom-menu-primary .submenu.level-2 {
    display: none;
  }

  .mobile-menu-opened .header-menu {
    height: calc(100vh - 186px);
  }

  .header-button {
    background-color: #653591;
  }

  .custom-menu-primary .submenu.level-1>li {
    border: 0;
  }

  body .custom-menu-primary a ,
  body .custom-menu-primary .submenu.level-1>li:hover>a, 
  body .custom-menu-primary .submenu.level-1>li:focus>a {
    color: #402955;
  }

  body .custom-menu-primary .submenu.level-1>li:hover, 
  body .custom-menu-primary .submenu.level-1>li:focus {
    background-color: transparent;
  }

  .custom-menu-primary .submenu.level-1>li:not(:last-child) {
    margin-bottom: 3rem;
  }

  .custom-menu-primary .submenu.level-1>li>a {
    width: auto;
    padding: 0;
    font-weight: normal;
    display: inline-block;
  }

  .custom-menu-primary .submenu.level-1>li.has-submenu>a:after {
    content: "\F0D7";
    margin-left: 17px;
    position: relative;
    top: 1px;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

  .custom-menu-primary .submenu.level-1>li.has-submenu.Languedu.site>a:after {
    margin-left: 12px;
  }

  .custom-menu-primary .submenu-opened .submenu.level-2 {
    display: block;
  }

  body .custom-menu-primary .submenu.level-2 {
    box-shadow: none;
  }

  .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
    padding: 0;
  }

  .navigation-primary a {
    font-size: 14px;
  }

  .custom-menu-primary .submenu.level-3 {
    display: block;
  }

  .custom-menu-primary .submenu.level-2 .menu-item {
    border: 0;
  }

  .custom-menu-primary .submenu.level-1>li.has-submenu.Nosservices .submenu.level-2 .menu-item>.menu-link:before {
    text-align: left;
    margin-right: 0;
  }

  .custom-menu-primary .submenu.level-1>li.has-submenu.Nosservices .has-submenu>a {
    margin-bottom: 15px;
  }

  .custom-menu-primary .submenu.level-1>li.has-submenu.Nosservices .submenu.level-2 > li {
    margin-bottom: 2rem;
  }

  .custom-menu-primary .submenu.level-1>li.has-submenu.submenu-opened>a:after {
    content: "\F0D8";
  }

  .custom-menu-primary .submenu.level-1>li.has-submenu.submenu-opened>a {
    color: #fe6c35;
    font-weight: 700;
  }

  body .custom-menu-primary .submenu.level-2 , 
  .custom-menu-primary .submenu.level-2 .menu-item , 
  .custom-menu-primary .submenu.level-2 .menu-item .menu-link , 
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover {
    background-color: transparent;
  }

  .custom-menu-primary .submenu.level-1>li.FR {
    display: none;
  }

  .custom-menu-primary .submenu.level-1>li.Languedu.site .submenu {
    text-transform: uppercase;
    margin: 0;
  }
  .custom-menu-primary .submenu.level-1>li.has-submenu.Àpropos {
    margin-left: 1.2px;
  }

  .custom-menu-primary .submenu.level-1>li.Tarifs {
    margin-left: 1.2px;
  }

  .custom-menu-primary .submenu.level-1>li.Blog {
    margin-left: 0.5px;
  }

  .custom-menu-primary .submenu.level-1>li.has-submenu.Àpropos>a:after {
    margin-left: 14px;
  }

  .mobile-menu-opened {
    overflow-y: hidden;
  }

  .custom-menu-primary .submenu.level-2 .menu-item .menu-link > span {
    position: relative;
    top: -4px;
    left: 1.6px;
  }

  .custom-menu-primary .submenu.level-2>li {
    margin-bottom: 17px;
  }

  .custom-menu-primary .submenu.level-1>li.has-submenu.Nosservices .submenu.level-2 .menu-item .menu-link > span {
    top: 0;
    left: -3px;
  }

  .custom-menu-primary .submenu.level-1>li.has-submenu.Nosservices .submenu.level-3 li {
    margin-left: 35px;
  }

  .custom-menu-primary .submenu.level-1>li.has-submenu.Nosservices .has-submenu>a {
    margin-bottom: 16px;
  }

  .custom-menu-primary .submenu.level-1>li.has-submenu.Nosservices .has-submenu:last-child>a {
    margin-bottom: 12px;
  }
  .custom-menu-primary .submenu.level-1>li.Languedu.site .submenu.level-2 .menu-item .menu-link>span {
    top: unset;
    left: unset;
  }

  .custom-menu-primary .submenu.level-1>li.Languedu.site .submenu.level-2 .menu-item .menu-link:hover {
    color: #653591;
  }

  .custom-menu-primary .submenu.level-1>li.Languedu.site .submenu.level-2>li:hover {
    font-weight: normal;
  }

  .custom-menu-primary .submenu.level-1>li.Languedu.site > a {
    margin-bottom: 1.5rem;
  }

  .custom-menu-primary .submenu.level-1>li.Languedu.site {
    margin-bottom: 1.5rem;
  }

  .custom-menu-primary .submenu.level-1>li.has-submenu.Nosservices .submenu.level-2 > .menu-item > .menu-link > span {
    left: 2px;
  }

  .custom-menu-primary .submenu.level-1>li.Languedu.site .submenu .menu-link {
    display: inline-block;
    width: auto;
  }

  .custom-menu-primary .submenu.level-1>li.Languedu.site .submenu .menu-item {
    margin: 0;
  }
}

/* --------------CUSTOMIZE CSS-------------*/

/*NAVIGTION DESKTOP*/
.header-left-column {padding:0 0 0 20px;}
.header-logo img {margin-top:10px; height:55px;}

/*.hs-landing-page .header-logo img {margin-top: 0px; height: 70px; margin-bottom: 0;}*/
.active-branch:hover {color:#FE6C35 !important; font-weight:bold;}
/*.custom-menu-primary .submenu.level-2 {background-image:none;}*/
.custom-menu-primary .submenu.level-2 { background: none !important;}
body .custom-menu-primary .submenu.level-2 {background-color:#ffffff !important;}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {background-color:transparent;}
body .custom-menu-primary .submenu.level-2 {box-shadow: 0 0px 4px 0 rgba(0,0,0,0.1);}
.custom-menu-primary .submenu.level-1 > .has-submenu:hover > a::before {display: none !important;}



.header-menu {width:80% !important; height:75px !important;}
.header__navigation {margin: 0 auto !important;}
.custom-menu-primary .submenu.level-2 {padding:20px 0 !important;}
.custom-menu-primary .submenu.level-1 > li.has-submenu:hover .submenu.level-2 {display: flex; width: auto; position: absolute; top: 75px;}
.custom-menu-primary .submenu.level-2 .menu-item > .menu-link::before {text-align: left; display: block; text-align: center; float: left; width: 40px; height: 25px;}
.custom-menu-primary .submenu.level-2 > li {text-align: left; margin-bottom: 0; width: 100%; min-width: 200px; padding: 10px 20px; margin-left: 0 !important; margin-right: 0 !important;}
.custom-menu-primary .submenu.level-1 > li.has-submenu, .custom-menu-primary .submenu.level-1 > li.no-submenu {position: relative !important; padding:10px;}
body .custom-menu-primary .submenu.level-1 > li:hover, body .custom-menu-primary .submenu.level-1 > li:focus {background-color: #E4DFE8;padding: 10px;}
.custom-menu-primary .submenu.level-2 {flex-direction: column !important;}
.custom-menu-primary .submenu.level-2 .menu-item .menu-link {padding: 0px 3.03px; display: flex; flex-direction: row; align-items: center;}


.custom-menu-primary .submenu.level-2 .menu-item > .menu-link::before {
    content: "" !important;
    background-size: cover !important;
    background-position: 50% center !important;
    width: 48px;
    height: 48px;
    margin: 0 !important; margin-right: .75rem !important;
}

.custom-menu-primary .submenu.level-2 .menu-item.Education > .menu-link::before {background-image: url("https://pro.global-exam.com/hubfs/BLOG2020-NAV/enseignement.png"); width:48px !important;  height: 48px !important;}
.custom-menu-primary .submenu.level-2 .menu-item.Formation > .menu-link::before {background-image: url("https://pro.global-exam.com/hubfs/BLOG2020-NAV/formation.png"); width:48px !important;  height: 48px !important;}
.custom-menu-primary .submenu.level-2 .menu-item.Corporate > .menu-link::before {background-image: url("https://pro.global-exam.com/hubfs/BLOG2020-NAV/entreprise.png"); width:48px !important;  height: 48px !important;}
.custom-menu-primary .submenu.level-2 .menu-item.Distributeurs > .menu-link::before {background-image: url("https://pro.global-exam.com/hubfs/BLOG2020-NAV/distributeur.png"); width:48px !important;  height: 48px !important;}

.custom-menu-primary .submenu.level-2 .menu-item.Testsde > .menu-link::before {background-image: url("https://pro.global-exam.com/hubfs/BLOG2020-NAV/tests-langues.png"); width:48px !important;  height: 48px !important;}
.custom-menu-primary .submenu.level-2 .menu-item.BusinessEnglish > .menu-link::before {background-image: url("https://pro.global-exam.com/hubfs/BLOG2020-NAV/business-english.png"); width:48px !important;  height: 48px !important;}
.custom-menu-primary .submenu.level-2 .menu-item.Evaluationet.diagnostic > .menu-link::before {background-image: url("https://pro.global-exam.com/hubfs/BLOG2020-NAV/evaluation.png"); width:48px !important;  height: 48px !important;}
.custom-menu-primary .submenu.level-2 .menu-item.Renforcementdes > .menu-link::before {background-image: url("https://pro.global-exam.com/hubfs/BLOG2020-NAV/renforcement.png"); width:48px !important;  height: 48px !important;}


.custom-menu-primary .submenu.level-2 .menu-item.Notrehistoire > .menu-link::before, .custom-menu-primary .submenu.level-2 .menu-item.Notrehistoire > .menu-link:hover::before {background-image: url("https://pro.global-exam.com/hubfs/BLOG2020-NAV/histoire.png") !important; width:48px !important;  height: 48px !important;}
.custom-menu-primary .submenu.level-2 .menu-item.LaDream.Team > .menu-link::before {background-image: url("https://pro.global-exam.com/hubfs/BLOG2020-NAV/team.png"); width:48px !important;  height: 48px !important;}
.custom-menu-primary .submenu.level-2 .menu-item.Nosprofs > .menu-link::before {background-image: url("https://pro.global-exam.com/hubfs/BLOG2020-NAV/profs.png"); width:48px !important;  height: 48px !important;}
.custom-menu-primary .submenu.level-2 .menu-item.Nosfiertés > .menu-link::before {background-image: url("https://pro.global-exam.com/hubfs/BLOG2020-NAV/exploits.png"); width:48px !important;  height: 48px !important;}
.custom-menu-primary .submenu.level-2 .menu-item.Nosfiertés + .menu-item > .menu-link::before {background-image: url("https://pro.global-exam.com/hubfs/BLOG2020-NAV/aventure.png"); width:48px !important;  height: 48px !important;}
.custom-menu-primary .submenu.level-2 .menu-item.Presse > .menu-link::before {background-image: url("https://pro.global-exam.com/hubfs/BLOG2020-NAV/presse.png"); width:48px !important;  height: 48px !important;}

.custom-menu-primary .submenu.level-2 .menu-item.Notre.pédagogie > .menu-link::before {background-image: url("https://pro.global-exam.com/hubfs/BLOG2020-NAV/presse.png") !important; width:48px !important;  height: 48px !important;}



.header__navigation .custom-menu-primary .submenu.level-1 > li.has-submenu.Nosservices .submenu.level-2 .Notre.pédagogie > .menu-link::before {background-image: url("https://pro.global-exam.com/hubfs/BLOG2020-NAV/pedagogie.png") !important; width:48px !important;  height: 48px !important;}
.header__navigation .custom-menu-primary .submenu.level-1 > li.has-submenu.Nosservices .submenu.level-2 .Notre.pédagogie > .menu-link {padding: 0px 3.03px; display: flex; flex-direction: row; align-items: center;}

.header__navigation .custom-menu-primary .submenu.level-1 > li.has-submenu.Nosservices .submenu.level-2 .Notre.accompagnement > .menu-link::before {background-image: url("https://pro.global-exam.com/hubfs/BLOG2020-NAV/accompagnement.png") !important; width:48px !important;  height: 48px !important;}
.header__navigation .custom-menu-primary .submenu.level-1 > li.has-submenu.Nosservices .submenu.level-2 .Notre.accompagnement > .menu-link {padding: 0px 3.03px; display: flex; flex-direction: row; align-items: center;}

.header__navigation .custom-menu-primary .submenu.level-1 > li.has-submenu.Nosservices .submenu.level-2 .Intégrer.notre.solution > .menu-link::before {background-image: url("https://pro.global-exam.com/hubfs/BLOG2020-NAV/integration.png") !important; width:48px !important;  height: 48px !important;}
.header__navigation .custom-menu-primary .submenu.level-1 > li.has-submenu.Nosservices .submenu.level-2 .Intégrer.notre.solution > .menu-link {padding: 0px 3.03px; display: flex; flex-direction: row; align-items: center;}

.custom-menu-primary .submenu.level-1 > li.has-submenu.Nosservices .submenu.level-3 li {margin-left:0 !important;}

body .custom-menu-primary .submenu.level-1 > li:hover > a, body .custom-menu-primary .submenu.level-1 > li:focus > a, .header__language-switcher-label-current:hover, .header__language-switcher-label-current:focus, .header__language-switcher .lang_list_class li:hover a, .header__language-switcher .lang_list_class li a:focus {color: #47315b !important;}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover, body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus, body .header__language-switcher .lang_list_class li:hover, body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {color: #653591 !important;}

.custom-menu-primary .submenu.level-1 > li.has-submenu > a::after {content: "\F0D7"; margin-left: 10px; position: relative; top: 1px; font-family: "Font Awesome 5 Pro"; font-weight: 900; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal;text-rendering: auto; line-height: 1;}

.custom-menu-primary  .submenu.level-3 {margin-bottom:1rem;}
.custom-menu-primary  .submenu.level-3 li {margin-bottom:0 !important;}
.custom-menu-primary  .submenu.level-3 li a {padding:10px 0px !important;}
.custom-menu-primary .submenu.level-3 .menu-item > .menu-link::before {height:0px !important;}

  .custom-menu-primary .submenu.level-1>li.Languedu.site {
    display: none;
  }

  .custom-menu-primary .submenu.level-2 {
    display: none;
  }

  @media (max-width: 990px){
  /*NAV*/
  .header-left-column {padding: 0 10px; display:flex; justify-content: space-between; flex-direction: row !important;} 
  .header-logo a {margin-bottom:0;}
  .custom-menu-primary .submenu.level-2, .custom-menu-primary .submenu.level-1 {background:none !important;}
  .mobile-menu-opened .header-menu {height: calc(100vh - 100px) !important;}
  .header-button {background-color:#ffffff !important; border-top:1px solid #cccccc;}
  .custom-menu-primary .submenu.level-1 > li:not(:last-child) {margin-bottom: 2rem !important;}
  .custom-menu-primary .submenu.level-2 > li {margin-bottom: 0rem !important;}
  .custom-menu-primary .submenu.level-2 {margin-top:0 !important;}
  .header-menu {width: 100% !important;}
  .header-logo img {margin-top: 10px;}
  .submenu.level-2 {margin-top: 0;}
  .custom-menu-primary .submenu.level-2 > li {padding:10px 0;}
  .header__navigation {margin: 0 auto !important; width: 85%;}
  .custom-menu-primary .submenu.level-1 > li.submenu-opened {margin-bottom:1rem !important;}
  .custom-menu-primary .submenu.level-3 .menu-item > .menu-link::before {width:0 !important;}
  .header__navigation .custom-menu-primary .submenu.level-1 > li.has-submenu.Nosservices .submenu.level-2 .Notre.pédagogie > .menu-link,
  .header__navigation .custom-menu-primary .submenu.level-1 > li.has-submenu.Nosservices .submenu.level-2 .Notre.accompagnement > .menu-link,
  .header__navigation .custom-menu-primary .submenu.level-1 > li.has-submenu.Nosservices .submenu.level-2 .Intégrer.notre.solution > .menu-link {width:100%;}
  .custom-menu-primary .submenu.level-1 {padding-left:0 !important; padding-right:0 !important;}
  }
  @media screen and (max-width: 420px){
    .logo-desktop{display: none !important;}
    .logo-mobile{display: block !important;height: 90px !important;margin-top: 0 !important;}
  }
  