body{
    font-family: sans-serif;
    background-color: #f2f2f2;
    margin: 0;
}

header, footer{
    text-align: center;
    padding: 10vh 0;
    color: white;
    background-color: #272727;
}
header button, footer button{
    padding: 10px 15px;
    border: 0;
    border-radius: 5px;
    background-color: #f2f2f2;
}
header button{
    margin-top: 10vh;
}
header button:hover, footer button:hover{
    cursor: pointer;
    text-decoration: underline;
}

main {
    padding: 5vh 10vw;
}

h2 {
    margin-top: 5vh;
}

img{
    max-width: 100px;
}

.listePicto{
    list-style: none;
}

.listePicto li {
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-bottom: 10px;
}
.listePicto li p {
    margin: 0;
    margin-top: 10px;
}

a {
    color: inherit;
}

#prefooter{
    margin-top: 10vh;
    font-style: italic;
    color: #919191;
}

#video {
	background-color: white;
	padding: 30px;
	border-radius: 10px;
	margin-top: 40px;
}
#video h2 {
	margin: 0;
}
iframe {
	max-width: 100%;
}

nav {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -200px;
	background-color: white;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 50px;
	width: 200px;
}

nav a {
	display: inline-block;
	text-decoration: none;
	padding: 20px;
	width: calc(100% - 40px);
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
nav a:hover {
	background-color: #eaeaea;
}

nav i {
	margin-right: 10px;
}

button {
	cursor: pointer;
}
#closeMenu {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	color: black;
	background: none;
	border: none;
	font-size: 1.3em!important;
}
#openMenu {
	position: absolute;
	top: -5px;
	left: 0;
	padding: 25px;
	color: black;
	background: none;
	border: none;
	color: white;
	font-size: 1.5em!important;
}








