@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: 0% bottom;
background-size: cover;
}

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: 0px 56% 0px 3%;

}

#head {
margin-top: 20px;
}

/* menu (background-image)*/
#menu .box {
position: fixed;
text-align: center;
overflow: hidden;
z-index: -1;
opacity: 0;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background:tomato url("http://www.lacor.info/film/spartacus_et_cassandra/img/assets/affiche_spartacus_et_cassandra.jpg");
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
-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: inline-block;
margin: 20px;
}

#menu li a {
border-radius: 3px;
padding: 15px;
border: 1px solid transparent;
text-decoration: none;
font-size: 18px;
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 {
margin-top: -40px;
color: #5C8D67;
text-shadow: 1px 0px 0px #111;
font-weight: 700;
text-align: right;
margin-right: 4em;
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: 0vw;
font-size: 3.5vw;
text-align: center;
color:orangered;
font-family: 'Loved by the King', cursive;
}

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

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

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


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

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

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

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

#content p.FT span.title {
font-size: .7vw;
color:rgba(255, 255, 255,.6)
}

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

#content p.suite  {
text-align: right;
font-size:.7vw;
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