@font-face {
    font-family: 'fredericka_the_great';
    src: url('../fonts/frederickathegreat-regular-webfont.eot');
    src: url('../fonts/frederickathegreat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frederickathegreat-regular-webfont.woff2') format('woff2'),
         url('../fonts/frederickathegreat-regular-webfont.woff') format('woff'),
         url('../fonts/frederickathegreat-regular-webfont.ttf') format('truetype'),
         url('../fonts/frederickathegreat-regular-webfont.svg#fredericka_the_greatregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	font-family: 'lato', arial, sans-serif;
}
img {
	max-width: 100%;
}
body {
	background: url('../images/bckg3.png') no-repeat transparent center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body#home .wrapper {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}
.menu-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	width: 54px;
    height: 54px;
    z-index: 1000;
    cursor: pointer; 
}
.menu-icon{
    position: relative; 
    width: 54px;
    height: 54px; 

    transition: transform 0.5s;
}
.menu-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); 

    display: block;
    width: 40px;
    height: 4px;

    background-color: #FFF;

    transition: background 0.5s;
}
.menu-icon span::before, .menu-icon span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-12px);

    display: block;
    width: 40px;
    height: 4px;

    background-color: #FFF;

    transition: transform 0.5s;
}
.menu-icon span::after {
    transform: translateY(12px); 
}
nav {
	position: fixed;
	top: 0;
	left: -200px;
	bottom: 0;
	width: 200px;
	background-color: #8EB3AF;
	padding-top: 30px;
	z-index: 999;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
nav.open {
	left: 0;
}
nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 50px;
}
nav ul li {
}
nav ul li a {
	display: block;
	padding: 4px 0 4px 20px; 
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 22px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
nav ul li a:hover {
	background-color: #FFF;
	color: #8EB3AF;
}
body#home .inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
h1 {
	color: #FFF; 
	font-size: 100px; 
	text-align: center;
	font-family: 'fredericka_the_great';
	font-weight: 300;
	margin: 0;
}
h2 {
	color: #FFF;
	font-size: 15px;
	text-align: center;
	margin: 0;
}
.boutons {
	display: table;
	margin: 100px auto 0;
}
.bouton {
	border: solid #FFF 1px;
	display: inline-block;
	margin: 0 70px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.bouton:hover {
	background-color: #FFF;
}
.bouton a {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.bouton:hover a {
	color: #848080;
}

body#a2 {
	background-color: #dedede;
}

body#a2 .inner, body#outils .inner {
	background-color: #fff;
	width: 1000px;
	margin: 0 auto;
}

body#a2 .inner p.text, body#outils .inner p.text {
	max-width: 700px;
	margin: 20px auto 20px;
	text-align: center;
}

body#a2 ul.characters {
	display: table;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}

body#a2 ul.characters li {
	display: table-cell;
	width: 198px;
}

body#a2 ul.characters li img {
	width: 198px;
}

body#a2  div.fiche {
	width: 1000px;
	display: none;
	background-color: #eee;
}

body#a2 div.fiche  div.fiche-inner{
	width: 1000px;
	display: table;
}
body#a2 div.fiche div.fiche-inner div.texte {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 50px;
}
body#a2 div.fiche div.fiche-inner div.texte h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
}
body#a2 div.fiche div.fiche-inner div.texte p {
	font-size: 20px;
	font-style: italic;
}
body#a2 div.musees {
	display: table;
}
body#a2 div.musees-row {
	display: table-row;
}
body#a2 div.musee {
	width: 500px;
	display: table-cell;
	vertical-align: middle;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body#a2 div.musee div.musee-inner {
	display: table;
	background-color:rgba(0, 0, 0, 0.25);
	padding: 0 20px;
}

body#a2 div.musee div.musee-inner img {
	display: table-cell;
	width: 200px;
	height: 200px;
	vertical-align: middle;
	max-width: inherit;
}

body#a2 div.musee div.musee-inner div.texte {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding: 30px;
}
body#a2 div.musee div.musee-inner div.texte h3{
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
body#a2 div.musee div.musee-inner div.texte p{
	color: #fff;
}
body#a2 div.musee div.musee-inner div.texte p a{
	color: #fff;
}
body#a2 h1, body#outils h1 {
	color: #A9A9A9; 
	font-size: 100px; 
	text-align: center;
	font-family: 'fredericka_the_great';
	font-weight: 300;
	margin: 0;
}

body#b2 {
	background-color: #dedede;
}

body#b2 .inner {
	background-color: #fff;
	width: 1000px;
	margin: 0 auto;
}

body#b2 div.inner p {
	max-width: 700px;
	margin: 20px auto 20px;
	text-align: center;
}

body#b2 ul.characters {
	display: table;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}

body#b2 ul.characters li {
	display: table-cell;
	width: 198px;
}

body#b2 ul.characters li img {
	width: 198px;
}

body#b2  div.fiche {
	width: 1000px;
	display: none;
}

body#b2 div.fiche  div.fiche-inner{
	width: 1000px;
	display: table;
}

body#b2 div.fiche div.fiche-inner img {
	width: 300px;
	display: table-cell;
	vertical-align: middle;
	margin-left: 50px;
}

body#b2 div.fiche div.fiche-inner div.texte {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 50px;
}
body#b2 div.musees {
	display: table;
}
body#b2 div.musees-row {
	display: table-row;
}
body#b2 div.musee {
	width: 500px;
	display: table-cell;
	vertical-align: middle;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body#b2 div.musee div.musee-inner {
	display: table;
	background-color:rgba(0, 0, 0, 0.25);
	padding: 0 20px;
}

body#b2 div.musee div.musee-inner img {
	display: table-cell;
	width: 200px;
	height: 200px;
	vertical-align: middle;
	max-width: inherit;
}

body#b2 div.musee div.musee-inner div.texte {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding: 30px;
}
body#b2 div.musee div.musee-inner div.texte h3{
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
body#b2 div.musee div.musee-inner div.texte p{
	color: #fff;
	text-align: left;
}
body#b2 div.musee div.musee-inner div.texte p a{
	color: #fff;
}
body#b2 h1 {
	color: #A9A9A9; 
	font-size: 100px; 
	text-align: center;
	font-family: 'fredericka_the_great';
	font-weight: 300;
	margin: 0;
}


body#outils .wrapper {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

body#outils .inner {
	height: 100%;
	margin : 0 auto;
}

body#outils .list ul {
	list-style: none;
}

body#outils .list ul li {
	text-align: center;
}