/* Base: aucune marge au-dessus des champs */
.input input,
.input select,
.input textarea {
  margin-top: 0;
}

div.input > label.lcontainer  {
  margin-top: 1.95rem !important; /* ajuste selon la hauteur de ton label */
}


/* Ajoute l’espace seulement si le conteneur n’a pas de label direct */
.input-group,
.input:not(:has(> label)) input,
.input:not(:has(> label)) select,
.input:not(:has(> label)) textarea {
  margin-top: 1.95rem; /* ajuste selon la hauteur de ton label */
}



li.limenu > div.input > input.isearch {
   margin-top: 0.3rem !important;
  
}
   

