body {
	font-family: "SourceSansPro", Arial, sans-serif;
	font-weight:400;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	
	padding: 0;
	min-width:280px;
}

.bodyHeidrun {
	font-family: Century Gothic, Arial, sans-serif;
	background-image: url("../images/heidrun/heidrunBackground.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#fff;
	background-size:652px 1600px;
}

.bodyHunter {
	font-family: Century Gothic, Arial, sans-serif;
	background-image: url("../images/light-hunters-presentation-background.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#fff;
	background-size:100% 856px;
}

.bodyHunter .footer {
	font-family: "SourceSansPro", Arial, sans-serif;
}
.bodyEfemeris .footer {
	font-family: "SourceSansPro", Arial, sans-serif;
}

.bodyEfemeris {
	font-family: Garamond No9 TOT, Arial, sans-serif;
	background-image: url("../images/efemeris-presentation-background.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#fff;
	background-size:100% 886px;
}

.bodyBoardgame .footer {
	font-family: "SourceSansPro", Arial, sans-serif;
}
.bodyBoardgame {
	font-family: Times New Roman, Arial, sans-serif;
	background-color:#1b1721;
}

.bodyBloodflowers {
	font-family: "SourceSansPro", Arial, sans-serif;
	background-image: url("../images/bloodflowers/bloodflowers-background.jpg");
	background-repeat: repeat;
	background-position: center top;
	background-color:#fff;
}
.bodyBloodflowers a {
	text-decoration:none;
}

.bodyWarhammer {
	font-family: "Anton-Regular", Arial, sans-serif;
	color:#fff;
	background-repeat: repeat;
	background-position: center top;
	background-color:#000;
	font-size:16px;
}
.bodyWarhammer a {
	text-decoration:none;
	color:white;
}

.bodyBeyond {
	font-family: "SourceSansPro", Arial, sans-serif;
	background-color:#0e292c;
}

.bodyPapertales {
	font-family: "SourceSansPro", Arial, sans-serif;
	background-color:#cfd4de;
}
.bodyPapertales a {
	text-decoration:none;
}

.bodyEfemerisApp {
	font-family: "Georgia", Arial, sans-serif;
	background-color:#311616;
}
.bodyEfemerisApp a {
	text-decoration:none;
}

.bodyB2C {
	font-family: "SourceSansPro", Arial, sans-serif;
	background-color:#e9d8bc;
}
.bodyB2C a {
	text-decoration:none;
}

.bodyChronica {
	font-family: "SourceSansPro", Arial, sans-serif;
	background-color:#ede3d7;
}
.bodyChronica a {
	text-decoration:none;
}

.bodyApogee {
	font-family: "SourceSansPro", Arial, sans-serif;
	background-image: url("../images/apogee/apogee-page-2.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top 480px;
	background-color: black;
	color : white;
}
.bodyApogee a {
	text-decoration:none;
}

@media (max-width: 768px) {
	.bodyApogee {
		background-position: center top 520px;
	}
}

.bodyHome {
	font-family: "SourceSansPro", Arial, sans-serif;
	background:#ded0ca;
}

.bodyHome .container{
	max-width:1200px;
}

@media (max-width: 768px) {
	.bodyHunter {
		background-image: url("../images/light-hunters-presentation-background-small.jpg");
		background-size:auto 856px;
	}
	.bodyEfemeris {
		background-image: url("../images/efemeris-presentation-background.png");
		background-size:auto 786px;
	}
}

@font-face {
    font-family: 'SourceSansPro';
    src: url(../fonts/SourceSansPro-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: 'SourceSansPro';
    src: url(../fonts/SourceSansPro-Semibold.ttf);
    font-weight: 500;
}
@font-face {
    font-family: 'Martel';
    src: url(../fonts/Martel-Heavy.ttf);
    font-weight: 700;
}
@font-face {
    font-family: 'Garamond No9 TOT';
    src: url(../fonts/GaramondNo9TOT-Medium.otf);
    font-weight: normal;
}
@font-face {
    font-family: 'Garamond No9 TOT';
    src: url(../fonts/GaramondNo9TOT-Regular.otf);
    font-weight: 300;
}
@font-face {
    font-family: 'Anton-Regular';
    src: url(../fonts/Anton-Regular.ttf);
    font-weight: normal;
}

h1, h2, h3{
	font-weight:700;
}

h2 {
	margin-bottom:25px;
}

.nav a {
	text-decoration:none;
}

a {
	color:#000;
	text-decoration:underline;
}
.introuction-text {
	padding-bottom:40px;
}
.introuction-text a{
	text-decoration:none;
}
.introuction-text a:hover {
	text-decoration:none;
}
.introuction-text a:focus{
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a:focus {
	color:#000;
	text-decoration:underline;
}

*:focus {
    outline: none;
}

.container-fluid {
	padding:0;
	overflow:hidden;
}

.container {
	padding:0;
}
@media (max-width: 768px) {
	.container-fluid {
		padding:0;
		overflow:hidden;
	}

	.container {
		padding:0 15px 0 15px;
	}
}

/* === Navigation === */

.header {
	background-color:rgba(0, 0, 0, 0.5);
	position:fixed;
	width:100%;
	z-index:9999;
	overflow:visible;
}

.header .wrap {
	max-width:780px;
	margin:0 auto 0 auto;
}

.dtda-logo {
	position:absolute;
}

.navbar-default {
	background-color: transparent;
	border-color: #fff;
}

.navbar {
	/* position: relative; */
	/* min-height: 50px; */
	margin: 0px;
	border:none;
	font-family:'SourceSansPro';
}

.navbar-nav {
	color:#fff;
}

.navbar-default .navbar-text {
	color: #fff;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}

.nav > li > a:hover, .nav > li > a:focus{
	background:#fff;
}

.dropdown-menu {
	background-color:rgba(0, 0, 0, 0.5);
	padding:0;
	border:none;
	min-width:80px;
}

.navbar-nav .open .dropdown-menu{
	background-color:rgba(0, 0, 0, 0.5);
}

.dropdown-menu > li > a {
	color:#fff;
	padding:10px 20px;
	text-align:center;
}

.nav-ks{
	width:100px;
	height:30px;
	max-width:100%;
	margin-left:10px;
	
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	border:none;
	border-radius:2px;
	background:#14e06d;
	transition: 1s ease;
}

.nav-ks:hover {
	background:#13be5e;
}

.nav-patreon img{
	width:30px;
	height:30px;
	margin-left:10px;
}

.nav-home{
	width:204px;
	height:49px;
	max-width:100%;
	margin-left:10px;
	
	background:url("../images/home/home-pow6-btn.png");
	background-size : 100% 100%;
	
	padding:5px 0 0 0;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	border:none;
}

.nav-home:hover {
	
}

@media (max-width: 768px) {
	.nav-ks {
		font-size:10px;
		width:100%;
		margin:0;
		height:40px;
	}
	
	.nav-patreon{
		width:100%;
		float:left;
		text-align:center;
		margin-top:5px;
	}
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 0px;
	}
	
	.navbar-header {
		float: left;
	}
	
	.navbar-nav {
		float:none;
		text-align:right;
	}
	
	.navbar-nav > li {
		display: inline-block;
		float:none;
	}
	
	#btnCall{
		float:right;
	}
	#btnCall > a{
		background-color:#ffa234;
	}
	#btnCall > a:hover, #btnCall > a:focus{
		background-color:#ec9631;
		color: #fff;
	}
}

@media (max-width: 768px) {
	
	.navbar-toggle {
		float:none;
		margin-left:auto;
		margin-right:auto;
		display:block;
		border: none;
	}
	
	.navbar-collapse {
		border:none;
	}

	.navbar-default .navbar-toggle {
		border:none;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color:transparent;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color:#fff;
	}
	
	.navbar-default .navbar-nav > li {
		text-align:center;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color:#fff;
		padding:10px 20px;
		margin:0;
		width:100%;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		background:#fff;
	}
}


/* === Home === */
.homePage {
	background-image: url("../images/home/home-background.png");
	background-repeat: repeat;
	background-position: center top;
}
.homePage .row {
	margin-left:0px;
	margin-right:0px;	
}
.homePage .wrap {
	/*margin-top:-48px;*/
	margin-bottom:60px;
}
.homePage a{
	text-decoration:none;
}
.homePage h2{
	text-align:center;
	text-transform:uppercase;
	padding-bottom:20px;
}

.home-pow {
	color:white;
	background-image: url("../images/home/home-pow6.png");
	background-repeat: no-repeat;
	background-position:center;
	height:850px;
	width:100%;
}
.hom-pow-desc {
	padding-top:370px;
	text-transform:uppercase;
	padding-left:100px;
	font-size:14px;
	font-weight:bold;
}
.hom-pow-desc p:first-child{
	font-size:16px;
}
.hom-pow-desc span {
	/*font-family:'Courier';*/
	/* color:#ff0047; - rouge */
	/* color: #F9DECD; pyrophora */
	color: #63C0CB; /* epireia */
	font-size:28px;
}
.hom-pow-desc a {
	color:white;
	text-decoration:underline;
}
.homeActus {
	padding: 0 60px;
	text-align:left;
}
.homeActus img{
	width:100%;
}
.homeActus h3{
	color : #24849b;
	text-transform:uppercase;
	font-size:18px;
	margin:20px 0 0 0;
}
.homeActus span{
	color : #24849b;
}

.homeDescription{
	background-image: url("../images/home/home-desc-back.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:120px;
}
.homeDesc img{
	width:100%;
}
.homeDescTxt {
	padding-top:260px;
	text-align:left;
}

.homeDescTxt h2 {
	text-align:left;
}

.homePage .homeJourney{
	padding-top:200px;
	margin-bottom:-5px;
}

@media (max-width: 768px) {
	.homePage {
		padding:0;
	}
	.homePage .wrap {
		/*margin-top:-48px;*/
	}
	.home-pow {
		background-image: url("../images/home/home-pow6-mobile.png");
		background-repeat: no-repeat;
		background-position:center;
		background-size:auto 100%;
		height:850px;
		width:100%;
		margin-bottom:50px;
	}
	.homeActus {
		padding: 0 40px;
		text-align:center;
	}
	.homeActus div{
		padding-bottom:60px;
	}
	.homeDescTxt{
		padding-top:40px;
		text-align:center;
	}
	.homeDescription{
		background-image: none;
		text-align:center;
		padding:0;
	}
	.homePage .homeJourney{
		padding-top:60px;
	}
	.hom-pow-desc {
		padding-top:300px;
		padding-left:0px;
	}
}

/* === === */


/* === InnerPage === */
.innerPage .wrap {
	margin-top:180px;
	margin-bottom:110px;
}

.innerPage .row {
	margin:0;
}

.innerPage h1 {
	color:#a1a1a1;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
}
.innerPage h2 {
	font-size:30px;
	font-weight:normal;
	margin:5px 0 15px 0;
}
.innerPage h3 {
	font-size:18px;
	font-weight:normal;
	margin:0 0 15px 0;
}
.innerPage h4 {
	font-size:18px;
	font-weight:normal;
	margin:0 0 5px 0;
	text-transform:uppercase;
}
.innerPage h5 {
	color:#a1a1a1;
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	margin:0 0 20px 0;
	text-transform:uppercase;
}

.innerPage p {
	font-size:14px;
	font-weight:normal;
}

.team-avatar {
	margin:25px 0 25px 0;
}

@media (max-width: 768px) {
	.innerPage .wrap {
		margin-top:130px;
	}
}

.kickstarter h3{
	font-weight:bold;
}

.kickstarter img{
	width:100%;
	margin-top:5px;
	margin-bottom:20px;
}
.kickstarter iframe{
	width:100%;
	margin-bottom:20px;
}
.kickstarter figcaption{
	text-align:center;
	margin-top:-15px;
	margin-bottom:20px;
}

.introduction-img {
	margin-bottom:40px;
}

.introduction-img img{
	width:100%;
}

.introduction .wrap {
	margin-top:0px;
}

.twitter-tweet{
	margin-left:auto;
	margin-right:auto;
}

/* === ===*/

/* === Heidrun === */

.bodyHeidrun .heidrun {
	width:100%;
	max-width:652px;
	background-image: url("../images/heidrun/heidrunPortrait.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size:50% auto;
}
.bodyHeidrun .heidrunHeader {
	width:100%;
	max-width:652px;
}
.heidrunMenu {
	text-align: right;
	padding: 15px 50px;
	font-size:18px;
	font-weight: bold;
	text-transform: uppercase;
}
.heidrunMenu a{
	text-decoration:none;
	margin: 0 5px;
}

.heidrun {
	font-size:14px;
	text-transform:none;
	color:#000;
}
.heidrun .wrap {
	margin:40px auto 10px auto;
	/*width:100%;
	max-width:652px;*/
}
.heidrun .row {
	margin:0 auto;
}

.heidrunName {
	margin: 0;
	padding: 0 10%;
	width:70%;
	text-align:left;
}
.heidrunName img {
	width: 100%;
}
.heidrunPresentation {
	margin: 20px 0 0 0;
	padding: 0 10%;
	width:70%;
	text-align:center;
}
.heidrunTitle {
	margin: 20px 0 0 0;
	padding: 0 10%;
	width:70%;
	font-size: 16px;
	text-align:center;
}
.heidrunTitle button{
	background-image:url("../images/heidrun/heidrunReshuffle.png");
	background-color:#fff;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border: none;
	padding: 3% 14%;
	min-width:80%;
	color:#fff;
	text-decoration:none;
	font-size:18px;
}
.heidrunSkills {
	width:60%;
	margin: 30px 0 60px 0;
	padding: 0 10%;
	width:70%;
}
.heidrunSkills img {
	width:60%;
}
.heidrunSkills p {
	margin:0 auto;
	padding: 0 10%;
	width:70%;
}
.heidrunSkill {
    margin-bottom: 20px;
}
.heidrunSkillEther {
	font-weight: bold;
}
.heidrunSkillName {
	font-weight: bold;
	font-size: 16px;
}

@media (max-width: 768px) {
	.heidrunSkills p {
		width:100%;
	}
	.heidrunTitle button{
		font-size:12px;
	}
}

/* === Apps === */
.permis {
	margin-bottom: 60px;
}

.permis-selection {
	margin-top: 20px;
	margin-bottom: 30px;
}

.permis-selection-row {
	height: 240px;
	max-width: 244px;
	margin:5px 5px;
	padding:0px;
	overflow:hidden;
	text-align:center;
}

.permis-selection a{
	text-decoration:none;
}

.permis-selection-1 {
	background: url("../images/apps/apps1Base.png") no-repeat center top;
}
.permis-selection-2 {
	background: url("../images/apps/apps2Base.png") no-repeat center top;
}
.permis-selection-3 {
	background: url("../images/apps/apps3Base.png") no-repeat center top;
}
.permis-selection-4 {
	background: url("../images/apps/apps4Base.png") no-repeat center top;
}
.permis-selection-5 {
	background: url("../images/apps/apps5Base.png") no-repeat center top;
}
.permis-selection-6 {
	background: url("../images/apps/apps6Base.png") no-repeat center top;
}

.permis-selection-row-desc{
	position:absolute;
	color:white;
	font-size:12px;
	width:200px;
	margin: 150px 22px 0 22px;
}

.permis-selection-row-content-1, .permis-selection-row-content-2, .permis-selection-row-content-3, .permis-selection-row-content-4, .permis-selection-row-content-5, .permis-selection-row-content-6 {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	transition: all 0.4s;
}
.permis-selection-row ul{
	padding:0;
}
.permis-selection-row ul li{
	list-style-type:none;
	border-bottom: 1px solid white;
	width:40%;
	margin:auto;
	padding:4px 0;
}
.permis-selection-row ul li:last-child{
	border-bottom: 0px;
}
.permis-selection-row a{
	color:white;
}

.permis-selection-row ul{
	padding-top:115px;
}

.permis-selection-row-content-1{
	background: url("../images/apps/apps1Hover.png") no-repeat 0px 240px;
}
.permis-selection-row-content-2{
	background: url("../images/apps/apps2Hover.png") no-repeat 0px 240px;
}
.permis-selection-row-content-3{
	background: url("../images/apps/apps3Hover.png") no-repeat 0px 240px;
}
.permis-selection-row-content-4{
	background: url("../images/apps/apps4Hover.png") no-repeat 0px 240px;
}
.permis-selection-row-content-5{
	background: url("../images/apps/apps5Hover.png") no-repeat 0px 240px;
}
.permis-selection-row-content-6{
	background: url("../images/apps/apps6Hover.png") no-repeat 0px 240px;
}

@media (max-width: 768px) {
	.permis-selection-row {
		padding-top:0;
		margin:5px auto;
	}
	
	.permis-selection-row-desc {
		visibility:hidden;
	}
	
	.permis-selection-1 {
		background: url("../images/apps/apps1Hover.png") no-repeat center top;
	}
	.permis-selection-2 {
		background: url("../images/apps/apps2Hover.png") no-repeat center top;
	}
	.permis-selection-3 {
		background: url("../images/apps/apps3Hover.png") no-repeat center top;
	}
	.permis-selection-4 {
		background: url("../images/apps/apps4Hover.png") no-repeat center top;
	}
	.permis-selection-5 {
		background: url("../images/apps/apps5Hover.png") no-repeat center top;
	}
	.permis-selection-6 {
		background: url("../images/apps/apps6Hover.png") no-repeat center top;
	}
}
@media (min-width: 768px) {
	.permis-selection-row-content-1, .permis-selection-row-content-2, .permis-selection-row-content-3, .permis-selection-row-content-4, .permis-selection-row-content-5, .permis-selection-row-content-6{
		padding-top:240px;
	}
	.permis-selection-row-content-1:hover {
		padding-top:0;
		background: url("../images/apps/apps1Hover.png") no-repeat center top;
	}
	.permis-selection-row-content-2:hover {
		padding-top:0;
		background: url("../images/apps/apps2Hover.png") no-repeat center top;
	}
	.permis-selection-row-content-3:hover {
		padding-top:0;
		background: url("../images/apps/apps3Hover.png") no-repeat center top;
	}
	.permis-selection-row-content-4:hover {
		padding-top:0;
		background: url("../images/apps/apps4Hover.png") no-repeat center top;
	}
	.permis-selection-row-content-5:hover {
		padding-top:0;
		background: url("../images/apps/apps5Hover.png") no-repeat center top;
	}
	.permis-selection-row-content-6:hover {
		padding-top:0;
		background: url("../images/apps/apps6Hover.png") no-repeat center top;
	}
}
@media (min-width: 992px) {
	.permis-selection-row-content-1, .permis-selection-row-content-2, .permis-selection-row-content-3, .permis-selection-row-content-4, .permis-selection-row-content-5, .permis-selection-row-content-6{
		padding-top:240px;
	}
}
/* ===  === */

/* === Agance === */
.agence {
	margin-bottom: 60px;
}

.agence-selection {
	margin-top: 20px;
	margin-bottom: 30px;
}

.agence-selection-row {
	height: 250px;
	/*max-width: 244px;*/
	margin:5px 5px;
	padding:0px;
	overflow:hidden;
	text-align:center;
	
	border-bottom:solid 3px black;
}

.agence-selection a{
	text-decoration:none;
}

.agence-selection-1 {
	background: url("../images/agence/agenceBack1.png") no-repeat center top;
	background-size:100%;
}
.agence-selection-2 {
	background: url("../images/agence/agenceBack2.png") no-repeat center top;
	background-size:100%;
}
.agence-selection-3 {
	background: url("../images/agence/agenceBack3.png") no-repeat center top;
	background-size:100%;
}
.agence-selection-4 {
	background: url("../images/agence/agenceBack4.png") no-repeat center top;
	background-size:100%;
}
.agence-selection-5 {
	background: url("../images/agence/agenceBack5.png") no-repeat center top;
	background-size:100%;
}

.agence-selection-row-desc{
	position:absolute;
	color:white;
	font-size:12px;
	width:100%;
	margin: 150px 22px 0 22px;
}

.agence-selection-row-content-1, .agence-selection-row-content-2, .agence-selection-row-content-3, .agence-selection-row-content-4, .agence-selection-row-content-5 {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	transition: all 0.4s;
}
.agence-selection-row ul{
	padding:0;
}
.agence-selection-row ul li{
	list-style-type:none;
	border-bottom: 1px solid black;
	width:80%;
	margin:auto;
	padding:4px 0;
	font-size:24px;
}
.agence-selection-row ul li:last-child{
	border-bottom: 0px;
}
.agence-selection-row a{
	color:black;
}

.agence-selection-row ul{
	padding-top:75px;
}

/*.agence-selection-row-content-1{
	background: url("../images/apps/apps1Hover.png") no-repeat 0px 240px;
}
.agence-selection-row-content-2{
	background: url("../images/apps/apps2Hover.png") no-repeat 0px 240px;
}
.agence-selection-row-content-3{
	background: url("../images/apps/apps3Hover.png") no-repeat 0px 240px;
}
.agence-selection-row-content-4{
	background: url("../images/apps/apps4Hover.png") no-repeat 0px 240px;
}
.agence-selection-row-content-5{
	background: url("../images/apps/apps5Hover.png") no-repeat 0px 240px;
}
.agence-selection-row-content-6{
	background: url("../images/apps/apps6Hover.png") no-repeat 0px 240px;
}*/

@media (max-width: 768px) {
	.agence-selection-row {
		padding-top:40px;
		margin:5px auto;
	}
	
	.agence-selection-row ul li{
		font-size:13px;
	}
	
	.agence-selection-row-desc {
		visibility:hidden;
	}
	
	.agence-selection-1 {
		background: url("../images/agence/agenceBack1.png") no-repeat center top;
		background-size:100%;
	}
	.agence-selection-2 {
		background: url("../images/agence/agenceBack2.png") no-repeat center top;
		background-size:100%;
	}
	.agence-selection-3 {
		background: url("../images/agence/agenceBack3.png") no-repeat center top;
		background-size:100%;
	}
	.agence-selection-4 {
		background: url("../images/agence/agenceBack4.png") no-repeat center top;
		background-size:100%;
	}
	.agence-selection-5 {
		background: url("../images/agence/agenceBack5.png") no-repeat center top;
		background-size:100%;
	}
}
@media (min-width: 768px) {
	.agence-selection-row-content-1, .agence-selection-row-content-2, .agence-selection-row-content-3, .agence-selection-row-content-4, .agence-selection-row-content-5{
		padding-top:240px;
	}
	.agence-selection-row-content-1:hover {
		padding-top:0;
		background: #f6efe2;
	}
	.agence-selection-row-content-2:hover {
		padding-top:0;
		background: #f6efe2;
	}
	.agence-selection-row-content-3:hover {
		padding-top:0;
		background: #f6efe2;
	}
	.agence-selection-row-content-4:hover {
		padding-top:0;
		background: #f6efe2;
	}
	.agence-selection-row-content-5:hover {
		padding-top:0;
		background: #f6efe2;
	}
}
@media (min-width: 992px) {
	.agence-selection-row-content-1, .agence-selection-row-content-2, .agence-selection-row-content-3, .agence-selection-row-content-4, .agence-selection-row-content-5{
		padding-top:240px;
	}
}
/* ===  === */

/* === Presentation === */

.presentation .wrap {
	margin:180px auto 110px auto;
}

.presentation .row {
	margin:0 auto;
}

.presentation-box {
    margin-top: 0;
	margin-bottom: 0;
}
.presentation-box-efemeris {
    margin: 20px 75px 0 0;
}
.bodyBoardgame .presentation img {
	max-width: 100%;
}

.presentation-logo img {
	margin: 15px 0 15px 0;
}
.presentation-logo-efemeris img {
	margin: -50px 0 15px 0;
}

.lhMenu {
	text-align:center;
	text-transform:uppercase;
}

.lhMenu > li > a {
  color: #fff;
}
.lhMenu > li > a:hover,
.lhMenu > li > a:focus {
  /* color: #333; */
  background: url("../images/light-hunters-nav-hover.png") no-repeat center center;
}
.lhMenu > .active > a,
.lhMenu > .active > a:hover,
.lhMenu > .active > a:focus {
  /* color: #555; */
  /* background-color: #e7e7e7; */
}

.efMenu {
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:2px;
}

.efMenu > li > a {
  color: #000;
}
.efMenu > li > a:hover,
.efMenu > li > a:focus {
  /* color: #333; */
  /*background: url("../images/light-hunters-nav-hover.png") no-repeat center center;*/
  background:none;
}
.efMenu > .active > a,
.efMenu > .active > a:hover,
.efMenu > .active > a:focus {
  /* color: #555; */
  /* background-color: #e7e7e7; */
}

@media (max-width: 768px) {
	
	.dtda-logo {
		display:none;
	}
	
	.presentation .wrap {
		margin:150px auto 110px auto;
	}
	
	.presentation-logo img {
		max-width:100%;
	}
	.presentation-logo-efemeris img {
		max-width:100%;
	}
	
	.presentation-box img {
		height:250px;
	}
	.presentation-box-efemeris img {
		height:250px;
	}
	
	.presentation .wrap {
	margin:140px auto 30px auto;
}
}

/* === Formulaire accueil === */

.formulaire {
    margin-bottom: 50px;
}

.form-group {
	float:left;
}

.form-inline  .form-group input {
	width:100%;
	height:40px;
	
	border:1px solid #000;
	border-radius:0px;
	box-shadow:none;
	
	color:#000;
	line-height:25px;
	font-size: 18px;
	
	padding:5px 15px;
}
.form-inline .form-group textarea {
	width:100%;
	
	border:1px solid #000;
	border-radius:0px;
	box-shadow:none;
	
	line-height:25px;
	font-size: 18px;
	color:#000;
	
	padding:10px 15px;
	resize:none;
}
.form-inline .form-group label {
	font-weight:500;
	font-size:11px;
	color:#a1a1a1;
	text-transform:uppercase;
	margin: 15px 0 5px 0;
}

.form-inline .form-group button {
	width:100%;
	height:40px;
	
	background-color:#000;
	border:none;
	border-radius:0px;
	box-shadow:none;
	
	color:#fff;
	line-height:25px;
	text-transform:Uppercase;
	
	padding:5px 15px;
	margin-top:20px;
	
	outline:none;
}
.form-inline .form-group button:hover {
	background-color:#2a2a2a;
	color:#fff;
}
.form-inline .form-group button:active, .form-inline .form-group button:focus {
	background-color:#2a2a2a;
	color:#fff;
}
.form-inline .form-group button:disabled {
	background-color:#2a2a2a;
	color:#fff;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.formName {
	width:100%;
}
.formEmail {
	width:100%;
}
.formPhone {
	width:100%;
}
.formMessage {
	width:100%;
}
.formSend {
	width:100%;
}

.error {
	color: #6f1515;
}
.error::-webkit-input-placeholder {
	color: #6f1515;
}
.error::-moz-placeholder {
	color: #6f1515;
}
.error:-ms-input-placeholder {
	color: #6f1515;
}
.error:-moz-placeholder {
	color: #6f1515;
}

/* === === */


/* === Blog ===*/

#blogPosts {
	margin-top:35px;
	border-top:2px solid #000;
	padding:0;
}
.post{
	float:left;
	padding-bottom:30px;
	margin-top:30px;
	border-bottom:2px solid #000;
}
#blogPosts .post a{
	color:#000;
	display:block;
}
.post a{
	text-decoration:none;
	color:#14e06d;
}
.post img {
	width:100%;
}
.post h2 {
	margin:10px 0 0 0;
}
.post span{
	color:#a1a1a1;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
}
.post p {
	margin:10px 0 10px 0;
}
.post .readmore {
	color:#14e06d;
}
.tag{
	margin-top:20px;
}
.tag div {
	padding:5px 15px;
	margin: 0 10px 10px 0;
	color:#565656;
	background: #eaeaea;
	border-radius: 5px;
	float:left;
}

/* === === */

/* === 2028 === */

.body2028{
	background:url("../images/2028-background.jpg") no-repeat top center;
	background-size:cover;
}
.body2028 .innerPage h2{
	color:#fff;
}
.body2028 .innerPage h3 {
	color:#fff;
}
.terminal{
	margin-top:40px;
}
.terminalTitle {
	background:#3cf7cc;
	text-transform:uppercase;
	text-align:center;
}
.terminalPanel {
	border:3px solid #3cf7cc;
	color:#3cf7cc;
	height:350px;
	overflow-x:hidden;
	overflow-y:scroll;
}
.terminalContent{
	max-width:500px;
	margin: 40px 20px 0 20px;
}
.terminalCommand {
	max-width:500px;
	margin: 0 0 0 20px;
}
.terminalContent span {
	background:#3cf7cc;
	width:100%;
	color:#000;
	float:left;
	margin:0 0 20px 0;
	padding: 0 0 0 10px;
}
.terminalContent img {
	width:100%;
}
.terminalContent p {
	margin:0;
}
.terminal ::-webkit-scrollbar{
	/*width:0px;
	background:rgba(0, 0, 0, 0);*/
}
.terminalCommand input {
	background:transparent;
	border:none;
	width:90%;
}

/* === === */

/* === Game === */

.game .row {
	margin:0 auto 100px auto;
}
.game-efemeris .row {
	margin:0 auto 60px auto;
}
.game-boardgame .row {
	margin:0 auto 60px auto;
}
.game-boardgame img {
	max-width:100%;
}

.game iframe {
	max-width:100%;
}
.game-efemeris iframe {
	max-width:100%;
}
.game-texte-efemeris span {
	font-weight:bold;
	color:#ae9172;
}

.game-boardgame p {
	text-align:justify;
	color:#fff;
	font-size:18px;
}
.game-boardgame pre {
	font-weight:bold;
	color:#93876a;
	padding:0;
	margin:0;
	font-size:18px;
	background-color:#0000;
	border:none;
	box-sizing:inherit;
	font-family:Times New Roman, Arial, sans-serif;
	white-space:wrap;
}
.game-boardgame .game-titre {
	max-width:420px;
}
.game-titre {
	max-width:110%;
}

@media (min-width: 768px) {
	.game {
		background:url("../images/light-hunters-game.jpg") no-repeat bottom center;
	}
	.game .wrap {
		margin:30px auto 450px auto;
	}
	
	.game-efemeris {
		margin-bottom:0px;
		background-size:100%;
	}
	.game-efemeris .wrap {
		margin:30px auto 0px auto;
	}
	
	.game-boardgame {
		margin-bottom:0px;
		background-size:100%;
	}
	.game-boardgame .wrap {
		margin:30px auto 0px auto;
	}
	
	.game-texte-first {
		margin-top:-20px;
		margin-bottom:20px;
	}
	.game-texte-first-efemeris {
		margin-top:30px;
		margin-bottom:20px;
	}
	.game-texte {
		margin-left:55px;
	}
	.game-texte-efemeris {
		margin-left:55px;
		font-family: Times New Roman, Arial, sans-serif;
		font-size:18px;
	}
	.game-options {
		margin-top:40px;
		margin-left:55px;
		max-width:80%;
	}
	
	.game-boardgame .game-titre {
		max-width:80%;
	}
}

@media (max-width: 768px) {
	.game {
		background:url("../images/light-hunters-game-small.jpg") no-repeat bottom center;
		margin-bottom:50px;
	}
	.game .wrap {
		margin:110px auto 560px auto;
	}
	
	.game-efemeris {
		margin-bottom:50px;
		background-size:220%;
		background-position-x:20%;
	}
	.game-efemeris .wrap {
		margin:80px auto 0px auto;
	}
	.game-boardgame {
		margin-bottom:50px;
		background-size:220%;
		background-position-x:20%;
	}
	.game-boardgame .wrap {
		margin:80px 30px 0px 30px;
	}
	.game-boardgame .game-titre {
		max-width:65%;
	}
	
	.game-titre {
		max-width:100%;
	}
	
	.game-texte-first {
		margin-top:-15px;
	}
	.game-texte-first-efemeris {
		margin-top:30px;
	}
	.game-texte {
		margin-left:15%;
		margin-right:15%;
	}
	.game-texte-efemeris {
		margin-left:15%;
		margin-right:15%;
		font-family: Times New Roman, Arial, sans-serif;
		font-size:18px;
	}
	.game-options {
		margin:40px 15%;
		max-width:70%;
	}
}

/* === === */


/* === Heroes === */

.heroes {
	background:#000;
	color:#fff;
}
.heroes .wrap {
	margin:130px auto 200px auto;
	min-height:500px;
}
.heroes .row {
	margin:0 auto 0px 0;
	position:relative;
}
.heroes-titre {
	margin-top:25px;
	margin-bottom:25px;
}
.heroes-titre-extension1 {
	margin-top:25px;
	margin-bottom:25px;
	margin-left:40px;
}
.heroes-titre-extension2 {
	margin-top:25px;
	margin-bottom:25px;
	margin-left:30px;
}

.row-heroes {
	left:-35px;
	min-height:200px;
}
.row-heroes-extension {
	left:-20px;
	min-height:120px;
}

.lh-heroes {
	position:absolute;
	opacity:0.5;
	transition: all 1s ease;
	cursor:pointer;
}
.lh-heroes:hover {
	opacity:1;
	transition: 1s ease;
}
.hero-active{
	opacity:1;
}

.hero-portrait {
	position:absolute;
	opacity:0;
	left:-50px;
	transition: all ease 1s;
}
.hero-portrait-active {
	opacity:1;
	left:0px;
}

.hero-name {
	margin-top:600px;
	position:absolute;
	text-align:center;
	opacity:0;
	transition: all ease 1s;
}
.hero-name p {
	max-width:180px;
	text-align:justify;
}
.hero-name img {
	margin-bottom:25px;
}
.hero-name-active {
	opacity:1;
}


.nations {
	background:url("../images/efemeris-nations-background.png") no-repeat bottom center;
	background-size: 100% 100%;
	color:#000;
	margin-top:-46px;
}
.nations .wrap {
	margin:50px auto 80px auto;
	min-height:500px;
}
.nations .row {
	margin:0 auto 0px 0;
	position:relative;
}
.nations-titre {
	margin: 25px auto 25px auto;
	text-align:center;
}
.row-captains {
	left:-35px;
	min-height:180px;
}

.ef-nations {
	position:absolute;
	opacity:0.5;
	transition: all 1s ease;
	cursor:pointer;
}
.ef-nations:hover {
	opacity:1;
	transition: 1s ease;
}
.nation-active{
	opacity:1;
}
.ef-nation-name{
	margin:-10px 0 20px 0px;
	letter-spacing: 2px;
	font-size:16px;
	color: #1d1d1b;
}

.ef-captains {
	position:absolute;
	opacity:0.5;
	transition: all 1s ease;
	cursor:pointer;
	width:100px;
}
.ef-captains:hover {
	opacity:1;
	transition: 1s ease;
}
.captain-active{
	opacity:1;
}

.captain-portrait {
	position:absolute;
	opacity:0;
	left:-50px;
	transition: all ease 1s;
	width:60%;
	min-width:300px;
	max-width:400px;
	box-shadow:0px 0px 20px 0px #00000080;
	bottom:5.5vw;
}
.captain-portrait-active {
	opacity:1;
	left:0px;
}

.efemeris-nation-name {
	position:absolute;
	text-align:center;
	opacity:0;
	transition: all ease 1s;
}
.efemeris-nation-name p {
	max-width:180px;
	text-align:justify;
}
.efemeris-nation-name img {
	margin-bottom:25px;
}
.efemeris-nation-name-active {
	opacity:1;
}

.efemeris-captain-name {
	position:absolute;
	text-align:center;
	opacity:0;
	transition: all ease 1s;
	bottom:0;
	width:60%;
	letter-spacing: 2px;
	max-width:400px;
	left:-15px;
}
.efemeris-captain-name p {
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	color:#1d1d1b;
	text-shadow:none;
	margin:0 auto;
	letter-spacing:2px;
}
.efemeris-captain-name p:nth-child(2){
	color:#1d1d1b;
	font-weight: 300;
}
.efemeris-captain-name img {
	margin-bottom:25px;
}
.efemeris-captain-name-active {
	opacity:1;
}

@media (min-width: 768px) {
	.heroes {
		display:block;
	}
	.heroes-small {
		display:none;
	}
	.nations{
		display:block;
	}
	.nations-small {
		display:none;
	}
}
@media (max-width: 768px) {
	.heroes {
		display:none;
	}
	.heroes-small {
		display:block;
		background:#000;
	}
	.nations {
		display:none;
	}
	.nations-small {
		display:block;
		background:url("../images/efemeris-nations-background.png") no-repeat bottom center;
		background-size: auto 100%;
		margin-top:-65px;
	}
}

.carousel {
	margin: 80px 0 58px 0;
}

.carousel-img {
	text-align:center;
}
.carousel-img img{
	margin-bottom:280px;
}
.nations-small .carousel-img img{
	width:100%;
	margin-bottom:140px;
	box-shadow: 0px 0px 20px 0px #00000080;
}

.carousel-caption{
	top:580px;
	left:0;
	right:0;
	bottom:initial;
	margin:0 0 50px 0;
	text-align:center;
}
.carousel-caption p{
	max-width:250px;
	margin:20px auto;
	text-align:justify;
}

#nations-small .carousel {
	margin: 80px 0 56px 0;
}
#efemeris-carousel .carousel-caption{
	top:128vw;
}
#efemeris-carousel .carousel-caption p{
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	color:#1d1d1b;
	text-shadow:none;
	margin:0 auto;
	letter-spacing:2px;
}
#efemeris-carousel .carousel-caption p:nth-child(2){
	color:#1d1d1b;
	font-weight: 300;
}
#efemeris-carousel .carousel-indicators li{
	border:1px solid #1d1d1b;
}
#efemeris-carousel .carousel-indicators .active{
	background-color:#1d1d1b;
}

