/* === FONTS === */

/* === CSS  === */


*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}


html, body {
	font-size: 16px;
	margin: 0;
	
}

body{
	background-color: #000;
	color: #fff;
	font-family:"BrandonGrotW01-Regular";
	font-weight: normal;
	font-style: normal;

}
a, a:visited {
	color:#fff;
	outline: none;
	text-decoration: none;
}

ul{
	margin: 0;
	padding: 0;
}
li {
	list-style-type:none;
	padding: 0;
}

.clear{
	display: block;
	clear: both;
}

img{
	border:0;
	height: auto;	
}

a img{
	outline: none;
	border: none;
}

h1,h2,h3,h4{
	font-weight: normal;
}

#overlay-video {
	background: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998
}

#lightbox-video, #disclaimer {
	background: #000;
	box-shadow: 0 0 50px #000;
	display: none;
	left: 50%;
	position: fixed;
	top: 50%;
	z-index: 999;

	/*transform: translate(-50%, -50%);*/
	/*-webkit-transform: translate(-50%, -50%);*/
}

#disclaimer {
	height: 210px;
	margin: -105px 0 0 -230px;
	padding: 45px 0;
	width: 460px;

	transform: none;
	-webkit-transform: none;
}

#disclaimer h1{
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
}

/* ==========================================================================
	MENU
========================================================================== */
#menu_container{
	background: none repeat scroll 0 0 #000000;
	height: 100px;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 997;

	-webkit-transition: padding 1s ease; 
	-moz-transition: padding 1s ease; 
	-ms-transition: padding 1s ease; 
	-o-transition: padding 1s ease; 
	transition: padding 1s ease;
}

#toggle{
	background: url('../img/toggle.png') no-repeat;
	cursor: pointer;
	height: 17px;
	left: 15px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 22px;
}
#logo{
	display: block;
	height: 53px;
	left: 50%;
	margin-left: -26px;
	margin-top: -26px;
	position: absolute;
	top: 50%;
	width: 53px;
}
#logo img{
	left: 50%;
	margin-left: -26px;
	margin-top: -26px;
	position: absolute;
	top: 50%;
}

#menu_align{
	height: 70px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
#menu{
	background: #000;
	display: none;
	line-height: 40px;
	height: auto;
	position: relative;
	overflow: hidden;
	top: 70px;
	z-index: 999;
}
#menu ul li{
	background: black;
	border-top: 1px solid #222222;
	width: 100%;
	
}
#menu ul li a{
	display: block;
	height: 100%;
	padding-left: 15px;
	text-transform: uppercase;
	width: 100%;
}
#menu li#production, #menu li#about{
	background: url('../img/arrow_640.png') 98% center no-repeat;
}
#menu li#production.down, #menu li#about.down{
	background: url('../img/arrow_down_640.png') 98% 23px no-repeat;
}
#menu li#production #submenu, #menu li#about #submenu{
	display: none;
}
#nav_years #nav_years_container li.menu_active{
	color: #1fda00;
}
@media screen and (min-width: 1480px) {
	body #menu_align{
		width: 1460px;
	}
	body #menu ul li:first-child{
		margin-left: 50px;
	}
	body #menu ul li{
		margin-right: 60px;
	}
	body #menu ul li a{
		font-size: 18px;
	}
	body #menu li#production{
		width: 103px;
	}
	body #menu li#about{
		width: 55px;
		margin-right: 60px;
	}
	body #menu li#production #submenu, body #menu li#about #submenu{
		width: 118px;
	}
	body #menu li #submenu li:first-child{
		margin-left: 0;
	}
	body #menu li #submenu li{
		margin-right: 30px;
	}
}
/* ==========================================================================
	SUBMENU
========================================================================== */

#menu li #submenu li{
	border-top: none;
	height: 30px;
}
#menu li #submenu li:last-child{
	margin-bottom: 10px;
}
#menu li #submenu li a{
	color: #747474;
	font-size: 12px;
	line-height: 30px;
}


/* ==========================================================================
	SEARCH
========================================================================== */

.icon_search{
	background: url(../img/search_640.png) center right no-repeat;
	z-index: 10;
	height: 32px;
	margin-top: -12px;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 32px;
}
#quick-search{
	z-index: 1;
	height: 32px;
	margin-top: -12px;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 32px;
}
#quick-search #s{
	background: #1b1b1b;
	border:1px solid white;
	color: #fff;
	height: 32px;
	padding-left: 10px;
	position: absolute;
	text-indent: -9999;
	width: 32px;
	z-index: 1;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#quick-search #submit{
	background: none;
	border: none;
}


