header{
	background-color: white;
}

.sticky{
	position: fixed;
	top: 0;
	width: 100%;
}

#bloc_header_top{
	display: flex;
}

#logo_header{
	border: 1px solid black;
	width: 150px;
	height: 150px;
}

#box_header_infos_env{
	border: 1px solid black;
	width: 200px;
	height: 150px;
	margin-left: 20px;
}

#box_header_infos_env p{
	text-align: center;
}

#box_header_infos_session{
	border: 1px solid black;
	width: 200px;
	height: 150px;
	margin-left: 20px;
}

#box_header_infos_session p{
	text-align: center;
}

.data_infos_env{
	font-weight: bold;
	font-size: 20px;
}

.data_infos_session{
	font-weight: bold;
	font-size: 20px;
}

#box_header_timeout{
	border: 1px solid black;
	width: 200px;
	height: 150px;
	margin-left: 20px;
}

#box_header_timeout p{
	text-align: center;
}

#timeout{
	font-weight: bold;
	font-size: 20px;
}

#num_version{
	font-weight: bold;
	font-size: 20px;
}

#date_version{
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

#creds_app{
	font-style: italic;
	font-size: 12px;
}

#bloc_header_bottom{
	display: flex;
	background-color: rgb(17, 137, 15);
	padding: 5px;
	border: 1px solid black;
	margin-top: 10px;
	height: 25px;
}

.box_bloc_header_bottom{
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
}

.sep_box_bloc_header_bottom{
	border: 1px solid black;
	background-color: black;
	margin-left: 5px;
	margin-right: 5px;
}

.img_load{
	width: 20px;
	height: auto;
}

h2{
    font-style: italic;
    font-size: 16px;
	font-weight: bold;
}

h3{
    font-style: italic;
    font-size: 16px;
	font-weight: normal;
}

#bloc_header_bottom a{
	color: black;
}

#bloc_header_bottom a:visited{
	color: black;
}

#current_ip{
	font-weight: bold;
}

.legende{
	font-style: italic;
}

.app_unavailable{
	background-color: red;
	border: 1px solid black;
}

.app_current{
	background-color: #00FF00;
	border: 1px solid black;
}