*{
	margin:0px;
	padding:0px;
	font-family: 'Poppins';
;
}
body {
  background-color: transparent;
  z-index: 0;
  position:relative;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url('/medias/images/templates/gpep/gpep-background.png') center/cover no-repeat;
  z-index: -1;
}
header{
	display:block;
	width:100%;
	text-align:center;
	position:fixed;
	z-index:99
}
header nav ul{
	display:block;
}
header nav ul > li{
	display:inline-block;
	width:10%;
	padding:25px 5px;
	vertical-align: top;
	border-left:1px dashed #C0C0C0;
	transition: all 0.3s ease;
	background-color:rgb(255, 249, 169);
}
header nav ul > li:first-child{
	border:none;
}
/* header nav ul > li:first-child{
	display:inline-block;
	position:relative;
	width:20%;
	} */
header nav ul > li:hover,header nav ul > li.selected{
	background-color: #3498db;
	color:#FFFFFF;
}
header a.gpepHeaderLogo{
	position:absolute;
	top:0%;
	z-index:12;
}
header ul a{
	font-size:16px;
	text-decoration:none;
	color:#000000;
}
.ban-hero{
	background:url('/medias/images/templates/gpep/banniere.jpg') no-repeat;
	background-size:cover;
	height:580px;
	width:100%;
	background-position-y:middle;
	position:relative;
	z-index:10;
	top:75px;
}
.ban-hero >  .shadowWrapper{
	background-color:#000000;
	opacity:0.5;
	width:100%;
	height:100%;
	position:absolute;
	z-index:11;
}
.ban-hero .textWrapper{
	color:#FFFFFF;
	font-size:35px;
	display:block;
	width:70%;
	position:absolute;
	z-index:12;
	left:30%;
	top:30%
}
#main-wrapper{
	width:80%;
	margin:auto;
	top:110px;
	position:relative;
}

#home-left-info {
  position: sticky;
  top: 20px;
}