@font-face {
    font-family: 'Helvetica regular';
    src: url('../font/helvetica-webfont.eot');
    src: url('../font/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/helvetica-webfont.woff') format('woff'),
         url('../font/helvetica-webfont.ttf') format('truetype'),
         url('../font/helvetica-webfont.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
	height:100%;
}
body { 
	font-family:Arial; 
	font-size:18px;
	color:#EB6606; 
	font-weight:normal;
	background-color:#000;
}
.homepage {
	background-image:url(../img/preview/bg.jpg);
	background-repeat:repeat;
	background-position:center bottom;
	background-attachment:fixed;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}
.blackbody { 
	color:#EB6606; 
	font-weight:normal; 
}
*{
   -webkit-touch-callout: none;
   -webkit-user-select: none;
}
p {
	padding:8px 0 8px 0;
}
a {
	color:#7b6cb2;
    text-decoration: none;
	border:0;
}
a:hover {
	color:#55458d;
}
h1 {
	font-size:18px;
	font-weight:400;
}
h2 {
	font-size:3em;
	font-weight:400;
}
h3 {
	font-size:14px;
	font-weight:400;
}
/*####################################################*/
/*** HEADER ***/
/*####################################################*/
#lang {
	position: absolute;
	top: 11px;
	right: 19px;
}
#lang a {
	float: left;
	margin: 4px;
	padding: 1px 1px 2px 0;
	opacity: .5;
}
#lang img {
	display: block;
}
#lang .current, #lang .blog-link {
	opacity: 1;
}
#logo {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}
#logo a {
	display: inline-block;
	margin-top: 15px;
}
/*####################################################*/
/*** LEFT & RIGHT ROWS ***/
/*####################################################*/
.ss-stand-alone{
	margin: 0 auto;
	height:100%;
	width:1110px;
	position: relative;
	
}
.container {
	height: 100%;
    width: 100%;
    position: relative;
}
.ss-container {
	height: 100%;
    width: 100%;
    position: relative;
    text-align: right;
    float: left;
}
.ss-row {
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    padding: 30px 0;
}
.ss-left, .ss-right {
    float: left;
    width: 46%;
    position: relative;
}
.ss-right {
    padding-left: 2%;
	padding-right:2%;
}
.ss-left {
    text-align: left;
    float: left;
    padding-right: 2%;
	padding-left: 2%;
}
/*####################################################*/
/*** CONTAINER ***/
/*####################################################*/
.content-title { 
	position:relative;
	margin: 0 0 5px; 
	padding-bottom: 14px; 
	display: block; 
	font-weight: 400; 
	border-bottom: dashed 1px #ccc; 
}
.content-title sup {
	position:absolute;
	top:8px;
	left:0;
}
.content-title sup a {
	color:#888;
	text-transform:uppercase;
	text-decoration:underline;
}
.content-title sup b {
	margin:0 7px;
	color:#888;
}
.content-title span {
	display: block;
	margin-top: 5px;
	padding-right: 10px;
	line-height: 15px;
	font-size: 0.2em;
	color: #888;
	border-right: 1px solid #666;
	text-shadow: 0 0 0;
}
.ss-left .content-title span {
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 10px;
	border-right: 0;
	border-left: 1px solid #ccc;
}
.ss-left .content-title sup {
	right:0;
	left:auto;
}
.blackbody .content-title {
	border-bottom: dashed 1px #3f3f3f;
}
.gray-container { 
	background: #f0f0f0; 
	border: solid 1px #ddd; 
	padding: 15px; 
	border: solid 1px #fff;  
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px; 
}
.blackbody .gray-container, .blackc{ 
	background:#303030;
	border: solid 1px #3a3a3a;
}
.container-border {
	border: solid 1px #444;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius:4px;
	-webkit-box-shadow:0 0 8px #ddd;
	-moz-box-shadow:0 0 8px #ddd;
	box-shadow:0 0 8px #ddd;
}
.blackbody .container-border, .blackb {
	border: solid 1px #000;
	-webkit-box-shadow:0 0 8px #444;
	-moz-box-shadow:0 0 8px #444;
	box-shadow:0 0 8px #444;
}
/*####################################################*/
/*** HOVER EFFECTS ***/
/*####################################################*/
.hover-effect {
	margin-top:15px;
	width: 100%;
	height: auto;
	overflow: hidden;
	position:relative;
	text-align: center;
	cursor: default;
	z-index:0;
	-webkit-backface-visibility: hidden; 
}
.hover-effect .mask {
	width: 100%;
	height: auto;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.hover-effect img {
	display: block;
	position: relative;
	width:100%;
	height:auto;
}
.hover-effect h1 {
	font-size:18px;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 10px;
	margin: 20px 0 0 0;
	text-shadow: 0px 1px 1px #666;
}
.hover-effect p {
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 30px 10px;
	text-align: center;
}
.h-style img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.h-style .mask {
	height:100%;
	background-color: rgba(235, 102, 6, 0.8);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;  
}
.blackbody .h-style .mask {
	background-color: rgba(235, 102, 6, 0.8);  
}
.h-style h1 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	background: transparent;
	margin: 22px 40px 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	color: #FFF;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.h-style p {
	margin-left:20px;
	margin-right:20px;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.h-style:hover img {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.h-style:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.h-style:hover h1,.h-style:hover p,.h-style:hover a.info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/*####################################################*/
/*** MODERNIZER ***/
/*####################################################*/
.support-note span{
	color: #ac375d;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.no-cssanimations .support-note span.no-cssanimations,
.no-csstransforms .support-note span.no-csstransforms,
.no-csstransforms3d .support-note span.no-csstransforms3d,
.no-csstransitions .support-note span.no-csstransitions{
	display: block;
}
/*####################################################*/
/*** VIGNETTES ***/
/*####################################################*/
.row {
	position: relative;
	height: 75px;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.row.first {
	margin-bottom: 10px;
}
.col-33 {
	margin: 0 2%;
	width: 29.33333%;
	height: 100%;
	position: relative;
	float: left;
	overflow: hidden;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.marg-col {
	margin-left:18.6%;
}
.bloc-overlay {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.overlay-titre {
	position: absolute;
	top: 6px;
	left: 2%;
	width: 96%;
	font-size: 0.6em;
	color: #fff;
}
.overlay-titre strong {
	text-transform: uppercase;
	color: #eb6606;
}
