/*recherche Client */
  /* DEBUT MESSAGE ERROR */
	

	.form-error-message {
	font-size: 0.8rem;
	font-weight: lighter;    
	
	border-radius: 4px;

    font-weight: bold;
    color: #efefef;
    background: #881616;
    text-align: center;
    padding: 10px;
    border: 1px solid rgb(140, 130, 115);
    margin: 10px;
	}
	
    /* FIN MESSAGE ERROR */
	
	
    /* DEBUT BTN  unavailable*/
	
	.btn-unavailable {
		background-color: lightgrey;
		cursor: not-allowed;
	}
	
	.btn-unavailable > i {
    background-color: lightgrey;
	}
    /* FIN MESSAGE unavailable */
	
	/* debut RESPONSIVE   */
	
	.recherche-client-section {
		width: 100%;
		min-width:500px;
	}
	.table-section {
		width: 100%;
		min-width:740px;
	}
	
	#search_title {
		width: 100%;
		display: inline-flex;
		align-items: center;
		justify-content: space-between;
	}
	
	/* fin RESPONSIVE   */
	
/* Fin recherche Client */	