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

body {
	background:#fff;
	height:100%;
    width:400%;
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
	overflow: hidden;
	font-family:'Lovelo';
}

#logo {
	float:left;
	margin:0 0 0 2%;
	z-index:999;
	position:fixed;
}

#logomobile {
	display:none;
}

#logo img {
	width:35%;
}

.social {
	top:3%;
	right:2%;
	float:right;
	position:fixed;
	z-index:99999;
}

.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);
}

.socialmobile img {
	display:none !important;
}

.section {
	margin:0;
    bottom:0;
	width:25%;
	height:100%;
    float:left;
}

/*//// PARALLAX HOME ////*/

.parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
	padding:2.2% 0 0 7%;
}

.element {
    position: absolute;
    width: 100%;
    height: 100%;
}

.element-layer1 {
	background:url('../images/ojcLogo.png') no-repeat;
}

.element-layer2 {
	background:url('../images/ojcSceau.png') no-repeat;
}

.element-layer3 {

}

.element-layer4 {

}

.element-layer5 {
	background:url('../images/lastwork.png') no-repeat;
	margin-left:0.4%;
}


/*//// 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-family:'Lovelo';
	font-weight:bold;
	color:#ffffff;
	font-size:3em;
}

ul#navigationmobile {
	display:none;
}

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

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

.footermobile {
	display:none;
}

/*//// SERVICES ////*/

.containerServ {
	margin:19% 0 0 0;
}

.ml12 {
  font-size: 1.8em;
	text-align:center;
  letter-spacing: 0.5em;
  position:relative;
}

.ml12 .letter {
  display: inline-block;
}

.services {
	width:500px;
}

.two table {
	margin:4% 0 0 0;
}

.two table img {
	width:150px;
	opacity:0.5;
	transition:opacity 0.8s;
}

.two table img:hover {
	opacity:1;
}

.two table td {
	padding:20px;
}

.archives {
	float:right;
	position:relative;
	width:6%;
	right:3%;
	padding-top:-5%;
	opacity:0.6;
	transition: opacity, all .4s ease-in-out;
}

.archives:hover {
	opacity:1;
	transform: scale(1.1);
}


/*//// CONTACT ////*/

.panel h1 {
    font-size: 2.5em;
}

.panel p {
	left:-40%;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 100%;
	margin:0 0 0 25%;
	color:#fff;
}

.panel {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1200px;
    user-select: none;
    pointer-events: none;
}

.panel__content-col {
    flex-basis: 25%;
}

.panel__content {
    position: absolute;
    top: 13%;
    left: 62%;
    z-index: 2;
    width: 100%;
}

.panel__text {
    display: inline-block;
    text-align: left;
}

.panel__img-col {
    flex-basis: 70%;
    box-shadow: 0px 20px 40px 8.72px rgba(0, 0, 0, 0.40);
}


.panel__title {
    margin: -10px 0 0 -2%;
	line-height:45px;
}

.panel__addr {
    position: relative;
    display: flex;
    margin: 25px 0 0 80px;
    justify-content: flex-end;
    
    span {
        display: block;
        margin: 9px 14px 0 0;
        height: 1px;
        width: 30px;
        background-color: #fff;
    }
}

.panel__line {
    width: 25%;
    height: 1px;
    margin: 24px 0 0 0%;
    background-color: #fff;
}

.panel__img-col {
    width: 100%;
}

.panel__img {
    display: block;
    width: 100%;
    object-fit: cover;
}

/*//// GALLERIE ////*/

.container {
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 10% 0 0 4em;
	max-width: 80%;
	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;
}

/*/ GALLERY MOBILE /*/

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

.img-c {
  width: 300px;
  height: 300px;
  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;
}


/*/////////////////*/

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

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

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

@font-face {
	font-family:'Whitelist';
	src:url('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;
}

}


@media screen and (max-width: 999px) {
	
	body {
		background:#fff;
		height:auto;
    	width:100%;
   		position:absolute;
    	top:0px;
    	left:0px;
    	bottom:0px;
		overflow: hidden;
		font-family:'Lovelo';
	}
	
	.navigationmobile {
		margin-top:40%;
		margin-left:-5%;
		height:70%;
	}
	
	.navigationmobile ul {
		float:left;
	}
	
	.navigationmobile li {
    	width: 60%;
    	height: auto;
    	opacity: 1;
		color:#fff;
		font-size:8em;
	}
	
	.navigationmobile p {
		background:#000;
		text-align:left;
		margin:-20px 0 0 0;
	}

	.navigationmobile a {
		color:#fff;
	}
	
	.M1 { width:105%; } .M2 { width:130%; } .M3 { width:110%; }
	.M1:hover { background:#ff0000; color:#000; } .M2:hover { background:#ff0000; color:#000; } .M3:hover { background:#ff0000; color:#000; }

	#logomobile {	
		display:block !important;
		margin:2% 0 0 8%;
		position:absolute;
	}
	
	#logomobile img{
		width:90%;		
	}
	
	.social {
		float:left;
		left:2%;
		top:80%;
	}
	
	.social img {
		width:50%;
	}
	
	.parallax, .element, ul#navigation, #logo, #navigation, .section, .footer  {
		display:none !important;
		visibility:hidden !important;
	}
	
	.footermobile {
	right:2%;
	bottom:1%;
	position: fixed;		
	color:#333;
	font-family:"Lovelo";
	font-size:2em;
	} 

}