/*dialog wait*/
.liz-dialog-wait {
    background: #F6F6F6;
    border: 1px solid #606060;
    min-width: 200px;
    max-width: 300px;   /* Ou plus si tu veux */
  }
  

  .liz-dialog-wait .ui-dialog-titlebar{
    background: #215135;
    color : #FBFBFB;
  }
  .liz-dialog-wait .ui-dialog-titlebar-close{
    display:none;
  }
  .ui-widget-overlay {
    opacity : 0.8;
    background : black;
  }

  #loading {
    background-image: url(/index.php/view/media/getMedia?repository=03reglementations&project=manifestation&path=..%2Fmedia%2Fthemes%2Fdefault%2Fcss%2F/img/chargement.gif);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
  }

  /* Loader GIF central pour toutes les actions */
#lizmap-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(/index.php/view/media/getMedia?repository=03reglementations&project=manifestation&path=..%2Fmedia%2Fthemes%2Fdefault%2Fcss%2F/img/action.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px 100px;
    z-index: 9999;
    pointer-events: none;
    display: none;
}



  .liz-dialog-wait .ui-dialog-content {
    word-wrap: break-word;   /* Coupe les mots longs */
    white-space: normal;     /* Permet le retour à la ligne */
    text-align: center;      /* Centrer le texte si tu veux */
    padding: 5px;           /* Un peu d'air autour du texte */
    box-sizing: border-box;  /* Inclut le padding dans la largeur */
}
.liz-dialog-wait .ui-dialog-title {
  white-space: normal;       /* Permet le retour à la ligne */
  word-wrap: break-word;     /* Coupe si besoin */
  text-align: center;        /* Centré si tu préfères */
  padding: 0.3em;            /* Un peu d'air */
  max-width: 100%;           /* Respecte la largeur du conteneur */
}


