/*
	LAYOUT
	Global layout

	SUMMARY
	Global layout
	Sidebar
*/

.header-logo {
	position: fixed;
	top: 65px;
	left: 65px;
	z-index: 5;
	transition: .2s opacity ease-in-out;
}
.header-logo.hide {
	opacity: 0;
	z-index: 0;
}
.header-logo-print {
	display: none;
}
.page-template-news .header-logo, .page-template-offers .header-logo, .page-template-brands .header-logo, .search .header-logo,
.page-template-mediakit .header-logo, .page-template-digitalformats .header-logo, .page-template-operations .header-logo {
	position: absolute;
}
@media only screen and (max-width:989px) {
	.header-logo {
		display: none;
	}
	#mobile-logo {
		display: block;
		margin: 10px 0 0 15px;
		width: 164px;
		height: 40px;
		background: url(../img/logo-responsive.svg) no-repeat 0 0;
		background-size: 164px 40px;
	}
	#mobile-menu {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 60px;
		background: #fff;
		z-index: 20;
		box-shadow: 0 1px 4px rgba(0,0,0,.1);
	}
}
@media only screen and (max-width:400px) {
	#mobile-logo {
		width: 123px;
		height: 30px;
		margin-top: 15px;
		background-size: 123px 30px;
	}
}

/*-----------------------------------------------------------------------
  == Global layout
----------------------------------------------------------------------- */
.page-title {
	padding-bottom: 20px;
	position: relative;
	font-size: 56px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1;
}
@media (max-width:649px) {
	.page-title {
		font-size: 38px;
	}
}
.page-title-white, .page-id-1709 {
	color: #fff;
}
.page-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -9px;
	width: 18px;
	height: 1px;
	background: #000;
}
.page-title-white:after, .page-id-1709 .page-title:after {
	background: #fff;
}
.page-cover {
    position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.page-cover-img {
	display: block;
	position: absolute;
	top: -20%;
	bottom: -20%;
	left: -20%;
	right: -20%;
	margin: auto;
	width: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
}
.page-cover-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.page-cover-back {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	text-align: center;
}
.page-head {
	position: relative;
}
.page-inside {
	padding: 30px;
}
@media only screen and (min-width:990px) {
	.page-cover {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 50%;
		overflow: hidden;
	}
	.page-cover-img {
		max-width: 100%;
	}
	.page-content {
		padding-left: 50%;
	}
}

/*-----------------------------------------------------------------------
  == Side menu
----------------------------------------------------------------------- */
#menu-mask {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 10;
}
body.menu-open #menu-mask {
	display: block;
}
#menu-btn, #search-btn, #close-btn {
	position: fixed;
	right: 0;
	width: 60px;
	height: 60px;
	border: 0;
	z-index: 12;
	background: #fff;
}
@media only screen and (max-width:989px) {
	#menu-btn, #search-btn, #close-btn {
		z-index: 25;
	}
}
#menu-btn {
	top: 0;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
	font-weight: 500;
}
#menu-btn:focus, #close-btn:focus {
	outline: none;
}
#menu-btn > span {
	display: block;
	margin-bottom: 4px;
	line-height: 1;
}
#close-btn {
	top: 0;
	background: transparent url(../img/close.svg) no-repeat center center;
	background-size: 23px 23px;
	display: none;
}
#search-btn {
	top: 62px;
	background: #fff url(../img/search.svg) no-repeat center center;
	background-size: 23px 23px;
}
body.menu-open #search-btn {
	background-color: transparent;
}
@media only screen and (max-width:989px) {
	#search-btn {
		top: 0;
		right: 60px;
	}
}
#press-btn {
	position: fixed;
	top: 124px;
	right: 60px;
	z-index: 11;
	height: 60px;
	width: 120px;
	padding-top: 12px;
	text-transform: uppercase;
	text-decoration: none;
	background: #f4f4f4;
	font-size: 13px;
	line-height: 1;
	font-weight: 500;
	color: #000;
	text-align: center;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
@media only screen and (max-width:639px) {
	#press-btn {
		position: absolute;
		top: 80px;
		font-size: 12px;
		height: 45px;
		right: 45px;
	}
	#press-btn br:last-child {
		display: none;
	}
}
.lnk-home {
	position: absolute;
	top: 18px;
	left: 20px;
}
#menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 400px;
	padding: 80px 0 0 0;
	-ms-transform: translateX(400px);
	-webkit-transform: translateX(400px);
	transform: translateX(400px);
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	background: #fff;
	z-index: 11;
	height: 100vh;
	text-align: right;
	overflow: visible;
    overflow-y: auto;
}
@media only screen and (min-height:950px) {
	#menu {
		padding: 140px 0 0 0;
	}
}
@media only screen and (max-width:639px) {
	#menu {
		width: 320px;
		-ms-transform: translateX(320px);
		-webkit-transform: translateX(320px);
		transform: translateX(320px);
	}
}
#menu.is-visible {
  	-ms-transform: translateX(0);
  	-webkit-transform: translateX(0);
  	transform: translateX(0);
}
.nav-primary {
	margin-bottom: 30px;
	padding-right: 30px;
	text-transform: uppercase;
}
@media (min-width:990px) {
	.nav-primary {
		padding-right: 70px;
	}
}
.nav-primary li {
	display: block;
	list-style: none;
	position: relative;
	font-size: 22px;
	line-height: 1;
	font-weight: 500;
}
@media only screen and (max-width:639px) {
	.nav-primary li {
		font-size: 20px;
	}
}
@media only screen and (min-height:800px) {
	#menu-item-328 {
		margin-top: 30px;
	}
}
.nav-primary a {
	display: block;
	padding: 18px 0;
	color: #000;
	text-decoration: none;
	transition: .1s color ease-in-out;
}
.nav-primary .lien-gris a {
	color: rgba(0,0,0,.5);
}
@media only screen and (min-height:800px) and (max-height:949px) {
	.nav-primary a {
		padding: 15px 0;
	}
}
@media (max-height:799px) {
	.nav-primary a {
		padding: 10px 0;
	}
}
.nav-primary a:hover, .nav-primary a:focus, .nav-primary .current-menu-item > a,
.single-job #menu-item-328 > a, .single-internship #menu-item-328 > a,
.single-post #menu-item-22 > a, .single-offer #menu-item-21 > a, .single-study #menu-item-35 > a, .single-brand #menu-item-20 > a {
	color: #1d4b84;
	outline: none;
}
.nav-secondary {
	display: block;
	padding: 30px 0 10px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	font-weight: 500;
}
.nav-secondary a {
	display: inline-block;
	margin-left: 5px;
	color: rgba(0,0,0,.5);
	text-decoration: none;
}
.nav-secondary a:hover, .nav-secondary a:focus {
	text-decoration: underline;
}
.nav-secondary li {
	display: inline;
	list-style: none;
}
.header .social-links {
}
.header .social-links a {
	color: #1d4b84;
}
.header .social-links a:hover, .header .social-links a:focus {
	color: #000;
}