
banner = Div(text="Bienvenue !",
             style={
                 'width': '100%',
                 'height': '200px',
                 'background-image': 'url("https://mabib.fr/crfj/userfiles/bannieres/banni%C3%A8re_biblioth%C3%A8que.jpg?version=1768825450")',  # ← ton image ici
                 'background-size': 'cover',
                 'color': 'white',
                 'font-size': '24px',
                 'text-align': 'center',
                 'line-height': '200px'
             })