/*
Theme Name: SO
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: so
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

.hidden {
	display: none;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after, .module:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix, .module {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix, .module {display:block;}
/* End hide from IE Mac */

a:link, a:visited{
	color: #fff;
	text-decoration: none;
}

/*STYLE */

body {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background-color: #06172a;
}

p{
	font-weight: 400;
	line-height: 25px;
}

h1 {
	text-transform: uppercase;
}

h3{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
}

.wrapper{
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

header {
	width: 100%;
	height: 80px;
 	background-color: rgba(8, 42, 80, 0.95);
	position: fixed;
	z-index: 2;
}

#logo {
	font-family: optimus;
	font-size: 40px;
	color: #fff;
	float: left;
	line-height: 85px;
}

nav {
	width: 810px;
	float: right;
}

nav ul li{
	float: left;
}

nav ul li a:link{
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	margin-right: 20px;
	display: block;
	font-weight: 400;
}

#socials ul li a:link{
	margin-right: 0px;
}

#socials ul li a:hover{
	border-bottom: none;
}

nav ul li a:visited{
	color: #fff;
}



#commons, #pros{
	height: 60px;
	border-left: 1px solid rgba(255, 255, 255, 0.75);
	float: left;
	margin-top: 10px;
	line-height: 60px;
	padding-left: 20px;
}

#commons{
	position: relative;
}

nav ul li a {
	display: block;
}

nav ul li a:hover {
	border-bottom: 2px solid white;
}



nav ul:after {
		content: ""; clear: both; display: block;
}

nav ul ul{
	opacity: 0;
	position: absolute;
	padding-top: 8.2px;
}

nav ul ul li{
	clear: both;
	background-color: rgba(8, 42, 80, 0.6);
	width: 100px;
	padding-left: 5px;
}

nav ul ul a:link{
	text-transform: none;
	border-bottom: none;
	height: 40px;
	line-height: 40px;
	display: block;
	width: 100%;
}

nav ul ul li:hover{
	background-color: rgba(8, 42, 80, 1);
	border-bottom: none;
	
}

nav ul li:hover > ul{
	opacity: 100;
	transition-property: opacity;
	transition-duration: 0.5s;

}

#socials{
	float: right;
	height: 60px;
	border-left: 1px solid rgba(255, 255, 255, 0.75);
	margin-top: 10px;
	padding-left: 15px;
	padding-top: 2px;
}


#socials li{
	margin-top: 10px;
	margin-right: 10px;
}

#socials li:last-child{
	margin-right: 0px;
}

section {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center; 
}

#trailer {
	background-image: url('img_style/trailer.jpg');
	background-repeat: no-repeat;
	height: 850px;
	border-bottom: 2px solid rgb(6, 23, 42);
	-webkit-background-size: cover;
	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.untiers, .deuxtiers {
	margin-top: 180px;	
}
.untiers{
	width: 378px;
	margin-right: 18px;
	float: left;
	text-align: center;
	padding-bottom: 50px;
	overflow: hidden;
}


.deuxtiers{
	width: 774px;
	float: right;
}

#narrator{
	font-size: 25px;
	font-weight: 600;
	font-style: italic;
}

#jmc_home{
	width: 84%;
	text-align: justify;
	float: left;
}

.home_author{
	font-size: 18px;
	text-align: center;
	float: right;
	width: 100px;
	font-weight: 400;
	background-color: rgba(6, 23, 42, 0.4);
	padding: 5px;
	border-radius: 15px;
}


#main_quote{
	width:100%
}

.home_quote{
	padding: 10px;
}

blockquote{
  	quotes: "\201C""\201D""\2018""\2019";
  	font-size: 20px;
  	line-height: 35px;
  	margin-bottom: 10px;
  	background-color: rgba(6, 23, 42, 0.25);
  	border-radius: 5px;
  	-webkit-margin-after: 0em;
  	-webkit-margin-end: 0em;
}

blockquote:before{
	color: #ccc;
	content: open-quote;
	font-size: 40px;
	margin-right: 0.10em;
	vertical-align: -0.45em;
	line-height: 25px;
}

