﻿@font-face {
    font-family: "Satellite";
    font-style: normal;
    src: local("Satellite"), 
	url("../fonts/Satellite.eot") format("embedded-opentype"), 
	url("../fonts/Satellite.woff") format("woff");
}

.container-full {
  margin: 0 auto;
  width: 100%;
  position: absolute;
}
#nav .closenav {cursor: pointer; text-align: right; display: block !important; position: absolute; top: 20px; right: 20px;}
#nav a:hover {color: #ffffff;}
#nav a {text-decoration: none; display: block; color: #8e8e8e;padding: 5px;}
#nav .fa {
	display: inline !important;
}
#nav {
	width: 200px;
	margin-right: -200px;
	height: 100%;
	padding: 30px;
	z-index: 100000;
	position: fixed;
	top: 0px;
	right: 0px;
	display: block;
	background-color: #1d1d1d;
}
html {
    min-height: 100%;
}
.container-full {
    min-height: 100%;
    transform-origin: 50% 0; 
	transform: scale(1);
	padding-bottom: 60px;
}
body {
	font-family: 'Satellite' !important;
    /*margin-bottom: 60px;*/
	background-color : #f5f5f5;
}
h1 {
	font-size: 50px;
}

.scroll-back-to-top-wrapper {
    background-color: #777777;
    border-radius: 10px;
    bottom: 30px;
	color: white;
    height: 48px;
    line-height: 48px;
    opacity: 0;
    overflow: hidden;
    padding-top: 2px;
    position: fixed;
    right: 30px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 50px;
    z-index: 99999999;
}
.scroll-back-to-top-wrapper:hover {
    background-color: #888888;
    color: #eeeeee;
}
.scroll-back-to-top-wrapper.show {
    cursor: pointer;
    opacity: 1;
    visibility: visible;
}
.scroll-back-to-top-wrapper i.fa {
    line-height: inherit;
}
.scroll-back-to-top-wrapper .fa-lg {
    vertical-align: 0;
}
.icons {
    border: 1px solid #555;
    border-radius: 51%;
    height: 48px;
    margin-bottom: 16px;
	display: block;
    margin-top: 5px;
    position: relative !important;
    width: 48px;
}
.chart 		{background: rgba(0, 0, 0, 0) url("../imgs/icons/bg-chart.png") no-repeat scroll center center / 48px 48px;}
.winner 		{background: rgba(0, 0, 0, 0) url("../imgs/icons/bg-winner.png") no-repeat scroll center center / 48px 48px;}
.works 		{background: rgba(0, 0, 0, 0) url("../imgs/icons/bg-works.png") no-repeat scroll center center / 48px 48px;}
.vector 		{background: rgba(0, 0, 0, 0) url("../imgs/icons/bg-vector.png") no-repeat scroll center center / 48px 48px;}
.keynote 	{background: rgba(0, 0, 0, 0) url("../imgs/icons/bg-keynote.png") no-repeat scroll center center / 48px 48px;}
.team 		{background: rgba(0, 0, 0, 0) url("../imgs/icons/bg-team.png") no-repeat scroll center center / 48px 48px;}
.palette 	{background: rgba(0, 0, 0, 0) url("../imgs/icons/bg-palette.png") no-repeat scroll center center / 48px 48px;}
.zoom 		{background: rgba(0, 0, 0, 0) url("../imgs/icons/bg-zoom.png") no-repeat scroll center center / 48px 48px;}
.eco 		{background: rgba(0, 0, 0, 0) url("../imgs/icons/bg-eco.png") no-repeat scroll center center / 48px 48px;}
.mail 		{background: rgba(0, 0, 0, 0) url("../imgs/icons/bg-mail.png") no-repeat scroll center center / 48px 48px;}
.social 		{background: rgba(0, 0, 0, 0) url("../imgs/icons/bg-social.png") no-repeat scroll center center / 48px 48px;}
.house 		{background: rgba(0, 0, 0, 0) url("../imgs/icons/bg-house.png") no-repeat scroll center center / 48px 48px;}
#menu-button {
    display: table;
    float: right;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 52px;
    position: relative;
    text-transform: uppercase;
}
#menu-button .centralizer {
    display: table-cell;
    vertical-align: middle;
}
#menu-button .centralizer .cursor {
    background-color: rgba(244, 244, 244, 0.8);
    cursor: pointer;
    display: block;
    height: auto;
}
#nav-button {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
    width: 16px;
}
.missions a {color: #2b2b2b; text-decoration: none; font-size: 12px; letter-spacing: 1px;}
.bold{color: #00c1cf;}
.bold_orange{color: #fe6c61;}
.panel, .panel_title {background-color: #f8f8f8; padding: 20px;}
.panel_title {margin-bottom: 0; font-size: 20px; cursor: pointer;}
.nav-bar {
    background-color: #555;
    border-radius: 1px;
    display: block;
    height: 2px;
    margin: 0 auto 2px;
    width: 16px;
}
.who_i_am {
	background-color :#FFFFFF;
	margin: 0px; 
	border-left: 1px solid #DDDDDD; 
	border-bottom: 1px solid #DDDDDD; 
	border-right: 1px solid #DDDDDD;
}
.plus, .minus, .middle {
	cursor: pointer;
}

.bottom-left:hover {
	color: #555555;
}
.missions .bottom-left {
	bottom: 40px; 
	left: 45px; 
	font-size: 14px;
}
.bottom-left {
	position: absolute; 
	bottom: 20px; 
	left: 25px;
	font-size: 14px;
	color: #555555;
	text-decoration: none !important;
	white-space: nowrap;
}

.page-header {
   border-bottom: 1px solid #d8d8d8;
}
.page-footer {
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
    position: absolute;
    width: 100%;
	height: 60px;
	bottom: 0;
}

.section {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 2px solid #CCC;
	margin-bottom: 50px;
}

@media (max-width: 720px) {
    h1 {font-size: 34px;}
}

#ariane a:hover {
	background-color: #e9e9e9;
}
#ariane a {
	color: #757575;
	padding: 5px;
	text-decoration: none !important;
}

.slide {position: relative; overflow: hidden;}
.slide img {z-index: 10;}
.slide div, .slide img {position: relative; top: 0px; left: 0px;}
.slide div {position: absolute;}
.slide .over {left: 350px;}

.s245 {height: 245px; overflow: hidden;}
.s280 {height: 280px; overflow: hidden;}
.s578 {height: 578px; overflow: hidden;}
.bloc-gray {background-color :#e9e9e9; height: 100%; font-size: 14px;}
.home .bloc-gray {font-size: 12px; letter-spacing: 1px;}
.home .bloc-gray a {letter-spacing: 0px;}
.bloc-green {background-color :#98DEA8; height: 100%;}

.padding-40			{padding : 40px;}
.padding-25			{padding : 25px;}
.padding-15			{padding : 15px;}
.margin-15			{margin : 15px;}
.padding-top-50		{padding-top : 50px;}
.padding-top-15		{padding-top : 15px;}
.margin-top-10		{margin-top : 10px;}
.margin-top-0		{margin-top : 0px;}
.padding-bottom-15 	{padding-bottom : 15px;}
.margin-bottom-15 	{margin-bottom : 15px;}
.margin-bottom-30 	{margin-bottom : 30px;}
.padding-left-15 	{padding-left : 15px;}
.padding-right-15 	{padding-right : 15px;}

.fplus:after, .fminus:after {
	content: "\00a0\00a0\00a0\00a0";
}
.fplus, .fminus {
	width: 12px;
	height: 12px;
	display: block;
	margin: 5px 5px 0px 0px;
	float: left;
}
.fplus {background-image: url("../imgs/plus.png");}
.fminus {background-image: url("../imgs/moins.png");}
.quiz {
	background-color :#e9e9e9;
	margin-top: 10px;
	padding: 20px;
}
	.quiz h2 {
		text-align: right;
	}
	.quiz div {
		padding: 10px 0 10px 0;
		text-align: right;
		display: none;
	}
		.quiz strong {
			font-size: 22px;
		}
		.quiz div span {
			background-color: #ccc;
			padding: 10px;
			cursor: pointer
		}
	.quiz p {
		display: none;
	}
		.quiz p .true {
			font-weight: bold;
			font-size: 20px;
			color: green;
		}
		.quiz p .false {
			font-weight: bold;
			font-size: 20px;
			color: red;
		}
	.quiz ul {
		list-style:none;
		margin: 0;
		padding: 0;
		text-align: left;
	}
		.quiz ul li {
			background-color: #f5f5f5;
			padding: 10px;
			margin-bottom: 10px;
		}
		.quiz ul .hoverable {
			cursor: pointer;
		}
		.quiz ul .hoverable:hover, .quiz ul .active {
			background-color: white;
		}