@charset "utf-8";
/* CSS Document */

body {
	background:#fff;
    width:100%;
    position:absolute;
	overflow-x: hidden;
	font-family:'Lovelo';
}

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background: #fff; 
}
 
::-webkit-scrollbar-thumb {
  background: #000; 
}

::-webkit-scrollbar-thumb:hover {
  background: #333; 
}

#header {
	width:100%;
	margin:0 auto;
	z-index:999;
	position:fixed;
	text-align:center;
	background:white;
}

#header table {
	width:50%;
}

#logo img {
	width:15%;
}

#titleArchives {
	width:70%;
	z-index:99999;
	position:fixed;
	background:white;
	left:15%;
	top:7%;
}

#logoArchives img {
	width:30%;
	float:left;
}

#headerArchives {
	content:url('../images/headerarchives.png');
	width:30%;
	margin-top:1.5%;
	float:right;
}

#headerArchives:hover {
	content:url('../images/headerarchives2.png');
}

#social img {
	width:60px;
}

#social img:hover {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; 
  
  -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
  transform:rotate(360deg);
}

.title {
	font-size:2em;
	font-family:'Whitelist';
}

/*//// NAV ////*/

ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 45%;
    left: 0px;
    list-style: none;
    z-index:999;
}

ul#navigation li {
    width: 350px;
	padding-bottom:2%;
	text-align:center;
	line-height:70px;
}

ul#navigation li a {
    display: block;
    margin-right: 0px;
    width: 380px;
    height: 70px;    
    opacity: 1;
	background:#000;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

.textMenu {
	font-weight:bold;
	color:#ffffff;
	font-size:3em;
}

/* */

ul#navigation2 {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 45%;
    right: 0px;
    list-style: none;
    z-index:999;
}

ul#navigation2 li {
    width: 350px;
	padding-bottom:2%;
	text-align:center;
	line-height:70px;
}

ul#navigation2 li a {
    display: block;
    margin-right: 0px;
    width: 380px;
    height: 70px;    
    opacity: 1;
	background:#000;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

/*//// FOOTER ////*/

.footer {
	right:2%;
	bottom:1%;
	position: fixed;		
	color:#333;
	font-family:"Lovelo";
	font-size:0.7em;
} 

/*// GALLERIE PAGE //*/

.article {
	position:absolute;
	width:60%;
	margin:11% 0 0 20%;
}

.article table {
	margin:0 auto;
}

.article td {
	padding-left:40px;
}

.article span {
	font-size:2em;
	text-align:left;
}

.article p {
	margin-top: 30px;
}

.gallery {
  width: 800px;
  margin: auto;
  margin-top:13%;
  overflow: hidden;
  position: relative;
}

.img-c {
  width: 200px;
  height: 200px;
  float: left;
  position: relative;
  overflow: hidden;
}

.img-w {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform ease-in-out 300ms;
}

.img-w img {
  display: none;
}

.img-c {
    transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.img-c:hover .img-w {
  transform: scale(1.08);
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.img-c.active {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  z-index: 999;
  //transform: translateX(-50%);
}

.img-c.postactive {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.img-c.active.positioned {
  left: 0 !important;
  top: 0 !important;
  transition-delay: 50ms;
}

/*//// ARCHIVES ////*/

#barre1 {
	display:block;
	background:black;
	width:3%;
	height:60%;
	position:fixed;
	bottom:0;
	left:5%;
	opacity:0.2;
	transition:opacity 1.5s;
}

#barre1:hover {
	opacity:1;
}

#barre2 {
	display:block;
	background:black;
	width:3%;
	height:60%;
	position:fixed;
	bottom:0;
	right:5%;
	opacity:0.2;
	transition:opacity 1.5s;
}

#barre2:hover {
	opacity:1;
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 10em 0 0 2em;
	max-width: 80%;
	height:auto;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	max-width: 30%;
	width: 40%;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 300;
}

.grid figure h2 span {
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-honey {
	background: #000;
}

figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.5;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3.6em 0.7em;
	width: 100%;
	line-height: 80%;
	text-align: left;
	font-size:1.4em;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey h2 span {
	font-family:'Whitelist';
}


figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.content {
	margin: 0 auto;
	max-width: 100%;
}

.content > h2 {
	clear: both;
	margin: 0;
	padding: 4em 1% 0;
	color: #484B54;
	font-weight: 800;
}

.content > h2:first-child {
	padding-top: 0em;
}
/*/////////////////*/

a {
	text-decoration:none;
    -webkit-transition: color .4s ease-in;
    -moz-transition: color .4s ease-in;
    -o-transition: color .4s ease-in;
    transition: color .4s ease-in;
	color:#000;
}

a:hover {
	text-decoration:none;
	color:#ff0000;
}

@font-face {
	font-family:'Lovelo';
	src:url('../design/Lovelo.ttf');
}

@font-face {
	font-family:'Whitelist';
	src:url('../design/Whitelist.otf');
}

/* MEDIA QUERIES */

@media screen and (max-width: 1600px) {
	
	figure.effect-honey h2 {
		font-size:1.2em;
		padding: 4em 0.7em;
	}
	
	.panel h1 {
		font-size: 3em;		
	}
	
	.panel__title {
    margin: 0 0 0 -2%;
	line-height:40px;
	}

}

@media screen and (max-width: 1400px) {
	
	figure.effect-honey h2 {
		font-size:1em;
		padding: 4.5em 0.7em;
	}
	
	.panel h1 {
    font-size: 3em;
	}
	
	.panel__title {
    margin: 0 0 0 -2%;
	line-height:40px;
	}
}

@media screen and (max-width: 1200px) {
	
	figure.effect-honey h2 {
		font-size:0.8em;
		padding: 5.5em 0.7em;
	}
	
	.panel h1 {
    font-size: 3em;
	}
	
	.panel__title {
    margin: 0 0 0 -2%;
	line-height:40px;
}

}
