
  .Home {
    position: relative;
    background-image: url('/static/image/Home/Fournisseur.png'); /* Chemin basé sur STATICFILES_DIRS */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  

  .welcome-text {
    background-color:var(--background-second-leger);
    padding:20px;
    border-radius: var(--border-radius);
    width: 80%;
    margin-bottom: 50px;
    margin-top: 60px;

  }
  



