@import url("http://fonts.googleapis.com/css?family=PT+sans+narrow:700,300");
@import url(http://fonts.googleapis.com/css?family=Loved+by+the+King);
@import url("http://netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.css");

* {
padding: 0px;
margin: 0px;
border: 0px;
outline: 0px;
}

body {
font-family: 'PT sans narrow',  sans-serif;
font-size:16px;
text-align: justify;
background:#000 url("http://www.lacor.info/film/spartacus_et_cassandra/img/assets/spartacus_et_cassandra.jpg");
background-repeat: no-repeat;
background-position: right top;
background-size:contain;
}

em{
font-style:italic;
}

a, a:hover {
text-decoration: none;
color: tomato;
position: relative;
z-index: 300;
}

li {
list-style: none;
}

.footer {
display: block;
position: absolute;
bottom: -2%;
left: 0;
margin-left: 6%;
}

.container {
margin: 0 5% ;

}

#head {
margin-top: 20px;
}

/* menu (background-image)*/
#menu .box {
position: fixed;
text-align: left;
overflow: hidden;
z-index: -1;
opacity: 0;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
padding-left:10%;
background:tomato url("http://www.lacor.info/film/spartacus_et_cassandra/img/assets/affiche_spartacus_et_cassandra.jpg");
background-repeat: no-repeat;
background-position: right;
background-size: cover;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

#menu ul {
position: relative;
top: 40%;
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

#menu li {
display: block;

}

#menu li a {
border-radius: 3px;
padding: 15px;
border: 1px solid transparent;
text-decoration: none;
font-size: 1em;
color: #5C8D67;
text-shadow: 1px 0px 0px tomato;
-webkit-animation-delay: 0.3s; 
-moz-animation-delay: 0.3s; 
animation-delay: 0.3s;
-webkit-transition: all 3s ease-in-out;
-moz-transition: all 3s ease-in-out;
transition: all 3s ease-in-out;

}

#menu li a i {
margin-right: 5px;
font-size: 24px;
}

#menu h1 {
display:block;
position:absolute;
top:10%;
right:10%;
color: #5C8D67;
text-shadow: 1px 0px 0px #111;
font-weight: 700;

font-size: .9em;
}


/* hamburger menu */
#toggle-nav-label {
color: rgba(250, 250, 250, 0.9);
background: orangered;
text-align: center;
line-height: 30px;
font-size: 16px;
display: block;
cursor: pointer;
position: fixed;
right: 1em;
z-index: 500;
width: 30px;
height: 30px;
border-radius: 5px;
}

#toggle-nav {
display: none;
}

#toggle-nav:checked ~ .box {
opacity: 1;
z-index: 400;
}

#toggle-nav:checked ~ .box ul {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

#toggle-nav:checked ~ #toggle-nav-label {
background: #5C8D67;
color: rgba(0, 0, 0, 0.8);
}

/*content */
#content {
margin: 20px 0px 20px 0px;
}

#content h1 {
margin-bottom: 0em;
font-size: 3.5em;
text-align: center;
color:orangered;
font-family: 'Loved by the King', cursive;
text-shadow:1px 1px 1px #555;
}

#content h2 {
margin-bottom: 1em;
font-size: 2em;
text-align: center;
color:tomato;
font-family: 'Loved by the King', cursive;
text-shadow:1px 1px 1px #555;
}

#content h3 {
margin-bottom: 1em;
font-size: 1em;
text-align: center;
color:tomato;
text-shadow:1px 1px 1px #555;
font-family: 'Loved by the King', cursive;
}

#content h4 {
margin-bottom: .8em;
font-size: 1.2em;
text-align: center;
color:tomato;
font-family: 'Loved by the King', cursive;
}


#content p {
font-size: 1.4em;
line-height: 140%;
margin-bottom: 1.2em;
color:rgba(50, 50, 50,.6);
text-shadow:1px 1px 1px black;
}

#content p.subtitle {
font-size: 1.5em;
font-weight: 700;
line-height: 200%;
margin: 3em 0 1em;
color:#5C8D67;
}

#content p.FT {
font-size: .7em;
line-height: 110%;
color:rgba(150, 150, 150,.5);
text-align:justify;
}

#content p.FT span {
font-size:.7em;
color:rgba(150, 150, 150,.4)
}

#content p.FT span.title {
font-size: 1em;
color:rgba(150, 150, 150,.6)
}

#content p.signature {
text-align: right;
margin: 2em 0 1em;
font-size:1vmax;
}

#content p.suite  {
text-align: right;
font-size:.7em;
font-style:italic;
margin: 1em 0 5em;
color:tomato;
}

#content p.footer a {
font-size: .5em;
color: gray;
}

/* iframe */
#iframe {
position: absolute;
top: 50%;
margin-top:30%;
width: 900px;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.content iframe {
width: 900px;
box-shadow: 1px 6px 40px 0px #000;
}

/* weft */
#paper {
position: absolute;
z-index: -1;
display: block;
height: 100%;
width: 100%;
margin: 0;
}

x