.header_global{
	display:flex;
	width:100%;
	height:30px;
	justify-content:space-around;
	justify-content:space-evenly;
	background-color: rgba(252, 78, 2,1);
}
.grand{
	display:block;
}
.petit{
	display:none;
}
.header_info{
	font-family:arial,sans serif;
	font-size : 1.3em;
	text-align:center;
	height:30px;
	background-color : rgba(252, 78, 2,1);
	line-height:30px;
}
.header_deconnect{
	font-family:arial,sans serif;
	font-size : 1em;
	text-align:center;
	height:30px;
	background-color : rgba(252, 78, 2,1);
	line-height:30px;
}

@media only screen and (max-width:680px){
	.header_global{
	display:flex;
	width:100%;
	height:30px;
	justify-content:space-around;
	justify-content:space-evenly;
	background-color:rgba(252, 78, 2,1);
}

.header_info{
	font-family:arial,sans serif;
	font-size : 1em;
	text-align:center;
	height:30px;
	background-color : rgba(252, 78, 2,1);
	line-height:30px;
}
.header_deconnect{
	font-family:arial,sans serif;
	font-size : 0.8em;
	text-align:center;
	height:30px;
	background-color : rgba(252, 78, 2,1);
	line-height:30px;
}
}
@media only screen and (max-width:540px){
.grand{
	display:none;
}
.petit{
	display:block;
}
.header_global{
	display:flex;
	width:100%;
	height:30px;
	justify-content:space-around;
	justify-content:space-evenly;
	background-color:rgba(252, 78, 2,1);
}

.header_info{
	font-family:arial,sans serif;
	font-size : 0.7em;
	text-align:center;
	height:30px;
	background-color : rgba(252, 78, 2,1);
	line-height:30px;
}
.header_deconnect{
	font-family:arial,sans serif;
	font-size : 0.5em;
	text-align:center;
	height:30px;
	background-color : rgba(252, 78, 2,1);
	line-height:30px;
}
}