/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@charset "utf-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css?family=Tangerine:400,700|Open+Sans|');
@import url('https://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700|Source+Sans+Pro:300');*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700');
body {
	font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
	background-color: #000000;
	font-style: normal;
	color: #fff8f2;
	position: relative;
	overflow-x:hidden;
}

a:visited {
	color: white;
	text-decoration: none;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
.uppercase {text-transform: uppercase;}
.img-full-width {margin-top: 50px;}

/*.story img:hover
{
    transform: rotate3d(1, 1, 1, 0.5deg);
    transition: all 0.3s ease-in-out 0s;
}*/
/*================================================================*/
/*================================================================*/
/*	Preloader	*/
/*================================================================*/
/*================================================================*/
.js div#preloader { 
	position: fixed;
	left: 0;
	top: 0;
	z-index: 400;
	width: 100%;
	height: 100%; 
	overflow: visible;
	background: #000000 url('../images/ajax-loader.svg') no-repeat center center;
}

#preloader .info_text{ 
	z-index: 401;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	padding: 15px 30px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	text-align: center;
	font-size: 18px;
	width: 400px;
	margin: 120px 0 0 0;
}

#preloader .info_text img{
	width: 100px;
}	

/*================================================================*/
/*================================================================*/
/*	Menu Langues EN / FR	*/
/*================================================================*/
/*================================================================*/

.ml {
	position: fixed;
    top: 0;
    right: 10px;
    z-index: 390;
    padding: 0 5px 2px 5px;
}
.ml a {
	color: #7b7b7b;
}
/*================================================================*/
/*================================================================*/
/*	Header	*/
/*================================================================*/
/*================================================================*/
ul, ol {
    margin: 20px 0;
    padding: 0 0 0 0;
}
.go-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200;
	background: rgba(0,0,0,0.5) url("../images/menu.png");
	height: 90px;
	box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.26);
	padding: 0;
}
.go-boxed {
	position: relative;
    width: 100%;
    max-width: 960px; 
	margin: 0 auto;
}
.logo {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	opacity: 0;
	z-index:99;
}
.logo-menu {
	width: 218px;
	display: none;
	position: absolute;
	top: 5px;
	cursor: pointer;
	z-index: 310;
}
.logo-menu img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.social-network {
    margin: 0;
	position: absolute;
	left: 0;
	color: white;
	z-index: 309;
	padding: 0;
	font-size: 20px;
}
.menu {
	padding: 0;
	font-size: 20px;
    text-align:center;
	z-index: 301;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    float:clear;
	color: white;
}

#nav{
	list-style: none;
	z-index:302;

	left: 120px;
    position: relative;
}
#nav li span {
	text-transform: uppercase;
    font-size: 14px;
    padding: 0 13px 0 14px;
	letter-spacing: 4px;
	
}

#nav li{
	margin: 0 0 15px 0;	
	display: inline-block;
}
#nav li a{
	text-decoration: none;
}

#header, #intro, #second{
	/*width: 100%;*/
	/*width: 100%;*/
}
.tik2 {
	display: inline-block;
	text-align: left;
	text-decoration: none;
	color: #e5cba8;
	background: rgba(122,122,122,0.2);
	font-size: 11px;
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	padding: 5px 10px 5px 5px;
	border-radius: 12px 0 0 12px;
	box-shadow: 3px 3px 3px rgb(46, 42, 39);
	transition-property: box-shadow;
	transition-duration: 0.75s;
	-webkit-transition-property: box-shadow;
	-webkit-transition-duration: 0.75s;
	width: 130px;
	text-transform: uppercase;
}
.tik:hover{
  box-shadow: 3px 3px 3px rgba(46, 42, 39,0.2);
}
.dot {display: none;}


.stickers {
	position: fixed;
    top: 210px;
    right: auto;
    z-index: 99;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    left: -90px;
    text-align: center;
}

.stickers img{
	position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    max-width: 130px;
}
.concept .content-stickers img{
	width: 120px;
    position: absolute;
    left: 160px;
    bottom: 0px;
}

.stickers::before{
    position: relative;
    box-shadow: 1px 50px 32px rgba(0, 0, 0, 0.9);
    width: 50px;
    height: 40px;
    display: inline-block;
    content: " ";
    top: 10px;
    left: 90px;
    right: auto;
    bottom: auto;
    float: l;
    background: transparent;
}


.stickers2 {
    position: absolute;
    z-index: 100;
    width: 140px;
    border: 10px;
    top: 590px;
    left: 50px;
	opacity: 0;
}
	
.stickers2 img{
    width: 100%;
}
	
/*================================================================*/
/*================================================================*/
/*	Slides	*/
/*================================================================*/
/*================================================================*/

