.cb-copyright-badge {
  position: absolute;
  bottom: 15px;
  right: 10px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cb-copyright-badge.open {
  max-width: 200px; /* déplié */
  transition: all 0.3s ease;
}
.cb-copyright-wrapper {
  position: relative;
  display: block;
  max-width: 100%;
}
