@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: #FFFFFF;
  color: #000000;
  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: #F7971D;
  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 #000000;
  padding-top: 15px;
  padding-bottom: 10px;
  margin: 0 auto;
  color: #000000;
  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: #000000;
  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: #000000;
  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: #FFFFFF;
  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;
  opacity: 0.4;
}
.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: #000000;
  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: #F7971D;
  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: #000000;
  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: #F7971D;
  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: #F7971D;
  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: #F7971D;
  font-stretch: 450%;
}
h4 {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  color: #F7971D;
}
/*****
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: #FFFFFF !important;
  height: 40px;
  padding: 0 15px;
  background: #000000;
  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 #000000;
}
.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: #FFFFFF;
  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: #000000;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #000000;
  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: #FFFFFF;
  text-decoration: none;
  transition: all ease-in-out 0.6s;
  border-bottom: 1px solid #F7971D;
  position: relative;
  z-index: 2;
}
.sommaire .sommaire-item:last-of-type {
  border-bottom: 0;
}
.sommaire .sommaire-item.active {
  color: #F7971D !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: #000000;
  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: #FFFFFF;
  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: #000000;
  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: #FFFFFF;
  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: #FFFFFF;
  color: #000000;
  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;
}

html, body {
  margin: 0;
  font-family: "IBM Plex Serif", serif;
  background: #1d1d1d;
  color: #fff;
}

.Chevron {
  position: fixed;
  display: block;
  height: 60px;
  bottom: 15px;
  left: 50%;
  margin-left: -30px;
  z-index: 0;
  transition: opacity 1s ease-in;
}
.Chevron.hidden {
  opacity: 0;
}
@media (max-width: 768px) {
  .Chevron {
    height: 40px;
    margin-left: -20px;
  }
}

.Chevron:before,
.Chevron:after {
  position: absolute;
  display: block;
  content: "";
  border: 30px solid transparent;
}
@media (max-width: 768px) {
  .Chevron:before,
  .Chevron:after {
    border: 20px solid transparent;
  }
}

.Chevron:before {
  top: 0;
  border-top-color: #cdcdcd;
}

.Chevron:after {
  top: -8px;
  border-top-color: #1d1d1d;
}

.spacer {
  height: 20vh;
  display: block;
}
.spacer.big {
  height: 40vh;
}

.bdv {
  text-align: left;
  padding: 5px 15px 25px 0;
  max-width: 700px;
  margin: auto;
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.bdv strong {
  font-size: 0.7rem;
  line-height: 1em;
  letter-spacing: 0.5px;
}

.credits,
.narrative {
  background: #1d1d1d;
  color: #fff;
}
.credits .normal-text .titre-chapitre,
.narrative .normal-text .titre-chapitre {
  text-align: left;
  border-top: 1px solid #F7971D;
  padding-top: 20px;
  font-weight: 400;
  font-size: 34px;
  line-height: 120%;
  color: #F7971D;
  margin: 80px auto 40px;
  max-width: 540px;
}
.credits .normal-text h2,
.narrative .normal-text h2 {
  max-width: 540px;
  margin: 60px auto 30px;
}
.credits .normal-text p,
.narrative .normal-text p {
  max-width: 540px;
  color: #FFFFFF;
}
.credits .normal-text ul,
.narrative .normal-text ul {
  max-width: 540px;
  margin: 30px auto 30px;
}

.normal-text {
  padding: 25px 0;
  max-width: 700px;
  margin: auto;
  font-family: "IBM Plex Serif", serif;
}
@media screen and (max-width: 767px) {
  .normal-text {
    margin: 0 15px;
    padding: 0;
  }
}
.normal-text .img-and-credits {
  margin: 25px 0;
  text-align: center;
}
.normal-text .img-and-credits .smaller {
  width: 100%;
  max-width: 540px;
  margin: auto;
}
.normal-text img {
  max-width: 100%;
}
.normal-text h2 {
  color: #F7971D;
  font-weight: 400;
}
.normal-text p {
  font-style: normal;
  line-height: 120%;
  font-weight: 300;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .normal-text p {
    font-size: 20px;
  }
}
.normal-text ul {
  margin: 30px auto 30px;
}
.normal-text ul li {
  font-weight: 300;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .normal-text ul li {
    font-size: 20px;
  }
}
.normal-text .bdv {
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 699px) {
  .normal-text .bdv {
    text-align: left;
    padding: 5px 5px 20px;
    font-size: 14px;
    line-height: 17px;
  }
}

.credits {
  background-color: #1d1d1d;
  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: #F7971D;
}
.credits .sep {
  background-color: #F7971D;
}
.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: #FFF;
  opacity: 0.5;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .credits .sources {
    font-size: 11px;
  }
}

/**** Header et autres fioritures ****/
.intro {
  height: 80vh;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 300;
  font-size: 22px;
}
@media (max-width: 539px) {
  .intro {
    text-align: center;
  }
}
.intro .ligne {
  padding-bottom: 40px;
  max-width: 650px;
  text-align: center;
  opacity: 0;
  transition: opacity 1.5s ease-out;
  font-stretch: 830%;
  font-weight: 300;
  font-family: "Heading Now Variable", sans-serif;
}
.intro .ligne#phraseIntro {
  transition-delay: 1s;
}
.intro .ligne#phraseIntro2 {
  transition-delay: 0s;
}
.intro .ligne.revealed {
  opacity: 1;
}

