.json-editor {
	width: 100%;
	min-height: 200px; /* Ajustez la hauteur selon vos préférences */
	font-family: monospace; /* Utilisation d'une police à large espacement pour la lisibilité */
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 5px;
//background-color: black; /* Couleur de fond */
	color: #9ACD32; /* Couleur du texte */
	white-space: pre-wrap; /* Conserver la mise en forme */
}

.selected{
	background-color: black !important;
}

tbody tr{

}

#informations{
	color: white !important;
}

#informationsEng{
	color: white !important;
}

*{padding:0;margin:0;}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:22px;
}

.confFilter{
	border-spacing: 15px;
	width: 100%;
}

.confFilter tr{
	border: 1px solid white;
}
.confSending{
	border-spacing: 15px;
	width: 100%;
}
.confSending tr{
	border: 1px solid white;
}

.container {
	max-width: 90%;
}