.pubmanager-slot {
  --pubmanager-width: 970px;
  --pubmanager-height: 90px;
  position: relative;
  width: min(100%, var(--pubmanager-width));
  min-height: min(var(--pubmanager-height), 32vw);
  margin: 1rem auto;
  overflow: hidden;
  contain: layout paint;
  text-align: center;
}
.pubmanager-slot .pubmanager-label {
  position: absolute;
  z-index: 2;
  top: 2px;
  right: 4px;
  padding: 2px 5px;
  border-radius: 3px;
  background: rgba(0,0,0,.55);
  color: #fff;
  font: 9px/1.2 Arial, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  pointer-events: none;
}
.pubmanager-content,
.pubmanager-static {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: inherit;
}
.pubmanager-content > *,
.pubmanager-static > * {
  max-width: 100%;
}
.pubmanager-placeholder {
  display: block;
  width: 100%;
  min-height: inherit;
  background: transparent;
}
.pubmanager-creative {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
  overflow: hidden;
}
a.pubmanager-creative { line-height: 0; }
.pubmanager-creative picture,
.pubmanager-creative img,
.pubmanager-creative video {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  border: 0;
}
iframe.pubmanager-creative {
  min-height: var(--pubmanager-height);
  background: transparent;
}
.pubmanager-slot .pubmanager-content {
  opacity: 0;
  transform: translateY(0);
  transition: opacity .32s ease, transform .32s ease;
}
.pubmanager-slot.is-loaded .pubmanager-content { opacity: 1; }
.pubmanager-slot.is-changing .pubmanager-content { opacity: .12; }
.pubmanager-effect-glissement .pubmanager-content { transform: translateX(18px); }
.pubmanager-effect-glissement.is-loaded .pubmanager-content { transform: translateX(0); }
.pubmanager-effect-zoom .pubmanager-content { transform: scale(.97); }
.pubmanager-effect-zoom.is-loaded .pubmanager-content { transform: scale(1); }
.pubmanager-effect-aucun .pubmanager-content { transition: none; transform: none; }
.pubmanager-slot.is-empty { min-height: 0; margin-block: 0; }
.pubmanager-slot.is-empty .pubmanager-label { display: none; }
.pubmanager-slot.is-error .pubmanager-content { opacity: 1; }
@media (max-width: 640px) {
  .pubmanager-slot { min-height: min(var(--pubmanager-height), 34vw); }
  .pubmanager-slot .pubmanager-label { font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .pubmanager-slot .pubmanager-content { transition: none !important; transform: none !important; }
}
