.topTierMenuContainer{
  text-align: right;
}
.topTierMenuContainer ul{
  padding-left: 0px; 
  list-style-type: none; 
  margin: 0px; 
}
.topTierMenuContainer ul li{
  display: inline-block; 
  padding: 10px; 
  font-size: 10px; 
  text-transform: uppercase; 
}
.topTierMenuContainer ul li a{
  color: white;   
  text-decoration: none; 
}


.mainMenuArea{
  text-align: right;   
}
.mainMenuArea ul{
  padding-left: 0px; 
  list-style-type: none; 
}
.mainMenuArea ul li {
  display: inline-block; 
  padding: 10px 70px 40px 0px; 
  position: relative; 
}
.mainMenuArea ul li:hover {
  cursor:pointer; 
}
.mainMenuArea ul ul li {
  padding: 0px 0 4px 0;
  display:block;
}
.mainMenuArea .hs-menu-children-wrapper {
  display: none; 
  width: 100%;
  max-width:230px;
  list-style-type: none; 
  padding: 20px; 
  text-align: left; 
  position: absolute; 
  top: 55px; 
  left: -35px; 
  background-color: #0f1f30;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  transition: opacity 0.3s;
}
.mainMenuArea .hs-item-has-children .hs-menu-children-wrapper {
  width:100px;
  opacity:0;
  transition: opacity 0.3s;
}
.mainMenuArea .hs-menu-children-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to right, #9c91dc, #b97daf);
  opacity:0.75;
}
.mainMenuArea .hs-item-has-children:before {
  content:'';
  background-image: url('https://20201817.fs1.hubspotusercontent-na1.net/hubfs/20201817/Images/icon-dropdown.svg');
  background-repeat:no-repeat;
  position:absolute;
  right:42px;
  top:15px;
  width:22px;height:22px;
  opacity:1;
}
.mainMenuArea .hs-item-has-children:hover:before {
  top:19px;
  transition: top 0.4s;
} 
.mainMenuArea .hs-item-has-children:hover .hs-menu-children-wrapper{
  display: block;
  width: 255px;
  opacity:1;
}
.mainMenuArea .hs-item-has-children .hs-menu-children-wrapper:before { 
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}
.mainMenuArea .hs-item-has-children:hover .hs-menu-children-wrapper:before {
  animation-name: fadeIn;
} 
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@keyframes fadeIn {
   0% {opacity: 0;}
   100% {opacity: 0.75;}
} 

/*  .active-branch .hs-item-has-children:nth-child(2) .hs-menu-children-wrapper { 
  display: none;
  height: 380px !important;
  width: 400px !important;
  flex-direction: column;
  flex-wrap: wrap;
  opacity:0;
}
.active-branch .hs-item-has-children:nth-child(2):hover .hs-menu-children-wrapper {
  display: flex;
  opacity:1;  
}
.active-branch .hs-item-has-children:nth-child(2) .hs-menu-children-wrapper li {
  width:200px;
}
.staticitem {
  text-transform: uppercase;
  border-bottom: 2px solid #aaa;
  padding-bottom: 3px;
  display: block;
  color:#aaa;
  margin-bottom:8px;
}

.mainMenuArea .hs-menu-depth-2 {
  padding-left: 0px; 
  padding-right: 0px; 
  display: block;   
} */
.mainMenuArea ul li a{  
  color: #e4e4e4; 
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size:15px;
  letter-spacing:0.03em;
  transition: 0.5s;
} 
.mainMenuArea ul li a:hover {
  color: #ffffff;
}
.mainMenuArea ul ul li a {
  color: #ffffff;
  background:#0f1f30;
  display:block !important;
  padding:10px 15px;
  border-radius:12px;-webkit-border-radius:12px;
}
.mainMenuArea ul ul li a:hover {
  color: #ffffff;
  background:#334c60;
  border-radius:12px;-webkit-border-radius:12px;
}
.mainMenuArea .hs-menu-wrapper ul li:last-child {
  padding:10px 0px 30px 0px
}
.mainMenuArea .hs-menu-wrapper ul li:last-child a {
  background:#1e2b31;
  padding:18px 26px;
  border-radius:40px;
}
.mainMenuArea .hs-menu-wrapper ul li:last-child a:hover {
  background:#57809b;
}
.mainMenuArea .hs-menu-wrapper ul ul li:last-child {
  padding:0px 0px 4px 0px;
}
.mainMenuArea .hs-menu-wrapper ul ul li:last-child a {
  background:none;
  padding:10px 15px;
}
.mainMenuArea .hs-menu-wrapper ul ul li:last-child a:hover {
  background:#334c60;
  border-radius:12px;-webkit-border-radius:12px;
}


