.footer-menu {
	bottom: 0 !important;
}

.topnav {
	background-color: #082874;
	display: none;
}

/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 15px;
}

/* Add an active class to highlight the current page */
.active-menu {
	background-color: #4CAF50;
	color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
	display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
	float: left;
	overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
	font-size: 15px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content, .dropdown-content-hotellerie {
	display: none;
	position: relative;
    background-color: #082874;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a, .dropdown-content-hotellerie a  {
	float: none;
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	border-bottom: 1px solid rgba(120, 120, 120, 0.2);
	padding-left: 40px;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: white;
	color: black;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover, .dropdown-content-hotellerie a:hover {
	background-color: white;
	color: black;
}

.app-footer .footer-menu {
	display: inline-block;
	height: 40px;
	margin-left: 20px;
	padding-left: 33px;
	width: 80px;
	text-align: center;
	font-size: 90%;
	cursor: pointer;
}

.menu-img {
	width: 20px;
}

.show {
	display: block;
}

.hide {
	display: none!important;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 992px) {
	.topnav a:not (:first-child ), .dropdown .dropbtn {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 992px) {
	.topnav.responsive {
		position: absolute;
		bottom: 60px;
		left: 0;
		width: 50%
	}
	.topnav.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
		border-bottom: 1px solid rgba(120, 120, 120, 0.2);
		line-height: 1;
	}
	.topnav.responsive .dropdown {
		float: none;
		border-bottom: 1px solid rgba(120, 120, 120, 0.2);
	}
	.topnav.responsive .dropdown-content {
		position: relative;
	}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
	div[data-role="header"] .title.flights-content {
		line-height: 30px;
		max-width: 50%;
		font-size: 1.1em;
		display: grid;
		grid-template-columns: repeat(2, 2fr);
	}
	div[data-role="header"] .title .id-vol {
		grid-column: 1 / 1;
		grid-row: 1/1;
	}
	div[data-role="header"] .title .date-vol {
		margin-left: 0;
		grid-column: 1 / 3;
		grid-row: 2;
	}
	div[data-role="header"] .title .pdto {
		margin-left: 0;
		grid-column: 2 / 2;
		grid-row: 1;
	}
	.flights-header {
		display: none;
	}
	.legend {
		display: inline-grid;
	}
	.legend img {
		margin: auto;
	}
	#div_Ecat_Param_Ent_Data, #div_Ecat_Param_Ent_Action {
		padding-left: 20px;
    	padding-right: 20px;
	}
	#div_Ecat_Param_Content_Right_Data {
		overflow: scroll;
	}
	#footer_glabal {
		display: none !important;
	}
	#footer_dropdown {
		display: block !important;
	}
	#hubVers {
		display: none;
	}
	div#toolsBar.content-block, div#toolsBarMsg.content-block {
		padding-left: 0;
	}
	.flights-by-company .plane-tail img {
		width: 100px;
	}
	.flights-by-company .plane-tail .company_name{
		bottom: -5px;
		font-size: 0.6em;
	}
	.flights-by-company .flights-list {
    	margin-left: 100px;
	}
	.flights-by-company ul.flights li { 
		font-size: 1em;
    	width: 110px;
	}
	#mainListFlightsUl {
		padding-right: 0;
	}
	.filtre-time {
		display: block!important;
	}
	#table_synthese_lanscape {
		display: none;
	}
	#table_synthese_portrait {
		display: table;
	}
}

@media ( min-width : 993px) {
	#footer_glabal {
		display: block !important;
	}
	#footer_dropdown {
		display: none !important;
	}
	div[data-role="header"] .title.flights-content {
		line-height: 65px;
		max-width: 100%;
		font-size: 1.3em;
		display: block;
	}
	div[data-role="header"] .title .date-vol {
		margin-left: 40px;
	}
	div[data-role="header"] .title .pdto {
		margin-left: 40px;
	}
	.flights-header {
		display: block;
	}
	.legend {
		display: inline-block;
	}
	#div_Ecat_Param_Ent_Data, #div_Ecat_Param_Ent_Action {
		padding: 0;
	}
	#div_Ecat_Param_Content_Right_Data {
		overflow: hidden;
	}
	#hubVers {
		display: block;
	}
	div#toolsBar.content-block, div#toolsBarMsg.content-block {
		padding-left: 100px;
	}
	.flights-by-company .plane-tail img {
		width: 170px;
	}
	.flights-by-company .plane-tail .company_name{
		bottom: 3px;
		font-size: 0.9em;
	}
	.flights-by-company .flights-list {
    	margin-left: 175px;
	}
	.flights-by-company ul.flights li { 
		font-size: 1.4em;
    	width: 150px;
	}
	#mainListFlightsUl {
		padding-right: 12%;
	}
	.filtre-time {
		display: none!important;
	}
	#table_synthese_lanscape {
		display: table;
	}
	#table_synthese_portrait {
		display: none;
	}
}

