@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,100;1,300;1,400;1,500;1,600;1,700&display=swap");
@import "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,100;1,300;1,400;1,500;1,600;1,700&display=swap");
@import "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css";
@font-face {
  font-family: "Heading Now Variable";
  src: url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/woff2/HeadingNowVarVF.woff2") format("woff2-variations"), url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/ttf/Heading-Now-Variable.ttf") format("truetype-variations");
  font-weight: 110 1000;
  font-stretch: 100% 1000%;
}
@font-face {
  font-family: "Heading Now Italic Variable";
  src: url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/woff2/HeadingNowItalicVarVF.woff2") format("woff2-variations"), url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/ttf/Heading-Now-Italic-Variable.ttf") format("truetype-variations");
  font-weight: 110 1000;
  font-stretch: 100% 1000%;
}
body,
html {
  margin: 0;
  padding: 0;
  background-color: #252A20;
  color: #ffffff;
  font-family: "IBM Plex Serif", serif;
  font-size: 15px;
}

/*** Layout ***/
.max700 {
  max-width: 700px;
  margin: 25px auto;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 768px) {
  .max700 {
    margin: 25px 16px;
  }
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (min-width: 600px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 599px) {
  .desktop-only {
    display: none !important;
  }
}

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

hr {
  border-color: #FFF396;
  border-top: 0;
}

.clear-break {
  clear: both;
}

section, .chapitre {
  margin: 0;
  padding: 0;
  position: relative;
}

img {
  max-width: 100%;
}

/****
By line et social share
***/
.reading-time {
  font-family: "Heading Now Variable", sans-serif;
  font-stretch: 550%;
  font-weight: 240;
  font-size: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.reading-glasses {
  max-height: 13px;
  min-height: 13px;
  margin-right: 5px;
}

.by-line-wrapper {
  padding-bottom: 0 !important;
}

.by-line {
  border-top: 5px solid #ffffff;
  padding-top: 15px;
  padding-bottom: 10px;
  margin: 0 auto;
  color: #ffffff;
  font-weight: normal;
  font-size: 1em;
  position: relative;
}
.by-line .publication-date {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .by-line {
    margin: 20px 0 0;
    font-size: 0.9em;
    line-height: 1.1;
  }
}
.by-line .authors,
.by-line .author {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.by-line .authors .author-name,
.by-line .author .author-name {
  flex-grow: 1;
}
@media (max-width: 599px) {
  .by-line .author {
    margin-bottom: 10px;
  }
}
.by-line .authors {
  margin-bottom: 15px;
}
@media (max-width: 599px) {
  .by-line .authors {
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.by-line .author-name {
  font-family: "Heading Now Variable", sans-serif;
  font-stretch: 400%;
  color: #ffffff;
  font-weight: 750;
  font-size: 18px;
  line-height: 105%;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 20px;
}
.by-line .by-line-image {
  width: 60px;
  border-radius: 50%;
  margin-right: 7px;
}
.by-line .jdeq, .by-line .jdem, .by-line .be {
  position: absolute;
  top: 20px;
  right: 0;
}
.by-line .jdeq img, .by-line .jdem img, .by-line .be img {
  max-width: 110px;
}
.by-line .be img {
  max-width: 200px;
}
@media (max-width: 599px) {
  .by-line .be img {
    max-width: 80px;
  }
}

.publication-info {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-stretch: 600%;
  color: #979797;
  opacity: 0.8;
  font-size: 17px;
  line-height: 135%;
}
@media (max-width: 599px) {
  .publication-info {
    font-size: 15px;
  }
}
.publication-info .publication-date {
  font-size: 13px;
  line-height: 135%;
}

.social-sharing-bar {
  min-width: 230px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .social-sharing-bar {
    margin: 0 0 15px;
  }
}
.social-sharing-bar .sharebar__label {
  display: block;
  float: left;
  padding-right: 10px;
  font-style: normal;
  font-stretch: 400%;
  color: #ffffff;
  font-family: "Heading Now Variable", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.social-sharing-bar ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.social-sharing-bar ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.social-sharing-bar ul li a {
  fill: #252A20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  transition: background 0.2s;
  cursor: pointer;
}
.social-sharing-bar ul li a svg {
  max-width: 18px;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}

.social-sharing-bar,
.by-line {
  max-width: 750px;
}

/**** PHOTOS ****/
.photo-wrapper {
  margin: 30px auto;
}
.photo-wrapper .photo-container {
  text-align: center;
}
.photo-wrapper img {
  width: 100%;
  margin: 0;
}
.photo-wrapper.full-screen {
  margin: 30px -40px;
}
@media (max-width: 599px) {
  .photo-wrapper.full-screen {
    margin: 30px -15px;
  }
}
@media (min-width: 600px) {
  .photo-wrapper.mortaise-droite div.mortaise, .photo-wrapper.mortaise-gauche div.mortaise {
    max-width: 50%;
    margin-bottom: 25px;
  }
}
.photo-wrapper.mortaise-droite div.mortaise img, .photo-wrapper.mortaise-gauche div.mortaise img {
  width: 100%;
}
@media (min-width: 600px) {
  .photo-wrapper.mortaise-droite div.mortaise img.book-cover, .photo-wrapper.mortaise-gauche div.mortaise img.book-cover {
    max-width: 200px;
  }
}
@media (min-width: 600px) {
  .photo-wrapper.mortaise-droite div.mortaise {
    float: right;
    margin-left: 45px;
  }
}
@media (min-width: 600px) {
  .photo-wrapper.mortaise-gauche div.mortaise {
    float: left;
    margin-right: 45px;
  }
}

.bdv {
  margin: 0;
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
  font-stretch: 550%;
  color: #ffffff;
  padding-top: 7px;
  text-align: left;
  opacity: 0.5;
  letter-spacing: -0.25px;
}
@media (max-width: 599px) {
  .bdv {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
  }
}
.bdv.centered {
  text-align: center;
}
.bdv .credit-photo {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
}
@media (max-width: 599px) {
  .bdv .credit-photo {
    font-size: 11px;
  }
}

/******
Quote
****/
figure.blockquote {
  position: relative;
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  figure.blockquote {
    padding-left: 0;
  }
}
figure.blockquote blockquote {
  font-family: "Heading Now Variable", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 124%;
  color: #FFF396;
  margin: 0 0 20px 0;
}
@media all and (max-width: 780px) {
  figure.blockquote blockquote {
    font-size: 24px;
  }
}
figure.blockquote figcaption {
  opacity: 0.5;
}

/****
Sticky and overlay
****/
.stick-img-with-text-overlay {
  position: relative;
  width: 100%;
  margin: 0 -50%;
  left: 50%;
  right: 50%;
}
.stick-img-with-text-overlay .sticky-img {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.stick-img-with-text-overlay .sticky-img .hidden {
  opacity: 0;
}
.stick-img-with-text-overlay .sticky-img img {
  object-fit: cover;
  max-width: none;
  max-height: 100vh;
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media (max-width: 700px) {
  .stick-img-with-text-overlay .sticky-img img {
    max-width: 100vh;
  }
}
.stick-img-with-text-overlay .overlay {
  position: relative;
  padding: 0;
  width: 100%;
  margin: -100vh auto 0;
  overflow: hidden;
}
.stick-img-with-text-overlay .overlay .chapitre-titre-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stick-img-with-text-overlay .overlay .spacer-mini {
  min-height: 25vh;
}
.stick-img-with-text-overlay .overlay .spacer-mini-video {
  min-height: 5vh;
}
.stick-img-with-text-overlay .overlay .spacer {
  min-height: 100vh;
}
@media (max-width: 700px) {
  .stick-img-with-text-overlay .overlay .spacer {
    min-height: 80vh;
  }
}
.stick-img-with-text-overlay .overlay .spacer.smaller-spacer {
  min-height: 50vh;
}
.stick-img-with-text-overlay .overlay .spacer.bigger-spacer {
  min-height: 160vh;
}
.stick-img-with-text-overlay .overlay .spacer.spacer-before {
  min-height: 75vh;
}
@media (max-width: 768px) {
  .stick-img-with-text-overlay .overlay .spacer.spacer-before.first {
    min-height: 65vh;
  }
}
.stick-img-with-text-overlay .overlay .spacer.spacer-after {
  min-height: 30vh;
}
@media (max-width: 768px) {
  .stick-img-with-text-overlay .overlay .spacer.spacer-after {
    min-height: 20vh;
  }
}
.stick-img-with-text-overlay .overlay .overlay-content {
  margin: 0 auto;
  background-color: transparent;
  position: relative;
  display: inline-block;
  width: 100%;
}
.stick-img-with-text-overlay .overlay .overlay-content .white-bg,
.stick-img-with-text-overlay .overlay .overlay-content .black-bg {
  padding: 25px 40px;
  box-sizing: border-box;
  width: 100%;
  max-width: 780px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  border-radius: 6px;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .stick-img-with-text-overlay .overlay .overlay-content .white-bg,
  .stick-img-with-text-overlay .overlay .overlay-content .black-bg {
    max-width: 700px;
  }
}
@media (max-width: 599px) {
  .stick-img-with-text-overlay .overlay .overlay-content .white-bg,
  .stick-img-with-text-overlay .overlay .overlay-content .black-bg {
    width: calc(100% - 32px);
    padding: 10px 15px;
  }
  .stick-img-with-text-overlay .overlay .overlay-content .white-bg .photo-wrapper,
  .stick-img-with-text-overlay .overlay .overlay-content .black-bg .photo-wrapper {
    margin: 40px -16px;
  }
  .stick-img-with-text-overlay .overlay .overlay-content .white-bg .photo-wrapper .bdv,
  .stick-img-with-text-overlay .overlay .overlay-content .black-bg .photo-wrapper .bdv {
    margin: 0 16px;
  }
}
.stick-img-with-text-overlay .overlay .overlay-content .white-bg {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

/*****
Text
****/
h1.chapitre-titre {
  font-family: "Heading Now Variable", sans-serif;
  line-height: 100%;
  color: #FFF396;
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  h1.chapitre-titre {
    margin: 0 0 20px;
  }
}

h3.chapitre-exergue {
  font-family: "IBM Plex Serif", serif;
  color: #FFF396;
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  h3.chapitre-exergue {
    font-size: 20px;
    margin: 0 0 25px;
  }
}

h2 {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  color: #FFF396;
  font-stretch: 450%;
}
h4 {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  color: #FFF396;
}
/*****
Sommaire
*****/
.sommaire-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: all ease 0.4s;
  font-family: "IBM Plex Serif", serif;
  text-align: left;
  font-style: normal;
  font-weight: normal !important;
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
  color: #252A20 !important;
  height: 40px;
  padding: 0 15px;
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: flex;
  align-items: center;
  z-index: 4;
}
.sommaire-button.shrunk {
  font-size: 0;
  width: 40px;
  padding: 0;
  justify-content: center;
}
.sommaire-button.active {
  font-size: 13px;
  width: auto;
  padding: 0 15px;
  border: 1px solid #ffffff;
}
.sommaire-button.hidden {
  display: none;
}
.sommaire-button .hamburgere {
  width: 20px;
  height: 14px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.sommaire-button .hamburgere span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #252A20;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.sommaire-button .hamburgere span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.sommaire-button .hamburgere span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.sommaire-button .hamburgere span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.sommaire-button.active .hamburgere span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 4px;
}
.sommaire-button.active .hamburgere span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.sommaire-button.active .hamburgere span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 13px;
  left: 4px;
}

.sommaire {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #ffffff;
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 9;
  width: 270px;
  padding: 15px 25px 0;
  transition: all ease-in-out 0.6s;
  border-radius: 8px;
}
.sommaire.inactive {
  bottom: -800px;
}
.sommaire.inactive .sommaire-item {
  opacity: 0;
}
.sommaire.hidden {
  display: none;
}
.sommaire .sommaire-item {
  font-family: "IBM Plex Serif", serif;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  display: flex;
  flex-direction: column;
  padding: 14px 0;
  align-items: flex-start;
  justify-content: flex-start;
  color: #252A20;
  text-decoration: none;
  transition: all ease-in-out 0.6s;
  border-bottom: 1px solid #FFF396;
  position: relative;
  z-index: 2;
}
.sommaire .sommaire-item:last-of-type {
  border-bottom: 0;
}
.sommaire .sommaire-item.active {
  color: #FFF396 !important;
}
.sommaire .sommaire-item span.chapter-indicator {
  display: block;
  font-family: "IBM Plex Serif", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .sommaire .sommaire-item span.chapter-indicator {
    font-size: 12px;
    line-height: 18px;
  }
}
.sommaire::after {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background: #ffffff;
  margin: -22px auto 0;
  transform: rotate(45deg);
  border-radius: 0 0 4px 0;
  position: relative;
  bottom: -10px;
  right: -100px;
}

.chapitres-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.chapitres-menu a {
  flex-basis: 115px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Heading Now Variable", sans-serif;
  font-stretch: 400%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  text-align: center;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #252A20;
  overflow: hidden;
}
.chapitres-menu a:hover {
  opacity: 0.6;
}
.chapitres-menu a img {
  width: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .chapitres-menu {
    justify-content: center;
  }
  .chapitres-menu a {
    flex-basis: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 10px;
  }
  .chapitres-menu a img {
    width: auto;
    max-height: 63px;
    margin-right: 22px;
  }
}

#notif-container {
  position: fixed;
  top: 45px;
  right: 0;
  width: auto;
  z-index: 999999;
}

.notif-toast {
  position: relative;
  padding: 8px 12px;
  margin: 16px;
  border-radius: 20px;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.19);
  border: 1px solid black;
  animation-duration: 0.3s;
  animation-name: notif;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.notif-fadeOut {
  animation-name: notifFadeOut;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
}

#notif-container p,
#notif-container h4 {
  margin: 3px 0 !important;
}

.notif-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}

.notif-text {
  font-size: 14px;
  color: #252A20;
  font-family: "IBM Plex Serif", serif;
}

.notif-icon {
  position: absolute;
  top: 5px;
  left: -40px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #FFF;
}

.notif-toast a, .notif-toast a:hover {
  color: #549EDB !important;
  text-decoration: none !important;
}

/** toast types */
.notif-success {
  border-bottom: 2px solid #51C625;
}

.notif-warning {
  border-bottom: 2px solid #DB9215;
}

.notif-error {
  border-bottom: 2px solid #DB2B1D;
}

.notif-info {
  border-bottom: 2px solid #27ABDB;
}

@keyframes notif {
  from {
    transform: translate3d(400px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes notifFadeOut {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(400px, 0, 0);
    opacity: 0;
  }
}
/****
Crédits
****/
.credits,
#credits {
  background-color: #252A20;
  color: #ffffff;
  position: relative;
  z-index: 0;
  font-size: 20px;
  line-height: 138%;
}
@media (max-width: 768px) {
  .credits,
  #credits {
    font-size: 18px;
  }
  .credits .bdv,
  #credits .bdv {
    margin: 0 0 15px;
  }
  .credits p strong,
  #credits p strong {
    display: block;
  }
}

/*****
Footer de JDX
***/
.main-footer {
  width: 100%;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.main-footer .svg {
  pointer-events: none;
}

.main-footer .foot ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-footer .foot ul li {
  list-style-type: none;
  float: none;
  width: 20%;
  padding: 0;
  text-align: center;
  font: "Heading Now Variable", sans-serif;
  font-stretch: 400%;
  text-transform: uppercase;
  color: #bfbfbf;
  border-left: solid 2px #bfbfbf;
}

@media (max-width: 75em) {
  .main-footer .foot ul li {
    font-size: 1em;
    width: 33.33%;
  }
  .main-footer .foot ul li:nth-child(2) {
    border-left: none;
  }
}
@media (max-width: 40em) {
  .main-footer .foot ul li {
    width: 100%;
    border-left: none;
    border-bottom: solid 2px #ffffff;
  }
}
.main-footer .foot ul li.main {
  width: 40%;
  border: none;
  padding: 0.8em 0 1.2em;
  margin: 25px auto;
}

.main-footer .foot ul li.main a {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

@media (max-width: 75em) {
  .main-footer .foot ul li.main {
    width: 100%;
    border-bottom: solid 2px #ffffff;
  }
}
.main-footer .foot ul li.main .social {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 35px;
  overflow: hidden;
  margin-left: 2px;
}

.main-footer .foot ul li.main .social .svg {
  height: 35px;
  width: 195px;
  max-width: 195px;
  position: absolute;
  top: 0;
  left: 0px;
}

.main-footer .foot ul li.main .social .svg.fb-sprite {
  left: 0px;
}

.main-footer .foot ul li.main .social .svg.tw-sprite {
  left: -40px;
}

.main-footer .foot ul li.main .social .svg.gp-sprite {
  left: -79px;
}

.main-footer .foot ul li.main .social .svg.rss-sprite {
  left: -119px;
}

.main-footer .foot ul li.main .social .svg.ig-sprite {
  left: -158px;
}

.lt-ie9 .main-footer .foot ul li.main .social .svg {
  width: 195px;
}

.lt-ie9 .main-footer .foot ul li.main .social .svg.fb-sprite {
  left: 0px;
}

.lt-ie9 .main-footer .foot ul li.main .social .svg.tw-sprite {
  left: -40px;
}

.lt-ie9 .main-footer .foot ul li.main .social .svg.gp-sprite {
  left: -80px;
}

.lt-ie9 .main-footer .foot ul li.main .social .svg.rss-sprite {
  left: -119px;
}

.lt-ie9 .main-footer .foot ul li.main .social .svg.ig-sprite {
  left: -158px;
}

.main-footer .foot ul li.main .svg.jdx, .main-footer .foot ul li.main span.jdx {
  display: inline-block;
  width: 125px;
  height: 55px;
}

.main-footer .foot ul li.main .svg path, .main-footer .foot ul li.main span path {
  fill: #bfbfbf;
}

.main-footer .foot ul li.main .svg:hover path, .main-footer .foot ul li.main span:hover path {
  fill: #f2f2f2;
}

.main-footer .foot ul li.main .followus {
  margin-left: 0.5em;
  font-family: "Heading Now Variable", sans-serif;
  font-stretch: 400%;
  text-transform: uppercase;
}

@media (max-width: 40em) {
  .main-footer .foot ul li.main .followus {
    width: 100%;
    display: block;
    margin: 0.5em 0;
  }
}
.main-footer .foot ul li a {
  display: block;
  width: 100%;
  color: #bfbfbf;
  padding: 1.75em 0;
  -webkit-transition: background 0.25s 0 ease-in;
  -moz-transition: background 0.25s 0 ease-in;
  -ms-transition: background 0.25s 0 ease-in;
  -o-transition: background 0.25s 0 ease-in;
  transition: background 0.25s 0 ease-in;
}

.main-footer .foot ul li a:hover {
  color: #f2f2f2;
}

@font-face {
  font-family: "Heading Now Variable";
  src: url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/woff2/HeadingNowVarVF.woff2") format("woff2-variations"), url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/ttf/Heading-Now-Variable.ttf") format("truetype-variations");
  font-weight: 110 1000;
  font-stretch: 100% 1000%;
}
@font-face {
  font-family: "Heading Now Italic Variable";
  src: url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/woff2/HeadingNowItalicVarVF.woff2") format("woff2-variations"), url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/ttf/Heading-Now-Italic-Variable.ttf") format("truetype-variations");
  font-weight: 110 1000;
  font-stretch: 100% 1000%;
}
body,
html {
  margin: 0;
  padding: 0;
  background-color: #252A20;
  color: #ffffff;
  font-family: "IBM Plex Serif", serif;
  font-size: 15px;
}

/*** Layout ***/
.max700 {
  max-width: 700px;
  margin: 25px auto;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 768px) {
  .max700 {
    margin: 25px 16px;
  }
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (min-width: 600px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 599px) {
  .desktop-only {
    display: none !important;
  }
}

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

hr {
  border-color: #FFF396;
  border-top: 0;
}

.clear-break {
  clear: both;
}

section, .chapitre {
  margin: 0;
  padding: 0;
  position: relative;
}

img {
  max-width: 100%;
}

/****
By line et social share
***/
.reading-time {
  font-family: "Heading Now Variable", sans-serif;
  font-stretch: 550%;
  font-weight: 240;
  font-size: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.reading-glasses {
  max-height: 13px;
  min-height: 13px;
  margin-right: 5px;
}

.by-line-wrapper {
  padding-bottom: 0 !important;
}

.by-line {
  border-top: 5px solid #ffffff;
  padding-top: 15px;
  padding-bottom: 10px;
  margin: 0 auto;
  color: #ffffff;
  font-weight: normal;
  font-size: 1em;
  position: relative;
}
.by-line .publication-date {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .by-line {
    margin: 20px 0 0;
    font-size: 0.9em;
    line-height: 1.1;
  }
}
.by-line .authors,
.by-line .author {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.by-line .authors .author-name,
.by-line .author .author-name {
  flex-grow: 1;
}
@media (max-width: 599px) {
  .by-line .author {
    margin-bottom: 10px;
  }
}
.by-line .authors {
  margin-bottom: 15px;
}
@media (max-width: 599px) {
  .by-line .authors {
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.by-line .author-name {
  font-family: "Heading Now Variable", sans-serif;
  font-stretch: 400%;
  color: #ffffff;
  font-weight: 750;
  font-size: 18px;
  line-height: 105%;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 20px;
}
.by-line .by-line-image {
  width: 60px;
  border-radius: 50%;
  margin-right: 7px;
}
.by-line .jdeq, .by-line .jdem, .by-line .be {
  position: absolute;
  top: 20px;
  right: 0;
}
.by-line .jdeq img, .by-line .jdem img, .by-line .be img {
  max-width: 110px;
}
.by-line .be img {
  max-width: 200px;
}
@media (max-width: 599px) {
  .by-line .be img {
    max-width: 80px;
  }
}

.publication-info {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-stretch: 600%;
  color: #979797;
  opacity: 0.8;
  font-size: 17px;
  line-height: 135%;
}
@media (max-width: 599px) {
  .publication-info {
    font-size: 15px;
  }
}
.publication-info .publication-date {
  font-size: 13px;
  line-height: 135%;
}

.social-sharing-bar {
  min-width: 230px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .social-sharing-bar {
    margin: 0 0 15px;
  }
}
.social-sharing-bar .sharebar__label {
  display: block;
  float: left;
  padding-right: 10px;
  font-style: normal;
  font-stretch: 400%;
  color: #ffffff;
  font-family: "Heading Now Variable", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.social-sharing-bar ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.social-sharing-bar ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.social-sharing-bar ul li a {
  fill: #252A20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  transition: background 0.2s;
  cursor: pointer;
}
.social-sharing-bar ul li a svg {
  max-width: 18px;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}

.social-sharing-bar,
.by-line {
  max-width: 750px;
}

/**** PHOTOS ****/
.photo-wrapper {
  margin: 30px auto;
}
.photo-wrapper .photo-container {
  text-align: center;
}
.photo-wrapper img {
  width: 100%;
  margin: 0;
}
.photo-wrapper.full-screen {
  margin: 30px -40px;
}
@media (max-width: 599px) {
  .photo-wrapper.full-screen {
    margin: 30px -15px;
  }
}
@media (min-width: 600px) {
  .photo-wrapper.mortaise-droite div.mortaise, .photo-wrapper.mortaise-gauche div.mortaise {
    max-width: 50%;
    margin-bottom: 25px;
  }
}
.photo-wrapper.mortaise-droite div.mortaise img, .photo-wrapper.mortaise-gauche div.mortaise img {
  width: 100%;
}
@media (min-width: 600px) {
  .photo-wrapper.mortaise-droite div.mortaise img.book-cover, .photo-wrapper.mortaise-gauche div.mortaise img.book-cover {
    max-width: 200px;
  }
}
@media (min-width: 600px) {
  .photo-wrapper.mortaise-droite div.mortaise {
    float: right;
    margin-left: 45px;
  }
}
@media (min-width: 600px) {
  .photo-wrapper.mortaise-gauche div.mortaise {
    float: left;
    margin-right: 45px;
  }
}

.bdv {
  margin: 0;
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
  font-stretch: 550%;
  color: #ffffff;
  padding-top: 7px;
  text-align: left;
  opacity: 0.5;
  letter-spacing: -0.25px;
}
@media (max-width: 599px) {
  .bdv {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
  }
}
.bdv.centered {
  text-align: center;
}
.bdv .credit-photo {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
}
@media (max-width: 599px) {
  .bdv .credit-photo {
    font-size: 11px;
  }
}

/******
Quote
****/
figure.blockquote {
  position: relative;
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  figure.blockquote {
    padding-left: 0;
  }
}
figure.blockquote blockquote {
  font-family: "Heading Now Variable", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 124%;
  color: #FFF396;
  margin: 0 0 20px 0;
}
@media all and (max-width: 780px) {
  figure.blockquote blockquote {
    font-size: 24px;
  }
}
figure.blockquote figcaption {
  opacity: 0.5;
}

/****
Sticky and overlay
****/
.stick-img-with-text-overlay {
  position: relative;
  width: 100%;
  margin: 0 -50%;
  left: 50%;
  right: 50%;
}
.stick-img-with-text-overlay .sticky-img {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.stick-img-with-text-overlay .sticky-img .hidden {
  opacity: 0;
}
.stick-img-with-text-overlay .sticky-img img {
  object-fit: cover;
  max-width: none;
  max-height: 100vh;
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media (max-width: 700px) {
  .stick-img-with-text-overlay .sticky-img img {
    max-width: 100vh;
  }
}
.stick-img-with-text-overlay .overlay {
  position: relative;
  padding: 0;
  width: 100%;
  margin: -100vh auto 0;
  overflow: hidden;
}
.stick-img-with-text-overlay .overlay .chapitre-titre-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stick-img-with-text-overlay .overlay .spacer-mini {
  min-height: 25vh;
}
.stick-img-with-text-overlay .overlay .spacer-mini-video {
  min-height: 5vh;
}
.stick-img-with-text-overlay .overlay .spacer {
  min-height: 100vh;
}
@media (max-width: 700px) {
  .stick-img-with-text-overlay .overlay .spacer {
    min-height: 80vh;
  }
}
.stick-img-with-text-overlay .overlay .spacer.smaller-spacer {
  min-height: 50vh;
}
.stick-img-with-text-overlay .overlay .spacer.bigger-spacer {
  min-height: 160vh;
}
.stick-img-with-text-overlay .overlay .spacer.spacer-before {
  min-height: 75vh;
}
@media (max-width: 768px) {
  .stick-img-with-text-overlay .overlay .spacer.spacer-before.first {
    min-height: 65vh;
  }
}
.stick-img-with-text-overlay .overlay .spacer.spacer-after {
  min-height: 30vh;
}
@media (max-width: 768px) {
  .stick-img-with-text-overlay .overlay .spacer.spacer-after {
    min-height: 20vh;
  }
}
.stick-img-with-text-overlay .overlay .overlay-content {
  margin: 0 auto;
  background-color: transparent;
  position: relative;
  display: inline-block;
  width: 100%;
}
.stick-img-with-text-overlay .overlay .overlay-content .white-bg,
.stick-img-with-text-overlay .overlay .overlay-content .black-bg {
  padding: 25px 40px;
  box-sizing: border-box;
  width: 100%;
  max-width: 780px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  border-radius: 6px;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .stick-img-with-text-overlay .overlay .overlay-content .white-bg,
  .stick-img-with-text-overlay .overlay .overlay-content .black-bg {
    max-width: 700px;
  }
}
@media (max-width: 599px) {
  .stick-img-with-text-overlay .overlay .overlay-content .white-bg,
  .stick-img-with-text-overlay .overlay .overlay-content .black-bg {
    width: calc(100% - 32px);
    padding: 10px 15px;
  }
  .stick-img-with-text-overlay .overlay .overlay-content .white-bg .photo-wrapper,
  .stick-img-with-text-overlay .overlay .overlay-content .black-bg .photo-wrapper {
    margin: 40px -16px;
  }
  .stick-img-with-text-overlay .overlay .overlay-content .white-bg .photo-wrapper .bdv,
  .stick-img-with-text-overlay .overlay .overlay-content .black-bg .photo-wrapper .bdv {
    margin: 0 16px;
  }
}
.stick-img-with-text-overlay .overlay .overlay-content .white-bg {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

/*****
Text
****/
h1.chapitre-titre {
  font-family: "Heading Now Variable", sans-serif;
  line-height: 100%;
  color: #FFF396;
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  h1.chapitre-titre {
    margin: 0 0 20px;
  }
}

h3.chapitre-exergue {
  font-family: "IBM Plex Serif", serif;
  color: #FFF396;
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  h3.chapitre-exergue {
    font-size: 20px;
    margin: 0 0 25px;
  }
}

h2 {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  color: #FFF396;
  font-stretch: 450%;
}
h4 {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  color: #FFF396;
}
/*****
Sommaire
*****/
.sommaire-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: all ease 0.4s;
  font-family: "IBM Plex Serif", serif;
  text-align: left;
  font-style: normal;
  font-weight: normal !important;
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
  color: #252A20 !important;
  height: 40px;
  padding: 0 15px;
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: flex;
  align-items: center;
  z-index: 4;
}
.sommaire-button.shrunk {
  font-size: 0;
  width: 40px;
  padding: 0;
  justify-content: center;
}
.sommaire-button.active {
  font-size: 13px;
  width: auto;
  padding: 0 15px;
  border: 1px solid #ffffff;
}
.sommaire-button.hidden {
  display: none;
}
.sommaire-button .hamburgere {
  width: 20px;
  height: 14px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.sommaire-button .hamburgere span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #252A20;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.sommaire-button .hamburgere span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.sommaire-button .hamburgere span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.sommaire-button .hamburgere span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.sommaire-button.active .hamburgere span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 4px;
}
.sommaire-button.active .hamburgere span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.sommaire-button.active .hamburgere span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 13px;
  left: 4px;
}

.sommaire {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #ffffff;
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 9;
  width: 270px;
  padding: 15px 25px 0;
  transition: all ease-in-out 0.6s;
  border-radius: 8px;
}
.sommaire.inactive {
  bottom: -800px;
}
.sommaire.inactive .sommaire-item {
  opacity: 0;
}
.sommaire.hidden {
  display: none;
}
.sommaire .sommaire-item {
  font-family: "IBM Plex Serif", serif;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  display: flex;
  flex-direction: column;
  padding: 14px 0;
  align-items: flex-start;
  justify-content: flex-start;
  color: #252A20;
  text-decoration: none;
  transition: all ease-in-out 0.6s;
  border-bottom: 1px solid #FFF396;
  position: relative;
  z-index: 2;
}
.sommaire .sommaire-item:last-of-type {
  border-bottom: 0;
}
.sommaire .sommaire-item.active {
  color: #FFF396 !important;
}
.sommaire .sommaire-item span.chapter-indicator {
  display: block;
  font-family: "IBM Plex Serif", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .sommaire .sommaire-item span.chapter-indicator {
    font-size: 12px;
    line-height: 18px;
  }
}
.sommaire::after {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background: #ffffff;
  margin: -22px auto 0;
  transform: rotate(45deg);
  border-radius: 0 0 4px 0;
  position: relative;
  bottom: -10px;
  right: -100px;
}

.chapitres-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.chapitres-menu a {
  flex-basis: 115px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Heading Now Variable", sans-serif;
  font-stretch: 400%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  text-align: center;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #252A20;
  overflow: hidden;
}
.chapitres-menu a:hover {
  opacity: 0.6;
}
.chapitres-menu a img {
  width: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .chapitres-menu {
    justify-content: center;
  }
  .chapitres-menu a {
    flex-basis: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 10px;
  }
  .chapitres-menu a img {
    width: auto;
    max-height: 63px;
    margin-right: 22px;
  }
}

#notif-container {
  position: fixed;
  top: 45px;
  right: 0;
  width: auto;
  z-index: 999999;
}

.notif-toast {
  position: relative;
  padding: 8px 12px;
  margin: 16px;
  border-radius: 20px;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.19);
  border: 1px solid black;
  animation-duration: 0.3s;
  animation-name: notif;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.notif-fadeOut {
  animation-name: notifFadeOut;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
}

#notif-container p,
#notif-container h4 {
  margin: 3px 0 !important;
}

.notif-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}

.notif-text {
  font-size: 14px;
  color: #252A20;
  font-family: "IBM Plex Serif", serif;
}

.notif-icon {
  position: absolute;
  top: 5px;
  left: -40px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #FFF;
}

.notif-toast a, .notif-toast a:hover {
  color: #549EDB !important;
  text-decoration: none !important;
}

/** toast types */
.notif-success {
  border-bottom: 2px solid #51C625;
}

.notif-warning {
  border-bottom: 2px solid #DB9215;
}

.notif-error {
  border-bottom: 2px solid #DB2B1D;
}

.notif-info {
  border-bottom: 2px solid #27ABDB;
}

@keyframes notif {
  from {
    transform: translate3d(400px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes notifFadeOut {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(400px, 0, 0);
    opacity: 0;
  }
}
/****
Crédits
****/
.credits,
#credits {
  background-color: #252A20;
  color: #ffffff;
  position: relative;
  z-index: 0;
  font-size: 20px;
  line-height: 138%;
}
@media (max-width: 768px) {
  .credits,
  #credits {
    font-size: 18px;
  }
  .credits .bdv,
  #credits .bdv {
    margin: 0 0 15px;
  }
  .credits p strong,
  #credits p strong {
    display: block;
  }
}

/*****
Footer de JDX
***/
.main-footer {
  width: 100%;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.main-footer .svg {
  pointer-events: none;
}

.main-footer .foot ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-footer .foot ul li {
  list-style-type: none;
  float: none;
  width: 20%;
  padding: 0;
  text-align: center;
  font: "Heading Now Variable", sans-serif;
  font-stretch: 400%;
  text-transform: uppercase;
  color: #bfbfbf;
  border-left: solid 2px #bfbfbf;
}

@media (max-width: 75em) {
  .main-footer .foot ul li {
    font-size: 1em;
    width: 33.33%;
  }
  .main-footer .foot ul li:nth-child(2) {
    border-left: none;
  }
}
@media (max-width: 40em) {
  .main-footer .foot ul li {
    width: 100%;
    border-left: none;
    border-bottom: solid 2px #ffffff;
  }
}
.main-footer .foot ul li.main {
  width: 40%;
  border: none;
  padding: 0.8em 0 1.2em;
  margin: 25px auto;
}

.main-footer .foot ul li.main a {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

@media (max-width: 75em) {
  .main-footer .foot ul li.main {
    width: 100%;
    border-bottom: solid 2px #ffffff;
  }
}
.main-footer .foot ul li.main .social {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 35px;
  overflow: hidden;
  margin-left: 2px;
}

.main-footer .foot ul li.main .social .svg {
  height: 35px;
  width: 195px;
  max-width: 195px;
  position: absolute;
  top: 0;
  left: 0px;
}

.main-footer .foot ul li.main .social .svg.fb-sprite {
  left: 0px;
}

.main-footer .foot ul li.main .social .svg.tw-sprite {
  left: -40px;
}

.main-footer .foot ul li.main .social .svg.gp-sprite {
  left: -79px;
}

.main-footer .foot ul li.main .social .svg.rss-sprite {
  left: -119px;
}

.main-footer .foot ul li.main .social .svg.ig-sprite {
  left: -158px;
}

.lt-ie9 .main-footer .foot ul li.main .social .svg {
  width: 195px;
}

.lt-ie9 .main-footer .foot ul li.main .social .svg.fb-sprite {
  left: 0px;
}

.lt-ie9 .main-footer .foot ul li.main .social .svg.tw-sprite {
  left: -40px;
}

.lt-ie9 .main-footer .foot ul li.main .social .svg.gp-sprite {
  left: -80px;
}

.lt-ie9 .main-footer .foot ul li.main .social .svg.rss-sprite {
  left: -119px;
}

.lt-ie9 .main-footer .foot ul li.main .social .svg.ig-sprite {
  left: -158px;
}

.main-footer .foot ul li.main .svg.jdx, .main-footer .foot ul li.main span.jdx {
  display: inline-block;
  width: 125px;
  height: 55px;
}

.main-footer .foot ul li.main .svg path, .main-footer .foot ul li.main span path {
  fill: #bfbfbf;
}

.main-footer .foot ul li.main .svg:hover path, .main-footer .foot ul li.main span:hover path {
  fill: #f2f2f2;
}

.main-footer .foot ul li.main .followus {
  margin-left: 0.5em;
  font-family: "Heading Now Variable", sans-serif;
  font-stretch: 400%;
  text-transform: uppercase;
}

@media (max-width: 40em) {
  .main-footer .foot ul li.main .followus {
    width: 100%;
    display: block;
    margin: 0.5em 0;
  }
}
.main-footer .foot ul li a {
  display: block;
  width: 100%;
  color: #bfbfbf;
  padding: 1.75em 0;
  -webkit-transition: background 0.25s 0 ease-in;
  -moz-transition: background 0.25s 0 ease-in;
  -ms-transition: background 0.25s 0 ease-in;
  -o-transition: background 0.25s 0 ease-in;
  transition: background 0.25s 0 ease-in;
}

.main-footer .foot ul li a:hover {
  color: #f2f2f2;
}

:root {
  barThickness: 6px;
  --swiper-theme-color:#1a1a1a;
  --swiper-navigation-size: 27px;
}

.new-nav ul, .header-chapitres ul, .menuSwiper ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.new-nav ul li, .header-chapitres ul li, .menuSwiper ul li {
  list-style-type: none;
  flex-basis: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.new-nav ul li, .new-nav .swiper-slide, .header-chapitres ul li, .header-chapitres .swiper-slide, .menuSwiper ul li, .menuSwiper .swiper-slide {
  margin: 0;
  padding-left: 0;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #C6C6C6;
}
.new-nav ul li:hover .chap-titre, .new-nav .swiper-slide:hover .chap-titre, .header-chapitres ul li:hover .chap-titre, .header-chapitres .swiper-slide:hover .chap-titre, .menuSwiper ul li:hover .chap-titre, .menuSwiper .swiper-slide:hover .chap-titre {
  text-decoration: underline;
}
.new-nav ul li:hover .chap-cartouche, .new-nav .swiper-slide:hover .chap-cartouche, .header-chapitres ul li:hover .chap-cartouche, .header-chapitres .swiper-slide:hover .chap-cartouche, .menuSwiper ul li:hover .chap-cartouche, .menuSwiper .swiper-slide:hover .chap-cartouche {
  top: var(--barThickness);
}
.new-nav ul li.reversed .chap-num, .new-nav .swiper-slide.reversed .chap-num, .header-chapitres ul li.reversed .chap-num, .header-chapitres .swiper-slide.reversed .chap-num, .menuSwiper ul li.reversed .chap-num, .menuSwiper .swiper-slide.reversed .chap-num {
  color: white;
  background-color: #704AA0;
  padding: 0 3px;
  display: inline-block;
  box-sizing: border-box;
}
.new-nav ul li *, .new-nav .swiper-slide *, .header-chapitres ul li *, .header-chapitres .swiper-slide *, .menuSwiper ul li *, .menuSwiper .swiper-slide * {
  pointer-events: none;
}
.new-nav ul li .chap-infos, .new-nav .swiper-slide .chap-infos, .header-chapitres ul li .chap-infos, .header-chapitres .swiper-slide .chap-infos, .menuSwiper ul li .chap-infos, .menuSwiper .swiper-slide .chap-infos {
  flex-grow: 1;
}
.new-nav ul li .chap-img, .new-nav .swiper-slide .chap-img, .header-chapitres ul li .chap-img, .header-chapitres .swiper-slide .chap-img, .menuSwiper ul li .chap-img, .menuSwiper .swiper-slide .chap-img {
  flex-basis: 100px;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .new-nav ul li .chap-img, .new-nav .swiper-slide .chap-img, .header-chapitres ul li .chap-img, .header-chapitres .swiper-slide .chap-img, .menuSwiper ul li .chap-img, .menuSwiper .swiper-slide .chap-img {
    flex-basis: 50px;
  }
  .new-nav ul li .chap-img img, .new-nav .swiper-slide .chap-img img, .header-chapitres ul li .chap-img img, .header-chapitres .swiper-slide .chap-img img, .menuSwiper ul li .chap-img img, .menuSwiper .swiper-slide .chap-img img {
    width: 100%;
  }
}
.new-nav ul li .chap-num, .new-nav .swiper-slide .chap-num, .header-chapitres ul li .chap-num, .header-chapitres .swiper-slide .chap-num, .menuSwiper ul li .chap-num, .menuSwiper .swiper-slide .chap-num {
  font-family: "Heading Now Variable", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #704AA0;
  font-stretch: 401%;
}
.new-nav ul li .chap-titre, .new-nav .swiper-slide .chap-titre, .header-chapitres ul li .chap-titre, .header-chapitres .swiper-slide .chap-titre, .menuSwiper ul li .chap-titre, .menuSwiper .swiper-slide .chap-titre {
  font-family: "Heading Now Variable", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 110%;
  color: #000000;
  font-stretch: 400%;
  padding-right: 15px;
  margin-top: 4px;
}
.new-nav .swiper-slide, .header-chapitres .swiper-slide, .menuSwiper .swiper-slide {
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  flex-direction: row-reverse;
  padding: 8px 12px;
  align-items: center;
  box-sizing: border-box;
}
.new-nav .swiper-slide .chap-img, .header-chapitres .swiper-slide .chap-img, .menuSwiper .swiper-slide .chap-img {
  margin-right: 12px;
  margin-left: 25px;
}

.swiper-fixed-container {
  position: fixed;
  top: 0;
  z-index: 2;
  max-width: 100vw;
}
.swiper-fixed-container .swiper {
  margin-top: -100%;
  transition: margin-top 0.4s ease-out;
}
.swiper-fixed-container .swiper.reading {
  margin-top: var(--barThickness);
}

.new-nav {
  z-index: 99;
  position: fixed;
  top: 0;
}
.new-nav .checkpoints {
  margin: 0;
  width: 100vw;
  height: 150px;
  overflow: hidden;
  display: inline-block;
}
.new-nav .checkpoints li {
  margin: 0;
  float: left;
  border-bottom: 0;
  padding-bottom: 0;
  height: 20px;
  z-index: 9;
  position: relative;
  overflow: visible;
}
.new-nav .checkpoints li img {
  margin-right: 20px;
}
.new-nav .checkpoints li .chap-cartouche {
  max-width: 343px;
  min-width: 270px;
  min-height: 85px;
  box-sizing: border-box;
  background: #F5F5F5;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 5px 5px;
  position: absolute;
  transition: top 0.3s ease-out;
  top: -110px;
}
.new-nav .checkpoints li.to-the-right .chap-cartouche {
  right: 0;
}
.new-nav .checkpoints li.reading .chap-cartouche, .new-nav .checkpoints li:hover .chap-cartouche {
  top: var(--barThickness);
}
.header-chapitres {
  background: #F8F3FF;
  box-shadow: inset 0 0 36px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: all 1s 0.5s ease-in-out;
  overflow: hidden;
  margin-top: 60px;
}
@media (min-width: 600px) {
  .header-chapitres {
    margin-top: 100px;
  }
}
.header-chapitres:not(.revealed) {
  max-height: 0;
}
.header-chapitres.revealed {
  padding: 10px 18px;
  max-height: 1000px;
}
@media (min-width: 600px) {
  .header-chapitres.revealed {
    padding: 65px 0 75px;
  }
}
.header-chapitres h4 {
  font-family: "Heading Now Variable", sans-serif;
  font-weight: 850;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFF396;
  font-stretch: 401%;
  -webkit-font-smoothing: antialiased;
}
.header-chapitres ul li {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .header-chapitres ul li {
    flex-basis: 48%;
  }
}

/*****
PROGRESSBAR
***/
.progressbar {
  margin: 0;
}
.progressbar .shim {
  display: none;
  width: 100%;
}
.progressbar .holder {
  position: relative;
  font-size: 85%;
  padding: 0;
  background-color: transparent;
}
@media only screen and (min-width: 750px) {
  .progressbar .holder {
    font-size: 90%;
  }
}
@media only screen and (min-width: 900px) {
  .progressbar .holder {
    font-size: 95%;
  }
}
.progressbar .holder .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: var(--barThickness);
  background-color: rgba(217, 217, 217, 0.5);
}
.progressbar .holder .bar .indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #FFF396;
}
.progressbar .holder .labels {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.progressbar .holder .labels i {
  display: block;
  position: relative;
  float: left;
  cursor: pointer;
  font-style: normal;
  z-index: 6;
  height: 45px;
}
.progressbar .holder .labels i::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 2px;
  height: var(--barThickness);
  box-sizing: border-box;
  background-color: #fff;
  transform: translateX(-50%);
  transition: background-color 150ms ease-in;
}
.progressbar .holder .labels i::after {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  content: attr(data-label-short);
  position: relative;
  top: -100%;
  left: 0;
  z-index: 3;
  padding: 10px 4px;
  margin-top: 2px;
  font-family: "Heading Now Variable", sans-serif;
  font-weight: 600;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  line-height: 100%;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-stretch: 401%;
  color: #FFF396;
  width: 100%;
  transition: color 150ms ease-in, top 100ms ease-out;
}
@media (min-width: 900px) {
  .progressbar .holder .labels i::after {
    content: attr(data-label);
  }
}
.progressbar .holder .labels i:hover::before, .progressbar .holder .labels i:focus::before {
  background-color: #FFF;
}
.progressbar .holder .labels i.read::before {
  background-color: #FFF396;
}
.progressbar .holder .labels i.read:hover::before, .progressbar .holder .labels i.read:focus::before {
  background-color: #FFF396;
}
.progressbar .holder .labels i.read::after {
  color: #FFF396;
}
.progressbar .holder .labels i.reading::after {
  color: #FFF396;
}
.progressbar .holder .labels i.slided-down::after {
  top: -20%;
}
.progressbar.fixed .holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
html, body {
  font-size: 21px;
  line-height: 145%;
  background: #252A20;
}
@media (max-width: 767px) {
  html, body {
    font-weight: 400;
    font-size: 17px;
    line-height: 145%;
  }
}

.by-line-wrapper {
  margin-top: 50px;
  position: relative;
}
@media (min-width: 600px) {
  .by-line-wrapper {
    margin-top: 100px;
  }
}
.by-line-wrapper .author-img {
  max-width: 60px;
  margin-right: 10px;
  float: left;
}
.by-line-wrapper .publication-info {
  opacity: 1;
}
.by-line-wrapper .author-name {
  color: white;
  font-size: 22px;
  line-height: 110%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .by-line-wrapper .author-name {
    font-size: 20px;
  }
}
.by-line-wrapper .by-line {
  border-top: 5px solid #FFF396;
  display: flex;
  align-items: center;
}

.joined-credits .bdv,
.photo-wrapper .bdv {
  font-weight: 400;
}
.joined-credits .bdv .credit-photo,
.photo-wrapper .bdv .credit-photo {
  font-size: 13px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .joined-credits .bdv .credit-photo,
  .photo-wrapper .bdv .credit-photo {
    font-size: 11px;
  }
}
@media (min-width: 600px) {
  .joined-credits.mortaise-droite div.mortaise,
  .photo-wrapper.mortaise-droite div.mortaise {
    max-width: 30%;
  }
}
.joined-credits.photosAB,
.photo-wrapper.photosAB {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .joined-credits.photosAB,
  .photo-wrapper.photosAB {
    margin-bottom: 0 !important;
  }
  .joined-credits.photosAB .photoA,
  .photo-wrapper.photosAB .photoA {
    margin-bottom: 5px;
  }
  .joined-credits.photosAB .photoA .bdv,
  .photo-wrapper.photosAB .photoA .bdv {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 600px) {
  .joined-credits.photosAB,
  .photo-wrapper.photosAB {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .joined-credits.photosAB .photoA, .joined-credits.photosAB .photoB,
  .photo-wrapper.photosAB .photoA,
  .photo-wrapper.photosAB .photoB {
    flex-basis: 49%;
  }
  .joined-credits.photosAB .photoA img, .joined-credits.photosAB .photoB img,
  .photo-wrapper.photosAB .photoA img,
  .photo-wrapper.photosAB .photoB img {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .joined-credits .deborde,
  .photo-wrapper .deborde {
    margin: 0 -130px;
  }
}
.joined-credits.souvenir,
.photo-wrapper.souvenir {
  transform: rotate(2deg);
  margin-top: 60px;
}
.joined-credits.souvenir.inverse,
.photo-wrapper.souvenir.inverse {
  transform: rotate(-2deg);
}
.joined-credits.souvenir .photo-container img,
.photo-wrapper.souvenir .photo-container img {
  border: solid 8px #fff4dd;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .joined-credits.souvenir img,
  .photo-wrapper.souvenir img {
    max-width: 320px;
    margin-left: -5px;
  }
}
.joined-credits.passeport,
.photo-wrapper.passeport {
  transform: rotate(2deg);
  margin-top: 60px;
}
.joined-credits.passeport .photo-container img,
.photo-wrapper.passeport .photo-container img {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .joined-credits.passeport img,
  .photo-wrapper.passeport img {
    max-width: 320px;
    margin-left: -5px;
  }
}
.joined-credits.smaller,
.photo-wrapper.smaller {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .joined-credits.smaller,
  .photo-wrapper.smaller {
    max-width: 280px;
  }
}
.joined-credits.smallerer,
.photo-wrapper.smallerer {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .joined-credits.smallerer,
  .photo-wrapper.smallerer {
    max-width: 200px;
  }
}

.sep {
  height: 5px;
  width: 100%;
  background-color: #DBDBDB;
  margin: 42px 0;
  border: 0;
}
.sep.rouge {
  margin-top: 0;
  background-color: #FFF396;
}

p em {
  font-family: "Heading Now Variable", sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #ffffff;
  font-size: 17px;
  font-stretch: 550%;
  line-height: 145%;
}
@media (min-width: 600px) {
  p em {
    font-size: 20px;
  }
}
p em a {
  color: #ffffff;
}

video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 177.7778%;
  border-radius: 5px;
  margin-top: 15px;
}

.video-js .vjs-dock-text {
  display: none;
}

.video-js .vjs-progress-control {
  display: block !important;
}

.video-js .vjs-big-play-button:active,
.video-js .vjs-big-play-button:focus,
.video-js:active .vjs-big-play-button,
.video-js:hover .vjs-big-play-button,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  background-color: #FFF396;
}

@media (max-width: 599px) {
  .video-js .vjs-big-play-button {
    font-size: 2.5em;
  }
  .video-js .vjs-control-bar {
    font-size: 10px;
  }
}
.credits {
  background-color: #252A20;
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 145%;
  font-stretch: 550%;
  margin-bottom: -30px;
}
@media (max-width: 599px) {
  .credits {
    font-size: 17px;
  }
}
.credits h1 {
  font-weight: 171;
  font-stretch: 784%;
  color: #879C82;
}
.credits .sep {
  background-color: #879C82;
}
.credits .sources {
  font-family: "Heading Now Variable", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 135%;
  font-stretch: 550%;
  color: #E9E8CD;
  opacity: 0.5;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .credits .sources {
    font-size: 11px;
  }
}

.header-slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

.header-slide {
  position: absolute;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-duration: 7s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.header-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-slide:nth-child(1) {
  animation-name: animate1;
}
.header-slide:nth-child(2) {
  animation-name: animate2;
}
.header-slide:nth-child(3) {
  animation-name: animate3;
}
.header-slide:nth-child(4) {
  animation-name: animate4;
}

@keyframes animate1 {
  0% {
    opacity: 1;
  }
  24.99% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate2 {
  24.99% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50.99% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate3 {
  0% {
    opacity: 0;
  }
  50.99% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  74.99% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@keyframes animate4 {
  0% {
    opacity: 0;
  }
  74.99% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.new-header {
  margin: auto;
}
.new-header .grid-and-title-wrapper {
  background: #252A20;
}
.new-header .square {
  aspect-ratio: 1/1;
  border-bottom: 6px solid #000;
}
.new-header .rectangular {
  aspect-ratio: 700/700;
}
@media (min-width: 1200px) {
  .new-header .rectangular {
    aspect-ratio: 1440/600;
  }
}
@media (min-width: 1800px) {
  .new-header .rectangular {
    aspect-ratio: 1440/600;
  }
}
.new-header .grid {
  overflow: hidden;
  border-bottom: 8px solid white;
  display: grid;
  column-gap: 8px;
  row-gap: 7px;
  background: white;
  max-height: 65vh;
  grid-template-columns: 50% 50%;
  grid-template-rows: 40% 60%;
  grid-template-areas: "deux trois" "un un";
}
.new-header .grid img, .new-header .grid video {
  object-fit: cover;
  object-position: center;
  max-width: unset;
  height: 100%;
  width: 100%;
}
.new-header .grid .case-un {
  grid-area: un;
}
.new-header .grid .case-un img {
  object-fit: cover;
  max-width: none;
  height: 100%;
  width: 100%;
}
.new-header .grid .case-deux, .new-header .grid .case-trois {
  overflow: hidden;
  display: flex;
  height: 100%;
  max-height: 100%;
}
.new-header .grid .case-deux img, .new-header .grid .case-trois img {
  object-fit: cover;
  max-width: none;
  height: 100%;
  width: 100%;
}
.new-header .grid .case-deux video, .new-header .grid .case-trois video {
  align-self: end;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.new-header .grid .case-deux {
  grid-area: deux;
  align-self: start;
  position: relative;
  background-color: black;
}
.new-header .grid .case-trois {
  grid-area: trois;
  align-self: start;
  position: relative;
}
.new-header .grid .case-trois::before {
  content: "";
  display: flex;
  background: #FFF396;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 600px) {
  .new-header .grid {
    max-height: unset;
    min-height: 520px;
    grid-template-columns: 70% 30%;
    grid-template-rows: 50% 50%;
    grid-template-areas: "un deux" "un trois";
  }
}
.new-header .header-main-title {
  background: #18210E;
  position: relative;
  padding: 0 16px 35px;
}
@media (min-width: 600px) {
  .new-header .header-main-title {
    padding: 0 48px 55px;
  }
  .new-header .header-main-title .main-title-wrapper {
    max-width: 1440px;
    margin: auto;
  }
}
.new-header .header-main-title h1 {
  font-family: "Heading Now Variable", sans-serif;
  font-weight: 1000;
  font-size: 56px;
  line-height: 98%;
  color: #ffffff;
  font-stretch: 435%;
  text-transform: uppercase;
  margin: 25px 0 15px;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 600px) {
  .new-header .header-main-title h1 {
    font-size: 116px;
    margin: 39px 0 45px;
  }
}
@media (min-width: 900px) {
  .new-header .header-main-title h1 {
    font-size: 146px;
  }
}
.new-header .header-main-title h3 {
  font-family: "Heading Now Variable", sans-serif;
  font-weight: 585;
  font-size: 18px;
  line-height: 110%;
  color: #879C82;
  font-stretch: 784%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  padding-top: 12px;
}
@media (min-width: 600px) {
  .new-header .header-main-title h3 {
    font-size: 28px;
    padding-top: 12px;
  }
}
@media (min-width: 900px) {
  .new-header .header-main-title h3 {
    font-size: 34px;
    padding-top: 12px;
  }
}
.new-header .header-main-title .bdv {
  opacity: 0.5;
}
.new-header .header-main-title p.main-exergue {
  margin: 32px 0 0;
  font-family: "Heading Now Variable", sans-serif;
  font-weight: 585;
  font-size: 18px;
  line-height: 135%;
  color: #FFF396;
  font-stretch: 784%;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
.new-header .header-main-title p.main-exergue em {
  font-family: "Heading Now Italic Variable", sans-serif;
}
@media (min-width: 600px) {
  .new-header .header-main-title p.main-exergue {
    font-size: 28px;
    line-height: 145%;
  }
}
.new-header .header-lead {
  border-top: 0;
  color: #ffffff;
  position: relative;
  display: block;
  border-top: 13px solid #ffffff;
}
.new-header .header-lead .bob {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 329;
  font-size: 22px;
  line-height: 135%;
  color: #ffffff;
  font-stretch: 479%;
  margin: 45px auto 20px;
}
@media (min-width: 600px) {
  .new-header .header-lead .bob {
    margin: 90px auto;
    font-size: 25px;
    line-height: 135%;
  }
}
.new-header .header-lead .bob em {
  font-family: "Heading Now Italic Variable", sans-serif;
}
.new-header .header-lead .bob .highlight {
  font-weight: 850;
  font-stretch: 550%;
  color: #929292;
  text-transform: uppercase;
}
.new-header .header-lead .author-name {
  color: #ffffff;
  margin-right: 0;
}
.new-header .header-lead a:not(.author-name) {
  color: #000000;
}
.new-header .header-lead a:not(.author-name):hover {
  font-weight: 450;
}

.header-img {
  margin-top: 50px;
  margin-bottom: -30px;
}
.header-img img {
  width: 100%;
}
.header-img img, .header-img video {
  border-bottom: 5px solid #FFF396;
}

.apparte {
  background: #252A20 url("../media/bg-encadre.jpg") center center no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.apparte h3 {
  color: #FFF396;
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-stretch: 400%;
  font-size: 36px;
  line-height: 110%;
  border-top: 5px solid #FFF396;
  padding-top: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .apparte h3 {
    font-size: 30px;
  }
}
.apparte ul li {
  font-family: "Heading Now Variable", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-stretch: 550%;
  line-height: 145%;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .apparte ul li {
    font-size: 18px;
  }
}

.max700 {
  background-color: transparent;
}
.max700 h2 {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-stretch: 400%;
  font-size: 36px;
  line-height: 110%;
  color: #FFF396;
  padding-top: 32px;
  text-transform: uppercase;
  border-top: 3px solid #ffffff;
}
@media (max-width: 767px) {
  .max700 h2 {
    font-size: 28px;
  }
}
.max700 h5 {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-stretch: 400%;
  font-size: 30px;
  line-height: 110%;
  color: #FFF396;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .max700 h5 {
    font-size: 24px;
  }
}
.max700 p a {
  color: #ffffff !important;
  font-weight: normal;
}
.max700 blockquote {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 259;
  font-size: 21px;
  line-height: 145%;
  color: #FFF396;
  font-stretch: 784%;
  margin: 0;
}
.max700 blockquote em {
  font-family: "Heading Now Italic Variable", sans-serif;
}
@media (min-width: 600px) {
  .max700 blockquote {
    font-size: 28px;
  }
}
.max700 blockquote mark {
  background: #fff;
  color: #929292;
}
.max700 blockquote mark sup {
  font-size: 0.6em;
}

/** reading time */
.reading-time {
  color: #fff;
  opacity: 0.8;
}

.reading-glasses {
  filter: revert;
}

/*** video **/
.inline-video video-js.video-js {
  width: 100%;
  height: auto;
  padding-top: 56.75%;
}

.video-background-trajet {
  position: sticky;
  top: 0;
  height: 100vh;
  max-width: unset;
  width: 100vw;
  object-fit: cover;
  margin-bottom: 8px;
}

#containerTrajet {
  height: 500vh;
}

#sharingSticky {
  position: absolute;
  top: 0;
  left: -130px;
  z-index: 9;
  opacity: 1;
  transition: opacity 0.5s ease;
}
#sharingSticky:not(.revealed) {
  opacity: 0;
}
#sharingSticky .social-sharing-bar {
  border-top: 5px solid #FFF396;
  max-width: 98px;
  min-width: 98px;
}
#sharingSticky .social-sharing-bar .partage {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  font-stretch: 400%;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 16px;
  margin-bottom: 14px;
  text-align: center;
}
#sharingSticky .social-sharing-bar ul {
  display: flex;
  flex-direction: column;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  #sharingSticky {
    position: initial;
  }
  #sharingSticky .social-sharing-bar {
    border-top: 0;
    max-width: unset;
    min-width: unset;
    display: flex;
    align-items: center;
  }
  #sharingSticky .social-sharing-bar .partage {
    margin-right: 8px;
  }
  #sharingSticky .social-sharing-bar ul {
    flex-direction: row;
  }
}

.timeline-wrapper {
  padding-bottom: 30px;
}
@media (min-width: 600px) {
  .timeline-wrapper {
    padding-bottom: 60px;
  }
}
.timeline-wrapper .timeline-titre {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 1000;
  font-size: 48px;
  line-height: 99%;
  leading-trim: both;
  text-edge: cap;
  text-transform: uppercase;
  color: #ffffff;
  font-stretch: 435%;
  padding-top: 25px;
}
@media (min-width: 600px) {
  .timeline-wrapper .timeline-titre {
    font-size: 62px;
    padding-top: 36px;
    line-height: 99%;
  }
}
.timeline-wrapper .timeline-bob {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 329;
  font-size: 20px;
  line-height: 135%;
  leading-trim: both;
  text-edge: cap;
  color: #ffffff;
  font-stretch: 479%;
  margin: 25px auto 40px;
}
@media (min-width: 600px) {
  .timeline-wrapper .timeline-bob {
    margin: 40px auto 50px;
    font-size: 25px;
    line-height: 135%;
  }
}
.timeline-wrapper .timeline-item {
  border-top: 5px solid #ffffff;
  padding-top: 25px;
  padding-bottom: 45px;
  transition: transform 0.5s ease-out, opacity 0.8s ease-out;
}
.timeline-wrapper .timeline-item:not(.reveal) {
  transform: translateY(50%);
  opacity: 0;
}
.timeline-wrapper .timeline-item .timeline-date {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-stretch: 550%;
  font-size: 28px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFF396;
  padding-bottom: 15px;
}
@media (min-width: 600px) {
  .timeline-wrapper .timeline-item .timeline-date {
    font-size: 36px;
  }
}
.timeline-wrapper .timeline-item .timeline-content {
  font-family: "Heading Now Variable", sans-serif;
  font-stretch: 550%;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 145%;
  color: #111111;
}
.timeline-wrapper .timeline-item .timeline-content p:first-of-type {
  margin-top: 0;
}
@media (min-width: 600px) {
  .timeline-wrapper .timeline-item .timeline-content {
    font-size: 20px;
  }
}

.side-article {
  border-top: 10px solid #ffffff;
  padding-top: 35px;
}
.side-article h1 {
  font-family: "Heading Now Variable", sans-serif;
  font-weight: 1000;
  font-size: 41px;
  line-height: 101%;
  color: #ffffff;
  font-stretch: 435%;
  text-transform: uppercase;
  margin: 25px 0 15px;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 600px) {
  .side-article h1 {
    font-size: 52px;
    margin: 39px 0 45px;
  }
}
@media (min-width: 900px) {
  .side-article h1 {
    font-size: 68px;
  }
}
.side-article .bob {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 329;
  font-size: 22px;
  line-height: 135%;
  leading-trim: both;
  text-edge: cap;
  color: #ffffff;
  font-stretch: 479%;
  margin: 45px auto 20px;
  padding-bottom: 40px;
  border-bottom: 5px solid #FFF396;
}
@media (min-width: 600px) {
  .side-article .bob {
    margin: 90px auto 70px;
    font-size: 25px;
    line-height: 135%;
  }
}

.secondary {
  color: #6A6A6A !important;
  font-weight: 750 !important;
  padding-top: 18px !important;
  border-top: 5px solid #FFF396;
}

.footer-jdm {
  background-color: black;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 600px) {
  .footer-jdm {
    padding: 24px;
  }
}
@media (min-width: 900px) {
  .footer-jdm {
    padding: 32px;
  }
}
.footer-jdm .social {
  flex-basis: 50%;
}
@media (min-width: 600px) {
  .footer-jdm .social {
    flex-basis: unset;
  }
}
.footer-jdm .social ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media (min-width: 600px) {
  .footer-jdm .social ul {
    justify-content: flex-start;
  }
}
.footer-jdm .social ul li {
  list-style-type: none;
}
.footer-jdm .social ul li + li {
  margin-left: 16px;
}
.footer-jdm .social ul li:hover {
  opacity: 0.5;
}
.footer-jdm .logo {
  flex-basis: 50%;
}
@media (min-width: 600px) {
  .footer-jdm .logo {
    flex-basis: unset;
  }
}
.footer-jdm .logo img {
  max-width: 110px;
}
@media (min-width: 600px) {
  .footer-jdm .logo img {
    max-width: 130px;
  }
}
.footer-jdm .copyright {
  font-family: "Heading Now Variable", sans-serif;
  font-weight: 400;
  font-stretch: 550%;
  font-size: 11px;
  line-height: 135%;
  letter-spacing: -0.25px;
  color: #B3B3B3;
  text-align: center;
  flex-basis: 100%;
}
@media (min-width: 600px) {
  .footer-jdm .copyright {
    flex-grow: 1;
    flex-basis: unset;
    text-align: right;
  }
}

.extra {
  background: #373D33 url("../media/texture-aparte.png") center center repeat;
  background-size: cover;
  margin: 42px 0;
  padding: 0 0;
  overflow-x: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: max-height 0.5s 1s ease;
  max-height: 600px;
}
.extra:not(.reveal) {
  max-height: 0;
}
.extra h1 {
  font-family: "Heading Now Variable", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 750;
  font-stretch: 550%;
  line-height: 145%;
  text-transform: uppercase;
  color: #879C82;
  margin-top: 21px;
}
@media (max-width: 768px) {
  .extra h1 {
    font-size: 33px;
  }
}
.extra h2 {
  font-family: "Heading Now Variable", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  font-stretch: 400%;
  line-height: 145%;
  text-transform: none;
  color: #FFF396;
  margin-top: 21px;
}
@media (max-width: 768px) {
  .extra h2 {
    font-size: 25px;
  }
}
.extra p {
  font-family: "Heading Now Variable", sans-serif;
  color: #ffffff;
  font-size: 21px;
  font-style: normal;
  font-stretch: 784%;
  font-weight: 289;
  line-height: 145%;
}
@media (max-width: 768px) {
  .extra p {
    font-size: 16px;
  }
}
.extra a {
  opacity: 0.5;
}

.accompagnant-mortaise {
  border-color: #FFF396;
  transition: all 0.6s ease-in;
  margin-bottom: 85px;
}
.accompagnant-mortaise:not(.reveal) {
  opacity: 0;
  transform: translateX(-100%);
}
.accompagnant-mortaise .quote-txt {
  color: #FFF396;
}
.accompagnant-mortaise .author {
  color: white;
}
.accompagnant-mortaise .credit-photo {
  color: white;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .accompagnant-mortaise {
    border-left-width: 5px;
  }
}

.accompagnant-mortaise .photo-wrapper {
  margin: 0;
}

.stamp-1 {
  background-size: cover;
  width: 600px;
  height: 683px;
  position: absolute;
  opacity: 0.3;
}
.stamp-1.gauche {
  left: -300px;
  transform: rotate(-15deg);
  opacity: 0.2;
}
.stamp-1.droite {
  right: -300px;
  transform: rotate(15deg);
}
@media (max-width: 768px) {
  .stamp-1 {
    width: 200px;
    height: 200px;
  }
  .stamp-1.gauche {
    left: -90px;
  }
  .stamp-1.droite {
    right: -90px;
  }
  .stamp-1.header-stamp {
    transform: translate(-90px, 190px) rotate(15deg);
    height: 230px;
    right: -150px;
  }
}

.stamp-1, .stamp-2 {
  background: url("../media/stamp-romania-2.png") center center no-repeat;
  background-size: cover;
  width: 480px;
  height: 480px;
  position: absolute;
  opacity: 0.5;
}
.stamp-1.gauche, .stamp-2.gauche {
  left: -150px;
  transform: rotate(-2deg);
  opacity: 0.2;
}
.stamp-1.droite, .stamp-2.droite {
  right: -150px;
  transform: rotate(2deg);
}
.stamp-1.map, .stamp-2.map {
  transform: translateY(-150px);
}
@media (max-width: 768px) {
  .stamp-1, .stamp-2 {
    width: 180px;
    height: 180px;
  }
  .stamp-1.gauche, .stamp-2.gauche {
    left: -70px;
  }
  .stamp-1.droite, .stamp-2.droite {
    right: -70px;
  }
  .stamp-1.map, .stamp-2.map {
    transform: translate(-5px, 70px);
  }
}

article {
  overflow-x: hidden;
  position: relative;
}

/*# sourceMappingURL=styles.css.map */
