/********************************************
	Tag Resets
********************************************/

body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
}
/********************************************
	Normalize CSS
	http://necolas.github.com/normalize.css/
********************************************/

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	min-height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, audio, canvas, video {
	display: block;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
b, strong {
	font-weight: bold;
}
abbr[title] {
	border-bottom: 1px dotted;
}
input, textarea, button, select {
	margin: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
textarea {
	overflow: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Float Clearing http://nicolasgallagher.com/micro-clearfix-hack */

.group:after {
    content: " ";
 /* 1 */
    display: table;
 /* 2 */
    clear: both;
}

/* Clearfix */

.group {
    *zoom: 1;
}

*:focus {
    outline: 0;
}


/* ******************************************
	General
****************************************** */



html {
	font-size: 100%;
	line-height: 1;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	text-shadow: 0 1px 0 #FFFFFF;
}
.wrapper {
	padding: 0 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap {
	max-width: 960px;
	margin: 0 auto;
	}

/* ******************************************
	Typo
****************************************** */
p {
	font-size: 12px; 
	line-height:19px; 
	margin: .612em 0;
	font-family: arial;
	color: #666666;
}
strong {
	color: black;
}
a {
	color: black;
}
h1 {
	color: #000000;
	font-size: 19px;
	padding: 2em 0 1.5em 0;
}
h1 a {
	text-decoration: none;
	color: #000000;
}
h2 {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	font-family:"Helvetica Neue";
	text-align: center;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
	min-height: 26px;
}
.gauche h2, .droite h2 {
	font-weight: 400;
	color: #000000;
	font-size: 19px;
	font-family:"Helvetica Neue";
	text-align: left;
	padding: 0 0 32px 0;
	text-transform: uppercase;
}
.gauche p {
	max-width: 450px;
}
article#content-single h2 {
	font-weight: 400;
	color: #000000;
	font-size: 19px;
	font-family:"Helvetica Neue";
	text-align: left;
	padding: 0 0 3em 0;
	text-transform: uppercase;
}
article a { text-decoration: none;}
h3 {
	font-weight:100;
	font-size: 12px;
	color: #BBB;
	font-family: georgia;
	text-align: center;
	text-transform: capitalize;
	padding:11px 0 2px 0;
	
}
/*article  a h3{ text-decoration: none;}*/
#nav h3 {
	text-transform: capitalize;
}

#portfolio a {
	cursor: pointer;
}
#portfolio a {
	cursor: pointer;
	text-decoration: none;
	color: black;
}
#portfolio a:hover h2 {
	text-decoration: underline;
}
p.sep {
	border-top: 1px dotted #EEEEEE;
	margin: 0 16px;
	padding: 32px 0;
	text-transform: capitalize;
}
#nav ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #BBB;
}
#nav ul li a:hover {
	text-decoration: underline;
}

/* ******************************************
	Contenu
****************************************** */

#nav, #cop, #logo {
	margin: 0 3.3%;
}
#content {
	margin: 0 3.3%;
}
#content-port {
	margin: 70px 3.3%;
}
#content-single {
	margin: 70px 3.3% 64px 3.3%;
}
#content-tag {
	margin: 40px 3.3% 32px 3.3%;
}

#portfolio article, #content article {
	margin-bottom: 26px;
}
#apercu article {
	margin-bottom: 32px;
	 float: left;
 width: 50%;
}
#container-header {
	position: relative;
	z-index: 100;
}


.gauche {
	width: 100%;
	padding: 70px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.droite {
	width: 100%;
	padding: 70px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width:100%;
	height: auto;
}
iframe {
	max-width:100%;
	max-height:100%;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ******************************************
	Navigation
****************************************** */

nav.contact {
	font-size: 12px;
	padding: 22px 0 0 0px;
	float: right;
	font-family: georgia;
	color: #CCC;
}
#nav ul li {
	list-style: none;
	float: left;
}
#nav ul {
	height: 32px;
}
#nav ul li.fi {
	padding-right:6px;
}
#nav ul li.borde {
	border-left: 1px dotted #EEEEEE;
	padding: 0 6px;
}


/* ******************************************
	Media Queries 420 - 580
****************************************** */
@media screen and (min-width: 420px) and (max-width: 580px) {
 #portfolio article, #apercu article {
 float: left;
 width: 50%;
}
#content-single {
	margin: 100px 3.3% 64px 3.3%;
}
#nav ul li.fi {
	padding-right:10px;
}
#nav ul li.borde {
	border-left: 1px dotted #EEEEEE;
	padding: 0 10px;
}

}
/* ******************************************
	Media Queries 550 - 800
****************************************** */
 @media screen and (min-width: 550px) and (max-width: 800px) {
 #portfolio article, #apercu article {
 float: left;
 width: 33.33%;
}
 nav.contact {
 padding: 22px 0 0 38px;
 float: left;
}
#content-single {
	margin: 100px 3.3% 64px 3.3%;
}
#nav ul li.fi {
	padding-right:10px;
}
#nav ul li.borde {
	border-left: 1px dotted #EEEEEE;
	padding: 0 10px;
}

}
/* ******************************************
	Media Queries > 800
****************************************** */
 @media screen and (min-width: 800px) {
 body {
 font-size: 107.692307692308%;
}
 #portfolio article, #apercu article {
 float: left;
 width: 25%;
}
 nav.contact {
 padding: 22px 0 0 38px;
 float: left;
}
.gauche {
float: left;
width: 66.66%;
 padding: 70px 22% 0 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.droite {
float: right;
width: 33.33%;
 padding: 70px 0 0 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#content-single {
	margin: 100px 3.3% 64px 3.3%;
}
#nav ul li.fi {
	padding-right:10px;
}
#nav ul li.borde {
	border-left: 1px dotted #EEEEEE;
	padding: 0 10px;
}

}
/* ******************************************
	preloader 
****************************************** */
#preloader {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(img/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
