/* Do not scale text on iPhone etc. */
html {
	font-size: 14px;
	text-align: justify;
}

body {
	margin:0;
}

::-moz-selection{
	background: #dfc0c0;
	text-shadow:none;
}

::selection{
	background: #dfc0c0;
	text-shadow: none;
}

.section-container {
	overflow: hidden;
/*	font-family: 'Maven Pro', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	color: #000;
}

.section-container a {
	color: #a00;
	text-decoration: underline;
}

.section-spacer {
	background: none;
	margin: 0;
	height: 300px;
}

.section-inner {
	/* Overflow: hidden is used to make sure that the margin is used */
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}

.section-center {
	text-align: center;
	max-width: 800px;
	margin: 30px auto;
}

.img-me {
	width: 120px;
	height: 120px;
	padding: 0;
}

.section-left {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 300px;
}

.section-title {
	font-size: 40px;
	line-height: 1em;
}

.section-subtitle {
	line-height: 1em;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.section-description {
	font-size: 1rem;
}

.section-description-more {
	display: none;
	max-width: 800px;
	background: none;
	margin: 0 auto 30px auto;
}

.section-description-more :last-child {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.section-table {
	width: 100%;
	background: none;
	border: none;
	max-width: 800px;
	margin: 30px auto;
}

.section-table tr {
	background: none !important;
	padding: 0;
	margin: 0;
}

.section-table td {
	background: none;
	padding: 0;
	margin: 0;
}

.section-table td.section-left-cell {
	padding-right: 30px;
}

.section-table td.section-right-cell {
	padding-left: 30px;
}

.section-highlight {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
}

ul.section-highlights {
	list-style-type: square;
}

p.section-highlights {
	margin-bottom: 5px;
}

.screenshots {
	text-align: center;
	margin-bottom: 15px;
}

.disclosureButton {
	display: inline-block;
	width: 105px;
}

/* Show images side by side on desktop */
div.screen {
	display: none;
}

td.screen {
	display: table-cell;
}

.section-table td.section-right-cell {
	padding-left: 15px;
	text-align: right;
}

.section-table td.section-center-cell {
	padding-left: 15px;
}

.section-table td.section-left-cell {
	padding-right: 15px;
}

.initial-section {
	background: #777 url("../images/me-bg.png") repeat fixed;
}

.initial-section-blur {
	background: #b7b7b7;
}

.stonebond-section {
	background: #777 url("../images/stonebond-bg.jpg") no-repeat fixed; background-size: cover;
}

.stonebond-section-blur {
	background: #ccc url("../images/stonebond-bg-blur.jpg") no-repeat fixed; background-size: cover;
}

.mastersystem-section {
	background: #777 url("../images/img-bg3.jpg") no-repeat fixed; background-size: cover;
}

.mastersystem-section-blur {
	background: #ccc url("../images/img-bg3-blur.jpg") no-repeat fixed; background-size: cover;
}

.gba-section {
	background: #777 url("../images/gba-bg2.jpg") no-repeat fixed; background-size: cover;
}

.gba-section-blur {
	background: #ccc url("../images/gba-bg2-blur.jpg") no-repeat fixed; background-size: cover;
}

.gb-section {
	background: #777 url("../images/mb-bg2.jpg") no-repeat fixed; background-size: cover;
}

.gb-section-blur {
	background: #ccc url("../images/mb-bg2-blur2.jpg") no-repeat fixed; background-size: cover;
}

ul.me {
	margin-left: 40px;
}

@media screen and (max-width: 800px) {
	.section-center {
		padding: 0 10px;
	}

	.section-table {
		padding: 0 10px;
	}
	
	.section-description-more {
		display: none;
		background: none;
		padding: 0 10px;
	}
}

#title-left {
	display: inline-block;
    overflow: hidden;
    text-overflow: clip;
    height: 36px;
    font-size: 24px;
    margin: 4px 0 0 10px;
    width: 0;
    color: #fff;
}
#title-right {
	display: inline-block;
    width: 124px;
    height: 36px;
	background: url(../images/voiture-icon.png) 0 0;
	image-rendering: pixelated;
    margin: 4px 0 0 0;
}
li.name {
    overflow: hidden;
	cursor: pointer;
}

@media screen and (max-width: 640px) {
	.section-title {
		font-size: 32px;
		line-height: 1em;
	}
	
	.section-center {
		text-align: center;
		font-size: 32px;
		max-width: 800px;
		margin: 30px auto;
	}

	/* Do not show images side by side on mobile */
	div.screen {
		display: block;
	}
	
	td.screen {
		display: none;
	}

	.section-table td.section-left-cell {
		padding: 0;
		text-align: center;
	}
	
	.section-table td.section-right-cell {
		padding: 0;
		text-align: center;
	}

	html {
		text-align: left;
	}

	section.flattenable {
		background: none;
	}
	
	section.flattenable div.section-spacer {
		background: #777 url("../images/me-bg.png") repeat fixed;
	}

	section.flattenable div.section-highlight {
		background: #b7b7b7;
	}
}

@media screen and (max-width: 480px) {
	.video {
		width: 100%;
	}
}

@media screen and (max-width: 400px) {
	.section-title {
		font-size: 24px;
		line-height: 1em;
	}

	html {
		font-size: 12px;
		text-align: left;
	}

	.section-spacer {
		height: 200px;
	}
}

