/*
Theme Name: Geometry
Description: A theme by Geometry - Brussels - Visit us at http://www.geometry.be
Author: Geometry
Version: 1.0
*/

/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
/* END CSS RESET */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
 font-family: CourierNewRegular;
 src: url("fonts/CourierNewRegular.eot")
}

@font-face {
 font-family: CourierNewRegular;
 src: url("fonts/CourierNewRegular.ttf")
}

@font-face {
 font-family: CourierNewBold;
 src: url("fonts/CourierNewBold.eot")
}

@font-face {
 font-family: CourierNewBold;
 src: url("fonts/CourierNewBold.ttf")
}

@font-face {
 font-family: CourierNewItalic;
 src: url("fonts/CourierNewItalic.eot")
}

@font-face {
 font-family: CourierNewItalic;
 src: url("fonts/CourierNewItalic.ttf")
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size:cover;
	background-attachment:fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1,
h2,
h3,
p,
pre,
ul {
	margin: 0;
	padding: 0;
}

pre {
	background: #fefefe;
	border: 1px solid #dedede;
	overflow-x: auto;
	padding: 2em;
}

ul {
	margin-left: 1em;
}

#nav {
	left: 0;
	right: 0;
	top: 0;
	list-style: none;
	margin: 0;
	position: fixed;
	text-align: center;
	padding-top: 9px;
	overflow: hidden;
	background: #ffffff;
	z-index: 10;
	height: 50px;
}

#border-left {
	left: 0;
	bottom: 0;
	list-style: none;
	margin: 0;
	position: fixed;
	width: 50px;
	height: 100%;
	overflow: hidden;
	background: #ffffff;
}

#border-right {
	right: 0;
	bottom: 0;
	list-style: none;
	margin: 0;
	position: fixed;
	width: 50px;
	height: 100%;
	overflow: hidden;
	background: #ffffff;
}

#border-bottom {
	left: 0;
	right: 0;
	bottom: 0;
	list-style: none;
	margin: 0;
	position: fixed;
	height: 50px;
	overflow: hidden;
	background: #ffffff;
	z-index: 10;
}

#nav li {
	display: inline-block;
	margin-bottom: 0;
}

#border-bottom li {
	display: inline-block;
	margin-bottom: 0;
	padding: 15px 10px 0 0;
}

#border-bottom li#copyright,
#border-bottom li#contact,
#border-bottom li#geometry {
	opacity:0.28;
	filter:alpha(opacity=28); /* For IE8 and earlier */
}

#border-bottom li#contact:hover,
#border-bottom li#geometry:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	cursor:default;
}

#nav a {
	display: block;
	padding: 7px 10px 0 0;
	text-transform: lowercase;
}

#nav a:hover {
	background: none;
}

#nav .current a {
	background: none;
		}

.home {
	left: 0;
	bottom: 0;
	list-style: none;
	margin: 0;
	width: 100%;
	height: 100%;
    z-index: 1;
}
 
.home-bloc {
	width: 100%;
    position:absolute;
    top:50%;
    /* margin-top = -(height/2) */
    margin-top:-200px;
    height: 400px;
    line-height: 400px;
}
 
.home-text {
	width: 100%;
	text-align: center;
	text-transform: none;
    display: inline-block;
    vertical-align: middle;
    /* Coucou IE */
    *display: inline;
    *zoom: 1;
}

#container {
	z-index: 100;
	margin: 0;
	width: 100%;
}

.gradient {
	height: 1200px;
	padding: 50px 20px;
	background-image:url(img/gradient.png);
	background-repeat:repeat-x;
}

.section p:last-child {
	margin-bottom: 0;
}

.section-wrapper {
	margin-top: -50px;
	padding-top: 50px;
	width: 100%;
	clear: both;
}

.section {
	padding: 50px 100px 250px 100px;
	display: block;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 1700px;
}

.grey {
	background: #f8f8f8;
}

#about .contenu {
	width: 84%;
	margin: 0 8% 0 8%;
	text-align: center;
}

#about .contenu-1 img {
	width: 85%;
	max-width: 448px;
	max-height: 650px;
}
	