.search ul img {
	max-height: 200px;
}

/* ==========================================================================
	MAIN
========================================================================== */
#container{
	padding: 10px;
}

#main_container{
	margin: 120px auto;
}
#main{
	margin: 0 auto;
	width: 100%;
}

#logo_angelefine {
	background: url('../img/angelefine_320.png') no-repeat;
	height: 37px;
	left: 30px;
	position: absolute;
	top: 30px;
	width: 121px;
	z-index: 10;
}

body #latest .item:hover #wrapper_latest{
	display: none;
}

#footer {
	background:#1b1b1b;
	color: #b1b1b1;
	margin-top: 80px;
	padding-bottom: 10px;
	width: 100%;
	float: left;
}
#footer a {
	color: #b1b1b1;
	text-decoration: none;
	font-size: 15px;
}

#footer .barre{
	background-color: #a3a3a3;
	height: 1px;
	margin:0 auto; 
	width: 100%;
}
#wrapper_contact{
	width: 100%;
	height: 245px;
	border-right: 1px solid #494949;
}

@media screen and (min-width: 1480px) {

	#menu,.menu-main-container {
		width: 1460px;
	}
	#menu ul,.menu-main-container ul {
		width: auto;
	}
	#menu li#logo{
		padding-top: 0;
	}
	body #latest .item:hover #wrapper_latest{
		display: block;
	}
}

#footer .separateur {
	background:white;
	clear: both;
	height:5px;
	margin-bottom: 45px;
	width:22px;
}
#footer #infos{
	margin: auto;
	overflow: hidden;
	width :1460px;
}
#footer #contact {
	font-size: 14px;
	float: left;
	width:100%;
	padding-left: 10px;
}
#footer #contact .ss-icon {
	color: #b1b1b1;
	float: left;
	font-family: "SSSocial";
	font-size: 26px;
	margin: 40px 8px 0px 0px;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

@media screen and (min-width: 1480px) {
	#footer #contact .ss-icon {
		font-size: 28px;
		margin: 40px 12px 0px 0px;
	}
}
#footer #contact .ss-icon:hover {
	color: #ffffff;
}
#footer #contact .contact_box {
	float: left;
	margin-bottom: 20px;
	padding-right: 70px;
	width: 100%;
}
#footer #locations {
	float: left;
	width:100%;
	padding-left: 10px;
}

#content_locations a:hover, .contact_box a:hover{
	text-decoration:underline !important; 
}
#footer #locations .location {
	float: left;
	font-size: 14px;
	margin-bottom: 20px;
	padding-right: 70px;
	width:100%;
}
#footer #locations .location h4, #footer #contact .contact_box h4{
	font-family:"Proxima N W01 Bold";
	margin-top: 0px;
}
#footer #locations .location p, #footer #contact .contact_box p{
	font-family:"Proxima N W01 Light";
}
#footer h1 {
	color: white;
	font-family: "Brandon Grot W01 Bold";
	font-size: 22px;
	text-transform: uppercase;
	line-height: 30px;
	margin: 40px 0px;
}

#footer #locations a{
	color: #b1b1b1;
	font-family: "Brandon Grot W01 Bold";
	font-size: 18px;
	text-transform: uppercase;
	float: left;
	padding-bottom: 10px;
	padding-right:23px;
	margin: 0;
	text-decoration: none;
	width: 100%;
}
#footer #contact h1 {
	float: left;
	width: 50%;
}
#footer #infos{
	width: 100%;
}


@media screen and (max-width: 1480px) and (min-width: 960px) {
	#main_container{
		width: 960px;	
	}
	#footer #infos, #main{
		width: 940px;
	}

	#menu li ,.menu-main-container li  {
		margin-right: 15px
	}

	#footer #locations .location, #footer #contact .contact_box {
		width: 50%;
	}
}

@media screen and (min-width: 1480px) {
	#main_container{
		margin: 180px auto;
		width: 1480px;
	}
	#footer #infos, #main{
		width: 1460px;
	}
	#menu li,.menu-main-container li {
		margin-right: 55px;
	}
	#menu li#production #submenu li a{
		font-size: 14px;
	}
	#menu li#production #submenu{
		width: 100px;
	}
	#footer #locations .location, #footer #contact .contact_box {
		width: 50%;
	}
	/* Video preview image*/
	body #container #player{
		height: 668px;
	}


}