@media ( max-width : 768px) {
	#headerPDF, #headerConfig {
		display: none;
	}
	#hubFilters {
		display: none;
	}
	#userInf {
		display: block;
	}
	#mainListFlightsTable {
		width: 100%;
	}
	#mainListFlightsTable table {
		line-height: 20px;
	}
	.correction input {
		width: 120px;
	}
	.article-label {
		display: none;
	}
	#img_fuselase {
		max-width: 100%;
	}
	.ofice_name {
		font-size: 1.1em;
	}
	div.label-info {
	
	}
	.slidesjs-container, .slidesjs-control {
		height: 70vh!important;
	}
	.divScrollStyleHaft {
		max-height: 62vh;
	}
	.modal-dialog {
	    width: 600px;
	}
	.div-separate {
		width: 80%;
	}
	#div_search_Logement {
		margin-top: 40px;
	}
}
@media ( min-width : 769px) {
	#headerPDF, #headerConfig {
		display: inline-block;
	}
	#hubFilters {
		display: block;
	}
	#userInf {
		display: inline-block;
	}
	#mainListFlightsTable {
		width: 82%;
	}
	#mainListFlightsTable table {
		line-height: 35px;
	}
	.correction input {
		width: auto;
	}
	.article-label {
		display: table-cell;
	}
	.ofice_name {
		font-size: 1.2em;
	}
	div.label-info {
		float: right;
	}
	.content-block-header .prestas-header {
	    border-right: 2px solid black;
	}
	.modal-dialog {
	    max-width: 800px;
	}
	.div-separate {
		width: 90%;
	}
}

@media ( max-width : 1600px) {
	#div_Ecat_Param_Content_Right_Data table {
		line-height: 20px;
	}
}
@media ( min-width : 1601px) {
	#div_Ecat_Param_Content_Right_Data table {
		line-height: 35px;
	}
}
@media ( max-width : 1200px) {
	#mainListFlightsTable {
		float: left!important;
		margin-left: 1%;
	}
	#hubFilters.reg, #hubVers.reg {
		left: 87%;
	}
	#menuBar {
		text-align: center;
	}
}
@media ( min-width : 1201px) {
	#mainListFlightsTable {
		float: right!important;
		margin-right: 1%;
	}
	#hubFilters.reg, #hubVers.reg {
		left: 1%;
	}
	#menuBar {
		text-align: right;
	}
}
@media ( max-width : 1024px) {
	#hotellerie_action {
	    right: 12%;
	}
	.signature-pad {
		width: 100%;
	}
	.logements {
		margin-top: 50px;
	}
	#btn_scroll_top {
		display: block;
	}
	.divlog-firstDivers {
		padding-left : 15%;
	}
	.divEle-ARM {
		left: 2%;position: absolute;
	}
	.divEle-VRA {
		left: 4.5%;position: absolute;
	}
}
@media ( min-width : 1025px) {
	#hotellerie_action {
	    right: 40%;
	}
	#img_fuselase {
		max-width: 90%;
	}
	.signature-pad {
		width: 60%;
	}
	.logements {
		margin-top: 0;
	}
	#btn_scroll_top {
		display: none;
	}
	.slidesjs-container, .slidesjs-control {
		height: 65vh!important;
	}
	.divScrollStyleHaft {
		max-height: 62vh;
	}
	.divlog-firstDivers {
		padding-left : 8%;
	}
	.divEle-ARM {
		left: -4.5%;position: absolute;
	}
	.divEle-VRA {
		left: -2%;position: absolute;
	}
}
@media ( max-width : 1024px) and (min-width : 769px) {
	#img_fuselase {
		max-width: 70%;
	}
	.slidesjs-container, .slidesjs-control {
		height: 60vh!important;
	}
	.divScrollStyleHaft {
		max-height: 57vh;
	}
}