#showreel .contenu,	
#works .contenu {
	width: 19%;
	margin: 0 3% 6% 3%;
	text-align: center;
	float: left;
	position: relative;
}

#showreel img,
#works img {
	margin-bottom: 0;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#showreel .contenu:hover img,
#works .contenu:hover img {
	opacity: 0.45;
	filter: alpha(opacity=45);
}

#showreel h2,
#works h2 {
	padding: 8%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

#showreel .contenu:hover h2,
#works .contenu:hover h2 {
	opacity: 1;
	filter: alpha(opacity=100);
}

.work {
	width: 85vw;
}

.photo-work {
	padding: 0 3.5% 0 3.5%;
	overflow: hidden;
}

.photo-work img {
	display: block;
	padding: 0;
	width: 100%;
	height: auto;
}

.photo-work > div {
	display: block;
	float: left;
	padding: 0;
}

.photo-work > div p.legende {
	font-size: 0.75em;
	opacity: 0.7;
	filter: alpha(opacity=70);
	margin-top: 0.75em;
	margin-bottom: 0;
}

.photo-work.number1 > div {
	margin: 0 auto 0 auto;
	width: 27%;
	float: none;
}

.photo-work.number12 > div:nth-child(1) {
	margin: 0 4% 0 17.33334%;
	width: 30.66666%;
}

.photo-work.number12 > div:nth-child(2) {
	margin: 0 17.33334% 0 0;
	width: 30.66666%;
}

.photo-work.number123 > div:nth-child(1) {
	margin: 0 4% 0 0;
	width: 30.66666%;
}

.photo-work.number123 > div:nth-child(2) {
	margin: 0 4% 0 0;
	width: 30.66666%;
}

.photo-work.number123 > div:nth-child(3) {
	margin: 0;
	width: 30.66666%;
}

.work h2 {
	margin-top: 3.5%;
}

.fancybox-skin {
    background: #f8f8f8;
}

.description-work {
	padding: 3.5%;
}

#works .photo {
	width: 10%;
	margin: 0 5% 5% 5%;
	text-align: center;
	float: left;
}

#tumbax {
	width:100% !important;
	border: 1px solid #F8F8F8 !important;
	text-align: center !important;
	background-color:#F8F8F8 !important;
}

.tumbax-post {
	text-align: center !important;
}

a.tumbax-title-link,
.tumbax-title,
.tumbax-title p {
	display: inline !important;
}

a.tumbax-title-link {
	display: block !important;
	width: 100% !important;
	margin-bottom: 1em !important;
}


#tumbax-header {
	display:none !important;
}

#tumbax-encloser {
  padding: 0 !important;
}

.tumbax-video-list-div {
  background-color:#F8F8F8 !important;
}

.tumbax-video-tnail-box {
  padding: 0 8% 8% 8% !important;
	border: 0 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7) !important; 
}

#load-more,
#load-more:hover {
	border: 0 !important;
	background-color:#F8F8F8 !important;
}


.load-more-wrapper {
	display: none !important;
}

#contact-content {
	position: relative;
}

#contact-infos,
#contact-photo {
	width: 47%;
}

#contact-photo {
	margin-right: 3%;
}

#contact-infos {
	margin-left: 53%;
	position: absolute;
	top: 50%; 
	transform: translateY(-50%);
}

#contact-photo img {
	width: 80%;
}

p.contact {
	margin: 0.6em;
}

p,
pre,
ul,
li,
a.tumbax-title-link,
.tumbax-title,
.tumbax-title p {
	font: normal 1em CourierNewRegular, "Courier New", Courier, serif;
	line-height: 1.3em;
	margin-bottom: 1.8em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #1b1b1b;
	text-decoration: none !important;
}

strong {
    font-family: CourierNewBold;
}

em {
    font-family: CourierNewItalic;
}

h1 {
	font: normal 2.5em CourierNewRegular, "Courier New", Courier, serif;
	line-height: 1.4em;
	margin-bottom: 1.4em;
	text-transform: lowercase;
}

h2 {
	font: normal 1.6em CourierNewRegular, "Courier New", Courier, serif;
	line-height: 1em;
	margin-bottom: 1em;
}

