/* Start custom CSS */.promo-banner {
    color: white;
    font-size: 13px; /* Ajustez la taille de la police si nécessaire */
    z-index: 10;

    display: block;
    background-color: var( --e-global-color-accent );
    padding:5px 30px;
    width:150px;
}

.elementor-widget-container {
    position: relative;
}/* End custom CSS */