/* SEARCH */


#searchform{
	position: absolute;
    right: 0;
    top: 65px;
    z-index: 30;
}
.link_search:hover{
	text-decoration: underline;
}

body #main .search ul li{
	float: left;
	height: 250px;
	margin-right: 5px;
	overflow: hidden;
	width: 303px;
}

/* DEMO REEL */
.demoreel a.movie{
	z-index: 900;
}

.demoreel h3{
	border-bottom: 1px solid #2f2f2f;
	line-height: 50px;
	margin-bottom: 14px;
	overflow: hidden;
}

.demoreel .text{
	-moz-column-width:200px;
	-webkit-column-width:200px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}

/* Locations */
.location_infos{
	margin-top: 20px;
}
.separator{
	border:1px solid #666666;
	width: 100%;
	margin-bottom: 70px;
}
.title_infos{
	padding-bottom: 25px;
}
.map_image_infos, .description_location{
	float: left;
}
.map_image_infos{
	overflow: hidden;
	width: 100%;
}
.description_location{
	float: left;
	padding-left: 0;
	width: 100%;
}
.description_location h4, .description_location p{
	margin:0;
}
.adresse{
	margin: 0;
	font-size: 24px;
	padding-bottom: 10px;
}
.description_location a{
	color:#a5a5a5;
}
.link_gmap{
	float: left;
	width: 100%;
}
.link_img_map{
	float: left;
}



@media screen and (min-width: 1480px) {
	#quick-search{
		margin-top: 7px;
	}
}

/* ANGELE E FINE */

.page .title {
	position: relative;
}
.page .title h1{
	position: absolute;
	left: 15%;
	top: 25%;
}
.page .title img{
	width: 100%;
}
.page .content{
	margin: auto;
	width: 100%;

}
.page .colonne{
	float: left;
	padding: 10px;
	width: 100%;
}
.software, .philosophy{
	padding: 10px;
}

.page  h2{
	font-family:"Brandon Grot W01 Bold";
	margin: 75px 0 30px 0;
}

.page p{
	color:#a5a5a5;
	text-align: justify;
}

.page .bold{
	color: #fff;
	font-family:"Brandon Grot W01 Bold";
	font-size: 12px;
	text-transform: uppercase;
}


.page .regular{
	color: #fff;
	font-family:"BrandonGrotW01-Regular";
	font-size: 12px;
	text-transform: uppercase;
}


@media screen and (min-width: 1480px) {
	.page .content{
		width: 1275px;
	}
	.page .colonne{
		padding: 60px;
		width: 425px;
	}
	.page .colonne h3{
		height: 90px;
	}
}

/* B MAC */
.b-mac .colonne{
	width: 50%;
}
#bmac_img img{
	max-width: 610px;
	float: left;
}
#bmac_img img:nth-child(1){
	margin-right: 50px;
}

@media screen and (max-width: 1480px) and (min-width: 960px) {
	.b-mac .colonne{
		width: 50%;
	}
}

@media screen and (min-width: 1480px) {
	.b-mac .colonne{
		width: 50%;
	}
}

/* About Us */
.about .colonne{
	width: 50%;
	padding: 0;
	text-align: justify;
	margin-top: 26px;
}
.about h3{
	margin-bottom: 45px;
}

@media screen and (max-width: 1480px) and (min-width: 960px) {
	.about .colonne{
		width: 50%;
		padding: 0;
	}
}

@media screen and (min-width: 1480px) {
	.about .colonne{
		width: 50%;
		padding: 0;
	}
}


/* Popin */
.popin{
	top: 0;
	left: 0;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}
.films .popin_content{
	overflow: hidden;
}
.popin_content{
	background: black;
	position: fixed;
	z-index: 2;
	/*overflow: hidden;*/
	top: 50%;
	left:50%;
}
.popin_background{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 1;
}
.popin_content #container{
	height: 100%;
	padding: 0;
}
#player_container{
	height: 100%;
	width: 100%
}
body #main .popin_content #player_video_wrapper, body #main .popin_content #player{
	height: 100% !important;
	width: 100%;
}
.popin #player_video, .popin #player_jwplayer_display_image{
	top:0 !important;
}
.popin #player_video{
	left:0 !important;
	width: 100% !important;
	/*height: 100% !important;*/
}
.films .popin_content #container, .films .popin_content #push, .films .popin_content #player, .films .popin_content #player_wrapper{
	height: 100% !important;
}


