.titre_p a{
    color: inherit !important;
    text-decoration:none !important;
    cursor: none !important;
    pointer-events: none !important;
}
body{
    /* user-select:none; */
    user-select:none !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    margin: 0 !important; 
    height: 100% !important;
}
.entete{
    background-color: rgb(143, 117, 70) !important;
    h1, a{
        color: white !important;
        text-decoration:none !important;
    }

}
.bas-page{
    background-color: rgb(143, 117, 70) !important;   
}

.liste li a{
    margin: 5px 0 !important; /* Marge supérieure et inférieure de 10px */
    padding: 10px; /* Ajoute un peu d'espace interne (padding) */
    border-radius: 15px; /* Coins arrondis */
    border-bottom-left-radius: 15px;
    
    font-size: 20px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    background-color: rgb(209, 179, 123) !important;
    color:rgb(0, 0, 0) !important;
}

.error{
    text-align:center;
    color:red; 
    padding-top:250px;
    /* font-size:xx-large; */
    font-size: x-large;
    font-weight: bold;
}
.taille{
    font-size: 10px !important;
}
/* Style pour le lien actif */
.navbar-active {
    background-color:rgb(143, 117, 70) !important;
    color: rgb(243, 235, 235) !important;
}

/* Style pour le lien inactif */
.navbar-inactive {
    background-color: white !important;
    color: black !important;
}
/* Personnalisation des styles jQuery Mobile */
.ui-input-text input {
    font-size: 16px;
    padding: 10px;
    border: 2px solid #007BFF;
    border-radius: 10px;
  }
  .ui-listview .ui-li {
    background: #f0f8ff;
    border-bottom: 1px solid #ccc;
  }
  .ui-listview .ui-li-heading {
    color: #007BFF;
  }
.error-message {
    background-color: #ff4c4c;
    text-align:center;
    color:white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    animation: shake 0.5s;
    max-width: 90%;
}
#settings-popup .ui-content label{
    display: block;
    margin-top: 10px;
    font-weight: bold;
  }
#settings-popup .ui-content select, #settings-popup .ui-content input	[type="color"]{
	width: 100%;
}
#contenu{
    width: 100vw !important;
    min-height: 100vh !important;
    padding: 20px !important;
    box-sizing: border-box !important;
}
.ui-page{
    min-height: 100vh !important;
}
.romeo{
    right: 50%;
}
.entete-ligne{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: relative;
}

.entete-ligne h2{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    font-size: 20px;
}
.icone-droite {
    margin-left: auto !important;
  }
.section { margin-bottom: 30px; }
.uli { margin-left: 20px; }
.bodi { font-family: Arial, sans-serif; line-height: 1.6; padding: 20px; background-color: #f9f9f9; }
.h2i, .h3i { color: #2c3e50; }

  /* Debue pour le mode sombre */
    /* 🎨 Thème clair par défaut */
    body {
      background-color: #f5f5f5;
      color: #000000;
    }
    main{
      background-color: #f5f5f5;
      color: #000000;
    }

    /* 🌙 Thème sombre */
    [data-theme="dark"] body {
      background-color: #121212 !important;
      color: #ffffff !important;
    }

    [data-theme="dark"]  .middle-container {
     background-color: #121212 !important;
      color: #ffffff !important;
    }
    [data-theme="dark"]  main {
     background-color: #121212;
      color: #ffffff;
    }

     [data-theme="dark"] .card {
     background-color: #121212;
      color: #ffffff;
    }


    #menucouleur{
      color: #ffffffff;
    }

    [data-theme="dark"] header,
    [data-theme="dark"] .home-tab-nav{
      background-color: #1e1e1e !important;
      color: #eee !important;
    }
     [data-theme="dark"]  #menucouleur {
      color: #202020ff;
    }

     /* Fin pour le mode sombre */