* { box-sizing: border-box; } body {margin: 0;}#iaxjx{width:max-content;max-width:100%;}
  .livraison-bg {
    background-color: red;
    color: white;
  }
  .livraison-wrapper {
    position: relative;
    height: 2em;
    /* ajustez selon la hauteur de votre bandeau */
  }
  .livraison-slide {
    position: absolute;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    pointer-events: none;
  }
  .livraison-slide.active {
    opacity: 1;
    pointer-events: auto;
  }
  .livraison-link {
    color: white;
    text-decoration: none;
    display: block;
  }
  .livraison-link:hover {
    text-decoration: underline;
  }