.orange {
  color: #F7971D;
}

/**APP**/
.app {
  position: relative;
  margin-top: 20px;
}
.app .icone img {
  width: 229px;
}

.titre-principal {
  text-align: center;
  position: relative;
  margin: 0 auto 25px;
  max-width: 1200px;
}
.titre-principal .titre {
  font-family: "Heading Now Variable", sans-serif;
  font-size: 146px;
  font-style: normal;
  font-weight: 1000;
  font-stretch: 435%;
  line-height: 92%;
  text-transform: uppercase;
}
@media screen and (max-width: 539px) {
  .titre-principal .titre {
    font-size: 85px;
  }
}
.titre-principal .sous-titre {
  font-family: "Heading Now Variable", sans-serif;
  font-stretch: 784%;
  font-weight: 585;
  color: #787878;
  font-size: 34px;
  line-height: 110%;
  margin-bottom: 92px;
  margin-top: 0;
}
@media screen and (max-width: 539px) {
  .titre-principal .sous-titre {
    font-size: 24px;
    margin-bottom: 42px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
}

#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 #F7971D;
  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: #FFF;
  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;
  }
}

.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 #F7971D;
  display: flex;
  align-items: center;
}

.new-header {
  margin: auto;
  border-top: 8px solid white;
}
@media (max-width: 768px) {
  .new-header {
    border-top: 5px solid white;
  }
}
.new-header .grid-and-title-wrapper .grid {
  background: #FFFFFF;
}
.new-header .square {
  aspect-ratio: 1/1;
  border-bottom: 6px solid #000;
}
.new-header .rectangular {
  aspect-ratio: 2/1.25;
}
@media (min-width: 1800px) {
  .new-header .rectangular {
    aspect-ratio: 2/1.38;
  }
}
.new-header .grid {
  overflow: hidden;
  border-bottom: 8px solid white;
  display: grid;
  column-gap: 5px;
  row-gap: 4px;
  background: black;
  max-height: 65vh;
  grid-template-columns: 50% 50%;
  grid-template-rows: 40% 60%;
  grid-template-areas: "deux trois" "un un";
}
@media (max-width: 768px) {
  .new-header .grid {
    border-bottom: 5px solid white;
  }
}
.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%;
}
.new-header .grid .case-deux {
  grid-area: deux;
  align-self: start;
  position: relative;
  background-color: white;
}
.new-header .grid .case-trois {
  grid-area: trois;
  align-self: start;
  position: relative;
}
@media (min-width: 600px) {
  .new-header .grid {
    max-height: unset;
    min-height: 520px;
    column-gap: 8px;
    row-gap: 7px;
    grid-template-columns: 70% 30%;
    grid-template-rows: 50% 50%;
    grid-template-areas: "un deux" "un trois";
  }
}
.new-header .header-main-title {
  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: #2F2F2F;
  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: #F7971D;
  text-transform: uppercase;
  font-stretch: 784%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  padding-top: 35px;
}
@media (min-width: 600px) {
  .new-header .header-main-title h3 {
    font-size: 28px;
    padding-top: 35px;
  }
}
@media (min-width: 900px) {
  .new-header .header-main-title h3 {
    font-size: 34px;
    padding-top: 35px;
  }
}
.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: #F7971D;
  font-stretch: 784%;
  -webkit-font-smoothing: antialiased;
}
@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: #FFF;
  position: relative;
  display: block;
}
.new-header .header-lead .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: #FFF;
  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";
}
.new-header .header-lead .bob .highlight {
  font-weight: 850;
  font-stretch: 550%;
  color: #F7971D;
  text-transform: uppercase;
}
.new-header .header-lead .author-name {
  color: #FFF;
  margin-right: 0;
}
.new-header .header-lead a:not(.author-name) {
  color: #FFF;
}
.new-header .header-lead a:not(.author-name):hover {
  font-weight: 450;
}
.new-header .header-lead p.rouge {
  color: #F7971D;
  font-family: "Heading Now Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 750;
  font-stretch: 400%;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 12px;
}

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

