@import "https://fonts.googleapis.com/css?family=Playfair Display:400";

@font-face {
	font-family:"BebasNeue";
	src:url('../fonts/BebasNeue.eot');
	src:url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BebasNeue.woff') format('woff'),
		url('../fonts/BebasNeue.ttf') format('truetype'),
		url('../fonts/BebasNeue.svg#BebasNeue') format('svg');
}

body {
	padding-top:219px;
	-moz-transition: padding-top 0.5s ease;
  	-o-transition: padding-top 0.5s ease;
  	-webkit-transition: padding-top 0.5s ease;
  	transition: padding-top 0.5s ease;
}
header {
	width:100%;
	height:220px;
	text-align: center;
	position: relative;
	position: fixed;
  	top: 0;
  	z-index: 16;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	-webkit-transition: all 0.5s ease;
  	transition: all 0.5s ease;
  	border-bottom: 1px solid white;
  	padding-top:10px;
}
header > div {
	line-height: 30px;
	color:#555;
	color:#3B5998;
	height: 130px;
	-moz-transition: all 0.3s ease;
	  	-o-transition: all 0.3s ease;
	  	-webkit-transition: all 0.3s ease;
	  	transition: all 0.3s ease;
  	opacity: 1;
  	margin:auto;
  	font-family: 'Playfair Display', serif;
  	font-size: 46px;
  	padding-top: 70px;
  	background: rgba(254,254,254,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(254,254,254,1) 0%, rgba(194,194,194,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(194,194,194,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(254,254,254,1) 0%, rgba(194,194,194,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(254,254,254,1) 0%, rgba(194,194,194,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(254,254,254,1) 0%, rgba(194,194,194,1) 100%);
background: radial-gradient(ellipse at center, rgba(254,254,254,1) 0%, rgba(194,194,194,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c2c2c2', GradientType=1 );
 background:url('../images/header/logo-ppl.svg') 50% no-repeat #FFF; 
 /*background:url('../images/header/logo-ppl-30-ans.png') 50% no-repeat #FFF; */
 /*background:url('../images/header/logo-ppl-christmas.png') 50% no-repeat #FFF;*/
}

header > div span{
	display: inline-block;
	/* line-height: 30px; */
	font-size:20px;
	text-transform: uppercase;
	/* border-top: 1px solid black; */
	color:#000;
	color:#FFF; /* noel 2016 */
	animation-duration: 4s;
    animation-fill-mode: both;
    animation-name: fadeIn;
}
header nav {
	position: absolute;
	bottom: 0;
 	width: 100%;
 	background:#333;
 	/* background:#180b42; */ /* Fond violet */
 	color:#FFF;
 	box-shadow: 0 5px 20px rgba(0,0,0,1);
 	height: 60px;
 	/* line-height: 60px; */
}

body.sticky-header {
  padding-top: 160px;
}

body.sticky-header header {
	height: 60px;
}
body.sticky-header header nav {
	background: rgba(60,60,60,0.9);
	/* background: rgba(21,11,66,0.9); */ /* Fond violet */ 
}
body.sticky-header header > div {
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
}

header nav ul {
	position: relative;
	display: flex;
	justify-content:center;
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
header nav ul, header nav ol {
  list-style: none;
}
header nav ul li a {
  transition: 0.5s;
}
header nav > ul > li > a {
	display: block;
	/* vertical-align: middle; */
	padding: 0 20px;
 	font:20px/44px "BebasNeue";
 	font:20px/60px "BebasNeue";
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	border-right:solid 1px #252525;
	border-right:solid 1px #000;
}
header nav > ul > li:last-child a {
	border-right:none;
}
header nav ul li.active a, header nav ul li:hover > a, header nav ul li.active:hover > a{
	color:#F40;
	/* color: #750b0e; /* noel 2016 */
	background:#252525;
	/*background:#130a33;*/ /* Fond violet */
}
header nav .megamenu {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background:#252525;
	/* background:#130a33; */ /* Fond violet */
	margin: 0;
	/* width: 140px; */
	padding:9px 6px 2px;
	border-left:solid 1px #252525;
	border-right:solid 1px #252525;
	transition: 0.5s;
	/* top:-5000px;
	left:0;
	z-index: 600;
	display: flex;
	flex-wrap:wrap;
	flex-direction:column; */
	box-shadow: 0 0 10px rgba(0,0,0,1);
}
header nav ul li:hover .megamenu {
	/* top:100%; */
	visibility:visible;
	opacity:1;
}
header nav .megamenu .list {
	display: inline-block;
	vertical-align: top;
	width: 135px;
	/* width: 145px; */
	margin:0 6px 7px;
	padding: 0;
}
header nav .megamenu .list li {
	width: 100%;
	/* float: left; */
	height:23px;
	line-height: 23px;
	text-align: left;
	overflow: hidden;
	 white-space: nowrap;
	text-overflow: ellipsis;
	color:#BBB;
	}
header nav .megamenu li a {
	color:#BBB;
	margin-left: 7px;
	/* text-align: left; */
	/* color:#FFF; */
	text-transform: none;
	text-decoration: none;
	/* display: inline; */
	font-size: 14px;
}
header nav .megamenu .list li.headline {
	border-bottom: 1px solid #BBB;
	margin-bottom:4px;
}
header nav .megamenu .list li.headline h3, header nav .megamenu .list li.headline h3 a {
	text-transform: uppercase;
	margin:0;
	font-size: 16px;
	font: 20px "BebasNeue";
}
header nav .megamenu .list li.headline h3 {
	margin-left: 7px;
}
/* Menu - responsive section */
header nav input#dropdown, header nav label{
	display:none;
	position:absolute;
	top:10px;
	right:14px;
	width:46px;
	height:35px;
}
header nav input#dropdown{
	opacity:0;
}
header nav label{
	background:#222 url(../images/icon_list.png) no-repeat center;
	webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
header nav h2.dropdown{
	display:none;
	position:absolute;
	top:9px;
	left:14px;
	margin:0;
	font:normal 25px "BebasNeue";
	color:#FFF;
}
@media only screen and (max-width: 1024px){
	header {
		height:0px;
		position: static;
	}
	header > div {
		display: none;
	}
	body {
		padding-top:60px; 
	}
	header nav input, header nav label, header nav h2.dropdown{
		display:block;
	}
	header nav h2 {
		width:50%;
	}
	header nav h2.dropdown img {
		height:45px;
	}
	header nav label {
		right:20%;
	}
	header nav{
		/* display: none; */
		width:100%;
		min-height:60px;
		/* height:100%; */
		/* overflow:hidden; */
		position:relative;
		position: absolute;
		top:0;
		/* height:80px; */
	}
	header nav ul {
		/* position: relative; */
		display:none;
		width:100%;
		margin:60px 0 0 0;
		padding:0;
		float:none;
		background-color: #555;
	}
	header nav ul li {
		width:60%;
		margin: 0 auto;
		text-align: left;
	}
	header nav ul li a {
		border:none;
	}
	header nav label:hover{
		cursor:pointer;
		}
	header nav input#dropdown:checked ~ ul{
		display:block;
		}
	/* header nav ul {
		display: block;
		z-index: 1600;
	} */
	header nav .megamenu {
		width:auto !important;
	}
	header nav .megamenu{
		display:block;
		position:static;
		visibility:visible;
		opacity:1;
		margin:0;
		font-size:0;
		overflow:hidden;
		border:none;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		}
	body.sticky-header {
	  padding-top: 0px;
	}

	body.sticky-header header {
		height: 0px;
	}
	body.sticky-header header > div {
	  -moz-transform: scale(0, 0);
	  -ms-transform: scale(0, 0);
	  -webkit-transform: scale(0, 0);
	  transform: scale(0, 0);
	  opacity: 0;
	}
}