html {
  height: 100%;
}
html, body{
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, sans-serif;
	font-size: 16px;
	font-size: 1em;
    line-height: 1.25em;

	border: 0;
	padding: 0;
	margin: 0;
}
body {
	min-height: 100%;
	position: relative;
	padding: 70px 0 60px;
}

footer{
    font-size: 0.8rem;
	position: absolute !important;
	bottom: 0;
	left: 0;
	right: 0;
}

header{
	display: block;
	margin: 10px;
	text-align: center;
}
header img{
	border-radius: 5px;
	width: 100%;
	max-width: 600px;
	box-shadow: 1px 1px 10px #888;
}

nav.bg-dark, footer.bg-dark{
	background-color: #000!important;
}
.navbar-brand{
	color: #528f03!important;
	font-weight: bold;
}
.nav-link, .nav-link:visited {
    color: #FFF!important;
}
.nav-link:hover, a:active {
    color: #F63!important;
}
.active .nav-link{
	color: #F63!important;
	font-weight: bold;
}

#page{
	padding: 10px;
	font-size: 14px;
	max-width: 1200px;
	margin: 0 auto 20px;
}

figcaption{
	display: block;
	text-align: center;
	font-style: italic;
	color: #666;
	font-size: 10px;
}

a, a:visited{
	color: #528f03;
}
a:hover, a:active{
	color: #f63;
}

/*actions*/
.card h2{
	font-size: 20px;
	margin: 5px;
}

figure.penn{
	text-align: center;
}
.exemples figure{
	display: inline-block;
	margin: 30px;
}
.exemples img{
	border-radius: 5px;
	box-shadow: 1px 1px 10px #888;
	max-width: 350px;
	max-height: 350px;
}