body.eimbt-french-home #header .eimbt-fr-lang-btn--header {
  width: auto !important;
  height: 37px !important;
  min-height: 0 !important;
  max-height: 37px !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 30.5px;
  margin-right: 10px;
  padding: 0 13px !important;
  border: 1px solid #e76909;
  background: #ffffff;
  color: #001962 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none !important;
  vertical-align: middle;
  box-sizing: border-box;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

body.eimbt-french-home #header .eimbt-fr-lang-btn--header:hover,
body.eimbt-french-home #header .eimbt-fr-lang-btn--header:focus-visible {
  border-color: #e66907;
  background: #e66907;
  color: #ffffff !important;
}

body.eimbt-french-home #header .eimbt-fr-lang-btn img {
  width: 22px;
  height: 22px;
  display: block;
  flex: 0 0 22px;
}

body.eimbt-french-home #header .eimbt-fr-mobile-lang-item {
  display: none !important;
}

@media (max-width: 991px) {
  body.eimbt-french-home #header .eimbt-fr-lang-btn--header {
    display: none !important;
  }

  body.eimbt-french-home #header .eimbt-fr-mobile-lang-item {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 20px 18px !important;
    text-align: left !important;
  }

  body.eimbt-french-home #header .eimbt-fr-mobile-lang-item > .eimbt-fr-lang-btn--mobile {
    width: auto !important;
    height: 37px !important;
    min-height: 0 !important;
    max-height: 37px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 14px 0 0 !important;
    padding: 0 13px !important;
    border: 1px solid #e66907 !important;
    background: #ffffff;
    color: #001962 !important;
    font-size: 13px !important;
    font-weight: 500;
    line-height: 1 !important;
    text-decoration: none !important;
    box-sizing: border-box;
  }

  body.eimbt-french-home #header .eimbt-fr-mobile-lang-item > .eimbt-fr-lang-btn--mobile:hover,
  body.eimbt-french-home #header .eimbt-fr-mobile-lang-item > .eimbt-fr-lang-btn--mobile:focus-visible {
    background: #e66907;
    color: #ffffff !important;
  }

  body.eimbt-french-home #header .eimbt-fr-lang-btn img {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }
}
