/*** MAIN ***/
/* Navbar */
html.desktop .navbar { z-index: 1030; border: none; background: #000; height: 100px; margin: 0; }
html.desktop .navbar-collapse { padding:0; }
/* Navbar Right */
html.desktop .navbar-right { float: none; position: absolute; right: 0; margin: 34px 30px; }
html.desktop .navbar-right>li { margin: 0 0 0 8px; }
html.desktop .navbar-right>li.fb_icon a,
html.desktop .navbar-right>li.vimeo_icon a { width: 30px; height: 32px; }
/* Navbar Center */
html.desktop .navbar .navbar-center { float: none; margin: 0 auto; display: table; table-layout: fixed; font-size: 18px; }
html.desktop .navbar .navbar-center>li#menu_margin_right { margin-right: 27px; }
html.desktop .navbar .navbar-center>li#menu_margin_left { margin-left: 27px; }
html.desktop .navbar .navbar-center>li>a { color: #FFF; font-size: 15px; line-height: 12px; margin: 45px 0 43px; padding: 0 24px 0 27px; text-transform: uppercase; font-family: gothammediumregular, sans-serif; letter-spacing: 1.8px; font-weight: 400; border-right: 1px solid #FFF; }
html.desktop .navbar .navbar-center>li:last-child>a { border-right: none; }
html.desktop .navbar .navbar-center>li>a:after { content: ""; width: 0; position: absolute; bottom: -4px; left: 27px; height: 1px; background-color: #FFF; -webkit-transition: width 200ms ease; -moz-transition: width 200ms ease; transition: width 200ms ease; }
html.desktop .navbar .navbar-center>li:nth-child(2)>a:hover:after { width: 68px; }
html.desktop .navbar .navbar-center>li:nth-child(3)>a { border-right: none; }
html.desktop .navbar .navbar-center>li:nth-child(3)>a:hover:after { width: 46px; }
html.desktop .navbar .navbar-center>li:nth-child(4)>a:hover:after { width: 49px; }
html.desktop .navbar .navbar-center>li:nth-child(5)>a:hover:after { width: 64px; }
/* Menu */
html.desktop #nav_overlay { position: fixed; height: 100px; z-index: 1029; width: 100%; top: 0; }
html.desktop #menu_overlay { z-index: 1032; width: 54px; position: fixed; margin: auto; top: 0; left: 0; right: 0; height: 100px; padding: 22px 0; }
html.desktop #menu_overlay #label_menu { display: block; font-size: 14px; line-height: 14px; margin-top: 8px; text-transform: uppercase; text-align: center; color: #FFF; display: none; font-family: gothammediumregular, sans-serif; letter-spacing: 1.5px; font-weight: 400; }
html.desktop #menu_overlay a,
html.desktop #menu_overlay a:hover { text-decoration: none; }
html.desktop .only_mobile_tablet { display: none; }
/* Project Active */
html.desktop #projet_active { width: 100%; height: 100%; z-index: 7; position: fixed; display: block; background-color: #191919; box-sizing: border-box; color: #FFF; display: none; top: 0; }
html.desktop #projet_active .feature_excerpt_content { position: fixed; width: 700px; left: 0; right: 0; margin: auto; }
html.desktop #projet_active .title { font-size: 40px; display: block; text-transform: uppercase; font-family: didotltstdbold, serif; letter-spacing: 2px; font-size: 4vh; font-weight: 100; text-align: center; }
html.desktop #projet_active .by { background-image: url('../../img/pixel.gif'); background-repeat: repeat-x; background-position: center; text-align: center; margin: 2px 0 12px; }
html.desktop #projet_active .by span { background-color: #191919; padding: 0 .5em; text-transform: uppercase; font-family: gothambookregular, sans-serif; letter-spacing: 1px; line-height: 1.4em; font-size: 1.4em; }
html.desktop #projet_active .by p { display: inline; }
html.desktop #projet_active .back { position: fixed; bottom: 0; left: 0; right: 0; }
html.desktop #projet_active .btn-back { margin: 20px auto; width: 64px; height: 64px; cursor: pointer; z-index: 8040; background-image: url('../../img/back.png'); background-size: cover; display: block; }
html.desktop #projet_active .btn-back:hover { background-image: url('../../img/back_hover.png'); }
html.desktop.projectActive,
html.desktop.projectActive body { height: 100%; overflow: hidden; }
.isVisible { display: block !important; }
/*** HOME ***/
/* Slide Controls */
html.desktop#home #slideControls { position: fixed; right: 0; top: 0; padding: 0; margin: 0; z-index: 6; }
html.desktop#home #slideControls li { width: 15px; height: 15px; background-image: url(../../img/side_icon.png); text-indent: -999px; margin: 10px; cursor: pointer; }
html.desktop#home #slideControls li.active,
html.desktop#home #slideControls li:hover { background-image: url(../../img/side_icon_hover.png); }
/* Projets */
html.desktop#home ul.projets { margin: 0; padding: 0; }
html.desktop#home ul.projets li { position: fixed; width: 100%; }
html.desktop#home ul.projets li .l-mask { top: 0px; left: 0px; }
html.desktop#home ul.projets li .r-mask { top: 0px; right: 0px; }
html.desktop#home ul.projets li .r-mask,
html.desktop#home ul.projets li .l-mask { width: 50%; height: 100%; position: absolute; overflow: hidden; }
html.desktop#home .r-mask .bg,
html.desktop#home .l-mask .bg { background-position: center; background-size: cover; }
html.desktop#home .r-mask .bg { left: -100%; }
html.desktop#home .r-mask .bg,
html.desktop#home .l-mask .bg { width: 200%; height: 100%; position: absolute; background-repeat: no-repeat; text-align: center; }
html.desktop#home .project_container { display: none; width: 15vw; height: 15vw; background-color: #000; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: fixed; margin: auto; top: 100px; bottom: 0; left: 0; right: 0; }
html.desktop#home ul.projets li.active .project_container { display: block; }
html.desktop#home .project_content { width: 80%; height: 80%; top: 10%; left: 10%; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; }
html.desktop#home .project_separator { height: 1px; background-color: #FFF; position: absolute; top: 57%; left: 0; width: 100%; }
html.desktop#home .project_separator span { position: absolute; left: 0; right: 0; margin: auto; display: block; width: 40px; font-family: gothambookregular, sans-serif; letter-spacing: 1px; text-transform: uppercase; background-color: #000; padding: 0 10px; top: -9px; line-height: 1.4em; font-size: 1.4em; font-weight: 100; }
html.desktop#home .project_content_top { text-align: center; position: absolute; bottom: 43%; width: 120%; text-transform: uppercase; font-family: didotltstdbold, serif; letter-spacing: 2px; font-size: 4vh; font-weight: 100; margin-left: -10%; margin-bottom: 3%; }
html.desktop#home .project_content_bot { text-align: center; position: absolute; top: 57%; width: 60%; text-transform: uppercase; font-size: 1.8vh; font-family: gothammediumregular, sans-serif; letter-spacing: 2px; font-weight: 700; margin-top: 7.5%; margin-left: 20%; line-height: 2.3vh; }
html.desktop#home .project_scroll { width: 22%; height: 22%; background-color: #FFF; right: 0; top: 100%; margin-top: -22%; position: absolute; color: #000; }
html.desktop#home .project_scroll_data { width: 100%; height: 100%; top: 17%; left: 17%; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; font-family: gothambookregular, sans-serif; text-transform: uppercase; text-align: center; padding-top: 10px; letter-spacing: 2px; font-size: .8vw; }
html.desktop#home .project_scroll_data img { margin-top: 8%; }
html.desktop#home .btn-play { cursor: pointer; display: none; background-image: url('../../img/btn_play.png'); background-size: contain; position: absolute; width: 45%; height: 45%; bottom: 0; top: 0; left: 0; right: 0; margin: auto; }
html.desktop#home ul.projets li.hasVideo .project_container:hover { background: none; }
html.desktop#home ul.projets li.hasVideo .project_container:hover .project_content_top,
html.desktop#home ul.projets li.hasVideo .project_container:hover .project_content_bot,
html.desktop#home ul.projets li.hasVideo .project_container:hover .project_separator,
html.desktop#home ul.projets li.hasVideo .project_container:hover .project_scroll { display: none; }
html.desktop#home ul.projets li.hasVideo .project_container:hover .btn-play { display: block; }
/*** REEL **/
html.desktop.reel { width: 100%; height: 100%; overflow: hidden; }
/*** WORKS ***/
html.desktop#works { min-height: 101%; overflow-x: hidden; }
html.desktop#works ul.projets { margin: 0; padding: 0; overflow: hidden; }
html.desktop#works ul.projets li { width: 33.33333333%; float: left; background-size: contain; }
html.desktop#works ul.projets li .project_container { display: none; width: 70.7%; height: 70.7%; background-color: #000; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); margin: auto; margin-top: 14.7%; }
html.desktop#works ul.projets li:hover .project_container { display: block; }
html.desktop#works ul.projets li .project_content { width: 90%; height: 90%; top: 5%; left: 5%; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; }
html.desktop#works ul.projets li .project_separator { height: 1px; background-color: #FFF; position: absolute; top: 57%; left: 0; width: 100%; }
html.desktop#works ul.projets li .project_separator span { position: absolute; left: 0; right: 0; margin: auto; display: block; width: 40px; font-family: gothambookregular, sans-serif; letter-spacing: 1px; text-transform: uppercase; background-color: #000; padding: 0 10px; top: -9px; line-height: 1.4em; font-size: 1.4em; font-weight: 100; }
html.desktop#works ul.projets li .project_content_top { text-align: center; position: absolute; bottom: 43%; width: 120%; text-transform: uppercase; font-family: didotltstdbold, serif; letter-spacing: 2px; font-size: 4vh; font-weight: 100; margin-left: -10%; margin-bottom: 3%; }
html.desktop#works ul.projets li .project_content_bot { text-align: center; position: absolute; top: 57%; width: 60%; text-transform: uppercase; font-size: 1.8vh; font-family: gothammediumregular, sans-serif; letter-spacing: 2px; font-weight: 700; margin-top: 7.5%; margin-left: 20%; line-height: 2.3vh; }
html.desktop#works ul.projets li .project_scroll { width: 18%; height: 18%; background-color: #FFF; right: 0; top: 100%; margin-top: -18%; position: absolute; color: #000; cursor: pointer; }
html.desktop#works ul.projets li .project_scroll_data { width: 100%; height: 100%; top: 20%; left: 20%; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; font-family: gothambookregular, sans-serif; text-transform: uppercase; text-align: center; padding-top: 10px; letter-spacing: 2px; font-size: .9vw; }
html.desktop#works ul.projets li .project_scroll:hover { background-color: #000; color: #FFF; border-top: 1px solid #FFF; border-left: 1px solid #FFF; }
html.desktop#works .btn-prev,
html.desktop#works .btn-next { width: 71px; height: 64px; position: fixed; margin: auto; top: 0; bottom: 0; cursor: pointer; }
html.desktop#works .btn-prev { left: 50px; background-image: url('../../img/btn-prev.png'); }
html.desktop#works .btn-prev:hover { background-image: url('../../img/btn-prev-hover.png'); }
html.desktop#works .btn-next { right: 50px; background-image: url('../../img/btn-next.png'); }
html.desktop#works .btn-next:hover { background-image: url('../../img/btn-next-hover.png'); }
/*** ABOUT ***/
html.desktop#about { height: 100%; width: 100%; overflow: hidden; }
html.desktop#about body { background-image: url('../../img/about_bg.jpg'); background-size: cover; background-position: center; }
html.desktop#about .about_container { z-index: 1000; display: block; width: 15vw; height: 15vw; background-color: #000; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: fixed; margin: auto; top: 100px; bottom: 0; left: 0; right: 0; }
html.desktop#about .about_content { width: 90%; height: 90%; top: 5%; left: 5%; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; }
html.desktop#about .about_separator { height: 1px; background-color: #FFF; position: absolute; top: 45%; left: 0; width: 100%; }
html.desktop#about .about_content_top { text-align: center; position: absolute; bottom: 55%; width: 120%; text-transform: uppercase; font-family: didotltstdbold, serif; letter-spacing: 2px; font-size: 4vh; font-weight: 100; margin-left: -10%; margin-bottom: 3%; }
html.desktop#about .about_content_bot { text-align: center; position: absolute; top: 43%; width: 80%; text-transform: uppercase; font-size: 1.8vh; font-family: gothammediumregular, sans-serif; letter-spacing: 2px; font-weight: 100; margin-top: 7.5%; margin-left: 10%; line-height: 2.3vh; }
html.desktop#about .about_scroll { cursor: pointer; width: 10%; height: 10%; background-color: #FFF; right: 0; top: 100%; margin-top: -10%; position: absolute; color: #000; }
html.desktop#about .about_scroll .about_scroll_data { background-size: 100%; width: 66%; height: 66%; top: 17%; left: 17%; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; font-family: gothambookregular, sans-serif; text-transform: uppercase; text-align: center; letter-spacing: 2px; font-size: .8vw; }
html.desktop#about .about_scroll.inactive .about_scroll_data { background-image: url('../../img/btn_info.png'); }
html.desktop#about .about_scroll.active .about_scroll_data { width: 46%; height: 46%; top: 27%; left: 27%; }
html.desktop#about .about_scroll.inactive:hover .about_scroll_data { background-image: url('../../img/btn_info_hover.png'); }
html.desktop#about .about_scroll:hover { background-color: #000; color: #FFF; border-top: 1px solid #FFF; border-left: 1px solid #FFF; }
html.desktop#about .buttons { margin-top: 5px; }
html.desktop#about .buttons ul { padding-left: 0; }
html.desktop#about .buttons ul li a { text-decoration: none; border: 1px solid #FFF; font-size: 11px; line-height: 11px; text-transform: uppercase; padding: 4px 6px 3px; color: #FFF; display: inline-block; width: 110px; margin: 10px 0 0; font-weight: 700; }
html.desktop#about .buttons ul li a:hover { background-color: #FFF; color: #000; }
html.desktop#about .infos_desktop { position: fixed; background-color: #FFF; color: #000; font-size: 12px; z-index: 4000; }
html.desktop#about .infos_desktop > div { width: 40%; font-size: 12px; margin: auto; position: absolute; left: 0; right: 0; text-align: justify; }
html.desktop#about .infos_desktop p { font-size: .9vw; }
html.desktop#about .infos_desktop img.close_infos { position: absolute; right: 20px; top: 20px; cursor: pointer; }
html.desktop#about .infos { display: none; }
html.desktop#about #map-canvas { position: fixed !important; right: 0; top: initial; bottom: 0; -webkit-transform: none !important; }
/*** PRELOADER ***/
html.desktop #preloader_desktop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 4000; background-color: #000; }
html.desktop #status { width: 100%; height: 100%; position: absolute; overflow: hidden; left: 0; top: 0; }
html.desktop #loading { position: absolute }