blockquote:after{
	color: #ccc;
	content: close-quote;
	font-size: 40px;
	margin-left: 0.10em;
	vertical-align: -0.45em;
	line-height: 25px;
}

#jmc_avatar{
	width:100px;
	height: 100px;
	background-image: url('img_style/jmc-avatar.jpg');
	border-radius: 50px;
	display: inline-block;
	margin-top: 20px;
	float: right;
}


.author{
	height: 100px;
	font-size: 18px;
  	background-color: rgba(6, 23, 42, 0.5);
  	padding: 5px;
  	height: 25px;
  	border-radius: 5px;
  	display: block;
}



.before{
	text-align: center;
	height: 700px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
 	 background-size: cover;
/* 	background-attachment: fixed; */
}


.content-before{
	padding-top: 250px;
}

.before img{
	margin-top: 100px;
}


.teasing {
	font-size: 70px;
	font-weight: 700;
	-webkit-text-stroke: 3.0px rgb(6, 23, 42);
	-webkit-text-fill-color: #FFFFFF;
	text-transform: uppercase;
}

.sub {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px black;
	letter-spacing: 3px;
}

.arrow{
	opacity: 0.5;
}

.arrow:hover{
	opacity: 1;
	transition-property: all;
	transition-duration: 0.5s;
}

#about{
	height: 1400px;
}

#synopsis{
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-top: 125px;
}

#synopsis p{
	font-size: 25px;
	text-align: justify;
}

.column_half{
	margin-top: 10px;
	width: 567px;
	margin-right: 18px;
	float: left;
	padding-bottom: 50px;
	text-align: center;
}

.column_half p{
	text-align: justify;
}

#about .column_partners, , .column_half{
	margin-top: 50px;
}


#about .column_partners img, .column_half img{
	border: 2px solid rgba(255, 255, 255, 1);

}

#about .column_partners h2, .column_half h2{
	border-bottom: 0px;
	text-transform: uppercase;
	font-weight: 400;
}



.row {
	float: left;
	padding-top: 125px;
	
}



.clearfix:after{
	clear:both;
}

.big{
	height: 560px;
}

.shortenlabel{
	width: 150px;
}

.animal{
	float: left;
	margin-left: 9px;
	margin-bottom: 10px;
	position: relative;
}


.thumb{
	z-index: 0;
}

.label {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 1;
	font-weight: 400;
	background-color: rgba(6, 23, 42, 0.7);
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	opacity: 0;
	border-radius: 5px;
}

.overlay{
	background-color: rgba(6, 23, 42, 0.4);
	position: absolute;
	width: 100%;
	height: 130px;
	opacity: 100;
	z-index:1;
}

.animal:hover .overlay{
	opacity: 0; 
	transition-property: opacity;
	transition-duration: 1s;
}

.label{
	font-size: 13px;
}

.animal:hover .label{
	opacity: 100;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.lightbox{
	width: 600px;
}


.lightbox img{
	border: 5px solid white; 
}

.lightbox h3{
	font-weight: 300;
	padding-bottom: 5px;
}



#crew{
	text-align: center;
}

#crew_content {
	padding-top: 110px;
}

.crew_desc{
	height: 356px;
	width: 378px;
	float: left;
	margin-right: 18px;
	text-align: justify;
	font-size: 20px;
}

.crew_desc p {
	margin-top: 50px;
}

.crew_desc:last-child{
	margin-right: 0px;
	width: 505px;
}

.crew_desc blockquote{
	margin-top: 50px;
	text-align: left;
}


.main-member{
	float: left;
	height: 280px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 50px;
}

.main-member:last-child{
	margin-right: 0px;
}

.sub-member{
	float: left;
	height: 238px;
	margin-right: 18px;
}

.sub-member:last-child{
	margin-right: 0px;
}

.identity{
	width: 180px;
	float: left;
}
.crew_bio{
	width: 65%;
	float: right;
}

.id{
	background-color: #144a85;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: -3px;
	border-radius:0px 0px 15px 15px;
}

.name {
	font-weight: 400;
}

.title{
	font-style: italic;
}

.people {
	z-index: 0;
	position: relative;
}

