/*
    Created on : Nov 16, 2016, 4:15:06 PM
    Author     : omaya
*/
/*
    Created on : Nov 16, 2016, 7:57:43 PM
    Author     : bissan
*/
/*
    Created on : Nov 17, 2016, 12:03:32 PM
    Author     : bissan
*/
/*
    Created on : Nov 16, 2016, 7:56:24 PM
    Author     : bissan
*/
/*
    Created on : Nov 16, 2016, 4:14:36 PM
    Author     : omaya
*/
body {
  position: relative;
  font-family: 'Arial', 'sans-serif'; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

img {
  vertical-align: baseline;
  width: 100%;
  height: auto; }

a:focus, textArea:focus, input:focus {
  outline: none; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0; }

.button {
  display: inline-block;
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 18px;
  color: #d15034;
  background: transparent;
  border-radius: 5px;
  line-height: 45px;
  border: 2px solid #d15034;
  font-weight: 500; }
  .button:hover, .button:focus, .button:active {
    color: #fff;
    background: #d15034;
    text-decoration: none; }
  .button.disabled {
    background: #d4d1d1;
    border-color: #d4d1d1;
    color: #fff;
    cursor: not-allowed; }
  .button.white {
    background: #fff;
    color: #d15034; }
    .button.white:hover {
      background: #d15034;
      color: #fff; }

h1 {
  font-family: "Volkhov", serif;
  color: #5b4ba3;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  color: #fff; }
  @media (min-width: 768px) and (max-width: 991px) {
    h1 {
      font-size: 32px;
      line-height: 42px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 28px;
      line-height: 34px;
      padding: 0 10px; } }

.btn:active, .btn.active {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

.uppercase {
  text-transform: uppercase; }

section.grey {
  padding-top: 75px;
  padding-bottom: 75px;
  /* IE10+ */
  background-image: -ms-linear-gradient(bottom, #EBE9E7 45%, #F4F2EF 40%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(bottom, #EBE9E7 45%, #F4F2EF 40%);
  /* Opera */
  background-image: -o-linear-gradient(bottom, #EBE9E7 45%, #F4F2EF 40%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(45, #EBE9E7), color-stop(40, #F4F2EF));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(bottom, #EBE9E7 45%, #F4F2EF 40%);
  /* W3C Markup */
  background-image: linear-gradient(to top, #EBE9E7 45%, #F4F2EF 40%); }
  section.grey .reading-list .reading-list-title span {
    background: #f4f2ef none repeat scroll 0 0; }
  section.grey .section-title span {
    background: #f4f2ef none repeat scroll 0 0; }

.tint {
  display: block;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: red; }

.tint:hover img {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }

.load-more-spinner {
  display: none; }

.oi-btn-loading .load-more-spinner {
  display: inline-block; }

.oi-loading .loader-wrapper {
  display: block !important; }
.oi-loading .load-more-spinner {
  display: block; }

.section-title {
  font-family: "Volkhov", serif;
  color: #5b4ba3;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-title {
      font-size: 32px;
      line-height: 42px; } }
  @media (max-width: 767px) {
    .section-title {
      font-size: 28px;
      line-height: 34px;
      padding: 0 10px; } }
  .section-title:before, .section-title:after {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 15px;
    background-image: url("images/title-bg.png");
    background-repeat: no-repeat; }
  .section-title:after {
    background-position: right center;
    right: 0; }
  .section-title:before {
    background-position: left center;
    left: 0; }
  .section-title span {
    display: inline-block;
    padding: 0 50px;
    background: #fff;
    position: relative;
    z-index: 1; }
  .section-title.green-title {
    color: #9dc140; }
    .section-title.green-title:before, .section-title.green-title:after {
      background-image: url("images/title-bg-green.png"); }

.more {
  display: block;
  text-align: center;
  color: #d15034;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: underline;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  margin-bottom: 60px;
  display: block; }
  .more:hover, .more:focus {
    color: #baa6a1; }
  @media (max-width: 767px) {
    .more {
      font-size: 14px;
      line-height: 24px; } }

.book-categories h2 {
  font-family: "Volkhov", serif;
  color: #5b4ba3;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #5b4ba3;
  margin-bottom: 20px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .book-categories h2 {
      font-size: 26px;
      line-height: 26px; } }
  @media (max-width: 767px) {
    .book-categories h2 {
      font-size: 24px;
      line-height: 30px; } }
.book-categories ul {
  border-left: 1px solid #dedbed;
  padding-left: 10px;
  padding-right: 80px; }
.book-categories li {
  display: block;
  text-align: left;
  margin-bottom: 20px; }
  .book-categories li:last-child {
    margin-bottom: 0; }
  .book-categories li a {
    display: inline-block;
    color: #5b4ba3;
    text-transform: uppercase;
    font-family: "Cabin", sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    width: 100%; }
    .book-categories li a:hover {
      color: #d15034;
      text-decoration: none; }

.mc4wp-alert {
  position: absolute;
  bottom: -4px; }
  .mc4wp-alert p {
    color: #fff;
    font-weight: 400; }

p {
  font-family: "Cabin", sans-serif;
  color: #3d3d3d; }
  p span {
    color: #5b4ba3;
    text-decoration: underline;
    display: block; }

.posts .post-item {
  margin-bottom: 60px; }

.details {
  display: block;
  color: #5b4ba3;
  font-size: 15px;
  font-weight: 400;
  font-family: "Volkhov", serif;
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px; }
  .details.no-margin {
    margin: 0px; }
  .details.address {
    color: #3d3d3d;
    padding-left: 0; }
    .details.address:before {
      display: none; }
  .details:before {
    content: '';
    background-repeat: no-repeat;
    background-size: 570px 453px;
    background-image: url("images/spritesheet.svg");
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px; }
  .details.term-conference:before {
    top: -7px;
    background-size: 650px 516px;
    background-position: -352px -185px; }
  .details.term-rencontre:before {
    background-position: -135px -165px; }
  .details.term-festival:before {
    background-position: -265px -165px; }
  .details.term-atelier:before {
    background-position: -220px -163px; }
  .details.term-signature:before {
    background-position: -177px -165px; }
  .details.calendar-icon:before {
    background-position: -50px -165px; }
  .details.pin-icon:before {
    background-position: -92px -165px; }

.location-icon {
  background-repeat: no-repeat;
  background-size: 570px 453px;
  background-image: url("images/spritesheet.svg");
  width: 25px;
  height: 20px;
  background-position: -98px -165px;
  display: inline-block;
  margin-bottom: -3px; }

.loader-wrapper {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10; }
  .loader-wrapper .load-more-spinner {
    height: 40px;
    line-height: 40px;
    color: #d15034;
    font-size: 25px; }

.slick-pager {
  display: none; }

.link {
  color: #d15034;
  display: block;
  font-size: 16px;
  font-family: "Volkhov", serif;
  font-weight: 700;
  text-decoration: underline; }
  .link:hover {
    color: #baa6a1; }
  .link:focus {
    color: #d15034; }

.single-description {
  margin-bottom: 100px; }
  .single-description h1,
  .single-description h2,
  .single-description h3,
  .single-description h4,
  .single-description h5,
  .single-description h6 {
    font-family: "Volkhov", serif;
    color: #5b4ba3;
    font-weight: 700;
    text-align: left;
    color: #3d3d3d; }
  .single-description a {
    color: #d15034;
    text-decoration: none; }
  .single-description .link {
    margin-top: 40px;
    text-decoration: underline; }
  .single-description li {
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    color: #3d3d3d; }
  .single-description ul {
    padding-left: 0;
    list-style: none; }
    .single-description ul li {
      list-style: circle inside; }
  .single-description ol {
    padding: 0; }
    .single-description ol li {
      list-style-position: inside; }

.green {
  background-color: #9dc140; }

.full-width {
  width: 100% !important; }

@media (min-width: 1200px) {
  .container,
  .bwwpp-header-container {
    width: 1200px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .book-categories ul {
    padding-right: 10px; } }
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 40px; }
    .section-title:after, .section-title:before {
      display: none; }
    .section-title span {
      padding: 0;
      display: inline; }

  .more {
    margin-bottom: 35px; }

  .book-categories {
    padding: 0;
    border: none;
    padding-bottom: 80px; }
    .book-categories .dropdown-toggle-categories {
      position: absolute;
      left: -15px;
      right: -15px;
      width: calc(100% + 15px);
      padding: 0 35px; }
      .book-categories .dropdown-toggle-categories .fa {
        right: 30px; }
      .book-categories .dropdown-toggle-categories.collapsed .fa::before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f078"; }
    .book-categories ul {
      height: 100%;
      overflow: auto;
      padding-left: 20px;
      padding-right: 0px;
      padding-bottom: 30px; }
      .book-categories ul li {
        margin-bottom: 0; }
      .book-categories ul a {
        line-height: 40px; }
    .book-categories .category-list {
      background: #fff;
      z-index: 100;
      position: absolute;
      left: 0;
      right: 0;
      padding: 20px 0;
      top: 50px;
      max-height: 400px;
      overflow-y: auto; }

  .dropdown-toggle-categories {
    margin-bottom: 40px;
    border: none;
    background: #dedbed;
    color: #5b4ba3;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
    line-height: 50px;
    width: 100%;
    position: relative;
    padding: 0 20px; }
    .dropdown-toggle-categories .fa {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      position: absolute;
      right: 15px;
      float: right;
      color: #5b4ba3; }

  .mc4wp-alert {
    position: relative;
    margin-top: 5px; }

  .flex {
    margin-bottom: 60px; }

  .details {
    font-size: 14px; }

  .link {
    font-size: 15px; } }
/*
    Created on : Nov 17, 2016, 11:24:22 AM
    Author     : bissan
*/
.bwwpp-header-container-wrapper {
  background-color: #f4f2ef; }

.site-branding {
  padding: 7px 0;
  border-bottom: 1px solid #dedbed; }

.site-title {
  margin: 0;
  padding: 0;
  width: 225px;
  height: 115px;
  float: left; }
  .site-title a {
    display: block;
    background: url("images/logo.png") no-repeat center;
    background-size: contain;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    overflow: hidden; }

.header-search {
  float: right;
  padding: 43px 0 0 0;
  text-align: left; }
  .header-search .search-container {
    display: inline-block;
    position: relative;
    vertical-align: middle; }
  .header-search #bwwpp-search-widget-form #bwwpp-search-query-fields input {
    font-family: "Cabin", sans-serif;
    font-size: 15px;
    text-transform: none;
    color: #5b4ba3;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dedbed;
    height: 40px;
    padding: 0 20px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 300px;
    position: relative;
    display: block;
    padding: 0 40px 0 20px; }
  .header-search #bwwpp-search-widget-form #bwwpp-search-action {
    color: #5b4ba3;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 1; }
    .header-search #bwwpp-search-widget-form #bwwpp-search-action .fa {
      font-size: 18px; }
  .header-search .bwwpp-widget-button,
  .header-search button.bwwpp-widget-button[type="button"] {
    background: transparent;
    color: #5b4ba3;
    height: 38px;
    line-height: 38px; }
  .header-search .pi-link {
    vertical-align: middle;
    margin-left: 45px;
    display: inline-block;
    border-left: 1px solid #d15034;
    border-left: 1px solid #d15034;
    padding: 15px 0 10px 40px; }
    .header-search .pi-link a {
      color: #d15034;
      font-family: "Volkhov", serif;
      font-weight: 400;
      font-style: italic;
      text-decoration: underline;
      font-size: 16px;
      display: inline-block; }
      .header-search .pi-link a span {
        display: block;
        font-weight: 700; }
      .header-search .pi-link a:hover {
        color: #baa6a1; }

.main-navigation {
  border-bottom: 1px solid #dedbed; }
  .main-navigation ul {
    text-align: center; }
    .main-navigation ul li {
      font-family: "Cabin", sans-serif;
      color: #3d3d3d;
      font-size: 14px;
      line-height: 21px;
      display: inline-block;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0px 22px;
      line-height: 60px;
      position: relative; }
      .main-navigation ul li:last-of-type {
        margin-right: 0; }
      .main-navigation ul li a {
        display: inline-block;
        color: #3d3d3d; }
        .main-navigation ul li a:focus {
          text-decoration: none; }
      .main-navigation ul li:hover, .main-navigation ul li:focus, .main-navigation ul li.current-menu-item {
        color: #d15034; }
        .main-navigation ul li:hover:after, .main-navigation ul li:focus:after, .main-navigation ul li.current-menu-item:after {
          content: '';
          width: 100%;
          height: 3px;
          background: #d15034;
          position: absolute;
          bottom: -1px;
          left: 0;
          right: 0; }
        .main-navigation ul li:hover a, .main-navigation ul li:focus a, .main-navigation ul li.current-menu-item a {
          color: #d15034;
          text-decoration: none; }

.page-template-archive-editeur-php .header-menu-nos-editeurs,
.single-editeur .header-menu-nos-editeurs {
  color: #d15034; }
  .page-template-archive-editeur-php .header-menu-nos-editeurs a,
  .single-editeur .header-menu-nos-editeurs a {
    color: #d15034;
    text-decoration: none; }
    .page-template-archive-editeur-php .header-menu-nos-editeurs a:after,
    .single-editeur .header-menu-nos-editeurs a:after {
      content: '';
      width: 100%;
      height: 3px;
      background: #d15034;
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0; }
  @media (max-width: 767px) {
    .page-template-archive-editeur-php .header-menu-nos-editeurs,
    .single-editeur .header-menu-nos-editeurs {
      color: #fff; }
      .page-template-archive-editeur-php .header-menu-nos-editeurs a,
      .single-editeur .header-menu-nos-editeurs a {
        color: #fff;
        text-decoration: none; }
        .page-template-archive-editeur-php .header-menu-nos-editeurs a:after,
        .single-editeur .header-menu-nos-editeurs a:after {
          display: none; } }

.page-template-archive-auteur-php .header-menu-nos-auteurs,
.single-auteur .header-menu-nos-auteurs {
  color: #d15034; }
  .page-template-archive-auteur-php .header-menu-nos-auteurs a,
  .single-auteur .header-menu-nos-auteurs a {
    color: #d15034;
    text-decoration: none; }
    .page-template-archive-auteur-php .header-menu-nos-auteurs a:after,
    .single-auteur .header-menu-nos-auteurs a:after {
      content: '';
      width: 100%;
      height: 3px;
      background: #d15034;
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0; }
  @media (max-width: 767px) {
    .page-template-archive-auteur-php .header-menu-nos-auteurs,
    .single-auteur .header-menu-nos-auteurs {
      color: #fff; }
      .page-template-archive-auteur-php .header-menu-nos-auteurs a,
      .single-auteur .header-menu-nos-auteurs a {
        color: #fff;
        text-decoration: none; }
        .page-template-archive-auteur-php .header-menu-nos-auteurs a:after,
        .single-auteur .header-menu-nos-auteurs a:after {
          display: none; } }

.single-events .header-menu-evenements {
  color: #d15034; }
  .single-events .header-menu-evenements a {
    color: #d15034;
    text-decoration: none; }
    .single-events .header-menu-evenements a:after {
      content: '';
      width: 100%;
      height: 3px;
      background: #d15034;
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0; }
  @media (max-width: 767px) {
    .single-events .header-menu-evenements {
      color: #fff; }
      .single-events .header-menu-evenements a {
        color: #fff;
        text-decoration: none; }
        .single-events .header-menu-evenements a:after {
          display: none; } }

.single-liste-de-lecture .header-menu-coups-de-coeur,
.single-recommandation .header-menu-coups-de-coeur,
.category .header-menu-coups-de-coeur,
.post-type-archive-liste-de-lecture .header-menu-coups-de-coeur,
.post-type-archive-recommandation .header-menu-coups-de-coeur {
  color: #d15034; }
  .single-liste-de-lecture .header-menu-coups-de-coeur a,
  .single-recommandation .header-menu-coups-de-coeur a,
  .category .header-menu-coups-de-coeur a,
  .post-type-archive-liste-de-lecture .header-menu-coups-de-coeur a,
  .post-type-archive-recommandation .header-menu-coups-de-coeur a {
    color: #d15034;
    text-decoration: none; }
    .single-liste-de-lecture .header-menu-coups-de-coeur a:after,
    .single-recommandation .header-menu-coups-de-coeur a:after,
    .category .header-menu-coups-de-coeur a:after,
    .post-type-archive-liste-de-lecture .header-menu-coups-de-coeur a:after,
    .post-type-archive-recommandation .header-menu-coups-de-coeur a:after {
      content: '';
      width: 100%;
      height: 3px;
      background: #d15034;
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0; }
  @media (max-width: 767px) {
    .single-liste-de-lecture .header-menu-coups-de-coeur,
    .single-recommandation .header-menu-coups-de-coeur,
    .category .header-menu-coups-de-coeur,
    .post-type-archive-liste-de-lecture .header-menu-coups-de-coeur,
    .post-type-archive-recommandation .header-menu-coups-de-coeur {
      color: #fff; }
      .single-liste-de-lecture .header-menu-coups-de-coeur a,
      .single-recommandation .header-menu-coups-de-coeur a,
      .category .header-menu-coups-de-coeur a,
      .post-type-archive-liste-de-lecture .header-menu-coups-de-coeur a,
      .post-type-archive-recommandation .header-menu-coups-de-coeur a {
        color: #fff;
        text-decoration: none; }
        .single-liste-de-lecture .header-menu-coups-de-coeur a:after,
        .single-recommandation .header-menu-coups-de-coeur a:after,
        .category .header-menu-coups-de-coeur a:after,
        .post-type-archive-liste-de-lecture .header-menu-coups-de-coeur a:after,
        .post-type-archive-recommandation .header-menu-coups-de-coeur a:after {
          display: none; } }

.page-bookwitty-book .header-menu-nos-livres {
  color: #d15034; }
  .page-bookwitty-book .header-menu-nos-livres a {
    color: #d15034;
    text-decoration: none; }
    .page-bookwitty-book .header-menu-nos-livres a:after {
      content: '';
      width: 100%;
      height: 3px;
      background: #d15034;
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0; }
  @media (max-width: 767px) {
    .page-bookwitty-book .header-menu-nos-livres {
      color: #fff; }
      .page-bookwitty-book .header-menu-nos-livres a {
        color: #fff;
        text-decoration: none; }
        .page-bookwitty-book .header-menu-nos-livres a:after {
          display: none; } }

.single-librairie .header-menu-nos-librairies {
  color: #d15034; }
  .single-librairie .header-menu-nos-librairies a {
    color: #d15034;
    text-decoration: none; }
    .single-librairie .header-menu-nos-librairies a:after {
      content: '';
      width: 100%;
      height: 3px;
      background: #d15034;
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0; }
  @media (max-width: 767px) {
    .single-librairie .header-menu-nos-librairies {
      color: #fff; }
      .single-librairie .header-menu-nos-librairies a {
        color: #fff;
        text-decoration: none; }
        .single-librairie .header-menu-nos-librairies a:after {
          display: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .main-navigation ul li {
    margin: 0 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .site-title {
    height: 90px;
    width: 200px a;
      width-width: 175px;
      width-height: 85px; }

  .header-search {
    padding: 30px 0 0 0; }
    .header-search input {
      width: 250px; }
    .header-search .pi-link {
      margin-left: 25px;
      padding-left: 20px; }
      .header-search .pi-link a {
        font-size: 14px; }
    .header-search #bwwpp-search-widget-form input {
      width: 250px; }

  .main-navigation ul li {
    font-size: 12px;
    margin: 0 7px; } }
@media (max-width: 767px) {
  .site-branding {
    padding: 5px 0; }
    .site-branding .container {
      position: relative; }

  .site-title {
    width: 128px;
    height: 65px;
    float: left;
    margin: auto; }

  .header-icons {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 20px;
    cursor: pointer; }
    .header-icons.menu {
      right: 15px; }
      .header-icons.menu:hover {
        text-decoration: none; }
    .header-icons .fa {
      position: relative;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      font-size: 30px;
      color: #5b4ba3; }

  .navigation {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    right: 100%;
    position: relative;
    top: -70px; }
    .navigation.menu-mobile {
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      right: 0; }

  .menu-close {
    position: absolute;
    width: 75px;
    top: 0;
    background: #d15034;
    text-align: center;
    height: 75px;
    right: 0;
    cursor: pointer; }
    .menu-close .fa-close {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      color: #fff;
      font-size: 20px;
      width: 20px;
      height: 20px; }

  .main-navigation {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    padding: 20px 0 25px 15px;
    width: 100%;
    background-color: #5b4ba3;
    background-image: url("images/menu-bg-mobile.png");
    background-repeat: no-repeat;
    background-position: left 140px;
    width: calc(100% - 75px);
    background-size: 80%;
    border: none;
    z-index: 5; }
    .main-navigation ul li {
      display: block;
      text-align: left;
      font-size: 14px;
      line-height: 20px; }
      .main-navigation ul li:last-of-type {
        margin-bottom: 0; }
      .main-navigation ul li:hover a, .main-navigation ul li:focus a, .main-navigation ul li.current-menu-item a {
        color: #fff; }
      .main-navigation ul li:hover:after, .main-navigation ul li:focus:after, .main-navigation ul li.current-menu-item:after {
        display: none; }
      .main-navigation ul li a {
        color: #fff;
        display: inline-block;
        width: 100%;
        padding: 10px 0px; }

  .search-mobile {
    background: #fff;
    position: absolute;
    bottom: -75px;
    height: 75px;
    left: 0;
    right: 0; }
    .search-mobile .download-btn.search-btn {
      border: 0px;
      width: 100%;
      border-radius: 0px;
      text-align: left;
      padding-left: 52px; }
      .search-mobile .download-btn.search-btn .fa {
        border-radius: 0px;
        text-align: center; }
    .search-mobile #bwwpp-search-widget-form {
      height: 100%;
      float: none; }
      .search-mobile #bwwpp-search-widget-form #bwwpp-search-query-fields {
        height: 100%; }
        .search-mobile #bwwpp-search-widget-form #bwwpp-search-query-fields input {
          height: 75px;
          padding: 0 35px 0 30px;
          background: transparent;
          border: none; }
      .search-mobile #bwwpp-search-widget-form #bwwpp-search-action {
        height: 100%;
        width: 40px; }
        .search-mobile #bwwpp-search-widget-form #bwwpp-search-action .bwwpp-search {
          background: none;
          height: 100%;
          width: 100%; }
          .search-mobile #bwwpp-search-widget-form #bwwpp-search-action .bwwpp-search .fa {
            color: #5b4ba3;
            position: absolute;
            right: 5px;
            font-size: 20px;
            top: 10px; } }
/*
    Created on : Nov 17, 2016, 5:15:29 PM
    Author     : bissan
*/
.site-footer {
  background: #baa6a1;
  padding: 60px 0; }
  .site-footer h3 {
    font-family: "Volkhov", serif;
    color: #5b4ba3;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #3d3d3d;
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .site-footer h3 {
        font-size: 18px;
        line-height: 30px; } }
  .site-footer .footer-logo {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    max-width: 180px;
    height: 92px; }
    .site-footer .footer-logo a {
      display: block;
      background: url("images/footer-logo.png") no-repeat center;
      background-size: contain;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      text-indent: -999px;
      overflow: hidden; }
  .site-footer .textwidget {
    margin-bottom: 20px; }
  .site-footer p,
  .site-footer .textwidget,
  .site-footer address {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-family: "Volkhov", serif; }
  .site-footer p:last-of-type {
    margin-bottom: 0; }
  .site-footer .mail {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-family: "Volkhov", serif;
    color: #fff;
    text-decoration: underline; }
    .site-footer .mail:hover {
      color: #3d3d3d; }
  .site-footer .footer_col_2 ul {
    margin-bottom: 25px; }
  .site-footer .footer_col_2 li {
    font-family: "Cabin", sans-serif;
    color: #3d3d3d;
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 700; }
    .site-footer .footer_col_2 li:last-of-type {
      margin-bottom: 0; }
    .site-footer .footer_col_2 li a {
      color: #3d3d3d;
      text-decoration: underline; }
      .site-footer .footer_col_2 li a:hover {
        color: #fff; }
  .site-footer .footer_col_3 li {
    font-family: "Cabin", sans-serif;
    color: #3d3d3d;
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    font-weight: 700; }
    .site-footer .footer_col_3 li:last-of-type {
      margin-bottom: 0; }
  .site-footer .footer_col_3 a {
    color: #3d3d3d;
    display: inline-block;
    width: 100%;
    text-decoration: underline; }
    .site-footer .footer_col_3 a:hover {
      color: #fff; }
  .site-footer .bookwitty-logo {
    width: 225px;
    height: 87px;
    margin-bottom: 25px;
    text-indent: -999px;
    overflow: hidden; }
    .site-footer .bookwitty-logo a {
      background: url("images/bookwitty-logo.png") no-repeat;
      display: block;
      width: 100%;
      height: 100%;
      background-size: 100%;
      background-position: 0 20px; }
  .site-footer .copyright p {
    color: #3d3d3d;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Cabin", sans-serif;
    line-height: 20px;
    color: #3d3d3d;
    font-weight: 700; }
    .site-footer .copyright p span {
      display: block;
      text-transform: none;
      color: #3d3d3d;
      text-decoration: none; }
    .site-footer .copyright p a {
      color: #3d3d3d;
      text-decoration: underline;
      text-transform: uppercase; }
      .site-footer .copyright p a:hover {
        color: #fff; }

.page-quis-sommes-nous .newsletter-footer,
.page-qui-sommes-nous .newsletter-footer,
.page-nos-librairies .newsletter-footer,
.error404 .newsletter-footer,
.page-template-archive-catalogue .newsletter-footer {
  margin-top: 0px; }

.newsletter-footer {
  position: relative;
  background: url("images/footer-newsletter-bg.png") #a38f8a;
  margin-top: 40px; }
  .newsletter-footer .newsletter-form {
    padding: 29px 0; }
  .newsletter-footer input[type="text"], .newsletter-footer .email {
    font-family: "Cabin", sans-serif;
    font-size: 15px;
    text-transform: none;
    color: #5b4ba3;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dedbed;
    height: 40px;
    padding: 0 20px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 55%;
    height: 45px;
    float: left;
    border-radius: 5px 0 0 5px; }
  .newsletter-footer .sunmit-button {
    display: inline-block; }
  .newsletter-footer .submit {
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    color: #fff;
    background: #d15034;
    border-radius: 5px;
    line-height: 22px;
    border: 1px solid #d15034;
    font-weight: 500;
    display: inline-block;
    float: left;
    height: 45px;
    width: 37%;
    border-radius: 0 5px 5px 0; }
    .newsletter-footer .submit:hover, .newsletter-footer .submit:focus, .newsletter-footer .submit:active {
      color: #d15034;
      border: 1px solid #d15034;
      background: #fff; }
    .newsletter-footer .submit:hover, .newsletter-footer .submit:focus {
      background: #e55739;
      color: #fff;
      border-color: #e55739; }
  .newsletter-footer .social-icons {
    text-align: center;
    background: #baa6a1;
    border-bottom: 1px solid #a38f8a;
    padding: 30px 0; }
    .newsletter-footer .social-icons .social-icon {
      display: inline-block;
      margin-right: 20px;
      color: #fff;
      font-size: 30px; }
      .newsletter-footer .social-icons .social-icon:hover {
        color: #5b4ba3; }
      .newsletter-footer .social-icons .social-icon:last-of-type {
        margin-right: 0; }

.textwidget a {
  color: #fff;
  text-decoration: underline; }
  .textwidget a:hover, .textwidget a:focus {
    color: #3d3d3d; }
.textwidget p {
  margin-bottom: 25px; }

@media (min-width: 768px) and (max-width: 991px) {
  .site-footer .bookwitty-logo {
    width: 180px;
    height: 78px;
    margin-bottom: 25px; }
  .site-footer .site-map {
    padding-left: 30px; }
  .site-footer .footer-logo {
    height: 82px; }

  .newsletter-footer .social-icons {
    padding: 34px 0; }
    .newsletter-footer .social-icons .social-icon {
      margin-right: 15px;
      font-size: 25px; }
  .newsletter-footer .submit {
    width: 45%; } }
@media (max-width: 767px) {
  .newsletter-footer {
    margin-top: 20px; }
    .newsletter-footer .newsletter-form {
      padding: 25px 15px; }
    .newsletter-footer input[type="text"], .newsletter-footer .email {
      width: 100%;
      float: none;
      border-radius: 5px;
      margin-bottom: 15px;
      text-align: center; }
    .newsletter-footer .submit {
      float: none;
      height: 45px;
      width: 100%;
      border-radius: 5px; }
    .newsletter-footer .col-sm-4 {
      border-bottom: 1px solid #a38f8a;
      background: #baa6a1; }
    .newsletter-footer .row .col-sm-8 {
      padding-right: 15px;
      padding-left: 15px; }
    .newsletter-footer .social-icons {
      padding: 20px 0;
      border: none; }

  .site-footer {
    padding: 32px 0; }
    .site-footer h3, .site-footer p {
      margin-bottom: 15px; }
    .site-footer h3 {
      font-size: 20px; }
    .site-footer p {
      font-size: 14px; }
    .site-footer .footer_col_1 {
      margin-bottom: 38px; }
    .site-footer .bookwitty-logo {
      margin-bottom: 20px; }
      .site-footer .bookwitty-logo a {
        margin-bottom: 5px; }
    .site-footer .footer_col_3 {
      margin-bottom: 35px; }
      .site-footer .footer_col_3 li {
        margin-bottom: 0; }
      .site-footer .footer_col_3 a {
        line-height: 40px; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

.selectric {
  border: 1px solid #dedbed;
  color: #5b4ba3;
  text-align: left;
  border-radius: 5px;
  outline: none; }
  .selectric .label {
    color: #5b4ba3;
    font-family: "Cabin", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 32px; }
  .selectric .button {
    background: #d15034;
    color: #fff; }
    .selectric .button:after {
      border-top-color: #fff; }

.selectric-open .selectric,
.selectric-hover .selectric {
  border-color: #dedbed; }
  .selectric-open .selectric .button,
  .selectric-hover .selectric .button {
    color: #fff; }
    .selectric-open .selectric .button:after,
    .selectric-hover .selectric .button:after {
      border-top-color: #fff; }

.selectric-items {
  border-radius: 5px; }
  .selectric-items li {
    color: #5b4ba3;
    font-family: "Cabin", sans-serif; }
    .selectric-items li.highlighted {
      color: #5b4ba3;
      background: #dedbed; }
    .selectric-items li:hover {
      background: #dedbed;
      color: #5b4ba3; }
  .selectric-items .selectric-scroll {
    border-radius: 5px; }

.main-slider {
  margin-top: 50px;
  margin-bottom: 70px; }

.slider-container {
  width: calc(83.33333333% + 60px);
  margin: auto; }
  .slider-container.events-slider {
    width: 66.66666667%; }
    .slider-container.events-slider .slick-arrow.slick-next {
      right: -25%; }
      .slider-container.events-slider .slick-arrow.slick-next:after {
        content: "\f105"; }
    .slider-container.events-slider .slick-arrow.slick-prev {
      left: -25%; }
      .slider-container.events-slider .slick-arrow.slick-prev:after {
        content: "\f104"; }
  .slider-container img {
    width: 100%;
    height: auto; }
  .slider-container .slick-arrow {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    border: none;
    background: none;
    width: 25px;
    height: 45px;
    position: absolute;
    -webkit-appearance: none;
    border: none;
    font-size: 0;
    padding: 0; }
    .slider-container .slick-arrow:focus {
      outline: none; }
    .slider-container .slick-arrow:hover:after {
      color: #d15034; }
    .slider-container .slick-arrow:after {
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 50px;
      color: #e8a799; }
    .slider-container .slick-arrow.slick-next {
      right: calc(-8.33333333% + 15px); }
      .slider-container .slick-arrow.slick-next:after {
        content: "\f105"; }
    .slider-container .slick-arrow.slick-prev {
      left: calc(-8.33333333% + 15px); }
      .slider-container .slick-arrow.slick-prev:after {
        content: "\f104"; }
    .slider-container .slick-arrow.slick-disabled {
      display: none !important; }

.editors-slider {
  margin-top: 35px; }

.editors {
  margin-bottom: 90px; }
  .editors .section-title {
    margin-bottom: 5px; }
  .editors .section-subtitle {
    font-family: "Cabin", sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #dedbed;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    color: #9d93c8; }
    @media (min-width: 768px) and (max-width: 991px) {
      .editors .section-subtitle {
        font-size: 16px;
        line-height: 24px; } }
    @media (max-width: 767px) {
      .editors .section-subtitle {
        font-size: 14px;
        line-height: 21px; } }
  .editors .description {
    font-family: "Volkhov", serif;
    font-weight: 500;
    color: #3d3d3d;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    margin-top: 30px; }
    .editors .description p {
      font-family: "Volkhov", serif;
      font-weight: 500;
      color: #3d3d3d;
      font-size: 18px;
      text-align: center;
      line-height: 30px;
      margin-top: 30px; }
  .editors .editor {
    margin-right: 80px;
    margin-left: 15px;
    float: left;
    width: 185px; }
    .editors .editor span {
      display: block;
      font-style: italic;
      font-weight: 700;
      font-family: "Volkhov", serif;
      font-size: 14px;
      text-align: center; }
      .editors .editor span a {
        color: #3d3d3d; }
  .editors .editor-image {
    display: block;
    width: 100%;
    height: 130px;
    text-align: center;
    margin-bottom: 20px;
    position: relative; }
    .editors .editor-image img {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      max-width: 100%;
      max-height: 100%;
      height: auto;
      width: auto;
      position: absolute;
      bottom: 0; }

.flex .map-library {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-basis: 33%;
  flex-basis: 33%;
  position: relative; }
  .flex .map-library .post,
  .flex .map-library .map-library-details {
    -ms-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: auto;
    padding-bottom: 50px; }
.flex .map-library {
  -webkit-flex-basis: 24.5%;
  -moz-flex-basis: 24.5%;
  -ms-flex-basis: 24.5%;
  flex-basis: 24.5%; }
  .flex .map-library .map-library-details {
    padding-bottom: 0; }
.flex .item {
  -webkit-flex-basis: 49.5%;
  -moz-flex-basis: 49.5%;
  -ms-flex-basis: 49.5%;
  flex-basis: 49.5%; }

@media (min-width: 992px) and (max-width: 1199px) {
  .editors .editor {
    margin-right: 25px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .events-list-content .event-grid-item:nth-child(3n+1) {
    clear: none; }
  .events-list-content .event-grid-item:nth-child(2n+1) {
    clear: left; }

  .editors .editor {
    margin-right: 50px;
    width: 160px; }

  .flex .col-md-4 {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-basis: 49%;
    flex-basis: 49%; }
  .flex .map-library {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-basis: 33%;
    flex-basis: 33%; } }
@media (max-width: 767px) {
  .main-slider {
    margin-top: 30px;
    margin-bottom: 50px; }
    .main-slider .container {
      padding-left: 0;
      padding-right: 0; }

  .slider-container {
    width: 100%; }
    .slider-container .slide {
      margin: 0 5px; }

  .editors-slider {
    margin-top: 25px; }

  .editors {
    margin-bottom: 45px; }
    .editors .description {
      font-size: 14px;
      text-align: left;
      line-height: 22px; }
      .editors .description p {
        font-size: 14px;
        text-align: left;
        line-height: 22px; }
    .editors .editor {
      width: 100px;
      margin-right: 40px; }
    .editors .editor-image {
      height: 80px;
      margin-bottom: 20px; }

  .flex .col-md-4, .flex .map-library {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; } }
.book-lists {
  padding-top: 35px; }

.book-collection {
  margin-bottom: 50px; }
  .book-collection .slick-track .item {
    height: auto;
    position: relative; }
    .book-collection .slick-track .item:focus {
      outline: none; }
    .book-collection .slick-track .item .button {
      position: absolute;
      bottom: 0;
      left: 15px;
      right: 15px;
      width: auto; }
  .book-collection.fullwidth {
    margin-bottom: 80px; }
  .book-collection.grey .section-title {
    margin-bottom: 65px; }
    .book-collection.grey .section-title span {
      background: #f4f2ef; }
  .book-collection.grey .item-language {
    background: #e2dbd7; }
  .book-collection.grey .item-image img {
    -webkit-box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.1); }
  .book-collection.grey .slick-list .item-image img {
    -webkit-box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.1); }
  .book-collection .section-title {
    margin-bottom: 50px; }
  .book-collection.event-related-books .item-image {
    height: 230px; }
  .book-collection.reading-list.listing .column-item .item-data {
    padding-right: 0; }
  .book-collection.reading-list.livres .item:nth-child(4n+1) {
    clear: left; }
  .book-collection.reading-list .item {
    margin-right: 0;
    margin-bottom: 50px;
    padding-right: 35px; }
    .book-collection.reading-list .item.column-item {
      margin-bottom: 80px; }
  .book-collection.reading-list .item-image {
    height: 210px; }
  .book-collection.reading-list .reading-list-title {
    font-family: "Volkhov", serif;
    color: #5b4ba3;
    font-weight: 700;
    font-size: 26px;
    position: relative;
    margin-bottom: 40px;
    border: 0px;
    line-height: auto;
    padding: 0px;
    width: auto; }
    .book-collection.reading-list .reading-list-title a {
      font-family: "Volkhov", serif;
      color: #5b4ba3;
      font-weight: 700;
      text-decoration: underline; }
    .book-collection.reading-list .reading-list-title:after {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      content: '';
      height: 1px;
      width: 100%;
      display: block;
      border-bottom: 1px solid #dedbed;
      position: absolute; }
    .book-collection.reading-list .reading-list-title span {
      display: inline-block;
      background: #fff;
      z-index: 1;
      padding-right: 50px;
      position: relative; }
  .book-collection.reading-list .green-list-title {
    color: #9dc140; }
    .book-collection.reading-list .green-list-title:after {
      border-bottom: 1px solid #ebf3d9; }
    .book-collection.reading-list .green-list-title a {
      color: #9dc140; }
  .book-collection.book-editions .item:nth-of-type(6n+1) {
    clear: left; }
  .book-collection.book-editions .bwwpp-ajax-editions-title span {
    font-family: "Volkhov", serif;
    color: #5b4ba3;
    font-weight: 700;
    font-size: 26px;
    float: none; }
  .book-collection.book-editions .bwwpp-ajax-editions-pager {
    display: block;
    text-align: center;
    color: #d15034;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: underline;
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    margin-bottom: 60px;
    margin-bottom: 50px;
    display: none; }
    .book-collection.book-editions .bwwpp-ajax-editions-pager:hover, .book-collection.book-editions .bwwpp-ajax-editions-pager:focus {
      color: #baa6a1; }
    @media (max-width: 767px) {
      .book-collection.book-editions .bwwpp-ajax-editions-pager {
        font-size: 14px;
        line-height: 24px; } }
  .book-collection.book-editions .bwwpp-loading {
    text-align: center;
    margin-bottom: 30px; }
    .book-collection.book-editions .bwwpp-loading .fa-spinner {
      color: #5b4ba3;
      font-size: 25px;
      float: none; }
  .book-collection.six-items .item {
    margin-right: 0px; }
  .book-collection .item {
    margin-right: 60px;
    float: left;
    padding: 0 15px;
    height: auto; }
    .book-collection .item .button {
      width: 100%; }
    .book-collection .item .book-availabilaty {
      font-size: 12px; }
  .book-collection .item-image {
    display: block;
    width: 100%;
    height: 250px;
    position: relative;
    margin-bottom: 20px;
    position: relative; }
    .book-collection .item-image img {
      box-shadow: 0px 4px 14.22px 3.78px rgba(0, 0, 0, 0.25);
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 95%;
      bottom: 0;
      left: 0;
      position: absolute; }
  .book-collection .item-language {
    padding: 2px 5px;
    background: #eae4e3;
    font-family: "Cabin", sans-serif;
    font-size: 12px;
    color: #3d3d3d;
    margin-bottom: 3px;
    display: inline-block; }
  .book-collection .item-title {
    font-family: "Volkhov", serif;
    color: #5b4ba3;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #3d3d3d;
    font-weight: 700;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .book-collection .item-title {
        font-size: 18px;
        line-height: 30px; } }
    .book-collection .item-title a {
      color: #3d3d3d; }
  .book-collection .item-author,
  .book-collection .item-price {
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    display: block; }
  .book-collection .recommanded-contributor {
    font-weight: 700;
    text-decoration: underline;
    display: block; }
  .book-collection .item-author {
    color: #666666; }
    .book-collection .item-author a {
      color: #666666; }
  .book-collection .item-editor {
    font-family: "Volkhov", serif;
    color: #5b4ba3;
    font-weight: 700;
    font-size: 15px;
    text-transform: none;
    display: block;
    margin-bottom: 10px; }
  .book-collection .item-price {
    color: #5b4ba3;
    font-weight: 700; }
  .book-collection .item-availability {
    margin-bottom: 30px;
    display: block; }
  .book-collection .item-excerpt {
    color: #3d3d3d;
    font-size: 16px;
    font-family: "Cabin", sans-serif;
    font-weight: 500; }
  .book-collection .books-slider .item {
    width: 215px; }
  .book-collection.autor-book-list .block-listing .item {
    display: none; }
  .book-collection.autor-book-list .item {
    display: none; }
    .book-collection.autor-book-list .item:nth-of-type(6n+1) {
      clear: left; }
    .book-collection.autor-book-list .item:nth-of-type(-n+6) {
      display: block; }
  .book-collection .column-item {
    position: relative;
    padding-bottom: 50px; }
    .book-collection .column-item .item-image {
      float: left;
      width: 33%; }
      .book-collection .column-item .item-image img {
        position: relative;
        width: 100%;
        height: auto; }
    .book-collection .column-item .item-data {
      float: left;
      width: calc(66% - 35px);
      padding-left: 35px; }
    .book-collection .column-item .item-excerpt, .book-collection .column-item .item-editor {
      margin-bottom: 10px; }
    .book-collection .column-item .book-price {
      font-size: 24px;
      color: #5b4ba3;
      font-weight: 700; }
    .book-collection .column-item .book-availabilaty {
      font-size: 16px; }
      .book-collection .column-item .book-availabilaty .item-availability {
        margin-bottom: 5px; }
    .book-collection .column-item .button {
      width: auto;
      padding: 10px 10px;
      position: absolute;
      line-height: 25px;
      margin-top: 15px; }
  .book-collection .block-listing {
    margin-bottom: 0; }
    .book-collection .block-listing .item {
      display: block; }

#bwwpp-reading-lists-blocks .book-collection {
  margin-bottom: 70px; }

.loading-cover {
  display: none; }

.recommandation-listing .item:nth-of-type(6n+1) {
  clear: left; }

@media (min-width: 992px) and (max-width: 1199px) {
  .book-collection .item {
    margin-right: 15px; }
  .book-collection.reading-list .item-image {
    height: 200px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .books-slider .item {
    margin-right: 33px; }

  .book-collection.book-editions .item:nth-child(4n+1) {
    clear: none; }
  .book-collection.reading-list .item-image {
    height: 220px; }
  .book-collection.reading-list.livres .item:nth-child(4n+1) {
    clear: none; }
  .book-collection.reading-list.livres .item:nth-child(3n+1) {
    clear: left; }
  .book-collection.reading-list.recommandation-listing .reading-list-title:after {
    display: block; }
  .book-collection.reading-list.recommandation-listing .reading-list-title span {
    background: #fff;
    padding-right: 30px; }
  .book-collection.autor-book-list .item:nth-of-type(6n+1) {
    clear: none; }
  .book-collection.autor-book-list .item:nth-of-type(4n+1) {
    clear: left; }
  .book-collection .column-item .item-data {
    padding-left: 15px;
    width: 66%; }

  .recommandation-listing .item:nth-of-type(6n+1) {
    clear: none; }
  .recommandation-listing .item:nth-of-type(4n+1) {
    clear: left; } }
@media (max-width: 767px) {
  .book-collection .container,
  .reading-list .container {
    margin-left: -50px;
    padding-right: 0; }
    .book-collection .container .section-title,
    .reading-list .container .section-title {
      margin-left: 50px;
      margin-right: 15px; }
  .book-collection.fullwidth,
  .reading-list.fullwidth {
    margin-bottom: 25px; }
  .book-collection.recommandation-listing .container,
  .reading-list.recommandation-listing .container {
    margin-left: auto;
    padding-right: 15px; }
    .book-collection.recommandation-listing .container .item,
    .reading-list.recommandation-listing .container .item {
      width: 100%;
      margin-bottom: 0px; }
  .book-collection.recommandation-listing.mobile-slider .container .item,
  .reading-list.recommandation-listing.mobile-slider .container .item {
    width: 210px; }
  .book-collection.autor-book-list .item:nth-of-type(4n+1), .book-collection.autor-book-list .item:nth-child(6n+1),
  .reading-list.autor-book-list .item:nth-of-type(4n+1),
  .reading-list.autor-book-list .item:nth-child(6n+1) {
    clear: none; }
  .book-collection.grey,
  .reading-list.grey {
    margin-bottom: 50px;
    padding: 40px 0 0px; }
    .book-collection.grey .section-title,
    .reading-list.grey .section-title {
      margin-bottom: 40px; }
    .book-collection.grey .slick-list:after,
    .reading-list.grey .slick-list:after {
      display: none; }
    .book-collection.grey .item-image img,
    .reading-list.grey .item-image img {
      box-shadow: 0px 4px 14.22px 3.78px rgba(0, 0, 0, 0.25); }
  .book-collection .section-title,
  .reading-list .section-title {
    margin-bottom: 25px; }
  .book-collection.boxed .item,
  .reading-list.boxed .item {
    margin-bottom: 25px; }
  .book-collection .item-editor,
  .reading-list .item-editor {
    font-size: 14px; }
  .book-collection .column-item .item-image,
  .reading-list .column-item .item-image {
    width: 50%;
    height: auto;
    float: none; }
  .book-collection .column-item .item-data,
  .reading-list .column-item .item-data {
    padding-left: 0;
    width: auto;
    float: none; }
  .book-collection .column-item .item-excerpt,
  .reading-list .column-item .item-excerpt {
    font-size: 15px;
    margin-bottom: 0; }
  .book-collection .column-item .book-price,
  .reading-list .column-item .book-price {
    margin-bottom: 0;
    font-size: 20px; }
  .book-collection .column-item .book-availabilaty,
  .reading-list .column-item .book-availabilaty {
    font-size: 14px;
    margin-bottom: 0; }
  .book-collection .column-item .book-additionals,
  .reading-list .column-item .book-additionals {
    display: block !important; }
  .book-collection .column-item .button,
  .reading-list .column-item .button {
    position: relative; }

  .book-collection.reading-list.recommandation-listing .reading-list-title:after {
    display: block; }
  .book-collection.reading-list.recommandation-listing .reading-list-title span {
    background: #fff;
    padding-right: 30px; }
  .book-collection.reading-list.recommandation-listing .item {
    margin-bottom: 0; }
  .book-collection.reading-list.book-editions {
    position: relative; }
    .book-collection.reading-list.book-editions .bwwpp-loading {
      position: relative;
      margin-bottom: 0; }
      .book-collection.reading-list.book-editions .bwwpp-loading .fa-spinner {
        display: block; }
      .book-collection.reading-list.book-editions .bwwpp-loading .loading-cover {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.6);
        height: 100%;
        width: 100%;
        z-index: 10; }
    .book-collection.reading-list.book-editions .fa-spinner {
      display: none;
      position: absolute;
      top: 12px;
      z-index: 20;
      left: 42%; }
    .book-collection.reading-list.book-editions .bwwpp-ajax-editions .dropdown-toggle.collapsed .fa::before {
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f078"; }
    .book-collection.reading-list.book-editions .bwwpp-ajax-editions-pager {
      margin-bottom: 20px; }
  .book-collection.reading-list .item-availability {
    margin-bottom: 0; }
  .book-collection.reading-list.livres .item:nth-child(4n+1) {
    clear: none; }
  .book-collection.reading-list.livres .item:nth-child(3n+1) {
    clear: none; }
  .book-collection.reading-list .item {
    width: 210px; }
    .book-collection.reading-list .item.column-item {
      margin-bottom: 60px; }
      .book-collection.reading-list .item.column-item:last-of-type {
        margin-bottom: 0; }
      .book-collection.reading-list .item.column-item .button {
        width: auto;
        margin-top: 15px; }
  .book-collection.reading-list .reading-list-title {
    text-align: center;
    margin-bottom: 30px; }
    .book-collection.reading-list .reading-list-title span {
      display: inline;
      background: none;
      padding: 0; }
    .book-collection.reading-list .reading-list-title:after {
      display: none; }
  .book-collection.reading-list.listing {
    margin-bottom: 35px; }
    .book-collection.reading-list.listing .item-data {
      padding-right: 0; }
  .book-collection.reading-list.event-list .reading-list-title {
    text-align: left; }
  .book-collection.reading-list.event-list .more {
    margin-bottom: 40px; }
  .book-collection.reading-list.autor-book-list .item {
    margin-bottom: 20px;
    display: block; }
    .book-collection.reading-list.autor-book-list .item:nth-of-type(6n+1) {
      clear: none; }
  .book-collection.reading-list .block-listing {
    display: block; }
    .book-collection.reading-list .block-listing .item {
      width: 100%;
      padding-bottom: 0;
      margin-bottom: 40px; }
    .book-collection.reading-list .block-listing .item-image {
      width: 110px;
      float: left;
      margin-right: 20px;
      height: auto; }
      .book-collection.reading-list .block-listing .item-image img {
        position: relative; }
    .book-collection.reading-list .block-listing .item-data {
      width: calc(100% - 150px);
      float: left; }
    .book-collection.reading-list .block-listing .item-excerpt {
      display: none; }

  .books-slider .item,
  .reading-list .item {
    margin-right: 25px; }
    .books-slider .item .button,
    .reading-list .item .button {
      width: 100%; }
  .books-slider .item-image,
  .reading-list .item-image {
    margin-bottom: 15px; }
  .books-slider .item-title,
  .reading-list .item-title {
    text-decoration: underline; }
    .books-slider .item-title a,
    .reading-list .item-title a {
      display: inline-block;
      width: 100%; }
  .books-slider .item-price,
  .reading-list .item-price {
    margin-bottom: 10px; }

  .book-lists {
    padding-top: 0; }

  .book-info {
    margin-top: 20px; }

  .editions-suplementaires {
    padding-top: 15px; }

  .recommandation-listing .item {
    margin-bottom: 0px; }
    .recommandation-listing .item:nth-of-type(6n+1) {
      clear: none; }
    .recommandation-listing .item:nth-of-type(4n+1) {
      clear: none; } }
.posts.related-articles .row {
  margin-bottom: 0; }
.posts .post-item:nth-child(3n+1) {
  clear: both; }
.posts .section-title {
  margin-bottom: 75px; }
.posts .post {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dedbed;
  position: relative;
  height: 100%;
  margin-bottom: 25px; }
  .posts .post label {
    color: #a38f8a;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
    color: 14px;
    text-transform: uppercase; }
  .posts .post .details.pin-icon {
    margin-bottom: 0; }
  .posts .post .details.contributor, .posts .post .details.press-name {
    margin-bottom: 0; }
  .posts .post.presse .description, .posts .post.presse p {
    font-weight: 400;
    margin-top: 15px; }
  .posts .post.presse .post-name {
    margin-bottom: 10px; }
.posts .post-image {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  height: 250px;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  position: relative; }
  .posts .post-image img {
    bottom: -100%;
    height: auto;
    left: -100%;
    margin: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: -100%;
    top: -100%;
    width: auto; }
.posts .post-data {
  padding: 0 30px 45px; }
.posts .post-name {
  font-family: "Volkhov", serif;
  color: #5b4ba3;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #5b4ba3;
  margin-bottom: 15px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .posts .post-name {
      font-size: 26px;
      line-height: 26px; } }
  @media (max-width: 767px) {
    .posts .post-name {
      font-size: 24px;
      line-height: 30px; } }
  .posts .post-name a {
    color: #5b4ba3; }
.posts .description, .posts p {
  margin-top: 10px;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 23px; }
.posts .button {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  padding: 10px;
  line-height: 23px;
  width: 235px;
  bottom: -25px;
  background: #fff; }
  .posts .button:hover, .posts .button:focus {
    background: #d15034; }

.archive-press-wrapper .posts .post-item {
  margin-bottom: 60px; }
.archive-press-wrapper .posts .post {
  margin-bottom: 25px; }

.empty-result {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  color: #5b4ba3; }

.post-archive {
  margin-top: 65px; }
  .post-archive .section-title {
    margin-bottom: 55px; }
  .post-archive .post-archive-content {
    position: relative; }
    .post-archive .post-archive-content .filter-loader {
      top: 0px; }
  .post-archive.oi-filter-loading .filter-loader {
    display: block;
    visibility: visible; }

.archive-press {
  position: relative; }
  .archive-press .filters .archive-press-filter-loader {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    display: none;
    color: #d15034;
    font-size: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 50px; }
  .archive-press .filters.oi-filter-loading .archive-press-filter-loader {
    display: block; }
  .archive-press .filters .fa {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute; }

.article .details,
.readings .details,
.presse .details {
  padding-left: 0; }
  .article .details a,
  .readings .details a,
  .presse .details a {
    display: inline;
    text-decoration: underline;
    font-weight: 700; }
    .article .details a:hover, .article .details a:focus,
    .readings .details a:hover,
    .readings .details a:focus,
    .presse .details a:hover,
    .presse .details a:focus {
      color: #d15034; }

.posts .post.article .post-name, .posts .post.readings .post-name {
  margin-bottom: 10px; }
.posts .post.article .details, .posts .post.readings .details {
  margin-bottom: 5px; }

.readings .button {
  padding: 10px 25px 10px 75px;
  width: 180px; }
  .readings .button .list {
    position: absolute;
    width: 50px;
    background-color: #d15034;
    color: #fff;
    border-radius: 3px 0 0 3px;
    left: 0;
    top: -1px;
    bottom: 0;
    font-size: 20px;
    background-image: url("images/spritesheet.svg");
    background-position: -103px -136px;
    background-size: 680px 540px;
    height: 45px;
    line-height: 45px; }
    .readings .button .list:before {
      margin-top: 13px;
      display: block; }
  .readings .button:hover .list {
    background-color: #fff;
    background-position: -52px -34px; }
  .readings .button:hover .fa {
    background: #fff;
    color: #d15034; }

.filters {
  margin-bottom: 80px;
  text-align: center; }
  .filters .from-filter {
    display: inline-block; }
    .filters .from-filter:first-of-type {
      margin-right: 15px; }
    .filters .from-filter > span {
      display: inline-block;
      color: #5b4ba3;
      text-transform: uppercase;
      font-size: 18px;
      font-family: "Volkhov", serif;
      font-weight: 700;
      margin-right: 15px; }
  .filters .filter-dropdown {
    display: inline-block;
    border: 1px solid #dedbed;
    border-radius: 5px;
    color: #5b4ba3;
    background: transparent;
    font-family: "Cabin", sans-serif;
    line-height: 40px;
    padding-right: 55px;
    height: 50px;
    position: relative; }
    .filters .filter-dropdown:focus {
      outline: none; }
    .filters .filter-dropdown input[type='text'] {
      border: none;
      line-height: 40px;
      z-index: 1;
      height: 100%;
      background: transparent;
      padding-left: 50px;
      width: 200px; }
      .filters .filter-dropdown input[type='text']::-webkit-input-placeholder {
        color: #5b4ba3;
        font-size: 18px; }
      .filters .filter-dropdown input[type='text']:-moz-placeholder {
        color: #5b4ba3;
        font-size: 18px; }
      .filters .filter-dropdown input[type='text']::-moz-placeholder {
        color: #5b4ba3;
        font-size: 18px; }
      .filters .filter-dropdown input[type='text']:-ms-input-placeholder {
        color: #5b4ba3;
        font-size: 18px; }
    .filters .filter-dropdown .icon-calendar {
      background: url("images/calendar-icon.png") no-repeat left center;
      background-size: 25px;
      position: absolute;
      left: 10px;
      height: 45px;
      width: 30px; }
    .filters .filter-dropdown .ui-datepicker-trigger {
      border: none;
      background: none;
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 50px; }
      .filters .filter-dropdown .ui-datepicker-trigger:focus, .filters .filter-dropdown .ui-datepicker-trigger:hover {
        outline: none; }
        .filters .filter-dropdown .ui-datepicker-trigger:focus:after, .filters .filter-dropdown .ui-datepicker-trigger:hover:after {
          background: #baa6a1; }
      .filters .filter-dropdown .ui-datepicker-trigger:after {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        content: '\f078';
        color: #fff;
        width: 50px;
        right: 0;
        top: 0;
        background: #d15034;
        padding: 17px 0;
        border-radius: 5px; }

.related-listing .contributor:last-of-type {
  margin-bottom: 0; }

.related-listing,
.author-of-month {
  margin-bottom: 100px; }
  .related-listing .col-sm-2,
  .author-of-month .col-sm-2 {
    padding-right: 0; }
  .related-listing .col-sm-8,
  .author-of-month .col-sm-8 {
    padding-left: 45px; }
  .related-listing .contributor-image-wrapper,
  .author-of-month .contributor-image-wrapper {
    display: block; }
    .related-listing .contributor-image-wrapper img,
    .author-of-month .contributor-image-wrapper img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      border: 2px solid #d15034; }
  .related-listing .button,
  .author-of-month .button {
    padding: 0 40px; }
  .related-listing .list-of-authors .button,
  .author-of-month .list-of-authors .button {
    padding: 0 15px;
    width: 100%;
    height: 47px;
    line-height: 39px; }
  .related-listing .list-of-authors .contributor-image-wrapper,
  .author-of-month .list-of-authors .contributor-image-wrapper {
    margin-bottom: 20px; }
    .related-listing .list-of-authors .contributor-image-wrapper img,
    .author-of-month .list-of-authors .contributor-image-wrapper img {
      vertical-align: middle; }
  .related-listing.author-of-month,
  .author-of-month.author-of-month {
    margin-bottom: 50px; }
    .related-listing.author-of-month .section-title,
    .author-of-month.author-of-month .section-title {
      margin-bottom: 60px; }
    .related-listing.author-of-month .contributor-image-wrapper img,
    .author-of-month.author-of-month .contributor-image-wrapper img {
      border-radius: 5px;
      border: 2px solid #d15034; }

.author-of-month .button {
  padding: 0 15px;
  width: 100%; }
.author-of-month .contributor-image-wrapper {
  margin-bottom: 15px; }

.author-reading-list .book-collection.reading-list .reading-list-title {
  text-align: left; }

.contributor-name {
  font-family: "Volkhov", serif;
  color: #5b4ba3;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px; }
  .contributor-name a {
    color: #5b4ba3; }
    .contributor-name a:hover, .contributor-name a:focus {
      color: #5b4ba3; }

.location, .contributor-description {
  font-size: 18px;
  color: #3d3d3d;
  font-weight: 400; }

.contributor-description {
  font-family: "Cabin", sans-serif;
  margin-bottom: 25px; }
  .contributor-description .link {
    margin-top: 15px; }

.contributor {
  margin-bottom: 60px; }
  .contributor .location {
    font-size: 16px; }
  .contributor a {
    color: #5b4ba3; }
    .contributor a.button {
      color: #d15034; }
      .contributor a.button:hover, .contributor a.button:focus {
        color: #fff; }
  .contributor .details {
    color: #3d3d3d;
    padding-left: 0;
    font-size: 16px;
    margin-bottom: 15px; }
    .contributor .details:before {
      display: none; }

.post-type-archive-kwdcon_contributor .contributors-post-listing .contributor-filters {
  width: 623px; }

.contributors-post-listing .section-title {
  margin-bottom: 35px; }
.contributors-post-listing .contributor {
  padding: 0 50px;
  text-align: center; }
  .contributors-post-listing .contributor:nth-child(4n+1) {
    clear: left; }
  .contributors-post-listing .contributor:hover a {
    text-decoration: none; }
  .contributors-post-listing .contributor:hover .contributor-name {
    color: #d15034; }
.contributors-post-listing .contributor-name, .contributors-post-listing .location {
  text-align: center;
  display: block; }
.contributors-post-listing .contributor-name {
  margin-bottom: 5px; }
.contributors-post-listing .contributor-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px; }
  .contributors-post-listing .contributor-image img {
    border: 3px solid #d15034;
    width: 100%;
    border-radius: 5px; }
.contributors-post-listing .selectric-wrapper {
  display: none; }
.contributors-post-listing.editeurs-listing .contributor {
  padding: 0 30px; }
  .contributors-post-listing.editeurs-listing .contributor:nth-child(4n+1) {
    clear: none; }
  .contributors-post-listing.editeurs-listing .contributor:nth-child(6n+1) {
    clear: left; }
.contributors-post-listing.editeurs-listing .contributor-name {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 28px; }
.contributors-post-listing.editeurs-listing .contributor-image {
  width: auto;
  height: 150px;
  overflow: hidden; }
  .contributors-post-listing.editeurs-listing .contributor-image img {
    border-radius: 0;
    border: none; }

.contributor-filters {
  padding: 10px 20px;
  border: 1px solid #dedbed;
  margin: 0 auto 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 570px;
  position: relative; }
  .contributor-filters span, .contributor-filters a {
    display: inline-block;
    font-family: "Cabin", sans-serif;
    color: #5b4ba3; }
  .contributor-filters span {
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 18px;
    letter-spacing: 0.5px;
    font-weight: 500; }
  .contributor-filters a {
    font-size: 18px;
    font-weight: 400; }
    .contributor-filters a:first-of-type {
      padding-right: 20px;
      margin-right: 15px;
      position: relative; }
      .contributor-filters a:first-of-type:after {
        content: '';
        position: absolute;
        width: 2px;
        background: #5b4ba3;
        top: 3px;
        bottom: 3px;
        right: 0; }
    .contributor-filters a:hover, .contributor-filters a.active {
      text-decoration: underline;
      color: #d15034; }

.no-block-type .post-data label {
  display: none;
  visibility: hidden; }

.page-template-archive-editeur .intro-section {
  margin-bottom: 0; }
  .page-template-archive-editeur .intro-section h1 {
    margin-bottom: 25px; }
.page-template-archive-editeur .contributor-filters {
  margin-top: 40px; }

.continent-filters {
  margin: auto;
  margin-top: -25px;
  text-align: center;
  position: relative; }
  .continent-filters .filter-btn {
    border: 2px solid #d15034;
    width: 200px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-family: "Cabin", sans-serif;
    color: #d15034;
    background: #fff;
    border-radius: 3px 0 0 3px;
    border-right: none;
    margin-right: -4px; }
    .continent-filters .filter-btn:last-of-type {
      border-radius: 0 3px 3px 0;
      border-right: 2px solid #d15034;
      margin-right: 0; }
    .continent-filters .filter-btn:hover, .continent-filters .filter-btn:focus, .continent-filters .filter-btn.active {
      color: #fff;
      background: #d15034;
      text-decoration: none; }

.filter-loader {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  display: none;
  color: #d15034;
  font-size: 20px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  top: 25px;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 50px; }
  .filter-loader .fa {
    line-height: 100%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    right: 50%;
    top: 50%; }

.contributors-post-listing.filter-loading {
  position: relative; }
  .contributors-post-listing.filter-loading .filter-loader {
    display: block; }
.contributors-post-listing .filter-spinner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute; }

@media (min-width: 992px) and (max-width: 1199px) {
  .contributors-post-listing .contributor {
    padding: 0 15px; }
  .contributors-post-listing.editeurs-listing .contributor:nth-child(4n+1) {
    clear: left; }
  .contributors-post-listing.editeurs-listing .contributor:nth-child(6n+1) {
    clear: none; }
  .contributors-post-listing.editeurs-listing .contributor-image {
    height: 200px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .posts .post-item:nth-child(3n+1) {
    clear: none; }
  .posts .post-item:nth-child(2n+1) {
    clear: left; }

  .contributors-post-listing .contributor {
    padding: 0 15px;
    margin-bottom: 100px; }
    .contributors-post-listing .contributor:nth-child(6n+1) {
      clear: none; }
    .contributors-post-listing .contributor:nth-child(4n+1) {
      clear: none; }
    .contributors-post-listing .contributor:nth-child(3n+1) {
      clear: left; }
  .contributors-post-listing.editeurs-listing .contributor-image {
    height: 250px; } }
@media (max-width: 767px) {
  .posts.related-articles .post-item {
    display: block;
    margin-bottom: 40px; }
  .posts .section-title {
    margin-bottom: 30px; }
  .posts .post {
    margin-bottom: 35px; }
  .posts .post-image {
    margin-bottom: 15px;
    max-height: none; }
  .posts .post-name {
    font-family: "Volkhov", serif;
    color: #5b4ba3;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #5b4ba3;
    margin-bottom: 10px; } }
  @media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .posts .post-name {
      font-size: 26px;
      line-height: 26px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .posts .post-name {
      font-size: 24px;
      line-height: 30px; } }
@media (max-width: 767px) {
    .posts .post-name a {
      color: #5b4ba3; }
  .posts .details.pin-icon {
    margin-bottom: 30px; }
  .posts .post-data {
    padding-bottom: 30px; }

  .readings .button {
    line-height: 40px;
    padding: 0 25px 0 75px; }
    .readings .button .list {
      height: 43px;
      line-height: 43px; }
    .readings .button .fa {
      width: 45px; }
      .readings .button .fa:before {
        margin-top: 11px; }

  .filters {
    margin-bottom: 40px;
    text-align: left; }
    .filters .from-filter {
      margin-bottom: 25px;
      display: block;
      width: 100%; }
      .filters .from-filter > span {
        width: 25px;
        font-size: 15px; }
    .filters .filter-dropdown {
      width: calc(100% - 50px);
      text-align: left;
      font-size: 16px; }
      .filters .filter-dropdown .open-calendar {
        text-align: center; }

  .related-listing,
  .author-of-month {
    text-align: center;
    margin-bottom: 50px; }
    .related-listing .contributor-image-wrapper,
    .author-of-month .contributor-image-wrapper {
      margin: 0 auto 25px;
      width: 50%; }
    .related-listing.author-of-month,
    .author-of-month.author-of-month {
      margin-bottom: 30px; }
      .related-listing.author-of-month .section-title,
      .author-of-month.author-of-month .section-title {
        margin-bottom: 30px; }
      .related-listing.author-of-month .location-icon,
      .author-of-month.author-of-month .location-icon {
        display: inline-block !important; }
      .related-listing.author-of-month .contributor,
      .author-of-month.author-of-month .contributor {
        padding-right: 0; }
        .related-listing.author-of-month .contributor .contributor-image-wrapper,
        .author-of-month.author-of-month .contributor .contributor-image-wrapper {
          width: 50%;
          margin: 0 auto 25px; }
        .related-listing.author-of-month .contributor .location,
        .author-of-month.author-of-month .contributor .location {
          margin-bottom: 10px; }
      .related-listing.author-of-month .contributor-description,
      .author-of-month.author-of-month .contributor-description {
        display: block !important;
        margin-bottom: 30px; }
    .related-listing .list-of-authors .button,
    .author-of-month .list-of-authors .button {
      width: 50%; }
    .related-listing .button,
    .author-of-month .button {
      padding: 0 10px;
      margin-top: 10px;
      width: 50%; }

  .author-of-month .button {
    margin: 0 auto; }

  .contributor-name {
    text-align: center;
    font-size: 22px;
    line-height: 26px; }

  .location {
    font-size: 15px;
    margin-bottom: 20px; }

  .contributor {
    margin-bottom: 0;
    padding-bottom: 5px; }
    .contributor.slick-slide {
      width: 250px;
      padding-left: 55px; }
      .contributor.slick-slide .contributor-image-wrapper {
        width: 90%; }
      .contributor.slick-slide .button {
        width: 90%; }
    .contributor .details {
      font-size: 15px; }
      .contributor .details:before {
        display: none; }

  .contributors-post-listing {
    margin-top: 25px; }
    .contributors-post-listing .slick-track {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    .contributors-post-listing .section-title {
      margin-bottom: 20px; }
    .contributors-post-listing .contributor {
      position: relative;
      padding: 0 20px;
      margin-bottom: 40px;
      height: auto; }
      .contributors-post-listing .contributor .button {
        margin-bottom: 0;
        width: 50%;
        margin: 0 auto; }
      .contributors-post-listing .contributor .location {
        font-size: 15px; }
      .contributors-post-listing .contributor:nth-child(5n) {
        clear: none; }
      .contributors-post-listing .contributor:nth-child(4n) {
        clear: none; }
    .contributors-post-listing .contributor-image {
      width: 50%;
      margin: 0 auto;
      margin-bottom: 10px; }
    .contributors-post-listing .selectric-wrapper {
      display: block;
      margin-bottom: 50px; }
    .contributors-post-listing .contributor-name {
      margin-bottom: 15px; }
    .contributors-post-listing .button {
      line-height: 40px;
      margin-bottom: 50px; }
    .contributors-post-listing.editeurs-listing .contributor-name {
      text-decoration: underline; }
    .contributors-post-listing.editeurs-listing .contributor-image {
      width: 70%;
      height: auto;
      margin: 0 auto 10px; }
    .contributors-post-listing.editeurs-listing .filter-loader {
      top: 150px; }

  .post-archive {
    margin-top: 30px; }
    .post-archive .section-title {
      margin-bottom: 25px; }

  .page-template-archive-editeur .intro-section {
    padding-bottom: 140px;
    padding-top: 30px; }

  .continent-filters {
    width: 100%;
    margin-top: -125px;
    margin-bottom: 10px; }
    .continent-filters .filter-btn {
      border: 2px solid #d15034;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      width: 100%;
      float: none;
      margin-bottom: 25px; }
      .continent-filters .filter-btn:last-of-type {
        border: 2px solid #d15034; } }
.events .event-grid-item:nth-child(3n+1) {
  clear: both; }
.events .section-title {
  margin-bottom: 55px; }
.events.past-events {
  margin-top: 0px; }

.past-events .section-title {
  margin-bottom: 45px; }
.past-events .posts .post {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 5px; }

.kwdec-events-list .events-list-load-more {
  border: none;
  margin-bottom: 60px; }
  .kwdec-events-list .events-list-load-more .events-list-load-more-spinner {
    background: rgba(204, 204, 204, 0.3);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
    .kwdec-events-list .events-list-load-more .events-list-load-more-spinner .fa {
      color: #d15034;
      font-size: 25px;
      line-height: 48px;
      float: right;
      margin-right: 20px; }

.event-image {
  height: 350px;
  background-size: cover;
  background-position: center;
  position: relative; }

.event-data {
  position: relative;
  width: calc(83.33333333% + 60px);
  margin: auto;
  margin-bottom: 70px; }

.intro-section.top-title {
  margin-top: -90px;
  padding: 30px 40px;
  border-radius: 5px 5px 0 0;
  z-index: 1;
  margin-bottom: 0; }
  .intro-section.top-title h1, .intro-section.top-title p {
    text-align: left; }
  .intro-section.top-title h1 {
    margin-bottom: 5px; }

.top-title h1 {
  margin-bottom: 5px; }

.event-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 20px 0;
  background: #f4f2ef;
  margin-bottom: 25px;
  overflow: hidden;
  font-size: 15px;
  font-family: "Volkhov", serif;
  color: #5b4ba3;
  font-weight: 700;
  border-radius: 0 0 5px 5px; }
  .event-info .info-block {
    float: left;
    width: 40%;
    border-right: 1px solid #baa6a1;
    padding-left: 40px;
    padding-right: 10px; }
  .event-info .social-event {
    float: left;
    width: 20%;
    padding-right: 10px;
    padding-left: 40px; }
  .event-info a {
    text-decoration: underline;
    color: #5b4ba3;
    margin-left: 40px; }
    .event-info a:hover, .event-info a:focus {
      text-decoration: none;
      color: #d15034; }
  .event-info .fa {
    display: block;
    font-size: 25px;
    color: #5b4ba3;
    text-decoration: none;
    margin-left: 0; }
    .event-info .fa:hover {
      color: #9d93c8;
      text-decoration: none; }
  .event-info .details {
    font-weight: 700;
    padding-left: 40px; }
    .event-info .details.pin-icon, .event-info .details:last-child {
      margin-bottom: 0; }

.event-text {
  padding: 0 70px;
  font-family: "Cabin", sans-serif;
  color: #272727;
  font-size: 18px;
  margin-bottom: 30px; }
  .event-text > p {
    margin-bottom: 30px; }

.event-program {
  padding-left: 30px;
  padding-right: 30px; }
  .event-program .program-block {
    border-left: 2px solid #dedbed;
    padding-left: 20px;
    margin-bottom: 30px; }
  .event-program h3 {
    font-family: "Volkhov", serif;
    color: #5b4ba3;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px; }
    .event-program h3 time {
      font-weight: 700;
      font-family: "Cabin", sans-serif !important;
      font-size: 16px; }
    .event-program h3 i {
      margin-right: 10px; }
  .event-program span {
    color: #5b4ba3;
    display: block;
    margin-bottom: 5px; }
  .event-program p {
    font-family: "Volkhov", serif;
    font-size: 15px;
    font-style: italic; }

.event-note {
  width: 50%;
  border: 1px solid #dedbed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 30px;
  font-size: 15px; }
  .event-note a, .event-note span {
    color: #272727;
    text-decoration: underline;
    display: inline; }
  .event-note.kwdec-event-venue span, .event-note.kwdec-event-dates span {
    text-decoration: none; }
  .event-note p {
    margin: 0px; }

.event-gallery {
  margin-bottom: 100px; }
  .event-gallery .section-title {
    margin-bottom: 45px; }

.events-list-content .event-grid-item {
  margin-bottom: 60px; }

@media (min-width: 768px) and (max-width: 991px) {
  .events .event-grid-item:nth-child(3n+1) {
    clear: none; }
  .events .event-grid-item:nth-child(2n+1) {
    clear: left; }

  .event-text {
    padding: 0 30px; }

  .event-info .info-block:nth-child(2) {
    padding-left: 25px;
    width: 33%; }
  .event-info .social-event {
    width: 25%;
    padding-left: 25px; } }
@media (max-width: 767px) {
  .kwdec-events-list .events-list-load-more {
    margin-bottom: 0px; }

  .events {
    margin-top: 30px; }
    .events .section-title {
      margin-bottom: 25px; }

  .past-events .section-title {
    margin-bottom: 30px; }

  .event-image {
    height: 320px; }

  .event-data {
    width: auto;
    margin-top: -2px;
    margin-bottom: 0; }

  .intro-section.top-title {
    margin-top: 0;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0;
    padding: 20px; }
    .intro-section.top-title h1 {
      padding: 0; }
  .intro-section .subtitle {
    font-size: 16px; }

  .event-info {
    display: block;
    border-radius: 0;
    margin-right: -15px;
    margin-left: -15px;
    padding: 10px 20px 25px;
    margin-bottom: 30px; }
    .event-info .info-block {
      width: 100%;
      float: none;
      border: none;
      padding: 11px 0;
      border-bottom: 1px solid #d0cee4; }
      .event-info .info-block:nth-child(2) {
        border: none;
        margin-bottom: 15px; }
    .event-info .details {
      padding-left: 50px; }
    .event-info a {
      margin-left: 50px;
      font-size: 14px; }
    .event-info .social-event {
      border: 2px solid #5b4ba3;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      width: 100%;
      font-weight: 700;
      padding: 0; }
      .event-info .social-event span {
        color: #5b4ba3;
        text-align: center;
        display: block;
        float: left;
        line-height: 40px;
        width: 50%;
        border-right: 2px solid #5b4ba3;
        font-size: 14px; }
      .event-info .social-event .fa {
        display: block;
        font-size: 25px;
        color: #5b4ba3;
        text-decoration: none;
        margin-left: 0;
        width: 50%;
        float: left;
        line-height: 40px;
        text-align: center;
        font-size: 20px; }
        .event-info .social-event .fa:hover, .event-info .social-event .fa:focus {
          text-decoration: none;
          background: #5b4ba3;
          color: #fff; }
        .event-info .social-event .fa:before {
          content: '\f09a'; }

  .event-text {
    padding: 0; }
    .event-text > p {
      font-size: 15px;
      margin-bottom: 35px; }

  .event-program {
    padding-left: 0;
    border: 1px solid #dedbed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 20px;
    margin-bottom: 25px; }
    .event-program .dropdown-toggle {
      padding: 0; }
      .event-program .dropdown-toggle.collapsed .fa::before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f078"; }
    .event-program .program-block {
      padding: 0;
      border: none;
      margin-bottom: 20px; }
    .event-program h3 time {
      display: block;
      font-size: 14px; }
    .event-program span {
      font-size: 16px; }
    .event-program p {
      font-size: 14px; }

  .event-note {
    width: auto; }

  .slider-container.events-slider {
    width: auto; }

  .event-gallery {
    margin-bottom: 75px; }
    .event-gallery .section-title {
      margin-bottom: 20px; }

  .events-slider {
    position: relative; }
    .events-slider .slick-pager {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      display: block;
      position: absolute;
      bottom: -40px;
      font-family: "Cabin", sans-serif;
      font-size: 16px;
      color: #3d3d3d;
      letter-spacing: 1px; }
      .events-slider .slick-pager i {
        color: #878787;
        font-style: normal; }

  .events-list-content .event-grid-item {
    margin-bottom: 25px; } }
.intro-section {
  background-image: url("images/pattern_header.png");
  background-repeat: repeat;
  background-color: #baa6a1;
  padding: 60px 0;
  margin-bottom: 80px;
  background-size: 145.5px 145.4px;
  position: relative; }
  .intro-section.no-margin {
    margin-bottom: 0px; }
  .intro-section h1 {
    font-weight: 400; }
  .intro-section .subtitle {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-bottom: 0;
    font-family: "Volkhov", serif;
    font-weight: 400;
    line-height: 1.7; }
    .intro-section .subtitle p {
      color: #fff;
      font-weight: 400;
      font-family: "Volkhov", serif;
      font-size: inherit;
      line-height: inherit; }
  .intro-section .location-icon {
    margin-bottom: 0;
    background-position: -98px -164px;
    height: 21px; }
  .intro-section.single {
    padding: 100px 0 60px;
    margin-bottom: 40px; }
    .intro-section.single.single-contributor {
      padding: 75px 0 15px; }
      .intro-section.single.single-contributor h1 {
        margin-bottom: 5px; }
    .intro-section.single h1 {
      text-align: left;
      padding-left: 35px; }
    .intro-section.single span {
      text-align: left;
      font-weight: 700;
      font-family: "Volkhov", serif;
      color: #272727;
      font-size: 22px;
      padding-left: 35px; }
      .intro-section.single span.details {
        font-weight: 400; }
    .intro-section.single .book-title h1 {
      margin-bottom: 15px; }
    .intro-section.single a {
      color: #272727;
      text-decoration: underline; }
    .intro-section.single .page-head h1 {
      margin-bottom: 0; }
    .intro-section.single .page-type {
      font-family: "Cabin", sans-serif;
      text-transform: uppercase;
      font-size: 18px;
      position: relative;
      padding-right: 26px;
      padding-left: 85px;
      display: inline-block;
      position: relative;
      height: 40px;
      line-height: 40px; }
      .intro-section.single .page-type:before {
        content: '';
        display: block;
        background-image: url("images/spritesheet.svg");
        background-size: 680px 540px;
        position: absolute;
        left: 35px;
        width: 40px;
        height: 30px; }
      .intro-section.single .page-type.liste-de-lecture {
        padding-left: 75px; }
        .intro-section.single .page-type.liste-de-lecture:before {
          background-position: -110px -78px;
          width: 30px;
          height: 40px;
          top: -3px;
          background-size: 650px 516px; }
      .intro-section.single .page-type.collection:before {
        background-position: -160px -92px;
        top: -2px; }
      .intro-section.single .page-type.recommandation {
        padding-left: 80px; }
        .intro-section.single .page-type.recommandation:before {
          background-size: 900px 715px;
          background-position: -85px -112px;
          height: 50px;
          top: -7px; }
    .intro-section.single .book-number {
      color: #fff;
      text-decoration: none; }
  .intro-section.single-book {
    padding: 70px 0 35px; }
  .intro-section.coups-de-coeur {
    margin-bottom: 70px; }
    .intro-section.coups-de-coeur h1 {
      width: 45%;
      margin: auto; }
  .intro-section .jeuness-bird {
    width: 40%;
    height: 100%;
    background: url("images/bird.png") no-repeat bottom;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    z-index: 0; }
  .intro-section.green {
    background-color: #9dc140; }
    .intro-section.green h1 {
      margin-bottom: 30px; }
    .intro-section.green .container {
      position: relative;
      z-index: 2; }
  .intro-section.small-intro {
    padding: 50px 0 60px 0; }
  .intro-section.purple {
    padding-bottom: 70px;
    background-color: #5b4ba3; }
    .intro-section.purple h1 {
      margin-bottom: 30px; }
    .intro-section.purple .section-title {
      color: #fff;
      margin-bottom: 40px; }
      .intro-section.purple .section-title:before, .intro-section.purple .section-title:after {
        background-image: url("images/title-bg-white.png"); }
      .intro-section.purple .section-title span {
        background: #5b4ba3; }
    .intro-section.purple .subtitle p {
      text-align: center;
      color: #fff;
      font-family: "Volkhov", serif;
      font-size: 22px;
      font-weight: 400;
      line-height: 30px; }

.book-number {
  display: inline-block;
  padding: 5px 20px;
  background: #5b4ba3;
  color: #fff !important;
  font-family: "Cabin", sans-serif;
  font-size: 18px;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none !important; }

.data-section {
  margin-bottom: 30px; }

.book-info .book-image-wrapper {
  margin-top: -217px;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  min-height: 200px; }
  .book-info .book-image-wrapper img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0px 4px 14.22px 3.78px rgba(0, 0, 0, 0.25); }

.single-contributor-info .contributor-image-wrapper img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #d15034; }
.single-contributor-info .contributor-image-wrapper.librairie img {
  border: none;
  border-radius: 0; }

.single-info .single-image-wrapper {
  margin-top: -185px;
  width: 100%;
  margin-bottom: 30px;
  min-height: 100px; }
  .single-info .single-image-wrapper img {
    max-width: 100%; }

.book-resume {
  margin-bottom: 100px; }
  .book-resume.recommendation-text {
    margin-bottom: 60px; }
  .book-resume p:first-of-type {
    padding-top: 33px;
    border-top: 1px solid #dedbed; }

.book-resume,
.single-description {
  padding-left: 35px;
  padding-right: 35px; }
  .book-resume p,
  .single-description p {
    color: #3d3d3d;
    font-size: 17px; }
  .book-resume .recommender,
  .single-description .recommender {
    padding-left: 0; }
  .book-resume iframe,
  .book-resume img,
  .single-description iframe,
  .single-description img {
    display: block;
    margin: 10px 0;
    width: 100%; }

.single-description .publishing-house-block img {
  margin: 0;
  width: 100%;
  vertical-align: middle;
  border-radius: 100%;
  height: auto; }
.single-description .publishing-house-block .img-cont {
  padding: 0 5px 0 15px; }
.single-description .publishing-house-block .pattern {
  height: 15px;
  background: url("images/publishing-house-pattern.png") no-repeat center center;
  background-size: 100%;
  margin: 35px 0; }
.single-description .publishing-house-block .top-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 35px; }
  .single-description .publishing-house-block .top-wrapper span {
    display: block; }
.single-description .publishing-house-block .title-wrapper {
  font-family: "Volkhov", serif;
  color: #5b4ba3;
  font-weight: 700;
  color: #3d3d3d;
  font-size: 22px;
  padding-left: 30px; }
.single-description .publishing-house-block .title {
  color: #d15034;
  font-size: 22px; }
.single-description .publishing-house-block p {
  margin-bottom: 20px; }

.book-sidebar-section,
.sidebar-section {
  padding-bottom: 20px;
  border-bottom: 1px solid #dedbed;
  margin-bottom: 30px; }
  .book-sidebar-section:last-of-type,
  .sidebar-section:last-of-type {
    border: none; }
  .book-sidebar-section span, .book-sidebar-section .cat,
  .sidebar-section span,
  .sidebar-section .cat {
    font-size: 16px;
    font-weight: 700;
    font-family: "Cabin", sans-serif; }
  .book-sidebar-section span,
  .sidebar-section span {
    color: #5b4ba3;
    margin-bottom: 10px;
    display: block; }
  .book-sidebar-section .cat,
  .sidebar-section .cat {
    color: #d15034;
    border: 1px solid #dedbed;
    padding: 3px 10px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px; }
  .book-sidebar-section .fa,
  .sidebar-section .fa {
    background-color: #5b4ba3;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 25px;
    line-height: 26px;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 25px;
    padding: 0px 2px; }
    .book-sidebar-section .fa:hover, .book-sidebar-section .fa:focus,
    .sidebar-section .fa:hover,
    .sidebar-section .fa:focus {
      text-decoration: none;
      background-color: #9d93c8; }

.book-sidebar-section .cat {
  text-align: left; }

.book-availabilaty {
  font-size: 16px;
  color: #01ca22;
  text-transform: uppercase;
  font-weight: 400; }
  .book-availabilaty .oi-unavailable {
    color: #d15034; }

.book-price {
  color: #d15034;
  font-size: 28px;
  display: block;
  margin-bottom: 20px; }

.specifications .book-additionals {
  border-bottom: 1px solid #dedbed; }
  .specifications .book-additionals.no-border {
    border-bottom: none; }

.oi-layout-widget .book-additionals {
  border-bottom: none; }
.oi-layout-widget.external-link .book-addtocart {
  position: relative;
  bottom: auto; }
  .oi-layout-widget.external-link .book-addtocart .button {
    margin-bottom: 20px;
    width: 100%; }

.book-info .book-technical-specs {
  padding-top: 25px; }

.book-technical-specs {
  border: 1px solid #dedbed;
  border-radius: 5px;
  padding: 0 25px;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  margin-bottom: 45px; }
  .book-technical-specs .oi-layout-widget .book-additionals {
    padding: 0px 0px 25px 0px;
    margin-bottom: 0px; }
  .book-technical-specs .book-additionals {
    padding: 25px 0;
    position: relative;
    margin-bottom: 25px; }
    .book-technical-specs .book-additionals.collection {
      border-bottom: none;
      margin-bottom: 0; }
    .book-technical-specs .book-additionals.border {
      border: 1px solid #dedbed; }
  .book-technical-specs .book-addtocart {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -25px; }
  .book-technical-specs .button {
    padding: 0 40px;
    background: #fff;
    background: #d15034;
    color: #fff; }
    .book-technical-specs .button:hover, .book-technical-specs .button:focus {
      background: #fff;
      color: #d15034;
      border-color: #d15034; }
  .book-technical-specs h3 {
    font-family: "Volkhov", serif;
    color: #5b4ba3;
    font-weight: 700;
    font-size: 26px;
    margin-top: 0px; }

.book-additionals.non-mobile {
  padding-left: 35px; }
  .book-additionals.non-mobile .book-additional {
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
    margin-bottom: 10px;
    width: 100%; }
  .book-additionals.non-mobile .book-additionals {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    margin-bottom: 15px; }

.book-additional {
  font-family: "Cabin", sans-serif;
  margin-bottom: 5px; }
  .book-additional.author {
    margin-bottom: 0; }
  .book-additional a {
    color: #5b4ba3;
    text-decoration: underline; }
  .book-additional:last-of-type {
    margin-bottom: 0; }
  .book-additional dt, .book-additional dd {
    display: inline;
    font-size: 14px;
    font-weight: 500; }
  .book-additional dt {
    text-transform: uppercase;
    color: #3d3d3d;
    margin-right: 8px;
    float: left; }
  .book-additional dd {
    color: #5b4ba3; }

.bookwitty-checkout {
  background: url("images/bookwitty-checkout.png") no-repeat center center;
  width: 215px;
  height: 40px;
  background-size: contain;
  margin: auto; }

.book-posts {
  margin-bottom: 45px; }
  .book-posts .section-title {
    margin-bottom: 60px; }
  .book-posts .more {
    margin-bottom: 50px; }

.dropdown-toggle {
  border-radius: 5px;
  border: none;
  width: 100%;
  color: #5b4ba3;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  line-height: 50px;
  position: relative;
  padding: 0 25px;
  background: #fff; }
  .dropdown-toggle .fa {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    right: 15px;
    float: right;
    color: #5b4ba3; }

.recommender {
  margin-bottom: 35px;
  padding-left: 35px; }
  .recommender .recommender-image {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    vertical-align: top; }
    .recommender .recommender-image img {
      border: 2px solid #d15034;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
  .recommender .recommender-info {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: calc(100% - 90px); }
    .recommender .recommender-info p {
      font-size: 15px;
      color: #666666;
      font-family: "Cabin", sans-serif;
      font-weight: 500;
      margin-bottom: 5px; }
    .recommender .recommender-info .link {
      display: inline-block; }

.event-list .more {
  margin-bottom: 55px; }

.related-collection .book-number {
  margin-bottom: 10px;
  padding: 2px 10px; }
.related-collection .contributor-image-wrapper img {
  border-radius: 0;
  border: none;
  box-shadow: 0px 0px 50px 7px rgba(0, 0, 0, 0.1); }
.related-collection .contributor {
  border-bottom: 1px solid #dedbed;
  padding-bottom: 60px; }
  .related-collection .contributor:last-of-type {
    border-bottom: none; }
.related-collection .more {
  margin-bottom: 0; }

.publishing-house-block .img-cont {
  max-width: 160px;
  max-height: 160px; }

.single-editeur .book-collection .item {
  margin-right: 0;
  margin-bottom: 15px; }
  .single-editeur .book-collection .item:nth-child(6n+7) {
    clear: left; }

.single-auteur .follow-links-wrapper .fa,
.single-auteur .follow-links .fa {
  border-radius: 100%;
  float: left;
  margin-bottom: 10px; }
  .single-auteur .follow-links-wrapper .fa.bookwitty-icon,
  .single-auteur .follow-links .fa.bookwitty-icon {
    background-image: url("images/bookwitty-icon.png");
    background-size: 14px 15px;
    background-position: 50% 50%;
    background-repeat: no-repeat; }

@media (min-width: 992px) and (max-width: 1199px) {
  .intro-section.single {
    padding: 70px 0 40px; }

  .book-technical-specs h3 {
    font-size: 21px; }
  .book-technical-specs .button {
    padding: 0 10px; }

  .bookwitty-checkout {
    width: 180px; }

  .book-info .book-image-wrapper {
    margin-top: -145px; }

  .single-contributor-info .contributor-image-wrapper {
    margin-top: -185px; }

  .book-resume {
    margin-bottom: 50px; } }
.list-of-authors {
  margin: 0; }
  .list-of-authors .contributor {
    margin-bottom: 40px; }
    .list-of-authors .contributor:nth-child(2n+3) {
      clear: left; }
  .list-of-authors .left-cont {
    padding: 0 20px 0 0; }
  .list-of-authors .right-cont {
    padding: 0 70px 0 10px; }

@media (min-width: 768px) and (max-width: 991px) {
  .book-technical-specs h3 {
    font-size: 22px; }
  .book-technical-specs .button {
    padding: 0 10px; }

  .book-additionals.non-mobile {
    padding-left: 0; }
    .book-additionals.non-mobile .book-additionals {
      column-count: 1;
      -moz-column-count: 1;
      -webkit-column-count: 1; }

  .book-info .book-image-wrapper {
    margin-top: -190px; }

  .single-contributor-info .contributor-image-wrapper {
    height: 185px;
    margin-top: -160px; }
  .single-contributor-info .single-description {
    padding-left: 0;
    padding-right: 0; }

  .intro-section.single {
    padding: 25px 0; }
    .intro-section.single h1, .intro-section.single span {
      padding-left: 0; }
    .intro-section.single .top-title .pin-icon {
      margin-right: 15px; }

  .book-resume {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px; }

  .recommender {
    padding-left: 0; }

  .single-liste-de-lecture .intro-section.single h1 {
    padding-left: 35px; }
  .single-liste-de-lecture .recommender {
    padding-left: 35px; }

  .single-collection .single-description,
  .single-librairie .single-description {
    padding: 0; }

  .single-recommandation .intro-section .page-type,
  .single-collection .intro-section .page-type {
    padding-left: 55px; }
    .single-recommandation .intro-section .page-type.collection:before, .single-recommandation .intro-section .page-type.recommandation:before,
    .single-collection .intro-section .page-type.collection:before,
    .single-collection .intro-section .page-type.recommandation:before {
      left: 0; }

  .single-recommandation .intro-section .page-type {
    padding-left: 40px; }

  .single-description.contributor-description {
    padding: 0; }

  .single-info .single-image-wrapper {
    margin-top: -135px; }

  .single-editeur .book-collection .item:nth-child(6n+7) {
    clear: none; }
  .single-editeur .book-collection .item:nth-child(4n+5) {
    clear: left; } }
@media (max-width: 767px) {
  .single-image-wrapper.top-margin {
    margin-top: 20px; }

  .intro-section {
    padding: 25px 0;
    margin-bottom: 30px; }
    .intro-section .subtitle {
      font-size: 18px; }
    .intro-section h1 {
      margin-bottom: 10px; }
    .intro-section.single {
      padding: 25px 0 104px;
      margin-bottom: 0; }
      .intro-section.single span {
        font-size: 16px; }
      .intro-section.single.single-contributor {
        padding: 40px 0 10px; }
        .intro-section.single.single-contributor h1 {
          text-align: center;
          color: #5b4ba3;
          font-size: 22px;
          line-height: 26px;
          padding: 0px 15px; }
        .intro-section.single.single-contributor span {
          font-size: 15px;
          display: block;
          text-align: center; }
        .intro-section.single.single-contributor .pin-icon {
          margin-right: 5px; }
      .intro-section.single .page-type {
        padding-left: 50px;
        margin-bottom: 15px;
        padding-right: 16px; }
        .intro-section.single .page-type.liste-de-lecture {
          padding-left: 35px; }
        .intro-section.single .page-type:before {
          left: 0; }
      .intro-section.single .book-number {
        font-size: 12px; }
    .intro-section.coups-de-coeur {
      margin-bottom: 40px; }
      .intro-section.coups-de-coeur h1 {
        width: auto; }

  .book-info .book-image-wrapper {
    height: auto;
    margin-top: -100px; }
    .book-info .book-image-wrapper img {
      position: relative; }

  .book-availabilaty {
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 5px;
    display: block; }

  .book-price {
    font-size: 20px; }

  .book-actions {
    margin-bottom: 40px; }
    .book-actions .button {
      width: 100%;
      margin-bottom: 30px;
      color: #fff;
      background: #d15034; }
      .book-actions .button:hover, .book-actions .button:focus {
        color: #d15034;
        background: #fff; }
    .book-actions .recommender {
      margin-top: 30px;
      margin-bottom: 0; }

  .share-post {
    border: 2px solid #5b4ba3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    font-weight: 700; }
    .share-post.single-share {
      margin-bottom: 25px; }
    .share-post span, .share-post a {
      color: #5b4ba3;
      text-align: center;
      display: block;
      float: left;
      line-height: 40px; }
    .share-post span {
      width: 40%;
      font-size: 16px; }
    .share-post a {
      font-size: 20px;
      width: 30%; }
      .share-post a:first-of-type {
        border-left: 2px solid #5b4ba3;
        border-right: 2px solid #5b4ba3; }
      .share-post a:hover, .share-post a:focus {
        text-decoration: none;
        background: #5b4ba3;
        color: #fff;
        border-color: #5b4ba3; }
    .share-post .fa.fa-facebook-square:before, .share-post .fa.fa-facebook-official:before {
      content: '\f09a'; }
    .share-post .fa.fa-twitter-square:before {
      content: '\f099'; }
    .share-post .fa:hover {
      color: #fff; }

  .data-section {
    margin-bottom: 0; }

  .boxed {
    overflow: hidden;
    padding: 0 0 0 20px; }
    .boxed .dropdown-toggle {
      padding: 0; }
    .boxed.open .dropdown-toggle {
      margin-bottom: 20px; }

  .specifications,
  .book-resume,
  .boxed {
    border: 1px solid #dedbed;
    border-radius: 5px;
    margin-bottom: 25px; }

  .book-resume {
    padding-left: 0;
    padding-right: 0; }
    .book-resume p {
      font-size: 14px;
      padding: 10px 25px 25px; }
    .book-resume.recommendation-text {
      border: none; }
      .book-resume.recommendation-text p {
        display: block !important;
        padding: 0;
        border: none;
        visibility: visible !important; }
    .book-resume .dropdown-toggle.collapsed .fa::before {
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f078"; }

  .specifications .book-technical-specs {
    width: 100%;
    overflow: hidden;
    border: none;
    margin-bottom: 0;
    padding-top: 5px; }
  .specifications .book-additionals {
    padding: 0px;
    border-bottom: none; }
    .specifications .book-additionals .book-additional {
      margin-bottom: 10px; }
      .specifications .book-additionals .book-additional.author {
        padding-bottom: 0; }
  .specifications .dropdown-toggle.collapsed .fa::before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078"; }

  .intro-section.single h1 {
    padding-left: 0; }
  .intro-section.single span {
    padding-left: 0; }
  .intro-section.small-intro {
    padding-bottom: 40px; }
    .intro-section.small-intro .subtitle p {
      text-align: center; }

  .book-sidebar-section {
    padding: 0 0 0 5px;
    border: none; }
    .book-sidebar-section span {
      display: inline-block;
      margin-right: 30px; }
    .book-sidebar-section .cat {
      font-size: 13px; }

  .book-posts {
    margin-bottom: 0; }

  .top-title,
  .page-head {
    margin: 0 auto -200px;
    padding: 0; }
    .top-title .contributor-image-wrapper,
    .page-head .contributor-image-wrapper {
      margin-bottom: 15px; }
      .top-title .contributor-image-wrapper img,
      .page-head .contributor-image-wrapper img {
        border-radius: 5px;
        border: 3px solid #d15034; }
      .top-title .contributor-image-wrapper.librairie img,
      .page-head .contributor-image-wrapper.librairie img {
        border-radius: 0;
        border: none; }
    .top-title.single-page .contributor-image-wrapper,
    .page-head.single-page .contributor-image-wrapper {
      width: 50%;
      float: none;
      margin: auto;
      margin-bottom: 20px; }
    .top-title.page-head,
    .page-head.page-head {
      padding: 0 15px; }
      .top-title.page-head h1,
      .page-head.page-head h1 {
        margin-bottom: 20px; }

  .single-info {
    padding-top: 100px; }
    .single-info.no-image {
      padding-top: 30px; }
    .single-info.single-contributor-info {
      padding-top: 200px; }

  .single-librairie .single-contributor-info,
  .single-editeur .single-contributor-info {
    padding-top: 120px; }

  .single-editeur .book-collection .item {
    margin-right: 25px; }
    .single-editeur .book-collection .item:nth-child(6n+7) {
      clear: none; }

  .recommender {
    margin-bottom: 20px;
    padding-left: 0; }

  .single-description {
    padding: 0;
    margin-bottom: 35px; }
    .single-description p {
      font-size: 15px; }
    .single-description .publishing-house-block .pattern {
      margin: 25px 0; }
    .single-description .publishing-house-block .title-wrapper {
      padding-left: 15px; }
    .single-description .publishing-house-block .top-wrapper {
      margin-bottom: 25px; }

  .share-actions {
    margin-bottom: 50px; }

  .sidebar-section.categories {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0; }

  .related-collection .book-number {
    width: 85px;
    margin-bottom: 25px; }
  .related-collection .contributor-image-wrapper {
    width: 75%; }
    .related-collection .contributor-image-wrapper img {
      box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1); }
  .related-collection .contributor-name {
    text-align: left;
    margin-bottom: 15px; }
  .related-collection .col-sm-8 {
    padding-left: 15px;
    text-align: left; }
  .related-collection .contributor {
    padding-bottom: 45px;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0; }
    .related-collection .contributor .col-sm-4,
    .related-collection .contributor .col-sm-8 {
      padding-right: 0;
      padding-left: 0; }
  .related-collection .button {
    width: 100%; }

  .list-of-authors .contributor {
    padding: 0 0 0 55px;
    margin: 0 -15px; }
    .list-of-authors .contributor:nth-child(2n+3) {
      clear: none; }
  .list-of-authors .left-cont {
    padding: 0 15px; }
  .list-of-authors .right-cont {
    padding: 0 15px; }
  .list-of-authors .button {
    margin: 0 auto; }

  .mobile-categories {
    margin-bottom: 25px; }

  .single-auteur .follow-links {
    margin-top: -15px; }
  .single-auteur .follow-links-wrapper,
  .single-auteur .follow-links {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0; }
    .single-auteur .follow-links-wrapper span,
    .single-auteur .follow-links span {
      display: inline-block;
      float: none;
      line-height: 40px;
      font-size: 18px;
      font-weight: 700; }
    .single-auteur .follow-links-wrapper .fa,
    .single-auteur .follow-links .fa {
      float: none;
      height: 40px;
      width: 40px;
      line-height: 40px;
      font-size: 21px; }
      .single-auteur .follow-links-wrapper .fa.bookwitty-icon,
      .single-auteur .follow-links .fa.bookwitty-icon {
        position: relative;
        top: 22px;
        background-size: 16px 18px; }
      .single-auteur .follow-links-wrapper .fa.fa-google-plus,
      .single-auteur .follow-links .fa.fa-google-plus {
        font-size: 21px; } }
label {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  color: #272727;
  color: 14px;
  text-transform: uppercase; }

textarea {
  font-family: "Cabin", sans-serif;
  font-size: 15px;
  text-transform: none;
  color: #5b4ba3;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dedbed;
  height: 40px;
  padding: 0 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 250px;
  padding-top: 8px;
  padding-bottom: 8px; }

input[type="text"],
input[type="tel"],
input[type="email"] {
  font-family: "Cabin", sans-serif;
  font-size: 15px;
  text-transform: none;
  color: #5b4ba3;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dedbed;
  height: 40px;
  padding: 0 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus {
    border-color: #5b4ba3; }
  input[type="text"].wpcf7-not-valid,
  input[type="tel"].wpcf7-not-valid,
  input[type="email"].wpcf7-not-valid {
    border: 2px solid #d15034; }

.form-container {
  margin-bottom: 120px;
  position: relative; }
  .form-container .form-block {
    margin-bottom: 40px;
    position: relative; }
  .form-container .selectric {
    background: #fff; }
    .form-container .selectric .button {
      background: none;
      color: #5b4ba3;
      border-radius: 0;
      border: none; }
      .form-container .selectric .button:after {
        border-top-color: #5b4ba3; }
  .form-container .selectric-open .selectric,
  .form-container .selectric-hover .selectric {
    border-color: #5b4ba3; }
    .form-container .selectric-open .selectric .button:after,
    .form-container .selectric-hover .selectric .button:after {
      border-top-color: #5b4ba3; }
  .form-container .wpcf7-response-output {
    clear: both;
    margin: 0 15px;
    line-height: 45px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-family: "Cabin", sans-serif;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px; }
    .form-container .wpcf7-response-output:after {
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      position: absolute;
      right: 10px;
      width: 30px;
      height: 30px;
      font-size: 25px;
      top: 14px;
      bottom: 0; }
    .form-container .wpcf7-response-output.wpcf7-validation-errors {
      background: #f1cabb; }
      .form-container .wpcf7-response-output.wpcf7-validation-errors:after {
        content: '\f071';
        color: #d15034; }
    .form-container .wpcf7-response-output.wpcf7-mail-sent-ok {
      background: #dff0d8; }
      .form-container .wpcf7-response-output.wpcf7-mail-sent-ok:after {
        content: "\f00c";
        color: #9dc140; }
  .form-container .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -37px;
    color: #d15034;
    font-size: 16px;
    font-family: "Cabin", sans-serif;
    font-weight: 400;
    left: 0; }

.upload-file {
  width: calc(100% - 210px);
  float: right;
  text-align: right;
  margin-right: 80px; }
  .upload-file .wpcf7-form-control-wrap {
    display: block; }
  .upload-file .fileinputs {
    position: relative; }
    .upload-file .fileinputs .file {
      opacity: 0;
      position: relative;
      text-align: right;
      z-index: 2;
      width: 100%;
      cursor: pointer;
      height: 50px; }
    .upload-file .fileinputs:hover .fakefile .upload-btn {
      border: 2px solid #5b4ba3;
      color: #fff;
      background-color: #5b4ba3; }
    .upload-file .fileinputs:hover .fakefile .fa-upload,
    .upload-file .fileinputs:hover .fakefile .fa-close {
      background: #fff;
      color: #5b4ba3; }
    .upload-file .fileinputs:hover:after {
      display: none; }
  .upload-file .fakefile {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0; }
    .upload-file .fakefile .upload-btn {
      border: 2px solid #5b4ba3;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      background: none;
      line-height: 45px;
      position: relative;
      font-size: 18px;
      font-family: "Cabin", sans-serif;
      font-weight: 500;
      color: #5b4ba3;
      padding: 0 25px 0 70px;
      width: 300px;
      height: 48px;
      overflow: hidden; }
      .upload-file .fakefile .upload-btn:focus {
        outline: none; }
    .upload-file .fakefile .fa-close {
      z-index: 10; }
    .upload-file .fakefile .fa {
      position: absolute;
      left: 0;
      bottom: 0;
      top: -1px;
      height: 45px;
      width: 45px;
      background: #5b4ba3;
      color: #fff;
      font-size: 23px; }
      .upload-file .fakefile .fa:before {
        margin-top: 12px;
        display: block; }
  .upload-file span.wpcf7-not-valid-tip {
    position: relative;
    bottom: 0; }

.form-actions {
  padding: 50px 15px 0;
  margin-top: 35px;
  border-top: 1px solid #dedbed; }

.submit-btn {
  width: 130px;
  float: right;
  position: relative; }
  .submit-btn img {
    width: 20px;
    height: 20px;
    margin: auto;
    position: absolute;
    bottom: -10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
  .submit-btn input[type="submit"] {
    background: #d15034;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-family: "Cabin", sans-serif;
    font-weight: 500;
    text-align: center;
    width: 100%;
    line-height: 44px;
    float: right; }
    .submit-btn input[type="submit"]:hover, .submit-btn input[type="submit"]:focus {
      background: #e55739; }

@media (max-width: 767px) {
  .form-container {
    margin-top: 40px; }
    .form-container .form-block {
      margin-bottom: 35px; }
    .form-container .wpcf7-not-valid-tip {
      font-size: 12px; }
    .form-container .wpcf7-response-output {
      bottom: -100px;
      font-size: 14px;
      line-height: 25px; }
      .form-container .wpcf7-response-output:after {
        display: none; }

  .form-actions {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px; }

  .submit-btn {
    width: 100%;
    float: none; }

  .upload-file {
    margin-right: 0;
    float: none;
    width: 100%;
    text-align: left; }
    .upload-file .fakefile .upload-btn {
      width: 100%; }

  label {
    font-size: 13px; } }
.search-wrap {
  width: 70%;
  float: left; }

.search-form-container {
  text-align: left;
  position: relative;
  width: calc(100% - 20px); }

.bookwitty-search-page .search-field {
  font-family: "Cabin", sans-serif;
  font-size: 15px;
  text-transform: none;
  color: #5b4ba3;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dedbed;
  height: 40px;
  padding: 0 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.search-filter-section .article-sidebar-title {
  float: left;
  width: 100%;
  margin-bottom: 30px; }
.search-filter-section .checkbox, .search-filter-section .radio {
  margin-top: 0px;
  margin-bottom: 0px; }

#bwwpp-search-form #search {
  position: absolute;
  right: 15px;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0; }
  #bwwpp-search-form #search .fa {
    color: #5b4ba3;
    font-size: 18px;
    line-height: 40px; }
  #bwwpp-search-form #search:focus {
    outline: none; }
#bwwpp-search-form .language-filter {
  width: 30%;
  float: left; }
#bwwpp-search-form .selectric-bwwpp-select .selectric {
  height: 40px;
  line-height: 40px;
  background: #fff; }
  #bwwpp-search-form .selectric-bwwpp-select .selectric b {
    height: 40px;
    line-height: 40px;
    color: #5b4ba3; }

body:not(.bwwpp-not-responsive) #bwwpp-search-form .selectric-bwwpp-select {
  width: 100%;
  float: left; }
body:not(.bwwpp-not-responsive) #bwwpp-search-order {
  width: 22%;
  float: left; }
  body:not(.bwwpp-not-responsive) #bwwpp-search-order .bwwpp-label {
    display: none; }
  body:not(.bwwpp-not-responsive) #bwwpp-search-order .selectric-wrapper .selectric {
    border: 1px solid #dedbed; }

#bwwpp-search-results-info-pager {
  float: none;
  text-align: left;
  border-top: 3px solid #dedbed;
  overflow: hidden;
  padding: 20px 0; }
  #bwwpp-search-results-info-pager .showing {
    float: left;
    width: 35%;
    text-align: left;
    font-family: "Cabin", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #594d4a;
    text-transform: uppercase;
    line-height: 48px;
    height: 45px; }
  #bwwpp-search-results-info-pager .search-results-pager {
    width: 65%;
    float: left;
    border: none;
    min-height: 0;
    padding: 0; }
    #bwwpp-search-results-info-pager .search-results-pager.bottom-pager {
      width: 100%; }
      #bwwpp-search-results-info-pager .search-results-pager.bottom-pager .bwwpp-pagination {
        text-align: center; }

.search-filters-container {
  margin-bottom: 25px; }

.bwwpp-pagination {
  min-height: 0;
  line-height: 45px; }
  .bwwpp-pagination .pager-nav.disabled .fa {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; }
  .bwwpp-pagination .pager-nav .fa {
    border: none;
    height: auto;
    line-height: 30px;
    width: 25px;
    text-align: center;
    color: #5b4ba3 !important;
    font-size: 16px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .bwwpp-pagination .pager-nav .fa.fa-angle-double-left:before {
      content: "\f049"; }
    .bwwpp-pagination .pager-nav .fa.fa-angle-double-left:before {
      content: "\f049"; }
    .bwwpp-pagination .pager-nav .fa.fa-angle-double-right:before {
      content: "\f050"; }
    .bwwpp-pagination .pager-nav .fa.fa-angle-left:before {
      content: "\f048"; }
    .bwwpp-pagination .pager-nav .fa.fa-angle-right:before {
      content: "\f051"; }

body:not(.bwwpp-not-responsive) .bwwpp-pagination {
  text-align: right; }
  body:not(.bwwpp-not-responsive) .bwwpp-pagination .pager-nav {
    width: 25px;
    font-weight: bold;
    min-width: 0;
    line-height: 45px;
    height: 40px;
    margin: 0px; }
  body:not(.bwwpp-not-responsive) .bwwpp-pagination .elipses {
    display: none;
    visibility: hidden; }
  body:not(.bwwpp-not-responsive) .bwwpp-pagination .pager-page.pager-item {
    display: none;
    visibility: hidden; }
  body:not(.bwwpp-not-responsive) .bwwpp-pagination .pager-page.last {
    display: inline-block;
    visibility: visible;
    min-width: 0;
    height: auto;
    line-height: 40px;
    color: #5b4ba3 !important;
    font-family: "Cabin", sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-right: 15px; }
  body:not(.bwwpp-not-responsive) .bwwpp-pagination .pager-item.current {
    border: 1px solid #dedbed;
    border-radius: 4px;
    width: auto;
    padding: 0 5px;
    height: 40px;
    color: #5b4ba3;
    font-family: "Cabin", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    position: relative;
    margin-right: 40px;
    margin-left: 15px; }
    body:not(.bwwpp-not-responsive) .bwwpp-pagination .pager-item.current:after {
      content: "SUR";
      position: ABSOLUTE;
      right: -35px; }
  body:not(.bwwpp-not-responsive) .bwwpp-pagination .pager-item.current-last {
    margin-right: 15px; }
    body:not(.bwwpp-not-responsive) .bwwpp-pagination .pager-item.current-last:after {
      display: none; }

#bwwpp-books-search-results {
  padding-top: 50px;
  border-top: 1px solid #dedbed; }

body:not(.bwwpp-not-responsive) #bwwpp-search-form #bwwpp-search-order .bwwpp-order-wrapper .selectric-wrapper {
  width: 100%; }

#bwwpp-search-results-info-pager.bottom-pager {
  margin-bottom: 80px; }

#bwwpp-search-results .search-result {
  padding-bottom: 50px;
  border-bottom: 1px solid #dedbed;
  margin-bottom: 50px; }
  #bwwpp-search-results .search-result:last-of-type {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0px; }
#bwwpp-search-results .item-image-wrapper {
  width: 145px;
  margin-right: 40px;
  float: left; }
  #bwwpp-search-results .item-image-wrapper .item-image {
    height: auto; }
  #bwwpp-search-results .item-image-wrapper img {
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 14.22px 3.78px rgba(0, 0, 0, 0.25); }
#bwwpp-search-results .item-data {
  float: left;
  width: calc(100% - 185px); }
#bwwpp-search-results .item-language {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500; }
#bwwpp-search-results .item-title {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-top: 15px; }
#bwwpp-search-results .publisher {
  font-family: "Volkhov", serif;
  font-weight: 700;
  color: #3d3d3d;
  font-size: 16px;
  display: inline-block;
  margin-left: 10px; }
  #bwwpp-search-results .publisher a {
    color: #3d3d3d;
    text-decoration: underline; }
#bwwpp-search-results .item {
  padding: 0;
  margin-right: 0; }
#bwwpp-search-results .item-price,
#bwwpp-search-results .item-availability {
  display: inline-block; }
#bwwpp-search-results .item-price {
  position: relative;
  margin-right: 20px; }
  #bwwpp-search-results .item-price:after {
    content: '-';
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    color: #5b4ba3; }
#bwwpp-search-results .item-availability {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase; }
#bwwpp-search-results .oi-link {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #5b4ba3;
  display: block;
  text-decoration: underline; }
  #bwwpp-search-results .oi-link:hover, #bwwpp-search-results .oi-link:focus {
    color: #5b4ba3;
    text-decoration: none; }

.bwwpp-search-filters .filter-ietm {
  display: block;
  position: relative;
  margin-bottom: 10px;
  min-height: 20px; }

.bwwpp-loader {
  background: rgba(255, 255, 255, 0.5);
  color: #5b4ba3; }

.checkbox,
.radio {
  display: inline-block;
  position: relative; }
  .checkbox label,
  .radio label {
    padding-left: 0; }
  .checkbox input[type=checkbox],
  .checkbox input[type=radio],
  .radio input[type=checkbox],
  .radio input[type=radio] {
    display: none; }
    .checkbox input[type=checkbox] + span,
    .checkbox input[type=radio] + span,
    .radio input[type=checkbox] + span,
    .radio input[type=radio] + span {
      margin-bottom: 10px;
      line-height: 20px;
      display: block; }
      .checkbox input[type=checkbox] + span:before,
      .checkbox input[type=radio] + span:before,
      .radio input[type=checkbox] + span:before,
      .radio input[type=radio] + span:before {
        border: 1px solid #594d4a;
        content: "";
        display: block;
        height: 18px;
        width: 18px;
        position: absolute;
        left: 20px;
        top: 2px;
        margin-right: 10px; }
  .checkbox input[type=checkbox] + span:before,
  .radio input[type=checkbox] + span:before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .checkbox input[type=radio] + span:before,
  .radio input[type=radio] + span:before {
    border-radius: 100%; }
  .checkbox input[type=checkbox]:checked + span:before,
  .checkbox input[type=radio]:checked + span:before,
  .radio input[type=checkbox]:checked + span:before,
  .radio input[type=radio]:checked + span:before {
    background: #d15034;
    border-color: #d15034; }
  .checkbox input[type=checkbox]:checked + span:after,
  .checkbox input[type=radio]:checked + span:after,
  .radio input[type=checkbox]:checked + span:after,
  .radio input[type=radio]:checked + span:after {
    content: '\f00c';
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 11px;
    color: #fff;
    top: 0;
    left: 24px; }

.article-sidebar #bwwpp-search-filters {
  padding: 0; }
  .article-sidebar #bwwpp-search-filters .filter-item {
    min-height: 0;
    margin-bottom: 10px; }
  .article-sidebar #bwwpp-search-filters .filter-row {
    margin-bottom: 40px; }

.article-sidebar-title {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #594d4a;
  margin-bottom: 15px;
  text-transform: uppercase; }

.filter-label {
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #594d4a;
  margin-left: 20px;
  padding-right: 100px;
  padding-left: 25px; }

#bwwpp-search-results-info-pager.bottom-pager .search-results-pager {
  width: 100%;
  float: none; }
#bwwpp-search-results-info-pager.bottom-pager .bwwpp-pagination {
  text-align: center; }

#bwwpp-search-filters .checkbox input[type="checkbox"] + span::before,
#bwwpp-search-filters .checkbox input[type="radio"] + span::before,
#bwwpp-search-filters .radio input[type="checkbox"] + span::before,
#bwwpp-search-filters .radio input[type="radio"] + span::before {
  top: 1px; }
#bwwpp-search-filters .filter {
  display: block; }

@media (min-width: 992px) and (max-width: 1199px) {
  .filter-label {
    padding-right: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .filter-label {
    padding-right: 0px; } }
@media (max-width: 767px) {
  .search-filters-container {
    margin-bottom: 20px; }

  .search-wrap {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    .search-wrap .search-form-container {
      width: 100%; }

  #bwwpp-search-form {
    padding-top: 40px; }
    #bwwpp-search-form .language-filter {
      width: 100%;
      float: none;
      margin-bottom: 20px;
      overflow: hidden; }
    #bwwpp-search-form .selectric-bwwpp-select .selectric-items {
      position: relative; }
    #bwwpp-search-form .bwwpp-filters.oi-mobile-filters {
      margin-top: 0px; }
    #bwwpp-search-form .bwwpp-filters .bwwpp-filters-header {
      font-family: "Cabin", sans-serif;
      font-size: 14px;
      background-color: #a38f8a;
      background-image: url("images/pattern_header.png");
      background-repeat: repeat;
      background-size: 145.5px 145.4px;
      color: #fff;
      font-weight: normal; }
    #bwwpp-search-form .bwwpp-filters .bwwpp-filters-content .selectric-bwwpp-select .selectric {
      border: 1px solid #dedbed; }

  body:not(.bwwpp-not-responsive) #bwwpp-search-order {
    width: 100%;
    float: none; }
  body:not(.bwwpp-not-responsive) #bwwpp-search-form .selectric-bwwpp-select {
    margin-top: 0;
    width: 100%; }
  body:not(.bwwpp-not-responsive) .bwwpp-pagination {
    text-align: center; }
    body:not(.bwwpp-not-responsive) .bwwpp-pagination .pager-page.last {
      font-size: 12px; }
    body:not(.bwwpp-not-responsive) .bwwpp-pagination .pager-item.current {
      font-size: 12px;
      height: 35px;
      line-height: 35px; }
    body:not(.bwwpp-not-responsive) .bwwpp-pagination .pager-nav.pager-item-last {
      float: right; }
    body:not(.bwwpp-not-responsive) .bwwpp-pagination .pager-nav.pager-item-first {
      float: left; }

  #bwwpp-search-results-info-pager {
    padding: 25px 0; }
    #bwwpp-search-results-info-pager .showing {
      float: none;
      width: 100%;
      text-align: center;
      font-size: 16px;
      margin-bottom: 20px;
      line-height: 20px;
      height: auto; }
    #bwwpp-search-results-info-pager .search-results-pager {
      float: none;
      width: 100%;
      text-align: center;
      height: auto;
      line-height: 20px; }

  #bwwpp-search-results {
    margin-bottom: 50px; }
    #bwwpp-search-results .item-image-wrapper {
      width: 110px;
      margin-right: 20px; }
    #bwwpp-search-results .item-data {
      width: calc(100% - 130px); }
    #bwwpp-search-results .item-language {
      font-size: 11px; }
    #bwwpp-search-results .publisher {
      font-size: 11px;
      margin-left: 5px; }
    #bwwpp-search-results .item-title {
      margin-top: 10px;
      font-size: 18px;
      line-height: 25px;
      text-decoration: underline; }
    #bwwpp-search-results .item-author {
      display: none; }
    #bwwpp-search-results .item-availability {
      margin: 0 0 11px;
      display: block; }
    #bwwpp-search-results .item-price {
      margin: 0; }
      #bwwpp-search-results .item-price:after {
        display: none; }
    #bwwpp-search-results .search-result {
      margin-bottom: 25px;
      padding-bottom: 10px; }
      #bwwpp-search-results .search-result:last-of-type {
        border-bottom: 0;
        margin-bottom: 0; }

  #bwwpp-books-search-results {
    padding-bottom: 0; }

  #bwwpp-search-results-info-pager.bottom-pager {
    border-top: 1px solid #dedbed;
    padding: 15px 0 0;
    margin-bottom: 55px; }

  .page-bookwitty-search .intro-section h1 {
    text-align: center; } }
/*
    Created on : Nov 20, 2016, 3:27:10 PM
    Author     : bissan
*/
.coups-de-coeur-section.grey {
  /* IE10+ */
  background-image: -ms-linear-gradient(bottom, #EBE9E7 35%, #F4F2EF 35%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(bottom, #EBE9E7 35%, #F4F2EF 35%);
  /* Opera */
  background-image: -o-linear-gradient(bottom, #EBE9E7 35%, #F4F2EF 35%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(35, #EBE9E7), color-stop(35, #F4F2EF));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(bottom, #EBE9E7 35%, #F4F2EF 35%);
  /* W3C Markup */
  background-image: linear-gradient(to top, #EBE9E7 35%, #F4F2EF 35%); }
.coups-de-coeur-section .section-title {
  margin-bottom: 60px; }
.coups-de-coeur-section.librairies {
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px; }
  .coups-de-coeur-section.librairies .lib-image img {
    box-shadow: 0px 0px 30px 15px rgba(0, 0, 0, 0.1); }
  .coups-de-coeur-section.librairies .reading-list {
    margin-top: 70px;
    margin-bottom: 0px; }
  .coups-de-coeur-section.librairies .more {
    margin-bottom: 0px; }

.coups-de-coeur-reding-lists .more {
  margin-bottom: 70px; }

.coups-de-coeur-author-of-month {
  margin-bottom: 50px; }
  .coups-de-coeur-author-of-month .contributor {
    margin-bottom: 0px; }

.nos-recommandation {
  margin-bottom: 45px; }

.post-type-archive-librairie .intro-section {
  margin-bottom: 0; }

.team-section .section-title {
  margin-bottom: 60px; }
.team-section .contributor-name {
  margin-bottom: 20px; }
.team-section .contributor-description {
  margin-bottom: 15px; }
.team-section .share-team {
  margin-bottom: 30px; }
  .team-section .share-team .fa {
    background-color: #5b4ba3;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 25px;
    line-height: 26px;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 25px;
    padding: 0px 2px;
    float: left; }
    .team-section .share-team .fa.bookwitty-icon {
      background-image: url("images/bookwitty-icon.png");
      background-size: 14px 15px;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .team-section .share-team .fa:hover, .team-section .share-team .fa:focus {
      text-decoration: none;
      background-color: #9d93c8; }
.team-section .contributor-image-wrapper img {
  border: 2px solid #d15034;
  border-radius: 5px; }
.team-section .contributor {
  border-bottom: 1px solid #dedbed;
  padding-bottom: 40px; }
  .team-section .contributor:last-of-type {
    border-bottom: none;
    padding-bottom: 0; }

.partners-section {
  margin-bottom: 30px; }
  .partners-section .section-title {
    margin-bottom: 60px; }
  .partners-section .partner {
    margin-bottom: 50px; }
    .partners-section .partner:nth-child(2n+1) {
      clear: left; }
  .partners-section .partner-logo {
    margin-bottom: 20px; }
    .partners-section .partner-logo img {
      width: auto; }
  .partners-section .partner-descirption {
    margin-bottom: 10px; }
    .partners-section .partner-descirption p {
      font-size: 16px; }

.footer-purple {
  background-color: #5b4ba3;
  padding: 70px 0 90px 0; }
  .footer-purple .section-title {
    color: #fff;
    margin-bottom: 40px; }
    .footer-purple .section-title:before, .footer-purple .section-title:after {
      background-image: url("images/title-bg-white.png"); }
    .footer-purple .section-title span {
      background: #5b4ba3; }
  .footer-purple .subtitle {
    width: 60%;
    margin: auto; }
    .footer-purple .subtitle p {
      text-align: center;
      color: #fff;
      font-family: "Volkhov", serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 30px; }

.page-template-page-qui-sommes-nous .intro-section h1 {
  margin-bottom: 25px; }

.follow-links-wrapper span,
.follow-links span {
  color: #5b4ba3;
  margin-right: 20px; }
.follow-links-wrapper .fa,
.follow-links .fa {
  background-color: #5b4ba3;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 25px;
  line-height: 26px;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  min-width: 25px;
  padding: 0px 2px; }
  .follow-links-wrapper .fa.fa-google-plus,
  .follow-links .fa.fa-google-plus {
    font-size: 14px; }
  .follow-links-wrapper .fa:hover, .follow-links-wrapper .fa:focus,
  .follow-links .fa:hover,
  .follow-links .fa:focus {
    background-color: #9d93c8;
    text-decoration: none; }

.libraries-filter {
  margin-top: 50px;
  margin-bottom: 10px;
  position: relative;
  text-align: center; }

.page-404 {
  background: url("images/404-bg.png") #f4f2ef no-repeat;
  background-size: cover;
  background-position: bottom; }
  .page-404 .container-404 {
    width: 60%;
    margin: auto;
    padding: 195px 0 215px;
    text-align: center; }
  .page-404 h1 {
    color: #5b4ba3;
    font-size: 100px;
    margin-bottom: 55px;
    text-align: center;
    font-weight: 400; }
  .page-404 p {
    color: #5b4ba3;
    font-weight: 400;
    font-family: "Volkhov", serif;
    font-size: 18px;
    line-height: 26px;
    text-align: center; }
  .page-404 .button {
    padding: 0 30px;
    margin-top: 30px; }

.jeuness-recommandation .more {
  margin-bottom: 100px; }
.jeuness-recommandation .recommandation-listing:last-of-type {
  margin-bottom: 0px; }

.jeunesse-readinglist .section-title {
  display: none; }
  .jeunesse-readinglist .section-title.green-title {
    display: block; }

.link-button {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  bottom: -22px; }
  .link-button .button {
    padding: 0 70px; }

.page-template-archive-catalogue .intro-section {
  margin-bottom: 70px; }
.page-template-archive-catalogue .filter-loader {
  top: 45px; }

.yearly-catalogues {
  margin-bottom: 90px; }
  .yearly-catalogues:nth-child(2n+1) {
    clear: left; }
  .yearly-catalogues .catalogue-image-wrapper {
    width: 140px;
    float: left;
    margin-right: 30px; }
    .yearly-catalogues .catalogue-image-wrapper img {
      width: 100%;
      height: auto;
      box-shadow: 0px 0px 30px 15px rgba(0, 0, 0, 0.1); }
  .yearly-catalogues .catalogue-info {
    width: calc(100% - 170px);
    float: left; }
  .yearly-catalogues .catalogue-title {
    font-family: "Volkhov", serif;
    color: #5b4ba3;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #5b4ba3;
    margin-bottom: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .yearly-catalogues .catalogue-title {
        font-size: 26px;
        line-height: 26px; } }
    @media (max-width: 767px) {
      .yearly-catalogues .catalogue-title {
        font-size: 24px;
        line-height: 30px; } }

.download-btn {
  padding: 0 25px 0 75px;
  position: relative;
  margin-bottom: 20px; }
  .download-btn .fa {
    position: absolute;
    width: 50px;
    background-color: #d15034;
    color: #fff;
    border-radius: 3px 0 0 3px;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 20px; }
    .download-btn .fa:before {
      display: block;
      margin-top: 13px; }
  .download-btn:hover .fa {
    background: #fff;
    color: #d15034; }
  .download-btn.purple-btn {
    border-color: #5b4ba3;
    color: #5b4ba3;
    margin-bottom: 0; }
    .download-btn.purple-btn .fa {
      background-color: #5b4ba3; }
    .download-btn.purple-btn:hover, .download-btn.purple-btn:focus {
      background: #5b4ba3;
      color: #fff; }
      .download-btn.purple-btn:hover .fa, .download-btn.purple-btn:focus .fa {
        background: #fff;
        color: #5b4ba3; }
  .download-btn.search-btn {
    padding: 0 75px 0 25px; }
    .download-btn.search-btn .fa {
      right: 0;
      left: auto;
      border-radius: 0 3px 3px 0; }
    .download-btn.search-btn:hover, .download-btn.search-btn:focus {
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      opacity: 0.7;
      background: #fff;
      color: #5b4ba3; }
      .download-btn.search-btn:hover .fa, .download-btn.search-btn:focus .fa {
        background: #5b4ba3;
        color: #fff; }

.contributor-filters.catalogue-filter {
  display: inline-block;
  width: auto;
  margin-bottom: 80px; }
  .contributor-filters.catalogue-filter a {
    padding-right: 20px;
    margin-right: 15px;
    position: relative; }
    .contributor-filters.catalogue-filter a:after {
      content: '';
      position: absolute;
      width: 2px;
      background: #5b4ba3;
      top: 3px;
      bottom: 3px;
      right: 0; }
    .contributor-filters.catalogue-filter a:last-of-type:after {
      display: none; }

.grey-bg {
  background: #f4f2ef;
  padding-top: 70px;
  padding-bottom: 105px; }
  .grey-bg .section-title {
    margin-bottom: 35px; }
    .grey-bg .section-title span {
      background: #f4f2ef; }

@media (min-width: 768px) and (max-width: 991px) {
  .page-404 .container-404 {
    padding: 150px 0 180px;
    width: 90%; }

  .yearly-catalogues .mobile-block {
    width: 100%;
    margin-top: 30px; } }
@media (max-width: 767px) {
  .page-404 .container-404 .button {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: auto; }

  .coups-de-coeur-reding-lists .more {
    margin-bottom: 50px; }

  .coups-de-coeur-section .section-title {
    margin-bottom: 35px; }
  .coups-de-coeur-section .post-item {
    margin-bottom: 40px; }
  .coups-de-coeur-section .book-collection.reading-list .reading-list-title {
    text-align: left; }
  .coups-de-coeur-section .book-collection.reading-list .item {
    margin-bottom: 10px; }
  .coups-de-coeur-section.librairies {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px; }
    .coups-de-coeur-section.librairies .reading-list {
      margin-top: 0px; }

  .librairies {
    position: relative;
    margin-bottom: 40px; }
    .librairies .lib-image {
      display: block;
      width: 100%;
      height: auto;
      margin-bottom: 25px; }
    .librairies .contributor-name {
      text-align: left;
      margin-bottom: 5px; }
    .librairies .contributor-description {
      font-size: 15px; }

  .team-section .section-title {
    margin-top: 40px;
    margin-bottom: 40px; }
  .team-section .contributor {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 50px; }
  .team-section .contributor-image-wrapper {
    width: 45%;
    margin-bottom: 20px; }
  .team-section .contributor-name {
    text-align: left;
    margin-bottom: 20px; }
  .team-section p {
    font-size: 16px; }
  .team-section .share-team .fa {
    width: 40px;
    font-size: 20px;
    line-height: 40px;
    height: 40px; }
  .team-section .share-team .fa-facebook-official {
    border-left: none; }
  .team-section .contributor-description {
    margin-bottom: 25px; }

  .partners-section {
    margin-bottom: 20px; }
    .partners-section .partner {
      margin-bottom: 30px; }
      .partners-section .partner:last-of-type {
        margin-bottom: 0; }
    .partners-section .partner-logo {
      margin-bottom: 15px; }
    .partners-section .link {
      margin-top: 25px; }

  .purple {
    padding: 40px 0 60px 0; }
    .purple .section-title {
      text-align: left;
      margin-bottom: 35px; }
    .purple .subtitle {
      width: 100%; }
      .purple .subtitle p {
        font-size: 16px;
        text-align: left; }

  .libraries-filter {
    margin-top: 40px; }
    .libraries-filter .col-md-3 {
      margin-bottom: 20px; }
      .libraries-filter .col-md-3:last-of-type {
        margin-bottom: 0; }

  .author-page .location-icon,
  .librairie-page .location-icon,
  .single-editeur .location-icon {
    display: inline-block !important; }

  .page-404 {
    background: url("images/404-mobile-bg.png") #f4f2ef no-repeat;
    background-size: contain;
    background-position: right; }
    .page-404 .container-404 {
      width: 100%;
      padding: 80px 0 125px; }
    .page-404 h1 {
      font-size: 50px;
      margin-bottom: 30px; }
    .page-404 p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 0; }
    .page-404 .button {
      font-size: 16px;
      margin-top: 45px;
      width: 100%; }

  .page-template-page-jeunesse .intro-section {
    margin-bottom: 50px; }
    .page-template-page-jeunesse .intro-section h1 {
      margin-bottom: 20px; }
  .page-template-page-jeunesse .book-collection.reading-list.listing {
    margin-bottom: 10px; }

  .yearly-catalogues .catalogue-info.mobile-block {
    float: none;
    width: 100%; }
  .yearly-catalogues .catalogue-image-wrapper {
    width: 110px;
    margin-right: 15px; }
  .yearly-catalogues .catalogue-title {
    line-height: 35px; }
  .yearly-catalogues .button {
    margin-bottom: 20px; }

  .catalogue-details {
    margin-bottom: 25px;
    float: left;
    width: 100%; }

  .link-button {
    width: 90%;
    text-align: center; }
    .link-button .button {
      padding: 0 25px; }

  .page-template-archive-catalogue-php .intro-section {
    margin-bottom: 55px; }
  .page-template-archive-catalogue-php .contributors-post-listing .selectric-wrapper {
    width: 245px;
    margin: 0 auto 35px; }
  .page-template-archive-catalogue-php .contributors-post-listing .row {
    margin-left: 0;
    margin-right: 0; }
  .page-template-archive-catalogue-php .contributors-post-listing .col-sm-6 {
    padding-left: 0;
    padding-right: 0; }

  .yearly-catalogues {
    padding-bottom: 40px;
    border-bottom: 1px solid #dedbed;
    margin-bottom: 40px; }
    .yearly-catalogues:last-of-type {
      border-bottom: none; }
    .yearly-catalogues:nth-child(2n+1) {
      clear: none; }

  .grey-bg {
    padding-top: 40px;
    padding-bottom: 60px; } }
.filter-map {
  width: 260px;
  display: inline-block;
  margin-right: 50px; }
  .filter-map:last-of-type {
    margin-right: 0; }
  .filter-map .selectric {
    border: none;
    height: 44px; }
    .filter-map .selectric .label {
      height: 44px;
      line-height: 44px;
      margin: 0;
      padding: 0 45px 0 20px; }
    .filter-map .selectric .button {
      height: 44px;
      width: 44px; }
  .filter-map .selectric-items li {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px; }

.libraries-map {
  position: relative; }
  .libraries-map .loader-wrapper {
    height: 700px; }
    .libraries-map .loader-wrapper .load-more-spinner {
      height: 700px;
      line-height: 700px; }

#libraries-map {
  width: 55%;
  float: right;
  height: 700px; }

.mapwindow a {
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #5b4ba3; }

.js-info-bubble-close {
  width: 10px;
  right: 10px !important;
  top: 15px !important; }

.map-library {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #dedbed;
  min-height: 185px; }
  .map-library:last-of-type {
    border-bottom: none; }
  .map-library:hover {
    background: #f4f2ef; }

.libraries {
  width: 45%;
  float: left;
  overflow-y: scroll;
  height: 700px; }

.library-info {
  width: 260px;
  margin: auto; }
  .library-info .contributor-name {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 30px; }
  .library-info .address,
  .library-info .location {
    font-family: "Cabin", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #3d3d3d;
    display: block; }
    .library-info .address.address,
    .library-info .location.address {
      color: #5b4ba3;
      font-size: 16px; }
      .library-info .address.address i,
      .library-info .location.address i {
        display: none; }
  .library-info .more {
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    font-weight: 500; }

@media (min-width: 768px) and (max-width: 991px) {
  #libraries-map {
    width: 65%; }

  .libraries {
    width: 35%; }
    .libraries .library-info {
      width: 100%;
      padding: 0 15px; } }
@media (max-width: 767px) {
  #libraries-map {
    display: none; }

  .libraries {
    height: auto;
    overflow: hidden;
    width: 100%; }
    .libraries .library-info {
      width: 100%;
      padding: 0 15px; }

  .filter-map {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px; }

  .map-library {
    padding: 30px 0; }

  .library-info .contributor-name {
    font-size: 22px;
    text-align: left; }
  .library-info .location {
    margin-bottom: 5px; }
  .library-info address,
  .library-info .location {
    font-size: 14px; }
    .library-info address.address,
    .library-info .location.address {
      font-size: 14px; } }
.page-recherche .intro-section {
  margin-bottom: 40px; }

.books-post-listing {
  position: relative; }
  .books-post-listing .filter-loader {
    top: 0px; }
  .books-post-listing .books-filters {
    border: 1px solid #dedbed;
    border-radius: 3px;
    margin: 0 auto 60px;
    padding: 20px;
    position: relative; }
    .books-post-listing .books-filters .labels {
      height: 40px;
      line-height: 40px;
      color: #5b4ba3;
      text-transform: uppercase; }
  .books-post-listing .filter {
    width: 49%;
    display: inline-block; }
    .books-post-listing .filter .select2-container {
      min-width: 330px;
      margin-left: 10px; }
    .books-post-listing .filter:last-of-type {
      float: right; }
      .books-post-listing .filter:last-of-type .select2-container {
        float: right; }

.search-banner {
  padding-bottom: 20px;
  text-align: center; }
  .search-banner .input-wrapper {
    position: relative; }
    .search-banner .input-wrapper .fa {
      color: #000000;
      font-size: 17px;
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: 1; }
    .search-banner .input-wrapper .fa-close {
      cursor: pointer; }

.books-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 1px);
  border: 1px solid #5b4ba3;
  border-radius: 5px;
  background: #fff;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  z-index: 3;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 1.2px;
  max-height: 400px;
  overflow-y: auto; }
  .books-dropdown .has_children .editeur,
  .books-dropdown .has_children .auteur {
    background: #f4f2ef; }
  .books-dropdown a {
    color: #5b4ba3;
    padding: 13px 13px;
    border-bottom: 1px solid #dedbed;
    display: block; }
    .books-dropdown a .highlight {
      color: #d15034;
      font-weight: bold; }
    .books-dropdown a.editeur, .books-dropdown a.auteur {
      position: relative; }
      .books-dropdown a.editeur::after, .books-dropdown a.auteur::after {
        font-size: 12px;
        position: absolute;
        top: 15px;
        right: 10px;
        content: "Editeur"; }
    .books-dropdown a.auteur::after {
      content: "Auteur"; }
    .books-dropdown a span {
      font-size: 11px; }
  .books-dropdown .children a {
    padding-left: 30px; }
  .books-dropdown .children .children a {
    padding-left: 60px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .books-post-listing .filter:last-of-type {
    float: none; }
    .books-post-listing .filter:last-of-type .select2-container {
      float: none; }
  .books-post-listing .filter .select2-container {
    margin-left: 0px;
    min-width: 400px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .books-post-listing .filter {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px; }
    .books-post-listing .filter:last-of-type {
      margin-bottom: 0px;
      float: none; }
    .books-post-listing .filter .select2-container {
      float: right;
      min-width: 500px; }

  .book-collection.book-search-results .item:nth-of-type(6n+1) {
    clear: none; }
  .book-collection.book-search-results .item:nth-of-type(4n+1) {
    clear: left; } }
@media (max-width: 767px) {
  .books-post-listing .filter {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px; }
    .books-post-listing .filter:last-of-type {
      float: none;
      margin-bottom: 0px; }
      .books-post-listing .filter:last-of-type .select2-container {
        float: none; }
    .books-post-listing .filter .select2-container {
      min-width: 100%;
      margin-left: 0px; }

  .book-collection.book-search-results .item:nth-of-type(6n+1) {
    clear: none; }
  .book-collection.book-search-results .item:nth-of-type(2n+1) {
    clear: left; } }
.select2-container .select2-selection--single {
  height: 40px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px; }

.select2-container--default .select2-selection--single,
.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #dedbed; }

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-results > .select2-results__options {
  color: #5b4ba3; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5b4ba3;
  color: #fff; }

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[aria-selected="true"]:hover {
  background-color: #dedbed;
  color: #5b4ba3; }