#home-carousel {
	margin-top:0;
}

#home-carousel img {
	width:100%;
}

#home-carousel .carousel-indicators{
	bottom:-50px;
}

#home-carousel .carousel-indicators .active{
	background:#000;
}

#home-carousel .carousel-indicators li{
	border: 1px solid #000;
}

.txtLeft{
	text-align:left;
}

.introduction-img {
	font-size:18px;
}

h5 span{
	color:#c90000;
}

/* === === */


/* === Rules === */

.rules {
	max-width:100%;
}

.rules-titre {
	max-width:100%;
}

.rules .wrap {
	margin:70px auto 110px auto;
}

.rules .row {
	margin:0;
}

.rules img {
	margin-bottom:75px;
}

.rules a {
	text-decoration:none;
}

.row-rules-btn-fr{
	background:url("../images/light-hunters-langue-fr.png") no-repeat center center;
}

.row-rules-btn-en{
	background:url("../images/light-hunters-langue-en.png") no-repeat center center;
	margin-left:70px;
}

.row-rules-ef-btn-en{
	background:url("../images/ef-how-rules.png") no-repeat center center;
}

.row-rules-ef-btn-fr{
	background:url("../images/ef-how-regles.png") no-repeat center center;
	margin-left:70px;
}
.row-rules-ef-btn-de{
	background:url("../images/ef-how-spielregeln.png") no-repeat center center;
	margin-left:70px;
}
.row-demo-ef-btn-en{
	background:url("../images/ef-btn-demo-en.png") no-repeat center center;
}
.row-demo-ef-btn-fr{
	background:url("../images/ef-btn-demo-fr.png") no-repeat center center;
}