.slide-1 {
	position: relative;
    top: 290px;
    z-index: 99;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    height: 340px;
}
	
.slide-1 .l1{
    position: absolute;
    left: 2160px; 
    bottom: 0;
    background: black;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.9);
	z-index: 20;
	opacity: 0;
    border-radius: 90px;
	display:none;
}
.slide-1 .l1 img{
    width: 140px;
}

.slide-1 .l2{
    position: absolute;
    left: 2260px;
    bottom: 0;
	z-index: 10;
	opacity: 0;
	display:none;
}
.slide-1 .l2 img{
    width: 240px;
}




/*================================================================*/
/*================================================================*/
/*	Magic Slider	*/
/*================================================================*/
/*================================================================*/
.wrap_magic_slider {
	position: relative;
	top: 90px;
	background: transparent;
	z-index: 100;
	width: 100%;
}

.wms  {
  background: transparent;
}
.wms .wrapper {
  position: relative;
  display: flex;
}

.wms .img_test {
  width: 100%;
  height: 100%;

}

.wms  #rev-1{
  opacity: 1;
}
.wms .cover1 {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
	z-index: 110;
}

.wms .cover2 {
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
	z-index: 115;
}

/*================================================================*/
/*================================================================*/
/*	Typo	*/
/*================================================================*/
/*================================================================*/
.sep1 {
    position: absolute;
    top: 580px;
    width: 50%;
    margin: 0 auto;
    display: inline-block;
    left: 25%;
	z-index: 380;
}
.sep1 img{
    width: 100%;
}

.story-left, .story-right {
	width: 480px;
}
.flexbox-container-full > div.story-left {
	padding: 40px 40px 0 0;
}
.concept img {
	max-width: 440px;
	width:100%;
	
}
.flexbox-container-full > div.story-right {
	padding: 40px 0 0 40px;
}
h1 {
	font-size: 30px;
	line-height: 30px;
	margin: 0; 
	text-transform: uppercase;
	text-align: left;
	padding: 40px 0 0 0;
	letter-spacing: 2px;
}

h3 {
	text-align: left;
	padding: 0;
}
h4 {
	padding: 0;
	margin: 0;
	font-size:16px;
	text-align: left;
	
}
.italic {
	padding: 0;
	font-size:30px;
	margin: 0;
}
.capital {
	padding: 0;
	text-transform: uppercase;
	font-size:18px;
	text-align: left;
}
.normal.first-child {
	padding: 0;
}
.normal{
	padding: 10px 0 10px 0;
	margin: 0;
	font-size:13px;
	text-align: left;
	z-index: 201;
	position:relative;
	letter-spacing: 2px;
	line-height: 21px;
}

.normal-nopos{
	padding: 0;
	margin: 0;
	font-size:12px;
	text-align: left;
}
.normal.last-child {
	padding: 0;
	margin: 0;
	text-align: left;
}

.italic.first{
	margin: 0;
}
.normal.first{
	padding: 0;
	margin: 20px 0 20px 0;
	text-align: left;
	z-index: 201;
	position:relative;
}

.subtitle {
	font-size: 16px;
	margin: 0; 
	text-transform: uppercase;
	letter-spacing: 4px;
}
.emp {
	font-weight:bold;
}
/*================================================================*/
/*================================================================*/
/*	Sections	BACKGROUND*/
/*================================================================*/
/*================================================================*/
#intro{
	/*background:url(../images/bg-b2.jpg) 50% 0 no-repeat fixed;*/
	margin: 0 auto;
	padding: 0;
	/*box-shadow: 0px 0px 20px rgba(0, 0, 0, 1) inset;*/
	border: 0px solid rgba(0, 0, 0, 0.9);
	position: relative;
	background-size: cover;
}
.spacer_height {
	height: 300px;
}
.story_intro {
	width: 100%;
	max-width: 960px;
}

.teaser img {
	width:100%;
}

.fade-1 {
	background: url(../images/fade-1.png) 50% 0 no-repeat fixed;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 900px;
	z-index: 204;
}



/*================================================================*/
/*================================================================*/
/*	FLEX BOX, Sprite, Story	*/
/*================================================================*/
/*================================================================*/
.story{
	margin: 0 auto;
	overflow: none;
	width: 100%;
	max-width: 960px;
}
.story,
#story_intro {	
	width: 100%;
	max-width: 960px;
}
.story .float-left, .story .float-right{
	padding: 0 0 0 0;
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 0;
}
.story .float-left {
	margin-top: 100px;
	
}

.flexbox-container-full,
.flexbox-container {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	text-shadow:5px 5px 4px rgb(1, 1, 1);
    justify-content: center; 
}

.flexbox-container > div {
	padding: 0;
	margin: 0;
	width: 50%;
    justify-content: center; 
	display: flex;
}

