/*
Theme Name: Lille était une fois
Theme URI: http://www.lille-etaitunefois.com
Description: 
Author: KEOworks
Version: 2015
License: 
License URI: 
Tags: 
*/

html, body, ul, li { padding:0px; margin:0px; }
* {
    font-family: "Arial", Sans-serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
}
ul {
	padding-left: 15px;
}
li {
	list-style-position: outside;
}
a {
	background: #eeeeee;
	color: #000000;
	text-decoration: none;
	padding: 0px 3px;
}
a:hover {
	background: #000000;
	color: #ffffff;
}


#menu {
    background:white;
    position: fixed;
    left:0px;
    top:0px;
    height:100%;
    box-shadow: 0px 0px 20px #bbbbbb;
    display:none;
    z-index:2;
}
#menu ul {
	padding-left: 0px;
}
#menu * {
    font-size:36px;
    line-height: 30px;
    letter-spacing: -1.4px;
    text-transform:lowercase;
}
#menu li a {
    display: block;
    background: #ffffff;
    padding:10px;
    margin:0px 70px;
}
#menu li a:hover {
	background: #000000;
}

h6 {
	position: fixed;
	background: #ffffff;
	left: 0px;
	top: 0px;
	width: 100%;
	box-shadow: 0px 0px 20px 10px #ffffff;
}
h6, #menu strong {
    display: block;
    font-family: "Archivo Black", "Arial Black", Arial, Sans-serif;
    font-weight: 900;
    font-size:44px;
    letter-spacing:-3px;
    line-height:24px;
    text-transform:lowercase;
    cursor: pointer;
    padding:20px 0px 30px 80px;
    margin:0px;
    z-index:1;
}
h6::selection, h6 span::selection, #menu strong::selection {
    background:none;
}
h6 span {
    font-family: Arial, Sans-serif;
    font-weight: normal;
    font-size:42px;
    letter-spacing: -1.4px;
}
h6::before {
    content: "≡";
    position: absolute;
    font-family: "Arial", Sans-serif;
    line-height: 24px;
    text-align: center;
    left: 0px;
    width: 80px;
}
#menu strong::before {
    content: "✕";
    position: absolute;
    font-family: "Arial", Sans-serif;
    line-height: 24px;
    text-align: center;
    left: 0px;
    width: 80px;
}

#txt {
	width: 50%;
    max-width: 640px;
	border-width: 88px 20px 20px 80px;
	border-color: #ffffff;
	border-style: solid;
	box-sizing: border-box;
}
#pic {
	position: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	left: 50%;
	top: 0%;
	width: 50%;
	height: 100%;
	max-height: 650px;
	border-width: 88px 80px 88px 20px;
	border-color: #ffffff;
	border-style: solid;
	box-sizing: border-box;
	z-index: 3;
}
h1 {
    font-family: "Arial", Sans-serif;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -1.4px;
    margin:0px;
}
h2 {
    font-family: "Arial", Sans-serif;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -1.4px;
    margin:0px;
}
h3 {
    letter-spacing: -1px;
    margin:0px;
}
p {                
    padding: 0px 0px 10px 0px;
    margin: 0px;
}
p img {
    float:right;
    margin-right: -450px;
    padding:5px;
    border:1px solid #cccccc;
}









@media screen and (max-width: 800px) {
	#txt {
		width: 100%;
		border-width: 88px 20px 20px 20px;
	}
	#pic {
		display: none;
		width: 0%;
	}
}