.rules-efemeris p {
	text-transform:uppercase;
	font-size:16px;
	color:#a98a69;
	font-family: Century Gothic, Arial;
}
.rules-efemeris p span{
	font-familly: GaramondNo9TOT-Regular, Arial;
	font-size:16px;
	text-transform:none;
	color:#fff;
}
.rules-efemeris a {
	display:block;
	width:100%;
}
.rules button {
	width:305px;
	height:91px;
	max-width:100%;
	
	border:none;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	transition: 1s ease;
	background-size:100% auto;
}
.rules-efemeris button {
	width:180px;
	height:23px;
	max-width:100%;
	margin:10px 0 10px 0;
	border:none;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	transition: 1s ease;
	background-size:100% auto;
}
.rules-efemeris .row-demo-ef-btn-fr {
	height:43px;
}
.rules button:hover {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.rules-efemeris button:hover {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.rules-efemeris {
	background:url("../images/efemeris-rules-background.png") no-repeat bottom center;
	background-size: 100% 100%;
}
.rules-efemeris .wrap {
	margin:80px auto 140px auto;
	min-height: 260px;
}
.rules-efemeris .row{
	margin-top:40px;
	margin-bottom:40px;
}

.rules-boardgame .wrap {
	margin:0 auto 140px auto;
	min-height: 260px;
}
.rules-boardgame .row{
	margin-top:40px;
	margin-bottom:40px;
}
.rules-boardgame a{
	margin:0 30px;
}
.rules-boardgame img{
	max-width:420px;
}


@media (max-width: 768px) {
	.row-rules-btn-fr{
		margin-bottom:20px;
	}

	.row-rules-btn-en{
		margin-left:0;
	}
	
	.rules-efemeris p:nth-child(1) {
		margin-top:20px;
	}
	
	.rules-boardgame img{
		max-width:80%;
	}
}

/* === === */


/* === Reviews === */

.reviews {
	background:url("../images/bg-reviews.jpg") no-repeat center center;
	background-size:100% 100%;
	color:#fff;
}

.reviews a {
	text-decoration:none;
}

.reviews .wrap {
	margin:70px auto 110px auto;
}

.reviews .row {
	margin:0;
}

.reviews-titre {
	margin-top:25px;
	margin-bottom:25px;
}

.reviews-bloc {
	background:rgba(0, 0, 0, 0.50);
	padding:20px;
	margin-bottom:20px;
	text-align:left;
	color:#fff;
}

.reviews-bloc p {
	margin:0;
}

.reviews-bloc-title {
	text-transform:uppercase;
}

.reviews-bloc-link {
	text-align:right;
	text-decoration:underline;
}

@media (max-width: 992px) {
	.reviews{
		background:#000;
	}
}


/* === === */

/* === Partners === */

.partners {
	max-width:100%;
	background:url("../images/bg-partners.jpg") no-repeat center center;
	background-size:100% 100%;
}

.partners .wrap {
	margin:70px auto 110px auto;
	float:left;
}

.partners .row {
	margin:0 auto 0px 0;
	position:relative;
}

.partners-titre {
	margin-top:25px;
	margin-bottom:25px;
}

.partners-bloc {
	text-align:left;
	float:left;
	padding:20px 40px;
	margin-bottom:20px;
	background:rgba(0, 0, 0, 0);
	box-shadow:4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.partners-bloc-link {
	text-align:right;
	text-decoration:underline;
}

.partners-bloc-left {
	width:15%;
	float:left;
	text-align:center;
}

.partners-bloc-left img {
	width:100%;
	max-width:100px;
}

.partners-bloc-right {
	width:80%;
	float:right;
}

@media (max-width: 992px) {
	.partners-bloc-left{
		display:none;
	}
	.partners-bloc-right{
		width:100%;
	}
}

/* === ===*/


/* === Order === */

.ecwid-fieldLabel {
	color:white !important;
}

.order {
	background:#000;
	color:#fff;
}
.order-efemeris {
	background:#fff;
	color:#000;
}

#heroes-desktop:before, #heroes-small:before, #reviews:before {
	content: "";
	background:url("../images/light-hunters-crochet.png") no-repeat center center;
	
	height: 21px;
	width:100%;
	position:absolute;
	margin-top:-16px;
}

#heroes-desktop:after, #heroes-small:after, .order:after {
	content: "";
	background:url("../images/light-hunters-crochet.png") no-repeat center center;
	
	height: 21px;
	width:100%;
	position:absolute;
	margin-top:-5px;
	-moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}

.order .row {
	margin:0;
}

.order a {
	text-decoration:none;
}

.order .wrap {
	margin:90px auto 90px auto;
}

.order-titre {
	margin-bottom:20px;
	max-width:100%;
}

.order button, .innerPage button {
	width:300px;
	height:60px;
	max-width:100%;
	margin-top:20px;
	margin-right:20px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	border:none;
	border-radius:5px;
	background:#14e06d;
	transition: 1s ease;
}

.order button:hover {
	background:#13be5e;
}

.order-efemeris .row {
	margin:0;
}

.order-efemeris a {
	text-decoration:none;
}

.order-efemeris .wrap {
	margin:40px auto 90px auto;
}

.order-efemeris-titre {
	margin-bottom:20px;
	max-width:100%;
}

.order-efemeris button {
	width:300px;
	height:60px;
	max-width:100%;
	margin-top:20px;
	margin-right:20px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	border:none;
	border-radius:5px;
	background:url("../images/ef-btn-shop-en.png") no-repeat center center;
	transition: 1s ease;
}
.order-efemeris button:hover {
	/*background:#13be5e;*/
}
.order-efemeris-btn-fr {
	background:url("../images/ef-btn-shop-fr.png") no-repeat center center;
}

.order-boardgame .row {
	margin:0;
}
.order-boardgame .wrap {
	margin:40px auto 190px auto;
}
.order-boardgame img {
	max-width:420px;
}
.order-boardgame a {
	text-decoration:none;
}
.order-boardgame a img {
	max-width:420px;
}

@media (max-width: 768px) {
	.order button {
		font-size:18px;
	}
	.order-efemeris button {
		font-size:18px;
	}
	
	.order-boardgame a img {
		max-width:65%;
	}
}

/* === === */

/* === Apogee === */

.presentation-apg{
	padding-top:180px;
}
.infos-apg{
	max-width:440px;
	color:white;
	margin:auto;
	padding: 0 80px;
}

.demo-apg{
	padding-top:160px;
}
.video-apg{
	max-width:740px;
	margin:auto;
}

.details-apg{
	background:url("../images/apogee/apogee-page-3.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:737px 801px;
	/*height:801px;*/
	
	max-width:737px;
	margin:auto;
}

.apg-left{
	float:left;
	width:45%;
}
.apg-right{
	float:right;
	width:45%;
}

.order-apg {
	padding-top:110px;
}
.order-apg h1{
	padding:90px 80px 50px 30px;
	text-align:left;
	float:left;
	width:55%;
	font-size:42px;
}
.order-apg .text-apg{
	float:left;
	font-size:18px;
	padding:0px 100px 20px 180px;
	color: black;
}
.order-apg span{
	color:#538b9b;
}

.order-back-apg{
	position:absolute;
	z-index:-1;
	margin-top:-350px;
	width:100%;
}

.order-back-apg img{
	width:100%;
}

.content-apg{
	max-width:740px;
	margin:320px auto 180px auto;
	text-align:left;
	font-size:18px;
}
.content-apg p{
	padding:0 20px;
}
.content-apg img{
	margin-bottom:120px;
}

@media (max-width: 768px) {
	.presentation-apg{
		padding-top:120px;
	}
	.video-apg object{
		height:240px;
	}
	.details-apg{
		background-size: 100% 450px;
	}
	.apg-left{
		margin-top:-40px;
		width:80%;
	}
	.order-apg h1{
		padding:0;
		margin: 20px auto;
		float:none;
		width:80%;
		font-size:36px;
		text-align:center;
	}
	.order-apg .text-apg{
		padding:120px 40px;
		color:white;
	}
	.order-back-apg{
		margin-top:-50px;
	}
	
	.content-apg .apg-left {
		margin: 0 auto;
		float:none;
	}
	.content-apg .apg-right {
		margin: 60px auto;
		width: 80%;
		float:none;
	}
	.content-apg img{
		margin-bottom:60px;
	}
	.game-options{
		margin:40px -5%;
		max-width:115%;
	}
}

/* === === */

/* === Bloodflowers === */

.presentation-bf{
	padding-top:220px;
}

.presentation-bf .row{
	margin: 0 auto 40px auto;
}
.presentation-bf img{
	max-width:100%;
}
.book-bf {
	margin-bottom:60px;
}
.order-bf .row{
	margin: 10px auto;
}
.order-bf img{
	margin:30px auto 10px auto;
}
.order-mf .row{
	margin: 10px auto;
}
.order-mf img{
	margin:30px auto 10px auto;
}
.bf-titre{
	margin-bottom:10px;
}
.bf-sep{
	margin-top:30px;
	margin-bottom:30px;
}
.bf-sepL{
	text-align:left;
}
.bf-sepR{
	text-align:right;
}

.order-title-bf{
	text-align:left;
	font-size: 28px;
	line-height:40px;
	font-weight:bold;
}

.order-title-bf span{ 
	color:#7b654f;
}
.order-bf button {
	width:100%;
	height:136px;
	max-width:320px;
	margin:30px 0 0 0;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	border:none;
	border-radius:5px;
	background:url("../images/bloodflowers/bloodflowers-btn.png") no-repeat center center;
	background-size: 100%;
	transition: 1s ease;
}
.order-bf .order-bf-button-EN{
	width:100%;
	height:136px;
	max-width:320px;
	margin:30px 0 0 0;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	border:none;
	border-radius:5px;
	background:url("../images/bloodflowers/bloodflowers-btn-EN.png") no-repeat center center;
	background-size: 100%;
	transition: 1s ease;
}

.order-title-mf{
	text-align:left;
	font-size: 28px;
	line-height:40px;
	font-weight:bold;
}

.order-title-mf span{ 
	color:#ac5550;
}
.order-mf button {
	width:100%;
	height:136px;
	max-width:320px;
	margin:30px 0 0 0;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	border:none;
	border-radius:5px;
	background:url("../images/mistflowers/mistflowers-btn.png") no-repeat center center;
	background-size: 100%;
	transition: 1s ease;
}
.order-mf .order-bf-button-EN{
	width:100%;
	height:136px;
	max-width:320px;
	margin:30px 0 0 0;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	border:none;
	border-radius:5px;
	background:url("../images/mistflowers/mistflowers-btn-EN.png") no-repeat center center;
	background-size: 100%;
	transition: 1s ease;
}

@media (max-width: 768px) {
	.presentation-bf p{
		max-width:80%;
		margin: 0 auto;
	}
	.order-bf p{
		max-width:80%;
		margin: 0 auto;
	}
	.order-mf p{
		max-width:80%;
		margin: 0 auto;
	}
}

/* === === */

/* === Warhammer === */

.presentation-wh{
	padding-top:180px;
	font-size:32px;
}
.presentation-wh img{
	max-width:100%;
}
.presentation-wh .row{
	margin: 0 auto 40px auto;
}
.presentation-wh img{
	max-width:100%;
}
.presentation-wh .wh-text{
	font-size:16px;
}

.game-wh{
	padding-top:40px;
	font-size:32px;
}
.game-wh img{
	max-width:100%;
}
.game-wh .row{
	margin: 0 auto 40px auto;
}
.game-wh img{
	max-width:100%;
}
.game-wh .wh-text{
	font-size:16px;
}

.end-wh{
	padding-bottom:80px;
}

.wh-game{
	margin-bottom:-140px;
}
.wh-titre{
	margin-bottom:10px;
}
.wh-sep{
	margin-top:30px;
	margin-bottom:30px;
}

@media (max-width: 768px) {
	.presentation-wh p{
		max-width:80%;
		margin: 0 auto;
	}
}

/* === === */

/* === Beyond the Board === */

.presentation-beyond{
	padding-top:260px;
	color:#fff;
	font-size:17px;
}
.presentation-beyond-2{
	padding-top:100px;
	color:#fff;
	font-size:17px;
}
.presentation-beyond-3{
	padding-top:220px;
	color:#fff;
	font-size:17px;
	padding-bottom:220px;
}
.bodyBeyond h1{
	text-transform:uppercase;
}

.presentation-beyond img, .play-beyond img, presentation-beyond-2 img, presentation-beyond-3 img{
	max-width:100%;
	margin:20px 0;
}

#unity-fullscreen-button img{
	filter: opacity(60%);
	transition: .5s ease;
}
#unity-fullscreen-button img:hover{
	filter: opacity(100%);
}