h3 {
	font: normal 1.6em CourierNewRegular, "Courier New", Courier, serif;
	line-height: 1em;
	margin-bottom: 1em;
}

#load-more,
#load-more:hover,
a {
	color: #1b1b1b !important;
	font: normal 1em CourierNewRegular, "Courier New", Courier, serif !important;
	text-decoration: underline !important;
}

#nav a,
#border-bottom li a {
	color: #1b1b1b;
	font: normal 1em CourierNewRegular, "Courier New", Courier, serif;
	text-decoration: none !important;
}

#border-bottom li a:hover {
	text-decoration: underline !important;
}

#nav a:hover {
	text-decoration: underline !important;
}

#nav .current a {
	text-decoration: underline !important;
}

#tumbax-video-list-div1 .tumbax-video-tnail-box {
	display: none;
}

#tumbax-video-list-div1 .tumbax-video-tnail-box:nth-child(1) {
	display: block;
}

.tumbax-video-list-div > div {
	display: none !important;
}

.tumbax-video-list-div > div:first-child {
	display: block !important;
}

img.portrait{
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news {
    padding-bottom: 50vh;
}

#about .contenu {
    text-align: left;
}

#about .contenu h1,
#about .contenu p.contact {
    text-align: center;
}

.mobile-des-photos,
.description-work span {
    text-align: left;
}

.bg-mobile {
	display: none;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#showreel-content { 
	position: relative; 
	max-width: 80%;
	margin: 0 auto;
}

.cv-left,
.cv-right { 
	float: left;
	width: calc(50% - 100px);
	text-align: left;
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
}

.cv-left { 
	clear: both;
	margin-right: 50px;
	margin-left: 50px;
}

.cv-left.no-margin,
.cv-right.no-margin { 
	margin-top: 0;
}

.download-cv { 
	clear: both;
	width: 100%;
	text-align: center;
	margin: 50px 0;
}











@media (max-width: 1350px) {

#showreel .contenu,	
#works .contenu {
	width: 27.333333333%;
	margin: 0 3% 6% 3%;
	text-align: center;
	float: left;
	position: relative;
}

.tumbax-video-list-div {
	width: 50% !important;
}

#tumbax-video-list-div3 {
	display: none !important;
}

}









@media (max-width: 950px) {

#showreel .contenu,	
#works .contenu {
	width: 44%;
	margin: 0 3% 6% 3%;
	text-align: center;
	float: left;
	position: relative;
}

}









@media (max-width: 750px) {

#nav a {
	padding-right: 5px;
}

h1 {
    font-size: 2.5em;
}

.section {
    padding: 40px 0 60px 0;
}

#showreel .contenu, 
#works .contenu {
    clear: both;
    margin: 0 5% 5%;
    position: relative;
    text-align: center;
    width: 90%;
}

#showreel h2,
#works h2 {
    margin: 0;
    opacity: 0;
    padding: 0.6em 0 1.2em 0;
    position: static;
    top: 0;
    transform: none;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

#showreel .contenu:hover h2,
#works .contenu:hover h2 {
	opacity: 1;
	filter: alpha(opacity=100);
}

#showreel .contenu:hover img,
#works .contenu:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#works .contenu {
	padding-bottom: 3em;
}

#nav .current a,
#nav a,
#nav a:hover {
    text-decoration: none !important;
}

.contenu {
    text-align: left;
}

.contenu h1,
.contenu p.contact {
    text-align: center;
}

h1 {
	line-height: 1em;
	margin-bottom: 1em;
}

#border-left,
#border-right,
#border-bottom {
	display: none;
}

body {
	background: none !important;
}

.home.screen,
.gradient {
	display: none;
}

.bg-mobile {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

#contact-photo {
	width: 100%;
}

#contact-photo img {
  width: 84%;
}

#contact-infos {
	width: 100%;
	position: static;
	top: 0;
	transform: none;
	margin: 10vh 0;
}

#showreel-content {
	max-width: 100%;;
}

.cv-left, 
.cv-right {
	float: none;
	width: 84%;
	margin: 2.8em 8% 0 8%;
}

.cv-left.no-margin,
.cv-right.no-margin { 
	margin-top: 2.8em;
}

}
