html 
{
	scroll-behavior: smooth;
}

body
{
	font-family:arial,sans-serif;
}

nav
{
	position: fixed;
	left:20px;
	bottom:20px;
}

#topPage, #vidTutos, #videoWhyCollabInventaire
{
	max-width: 95%;
	height: auto;
}

.goToVideo
{
	background-color: #999;
	cursor: pointer;
	border-radius: 6px;
	vertical-align: text-bottom;
	border: 0px;
}

.goToVideo:hover
{
	background-color: #cccccc;
}

button.goToVideo span 
{
	color: #e5e5e5;
	font-size: 1.1em;
	vertical-align: top;
}

.goToVideo img
{
	background-color: #dddddd;
	vertical-align: text-top;
}

#whatCollabInventaireDoesOrNot .thumbs-up, .ratedThumbsUp
{
	vertical-align: sub;
}

#whatCollabInventaireDoesOrNot .thumbs-down, .ratedThumbsDown
{
	vertical-align: middle;
}

#tutorials div img
{
	max-width: 95%;
	vertical-align: top;
}

#generalMenu
{
	overflow: hidden;
	position: relative;
	z-index: 999;
}

#generalMenu ul
{
	list-style: none;
	margin-top: 0px;
	padding-left: 0px;
	left: 0px;
	bottom: 18px;
	background-color: #a4eaa4;
	width: 200px;
}

#generalMenu li
{
	padding: 10px;
	border: white 1px solid;
}

#generalMenu li:hover
{
	background-color:#27c427;
}

#generalMenu a
{
	text-decoration: none;
	color: black;
}

section, h1,h2
{
	width: 70%;
	margin: auto;
}

h1,h2
{
	text-align: center;
	padding:20px;
}

h3
{
	margin-top: 6px;
	margin-bottom: 0px;
}

h4
{
	text-align: center;	
}

section
{
	line-height: 2em;
	font-size: 1.2em;
}

li
{
	padding: 5px;
}

#tutorials .titleInBetween
{
	position: relative;
	left: -40px;
	margin-top: 15px;
}

#tutorials span.keyword
{
	font-family:courier, monospace;
}

#tutorials li div
{
	display:none;
}

#tutorials li div
{
	background-color: #eeeeee;
	padding: 10px;
}

#tutorials button.fromAPage
{
	background-color: #eeeeee;
}

.chevron-down, .chevron-up
{
	cursor: pointer;
	border: #aaaa solid 2px;
	transition: transform 0.4s;
	background-color: #fefefe;
	vertical-align: sub;
}

.pageReference
{
	background-color: lightblue;
	color: blue;
}

.pageReference::before
{
	content:"->";
}

.menuReference
{
	background-color: #fff;
	color: #2c8c0a;
}

.menuReference::before
{
	content:">";
}

video
{
	margin: auto;
	border: 1px solid black;
}

footer
{
	background-color: #333333;
	color: white;
	text-align: center;
	padding: 10px;
}

@media screen and (max-width: 480px) {
	section, h1,h2
	{
		width: 100%;
		margin: auto;
	}

	h1,h2
	{
		text-align: center;
		padding:0px;
	}	
	
	.appSummary
	{
		font-weight: normal;
		font-size: 1.3em;
	}
}