.beyond-cover{
	margin-top:-140px;
}
.beyond-cover-2{
	margin-top:-30px;
}
.beyond-cover-3{
	margin-top:-90px;
}

.bodyBeyond p{
	padding-top:5px;
}

.play-beyond {
	margin-top:90px;
	margin-bottom:60px;
}
.presentation-beyond-3 a {
	margin-top:40px;
	display:block;
}
.beyond-btn{
	width:100%;
	height:auto;
	max-width:398px;
	margin-left:10px;
	
	background:url("../images/beyond/beyond-btn.png");
	background-size : 100% auto;
	background-repeat:no-repeat;
	
	padding:5% 15% 5% 30%;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	border:none;
}
.android-btn{
	width:100%;
	height:auto;
	max-width:398px;
	margin:30px 0 0 0;
	
	background:#01875f;
	background-size : 100% auto;
	background-repeat:no-repeat;
	
	padding:5% 15% 5% 15%;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	border:none;
}
.ios-btn{
	width:100%;
	height:auto;
	max-width:398px;
	margin:30px 0 0 0;
	
	background:#017a87;
	background-size : 100% auto;
	background-repeat:no-repeat;
	
	padding:5% 15% 5% 15%;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	border:none;
}
.steam-btn{
	width:100%;
	height:auto;
	max-width:398px;
	margin:30px 0 0 0;
	
	/*background:url("../images/beyond/steam-btn.png");*/
	background:#014287;
	background-size : 100% auto;
	background-repeat:no-repeat;
	
	padding:5% 15% 5% 15%;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	border:none;
}
.itch-btn{
	width:100%;
	height:auto;
	max-width:398px;
	margin:30px 0 0 0;
	
	/*background:url("../images/beyond/steam-btn.png");*/
	background:#ff7676;
	background-size : 100% auto;
	background-repeat:no-repeat;
	
	padding:5% 15% 5% 15%;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	border:none;
}