.show-mobile-menu{
  display: none;   
}
.globalheaderSpacer{
  height: 140px;   
}

/* mobile menu styling */ 

.globalMobileWrapper{
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: space-between; 
  align-items: center; 
  padding: 15px; 
}

.globalMobileLogo{
  flex-basis: 70%;   
}
.globalMobileBars{
  flex-basis: 25%;   
  text-align: right; 
} 
.mobileWhiteLogo{
  width: 225px;
  padding:5px 0px 0px 5px;
}
.fas.fa-bars{
  color: #ccc;      
  font-size: 40px; 
}
.topTierMobile{
  background-color: #041224;   
  padding: 5px 15px;
}

.topTierMobile ul{
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: space-evenly; 
}
.topTierMobile ul li{ 
  flex-basis: 30%; 
}
.topTierMobile ul li a{ 
  color: white; 
  text-decoration: none; 
}

.mobileMenuExpanded {
  background: #041224;
  color: #fff;
  margin-top:-90px;
  padding: 90px 5px 5px;
  text-align: center;
  height: 50vh;
  overflow-y: auto;
  border-bottom: 10px solid #041224;
}

.bottomTierMobile{
  padding-left: 15px; 
  padding-right: 15px; 
}
.bottomTierMobile ul{
  list-style-type:none; 
}
.bottomTierMobile ul li a{
  color: white; 
  text-decoration: none;
  display:inline-block;
  padding:3px 0px;
}
.bottomTierMobile ul li a:hover {
  background:#334c60;
  border-radius:10px;
  -webkit-border-radius:10px;
}

.bottomTierMobile ul li.the__mobile__menu__items:last-child {
  background: #1e2b31;
  padding: 20px 40px;
  margin:0 40px;
  text-align:center;
  border-radius:40px;
}
.bottomTierMobile .hs-menu-children-wrapper{
  background-color: rgb(220,220,220);   
  padding-left: 13px; 
  padding-top: 10px; 
  padding-bottom: 10px; 
  display: none; 
}
.bottomTierMobile .hs-menu-depth-2{
  border-bottom: none;   
}
.bottomTierMobile .fa-angle-down {
  margin-left:5px;
}

.makeGray{
  background-color: white;    
}
.hideMe{
  display: none;   
}
.fas.fa-times{
  color: #49819f; 
  font-size: 25px; 
}
 .activeMobileMenu{
  display: block!important;  
}

#MainNavContainer{
  margin: 0px auto 15px; 
  position: absolute;
  width: 100%;
  left: 0px;
  top:40px;
  z-index: 999;
}

.globalBannerArea{
  text-align: center; 
  background-color: #713364; 
  padding-top: 7px; 
  padding-bottom: 7px; 
  position: fixed; 
  top:0px; 
  left:0px; 
  width: 100%;   
  z-index: 999; 
}
.globalBannerArea p{
  margin: 0px;   
  color: white;   
  background-color: #713364; 
  text-align: center; 
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  background:#041224;
  padding-top:10px;
}
.sticky .mainMenuArea ul {
  margin:10px 0 0 0;
}
.sticky .mainMenuArea ul li { padding:10px 70px 20px 0; }
.sticky .mainMenuArea ul ul li { padding:0 0 4px 0;display:block }
.sticky .mainMenuArea ul ul li a { padding:10px 15px; }
.sticky .mainMenuArea .hs-menu-children-wrapper { top:40px; }
.sticky .span3 img { max-width:200px;margin:8px 0 2px; }
 
