@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");
@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%;
}
body,
html {
  margin: 0;
  padding: 0;
  background-color: #626262;
  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: 599px) {
  .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: #FFFFFF;
  border-top: 0;
}

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

img {
  max-width: 100%;
}

/****
By line et social share
***/
.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;
}
@media (max-width: 599px) {
  .by-line {
    padding-right: 100px;
  }
}
.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%;
  font-size: 13px;
  line-height: 135%;
  color: #979797;
  opacity: 0.8;
}

.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;
}
.social-sharing-bar ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.social-sharing-bar ul li a {
  fill: #626262;
  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;
}

.social-sharing-bar ul {
  margin: 0;
  padding: 0;
}
/**** 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: "IBM Plex Serif", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  color: #FFFFFF;
  padding-top: 7px;
  text-align: left;
  opacity: 0.5;
}
@media (max-width: 599px) {
  .bdv {
    font-size: 13px;
    margin: 0;
  }
}
.bdv.centered {
  text-align: center;
}
.bdv .credit-photo {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9em;
}
/******
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: #FFFFFF;
  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: #FFFFFF;
  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: #FFFFFF;
  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: #FFFFFF;
}
h4 {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  color: #FFFFFF;
}
/*****
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: #626262 !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: #626262;
  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: #626262;
  text-decoration: none;
  transition: all ease-in-out 0.6s;
  border-bottom: 1px solid rgba(255, 80, 53, 0.5);
  position: relative;
  z-index: 2;
}
.sommaire .sommaire-item:last-of-type {
  border-bottom: 0;
}
.sommaire .sommaire-item.active {
  color: #FFFFFF !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: #626262;
  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: #000;
  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: #626262;
  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;
  }
}

html, body {
  font-size: 20px;
  line-height: 145%;
  background: #626262;
  position: relative;
}
@media (max-width: 768px) {
  html, body {
    font-size: 17px;
  }
}

header {
  position: relative;
}

.trigger-warning {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 25px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.trigger-warning h2 {
  text-transform: uppercase;
}

#indicator {
  opacity: 0.8;
  transition: opacity 0.2s linear;
  position: absolute;
  top: calc( 100vh - 50px );
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 599px) {
  #indicator {
    top: calc( 100vh - 130px );
  }
}
#indicator img {
  max-width: 30px;
}
#indicator.hide {
  opacity: 0;
}

.intro-image .sticky-img {
  background: #626262 url("../images/grainy.jpg") center center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 599px) {
  .intro-image .sticky-img {
    background: #626262 url("../images/mobile/grainy-mob.jpg") center center no-repeat;
    background-size: 100% 100%;
  }
}

main {
  position: relative;
}

main::before {
  content: "";
  display: block;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #626262 url("../images/grainy.jpg") center center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 599px) {
  main::before {
    background: #626262 url("../images/mobile/grainy-mob.jpg") center center no-repeat;
    background-size: 100% 100%;
  }
}

@media (max-width: 599px) {
  .max700 {
    margin: 25px 0;
  }
}

#blurryImageA, #blurryImageB {
  -webkit-transition: 0.9s -webkit-filter linear;
  -moz-transition: 0.9s -moz-filter linear;
  -moz-transition: 0.9s filter linear;
  -ms-transition: 0.9s -ms-filter linear;
  -o-transition: 0.9s -o-filter linear;
  transition: 0.9s filter linear, 1s -webkit-filter linear;
  z-index: 0;
}
#blurryImageA.blurry, #blurryImageB.blurry {
  filter: blur(90px);
  -webkit-filter: blur(90px);
  mix-blend-mode: overlay;
}

#blurryImageB {
  z-index: 1;
  opacity: 0;
  filter: blur(74px);
  -webkit-filter: blur(74px);
  mix-blend-mode: overlay;
}
#blurryImageB.deblur {
  filter: blur(0);
  -webkit-filter: blur(0);
  mix-blend-mode: initial;
}

#blurryTitle {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  filter: blur(32px);
  will-change: filter;
  opacity: 0;
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-size: 224px;
  font-weight: 100;
  line-height: 86%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  font-stretch: 179%;
}
@media (max-width: 599px) {
  #blurryTitle {
    font-size: 120px;
  }
}

@media (max-width: 599px) {
  .stick-img-with-text-overlay .overlay .overlay-content .black-bg.intro-bdv-bg {
    margin: 0 -15px -25px;
    background: rgba(0, 0, 0, 0.9);
    width: 100vw;
  }
}

@media (max-width: 599px) {
  .by-line-and-intro-container {
    padding: 0 15px;
  }
}

.authors .author {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-stretch: 400%;
  font-size: 18px;
  line-height: 105%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.publication-info {
  opacity: 1;
  color: #fff;
}
@media (max-width: 599px) {
  .publication-info {
    font-size: 11px;
  }
}

.spacer-mini {
  min-height: 25vh;
}

.spacer-after {
  min-height: 70px;
}
@media (max-width: 599px) {
  .spacer-after {
    display: none;
  }
}

.avant-apres {
  margin: auto;
  max-width: 768px;
}
@media (max-width: 599px) {
  .avant-apres {
    margin: 35px auto;
    max-width: 375px;
    box-sizing: border-box;
  }
}
.avant-apres .bdv {
  background: black;
  color: white;
  width: 100%;
  padding: 25px 30px;
  opacity: 1;
  box-sizing: border-box;
}

.stick-img-with-text-overlay:not(.intro-image) {
  margin-top: 35px;
}
@media (max-width: 599px) {
  .stick-img-with-text-overlay:not(.intro-image) .spacer {
    display: none;
  }
  .stick-img-with-text-overlay:not(.intro-image) .overlay-content {
    padding-top: 66.66%;
  }
  .stick-img-with-text-overlay:not(.intro-image) .sticky-img img {
    max-width: 100vw;
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    transform: none;
    max-height: initial;
    min-height: initial;
  }
}

h2 {
  font-stretch: 400%;
}

.stick-img-with-text-overlay .overlay .overlay-content .black-bg {
  max-width: 768px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  border-radius: 0;
}
@media (max-width: 599px) {
  .stick-img-with-text-overlay .overlay .overlay-content .black-bg {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .normal-content .spacer-mini {
    min-height: 0;
  }
}

.bdv {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-stretch: 550%;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  line-height: 135%;
  letter-spacing: -0.25px;
  color: #FFFFFF;
  opacity: 1;
  padding-top: 0;
}
@media (max-width: 599px) {
  .bdv {
    font-size: 15px;
  }
}
.bdv .credits-photo {
  font-weight: 400;
  font-size: 13px;
  line-height: 135%;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  color: #A9A9A9;
}
.bdv.fond-noir {
  background: rgba(0, 0, 0, 0.7);
  margin-top: -7px;
  padding: 25px 30px;
}
@media (max-width: 599px) {
  .bdv.fond-noir {
    padding: 15px 15px;
  }
}
.bdv.avantapres {
  max-width: 768px;
}
@media (max-width: 599px) {
  .bdv.avantapres {
    padding: 15px 15px;
  }
}
.bdv.insta {
  max-width: 480px;
  margin: 0 auto 0;
}
@media (max-width: 599px) {
  .bdv.insta {
    max-width: 350px;
    box-sizing: border-box;
  }
}
.bdv.tweet {
  max-width: 490px;
  margin: 0 auto 0;
}
@media (max-width: 599px) {
  .bdv.tweet {
    max-width: 350px;
    box-sizing: border-box;
  }
}

.instagram-media, .twitter-tweet {
  margin: 0 auto 0 !important;
}
@media (max-width: 599px) {
  .instagram-media, .twitter-tweet {
    max-width: 350px !important;
    margin: 0 auto 15px !important;
  }
}

sup {
  line-height: 10%;
  font-size: 0.6em;
}

.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;
}

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