@import	url('cadre.css');
@import	url('fonts.css');
@import	url('form.css');
@import	url('info.css');
@import	url('notifs.css');
@import	url('sommaire.css');
@import	url('table.css');
@import	url('titre.css');
@import	url('tooltip.css');

* {
	margin:0;
	--hb_color: #242429;
	--gd_color: #444444;
	--centre_color: #333333;
	--text_color: white;
	--hb_text_color: #9ab9be;
	font-family: "LinBio";
	color: var(--text_color);
}

html{
	height: 100%;
}

body {
	background:#565656;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

a {
	text-decoration: none;
	cursor:pointer;
}

a:hover{
	color: var(--hb_text_color);
}

.cp-container.cp-popup {
    display: none;
}

#centre{
	overflow: hidden auto;
	width: 100%;
	position: relative;
}

.clickable {
	cursor:pointer;
}

hr{
	width: 70%;
	margin: 10px auto;
}

img#retour{
	max-width: 50px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#pleinecran {
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	width:20px;
}