  @import url(https://fonts.googleapis.com/css?family=Rambla:400,700,400italic,700italic);
  @import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700);

  html, body {
    background-color: #fff;
    /*background-image: url('/autre/media/layout/background.png');*/
    background-repeat: no-repeat;
    background-position: bottom left;
    font-family: 'Rambla', 'Verdana', serif;
    font-size: 16px;
  }

  /* BALISES */

  h1, h2, h3, h4, h5, h6, #slogan {
    font-family: 'Libre Baskerville', 'Verdana', serif;
  }

  h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1.5em;
  }


    h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1.25em;
  }

  h3 {
    font-size: 1.1em;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
  }

  a {
    color: #369;
    text-decoration: none;
  }

  a:hover {
    color: #f63;
    text-decoration: none;
  }

  #main li {
    list-style-type: disc;
    margin-left: 25px;
  }

  #main .share-buttons {
    text-align: center;
  }

  #main .share-buttons li {
    margin-left: 0;
  }

  p {
    text-align: justify;
    margin: 5px 0;
    line-height: 135%;
  }

  p img {
    vertical-align: text-top;
  }

  /* CLASSES */

  .tiny {
    font-size: 0.75em;
    color: gray;
    margin: 0;
  }

  /* LAYOUT */

  #wrapper {
    width: 968px;
    margin: auto;
    overflow: auto;
  }

  .site-logo {
      height: 170px;
  }

  nav {
    float: left;
    width: 190px;
    min-height: 800px;
  }

  header a, nav a, nav a:hover {
    color: inherit;
  }

  .newsletter-label {
      font-size: .75em;
      vertical-align: bottom;
  }

  #searchBox {
    text-align: center;
        padding-bottom: 10px;
  }

  #searchBox input {
    width: 500px;
  }

  nav li:hover {
    list-style-type: square;
  }

  nav li {
    margin: 3px 0 3px 17px;
    text-indent: -5px;
  }

  nav section {
    padding: 10px;
    background: #cc2220;
    margin-bottom: 10px;
    color: white;
  }

  nav h1 {
    font-size: 1.25em;
    margin-bottom: 7px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(225,225,225);
  }

  #wrapper > header {
    position: relative;
    height: 150px;
    margin: 15px 0 10px 200px;
    background: white;
    background-image: url('/autre/media/layout/header-2018.jpg');
    background-size: 100% 100%;
  }

  #slogan {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 5px 10px;
    background: white;
    font-size: 1.3em;
    font-style: italic;
  }

  #wrapper > header > h1 {
    display: none;
  }

  section#main {
    background: white;
    margin-left: 200px;
    padding: 20px;
    min-height: 700px;
  }

  /* LIST */

  .rayon-list .rayon {
    background: #cc2220;
    border-radius: 5px;
    color: white;
    display: inline-block;
    margin: .15em;
    padding: .25em .5em;
    opacity: .75;
  }

  .rayon-list .rayon:hover {
    opacity: 1;
  }

  .listed-book {
    display: flex;
    margin-top: 15px;
    padding: 5px;
    padding-right: 10px;
    padding-top: 20px;
    overflow: auto;
    color: black !important;
    border-top: 3px solid rgb(230,230,230);
  }

  .listed-book-cover {
    padding-right: 25px;
    text-align: center;
    width: 33%;
  }

  .listed-book-cover-image {
    box-shadow: 2px 2px 10px rgba(0,0,0,.5);
    max-width: 100%;
  }

  .listed-book-infos {
    width: 66%;
  }

  /* PUBLISHER */

  article.publisher {
    margin-left: 170px;
    margin-right: 25px;
    overflow: auto;
  }

  .publisher-page-logo {
    float: left;
    max-width: 150px;
  }

  .publisher-coordinates {
    width: 540px;
    background: whiteSmoke;
    margin-left: 170px;
    margin-top: 10px;
    border: 7px solid whiteSmoke;
    border-radius: 10px;
  }

  .publisher-coordinates td {
    padding: 2px 5px;
  }

  .publisher-coordinates td:first-child {
    text-align: right;
    width: 150px;
  }

  .publisher-collections {
    margin-left: 170px;
  }

  /* PAGE */

  article.page footer {
    display: none;
  }

  label {
    /*font-family: 'Droid Sans', 'Times New Roman', serif;*/
    /*font-size: 0.9em;*/
  }

  /* ARTICLE */

  .book h1 {
    font-size: 2.5em;
  }

  .book section {
    margin-left: 215px;
    margin-right: 25px;
    border-bottom: 3px solid rgb(230,230,230);
    padding-bottom: 5px;
  }

  .book section h3 {
    margin-top: 10px;
  }

  .book-cover {
    float: left;
  }

  .book-cover .cover-image {
    box-shadow: 2px 2px 10px rgba(0,0,0,.5);
    margin-bottom: 1em;
  }

  .book-authors {
    text-align: left;
  }

  .publishers-letters {
    margin-top: 1em;
    text-align: center;
  }

  .publisher-letter {
    border-right: 1px solid rgba(0, 0, 0, .15);
    padding: .25em .5em;
  }

  .publisher-letter:last-child {
    border-right: 0;
  }

  section.letter {
    margin: 0 0 20px 20px;
    vertical-align: top;
  }

  section.letter p {
    text-align: left;
  }

  .publisher-list .publishers {
    display: flex;
    flex-wrap: wrap;
  }

  .publisher-list .publisher {
    padding: 0 .5em;
    margin-bottom: .5em;
    width: 33%;
  }

  .publisher-list .publisher .publisher-specialities {
    color: rgba(0, 0, 0, .5);
    font-size: .8em;
    height: 1.25em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tag {
    display: inline-block;
    background-color: #fbb731;
    padding: 3px 7px 3px 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 0.85em;
  }

  .tag a {
    color:  white;
  }

  /* POST / EVENT */

  .post, .event {
    margin-top: 20px;
  }

  .post aside, .event aside {
    float: left;
    width: 100px;
    text-align: center;
  }

  .post header {
    margin-left: 115px;
    background-color: rgb(245,245,245);
    padding: 10px;
    /*border: 3px solid rgb(230,230,230);*/
    border-bottom: none;
  }

  .post header p {
    border-bottom: 3px solid white;
    padding-bottom: 5px;
  }

  .event h1, .post h1 {
    font-size: 1.4em;
    margin-bottom: 5px;
  }

    section.month h1 {
        font-size: 1.25em;
    }

  .post section,
  .post-content {
    box-sizing: border-box;
    margin-left: 115px;
    margin-bottom: 15px;
    background-color: rgb(245,245,245);
    padding: 10px;
    /*border: 3px solid rgb(230,230,230);*/
    border-top: none;
  }

  .post .publisher_logo, .event .publisher_logo {
    width: 100px;
    height: 100px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    background-color: rgb(245,245,245);
    border: 1px solid rgb(245,245,245);
  }

  .event .publisher_logo {
    width: 45px;
    height: 45px;
  }

  .postIllustration, .eventIllustration {
    display: block;
    margin: auto;
    max-width: 550px;
    max-height: 400px;
    margin-bottom: 15px;
    border: 3px solid white;
  }

  .post footer {
    background-color: rgb(245,245,245);
    padding:  10px;
  }

  /* L'AUTRE LIVRE DU JOUR */

  .post.dujour {
    background-color: rgb(245,245,245);
    margin-bottom: 10px;
    overflow: auto;
  }

  .post.dujour header
  {
    margin-left: 0;
  }

  .post.dujour time
  {
    background:  white;
    padding:  10px;
  }

  .post.dujour section
  {
    margin: 0 10px 0 170px;
    padding-top: 10px;
  }

  .post.dujour aside
  {
    float: left;
    padding: 10px;
    width: 150px;
  }

  .post.dujour footer {
    border-top: white 3px solid;
  }

  /* EVENT */

  .month {
    background-color: rgb(245,245,245);
    border-radius: 10px;
    padding: 1px 10px 10px 10px;
    margin-top: 15px;
  }

  .day {
    background: #cc2220;
    border-radius: 15px;
    color: white;
    float: left;
    font-size: 18px;
    height: 25px;
    position: relative;
    text-align: center;
    width: 25px;
  }

  .day .number {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .event header, .event section {
    margin-left: 33px;
  }

  table.event td {
    padding: 3px 5px;
        vertical-align: top;
  }

  #map { height: 300px; width: 550px; }

  /* LINKS */

  .linked-articles {
    text-align: center;
  }

  .linked-article {
    box-shadow: 2px 2px 10px rgba(0,0,0,.5);
    margin: 15px;
    max-width: 150px;
  }

  .linked-article .cover {
    float: left;
    margin-right: 10px;
    width: 150px;
  }

  .linked-article .cover img {
    max-width: 100%;
  }

  .linked-article h1 {
    margin: 0;
    font-size: 1.1em;
  }

  .linked-article p {
    margin: 0;
  }

  .linked-article .summary {
    font-size: 0.85em;
  }

  .event-image {
    width: 100%;
  }
