body, html {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #666;
	font-weight: 400;
	background: #F5F5F5;
}

a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
a:hover {
	color: #444444;
}


h1, h2{
	font-size: 2em;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

h1{
	font-size: 10em;
}


p{
	text-align:justify;
	text-justify:inter-word;
	margin: 0;
}


ul{
	margin: 200px 0 0;
	padding: 0;
	list-style-type:none;
	text-transform: uppercase;
	text-align: center;
}

ul li a{
	line-height: 25px;
}

.container{
	max-width: 80%;
	margin: 0 auto;
	padding: 20px;
	margin-top: 20px;
}


.bouton {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 3000;
}

.bouton .icon-bar {
    background-color: #444444;
    display: block;
    height: 4px;
    width: 30px;
}

.bouton .icon-bar + .icon-bar {
    margin-top: 6px;
}

button {
  	background: transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    padding: 0;
}

img {
    border: 0 none;
    height: auto;
    width: 100%;
    vertical-align: middle;
	margin-top: 30px; 
}
