:root {
	--couleur_1: #051b1f;
	--couleur_2: #161a1b;
	--couleur_3: #b77f07;
	--couleur_4: #d6d1d1;
	--gradient_1_3: linear-gradient(to bottom right, var(--couleur_3) 50%, var(--couleur_2) 160%);
	--pre_turquoise: #00ad9b;

}

/* -------------------- DEBUG --------------------   */

.debug_content::-webkit-scrollbar {
	width: 4px;
	background-color: black;
	height: 8px;
}

.debug_content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(256, 256, 0, 0.3);
}

.debug_content::-webkit-scrollbar-thumb {
	background-color: var(--pre_turquoise);
	outline: 1px solid black;
	-webkit-box-shadow: 0 0 6px black;
	border-left: black 1px solid;
}

.debug_toogle_bt {
	position: absolute;
	background-color: #080808;
	background-color: var(--pre_turquoise);
	color: white;
	/* left: 0; */
	transform: rotate(270deg);
	top: 4.2em;
	left: -3.8em;
	z-index: 100000;
	width: auto;
	/* height: 2em; */
	padding: .4em 1em;
	display: inline-block;
	font-family: courier !important;
	border: var(--pre_turquoise) 1px solid;
	border-bottom-width: 0;
	text-shadow: black 0 0em 0.2em;
	border-radius: var(--border_radius) var(--border_radius) 0 0;
	box-shadow: #1d605761 -0.3em 0.2em 0.4em;
}

.debug_block {
	z-index: 1000;
	padding: 1em;
	font-family: courrier, monospace !important;
	/*     display: inline-block;
    width: 50vw; */
	background-color: #111;
	background-image: url(https://jaxprodart.com/EspaceClient/P360/_theme/img/matrixBG.svg);
	color: var(--pre_turquoise);
	box-shadow: #000 0 0 2em inset, #000 0 0 20em inset;
	border: var(--pre_turquoise) 1px solid;
	border-width: 1px 0;
	width: auto;
	height: 100vh;
	display: block;
	position: fixed;
	right: 0;
	transform: translateX(100%);
	transition: var(--basic_fade);
	opacity: 0.5;
	;
	/* overflow: auto; */
	;
	top: 0;
	max-height: 100vh;
	max-width: 80vw;
}

.debug_block * {
	font-family: monospace;
}

.debug_content {
	height: 100%;
	width: 100%;
	overflow: auto !important;
	font-size: 0.7rem;
	color: white;
	background-color: #00000082;
	position: relative;
}

.debug_block:hover {
	transform: translateX(0%);
	opacity: 0.95;
	box-shadow: black 0em 0 7em;
}

.debug_block .ligneNum {
	color: #000;
	background-color: var(--pre_turquoise);
	border-radius: .2em;
	padding: 0 .4em;
	font-weight: bold;
}

.debug_localisation {
	display: inline;
	color: var(--pre_turquoise);
	font-style: italic;
	word-break: break-all;
	font-family: courier;
}

.debug_string {
	box-shadow: #000 1px 1px 1px;
	padding: 0.1em 0.5em;
	background-color: #0000004a;
	transition: all .8s ease;
	/* background-color:#05170ed4; */
	border-bottom: var(--pre_turquoise) 1px solid;
	width: auto;
	max-width: 100%;
	/* display: table; */
	display: block;
	margin-top: 0.3em;
	line-height: 1.3em;
}

.debugTab {
	padding-left: 0.9em;
	border-left: #00ad9b61 0.3em solid;
	border-radius: 1em;
	width: auto;
	max-width: 100%;
	background-color: #00ad9b1c;
	/* display: table; */
	display: block;
	margin-left: 0.7em;
	/* display: none; */
	overflow: auto;
	max-height: 20em;
}

.debug_block span.tabKey {
	background-color: #00ad9b1f;
	padding: 0px 0.5em;
}

.debug_block span.tabVal {
	background-color: #00ad9b52;
	padding: 0 .4em;
	border: #00a9975e 1px solid;
	border-radius: var(--border_radius);
	margin-right: 2em;
}

.debug_string:hover {
	padding: 1em;
	background-color: #001d1ac7;
	color: cyan;
}

/* -------------------- DEBUG --------------------   */