@charset "UTF-8";
/* Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block; }

/* Mixins
-------------------------------------------------- */
/* Colors
-------------------------------------------------- */
::selection {
  background: #F04553;
  color: #fff; }

/* Go!
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.container-fluid {
  padding: 0px;
  background-color: #FAF9F8; }

/* Pix
-------------------------------------------------- */
img {
  display: block;
  max-width: 100%; }

/* Links
-------------------------------------------------- */
a {
  color: #4c4646;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:visited {
  color: #4c4646;
  text-decoration: none; }

a:focus, a:hover {
  color: #F04553;
  text-decoration: none; }

/* Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both; }

/* Site
-------------------------------------------------- */
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #332F2F; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Ellipsis';
    src: local("Verdana");
    unicode-range: U+2026; } }
/*//fix the Chrome svg loading 
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'Merriweather';
    src: local('Baskerville'), local('Palatino'), local('Book Antiqua');
    //src: url("../../includes/fonts/chunk-webfont.svg") format("svg");}
}}*/
body {
  font-family: "Ellipsis", "Merriweather", serif;
  font-size: 19px;
  line-height: 1.7em;
  background: #332F2F;
  color: #4c4646; }

.actions .ico {
  margin-right: 1px; }

.ico {
  vertical-align: baseline; }
  .ico:before {
    font-size: 1.4em;
    vertical-align: middle;
    margin-top: -0.1em;
    display: inline-block; }

.actions .icon-ebook {
  font-size: .95em; }

.actions .icon-glasses {
  font-size: 1.1em;
  margin-right: -2px; }

.icon-forward:before {
  font-size: 1.1em; }

.thepage .in .ico {
  font-size: 2.4em; }

/* Header
-------------------------------------------------- */
.header {
  margin-bottom: 50px;
  background: #332F2F; }
  .header .logo, .header ul.menu {
    margin-bottom: 0; }
  .header .logo h1.company-name {
    color: #fff;
    margin-top: 17px; }

.bigmenu-toggled .header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3000; }

.menu > li {
  display: inline-block;
  overflow: hidden;
  height: 59px;
  vertical-align: bottom;
  list-style: none;
  position: relative; }
  .menu > li > a {
    font-size: .9em;
    color: #a6a3a2;
    text-transform: uppercase; }
    .menu > li > a span {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      display: inline-block;
      border-bottom: solid 3px #fff;
      padding-bottom: 11px;
      padding-top: 16px; }
  .menu > li:hover > a span {
    padding-bottom: 8px; }
  .menu > li.active > a {
    color: #fff; }
    .menu > li.active > a span {
      border-color: #fff;
      padding-bottom: 8px; }

.catalogue .header, .collection .header {
  margin-bottom: 0; }

.logo {
  padding-top: 0px;
  display: block;
  margin-bottom: 1.5em; }
  .logo h1 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Ellipsis", "Merriweather", serif;
    font-size: 1em;
    display: inline-block;
    color: #a6a3a2; }
  .logo h1.company-name {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 1.28em;
    margin-right: .22em;
    color: #4c4646; }
  .logo:hover h1, .logo:hover h1.company-name {
    color: #F04553; }

.logo img {
  width: 2em; }

/* Navigation
-------------------------------------------------- */
.menu a {
  display: inline-block;
  color: #4c4646;
  padding: 0 .35em; }
  .menu a:hover {
    color: #F04553; }

/*
.menu > li > a {
  padding: .35em 0;
}

.submenu {
  position: absolute;
  z-index: 1;
  display: none;
  left: 1em; }

.submenu:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: -.5em;
  left: 0;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-left: .5em solid $c1; }

.submenu li {
  border-bottom: 1px solid #444; }

.submenu a {
  padding: .5em 1.5em;
  font-size: .9em;
  font-weight: 300;
  color: #fff;
  background: $c1;
  white-space: nowrap; }

.submenu a:hover {
  background: #333;
  color: #fff; }
*/
@media screen and (min-width: 40em) {
  .logo {
    float: left; }

  .menu {
    float: right;
    margin-right: -1em; }

  .menu > li {
    float: left; }

  .menu > li > a {
    padding: 0 1em; }

  .menu > li:hover .submenu {
    display: block; } }
/* Headings
-------------------------------------------------- */
h1, h2, h3, .btn, header {
  font-family: "Oswald", sans-serif; }

h1 {
  font-size: 2em;
  line-height: 1.25em;
  margin-bottom: .5em; }

h2 {
  text-transform: uppercase;
  font-family: "Ellipsis", "Merriweather", serif;
  font-size: 1em;
  line-height: 1.25em;
  margin-bottom: .5em;
  color: #b2c1c9;
  text-align: center; }

.auteur h2 {
  text-align: left; }

h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: .5em; }

h4 {
  font-size: 1.125em;
  line-height: 1.5em;
  margin-bottom: .5em;
  color: #b2c1c9; }

h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important; }

h6 {
  font-family: "Oswald", sans-serif;
  color: #F04553;
  font-size: 1.1em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2.3em;
  margin-bottom: 0.5em; }

/* Main
-------------------------------------------------- */
.main {
  padding-bottom: 1.5em; }

.main p,
.main figure,
.main ul,
.main ol {
  margin-bottom: 1.5em; }

.main a {
  border-bottom: 2px solid #b2c1c9;
  padding: 4px 2px 0 2px;
  margin: 0 -2px; }

.main a:hover {
  color: #F04553;
  border-color: #F04553;
  background-color: #fff; }

.main .figure {
  text-align: right; }

section {
  margin: 60px 0; }
  section:first-of-type {
    margin-top: 30px; }

/*img.img-circled { @include roundcornersFX(1000px); // -> 100%
   overflow:hidden; //border: solid 2px $c2;
}
*/
.portrait {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border: solid 2px #b2c1c9; }
  .portrait img {
    width: 100%;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px; }

.welling .portrait {
  max-width: 55%;
  float: right;
  margin-right: 10%; }

/* Text blocks ========================= */
.text ul,
.text ol {
  margin-left: 1em; }

.critic {
  margin: 20px 0 40px; }
  .critic a {
    color: #706b6b; }
  .critic .quote {
    font-size: 1em;
    margin-right: 1em; }

.livre .text p {
  margin-bottom: 0;
  text-indent: 29px; }

.livre .writer p {
  margin-bottom: 0.3em; }

.writer {
  margin-bottom: 34px; }

.livre .text, .livre .actions {
  margin-bottom: 1.5em; }

.livre p.lettrine {
  text-indent: 0px; }

p.lettrine:first-letter {
  font-size: 2.8em;
  float: left;
  line-height: 1.16em;
  font-family: "Oswald", sans-serif;
  margin-right: 6px;
  font-weight: normal;
  font-style: normal !important; }

p.lettrine em {
  line-height: 1.16em; }

/*  LETTRINE
________________________________________________________________ */
/*.page-text p:first-line {text-transform: uppercase;}*/
.main .text {
  /* p.first { text-indent: 0;}*/ }
  .main .text p span.drop {
    text-transform: capitalize;
    font-size: 2em;
    line-height: 2em;
    display: block;
    float: left;
    padding: 0 7px 0 27px;
    margin: -24px 0px -28px 0; }
  .main .text p span.firstword {
    text-transform: uppercase; }
  .main .text p span.t,
  .main .text p span.w,
  .main .text p span.y,
  .main .text p span.j {
    margin-right: 0px; }
  .main .text p span.i {
    margin-right: 0px; }

/*
.paragraphe .cricontent  p:first-letter{
	text-transform:capitalize;
  float: left;
  font-size: 3.4em;
  line-height: 0.9em;
  margin-right: 0.15em;
	display: block;
	padding-right: 0px;
	padding-top:4px;
}

.paragraphe {
	display:inline-block;
	margin-top:40px;
	margin-bottom:50px;
}
*/
/* ________________________________________________________________ */
.quote {
  color: #706b6b;
  padding-left: 25px;
  border-left: 2px solid #b2c1c9;
  line-height: 1.5; }
  .quote p {
    margin: 0;
    font-size: 1.18em; }
  .quote:before, .quote:after {
    font-family: "Oswald", sans-serif;
    color: #B2C1C9; }
  .quote .quote-author {
    font-size: .64em;
    display: block;
    line-height: 1.7em;
    margin-top: 0.5em; }
  .quote .quote-author:before {
    content: "— "; }
  .quote .critic-author + .themedianame:before {
    content: "- "; }
  .quote.quote-lg p {
    font-size: 1.3em; }
  .quote.quote-md p {
    font-size: 1.1em; }
  .quote.quote-sm p {
    font-size: 1em; }
  .quote.quote-xs p {
    font-size: .9em; }

.quote:before {
  content: "“";
  margin-left: -0.57em;
  font-size: 3.4em;
  float: left;
  background-color: #FAF9F8;
  padding-top: 28px;
  margin-top: -0.1em;
  line-height: 0.2em; }

.btn-spe {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: none;
  border-top: solid 2px #b2c1c9;
  border-bottom: solid 2px #b2c1c9;
  border-radius: 0px;
  font-size: 1.05em;
  text-transform: uppercase;
  padding: 10px 20px 8px; }
  .btn-spe:visited {
    color: #4c4646; }
  .btn-spe:focus, .btn-spe:hover, .active .btn-spe {
    color: #F04553;
    border-color: #F04553 !important;
    z-index: 3; }
  .btn-spe.disabled {
    color: #a6a3a2;
    border-color: #a6a3a2; }

.centered-row > .btn-spe {
  margin: 1em; }

*:focus {
  outline: 0 !important; }

#section-corporate, .menu, .btn-spe, .title {
  letter-spacing: .015em; }

.welling {
  display: block;
  position: relative; }
  .welling h3.title {
    font-size: 2em;
    margin: 10px 0;
    line-height: 1.3em; }
  .welling h3.subtitle {
    font-size: 1.2em;
    margin-top: 8px; }
  .welling .subtitle p {
    margin-bottom: 0; }
  .welling .quote {
    margin-top: 30px;
    margin-left: 2px; }
  .welling > * {
    display: inline-block;
    vertical-align: middle; }
  .welling .author {
    font-size: .9em; }
  .welling .welling-img, .welling a.welling-img {
    width: 50%;
    /*img {  float: right;
      max-width: 50%;
      margin-right:5em;}*/ }
  .welling .welling-texte {
    width: 49%;
    margin-bottom: 0.5em; }

a.welling-img {
  border-bottom: none; }

a.welling:hover, a.welling-img:hover {
  color: #F04553; }

.author {
  color: #706b6b; }

a.author {
  color: #706b6b;
  border-bottom-color: transparent !important; }

.author {
  font-style: italic;
  text-transform: uppercase; }

.author + .author:before {
  content: " / ";
  color: #b2c1c9; }

.welling {
  margin: 0 15px; }

.centered-row {
  text-align: center; }

/*
.centered-row > * {  display: block; margin-left:auto; margin-right:auto;}
*/
#primary-content {
  margin-bottom: 20px; }

#writers {
  margin-top: 30px; }

.main a.snip {
  border-bottom: none; }

a.snip:hover .author, a.snip:hover h3 {
  color: #F04553; }
a.snip:hover img.book {
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-backface-visibility: hidden; }

a.snip:hover, a.welling-img:hover, .modal a:hover {
  background-color: transparent; }

/*
.snip-img {
  height:290px; display:block; margin-bottom:34px;position:relative;
  .band { float:left; width:80%; bottom:20px; position:absolute; z-index:2;background:$cl; color:$c0; font-family:$font2; text-align:center; padding: 14px 0;font-size:1.5em;}
  img{width:80%; bottom: 0;
  position: absolute;}
}
*/
.snip.snip-b {
  height: auto; }

.snip.snip-b .snip-img {
  height: auto; }
  .snip.snip-b .snip-img img {
    position: inherit; }

.snip.snip-auteurs {
  height: 450px; }

.snip.snip-actus {
  height: 610px; }
  .snip.snip-actus .snip-img img {
    max-width: 200px; }

.snip {
  border-bottom: none;
  font-size: .8em;
  display: block;
  line-height: 1.6em;
  height: 460px; }
  .snip * {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .snip h3 {
    margin: 10px 0 5px;
    font-size: 1.55em;
    line-height: 1.4em; }
  .snip .snip-text {
    height: 120px;
    position: absolute;
    bottom: 0; }

.thebooks {
  margin-bottom: 40px; }

.snip-img {
  max-width: 290px;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 70%;
  transform: rotate(0deg);
  margin-bottom: 154px;
  -webkit-backface-visibility: hidden; }
  .snip-img img {
    position: relative;
    width: 100%; }
  .snip-img > .cover {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    min-width: 100px;
    min-height: 150px;
    z-index: 10;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px 0px #CCCABF;
    -moz-box-shadow: 1px 1px 1px 0px #CCCABF;
    box-shadow: 1px 1px 1px 0px #CCCABF;
    moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; }
    .snip-img > .cover .dummy-cover {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 11;
      padding: 20% 12%;
      font-size: .8em;
      line-height: 1.3em; }
    .snip-img > .cover .band {
      float: left;
      width: 100%;
      bottom: 12%;
      position: absolute;
      z-index: 2;
      background: #F04553;
      color: #fff;
      font-family: "Oswald", sans-serif;
      text-align: center;
      padding: 14px 0 18px;
      font-size: 1.5em;
      z-index: 40; }
  .snip-img .thepage {
    color: #F04553;
    background: #fff;
    background-image: -webkit-linear-gradient(left, #cccabf 5%, #fff 100%);
    background-image: -o-linear-gradient(left, #cccabf 5%, #fff 100%);
    background-image: linear-gradient(to right, #cccabf 5%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCCCABF', endColorstr='#FFFFFFFF', GradientType=1);
    text-transform: uppercase;
    font-size: 1.8em;
    line-height: 1.2;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    position: absolute;
    z-index: 4;
    font-family: "Oswald", sans-serif; }
    .snip-img .thepage .in {
      top: 49%;
      -moz-transform: translate(2%, -50%);
      -o-transform: translate(2%, -50%);
      -ms-transform: translate(2%, -50%);
      -webkit-transform: translate(2%, -50%);
      transform: translate(2%, -50%);
      position: absolute;
      width: 100%; }
    .snip-img .thepage .glyphicon {
      font-size: 1.8em; }
  .snip-img::before, .snip-img::after {
    content: '';
    position: absolute;
    z-index: 1;
    moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  .snip-img::before {
    height: 100%;
    background: #E0DFD8 url("../assets/images/pages-b4.png") repeat left top;
    -webkit-transform: skewY(45deg);
    transform: skewY(45deg); }
  .snip-img::after {
    z-index: 1;
    width: 100%;
    background: #CCCABF url("../assets/images/pages-a4.png") repeat left top;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg); }
  .snip-img .under {
    width: 100%;
    height: 100%;
    background: #E0DFD8;
    position: absolute;
    z-index: 0;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(87, 87, 85, 0.9);
    -moz-box-shadow: 0px 0px 40px 0px rgba(87, 87, 85, 0.9);
    box-shadow: 0px 0px 40px 0px rgba(87, 87, 85, 0.9); }

.welling-img {
  font-size: 1.3em;
  margin-top: 15px; }
  .welling-img > .snip {
    position: relative;
    height: auto;
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -webkit-backface-visibility: hidden; }
  .welling-img .snip-img {
    position: inherit;
    width: 54%;
    margin-left: 26%;
    margin-bottom: 0; }
    .welling-img .snip-img > .cover {
      -webkit-box-shadow: 2px 2px 2px 0px #CCCABF;
      -moz-box-shadow: 2px 2px 2px 0px #CCCABF;
      box-shadow: 2px 2px 2px 0px #CCCABF; }
    .welling-img .snip-img .thepage {
      background-image: -webkit-linear-gradient(left, #cccabf 0%, #fff 60%);
      background-image: -o-linear-gradient(left, #cccabf 0%, #fff 60%);
      background-image: linear-gradient(to right, #cccabf 0%, #fff 60%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCCCABF', endColorstr='#FFFFFFFF', GradientType=1); }
    .welling-img .snip-img .cover {
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
    .welling-img .snip-img .band {
      font-size: 1.8em; }

.livre a.welling-img .snip:hover {
  cursor: pointer; }
  .livre a.welling-img .snip:hover .snip-img > .cover {
    -webkit-transform: skewY(-50deg) scale(0.34, 1);
    transform: skewY(-50deg) scale(0.24, 1); }

.auteur .snip {
  height: 436px; }

.snip.folio-72 .snip-img::before {
  width: 2.25%;
  right: -2.25%; }
.snip.folio-72 .snip-img::after {
  height: 1.5075%;
  bottom: -1.5075%; }
.snip.folio-72 .snip-img .under {
  right: -2.25%;
  bottom: -1.5075%; }

.snip.folio-96 .snip-img::before {
  width: 3%;
  right: -3%; }
.snip.folio-96 .snip-img::after {
  height: 2.01%;
  bottom: -2.01%; }
.snip.folio-96 .snip-img .under {
  right: -3%;
  bottom: -2.01%; }

.snip .snip-img::before,
.snip.folio-140 .snip-img::before {
  width: 4.375%;
  right: -4.375%; }
.snip .snip-img::after,
.snip.folio-140 .snip-img::after {
  height: 2.93125%;
  bottom: -2.93125%; }
.snip .snip-img .under,
.snip.folio-140 .snip-img .under {
  right: -4.375%;
  bottom: -2.93125%; }

.snip.folio-180 .snip-img::before {
  width: 5.625%;
  right: -5.625%; }
.snip.folio-180 .snip-img::after {
  height: 3.76875%;
  bottom: -3.76875%; }
.snip.folio-180 .snip-img .under {
  right: -5.625%;
  bottom: -3.76875%; }

.snip.folio-210 .snip-img::before {
  width: 6.5625%;
  right: -6.5625%; }
.snip.folio-210 .snip-img::after {
  height: 4.396875%;
  bottom: -4.396875%; }
.snip.folio-210 .snip-img .under {
  right: -6.5625%;
  bottom: -4.396875%; }

.snip.folio-280 .snip-img::before {
  width: 8.75%;
  right: -8.75%; }
.snip.folio-280 .snip-img::after {
  height: 5.8625%;
  bottom: -5.8625%; }
.snip.folio-280 .snip-img .under {
  right: -8.75%;
  bottom: -5.8625%; }

.snip.folio-350 .snip-img::before {
  width: 10.9375%;
  right: -10.9375%; }
.snip.folio-350 .snip-img::after {
  height: 7.328125%;
  bottom: -7.328125%; }
.snip.folio-350 .snip-img .under {
  right: -10.9375%;
  bottom: -7.328125%; }

.snip.folio-420 .snip-img::before {
  width: 13.125%;
  right: -13.125%; }
.snip.folio-420 .snip-img::after {
  height: 8.79375%;
  bottom: -8.79375%; }
.snip.folio-420 .snip-img .under {
  right: -13.125%;
  bottom: -8.79375%; }

.snip.folio-470 .snip-img::before {
  width: 14.6875%;
  right: -14.6875%; }
.snip.folio-470 .snip-img::after {
  height: 9.840625%;
  bottom: -9.840625%; }
.snip.folio-470 .snip-img .under {
  right: -14.6875%;
  bottom: -9.840625%; }

a.welling .quote {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a.snip:hover .quote, a.welling:hover .quote {
  color: #F04553; }
a.snip:hover .snip-img, a.welling:hover .snip-img {
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-backface-visibility: hidden; }
  a.snip:hover .snip-img > .cover, a.welling:hover .snip-img > .cover {
    -webkit-transform: skewY(-7deg) scale(0.93, 1);
    transform: skewY(-7deg) scale(0.93, 1); }

.aired {
  margin-top: 40px;
  margin-bottom: 40px; }

.left-col {
  padding-right: 46px;
  padding-left: 30px; }

.text {
  margin-top: 30px; }

.actions {
  margin-top: 85px;
  text-align: right; }

.actions > .btn-spe {
  display: block;
  margin-bottom: -2px;
  padding: 11px 0 9px;
  width: 100%; }

.writer .portrait {
  width: 80%;
  margin-left: 19%;
  position: relative; }
  .writer .portrait img {
    float: left; }
  .writer .portrait img.img-bw {
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.readmore {
  font-size: .8em;
  color: #706b6b;
  margin-top: 12px;
  border-bottom: solid 2px #b2c1c9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.writer:hover .portrait {
  border-color: #F04553; }
.writer:hover .readmore {
  color: #F04553;
  border-color: #F04553; }
.writer:hover img.img-bw {
  opacity: 0; }

/*
.left-col .figure.spacer {
  height:420px;
  a {
    right: 0;
    max-width:262px;
    border:none;
  }
}

.spacer {position:relative;
  & > * {position:absolute; bottom:0;}
}


*/
.crumb {
  background: #FAF9F8;
  font-size: 1.36em;
  position: sticky;
  top: 0;
  z-index: 2999;
  padding: .7em 15px .6em; }
  .crumb .crumbcat {
    font-style: italic; }

.bigmenu-toggled .crumb {
  display: none; }

.bookslist {
  margin: 0.8em 0 5em; }

/* Project meta
-------------------------------------------------- */
.meta {
  color: #706b6b;
  font-size: .7em;
  margin: 1.5em 0;
  text-align: right;
  line-height: 2.05em; }

.meta > li {
  list-style: none;
  margin-bottom: .6em; }

span.tiret-lg:before {
  content: "— "; }

span.meta-int {
  font-style: italic; }

li.tags-list span.tags {
  display: inline-block; }
  li.tags-list span.tags:after {
    content: ", ";
    margin-left: -3px;
    display: inline-block; }
  li.tags-list span.tags:last-child:after {
    content: "";
    margin-left: 0px; }

/* Page Auteurs
-------------------------------------------------- */
.author {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.auteurs .cols {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px; }
.auteurs h2 {
  float: left;
  font-size: 5em;
  font-family: "Oswald", sans-serif;
  color: #dfe5e9;
  top: 0;
  left: 0;
  margin: 0;
  margin-top: -31px;
  margin-left: -2px;
  z-index: 1;
  width: 20px; }
.auteurs ul.list-authors {
  z-index: 3;
  list-style: none; }
  .auteurs ul.list-authors li {
    position: static;
    margin-left: 21px; }
  .auteurs ul.list-authors a {
    color: #706b6b;
    display: block;
    padding: 5px 0 4px;
    line-height: 1.2em; }
    .auteurs ul.list-authors a:hover {
      color: #F04553; }
      .auteurs ul.list-authors a:hover .author {
        color: #F04553; }

.actus .cols {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px; }

/* Page actus 
-------------------------------------------------- */
.snap-actus {
  margin: 40px 0;
  display: block; }

.actu .left-col > img, .snap-actus img {
  border: 2px solid #b2c1c9; }

.snap-actus img {
  max-height: 300px;
  margin-bottom: 18px; }

.snap-actus img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.snap-actus:hover img {
  border-color: #F04553; }

.actu date, .snap-text date {
  color: #F04553;
  font-size: .9em; }

.actus h3 {
  margin-top: 10px; }

.actu .left-col img {
  margin-top: 24px; }

.actus main.container {
  margin-bottom: 80px; }

@media screen and (max-width: 992px) and (min-width: 768px) {
  .snap .snap-img, .snap .snap-text {
    display: inline-block; }

  .snap .snap-img {
    width: 33%;
    margin-right: 4%;
    float: left;
    margin-top: 51px; }

  .snap .snap-text {
    width: 62%; } }
/* Page contact 
-------------------------------------------------- */
.contact h6 {
  font-size: 1.5em;
  margin-top: 2.4em;
  margin-bottom: 0.7em; }

/* Project teaser
-------------------------------------------------- */
.teaser {
  list-style: none; }

.teaser li {
  margin-bottom: 1.5em;
  list-style: none; }

/*
@media screen and (min-width: 50em) {
  .teaser li {
    float: left;
    width: 30%;
    margin-left: 5%; }

  .teaser li:first-child {
    margin-left: 0; } }
*/
h2 {
  margin-bottom: 30px;
  letter-spacing: .04em; }

#catanavi {
  padding: 2em 0;
  margin-top: 0;
  background-color: #fff; }
  #catanavi .nav-tabs {
    border-bottom: none;
    margin-bottom: 1px; }
  #catanavi .btn-group {
    width: 100%; }
    #catanavi .btn-group a {
      width: 100%; }
  #catanavi label {
    width: 100%;
    margin: 8px 12px 0;
    text-align: right;
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    font-size: .9em; }

.home #catanavi {
  padding-top: 0;
  padding-bottom: 2.7em; }

.carousel {
  min-height: 460px; }

.carousel-inner > .item {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0; }
  .carousel-inner > .item.active {
    opacity: 1; }
  .carousel-inner > .item.left, .carousel-inner > .item.right {
    opacity: 0; }
  .carousel-inner > .item.next, .carousel-inner > .item.prev {
    opacity: 0; }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    opacity: 1; }

.carot {
  margin-left: 5px;
  display: inline-block; }
  .carot:before {
    font-family: 'icomoon';
    content: "\e604"; }

#thefilters .btn-spe {
  background-color: #FAF9F8; }
  #thefilters .btn-spe .carot {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden; }
#thefilters .active .btn-spe {
  border-bottom-color: #fff !important;
  background-color: #fff; }
  #thefilters .active .btn-spe .carot {
    color: #F04553;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden; }

.filters {
  padding-top: 30px; }

#cols-list .tags {
  width: 100%;
  text-align: center; }
#cols-list ul.ul-filters .coll-subtitle {
  text-align: center;
  display: block;
  font-size: .65em;
  color: #b2c1c9;
  line-height: 1.5;
  margin: 0.3rem 0 0.6rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
#cols-list ul.ul-filters li {
  font-size: 1.1em; }
#cols-list ul.ul-filters li > a.tags {
  padding: 16px 0px 5px; }

#tags-list ul.ul-filters {
  text-align: right;
  font-style: italic; }
  #tags-list ul.ul-filters li {
    display: inline-block;
    font-size: 1.16em;
    margin: 2px 0px 2px 3px;
    min-width: 7em; }
  #tags-list ul.ul-filters li > a.tags {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 4px 9px 3px; }
    #tags-list ul.ul-filters li > a.tags span.pill-count {
      font-size: .65em;
      margin-left: -1px;
      margin-right: 2px; }

ul.ul-filters {
  margin: 12px 0 0;
  background-color: #fff;
  margin-bottom: 0px;
  list-style: none; }
  ul.ul-filters li {
    margin: 3px 0; }
  ul.ul-filters li > a.tags {
    display: inline-block;
    font-size: 1.07em;
    padding: 5px 12px 2px;
    border-top: 2px solid #b2c1c9; }
    ul.ul-filters li > a.tags span.pill-count {
      font-family: "Oswald", sans-serif;
      color: #F04553;
      font-size: .65em;
      margin-left: 1px;
      font-style: normal; }
    ul.ul-filters li > a.tags:hover, ul.ul-filters li > a.tags:focus, ul.ul-filters li > a.tags.active {
      color: #F04553;
      border-color: #F04553 !important; }
      ul.ul-filters li > a.tags:hover .coll-subtitle, ul.ul-filters li > a.tags:focus .coll-subtitle, ul.ul-filters li > a.tags.active .coll-subtitle {
        color: #F04553 !important; }

#catanav {
  margin-top: 0; }
  #catanav .col-sm-6 {
    padding: 1.6em 25px; }
  #catanav label {
    width: 40%;
    margin: 0 12px 0;
    text-align: right;
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    font-size: .9em; }
  #catanav .btn-group {
    width: 50%; }
    #catanav .btn-group a {
      width: 100%; }
  #catanav ul.dropdown-menu {
    width: 100%; }

#section-corporate {
  padding: 28px 0 13px;
  font-family: "Oswald", sans-serif;
  font-size: 1.4em;
  margin-bottom: 0;
  text-align: right; }
  #section-corporate img {
    height: 140px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle; }
  #section-corporate span {
    display: inline-block;
    width: calc(50% - 15px);
    text-align: left;
    vertical-align: middle; }

section.bkg-white, #catanav, #section-corporate {
  background-color: #fff; }

/* Next/Prev nav
-------------------------------------------------- */
.nextprev a {
  padding: 0;
  border: 0;
  color: #b2c1c9; }
  .nextprev a:hover, .nextprev a:focus {
    color: #F04553;
    background-color: transparent; }

.nextprev {
  font-family: "Oswald", sans-serif;
  font-size: 1.7em;
  float: right;
  position: absolute;
  right: 0;
  top: 34px;
  display: inline-block;
  margin-top: -.3em; }
  .nextprev .prev, .nextprev .next {
    padding-bottom: 1px; }
  .nextprev .prev {
    float: left; }
  .nextprev .next {
    float: right;
    margin-left: 11px; }
  .nextprev .prev + .next {
    border-left: 2px solid #b2c1c9;
    padding-left: 8px; }

.actu .nextprev {
  margin: 0 15px;
  margin-top: -.3em; }

/* Carrousel Bootstrap -------------------------------------------------- */
.carousel-indicators {
  width: auto;
  margin: 0;
  left: inherit;
  right: 0;
  bottom: -14px !important; }
  .carousel-indicators li {
    border: 2px solid #b2c1c9;
    width: 10px;
    height: 10px;
    margin: 6px; }
  .carousel-indicators li.active {
    background-color: #b2c1c9;
    width: 14px;
    height: 14px;
    margin: 4px; }
  .carousel-indicators li:hover {
    border-color: #F04553;
    background-color: #F04553; }

.carousel-inner {
  overflow: initial; }

.carousel .nextprev > .next {
  margin-left: 8px; }

/* Footer
-------------------------------------------------- */
footer {
  padding: 1em 0 1em;
  padding-top: 25px;
  font-size: .8em;
  background-color: #fff;
  float: left;
  width: 100%;
  border-bottom: solid 2px #332F2F; }
  footer .logo {
    font-size: 1.3em !important;
    padding-top: 8px; }

.copyright, .colophon {
  display: inline-block;
  text-align: right;
  height: 20px;
  font-size: .8em;
  color: #d3d1d1;
  vertical-align: bottom !important; }

.colophon a {
  color: #d3d1d1;
  padding-left: .25em; }
  .colophon a:hover {
    color: #F04553; }

form.mce-FORM {
  text-align: right;
  margin: 40px 0 30px; }
  form.mce-FORM input#mce-EMAIL {
    width: 200px;
    vertical-align: middle;
    padding: 24px 20px 18px;
    background-color: #FAF9F8;
    border: none;
    border-radius: 0;
    border-bottom: solid 2px #706b6b;
    display: inline-block; }

#mc-embedded-subscribe {
  margin-left: -4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 30px; }

footer .logo {
  font-size: 1.2em;
  margin-left: -12px; }
  footer .logo > * {
    display: inline-block; }
  footer .logo img {
    width: 95px;
    margin-right: 5px; }
footer .follow-us {
  margin: 7px 0;
  text-align: right; }
  footer .follow-us > * {
    display: inline-block;
    vertical-align: middle; }
footer .copycolo {
  margin-bottom: 2px;
  display: block; }

ul.socials {
  margin-right: 15px;
  margin-bottom: -1px;
  margin-top: 10px;
  font-size: 2.9em;
  list-style-type: none;
  text-decoration: none;
  padding: 0; }
  ul.socials li {
    display: inline-block; }

.auteur .snip {
  height: 396px; }

@media screen and (max-width: 768px) {
  .header {
    text-align: center; }
    .header .menu {
      margin: 0 -6px; }
    .header .menu > li > a {
      font-size: .76em; }
    .header h1 {
      margin-bottom: 0; }

  footer {
    text-align: center; }
    footer .follow-us {
      text-align: center; }
      footer .follow-us > * {
        display: block; }
    footer ul.socials {
      text-align: center;
      margin-right: 0; }

  form.mce-FORM {
    text-align: center; }
    form.mce-FORM input#mce-EMAIL {
      width: 100%;
      text-align: center; }
    form.mce-FORM #mc-embedded-subscribe {
      width: 100%;
      margin-left: 0;
      margin-top: -2px; }

  section {
    margin: 40px 0; }

  .auteur .snip {
    height: auto; }

  a.snip {
    margin-bottom: 3em; }

  .snip {
    height: auto; }
    .snip .snip-img, .snip .snip-text {
      display: inline-block;
      vertical-align: middle;
      position: inherit; }
    .snip .snip-text {
      width: 50%; }
    .snip .snip-img {
      width: 33%;
      margin-bottom: 0;
      position: relative;
      margin-right: 10%;
      margin-left: 15px; }

  a.welling > *, .welling > * {
    display: block; }

  .welling a.welling-img, .welling .welling-img {
    width: 50%;
    margin: 0 25%; }
  .welling .welling-texte {
    width: 100%;
    text-align: center; }
  .welling .quote {
    text-align: left;
    margin-top: 45px; }
  .welling .snip-img {
    width: 100%;
    margin: 0; }
  .welling .portrait {
    max-width: inherit;
    float: inherit; }

  .snip-img .under {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(87, 87, 85, 0.9);
    -moz-box-shadow: 0px 0px 20px 0px rgba(87, 87, 85, 0.9);
    box-shadow: 0px 0px 20px 0px rgba(87, 87, 85, 0.9); }

  .meta {
    text-align: left; }

  .actions {
    margin-top: 25px; }

  .writer .portrait {
    width: 60%;
    margin: 0 20%; }

  .left-col {
    padding: 0 15px; }

  .nextprev {
    margin-top: -1.2em; }

  .quote {
    margin: 0 2px; }

  .quote:before {
    margin-left: -0.49em; }

  #section-corporate span {
    width: 58%; }

  footer .logo {
    display: none; } }
@media screen and (max-width: 978px) {
  .nextprev {
    top: 0; } }
@media screen and (min-width: 1024px) {
  .auteur .snip {
    height: 356px; }

  .welling h3.title {
    width: 90%; } }
#une {
  margin-top: 30px;
  margin-bottom: 0px;
  overflow: hidden; }
  #une > .container {
    margin-top: 30px;
    margin-bottom: 0px; }

#une {
  min-height: 554px; }

#section-corporate {
  margin-top: 30px; }

@media screen and (min-width: 1180px) {
  .carousel {
    height: 450px; }

  .auteur .snip {
    height: 406px; }

  .snip {
    height: 500px; }

  .welling .welling-img .snip-img {
    width: 53%;
    margin-left: 30%; } }
/* Modal
-------------------------------------------------- */
.modal {
  font-size: 38px;
  height: 100%;
  color: #FAF9F8; }
  .modal h4 {
    color: #FAF9F8; }
  .modal .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    text-align: center;
    background-color: transparent; }
  .modal .modal-header {
    border-bottom: 2px solid #FAF9F8; }
  .modal button.close {
    font-family: "Ellipsis", "Merriweather", serif;
    font-size: 1.9em;
    float: right;
    position: fixed;
    top: 22px;
    right: 30px;
    margin: 0;
    font-weight: normal; }

.modal-backdrop.in {
  opacity: 0.92;
  filter: alpha(opacity=92);
  background-color: #b2c1c9; }

.modal-share .modal-dialog {
  max-width: 580px; }

a[data-toggle="modal"] {
  cursor: pointer; }

/*  -------------------------------------------------- Modal preview  */
.modal-preview {
  background-color: #102D3B; }
  .modal-preview .modal-dialog {
    width: 80%;
    max-width: 1180px;
    padding: 0px;
    margin: 0px auto; }
  .modal-preview .modal-content {
    text-align: left;
    line-height: 1.5em; }
  .modal-preview .modal-header {
    display: block;
    border-bottom: 2px solid #586C76;
    padding: 20px 30px 10px; }
  .modal-preview h3, .modal-preview .author {
    color: #586C76;
    font-size: .8em;
    display: inline-block; }
  .modal-preview .author {
    font-size: .5em; }
    .modal-preview .author:before {
      color: #586C76; }
  .modal-preview .author:first-of-type {
    margin-right: 5px; }
    .modal-preview .author:first-of-type:before {
      content: "— "; }
  .modal-preview .modal-footer {
    color: #586C76;
    border-top: 2px solid #586C76;
    padding: 10px 30px 20px;
    font-size: .5em;
    font-style: italic; }
  .modal-preview .thepreview {
    padding: 0;
    height: 600px;
    overflow-y: scroll; }
    .modal-preview .thepreview .thepreview-in {
      padding: 20% 50px 20% 30px; }
    .modal-preview .thepreview .lettrine:first-letter {
      line-height: .98em;
      margin-right: .08em; }
  .modal-preview .close {
    color: #FAF9F8; }

/*  -------------------------------------------------- Modal recension  */
.modal-preview.modal-recension {
  background-color: #FAF9F8;
  color: #4c4646; }
  .modal-preview.modal-recension h3, .modal-preview.modal-recension .author {
    color: #706b6b; }
  .modal-preview.modal-recension .modal-footer, .modal-preview.modal-recension .modal-header {
    border-color: #706b6b;
    color: #706b6b; }
  .modal-preview.modal-recension .close {
    color: #706b6b; }

@media screen and (max-width: 768px) {
  .modal.modal-share {
    font-size: 32px; }

  .modal-preview {
    font-size: 1.5em; }
    .modal-preview .modal-dialog {
      width: auto;
      padding: 0px; }
    .modal-preview .ps-container > .ps-scrollbar-y-rail {
      margin-right: 24px; }

  .welling-img {
    height: 75vw; }

  #une > .container {
    margin-top: 44px; } }
.ps-container > .ps-scrollbar-y-rail {
  opacity: 0.6 !important;
  margin: 30px 0;
  margin-right: 4px;
  width: 5px;
  right: -4px !important;
  text-align: center;
  background-color: transparent;
  border-left: 2px solid #586C76; }
  .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    left: -4px !important;
    width: 6px;
    background-color: #586C76; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: transparent !important;
  border-color: #586C76; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: transparent; }

.modal.in .modal-dialog.modal-vertical-centered {
  position: relative;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0 auto; }

/* Pretty Socials
-------------------------------------------------- */
/*.social-container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -190px;
	margin-top: -50px;
	width: 380px;
	height: 100px;
}
*/
.social-container .links {
  margin-bottom: 40px;
  text-align: center; }

.social-container .links a {
  display: inline-block;
  margin: 10px 15px 0;
  color: #FAF9F8;
  text-decoration: none;
  border: none;
  font-size: 1.5em; }

.social-container .links a:hover {
  color: #F04553; }

/*
@media screen and (min-width: 768px){
  form#MCFORM input#mce-EMAIL { width: 232px;}
}
*/