@media (max-width: 768px) {
	.presentation-beyond{
		padding-top:140px;
	}
	.beyond-cover{
		margin-top:80px;
	}
	.presentation-beyond-3{
		padding-top:100px;
	}
	.beyond-cover-3{
		margin-top:60px;
	}
	.bodyBeyond p {
		margin-left:20px; 
		margin-right:20px;
	}
	.bodyBeyond h1 {
		margin-left:20px; 
		margin-right:20px;
	}
	
	.beyond-btn{
		padding:5% 5% 5% 5%;
	}
	
	.steam-btn{
		padding:5% 5% 5% 5%;
	}
}

/* === === */

/* === Paper Tales === */

.presentation-pt{
	padding-top:220px;
	color:#394c77;
}

.presentation-pt .row{
	margin: 0 auto 40px auto;
}
.presentation-pt img{
	max-width:100%;
}
.pt-titre{
	margin-bottom:10px;
	width:280px;
	margin:0 auto;
	display:block;
}
.pt-sep{
	margin-top:30px;
	margin-bottom:30px;
}
.presentation-pt .pt-cover {
	margin-top:-220px;
}

.order-pt .row{
	margin: 50px auto 120px auto;
	color:#394c77;
}
.order-pt img{
	margin:30px auto 10px auto;
}
.order-pt button {
	width:100%;
	height:136px;
	max-width:180px;
	margin:0 0 0 20px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	border:none;
	border-radius:5px;
	background-size: 100%;
	transition: 1s ease;
}
.order-pt p {
	float:left;
	width:250px;
	height:80px;
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:56px;
	text-align:right;
}

