html{
width:100%;
height:100%;
padding: 0%;
margin: 0%;
}
body {
    background-color: #FFF;
	box-sizing:border-box;
	padding: 0%;
	margin: 0%;
	border: 0%;
	height: 100%;
	width: 100%;
}
section{
  position: relative;
  width: 100%;
  height: 100%;
}
div{
	font-family: Helvetica, sans-serif;
	box-sizing:border-box;
	padding: 0%;
	margin: 0%;
	border: 0%;
	width: 100%;
	height: 100%;
}
.title-julie{
	display:inline-block;
    color: #FFF;
    text-align: center;
	font-family:'Cantarell',sans-serif;
	font-size: 2em;
	border:none;
	text-decoration: none;
	font-weight: normal !important;
	margin: 0;
	-webkit-margin-before: 0 !important;
	-webkit-margin-after: 0 !important;
}
.landing{
	background: #000000 url("https://julietixier.com/img/lp/landing.png") no-repeat;
	background-position: center;
	background-size: cover;
}

.landing-title{
	position: relative;
	/*top: -95%;*/
	bottom: 9em;
	text-align: center;
	margin-left: 0;
    margin-right: 0;
	width: auto;
	height: auto;
	z-index: 10;
	font-family:'Cantarell',sans-serif;
	font-weight:700;
	font-size: 1em;
}
.hamburger-menu{
	width: 4em;
	height: auto;
	display:inline;
    opacity: 0.6;
}
.hamburger-menu:hover {
    opacity: 0.9;
}
.hamburger-place{
	position: absolute;
	top: 2em;
	left: 2em;
	z-index: 100;
	width: auto;
	height: auto;
}
.invisible{
	display:none;
}
.work-place{
	z-index: 15;
	width: auto;
	height: auto;
}
.work-menu{
	position: relative;
	top: 4em;
	left: 1em;
}
.video-place{
	z-index: 15;
	width: auto;
	height: auto;
}
.video-menu{
	position: relative;
	top: 4em;
	left: 1em;
}
.soc{
	width: 100%;
}
.soc-div{
	/*display: inline-block;*/
	display: none;
	width: 3em;
	height: auto;
}
.div-soc{
	position: absolute;
	width: 9.6em;
	bottom: 2em;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.landing-title-link {
	color: rgba(255,255,255,0);
	text-decoration: none;
	-webkit-margin-before: 0 !important;
	-webkit-margin-after: 0 !important;
}
-webkit-any(article,aside,nav,section) h1 {
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
}
#separator{
}