@media only screen and (max-width: 1536px) and (min-width:1220px) {
  .mainMenuArea ul li { padding: 10px 60px 40px 0px; }
  .sticky .mainMenuArea ul li { padding: 10px 60px 20px 0px; }
  .mainMenuArea .hs-item-has-children:before { right:30px; }
  .bottomTierMobile ul li.the__mobile__menu__items:last-child { margin:0 auto;max-width:250px; }
}
@media only screen and (max-width: 1219px) and (min-width:1150px) {
  .mainMenuArea ul li { padding: 10px 50px 40px 0px; }
  .sticky .mainMenuArea ul li { padding: 10px 50px 20px 0px; }
  .mainMenuArea .hs-item-has-children::before { right:21px; }
}
@media only screen and (max-width: 1149px) and (min-width:1075px) {
  .mainMenuArea ul li { padding: 10px 40px 40px 0px; }
  .sticky .mainMenuArea ul li { padding: 10px 40px 20px 0px; }
  .mainMenuArea .hs-item-has-children::before { right:13px; }
  .mainMenuArea .hs-menu-wrapper ul li:last-child a { padding:18px 26px; }
  .sticky .mainMenuArea .hs-menu-wrapper ul li:last-child a { padding:18px 26px; }
}
@media only screen and (max-width: 1074px) and (min-width:1025px) {
  .mainMenuArea ul li { padding: 10px 35px 40px 0px; }
  .sticky .mainMenuArea ul li { padding: 10px 35px 20px 0px; }
  .mainMenuArea .hs-item-has-children::before { right:5px; }
  .mainMenuArea .hs-menu-wrapper ul li:last-child a { padding:18px 24px; }
  .sticky .mainMenuArea .hs-menu-wrapper ul li:last-child a { padding:18px 24px; }
}

@media screen and (max-width: 1024px){
  .hide-desktop-menu, .globalheaderSpacer {
    display: none;    
  }
  .show-mobile-menu{
    display: block;
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0px;
    z-index: 999;
    background: #041224;
  } 
  .hideBannerMobile{
    display: none;  
  }

  .the__mobile__menu{
    padding-left: 0px; 
    list-style-type: none; 
  }
  .the__mobile__menu__items{
    margin-top: 15px; 
    margin-bottom: 25px;
  }

  .nested__children__menu {
    font-size: 16px;
    border-radius:16px;
    -webkit-border-radius:16px;
    padding:1px;
    max-width:75%;
    margin:0 auto 20px;
    box-sizing:border-box;
    position:relative;
    background: linear-gradient(to right, #9c91dc, #b97daf);
  }
  .nested__children__menu .overlayfg {
    content: "";
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width:calc(100% - 46px);
    height:100%;
    padding:5px 23px;
    border-radius: inherit;
    /* !importanté */
    background: #041224;
  }
  .nested__menu__children__items{
    margin-top: 15px; 
    margin-bottom: 15px; 
  }
  .nested__menu__children__items a:hover {
    background:#334c60;
    border-radius:10px;
    -webkit-border-radius:10px;
  }
  .bottomTierMobile ul li.the__mobile__menu__items:last-child { margin:0 auto;max-width:250px; }
  .bottomTierMobile ul li a:hover { background:none; }
  .hiddenNested{
    display: none;   
  }
}

@media screen and (max-width: 800px) {
  .show-mobile-menu {
    background:none;
  }
  .stickytwo {
    background:#041224;
  }
  .nested__children__menu {
      max-width:85%;
  }
}

{#
.marquee {
    position: relative;
    overflow: hidden;
    --offset: 0vw;
    --move-initial: calc(350% + var(--offset));
    --move-final: calc(-100% + var(--offset)); 
}

.marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 14s linear infinite;
    animation-play-state: paused;
}

.marquee span {
    font-size: 10vw;
    padding: 0 2vw;
}

.marquee__inner {
    animation-play-state: running;
}

@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}
#}

