@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #333;
}

header {
	
}

nav {
	
}

menu {
	padding-left: 10%;
	padding-right: 10%;
}

/* Menu nav dans le headear */
.menu  {
  	list-style-type: none;
  	overflow: hidden;
  	background-color: #222;
	margin-top: 0px;
	margin-bottom: 0px;
}

.menu li {
   	float: left;
	text-transform: uppercase;
	font-size: 1.2em;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

.menu li a {
  	display: block;
  	color: #999999;
  	text-align: center;
	padding: 16px 16px;
 	text-decoration: none;
}

.menu li a:hover:not(.active) {
  	background-color: #111;
}

.menu li a.active {
  	float: right;
}

.active {
  	background-color: #4CAF50;
}


main {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	min-height: calc(100vh - 150px);
}

section {
}

article {
	width: 80%;
}

aside {
	width: 20%;
	padding-left: 0.5rem;
	margin-left: 0.5rem;
	float: right;
	box-shadow: inset 5px 0 5px -7px #999999;
	font-style: italic;
	color: #999999;
	height: auto;
	padding-top: 60px;
	padding-bottom: 240px;
}

aside a {
	color: #999999;
}

@media(max-width:767px){
	menu {
		padding-left: 0%;
		padding-right: 0%;
	}
	aside {
		display: none;
		width: 0%;
	}
	main {
		width: 96%;
	}
	article {
		width: 100%;
	}
	footer {
		padding-left: 0%;
		padding-right: 0%;
	}
}

footer {
	background-color: #222222;
	padding-top: 2px;
  	padding-bottom: 2px;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
}

footer p {
	color: #999999;
}

p {
	font-size: 20px;
	display: block;
	color: #999999;
}

h1 {
	font-size: 2em;
	text-transform: uppercase;
	text-align: center;
	color: #999999;
}

h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: left;	
	color: #999999;
}

h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: left;
	color: #999999;
}

h4 {
	font-size: 1em;
	font-style: italic;
	text-align: left;
	color: #999999;
}

bouton {
	background-color: #222;
	border-radius: 2px;
	border-style: solid;
	padding: 10px;
	color: #999999;
}

bouton :hover {
	background-color: #666666;
	color: #222222
}