.flexbox-container-full > div {
	width: 100%;
	padding: 0;
	margin: 0;
    text-align: left;
}


#txt_W3 h2 {
	margin-top:40px;
	margin-bottom:0;
}
#txt_W3  .flexbox-container-full > div.story-left {
    padding: 10px 40px 0 0;
}
#txt_W3  .flexbox-container-full > div.story-right {
    padding: 10px 0 0 40px;
}

body .margin-top-46{
	margin: 0 0 0 0;
}
body .padding-top-40{
	margin: 40px 0 0 0;
}
.flexbox-container > div:first-child {
}

.flexbox-container > div img.deco {
	border-radius: 0;
	width:100%;
}
.flexbox-container > div img{
	border-radius: 0;
}
.bground {
	background: rgba(0,0,0,0) url('../images/bg-support.png') no-repeat top center;
	margin: 10px 0;
	border-radius: 12px 12px 0 0;
}
.bground-citation {
	background: rgba(0,0,0,0.4);
	margin: 10px 0;
	border-radius: 12px 12px 0 0;
}
.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.flex-item {
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}




/*================================================================*/
/*================================================================*/
/*	Portrait	*/
/*================================================================*/
/*================================================================*/
.about-portrait{
	margin-top: 50px;
}
.portrait {
	text-align: center;
	width: 200px;
    box-shadow: 0px 0px -12px rgba(0,0,0,0.8);
}
.portrait_img {
	background: rgba(0,0,0,1);
}
.portrait .title {
	padding: 20px;
	background: rgba(0,0,0,0.6);
	
}
.portrait .title h3 {
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}
.portrait .title .subtitle {
    font-size: 14px; 
    color: #696969;
}
.portrait div{
	position: relative;
	
}
.plus {
	position: absolute;
    top: 10px;
    right: -10px;
    cursor: pointer;
    text-shadow: none;
}

.textes {
	margin: 0;
	padding: 0;
	background: rgba (0,0,0,0.6);
    position: relative;
    z-index: 204;
	
}
img.deco.right {
	border-radius: 9px;
    width: 100%;
    float: right;
    max-width: 350px;
	margin: 0 0 0 40px;
}
img.deco.left {
	border-radius: 9px;
    width: 100%;
    float: left;
    max-width: 350px;
	margin: 0 40px 0 0;
}
.clearboth {
	clear: both;
}



/*================================================================*/
/*================================================================*/
/*	Contact	*/
/*================================================================*/
/*================================================================*/

.contact a {
	color: #ffffff;
	font-size: 11px;
}
.lien_map {
	display: inline-block;
	font-size: 12px;
	width:100%;
	height:100%;
}

/*================================================================*/
/*================================================================*/
/*	Positionnements	SECTION */
/*================================================================*/
/*================================================================*/
#intro{
	position: relative;
}
/*
#txt_1 {
	position: relative;
	width: 100%;
	max-width: 960px;
}
#txt_2 {
	position: relative;
	width: 100%;
	max-width: 960px;
}
#txt_3 {
	position: relative;
	width: 100%;
	max-width: 960px;
}
#txt_4 {
	position: relative;
	width: 100%;
	max-width: 960px;
}
.metext, .metitle {
	position: relative;
	z-index: 9999;
}

.metitle {
	opacity:0;top:40px;
}
.metext{
	opacity:0;top:20px;
}
*/

/*================================================================*/
/*================================================================*/
/*	Video et cadre 	*/
/*================================================================*/
/*================================================================*/
.c-video {
    position: absolute;
    z-index: 100;
	max-width: 440px;
	width:100%;
}
.c-cadre {
    position: absolute;
    z-index: 120;
	max-width: 440px;
	width:100%;
}

/*================================================================*/
/*================================================================*/
/*	BONSHOMMES	*/
/*================================================================*/
/*================================================================*/
.mg1b {
	position: absolute;
	top: 670px;
	width: 100%;
	max-width: 960px;
}
.mg1b img{
	position: absolute;
}

.mg1 {
	position: absolute;
	top: 1070px;
	width: 100%;
	max-width: 960px;
}
.mg1 img{
	position: absolute;
}