.order-pt-1{
	background:url("../images/pt/papertales4.png") no-repeat center center;
}
.order-pt-2{
	background:url("../images/pt/papertales5.png") no-repeat center center;
}
.order-pt-3{
	background:url("../images/pt/papertales6.png") no-repeat center center;
}

@media (max-width: 768px) {
	.presentation-pt p{
		max-width:80%;
		margin:0 auto;
	}
	.order-pt p{
		text-align:center;
		width:100%;
	}
}

/* === === */

/* === Efemeris app === */

.presentation-ef{
	padding-top:220px;
	color:#FFFFFF;
}

.presentation-ef .row{
	margin: 0 auto 40px auto;
}
.presentation-ef img{
	max-width:125%;
}
.ef-titre{
	margin-bottom:10px;
	width:280px;
	margin:0 auto;
	display:block;
}
.ef-sep{
	margin-top:30px;
	margin-bottom:30px;
}
.presentation-ef .ef-cover {
	margin-top:-220px;
}

.order-ef .row{
	margin: 50px auto 120px auto;
	color:#FFFFFF;
}
.order-ef img{
	margin:30px auto 10px auto;
}
.order-ef button {
	width:100%;
	height:136px;
	max-width:180px;
	margin:0 0 0 20px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	border:none;
	border-radius:5px;
	background-size: 100%;
	transition: 1s ease;
}
.order-ef p {
	float:left;
	width:250px;
	height:80px;
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:56px;
	text-align:right;
}