.max700 {
  background-color: transparent;
}
.max700 h2 {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-stretch: 400%;
  font-size: 30px;
  line-height: 110%;
  color: #F7971D;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .max700 h2 {
    font-size: 24px;
  }
}
.max700 h5, .max700 h5 strong {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-stretch: 400%;
  font-size: 30px;
  line-height: 110%;
  color: #F7971D;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .max700 h5, .max700 h5 strong {
    font-size: 24px;
  }
}
.max700 blockquote {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 259;
  font-size: 21px;
  line-height: 145%;
  color: #F7971D;
  font-stretch: 784%;
  margin: 0;
}
@media (min-width: 600px) {
  .max700 blockquote {
    font-size: 28px;
  }
}
.max700 blockquote mark {
  background: #1d1d1d;
  color: #F7971D;
}
.max700 blockquote mark sup {
  font-size: 0.6em;
}
.max700 p, .max700 strong, .max700 a {
  font-size: 18px;
}
@media (min-width: 600px) {
  .max700 p, .max700 strong, .max700 a {
    font-size: 21px;
  }
}

.usual-suspects {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  max-width: 960px;
  margin: 60px auto;
  gap: 18px;
  justify-content: center;
}
.usual-suspects div span {
  color: #F7971D;
  display: block;
  margin-top: 12px;
  text-align: center;
  font-family: "Heading Now Variable", sans-serif;
  font-stretch: 400%;
  font-size: 24.634px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 27.098px */
  letter-spacing: 0.342px;
  text-transform: uppercase;
}
.usual-suspects img {
  max-width: 166px;
}
@media (max-width: 768px) {
  .usual-suspects div span {
    font-size: 18px;
  }
  .usual-suspects img {
    max-width: 90px;
  }
}

.chapter {
  border-top: 8px solid #FFF;
}
@media (max-width: 768px) {
  .chapter {
    border-top: 5px solid #FFF;
  }
}
.chapter:nth-child(even) {
  background: url("media/fonds/fond-1.jpg") top left no-repeat;
}
.chapter:nth-child(odd) {
  background: url("media/fonds/fond-2.jpg") top right no-repeat;
}
@media (max-width: 768px) {
  .chapter {
    background-size: 140% auto !important;
  }
}
.chapter .chapter-intro {
  text-align: center;
}
.chapter .chapter-intro.align-l {
  text-align: left;
}
.chapter .chapter-intro .timestamp {
  border-radius: 8px;
  background: #F7971D;
  color: #000;
  font-family: "Heading Now Variable", sans-serif;
  font-stretch: 830%;
  font-size: 28px;
  font-style: normal;
  font-weight: 550;
  line-height: 175%; /* 49px */
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  padding: 3px 8px;
}
@media (max-width: 768px) {
  .chapter .chapter-intro .timestamp {
    font-size: 21px;
  }
}
.chapter .chapter-intro .chapter-title {
  font-stretch: 830%;
  font-family: "Heading Now Variable", sans-serif;
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
}
@media (max-width: 768px) {
  .chapter .chapter-intro .chapter-title {
    font-size: 23px;
    line-height: 110%;
  }
}
.chapter .chapter-intro .chapter-title-timeline {
  font-stretch: 435%;
  font-family: "Heading Now Variable", sans-serif;
  color: #F7971D;
  font-size: 62px;
  font-style: normal;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .chapter .chapter-intro .chapter-title-timeline {
    font-size: 36px;
    margin-top: -20px;
  }
}

