/*Splash page*/
body#splash {
	background-color: #101010;
}
body#dark {
	background-color: #101010;
}
#fr {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 50%;
}
#en {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
}
.splash-half {
	position: absolute;
	width: 100%;
	height: 100%;
}
.splash-half:hover {
	background-color: #ff6600;
	background-image: url(../images/sections/splash.png);
	background-size: cover;
}
.splash-half h1 {
	font: 30pt/48pt 'simplon_normlight';
	color: black;
}
.splash-half:hover h1 {
	color: white;
}
/*Fullpage*/
.fs-link {
	color: white;
	padding: 3px 8px 3px 5px;
}
.fs-link li {
	margin-top: 3px;
}
.active .fs-link {
	background-color: rgba(255, 255, 0, 1);
	color: black;
}
a.fs-link:hover {
	background-color: rgba(255, 255, 0, 1);
	color: black;
}
a.player-link {
	color: white;
	padding: 3px 8px 3px 5px;
}
a.player-link:hover {
	color: rgba(255, 255, 0, 1);
}
.dark .fs-link {
	color: black;
	padding: 3px 8px 3px 5px;
}
.dark a.fs-link {
}
.dark .pre, .pre {
	padding-left: 10px;
}
.center-left {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 9;
	padding: 25px;
}
.center-right {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 9;
	padding: 25px;
}
.bottom-right {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	padding: 25px;
	text-align: right;
}
.bottom-left {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	padding: 25px;
}
.bottom-center {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	z-index: 9;
}
.center-center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	z-index: 9;
	padding: 25px;
}
.middle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 9;
}
.section, .slide {
	background-size: cover;
	background-position: center center;
}
.logo {
	width: 40%;
}
div#comms {
	width: calc(75% + 200px);
}
.comm {
	width: 20%;
	float: left;
	padding-right: 2.5%;
	padding-left: 2.5%;
}
#menu {
	z-index: 39;
	position: fixed;
}
#menu li {
	list-style: none;
}
#menu li a{
	text-decoration: none;
	font: 18pt/24pt 'simplon_normmedium';
	-webkit-font-feature-settings: 'tnum';
	-moz-font-feature-settings: 'tnum';
}
nav#slide-navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 150px);
	z-index: 29;
}
a#start, a#stop {
	text-decoration: none;
	background-color: inherit;
	font: 48pt/36pt 'simplon_normregular';
	-webkit-font-feature-settings: 'tnum';
	-moz-font-feature-settings: 'tnum';
}
a#next {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 50%;
}
a#prev {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
}
a#prev {
	cursor: url(../images/core/prev.png), auto;
}
a#next {
	cursor: url(../images/core/next.png), auto;
}
a:hover {
	cursor: pointer;
}
h1 {
	font: 42pt/48pt 'simplon_normbold';
	padding: 50px 50px 50px 175px;
	color: white;
}
h2 {
	font: 18pt/36pt 'simplon_normmedium';
	padding: 50px 40% 50px 175px;
	color: white;
}
.blank h1 {
	font-family: 'simplon_normmedium';
	color: #363636;
}
div.manifesto {
	width: 50%;
	margin: 0 auto;
	z-index: 39;
}
#manifesto-title {
	width: 50%;
	float: left;
}
#manifesto-title img{

}
.manifesto li {
	list-style: none;
}
#manifesto-content {
	width: 50%;
	padding-left: 50%;
}
#manifesto-content img {
	padding: 15px 0;
	border-bottom: 5px solid #dce0df;
}
#manifesto-content li:last-child img {
	padding: 15px 0;
	border: inherit;
}
h1.caps {
	font: 30pt/36pt 'simplon_normmedium';
}
.title {
	margin-left: 100px;
}
.info {
	background-color: #101010;
}
.photo {
	background-color: #101010;
}
.container {
	width: calc(100% - 150px);
	height: calc(100% - 150px);
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.flip {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.photo img {
	position: absolute;
	width: 100%;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
#photo1{
	width: calc(50% - 5px);
	top: 50%;
	right: 0;
}
#photo2 {
	width: calc(50% - 5px);
	top: calc(50% - 5px);
	left: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
}
#photo3 {
	width: calc(50% - 5px);
	top: calc(50% + 5px);
	left: 0;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
}
.video video {
	position: absolute;
	width: 100%;
	display: block;
}
.intro p {
	font: 14pt/21pt 'simplon_normmedium';
	color: white;
	text-align: justify;
	width: 50%;          /*50%  ??*/
	margin: 0 auto;
}
.intro-white p {
	font: 26pt/36pt 'simplon_normmedium';
	color: #121212;
	text-align: justify;
	width: 50%;          /*50%  ??*/
	margin: 0 auto;
	font-size: 1.5em;
}
.dlf { /*dlf = dans le futur*/
	font-family: 'simplon_normbold';
}
.intro img {
	width: calc((100% / 5) * .15);
	padding: 70px;
}
.fp-controlArrow {
	display: none;
}
/*EXPO*/
h1.expo-time {
	font: 22pt/36pt 'simplon_normmedium';
	width: 60%;
	padding: 10px 10px 25px;
	margin: 20px auto 0;
	color: white;
}
.expo-info {
	margin-left: 0%;
}
h1.date, h1.nom, h2.lieu {
	font: 22pt/26pt 'simplon_normmedium';
	padding: inherit;
	color: #dce0df;
}
h1.date, h2.lieu{
	font: 18pt/26pt 'simplon_normregular';
	padding: inherit;
	color: #9ba19f;
}
p.contexte {
	font: 12pt/18pt 'simplon_normregular';
	color: #a1a1a1;
	padding: inherit;
	text-align: justify;
}
p.contexte a {
	color: white;
	padding: 0;
	text-align: justify;
	text-decoration: inherit;
}
section.expo-card {
	width: 60%;
	height: 200px;
	padding: 50px;
	margin: 20px auto 0;
	background-size: cover;
}
.expo-card div {
	width: 100%;
	padding-left: 20px;
	margin-bottom: 20px;
}
.expo-img {
	width: calc(50% - 50px);
	float: left;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
