#capdeco-promo-bar.capdeco-promo-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 12px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 1;
}

#capdeco-promo-bar .capdeco-promo-bar__inner {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#capdeco-promo-bar p,
#capdeco-promo-bar span,
#capdeco-promo-bar strong,
#capdeco-promo-bar em {
  margin: 0;
  line-height: inherit;
}

#capdeco-promo-bar a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #capdeco-promo-bar.capdeco-promo-bar {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
  }
}

/* Le menu mobile du thème Capdeco doit toujours passer au-dessus du bandeau. */
body.show-boxpage #capdeco-promo-bar.capdeco-promo-bar,
body.mobile-menu-open #capdeco-promo-bar.capdeco-promo-bar,
body.menu-open #capdeco-promo-bar.capdeco-promo-bar {
  z-index: 0 !important;
}

.mobile-boxpage,
#mobile-boxpage,
.mobile-top-menu-wrapper {
  z-index: 9999;
}