.overlay-people{
	background-color: rgba(6, 23, 42, 0.7);
	float: left;
	opacity: 0;
	z-index:3;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	text-align: justify;
}

.people:hover .overlay-people{
	opacity: 100;
	transition-property: opacity;
	transition-duration: 1s;
}



#making_of{
	margin-bottom: 50px;
	height: 100%;
}

#making_of_content{
	height: 500px;
}



.making-thumb{
	float: left;
	margin-right: 7px;
}

.making-thumb:last-child{
	margin-right: 0px;
}

#partners_content{
	padding-top: 120px;
}

.column_partners{
	width: 378px;
	margin-right: 18px;
	float: left;
	text-align: center;
	padding-bottom: 50px;

}


.column_partners:last-child{
	margin-right: 0;
}

.column_partners p{
	text-align: justify;
}

.circular{
	border: 5px solid #4885c9;
}

#jmc_partner{
	border-radius: 189px;
	height: 189px;
	width: 189px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#ofs_partner{
	background-image: url('img_style/ofs_partner.jpg');
	border-radius: 189px;
	height: 189px;
	width: 189px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#three_de_partner{
	background-image: url('img_style/3de_partner.jpg');
	border-radius: 189px;
	height: 189px;
	width: 189px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/*
#places_box{
	float: left;
	width: 378px;
	overflow: scroll;
	height: 500px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}


.place {
	height: 70px;
	padding-left: 10px;
	padding-top: 10px;
	cursor: auto;
}


.A {
	background-color: rgba(8, 42, 80, 0.7);
}

.B {
	background-color: rgba(6, 23, 42, 0.7);
}

.infos{
	float: right;
	width: 320px;
}

.website, .dates {
	font-style: italic;
}

.website {
	color: white;
}

#map_canvas {
	height: 500px;
	width: 792px;
	float: right;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

#map{
	margin-top: 20px;
}
*/

#professionals{
	height: 630px;
	background-image: url('img_style/pros.jpg');
	background-repeat: no-repeat;
	border-top: 1px solid white;
}

.probloc{
	width: 260px;
	margin-top: 140px;
	margin-right: 42px;
	float: left;
	position: relative;
	height: 470px;
}

.probloc:first-child{
	margin-left: 0px;
}

.probloc:last-child{
	margin-right: 0px;
}

.probloc h3 {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 3px;
}

.probloc p{
	text-align: justify;
}

#press_releases {
	display: block;
	margin-top: 16px;
	text-align: center;
}

#press_releases li{
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-decoration: underline;
}

.ressource{
	margin-top: 58px;
	width: 262px;
	height: 136px;
	border: 3px solid white;
	border-radius: 15px;
	position: absolute;
	bottom: 0px;

}

.ressource:hover{
	background-color: rgba(6, 23, 42, 0.6);
	transition-property: all;
	transition-duration: 0.2s;
}

.ressource p{
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;	
	padding-top: 30px;
}

#newsletter{
	width: 200px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid white;
	margin-top: 10px;
	padding-top: 0;
	display: block;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 400;
	text-align: center;
}



#newsletter:hover{
	transition-property: all;
	transition-duration: .2s;
	background-color: white;
}

#newsletter:hover {
		color: rgb(6, 23, 42);

}


.socials{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
}


.icon{
	float: left;
		margin-right: 10px;
		margin-bottom: 10px;
}

.icon:hover{
	background-color: #0B59BF;
}

footer {
	height: 80px;
	background-color: rgb(6, 23, 42);
}

footer p{
	line-height: 50px;
	letter-spacing: 0.5px;
}

footer a:link{
	text-decoration: underline;
}

.logo{
	float: right;
}

/* WP recos */
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 1170px;
	height: auto;
}

/*Mailchim form */
#mc_embed_signup{
	background-color: rgba(6, 23, 42, 0.9); 
	clear:left; 
	font:14px 'Lato',sans-serif;  
	width:498px;
	}

#mc_embed_signup .button {
	background-color: rgba(6, 23, 42, 0.95);
}

#mc_embed_signup .mc-field-group input {
color: #fff;
}

figure {
display: block;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}