/* Bernard MT Condensed */
/* Britanic Bold */

@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: local('Cabin Regular'), local('Cabin-Regular'), url(assets/Cabin/Cabin-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  src: local('Cabin Bold'), local('Cabin-Bold'), url(assets/Cabin/Cabin-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Cabin';
  font-style: italic;
  font-weight: 400;
  src: local('Cabin Italic'), local('Cabin-Italic'), url(assets/Cabin/Cabin-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Cabin';
  font-style: italic;
  font-weight: 700;
  src: local('Cabin Bold Italic'), local('Cabin-BoldItalic'), url(assets/Cabin/Cabin-BoldItalic.ttf) format('truetype');
}

body {
  font-family: "Cabin", sans-serif;
  background: black;
  color: white;
}

.header .title {
  display: none;
}

.sidebar {
  position: absolute;
  float: none;
  top: 0px;
  right: 140px;
  width: 40em;
  padding-left: 440px;
  height: 134px;
  background: transparent;
  color: white !important;
  border: none;
  font-size: smaller;
}

h1, h2 {
  text-transform: uppercase;
}

h1 {
  text-align: left;
  /*color: #7a0046;*/
}

h2 {
  margin-top: 0;
  /*color: #4e0024;*/
}

img {
  border: none;
}

img.img {
  margin: 0;
}

a {
  color: #8ac8dd;
}

#couvertures {
  float: left;
  height: 576px;
  margin-right: 20px;
}

#numero {
  margin: auto;
  width: 960px;
}

#contenu {
  float: left;
  text-align: justify;
  width: 450px;
  margin-bottom: 150px;
}

#lire {
  margin-top: 4em;
  border: dotted #8ac8dd 1px;
  padding: 1em;
}

#numeros {
  width: 447px;
}

#numeros ul {
  clear: left;
  list-style: none;
  margin: 100px 0;
  padding: 0;
}

#numeros li {
  display: block;
  float: left;
  width: 100px;
  height: 129px;
  margin-left: 0;
  margin-right: 11px;
  margin-bottom: 10px;
}

#post {
  clear: left;
  width: 540px;
  margin: auto;
  background: no-repeat url(assets/logo.png) 0% 50%;
  padding-left: 450px;
  min-height: 134px;
  font-size: smaller;
  line-height: 110%;
}

#descriptif {
  text-align: justify;
  width: 300px;
}

#descriptif p,
#contact p {
  margin: 0 0 0.3em 0;
}

#contact {
  float: right;
  width: 230px;
}

#footer {
  clear: left;
  display: none;
}

.warning-sign {
  display: block;
  float: left;
  font-size: 6em;
  margin: 0.1em
  line-height: 150%;
}

.reset-sign {
  clear: left;
}
