.header-contact-mobile{
	display: none;
	font-size: 0.875em;
	line-height: 1.54357;
}

a {
	cursor: pointer;
}

.space {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.upper {
	text-transform: uppercase;
}

/*=============================================================================
	header
  =============================================================================*/

.logo img {
	width: 220px;
	padding: 15px 0;
	padding-left: 15px;
	display: flex;
	max-width: 220px;
}
.menu.list-clear {
	padding: 7px 0;
	text-align: right;
}
.menu-item {
	display: inline-block;
	font-size: 0.875em;
	line-height: 1.54357;
	color: #4f648c;
}

/*=============================================================================
	home
  =============================================================================*/

/*=============================================================================
	header
  =============================================================================*/

/*=============================================================================
	header
  =============================================================================*/

/*=============================================================================
	header
  =============================================================================*/

/*=============================================================================
	header
  =============================================================================*/

/*=============================================================================
	header
  =============================================================================*/

/*=============================================================================
	header
  =============================================================================*/

/*=============================================================================
	contact
  =============================================================================*/

/*=============================================================================
	responsive
  =============================================================================*/

@media screen and (max-width: 1023px) {
	.menu-item {
		padding: 0.188em 1em;
		display: block;
	}
	.logo img{
		display: flex;
		align-items: center;
	}
	
	.header-contact{
		display: none;
	}
	.header-contact-mobile{
		display: block;
	}
	.main-menu{
		text-align: left;
	}
	.menu.list-clear{
		text-align: left;
	}
	.menutop{
		margin-bottom:0;
	 
	}
}

@media screen and (max-width: 760px){
	.logo img{
		width: 130px;
		height: auto;
		padding-top: 25px;
	}
	.topc__h1  {
		font-size:30px;
	}
	#results table {
		min-width:800px;
	}
	#carrieres #results{
		overflow:scroll;
	}
}