.order-ef-1{
	background:url("../images/ef/efemeris4.png") no-repeat center center;
}
.order-ef-2{
	background:url("../images/ef/efemeris5.png") no-repeat center center;
}
.order-ef-3{
	background:url("../images/ef/efemeris6.png") no-repeat center center;
}

@media (max-width: 768px) {
	.presentation-ef p{
		max-width:80%;
		margin:0 auto;
	}
	.order-ef p{
		text-align:center;
		width:100%;
	}
}

/* === === */

/* === Between Two Cities === */

.presentation-b2c{
	padding-top:220px;
	color:#0e1b26;
}

.presentation-b2c .row{
	margin: 0 auto 40px auto;
}
.presentation-b2c img{
	max-width:100%;
}
.b2c-titre{
	width:280px;
	margin:0 auto;
	display:block;
}
.b2c-publisher{
	margin:0 auto 90px auto;
	width:280px;
	display:block;
}

.b2c-sep{
	margin-top:30px;
	margin-bottom:30px;
}
.presentation-b2c .b2c-cover {
	margin-top:0px;
}

.order-b2c .row{
	margin: 50px auto 120px auto;
	color:#b99563;
}
.order-b2c img{
	margin:30px auto 10px auto;
}
.order-b2c button {
	width:100%;
	height:136px;
	max-width:180px;
	margin:0 0 0 20px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	border:none;
	border-radius:5px;
	background-size: 100%;
	transition: 1s ease;
}
.order-b2c p {
	float:left;
	width:250px;
	height:80px;
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:56px;
	text-align:right;
}

