.simple-banner {
  background: #2f24bf !important;
  color: #ffffff !important;
  min-height: 72px !important;
  height: 72px !important;
  padding: 0 72px 0 32px !important;
  box-sizing: border-box !important;
  z-index: 99999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  position: relative !important;
}

.simple-banner-scrolling {
  width: 100% !important;
  overflow: visible !important;
  white-space: normal !important;
}

.simple-banner-text,
.simple-banner .simple-banner-text {
  width: 100% !important;
  max-width: none !important;
  text-align: center !important;
  color: #ffffff !important;
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.simple-banner-text span,
.simple-banner-text a {
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

.simple-banner-text a,
.cm-top-banner-link {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  font-weight: 400 !important;
}

.simple-banner-text a:hover,
.simple-banner-text a:focus,
.cm-top-banner-link:hover,
.cm-top-banner-link:focus {
  color: #ffffff !important;
  text-decoration-thickness: 2px !important;
}

/* Langue : masqué par défaut */
.cm-banner-fr,
.cm-banner-en {
  display: none !important;
}

/* Français : toutes les pages sauf /en/ */
body:not(.cm-lang-en) .cm-banner-fr {
  display: inline !important;
}

body:not(.cm-lang-en) .cm-banner-en {
  display: none !important;
}

/* Anglais : /en/ et sous-pages /en/... */
body.cm-lang-en .cm-banner-fr {
  display: none !important;
}

body.cm-lang-en .cm-banner-en {
  display: inline !important;
}

/* Bouton fermer : position + carré sans arrondi */
button#simple-banner-close-button.simple-banner-button,
#simple-banner-close-button {
  position: absolute !important;
  top: 50% !important;
  right: 58px !important;
  transform: translateY(-50%) !important;

  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;

  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;

  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;

  line-height: 20px !important;
}

/* Mobile */
@media (max-width: 768px) {
  .simple-banner {
    height: auto !important;
    min-height: 56px !important;
    padding: 8px 48px 8px 48px !important;
    border-radius: 0 !important;
  }

  .simple-banner-text,
  .simple-banner .simple-banner-text {
    font-size: 14px !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  .simple-banner-text span,
  .simple-banner-text a {
    font-size: 14px !important;
    line-height: 1 !important;
  }

  button#simple-banner-close-button.simple-banner-button,
  #simple-banner-close-button {
    top: 50% !important;
    right: 32px !important;
    transform: translateY(-50%) !important;

    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;

    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
  }
}