.mg2 {
	position: absolute;
	top: 1800px;
	width: 100%;
	max-width: 960px;
}
.mg2 img{
	position: absolute;
}
.mg3 {
	position: relative;
	top: 0 !important;
	height: 600px;
	transform: scale(.5);
}
.i1,.i2, .i3, .i4  {
	position: absolute;
}
.i1 {
	opacity:0;left:-200px;top:200px;
}
.i2 {
	opacity:0;left:1000px;top:200px;
}
.i3 {
	opacity:0;left:-200px;top:200px;
}
.i4 {
	opacity:0;left:1000px;top:200px;
}
.it1 {
    text-align: left;
    position: absolute;
    top: 25px;
    left: 155px;
    width: 200px;
}
.it2 {
	text-align: left;
	position: absolute;
	top: 15px;
    left: 160px;
    display: block;
	width:200px;
}
.it3 {
	text-align: right;
	position: absolute;
	top: 20px;
	left: -190px;
	width:250px;
}
.it4 {
	text-align: left;
	position: absolute;
	top: 0px;
	left: 130px;
	width:250px;
}
.thealchimistsname {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	font-size: 16px;
	letter-spacing: 4px;
	margin-bottom: 10px;
}
.thealtitle {
	font-size: 12px;
	color: #dfdfdf;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 14px;
	display: inline-block;
}





/*================================================================*/
/*================================================================*/
/*	Footer	*/
/*================================================================*/
/*================================================================*/

#footer {
	position: relative;
	z-index: 300;
	color: white;
	text-align:center;
	width:100%;
	padding: 0;
	background: black;
}
#footer .img-footer {
	position: absolute;
	top: -24px;
	width: 600px;
	margin: 0 -300px;
	display: inline;
}
#footer .normal {
	font-size:8px;
	text-align: center;
	padding:20px;
}
.img-footer {
	width: 600px;
	margin: 0 auto;
	display: block;
}
.img-footer-full-width {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
/*
canvas {
  -webkit-mask: url('../images/maskme.png');
  mask: url('../images/maskme.png')  top left / cover;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  transition: -webkit-mask-size .3s;
}*/
#canvas{ position: absolute !important;top:0;}
#concept, #whoweare, #manufactures, #watches {
	position: relative;
	z-index: 100;
	margin-top:150px;
}
#contact {
	position: relative;
	z-index: 100;
	margin-top:200px;
}

#manufactures {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
#manufactures a{
    margin-top: 50px;
    display: inline-block;
}
#manufactures img{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

/*================================================================*/
/*================================================================*/
/*	RAYS	*/
/*================================================================*/
/*================================================================*/
.teaser {
    overflow: hidden;
    z-index: 30;
    position: relative;
}
#canvas2 {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}


#canvas2 {
      position: absolute;
    z-index: 100;
    top: -100px;
    left: 0;
    height: 880px;
    width: 100%;
	transform: rotate(0deg);
	opacity: 0.5;
}
#title {
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-size: 3em;
  text-align: center;
  color: #ffffff;
  mix-blend-mode: overlay;
}
form {
  position: absolute;
  padding: 30px;
  width: 200px;
  mix-blend-mode: overlay;
  font-size: 1.1em;
  z-index: 1;
}
label {
  display: block;
  text-align: center;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
input[type=range] {
  -webkit-appearance: none;
  margin-bottom: 18px;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: white;
}
input[type=range]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: white;
}
input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 2px solid white;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
.v2-link {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  mix-blend-mode: overlay;
}
.v2-link:hover {
  color: white;
  text-decoration: underline;
}
#codepen-link {
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 40px;
  width: 40px;
  z-index: 10;
  border-radius: 50%;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/544318/logo.jpg");
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
  transition: all 0.25s;
}
#codepen-link:hover {
  opacity: 1;
  box-shadow: 0 0 6px #6f6f6f;
}




.bg1 {
	width:100%;
	height:1784px;
    background-image: url("../images/Bibliotheque-2.jpg");
    background-repeat: no-repeat, no-repeat;
    background-color: transparent;
    background-position: center 0px;
	position:absolute;
	top:0;
	z-index:10;
	padding:0;
	margin: 0;
}

.bg12 {
	width:100%;
	height:1784px;
    background-image: url("../images/Bibliotheque-1.jpg");
    background-repeat: no-repeat, no-repeat;
    background-color: transparent;
    background-position: center 0px;
	position:absolute;
	top:0;
	z-index:10;
	padding:0;
	margin: 0;
}
.top_important {
	top: 0px !important;
}
.bg2:before {
	content: " ";
	width:100%;
	height:850px;
    background-image: url("../images/bg2.png") ;
    background-repeat: repeat no-repeat;
    background-color: transparent;
    background-position: top center;
	z-index:20;
	opacity:0.8;
	display: inline-block;
}
.bg2:after {
	content: " ";
	width:100%;
	height:100%;
    background-color: black;
	z-index:20;
	opacity:0.8;
	display: inline-block;
}
.bg2 {
	width:100%;
	height:0px;
    background-color: transparent;
	position:absolute;
	top:0;
	z-index:20;
	opacity:0.8;
	display: inline-block;
	line-height: 0;
	padding: 0;
	margin: 0;
}