@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Exo:500);


::selection {
  background: #f8d67a; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #f8d67a; /* Gecko Browsers */
  color: #fff;
}



*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
	-webkit-overflow-scrolling: touch;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.875em;
	line-height: 1.8em;
	color: #8a8a8a;
	touch-action: pan-y;
}
body.pace-running, body.lightbox { overflow: hidden; -webkit-overflow-scrolling: hidden; }
body.fixedHeight { padding: 0; }

body.pace-done div#overlay_loading { opacity: 0; visibility: hidden; }

div#body {
	position: fixed;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg_body.jpg) center no-repeat #3d3d3d;
	background-size: cover;
	z-index: 1;
}
div#body:after {
	content: "";
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
}

div.site_content {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
body.pace-done div.site_content { opacity: 1;  visibility: visible !important; }

.center {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
.max-width { max-width: 1280px; }

div.overflow {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

div.noscroll {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 25px 0 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	touch-action: pan-y;
	-webkit-overflow-scrolling: touch;
	
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.mobile div.noscroll { overflow-y: auto; }
div.noscroll.first { z-index: 2; }


div.overlay_msg {
    position: fixed;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	opacity: 1;
	z-index: 35;
	overflow: hidden;
	
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
div.overlay_msg.disable { display: none; opacity: 0; visibility: hidden; }

div.overlay_msg:after, div.overlay_msg div.msg {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

div.overlay_msg:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
	padding-left: -0.25em;
}

div.overlay_msg div.msg {
    position: relative;
	display: inline-block;
	margin: 0;
	padding: 30px;
	max-width: 75%;
	color: #fff;
	text-align: center;
	background: #f8d67a center no-repeat;
	overflow: hidden;
}
div.overlay_msg div.msg.msg2 { padding: 0; }
div.overlay_msg div.msg img {
	display: block;
	margin: 0 auto 30px;
	text-align: center;
}









/*         */
/* Général */
/*         */
a { color: #f8d67a; text-decoration: none; touch-action: pan-y; }
.no-mobile a:hover { color: #f8d67a; text-decoration: underline; }
a:active { color: #f8d67a; }
a:visited { color: #f8d67a; }

address {  }

caption, th, td { vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 15px 0;
	font-family: 'Exo', "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal !important;
	text-transform: uppercase;
	color: #282828;
} 
h1 { font-size: 2.5em; }
h2 { font-size: 2.3571em; }
h3 { font-size: 1.92857em; }
h4 { font-size: 1.5714em; }
h5 { font-size: 1.28571em; }
h6 { font-size: 1em; }

img { max-width: 100% !important; height: auto !important; }
#map img { max-width: none !important; height: auto !important; }

div.block_form {
	position: relative;
	float: left;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

label {
	display: block;
	margin: 0 0 4px 0;
	padding: 0;
	width: auto;
	color: #8a8a8a;
	line-height: 31px;
}
label.textarea {
	float: none;
	margin: 0 0 4px;
	width: auto;
}
label.copy {
	float: none;
	display: inline;
	margin: 0;
	width: auto;
	line-height: 10px;
}

input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password] {
	display: block;
	margin: 0;
	padding: 5px 10px 4px;
	width: 100%;
	height: 31px;
	background: #f8dc92;
	background: rgba(248, 220, 146, 0.5);
	border: 1px solid #fff;
	border-radius: 2px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}
input[type=radio], input[type=checkbox] {
	float: none;
	display: inline;
	padding: 0;
	width: auto;
	height: auto;
	background: none;
	border: none;
	font-size: 1em;
	*padding: 0;
	*height: auto;
}

select {
	position: relative;
	display: block;
	margin: 0;
	padding: 3px 0 2px;
	width: 100%;
	height: 31px;
	background: #f8dc92;
	background: rgba(248, 220, 146, 0.5);
	border: 1px solid #fff;
	border-radius: 2px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}

textarea {
	position: relative;
	display: block;
	margin: 0;
	padding: 3px 10px;
	width: 100%;
	height: 83px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #f8dc92;
	background: rgba(248, 220, 146, 0.5);
	border: 1px solid #fff;
	border-radius: 2px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	resize: none;
}

button, input[type=button], input[type=submit], a.button {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0 42px;
	height: 31px;
	background: #f8dc92;
	background: rgba(248, 220, 146, 0.5);
	border: 1px solid #fff;
	border-radius: 2px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	line-height: 31px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	overflow: visible;
	cursor: pointer;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.no-mobile button:hover, .no-mobile input[type=button]:hover, .no-mobile input[type=submit]:hover, .no-mobile a.button:hover  { background-color: #fff; color: #f8dc92; }
button:active, input[type=button]:active, input[type=submit]:active, a.button:active { background-color: #fff; color: #f8dc92; }

p, ul , ol, blockquote { margin: 0; padding-bottom: 15px; }

table {
	margin-bottom: 15px;
	border: none;
	border-collapse: separate;
	border-spacing: 2px;
	empty-cells: show;
}

.fc-tbx table { margin-bottom: 0; border-collapse: collapse; border-spacing: 0; }

table th {
	background: #f8d67a;
	color: #282828;
	font-size: 1.28571em;
	text-transform: uppercase;
	padding: 10px 15px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 2px solid transparent;
}

table td {
	color: #8a8a8a;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 10px 15px;
}
table tr:nth-child(odd) td { background: #3b3b3b; }

.fc-tbx table { border: none; }
.fc-tbx table td { border: none; }
.fc-tbx table tr:nth-child(odd) { background: none; }

ul { list-style-type: square; padding-left: 15px; color: #8a8a8a; }
ol { list-style-type: decimal; padding-left: 17px; color: #8a8a8a; }
ul li, ol li { margin-left: 15px; }


.floatBreak { clear: both; display: block; width: 0; height: 0; font-size: 0; line-height: 0; overflow: hidden; }

img.Image_Gauche, a.Image_Gauche { float: left; margin: 0 25px 25px 0; }
img.Image_Droite, a.Image_Droite { float: right; margin: 0 0 25px 25px; }


div.home {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 168px;
}
body:not(.home) div.home { display: none; }
/*             */
/* FIN GÉNÉRAL */
/*             */









/*        */
/* HEADER */
/*        */
header#containerHeader {
	position: fixed;
	display: block;
	margin: 0;
	padding: 0;
	top: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	background: transparent;
	background: rgba(255, 255, 255, 0);
	z-index: 30;
	
	-webkit-transition: background .3s ease-in-out, top .3s ease-in-out;
    -moz-transition: background .3s ease-in-out, top .3s ease-in-out;
    transition: background .3s ease-in-out, top .3s ease-in-out;
	
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
header#containerHeader.scroll { background: #fff; background: rgba(255, 255, 255, 0.95); }
body.pace-done header#containerHeader { top: 0; }

body.fixedHeight header#containerHeader {
	position: relative;
	height: auto !important;
	min-height: 100%;
}

header#containerHeader div.center { height: 100%; }


header#containerHeader h1#logo {
	position: relative;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 58px;
	height: 100px;
	z-index: 2;
}

header#containerHeader h1#logo a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(../images/logo.jpg) left center no-repeat;
	background-size: cover;
}

header#containerHeader h1#logo span { display: none; }



header#containerHeader div#nav_mainmenu {
	margin: 0;
	padding: 62px 0 0;
	z-index: 2;
}

header#containerHeader a.btn_mobile_top {
	position: relative;
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	width: 45px;
	height: 45px;
	z-index: 2;
}
header#containerHeader a.btn_mobile_top span.txt { display: none; }
header#containerHeader a.btn_mobile_top span.icn { position: absolute; top: 18px; left: 0; right: 0; margin: 0 auto; width: 19px; height: 15px;  }

header#containerHeader a.btn_mobile_top span.icn2, header#containerHeader a.btn_mobile_top span.icn2:before, header#containerHeader a.btn_mobile_top span.icn2:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 19px;
	background: #000;
	position: absolute;
	display: block;
	content: '';
}
header#containerHeader a.btn_mobile_top span.icn2:before { top: -6px;  }
header#containerHeader a.btn_mobile_top span.icn2:after { bottom: -6px; }

header#containerHeader a.btn_mobile_top span.icn2, header#containerHeader a.btn_mobile_top span.icn2:before, header#containerHeader a.btn_mobile_top span.icn2:after {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
body.fixedHeight header#containerHeader a.btn_mobile_top span.icn2:before, body.fixedHeight header#containerHeader a.btn_mobile_top span.icn2:after { top: 0; }
body.fixedHeight header#containerHeader a.btn_mobile_top span.icn2 { background: transparent; }
body.fixedHeight header#containerHeader a.btn_mobile_top span.icn2:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
body.fixedHeight header#containerHeader a.btn_mobile_top span.icn2:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }


header#containerHeader nav {
	position: relative;
	display: none;
	margin: 0;
	padding: 45px 0 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
body.fixedHeight header#containerHeader nav { display: block; opacity: 1; }

header#containerHeader nav ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	list-style: none;
}

header#containerHeader nav ul li {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 5px;
	max-width: 320px;
	width: 100%;
	border-bottom: 1px solid #000;
}
header#containerHeader nav ul li:last-of-type { border-bottom: none; }

header#containerHeader nav ul li a {
	display: block;
	padding: 15px;
	font-size: 1.42857em;
	text-transform: lowercase;
	color: #000;
	background: transparent;
	background: rgba(248, 214, 122, 0);
	
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.no-mobile header#containerHeader nav ul li a:hover { background-color: #f8d67a; background-color: rgba(248, 214, 122, 0.3); text-decoration: none; }


header#containerHeader nav ul ul { display: none; }
/*            */
/* FIN HEADER */
/*            */









/*        */
/*  MAIN  */
/*        */
section#containerMain {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	opacity: 0;
	z-index: 2;
	
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
	
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
body.pace-done section#containerMain { opacity: 1; }
body:not(.home) section#containerMain { padding-top: 130px;/* height: 100%;*/ }
body.fixedHeight section#containerMain { display: none; }


article {
	position: relative;
	display: block;
	margin: 0;
	padding: 30px 0;
	width: 100%;
}

body:not(.home) section#containerMain > article { height: 100%; }

article header {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

article header h1 {
	position: relative;
	display: block;
	margin: 0;
	padding: 15px 0;
	font-size: 3.16666666667em;
	text-align: center;
	text-transform: uppercase;
}

div.cols {
	position: relative;
	display: inline-block;
	margin: 0 0 0 -4px;
	padding: 20px 20px 20px 24px;
	width: 100%;
	vertical-align: top;
}

div#map {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 480px;
	background: #fff;
	color: #30353c;
}


/* PAGE */
	article.view_page {
		position: relative;
		display: block;
	}
	
	article.view_page div.content {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
	}
/* FIN PAGE */



/* PHOTOS */
	article.view_photos.resume {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 15px;
		width: 100%;
		height: 240px;
		vertical-align: top;
		overflow: hidden;
	}
	
	article.view_photos.resume header {
		position: absolute;
		display: block;
		margin: auto;
		padding: 10px;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 80%;
		height: 80%;
		background: #f8d67a;
		background: rgba(248, 214, 122, 0.8);
		overflow: hidden;
		z-index: 3;
		opacity: 1;
		
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.no-mobile article.view_photos.resume header { width: 50%; height: 50%; opacity: 0; }
	.no-mobile article.view_photos.resume:hover header { width: 80%; height: 80%; opacity: 1; }
	
	article.view_photos.resume header div.middle {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		z-index: 2;
	}
	
	article.view_photos.resume header div.middle:after, article.view_photos.resume header h1 {
		display: inline-block;
		vertical-align: middle;
		text-align: center;
	}
	
	article.view_photos.resume header div.middle:after, article.view_photos.resume header h1 { margin: 0 auto; padding: 0; color: #fff; width: 95%; }
	article.view_photos.resume header div.middle:after, article.view_photos.resume header h1 a { color: #fff; }
	article.view_photos.resume header div.middle:after, article.view_photos.resume header h1 a:hover { text-decoration: none; }
	
	article.view_photos.resume header div.middle:after {
		content: '';
		display: inline-block;
		width: 0;
		height: 100%;
		vertical-align: middle;
		padding-left: -0.25em;
	}
	
	
	article.view_photos.resume div.desc {
		position: absolute;
		display: none;
		margin: auto;
		padding: 10px;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		z-index: 3;
		opacity: 1;
		
		-webkit-transition: opacity .3s ease-in-out;
		-moz-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
	}
	article.view_photos.resume:hover div.desc { opacity: 0; }
	
	article.view_photos.resume div.desc div.middle {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		z-index: 2;
	}
	
	article.view_photos.resume div.desc div.middle:after, article.view_photos.resume div.desc p {
		display: inline-block;
		vertical-align: middle;
		text-align: center;
	}
	
	article.view_photos.resume div.desc div.middle:after, article.view_photos.resume div.desc p {
		margin: 0 auto;
		padding: 115px 0 0;
		font-family: 'Exo', "Trebuchet MS", Helvetica, sans-serif;
		font-size: 2em;
		color: #fff;
		width: 95%;
		background: url(../images/icn_picture.png) center top no-repeat;
	}
	
	article.view_photos.resume div.desc div.middle:after {
		content: '';
		display: inline-block;
		width: 0;
		height: 100%;
		vertical-align: middle;
		padding-left: -0.25em;
	}
	
	
	article.view_photos.resume a.btn_product {
		position: absolute;
		display: block;
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 4;
	}
	article.view_photos.resume a.btn_product span { display: none; }
	
	article.view_photos.resume div.img {
		position: absolute;
		display: block;
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000 center no-repeat;
		background-size: cover;
		z-index: 1;
		
		-webkit-transform: scale(1) rotate(0deg);
		-moz-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
		
		-webkit-transition: -webkit-transform .3s ease-in-out;
		-moz-transition: -moz-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
	}
	article.view_photos.resume div.hover {
		position: absolute;
		display: block;
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.3;
		z-index: 2;
		
		-webkit-transition: opacity .3s ease-in-out;
		-moz-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
	}
	article.view_photos.resume div.hover { background: #000; }
	
	
	
	.no-mobile article.view_photos.resume:hover div.img {
		-webkit-transform: scale(1.1) rotate(0.0001deg);
		-moz-transform: scale(1.1) rotate(0.0001deg);
		transform: scale(1.1) rotate(0.0001deg);
	}
	.no-mobile article.view_photos.resume:hover div.hover { opacity: 0; }
	
	
	article.view_photos.complete {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
	}
	
	article.view_photos.complete div.content {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
	}
	article.view_photos.complete div.content > p { display: none; }
	
	article.view_photos.complete article.view_photos.resume header { display: none; }
/* FIN PHOTOS */



/* NEWS */
	a.btn_navig {
		position: absolute;
		display: block;
		margin: auto 0;
		padding: 0;
		top: 0;
		bottom: 0;
		width: 28px;
		height: 83px;
		background: center no-repeat;
		z-index: 3;
		opacity: 1;
		
		-webkit-transition: opacity .3s ease-in-out;
		-moz-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
	}
	a.btn_navig.disable { opacity: 0.3; cursor: default; }
	a.btn_navig.next { right: 30px; background-image: url(../images/btn_navig_right.png); }
	a.btn_navig.prev { left: 30px; background-image: url(../images/btn_navig_left.png); }
	a.btn_navig span { display: none; }
	
	
	article.view_news.resume {
		position: absolute;
		display: block;
		margin: 0;
		padding: 30xp 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		color: #cdcdcd;
		opacity: 0;
		z-index: 1;
		
		-webkit-transition: opacity .3s ease-in-out;
		-moz-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
	}
	article.view_news.resume.active { opacity: 1; z-index: 2; }
	
	article.view_news.resume div.allcontent {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		z-index: 2;
	}
	
	article.view_news.resume div.allcontent:after, article.view_news.resume div.allcontent div.middle {
		display: inline-block;
		vertical-align: middle;
		text-align: center;
	}
	
	article.view_news.resume div.allcontent:after {
		content: '';
		display: inline-block;
		width: 0;
		height: 100%;
		vertical-align: middle;
		padding-left: -0.25em;
	}
	
	article.view_news.resume div.allcontent div.middle {
		padding: 30px;
		width: 80%;
		max-width: 480px;
		height: 320px;
		background: #6c6c6c;
		overflow: hidden;
	}
	
	article.view_news.resume header h1 { color: #fff; }
	article.view_news.resume header ul, 
	article.view_news.resume header ol { color: #cdcdcd; }
	
	article.view_news.resume div.img {
		position: absolute;
		display: block;
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: center no-repeat;
		background-size: cover;
		z-index: 1;
		
		-webkit-filter: blur(4px);
		-moz-filter: blur(4px);
		-o-filter: blur(4px);
		-ms-filter: blur(4px);
		filter: blur(4px);
		
		-webkit-transform: scale(1) rotate(0deg);
		-moz-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
		
		-webkit-transition: -webkit-transform .3s ease-in-out;
		-moz-transition: -moz-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
	}
	article.view_news.resume div.img:after {
		content: "";
		position: absolute;
		display: block;
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		background: rgba(255, 255, 255, 0.7);
		overflow: hidden;
	}
/* FIN NEWS */



/* CONTACT */
	article.view_contact header h1, 
	article.view_contact h1, 
	article.view_contact h2, 
	article.view_contact h3, 
	article.view_contact h4, 
	article.view_contact h5, 
	article.view_contact h6,  
	article.view_contact ul, 
	article.view_contact li, 
	article.view_contact label { color: #fff; }
/* FIN CONTACT */



article.page404 { background: #fff; }

article.slide65, article.slide71 { padding: 0; background: #fff; }
article.slide65 div.center, article.slide71 div.center { padding: 30px 0; background: right center no-repeat; }

article.slide69, article.slide72 { padding: 30px; height: 640px; background: #fff; }
section#containerMain article.slide69, section#containerMain article.slide72 { height: 100%; min-height: 640px; }
article.slide69 > header, article.slide72 > header { display: none; }
article.slide69 > div.content, article.slide72 > div.content { height: 100%; }

article.slide68, article.slide74 { background: #f8d67a; color: #fff; }
article.slide68 a, article.slide74 a, 
.no-mobile article.slide68 a:hover, .no-mobile article.slide74 a:hover, 
article.slide68 a:active, article.slide74 a:active, 
article.slide68 a:visited, article.slide74 a:visited { color: #fff; }

/*            */
/*  FIN MAIN  */
/*            */









/*        */
/* ASIDE  */
/*        */
aside#containerExtra {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	opacity: 0;
	z-index: 2;
	
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
	
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
body.pace-done aside#containerExtra { opacity: 1; }
body.fixedHeight aside#containerExtra { display: none; }


aside#containerExtra article.slide67 { background: #f6f5f3 }
/*            */
/* FIN ASIDE  */
/*            */









/*        */
/* FOOTER */
/*        */
footer#containerFooter {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 10;
	font-size: 0.857em;
	background: #fff;
}

div.left {
	position: relative;
	display: block;
	margin: 0;
	padding: 20px 0;
	vertical-align: top;
	text-align: center;
}

div.left a {
	position: relative;
	display: inline-block;
	margin: 0 10px 0 6px;
	padding: 0;
	vertical-align: middle;
	background: center no-repeat;
}
div.left a.btn_facebook { width: 11px; height: 21px; background-image: url(../images/btn_facebook.png); }
div.left a.btn_twitter { width: 19px; height: 17px; background-image: url(../images/btn_twitter.png); }
div.left a.btn_dribble { width: 20px; height: 21px; background-image: url(../images/btn_dribble.png); }
div.left a.btn_google { width: 20px; height: 17px; background-image: url(../images/btn_google.png); }
div.left a span { display: none; }


div.right {
	position: relative;
	display: block;
	margin: 0;
	padding: 24px 0 0;
	vertical-align: top;
	text-align: center;
}
/*            */
/* FIN FOOTER */
/*            */








div.img.lazy {
	opacity: 0;
	
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	-ms-transition: all 0.3s !important;
	-o-transition: all 0.3s !important;
	transition: all 0.3s !important;
}
html.no-mobile div.img.lazy {
	-webkit-transform: scale(0.6) rotate(0.0001deg);
	-moz-transform: scale(0.6) rotate(0.0001deg);
	-ms-transform: scale(0.6) rotate(0.0001deg);
	-o-transform: scale(0.6) rotate(0.0001deg);
	transform: scale(0.6) rotate(0.0001deg);
}
div.img.lazy.load { opacity: 1; }
html.no-mobile div.img.lazy.load {
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}













/* ================================================================== */
/* === Responsive styles ============================================ */
/* ================================================================== */
@media only screen and (max-width: 1000px) {
	table:not(.error), 
	table:not(.error) thead, 
	table:not(.error) tbody, 
	table:not(.error) th, 
	table:not(.error) td, 
	table:not(.error) tr { 
		display: block; 
	}
 
	table:not(.error) th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	table:not(.error) tr { margin-bottom: 2px; border: none; }
 
	table:not(.error) td {
		position: relative;
		padding-left: 50%; 
		border: none;
		margin-bottom: 1px; 
		text-align: left !important;
		white-space: normal !important;
	}
 
	table:not(.error) td:before { 
		position: absolute;
		top: 10px;
		left: 15px;
		width: 45%; 
		padding-right: 15px;
		word-wrap: break-word;
		color: #e2671d;
		font-size: 1.16666666667em;
		text-transform: uppercase;
	}
 
	table:not(.error) td:before { content: attr(data-title); }
}


/* Smartphones */
@media only screen and (max-width: 469px) {
	article.view_photos.resume header h1 { font-size: 1em; }
}

/* Large smartphones */
@media only screen and (min-width: 470px) and (max-width: 699px) {
	article.view_photos.resume header h1 { font-size: 1.5714em; }
	article.view_photos.resume { width: 50%; }
}

/* Tablets and landscape large smartphones */
@media only screen and (min-width: 700px) and (max-width: 1000px) {
	body { padding: 0; }
	body.fixedHeight header#containerHeader { position: fixed; height: 168px !important; min-height: 0; }
	header#containerHeader a.btn_mobile_top { display: none; }
	header#containerHeader nav { display: block; padding: 0; opacity: 1; }
	header#containerHeader nav ul { text-align: right; }
	header#containerHeader nav ul li { display: inline-block; padding: 0 15px; width: auto; border-bottom: none; }
	header#containerHeader nav ul li a { padding: 0 0 7px; border-bottom: 0px solid #f8d67a; background: none; }
	.no-mobile header#containerHeader nav ul li a:hover { border-bottom: 3px solid #f8d67a; background: none; }
	
	body.fixedHeight section#containerMain { display: block; }
	body.fixedHeight aside#containerExtra { display: block; }
	
	body.home div.home { height: 70%; }
	
	article.view_photos.resume { width: 33.3333333333%; height: 320px; }
	article.view_photos.resume header h1 { font-size: 1.92857em; }
}

@media only screen and (min-width: 1001px){
	label:not(.copy):not(.textarea) { float: left; margin: 0 10px 0 0; width: 180px; text-align: right; }
	input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password] { float: left; width: 192px; }
	select { float: left; width: 192px; }
	textarea { float: left; width: 432px; }
	button, input[type=button], input[type=submit], a.button { float: left; margin: 0 0 0 190px; }
	
	
	body { padding: 0; }
	header#containerHeader { top: -168px; height: 168px; }
	body.fixedHeight header#containerHeader { position: fixed; height: 168px !important; min-height: 0; }
	header#containerHeader h1#logo { width: 98px; height: 168px; }
	header#containerHeader div#nav_mainmenu { margin: 0 0 0 98px; padding: 130px 0 0; }
	header#containerHeader a.btn_mobile_top { display: none; }
	header#containerHeader nav { display: block; padding: 0; opacity: 1; }
	header#containerHeader nav ul { text-align: right; }
	header#containerHeader nav ul li { display: inline-block; padding: 0 15px; width: auto; border-bottom: none; }
	header#containerHeader nav ul li a { padding: 0 0 7px; border-bottom: 0px solid #f8d67a; background: none; }
	.no-mobile header#containerHeader nav ul li a:hover { border-bottom: 3px solid #f8d67a; background: none; }
	
	
	body.fixedHeight section#containerMain { display: block; }
	body:not(.home) section#containerMain { padding-top: 200px; }
	body.fixedHeight aside#containerExtra { display: block; }
	
	
	body.home div.home { height: 70%; }
	article.view_photos.resume { width: 25%; height: 480px; }
	article.slide65 div.center, article.slide71 div.center { padding-right: 657px; background-image: url(../images/bg_slide64.png); }
	article.slide69, article.slide72 { height: 800px; }
	
	div.left { float: left; text-align: left; }
	div.right { float: right; text-align: right; }
	
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	
}

@media only screen and (min-width: 1200px){
	
}

/* Desktop screens */
@media only screen and (min-width: 1200px) and (max-width: 1499px){
	
}

/* Large screen */
@media only screen and (min-width: 1500px) and (max-width: 1799px){
	
}

/* Very large screen */
@media only screen and (min-width: 1800px){
	
}