.order-b2c-1{
	background:url("../images/b2c/link1.png") no-repeat center center;
}
.order-b2c-2{
	background:url("../images/b2c/link2.png") no-repeat center center;
}
.order-b2c-3{
	background:url("../images/b2c/link3.png") no-repeat center center;
}
@media (max-width: 768px) {
	.presentation-b2c p{
		max-width:80%;
		margin:0 auto;
	}
	.order-b2c p{
		text-align:center;
		width:100%;
	}
	.presentation-b2c .b2c-cover {
		margin-bottom:90px;
		width:150%;
		max-width:150%;
		margin-left:-25%;
		margin-top:-80px;
	}
}

/* === === */

/* === Chronica === */

.presentation-ch{
	padding-top:220px;
	color:#241f20;
}

.presentation-ch .row{
	margin: 0 auto 40px auto;
}
.presentation-ch img{
	max-width:100%;
}
.ch-titre{
	margin-bottom:10px;
	width:280px;
	margin:0 auto;
	display:block;
}
.ch-text{
	color:#987e55;
}
.ch-sep{
	margin-top:30px;
	margin-bottom:30px;
}
.presentation-ch .ch-cover {
	margin-top:-220px;
}

.order-ch .row{
	margin: 50px auto 120px auto;
	color:#241f20;
}
.order-ch img{
	margin:30px auto 10px auto;
}
.order-ch button {
	width:100%;
	height:136px;
	max-width:180px;
	margin:0 0 0 20px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	border:none;
	border-radius:5px;
	background-size: 100%;
	transition: 1s ease;
}
.order-ch p {
	float:left;
	width:250px;
	height:80px;
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:56px;
	text-align:right;
}

.order-ch-1{
	background:url("../images/ch/chronica4.png") no-repeat center center;
}
.order-ch-2{
	background:url("../images/ch/chronica5.png") no-repeat center center;
}
.order-ch-3{
	background:url("../images/ch/chronica6.png") no-repeat center center;
}

@media (max-width: 768px) {
	.presentation-ch p{
		max-width:80%;
		margin:0 auto;
	}
	.order-ch p{
		text-align:center;
		width:100%;
	}
}

/* === === */

/* === Footer === */

.footer {
	border-top: 2px solid #000;
	background-color:white;
}

.footer .row{
	margin:0;
}

.footer-arrow {
	position:absolute;
	margin-left:-22px;
	margin-top:-10px;
	left:50%;
}

.footer .wrap {
	max-width: 780px;
	margin:50px auto 50px auto;
}
.footer {
	font-weight:500;
}

.footer p{
	font-size:11px;
	margin:0;
}

.footer p i{
	color:#a1a1a1;
}

.footer .navbar-nav {
	display:inline-block;
}

.footer .navbar-nav a{
	padding: 15px 15px 15px 0;
	font-size:16px;
}
.footer .navbar-nav a:hover{
	color:#000;
	text-decoration:underline;
}

@media (max-width: 768px) {
	.footer .wrap {
		margin:25px auto 25px auto;
	}


	.footer .row{
		text-align:center;
	}
	
	.footer-rs{
		margin-top:20px;
	}
}

/* === === */


/* === Footer Hunter === */

.footer-hunter {
	background:#000;
	color:#fff;
}

.footer-hunter img {
	max-width:100%;
}

.footer-hunter .wrap {
	max-width:940px;
	margin:0 auto 60px auto;
}

.footer-hunter .navbar-nav {
	display:inline-block;
	margin-left:30px;
}

@media (max-width: 768px) {
	.footer-hunter .navbar-nav {
		display:block;
		margin:30px 0;
	}
}

.footer-rs img{
	margin-left:20px;
}
.footer-rs p{
	margin-top:30px;
}
.footer-rs a{
	text-decoration:none;
}

@media (min-width: 768px) {
	.footer-rs{
		float:right;
		text-align:right;
	}
}

/*.footer .navbar-nav a{
	text-transform:uppercase;
	color:#fff;
}*/

/* === === */


/* Media Queries */

@media (max-width: 768px) {
	.fixthis {
		margin-bottom:40px;
		text-align:center;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 780px;
		width:100%;
	}
	
	.fixthis {
		margin-bottom:40px;
		text-align:center;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 780px;
		width:100%;
	}
	
	.fixthis {
		position:fixed;
		text-align:left;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 780px;
		width:100%;
	}
}

