body {
	font-family:"Open Sans";
	background-color: #fcfcfc;
}

p {
	color:#222;
	text-align: justify;
}

h1, h2, h3 {
	font-family: "Open Sans Condensed";
	text-align:center;
}

a {
	color:#ec3524;
}

a:hover {
	color:#cc2514;
}

/*h2:after {
	content: "----";
	line-height: 1rem;
	text-align: center;
	font-size: 1.6rem;
	display: block;
}*/

div.sep {
	clear:both;
}

#intro {
	background:url('../img/books.jpg') top;
	background-size:cover;
	min-height:650px;
	border-bottom:1px solid #fff;
	box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.025) inset;
}

#intro img {
	margin:30px;
}

.colintro {
	margin-top:150px;
}

.pintro {
	background:rgba(255,255,255,0.3);
	padding:10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.row.intro {
	padding-top:8%;
}

.row.featurette {
	padding:0px 0;
}

.team-featurette h2 {
	margin: 0.2rem 0 1.1rem 0;
}

.team-featurette h3 {
	margin: 0 0 0.8rem 0;
}

.team-featurette p {
	margin: 0;
}

.team-featurette h3:first-letter {
	color: #ec3524;
}

.row.headlines-featurette {
	padding:30px 0;
}

.team-profil {
	border-radius: 50%;
	border: 3px solid #ece8e8;
	image-rendering: optimizequality;
}

.tablet-featurette {
	height:300px;
	background:url('../img/tablette.png') no-repeat center;
	background-size:contain;
}

@media only screen and (min-width:64.063em) {
	.tablet-featurette {
	width:1000px;
	height:450px;
	background:url('../img/tablette.png') no-repeat center, url('../img/tablette_arrow.png');
	}
}


.tablette {
	background:url('../img/tablette.jpg') center fixed;
	background-size:cover;
	padding-top:22%;
	margin-bottom:50px;
	border:0 1px solid blue;
	box-shadow: inset 0 0 7px black;
}

@media only screen and (max-width:64.063em) {
	.tablette {
		padding-top:40vh;
	}
}

#part2 {
	margin-top:50px;
}

.footer {
	margin-top:50px;
	color:white;
	background:#222222;
	line-height:60px;
	text-align:center;
	font-size:90%;
}

.footer img {
	margin:0 5px;
}

div.conticon {
	text-align:center;
}

span.wincon {
	display:inline-block;
	margin:auto;
	width:90px;
	height:90px;
	background:#ee3524;
	color:white;
	border-radius:50%;
	font-size:3.5em;
}