/** PHOTOS **/
@media (min-width: 960px) {
  .photoinline, blockquote {
    margin: 42px -130px !important;
    display: block;
  }
}

.image-information {
  font-family: "Heading Now Variable", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-stretch: 550%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.25px;
  line-height: 110%;
  color: #757575;
  width: 100%;
  margin-top: 3px;
  padding-bottom: 8px;
}
@media (min-width: 600px) {
  .image-information {
    font-size: 14px;
  }
}
.image-information.solo {
  padding: 8px 16px;
  box-sizing: border-box;
}
.image-information .credit {
  text-transform: uppercase;
  font-size: 11px;
}
@media (min-width: 600px) {
  .image-information .credit {
    font-size: 13px;
  }
}

.img-timeline .image-information {
  max-width: 700px;
  margin: 3px auto;
}
@media (max-width: 768px) {
  .img-timeline .image-information {
    margin: 3px 16px;
    max-width: calc(100% - 36px);
  }
}

.timeline {
  border-top: 5px solid #FFF;
  padding: 42px 0;
  margin: 42px 0;
  border-bottom: 5px solid #FFF;
}
.timeline .timeline-item {
  display: flex;
  flex-direction: row;
  padding-bottom: 42px;
  border-bottom: 1px solid white;
  margin-bottom: 42px;
}
.timeline .timeline-item .year {
  font-family: "Heading Now Variable", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 750;
  font-stretch: 400%;
  line-height: 110%; /* 39.6px */
  text-transform: uppercase;
  color: #F7971D;
  flex-basis: 69px;
  min-width: 69px;
}
@media (max-width: 768px) {
  .timeline .timeline-item .year {
    font-size: 30px;
    flex-basis: 49px;
    min-width: 49px;
  }
}
.timeline .timeline-item .legend {
  flex-grow: 1;
}
.timeline .timeline-item .legend .usual-suspects {
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.timeline .timeline-item .legend .usual-suspects img {
  max-width: 100px;
}
@media (max-width: 768px) {
  .timeline .timeline-item .legend .usual-suspects {
    gap: 22px;
  }
  .timeline .timeline-item .legend .usual-suspects img {
    max-width: 90px;
  }
  .timeline .timeline-item .legend .usual-suspects div span {
    font-size: 18px;
  }
}
.timeline .timeline-item .legend ul {
  margin-top: 0;
}
.timeline .timeline-item .legend ul li {
  font-stretch: 550%;
  font-weight: 300;
  font-family: "Heading Now Variable", sans-serif;
  font-size: 20px;
  line-height: 145%;
  list-style-type: square;
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  .timeline .timeline-item .legend ul li {
    font-size: 14px;
  }
}
.timeline .timeline-item .legend ul li::marker {
  color: #F7971D;
}
.timeline .timeline-item .legend ul li .float-r {
  float: right;
  margin-left: 18px;
  margin-top: -12px;
  margin-bottom: 12px;
}
.timeline .timeline-item .legend ul li div {
  text-align: center;
}
.timeline .timeline-item .legend ul li div img {
  width: 100%;
  max-width: 450px;
  margin: 20px auto;
}

.sticky-face {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 600px) {
  .sticky-face {
    margin-left: -120px;
  }
}
@media (max-width: 768px) {
  .sticky-face {
    margin: 0 16px;
  }
}
.sticky-face .face .sticky-img {
  position: sticky;
  top: 20px;
  width: 100px;
  min-width: 100px;
  margin: 0;
}
.sticky-face .face-text {
  flex-grow: 1;
  text-align: left;
}
.sticky-face .face-text p, .sticky-face .face-text strong, .sticky-face .face-text a {
  font-size: 18px;
}
@media (min-width: 600px) {
  .sticky-face .face-text p, .sticky-face .face-text strong, .sticky-face .face-text a {
    font-size: 21px;
  }
}
@media (min-width: 600px) {
  .sticky-face .face-text {
    flex-basis: 700px;
    max-width: 700px;
  }
}

.ad-wrapper {
  background: #000000;
  padding: 22px 0;
  text-align: center;
  margin: 49px 0;
}

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

video {
  pointer-events: none;
}

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