.navbar .nav-link {
  display: flex;
  gap: 0.25rem;
}

.custom-carets .dropdown-toggle:after {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}




@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    flex-wrap: wrap;
  } 

  html[lang="fr-FR"] {
    .navbar .nav-link  {
      font-size: 1rem;
      color: #012248;
      padding-left: 0.8rem !important;
      padding-right: 0,8rem !important;
    }
  }
}


/*Removing some default CSS from our language switcher*/
.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions {
  margin-bottom: 0;
}
  
.wpml-floating-language-switcher  .wpml-ls-statics-shortcode_actions a {
  background-color: transparent !important;
}
  
.wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal a {
    padding: 5px;
}

  
  
/*Customize this if you want*/
.wpml-floating-language-switcher {
  position: fixed;
  bottom: 50px;
  left: 10px;
  background: #f8f8f8; /*background color*/
  border: 1px solid; /*border settings*/
  border-color: #eee; /*color of the border*/
  padding: 0px; /*padding of container*/
  border-radius: 6px; /*rounded border*/
  /*Box Shadow*/
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}

.lang-switcher .container {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0.25rem;
  margin-top:4px;
}

.lang-switcher {
  position: fixed;
  top:0;
  z-index: 1031;
  width: 100%;
  padding: 4px 0;
  background-color: rgba(255,255,255,0.5);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid color-mix(in lab, #bf8329 20%, #fff 50%);
  .wpml-ls-legacy-list-horizontal {
    padding: 4px 0;
    display: inline-block;
    border:0!important;
    a {
      font-size: 0.9rem;
      padding: 0px 4px;
    }
  }

  .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    display: inline;
  }
}


.lang-switcher .container > a,
.lang-switcher .container > span {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
  padding: 0 4px;
  color: #bf8329;
  background-color: transparent;
}

.lang-switcher .container > a:hover {
text-decoration: underline;
}


@media (max-width: 767.98px) {
  #wrapper-footer .meta .legal-links {
      width: 100%;

      ul {
        width: 100%;
      }
  }
}

/* Adjust Navbar positioning */

.fixed-top {
  top: 36px;
}

.wrapper-navbar:has(.scrollpast) .lang-switcher {
  background-color: rgba(255,255,255,1)!important;
}

.page-banner, .standard-banner {
  height: 400px;
}

#wrapper-footer .meta .legal-links ul {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  #wrapper-footer .meta .legal-links ul {
    justify-content: center;
  }
}

.logos ul {
  padding: 3rem 0;
}