/* REMOVE INPUT CSS CHROME */
input:focus, textarea:focus {
    outline: none;
}



/* ==========================================================================
   LOADER
   ========================================================================== */
#container_popin{
  	height: 100%;
}

.load{
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    overflow: hidden;
    display: none;
}
.progress{
    width: 500px;
    height: 3px;
    top: 50%;
    position: relative;
    margin-top: -5px;
    margin: 0 auto;
    background: #666666;
}
.bar{
    background: white;
    height: 100%;
    width: 0px;
    margin-top: 40px;
}
.title_load{
    background: url('../img/logo.png') no-repeat;
    width: 53px;
    height: 53px;
    margin: 0 auto;
    top: 50%;
    position: relative;
    margin-top: -100px; 
}

#menu_container, #main_container{
	display: none;
}


/* ==========================================================================
   POPIN
   ========================================================================== */
.home .popin{
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}
.home .popin_content{
    background:black;
    border: 1px solid #0f0f0f;
    color: #0f6eb4;
    height: 600px;
    left:50%;
    margin-left: -300px;
    margin-top: -300px;
    overflow: auto;
    padding: 20px 50px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 560px;
    z-index: 2;
}
.home .popin_background{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 1;
}
.close_popin{
    background: url("../img/close.png") no-repeat;
    width: 31px;
    height: 31px;
    position: absolute;
    top: -20px;
    right: -20px;
    display: none;
    cursor: pointer;
    z-index: 999999;
}
#latest h2{
	margin: 50px 0 20px;
}
#news .rub_title{
	border-bottom: 1px solid white;
	padding-bottom: 10px;
	margin: 20px 0 30px;
}
#news .item h3{
	font-size: 10px;
}
.popin_content::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
}

.popin_content::-webkit-scrollbar-track
{
  background: #191919;
}

.popin_content::-webkit-scrollbar-thumb
{
  background: #353535;
}


/* ==========================================================================
   JOBS
   ========================================================================== */
.jobs_content p{
	margin: 0;
}
.jobs_content{
	height: 100%;
	padding: 0 10px;
	width: 100%;
}
.page .jobs_content h2{
	margin:30px 0;
}
.jobs_content .jobs_list{
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.jobs_content .jobs_list .city:nth-child(2n){
	min-height: 210px;
}
.jobs_content .jobs_list .city a{
	float: left;
	width: 100%;
}
.jobs_content .jobs_list .city a.jobs_active{
	color: #1fda00;
}
.jobs_content .jobs_list .city ul{
	float: left;
}
.jobs_content .jobs_list .city ul:nth-child(3){
	padding-left: 0;
}
.jobs_content .city{
	float: left;
	width: 100%;
}
.jobs_content .separator{
	border:1px solid #2f2f2f;
	margin: 50px 0;
}
.jobs_content .jobs_detail .item h3, .jobs_content .jobs_detail .item h2{
	float: left;
	margin:0 0 20px 0;
}
.jobs_content .jobs_detail .item h2{
	color: #1fda00;
	line-height: 30px;
	font-size: 16px;
	min-width: 50%;
	padding-left: 10px;
}
.jobs_content .jobs_detail .item .text{
	float: left;
	text-align: justify;
}
.jobs_content .jobs_detail .item .text .apply{
	color: #1fda00;
}
.home .slidesjs-slide .wrapper_bandeau{
	background: rgba(0, 0, 0, 0.2);
	display: none;
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.slidesjs-slide img {
	height: auto;
    width: 100%;
}

.slides_container_home ul li:hover .wrapper_bandeau .bandeau{
	height: 100px;
	position: absolute;
	z-index: 999;
	margin-top: -50px;
	top: 50%;
	opacity: 0;
	text-align: center;
	width: 100%;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
}

.lb-prev {
  background: url(../img/prev.png) left 48% no-repeat;
}

/* line 93, ../sass/lightbox.sass */
.lb-next {
  background: url(../img/next.png) right 48% no-repeat;
}

.link_search{
	text-transform: uppercase;
}