.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-d18491a */#top-bar {
  width: 100%;
  background: #f5f5f5;
  color: #000;
  font-size: 14px;
  padding: 5px 20px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

#top-bar .top-bar-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-text 10s linear infinite;
}

#top-bar-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: bold;
}

@keyframes scroll-text {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

@media(max-width: 768px){
  #top-bar { font-size: 12px; padding: 5px 10px; }
}


<script>
</style>

<div id="top-bar">
  <span class="top-bar-text">
    <a href="https://dws-engraving.com/paris-packaging-week-2026-linnovation-au-coeur-du-packaging-de-luxe/" target="_blank">Découvrez le nouveau soulier Gaspard</a>
  </span>
  <span id="top-bar-close">×</span>
</div>

<script>
  // Fermer la top bar au clic
  document.getElementById('top-bar-close').addEventListener('click', function() {
    document.getElementById('top-bar').style.display = 'none';
  });
</script>/* End custom CSS */