@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
@import url(https://fonts.googleapis.com/css?family=Loved+by+the+King);
body {
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.06) url("http://www.lacor.info/film/academie_des_muses/img/bg/1");
  background-size: 50px;
  font-family: Pt sans narrow, sans-serif;
  font-size: 16px;
  color: black;
  line-height: 1.4rem;
  text-align: justify;
}

.back a {
  display: block;
  width: 100%;
  height: 2.3rem;
  z-index: 6;
  position: fixed;
  background: rgba(0, 0, 0, 0.06) url("http://www.lacor.info/film/academie_des_muses/img/bg/1");
  background-size: 50px;
  opacity: .9;
  font-family: 'Loved by the King', cursive;
  font-size: 2rem;
  line-height: 2.1rem;
  color: rgba(224, 158, 158, 0.6);
  top: 0rem;
  text-align: right;
  right: 0rem;
  text-decoration: none;
  text-shadow: 3px 1px 1px rgba(19, 6, 6, 0.1);
}

h1 {
  position: relative;
  padding: 0;
  margin: 2.2rem 0 0 0;
  display: block;
  font-size: 1.8em;
  font-family: 'Loved by the King', cursive;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8em;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0.05em 0.05em 0 rgba(0, 0, 0, 0.1), 0.07em 0.07em 0 rgba(255, 255, 255, 0.35), 0.1em 0.1em 0 rgba(0, 0, 0, 0.15);
}

.subtitle {
  font-size: 3em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1em;
  text-align: center;
  font-family: 'Loved by the King', cursive;
}

.author {
  font-size: 1.2em;
  line-height: 2em;
  letter-spacing: .1em;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1em;
  letter-spacing: 0;
  text-align: center;
  border-bottom: 0.19em solid rgba(224, 158, 158, 0.3);
  padding: 1.2em;
  margin: 0 0 1em 0;
}

.container {
  position: relative;
  width: 80%;
  padding: 0 10% 1em 10%;
  margin: auto;
  overflow: hidden;
  display: block;
}

.content {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  opacity: 1;
}

.container div img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  padding: 0em;
  margin: 0;
}

.legend {
  background: transparent;
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  padding: 0em;
  margin: 0;
  color: rgba(224, 158, 158, 0.9);
  text-align: center;
  font-size: .9em;
  line-height: 1em;
  padding-bottom: 3em;
  margin-top: 1em;
}

.legend a {
  text-decoration: none;
  color: #e09e9e;
}

#sign {
  display: block;
  padding-top: 1em;
  font-size: .9em;
  color: rgba(0, 0, 0, 0.3);
  text-align: right;
}

#sign a {
  text-decoration: none;
}

#footer {
  font-size: .8em;
  color: rgba(224, 158, 158, 0.8);
  text-align: center;
  display: block;
  line-height: 1em;
}

#footer a {
  text-decoration: none;
  color: #e09e9e;
}

.content div.comment {
  position: relative;
  padding: 1.5em;
  margin: 0 0 2em 0;
  border: 0.1em solid rgba(0, 0, 0, 0.1);
  background: transparent;
  display: block;
  font-size: .9em;
  line-height: 1.1em;
  color: rgba(224, 158, 158, 0.8);
  text-align: left;
}

.content div.comment a {
  text-decoration: none;
  color: #e09e9e;
  font-weight: bold;
}

.container p {
  -webkit-transition: .5s ease-in-out 1s;
  transition: .5s ease-in-out 1s;
}

.container img {
  -webkit-transition: .5s ease-in-out 1s;
  transition: .5s ease-in-out 1s;
}

.left-content .slide {
  position: absolute;
  left: -100%;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  opacity: 0;
}

.right-content .slide {
  position: absolute;
  right: -100%;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  opacity: 0;
}
