﻿@font-face {
	font-family: 'socialico';
    src: url('font/Socialico.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	
	font-family: 'socialicoplus';
    src: url('font/Socialico Plus.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	
  /*  font-family: 'autre_planete_icons_socialnRg';
    src: url('font/autreplanete_reseauxsociaux-webfont.eot');
    src: url('font/autreplanete_reseauxsociaux-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/autreplanete_reseauxsociaux-webfont.woff') format('woff'),
         url('font/autreplanete_reseauxsociaux-webfont.ttf') format('truetype'),
         url('font/autreplanete_reseauxsociaux-webfont.svg#autre_planete_icons_socialnRg') format('svg');
    font-weight: normal;
    font-style: normal;*/

}

@font-face {
  font-family: 'Socicon';
  src:  url('font/Socicon.eot?jxsw4b');
  src:  url('font/Socicon.eot?jxsw4b#iefix') format('embedded-opentype'),
    url('font/Socicon.woff2?jxsw4b') format('woff2'),
    url('font/Socicon.ttf?jxsw4b') format('truetype'),
    url('font/Socicon.woff?jxsw4b') format('woff'),
    url('font/Socicon.svg?jxsw4b#Socicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="socicon-"], [class*=" socicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header {
	font-family: "Century Gothic";
	position: fixed;
	z-index: 10;
	height: 150px; /* ---------------------------------------------  */
	top: 0;
	width: 100%;
	background: #000;
	}
	

	
#header a { /*link*/
	color: #929292;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.12em;
	transition: .5s;
}


#header #page-nav {

	text-transform: uppercase;
	font-size:14px;
	position: absolute;
	left: 15px;
	top: 20px; 
	}

	
#header #event-title-con{
	position: absolute;
	color: #929292;
   /* left: 0;*/
    width: 100%;
	top: 30px;
    height: 40px;
    text-align: center;
	z-index:-1;
}

#header #event-title-con .event-title{
	font-family: Georgia, serif;
	font-size: 30px;
	font-style: italic;
	text-transform: none;
	color: white;
	
}
#header #event-title-con .event-date{
	color: #ff7700
}
#header #event-title-con .event-detail{
	font-size: 13px;
}
	
	


#header #page-nav li {display: inline-block;margin-right: 18px; }
#header #page-nav li a {color: #929292; }
#header #page-nav li a:hover {color: rgba(255, 255, 255, 0.7); }
#header #page-nav li a.active {color: #ccc; }


#header #logo {
	overflow: hidden;
	background: url("img/logo200c.png") no-repeat;
	display: block;
	width: 200px;
	height: 30px;
	margin: 35px auto 0 auto; }
#header #logo:before {
	content: "";
	display: block;
	width: 0;
	height: 100%; }
	
#header .active-bar{
      color: #ccc;
      border-bottom: 1px solid #ff7700;
}
	
/* sub menu */
  #header .nav-wrap {
  color:#aaa;
    position: absolute;
   /* left: 0;*/
    width: 100%;
    background: transparent;
    top: 71px;
    height: 40px;
    text-align: center;
}
  #header .nav {
    text-transform: uppercase;
    list-style-type: none;
    text-align: center;
    margin-top: 11px; }
    #header .nav a {
      color: #acacac;
      padding-bottom: 2px; }
    #header .nav a.cat-filter {
      color: rgba(149, 149, 149, 0.7); }
    #header .nav a.active {
      color: #ccc;
      border-bottom: 2px solid #303030;}
	.menu-selected  
	  {border-bottom: 1px solid #ff7700; }
    #header .nav a:hover {
      color: rgba(255, 255, 255, 0.7);
      border-bottom: 3px solid #303030; }
    #header .nav li {
      display: inline-block;
      margin-right: 20px; }
 
  #header #socialgroup {
    position: absolute;
    right: 20px;
    top: 32px;
    margin-top: 0; }
	
	    #header #socialgroup a, .socialgroup a {
		color: #929292;       margin-right: 7px; font-size:1.2em; transition: .5s;}
	#header #socialgroup a:hover { color: rgba(255, 255, 255, 0.7);}
    #header #socialgroup a.last {
      margin-right: 0; }
	  

@media only screen and (max-width: 950px) {
	#header #page-nav {left: -10px; 	}
	#header #page-nav li {margin-right: 10px; }
}

@media only screen and (max-width: 800px) {
	#header #socialgroup {    position: absolute;    right: 10px;    top: 12px;    margin-top: 0; }
	#header a {font-size:12px;}
	#header #page-nav {left: -20px; top: 0; 	}
	#header #page-nav li {margin-right: 5px; }
	#header #logo {margin: 40px auto 0 auto;}
	#header #cgi_con li{	margin: 0 0 0 5px}
	#header #photo_con li{	margin: 0 0 0 5px}
	#header #socialgroup a, .socialgroup a {font-size:80%;}
	
}
  
  

	  
	.socicon-linkedin:before 	{	content: "\e04c";}
	.socicon-instagram:before 	{	content: "\e044";}
	.socicon-unsplash:before 	{	content: "\e914";}
	.socicon-facebook:before 	{	content: "\e028";} 
	.socicon-flickr:before 		{	content: "\e02d";}
	.socicon-behance:before 	{	content: "\e010";}
	.socicon-youtube:before		{	content: "\e0a5";}
	.socicon-vimeo:before 		{	content: "\e093";}
	.socicon-twitter:before 	{	content: "\e08d";}
