@charset "UTF-8";
/*
$css = str_replace('#17273A', $colors['color_1'], $css );	// @color_1_dark
$css = str_replace('#5085AC', $colors['color_2'], $css );	// @color_2_light
$css = str_replace('#2F6185', $colors['color_3'], $css );	// @color_3_accent
$css = str_replace('#EDF2F6', $colors['color_4'], $css );	// @color_4_background
*/
/* =WordPress Core book-header-wrapper
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 32px);
    flex-grow: 0;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 64px;
  }
}
@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 64px;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Domine', serif;
  font-weight: 700;
}
.post-content h1 {
  color: #5085AC;
}
.post-content h2 {
  font-size: 1.6em;
}
.post-content h3 {
  font-size: 1.4em;
}
.post-content h4 {
  font-size: 1.2em;
}
.post-content h5 {
  font-size: 1.1em;
}
.post-content p,
.post-content h6 {
  font-size: 1em;
  margin: .5em 0;
}
.post-content table {
  font-size: .9em;
  background: #fff;
  margin: 1em 0;
}
.post-content table tr {
  border-bottom: 2px solid #2F6185;
}
.post-content blockquote {
  border-color: #2F6185;
  font-style: italic;
  font-weight: 600;
  color: #17273A;
}
.post-content ul,
.post-content ol {
  margin: 1em 0;
}
.post-content ul li,
.post-content ol li {
  margin-bottom: .5em;
}
.post-content ul li ul,
.post-content ol li ul {
  margin-top: .5em;
}
.post-content ul li {
  position: relative;
  padding-left: 16px;
}
.post-content ul li:before {
  display: block;
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: auto;
  color: #2F6185;
}
.post-content strong {
  font-weight: 900;
}
.post-content .wp-block-gallery {
  margin: 30px 0;
}
.post-content .wp-block-gallery li {
  padding: 0;
}
.post-content .wp-block-gallery li:before {
  content: "";
  display: none;
}
.post-content figure {
  margin: 0;
}
.post-content .video-container {
  margin: 30px 0;
}
/* 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;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  /*    font-family: @slick-font-family;*/
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: relative;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 20px 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button {
  border: 1px solid #5085AC;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #5085AC;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
html {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #17273A;
  background: #fff;
}
a {
  color: #5085AC;
}
*:focus {
  outline: none;
}
nav {
  box-shadow: none;
  background: inherit;
}
@media only screen and (min-width: 993px) {
  .container {
    width: 90%;
    max-width: 1240px;
  }
}
/* cancel flex for IE10 & IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    display: block;
    min-height: 0;
  }
  main {
    flex: none;
  }
}
#main-header {
  background: #fff;
  padding: 35px 0 30px;
}
#main-header .row {
  margin-bottom: 0;
}
#main-header .site-title {
  font-size: 2rem;
  line-height: 1rem;
  margin: 0;
}
#main-header .site-title img {
  max-height: 120px;
  width: auto;
}
#main-header .social-menu {
  float: right;
  display: inline-block;
  width: auto;
}
#main-header .search-form {
  max-width: 320px;
  float: right;
  margin: 0 0 20px;
}
#main-header .search-form label {
  display: none;
}
#main-header .search-form .row {
  margin: 0;
  padding: 0;
}
#main-header .search-form .row .col {
  padding: 0;
  margin: 0;
}
#main-header .search-form .input-field {
  margin: 0;
}
#main-header .search-form .input-field input[type=search] {
  background: #EDF2F6;
  border: none;
  box-shadow: none;
  height: 36px;
  padding: 0 50px 0 15px;
  width: calc( 100% - 65px );
}
#main-header .search-form button {
  width: 35px;
  height: 35px;
  top: 0;
  right: 0;
  left: auto;
  background-size: 16px;
  cursor: pointer;
}
.social-menu {
  text-align: right;
  margin: 0;
  width: 100%;
}
.social-menu li {
  display: inline-block;
  margin-left: 15px;
}
.social-menu li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border-radius: 18px;
  text-align: center;
  border: 1px solid #17273A;
  color: #17273A;
  transition: all 0.3s ease-in-out 0s;
}
.social-menu li a:hover {
  border-color: #17273A;
  background: #17273A;
  color: #fff;
}
#main-nav {
  clear: both;
}
#main-nav .row {
  margin-bottom: 0;
}
#navbar {
  text-transform: uppercase;
}
#navbar .menubar {
  float: right;
}
#navbar li {
  height: 64px;
}
#navbar li.search-trigger {
  float: right;
}
#navbar li.search-trigger a:after {
  font-family: 'FontAwesome';
  content: "\f002";
  margin-left: .5em;
}
#navbar li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
#navbar li > a {
  padding: 0 1vw;
  font-size: 1.1vw;
  color: #5085AC;
}
#navbar li > a:hover {
  background: #fff;
  color: #17273A;
}
#navbar li.menu-item-has-children {
  position: relative;
}
#navbar li.menu-item-has-children:after {
  display: block;
  opacity: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #5085AC transparent;
  position: absolute;
  margin-left: -8px;
  left: 50%;
  bottom: 0;
}
#navbar li.menu-item-has-children .sub-menu {
  position: absolute;
  left: 1px;
  top: 64px;
  width: 200px;
  z-index: 9;
  max-height: 0;
  overflow: hidden;
  background: #5085AC;
  transition: all 0.5s ease-in-out 0s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
}
#navbar li.menu-item-has-children .sub-menu li {
  height: auto;
  padding: 0;
  display: block;
  float: none;
  border-top: 1px solid #eee;
}
#navbar li.menu-item-has-children .sub-menu li:first-child {
  border: none;
}
#navbar li.menu-item-has-children .sub-menu li a {
  padding: 15px 10px;
  display: block;
  line-height: 1.2em;
  color: #fff;
}
#navbar li.menu-item-has-children .sub-menu li a:hover {
  background: #EDF2F6;
  color: #17273A;
}
#navbar li.menu-item-has-children .sub-menu li.current-menu-item > a {
  color: #17273A;
}
#navbar li.menu-item-has-children:hover > a {
  color: #17273A;
}
#navbar li.menu-item-has-children:hover:after {
  opacity: 1;
}
#navbar li.menu-item-has-children:hover .sub-menu {
  max-height: 100vh;
}
#navbar li.current-menu-item:not(.disable-current) > a,
#navbar li.current_page_parent > a,
#navbar li.current-menu-parent > a {
  color: #17273A;
}
#navbar > ul > li.home > a {
  font-size: 0;
  padding: 0 1vw 0 0;
  color: rgba(255, 255, 255, 0.5);
}
#navbar > ul > li.home > a:before {
  font-family: 'FontAwesome';
  content: "\f015";
  font-size: 20px;
}
#navbar > ul > li.home > a:hover {
  color: #fff;
  background: inherit;
}
#navbar > ul > li.home.current-menu-item > a {
  color: rgba(255, 255, 255, 0.5);
  background: inherit;
}
.sidenav-trigger {
  position: absolute;
  right: 20px;
  top: 36px;
  display: block;
  width: 28px;
  height: 21px;
}
.sidenav-trigger span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #999;
  position: absolute;
  left: 0;
  top: 0;
}
.sidenav-trigger span.snd {
  top: 10px;
}
.sidenav-trigger span.trd {
  top: 20px;
}
.sidenav-trigger:hover span {
  background: #000;
}
.search-form .input-field {
  display: block;
  position: relative;
}
.search-form .input-field label {
  color: #999;
  left: 50px;
}
.search-form .input-field input[type=search].search-field {
  border-bottom: 1px solid #EDF2F6;
  box-shadow: none;
  margin: 0;
  padding-left: 40px;
  width: calc( 100% - 40px );
}
.search-form .input-field input[type=search].search-field:focus {
  background: transparent;
  border-bottom-color: #2F6185;
  box-shadow: none;
}
.search-form .input-field input[type=search].search-field:focus + label {
  color: #999;
}
.search-form .input-field button {
  position: absolute;
  left: .75rem;
  top: 10px;
  border: none;
  padding: 0;
  background: transparent url('../img/search.svg') no-repeat center center;
  background-size: contain;
  width: 28px;
  height: 28px;
}
footer.page-footer {
  background: #17273A;
  padding: 40px 0 10px;
  color: #fff;
  font-size: .9em;
}
footer.page-footer .logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}
footer.page-footer .logo-wrapper img {
  max-height: 70px;
  width: auto;
}
footer.page-footer address {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
}
footer.page-footer a {
  color: inherit;
}
footer.page-footer .row.legal {
  margin-top: 60px;
}
footer.page-footer .social-menu li a {
  border-color: rgba(255, 255, 255, 0.5);
}
footer.page-footer .social-menu li a:hover {
  color: #fff;
}
footer.page-footer .legal-menu {
  margin: 0;
  text-align: right;
  line-height: 20px;
  font-size: .8em;
}
footer.page-footer .legal-menu li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
footer.page-footer .legal-menu li:last-child {
  padding-right: 0;
  border: none;
}
footer.page-footer .legal-menu li a {
  color: rgba(255, 255, 255, 0.5);
}
footer.page-footer .legal-menu li a:hover {
  color: #fff;
}
footer.page-footer .ekdotis {
  font-size: .9em;
}
footer.page-footer .ekdotis a {
  font-weight: 600;
}
footer.page-footer .ekdotis:before {
  content: "•";
  display: inline-block;
  margin: 0 .5em;
  opacity: .6;
}
footer.page-footer address {
  margin: 20px 0;
}
#slide-out {
  background: #EDF2F6;
  text-transform: uppercase;
  overflow-x: hidden;
}
#slide-out li {
  line-height: 1em;
  height: auto;
  border-bottom: 1px solid #fff;
}
#slide-out li.menu-item-has-children > a {
  font-weight: 600;
}
#slide-out li.current-menu-item > a,
#slide-out li.current_page_parent > a,
#slide-out li.current-menu-parent > a {
  background: rgba(255, 255, 255, 0.4);
  color: #5085AC;
}
#slide-out li a {
  line-height: 1.4em;
  height: auto;
  padding: 15px;
  text-transform: uppercase;
}
#slide-out li a:hover {
  background: #fff;
}
#slide-out li li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#slide-out li li a {
  font-size: .9em;
  padding: 15px 15px 15px 30px;
}
#slide-out li li.current-menu-item > a,
#slide-out li li.current_page_parent > a,
#slide-out li li.current-menu-parent > a {
  background: transparent;
}
#slide-out li.search-trigger a:before {
  font-family: 'FontAwesome';
  content: "\f002";
  margin-right: .5em;
  color: #5085AC;
}
#slide-out > li:last-child {
  border: none;
}
#winsize {
  position: fixed;
  right: 0;
  top: 0;
  font-family: monospace;
}
@media only screen and (min-width: 1280px) {
  #navbar li > a {
    padding: 0 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1240px) {
  #navbar li.search-trigger a {
    font-size: 0;
  }
  #navbar li.search-trigger a:after {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  #main-header .site-title img {
    margin-bottom: 40px;
    max-height: 60px;
  }
  footer.page-footer .logo-wrapper {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  footer.page-footer .row.legal {
    text-align: center;
  }
  footer.page-footer .row.legal small {
    display: block;
    margin: 1em 0;
  }
  footer.page-footer .legal-menu {
    text-align: center;
    margin-top: 40px;
  }
  footer.page-footer .legal-menu li {
    display: block;
    border: none;
  }
  footer.page-footer .social-menu {
    margin: 30px 0;
    text-align: center;
  }
  footer.page-footer .social-menu li {
    margin: 0 10px;
  }
  footer.page-footer address {
    text-align: center;
  }
  footer.page-footer .ekdotis:before {
    display: none;
  }
}
.book-card {
  margin: 30px 0;
  font-size: .85em;
}
.book-card a {
  color: inherit;
}
.book-card a:hover {
  color: #5085AC;
}
.book-card .book-title {
  font-size: 1rem;
  line-height: 1.2em;
  margin: .3em 0;
  color: #5085AC;
  font-variant: small-caps;
}
.book-card .book-title a {
  font-weight: 800;
}
.book-card .book-author {
  font-weight: 800;
}
.book-card .book-collection {
  font-size: .85em;
  text-transform: uppercase;
}
.book-card .book-collection .new {
  display: inline-block;
  background: #17273A;
  color: #fff;
  padding: 0 .5em;
  margin-right: .5em;
}
.book-card .book-collection .new.next {
  background: #5085AC;
}
.book-card .cover {
  padding-bottom: 8px;
  display: table-cell;
  vertical-align: bottom;
}
.book-card .cover .cover-link img,
.book-card .cover .cover-link span {
  display: block;
  transition: all .2s linear;
}
.book-card .cover .cover-link .nopic-cover {
  content: "";
  width: 120px;
  height: 120px;
}
.book-card .cover .cover-link:hover img {
  transform: translateY(-8px);
}
.book-card .cover .nopic-cover {
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff;
}
.book-card.format-poche .cover img {
  height: auto;
  max-width: 80%;
}
.book-card .new span {
  display: inline-block;
  padding: 0 .5em;
  line-height: 2em;
  background: #5085AC;
  color: #fff;
  font-size: .8em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
#breadcrumbs {
  font-size: .85em;
  color: #EDF2F6;
}
#breadcrumbs a {
  color: inherit;
}
#breadcrumbs a:hover {
  color: #fff;
}
.breadcrumbs-bar {
  background: #2F6185;
  padding: 10px 0;
  margin-bottom: 40px;
}
.breadcrumbs-bar .row {
  margin-bottom: 0;
}
nav.navigation.pagination {
  background: none;
  text-align: center;
  box-shadow: none;
  line-height: 1rem;
  height: auto;
  margin: 30px 0;
}
nav.navigation.pagination a,
nav.navigation.pagination span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5em;
  color: inherit;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 11px;
  border-radius: 14px;
  background: #EDF2F6;
  color: #17273A;
}
nav.navigation.pagination a.current,
nav.navigation.pagination span.current {
  background: #17273A;
  color: #fff;
}
nav.navigation.pagination a.dots,
nav.navigation.pagination span.dots {
  background: none;
}
nav.navigation.pagination a:hover {
  background: #2F6185;
  color: #fff;
}
.header-title {
  background: #2F6185;
  color: #fff;
}
.header-title h1 {
  font-weight: 300;
  font-size: 2.8em;
  margin: .75em 0;
}
.header-title h1.author {
  display: inline-block;
  vertical-align: middle;
}
.header-title .author-img {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  margin-top: 0;
  background-color: #EDF2F6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 3px;
}
.header-title .author-img.nopic {
  background: rgba(255, 255, 255, 0.5) url('../img/auteur.png') no-repeat center center;
  background-size: contain;
}
.header-title .author-description {
  font-size: 1em;
  margin-bottom: 40px;
}
.header-title .author-description a {
  color: inherit;
  text-decoration: underline;
}
.header-title .child-collections {
  margin: 0;
}
.header-title .child-collections li {
  display: inline-block;
}
.header-title .child-collections li a {
  display: block;
  padding: 2px 12px;
  margin-right: 5px;
  text-transform: uppercase;
  background: #2F6185;
  color: #17273A;
}
.header-title .child-collections li a:hover {
  color: #5085AC;
}
.header-title .child-collections li.parent a {
  background: #EDF2F6;
  color: #17273A;
  font-weight: 800;
}
.header-title .child-collections li.parent a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  line-height: 1em;
  margin-left: .5em;
  font-weight: 300;
}
.header-title .child-collections li.current a {
  color: #17273A;
  background: #fff;
}
.header-title .child-collections.foreign-rights .current a {
  background: #EDF2F6;
  color: #17273A;
}
.single-author .author-description {
  font-size: 1.1em;
}
.single-author .author-description a {
  color: inherit;
  text-decoration: underline;
}
.single-author .header-title {
  margin-bottom: 30px;
}
.single-author .header-title .row {
  margin-bottom: 0;
  padding-bottom: 1em;
}
.single-author .author-publications .format {
  text-transform: uppercase;
  margin: 20px 0 0;
  font-size: 1.4em;
  font-weight: 300;
  color: #5085AC;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #2F6185;
}
#single-book {
  background: #fff;
}
#single-book #breadcrumbs {
  margin-bottom: 40px;
}
#single-book .book-header-wrapper {
  padding-top: 60px;
  background: #AD9D92;
  color: #fff;
}
#single-book .book-header-wrapper .book-cover {
  position: relative;
}
#single-book .book-header-wrapper .book-cover picture {
  position: absolute;
  width: 100%;
  height: auto;

}
#single-book .book-title-wrapper {
  margin-bottom: 50px;
}
#single-book .book-title-wrapper .end-book-title {
  height: 30px;
}
#single-book .book-title-wrapper .book-title {
  color: #fff;
  font-size: 2.8em;
  line-height: 1em;
  margin: 0 0 .3em;
}
#single-book .book-title-wrapper .book-title .original-title {
  font-size: .5em;
  font-weight: 400;
}
#single-book .book-title-wrapper .book-title small {
  display: block;
  font-size: .5em;
  margin-top: .4em;
  line-height: 1.3em;
  font-weight: normal;
}
#single-book .book-title-wrapper .authors {
  margin: .3em 0;
  font-size: 1.6em;
  line-height: 1.3em;
  color: rgba(255, 255, 255, 0.8);
}
#single-book .book-title-wrapper .authors a {
  color: inherit;
}
#single-book .book-title-wrapper .authors a:hover {
  color: #fff;
}
#single-book .book-title-wrapper .translator {
  color: rgba(255, 255, 255, 0.6);
}
#single-book .book-title-wrapper .collections {
  margin: 1em 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
#single-book .book-title-wrapper .collections a {
  color: inherit;
}
#single-book .book-title-wrapper .collections a:hover {
  color: #fff;
}
#single-book .book-title-wrapper .share-buttons {
  margin: 30px 0;
}
#single-book .book-title-wrapper .share-buttons li {
  display: inline-block;
  margin: 0 10px;
}
#single-book .book-title-wrapper .share-buttons li:first-child {
  margin-left: 0;
}
#single-book .book-title-wrapper .share-buttons li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  border-radius: 16px;
  background: #fff;
  color: #2F6185;
}
#single-book .book-title-wrapper .share-buttons li a:hover {
  color: #17273A;
}
#single-book .book-main-content {
  margin-bottom: 80px;
}
#single-book .book-cover img {
  display: block;
}
#single-book .book-description {
  font-size: 1em;
  margin-bottom: 40px;
}
#single-book .book-meta {
  margin: 0 0 30px;
  font-size: .9em;
}
#single-book .book-meta .price {
  font-weight: 600;
}
#single-book .book-meta .buy {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
#single-book .book-meta .buy:after {
  font-family: 'FontAwesome';
  content: "\f08e";
  font-weight: 300;
  margin-left: .5em;
  font-size: .8em;
  color: rgba(255, 255, 255, 0.5);
}
#single-book .video-title {
  text-transform: uppercase;
  margin-bottom: .5em;
}
#single-book .video-title:before {
  font-family: 'FontAwesome';
  content: "\f144";
  margin-right: .5em;
  color: #EDF2F6;
}
#single-book .book-press {
  margin: 30px 0;
}
#single-book .book-press .press-title {
  font-size: 1.4em;
  display: inline-block;
  box-shadow: inset 0px -6px #EDF2F6;
  margin: 0 0 .8em;
}
#single-book .single-book-related {
  background: #EDF2F6;
  padding: 40px 0 10px;
}
#single-book .single-book-related .same-author-title {
  margin: 0;
  font-weight: 300;
  font-size: 2em;
  line-height: 1.2em;
  text-transform: uppercase;
}
#single-book .single-book-related .format {
  margin: 0;
  color: #666;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
}
#single-book .single-book-related .related-list {
  margin: 0;
}
#single-book .single-book-related .related-list li {
  font-size: 0;
  display: inline-block;
  vertical-align: bottom;
  width: 16%;
  margin-right: 3%;
}
#single-book .single-book-related .related-list li .book-card {
  margin: 10px 0;
}
#single-book .single-book-related .related-list li .book-card .book-desc .book-title {
  font-size: .85rem;
}
#single-book .single-book-related .related-list li .book-card .cover {
  padding-bottom: 0;
  margin: 10px 0 0;
}
#single-book .single-book-related .related-list li .book-card .cover .cover-link img {
  max-width: 100%;
}
#single-book .pdf-files {
  margin: 40px 0;
}
#single-book .pdf-files li {
  margin: 0 0 15px;
  display: inline-block;
  width: 48%;
  text-transform: uppercase;
}
#single-book .pdf-files li a:hover {
  text-decoration: underline;
}
#single-book .pdf-files li.pdf-reader:before {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: .5em;
  width: 1.3em;
  height: 1.3em;
  content: "";
  background: url('../img/book.svg') no-repeat center center;
  background-size: contain;
}
#single-book .pdf-files li.pdf-file:before {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: .5em;
  height: 1.3em;
  font-family: 'FontAwesome';
  content: "\f1c1";
  color: #17273A;
}
#single-book .paypal-button {
  padding: 12px 24px;
  margin: 40px 0;
  background: #2F6185;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
#single-book .paypal-button:hover {
  background: #17273A;
}
.authors-index .author-name {
  padding-left: 0;
}
.authors-index .author-label a {
  color: inherit;
}
.authors-index .portrait {
  content: "";
  background: #fff;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-color: #EDF2F6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.authors-index .portrait.nopic {
  position: relative;
}
.authors-index .portrait.nopic:after {
  position: absolute;
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  background: url('../img/auteur.png') no-repeat center center;
  background-size: contain;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
}
.authors-index .portrait.nopic:hover {
  background: #2F6185;
}
.authors-index .inner-author {
  margin-bottom: 40px;
}
#search-result .author-label,
#page .page-content .author-label {
  font-size: 1.4em;
  line-height: 1.1em;
  margin: 0;
}
#search-result .header-title .page-title {
  font-size: 2.4em;
}
#search-result .header-title .page-title strong {
  color: #EDF2F6;
}
#search-result .authors-index {
  margin-top: 30px;
  margin-bottom: 40px;
}
#search-result .authors-index:after {
  display: block;
  content: "";
  border-bottom: 1px solid #fff;
  margin: 0 .75rem;
}
.no-content-found {
  padding: 80px 0 120px;
}
.no-content-found h2 {
  margin: 0;
  font-size: 1.6em !important;
  font-family: 'Domine', serif !important;
  font-weight: 300 !important;
  color: #2F6185;
}
#page.padding-bottom {
  padding-bottom: 80px;
}
#page .page-content {
  padding: 20px 0 40px;
}
#page .page-content h2,
#page .page-content h3,
#page .page-content h4,
#page .page-content h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
#page .page-content h2 {
  font-size: 1.6em;
}
#page .page-content h3 {
  font-size: 1.4em;
}
#page .page-content h4 {
  font-size: 1.2em;
}
#page .page-content h5 {
  font-size: 1.1em;
}
#page .page-content p,
#page .page-content h6 {
  font-size: 1em;
  margin: .5em 0;
}
#page .page-content table {
  font-size: .9em;
  margin: 1em 0;
}
#page .page-content strong {
  font-weight: 900;
}
#page .page-content table tr {
  border-bottom: 2px solid #2F6185;
}
#page .page-content blockquote {
  border-color: #2F6185;
  font-style: italic;
  font-weight: 600;
}
#page .page-content ul,
#page .page-content ol {
  margin: 1em 0;
}
#page .page-content ul li,
#page .page-content ol li {
  margin-bottom: .5em;
}
#page .page-content ul li ul,
#page .page-content ol li ul {
  margin-top: .5em;
}
#page .page-content strong {
  font-weight: 600;
}
#page .page-content ul li {
  position: relative;
  padding-left: 12px;
}
#page .page-content ul li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background: #2F6185;
  position: absolute;
  left: 0;
  top: calc( 1em - 4px );
}
#page .page-content .wp-block-column :nth-child(1) {
  margin-top: 0;
}
.toast {
  background: #5085AC;
  color: #fff;
}
#contact-form {
  margin: 40px 0;
}
#contact-form label {
  color: #555;
}
#contact-form label .required {
  color: orangered;
}
#contact-form .input-field {
  margin: 0;
}
#contact-form .input-field input[type=tel],
#contact-form .input-field input[type=text],
#contact-form .input-field input[type=email],
#contact-form .input-field textarea {
  border-bottom: none;
  box-shadow: none;
  color: #17273A;
  background: #f4f7f9;
  padding: 0 15px;
  width: calc( 100% - 30px );
}
#contact-form .input-field input[type=tel] + label,
#contact-form .input-field input[type=text] + label,
#contact-form .input-field input[type=email] + label,
#contact-form .input-field textarea + label {
  margin-left: 15px;
}
#contact-form .input-field input[type=tel] + label.active,
#contact-form .input-field input[type=text] + label.active,
#contact-form .input-field input[type=email] + label.active,
#contact-form .input-field textarea + label.active {
  color: #2F6185;
  top: -6px;
  margin-left: 0;
}
#contact-form .input-field input[type=tel]:focus,
#contact-form .input-field input[type=text]:focus,
#contact-form .input-field input[type=email]:focus,
#contact-form .input-field textarea:focus {
  border-bottom-color: #2F6185;
}
#contact-form .input-field input[type=tel]:focus + label,
#contact-form .input-field input[type=text]:focus + label,
#contact-form .input-field input[type=email]:focus + label,
#contact-form .input-field textarea:focus + label {
  color: #5085AC;
  top: -6px;
  margin-left: 0;
}
#contact-form .input-field textarea {
  width: 100%;
  min-height: 8em;
}
#contact-form input[type=checkbox] + span:before {
  border-width: 1px;
  border-radius: 0;
}
#contact-form input[type=checkbox]:checked + span:before {
  border-right: 2px solid #17273A;
  border-bottom: 2px solid #17273A;
}
#contact-form p.rgpd-info {
  font-size: .9em;
  font-style: italic;
}
#contact-form button {
  box-shadow: none;
  background: #17273A;
  border-color: #fff;
  color: #fff;
}
#contact-form button:hover {
  background: #5085AC;
}
#contact-form button:disabled {
  background: #2F6185 !important;
  color: #fff !important;
}
#contact-form button:disabled .loader {
  color: #fff;
  margin-left: 1em;
}
#contact-form .response {
  text-align: center;
  color: #5085AC;
}
#news-index,
#single-post {
  padding: 40px 0;
}
#single-post .post-main-content :nth-child(1) {
  margin-top: 0;
}
#single-post .post-main-content .author {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}
#single-post .post-main-content .author a {
  color: inherit;
}
#single-post .post-main-content .author a:hover {
  color: #5085AC;
}
.card-post {
  background: #fff;
  margin-bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.card-post .thumbnail > a {
  display: block;
  padding-bottom: 66%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.card-post a {
  color: inherit;
}
.card-post a:hover {
  color: #5085AC;
}
.card-post .description {
  padding: 20px;
}
.card-post .description .post-title {
  margin: .5em 0;
  font-size: 1.2em;
  text-transform: uppercase;
}
.card-post .description .post-excerpt {
  font-size: .9em;
  line-height: 1.3em;
}
body,
html {
  overflow-x: hidden;
}
#homepage {
  background: #fff;
}
#homepage .banner-slider .row {
  margin: 0;
}
#homepage .banner-slider .slide {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
#homepage .banner-slider .slide.dark {
  background: #17273A;
}
#homepage .banner-slider .slide.light {
  background: #5085AC;
}
#homepage .banner-slider .slide .book-wrapper {
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
}
#homepage .banner-slider .slide a {
  color: inherit;
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
}
#homepage .banner-slider .slide a:hover .book-wrapper {
  background: #fff;
}
#homepage .banner-slider .slide .book-title {
  text-transform: uppercase;
  line-height: 1em;
  font-size: 1.6em;
  margin: 0 0 15px;
}
#homepage .banner-slider .slide .author {
  margin-bottom: 10px;
  text-transform: uppercase;
}
#homepage .banner-slider .slide .excerpt {
  font-size: .9em;
}
#homepage .banner-slider .slide .background {
  display: block;
  content: "";
  position: absolute;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  z-index: 0;
  opacity: .5;
}
#homepage .banner-slider .slick-dots {
  margin-bottom: 0;
}
#homepage .home-slider .row {
  margin: 0;
}
#homepage .home-slider .slide {
  position: relative;
  overflow: hidden;
}
#homepage .home-slider .slide .book-wrapper {
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
}
#homepage .home-slider .slide a {
  color: inherit;
  display: block;
  position: relative;
  z-index: 1;
}
#homepage .home-slider .slide .book-title {
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 1.6em;
  margin: 0;
}
#homepage .home-slider .slide .author {
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 30px;
}
#homepage .home-slider .slide .img-wrapper,
#homepage .home-slider .slide .book-wrapper {
  background: transparent;
  display: table-cell;
  vertical-align: bottom;
}
#homepage .home-slider .slide picture img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin: 10px 0;
}
#homepage .home-slider .slide .read-more {
  margin-top: 1em;
  color: #5085AC;
}
#homepage .home-slider .slide .excerpt {
  font-size: .85em;
  font-weight: 200;
  margin: 1em 0;
}
#homepage .home-slider .slick-dots {
  margin-bottom: 0;
}
#homepage .recent-books-slider .book {
  margin: 0 10px;
}
#homepage .new-books {
  padding: 40px 0;
  background: #EDF2F6;
}
#homepage .recent-books-title {
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1em;
  margin: 1.5em 0 10px;
  position: relative;
}
#homepage .recent-books-title:after {
  display: block;
  content: "";
  border-bottom: 1px solid #5085AC;
  width: 60px;
  margin: 20px auto;
}
#homepage .home-news-feed {
  padding: 50px 0 20px;
}
#homepage .home-news-feed .news-title {
  padding: 0 .5em;
  font-size: 1.6em;
  font-weight: 200;
}
#homepage .home-news-feed .news-title:after {
  display: block;
  content: "";
  border-bottom: 1px solid #5085AC;
  width: 60px;
  margin: 20px auto;
}
#homepage .home-slider-wrapper {
  padding: 80px 0 40px;
  position: relative;
}
#homepage .home-slider-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #EDF2F6;
  opacity: .33;
}
#homepage .home-edito {
  padding: 60px 0;
  font-size: 1.2em;
  font-weight: 200;
}
#homepage .home-edito strong {
  font-weight: 800;
}
.book-search {
  padding: 40px 0;
  background: #2F6185;
}
.book-search .row {
  margin: 0;
}
.book-videos {
  margin: 30px 0;
}
.book-videos .video-container {
  margin-bottom: 30px;
}
.book-videos .video-legend {
  font-size: .9em;
  font-style: italic;
  font-weight: 300;
  margin: -25px 0 20px;
}
.toast {
  background: #5085AC;
  color: #fff;
}
#cookie-policy {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  max-width: 360px;
  padding: 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  opacity: 1;
  z-index: 9;
  transition: all 0.3s ease-in-out 0s;
}
#cookie-policy p {
  margin: 0;
  font-size: .9em;
}
#cookie-policy .accept-cookie-policy {
  display: inline-block;
  padding: 2px 12px;
  background: #17273A;
  color: #fff;
  margin-top: 12px;
}
#cookie-policy.hidden {
  opacity: 0;
  right: -500px;
}
#newsletter-subscribe .subscribe {
  max-width: 480px;
  position: relative;
  margin-left: -8px;
}
#newsletter-subscribe .subscribe input {
  background: #EDF2F6;
  opacity: .5;
  width: calc( 100% - 40px );
  border-radius: 24px;
  border: none;
  box-shadow: none;
  line-height: 28px;
  height: 38px;
  padding: 5px 20px;
}
#newsletter-subscribe .subscribe input::placeholder {
  color: #17273A;
  opacity: .5;
}
#newsletter-subscribe .subscribe button {
  border: none;
  line-height: 48px;
  height: 48px;
  width: 48px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  font-size: 24px;
  color: #5085AC;
  background: transparent;
}
@media only screen and (max-width: 600px) {
  .header-title h1 {
    font-size: 2em;
  }
  .header-title .author-img {
    display: block;
    margin: 20px auto 0;
  }
  .header-title .child-collections {
    margin-bottom: 10px;
  }
  .header-title .child-collections li {
    display: block;
    margin-bottom: 10px;
  }
  #page .page-content {
    padding-top: 0;
  }
  .book-card {
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  .book-card .cover,
  .book-card .book-desc {
    display: inline-block;
    vertical-align: top;
  }
  .book-card .cover {
    width: 20%;
  }
  .book-card .book-desc {
    width: 76%;
    margin-left: 2%;
  }
  .authors-index .inner-author {
    margin-bottom: 15px;
  }
  .authors-index .inner-author .author-name {
    font-size: .9em;
  }
  #search-result .header-title .page-title {
    font-size: 1.6em;
  }
  #homepage {
    background: #fff;
  }
  #homepage .banner-slider .slide {
    padding: 60px 0;
  }
  #homepage .banner-slider .slide .author,
  #homepage .banner-slider .slide .book-title {
    margin-top: 20px;
  }
  #homepage .home-slider .slide .book-title {
    font-size: 1.6em;
  }
  #homepage .home-slider .slide .author {
    margin-top: 15px;
  }
  #homepage .recent-books-title {
    font-size: 1.6em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  #homepage .recent-books-slider .book-card {
    border: none;
  }
  #homepage .recent-books-slider .book-card .cover,
  #homepage .recent-books-slider .book-card .book-desc {
    display: block;
    width: auto;
  }
  nav.navigation.pagination a,
  nav.navigation.pagination span {
    margin-bottom: 20px;
  }
  #single-book {
    background: #fff;
  }
  #single-book .book-header-wrapper {
    padding-top: 60px;
    background: transparent;
    position: relative;
  }
  #single-book .book-header-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    height: 320px;
    background: #2F6185;
    position: absolute;
    left: 0;
    top: 0;
  }
  #single-book .book-header-wrapper .book-cover picture {
    position: relative;
  }
  #single-book .book-header-wrapper .book-title {
    color: #17273A;
    font-size: 2.4em;
    margin: 30px 0 .3em;
  }
  #single-book .book-header-wrapper .authors {
    margin: .3em 0;
    font-size: 1.6em;
    line-height: 1.3em;
    color: #5085AC;
  }
  #single-book .book-header-wrapper .authors a {
    color: inherit;
  }
  #single-book .book-header-wrapper .authors a:hover {
    color: #2F6185;
  }
  #single-book .book-header-wrapper .translator {
    color: #5085AC;
  }
  #single-book .book-header-wrapper .collections {
    color: #5085AC;
  }
  #single-book .book-header-wrapper .collections a:hover {
    color: #2F6185;
  }
  #single-book .book-header-wrapper .share-buttons {
    text-align: center;
  }
  #single-book .book-header-wrapper .share-buttons li {
    display: inline-block;
    margin: 0 10px;
  }
  #single-book .book-header-wrapper .share-buttons li:first-child {
    margin-left: 0;
  }
  #single-book .book-header-wrapper .share-buttons li a {
    font-size: 14px;
    background: #2F6185;
    color: #fff;
  }
  #single-book .book-header-wrapper .share-buttons li a:hover {
    color: #fff;
    background: #17273A;
  }
  #single-book .pdf-files li {
    display: block;
    width: auto;
  }
  #single-book .single-book-related .related-list li {
    width: 100%;
  }
  #single-book .single-book-related .related-list li .book-card {
    border: none;
  }
  #single-book .single-book-related .related-list li .book-card .cover {
    width: 100%;
    display: block;
    margin: 10px 0;
  }
  #single-book .single-book-related .related-list li .book-card .book-desc {
    margin: 0;
    width: 100%;
  }
}
