@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 url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&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%;
}
:root {
  --highlight-color: #E32402;
}

body,
html {
  margin: 0;
  padding: 0;
  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: 599px) {
  .max700 {
    margin: 25px 16px;
  }
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .flex-row.wraps-on-mobile {
    flex-wrap: wrap;
  }
}
@media (max-width: 599px) {
  .flex-row.cols-on-mobile {
    flex-direction: column;
  }
}

@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: #E32402;
  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;
}
@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: #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;
}
.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: #E32402;
  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: #E32402;
  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: #E32402;
  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: #E32402;
  font-stretch: 450%;
}
h4 {
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  color: #E32402;
}
/*****
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 #E32402;
  position: relative;
  z-index: 2;
}
.sommaire .sommaire-item:last-of-type {
  border-bottom: 0;
}
.sommaire .sommaire-item.active {
  color: #E32402 !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: 8px;
  background: #E32402;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.19);
  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: #fff;
  font-family: "Heading Now Variable", sans-serif;
  font-stretch: 500%;
}

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

body {
  margin: 0;
  padding: 0;
}
body.overlayed {
  overflow: hidden;
}
body .mobile-only {
  display: none;
}
@media (max-width: 700px) {
  body .mobile-only {
    display: block;
  }
}

#templatestickSlickAccueil {
  top: -20px;
  position: relative;
}

#stickSlick {
  color: #000000;
  margin-top: -15px;
}
#stickSlick .section.hidden {
  display: none;
}
#stickSlick .topBar,
#stickSlick .subTitle,
#stickSlick .leadstickSlick,
#stickSlick .main-footer {
  position: relative;
}
#stickSlick .topBar {
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  margin: 25px;
}
#stickSlick .miniTitle {
  text-align: center;
  padding: 25px 0;
}
#stickSlick .miniTitle span {
  font-family: "Heading Now Variable", serif;
  font-stretch: 500%;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  background-color: black;
  display: inline-block;
  padding: 5px 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 490px) {
  #stickSlick .miniTitle span {
    font-size: 13px;
  }
}
#stickSlick .subTitle h1 {
  font-family: "Barlow", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 28px;
  color: black;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 490px) {
  #stickSlick .subTitle h1 {
    font-size: 40px;
  }
}
#stickSlick .leadstickSlick {
  padding: 0 25px;
  font-family: "Barlow", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.03em;
  max-width: 750px;
  margin: 25px auto;
  text-shadow: 0 0 10px #333;
}
@media screen and (max-width: 490px) {
  #stickSlick .leadstickSlick {
    font-size: 15px;
    line-height: 20px;
  }
}
#stickSlick .bestof_stickSlick {
  display: flex;
  margin: auto;
  max-width: 600px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#stickSlick .bestof_stickSlick .personne {
  position: relative;
  margin: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
  cursor: pointer;
}
@media screen and (max-width: 490px) {
  #stickSlick .bestof_stickSlick .personne {
    margin: 0 7px;
  }
}
@media screen and (max-width: 320px) {
  #stickSlick .bestof_stickSlick .personne {
    margin: 0 5px;
  }
}
#stickSlick .bestof_stickSlick .personne img {
  margin: 0;
  max-width: 120px;
  border-radius: 50%;
  border: 2px solid black;
  box-shadow: 0px 8px 7px rgba(0, 0, 0, 0.25);
  z-index: 0;
  filter: grayscale(100%);
}
@media screen and (max-width: 991px) {
  #stickSlick .bestof_stickSlick .personne img {
    max-width: 95px;
  }
}
@media screen and (max-width: 490px) {
  #stickSlick .bestof_stickSlick .personne img {
    max-width: 80px;
  }
}
@media screen and (max-width: 320px) {
  #stickSlick .bestof_stickSlick .personne img {
    width: 70px;
  }
}
#stickSlick .bestof_stickSlick .personne span {
  display: block;
  position: absolute;
  font-family: "Barlow", serif;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  bottom: 0;
  z-index: 1;
  text-transform: uppercase;
  background-color: black;
  padding: 5px 10px;
  width: 130px;
  text-align: center;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 490px) {
  #stickSlick .bestof_stickSlick .personne span {
    width: 80px;
    font-size: 15px;
    line-height: 24px;
    padding: 0 5px;
    bottom: 5px;
  }
}
@media screen and (max-width: 320px) {
  #stickSlick .bestof_stickSlick .personne span {
    width: 70px;
    font-size: 12px;
  }
}

.espace_titlestickSlick {
  width: 100%;
  position: relative;
  background: #353535;
}

.espace_titlestickSlick img {
  width: 100%;
}

.espace_stickSlick {
  position: relative;
}

.menu_stickSlick {
  position: absolute;
  z-index: 8;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
  background: #072961;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
.menu_stickSlick .menu_principal, .menu_stickSlick .menu_droite {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 45px;
}
.menu_stickSlick .menu_principal li, .menu_stickSlick .menu_droite li {
  list-style-type: none !important;
  padding: 0;
  margin: 0 8px;
  flex-grow: 1;
}
.menu_stickSlick .menu_principal li a, .menu_stickSlick .menu_droite li a {
  color: white;
  padding: 0;
  border: none;
  background: rgb(7, 41, 97);
  border-radius: 50%;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_stickSlick .menu_principal {
  justify-self: flex-start;
  flex-basis: 80%;
  padding-left: 10px;
}
.menu_stickSlick .menu_droite {
  justify-self: center;
  flex-basis: 100%;
  width: 100%;
  justify-content: center;
  padding-right: 10px;
  padding-left: 0;
}

.index_container {
  height: 0;
  display: block;
  width: 100%;
  transition: all ease-in-out 0.5s;
  overflow-x: scroll;
  position: fixed;
  background: #252525;
  top: 0;
  z-index: 7;
}
.index_container.active {
  padding: 90px 0 0;
  height: 100vh;
}
@media (max-width: 700px) {
  .index_container.active {
    height: 103vh;
    width: 102vw;
    padding: 90px 0 0;
  }
}

#indexstickSlick {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 80px;
}
@media (max-width: 700px) {
  #indexstickSlick {
    width: 90%;
    margin: 0 auto 25px;
    max-width: 100vw;
  }
}
#indexstickSlick .link_personne {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-basis: 20%;
  margin-bottom: 20px;
  width: 100%;
  cursor: pointer;
  overflow: visible;
  border-top: 1px solid red;
  padding-top: 20px;
}
@media (max-width: 700px) {
  #indexstickSlick .link_personne {
    flex-basis: 25%;
    padding-top: 10px;
  }
}
#indexstickSlick .link_personne:not(:hover) .img_personne img {
  filter: grayscale(100%);
}
#indexstickSlick .link_personne:hover .img_personne {
  border: 1px solid red;
}
#indexstickSlick .link_personne:hover .nom {
  font-weight: bold;
  opacity: 1;
}
#indexstickSlick .link_personne .nom {
  font-family: "Heading Now Variable", sans-serif;
  font-stretch: 400%;
  font-style: normal;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  opacity: 0.6;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  #indexstickSlick .link_personne .nom {
    font-size: 13px;
  }
}
#indexstickSlick .link_personne .position {
  color: white;
  text-transform: none;
  font-weight: 100;
  font-size: 18px;
}
#indexstickSlick .link_personne .img_personne {
  aspect-ratio: 1/1;
  height: 65px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #indexstickSlick .link_personne .img_personne {
    height: 38px;
  }
}
#indexstickSlick .link_personne .img_personne img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 0;
}

.sticky-top {
  position: fixed;
  z-index: 7;
  top: 0;
  transition: all ease-in-out 0.2s;
  background: rgb(7, 41, 97);
  width: 100%;
  overflow: visible;
  max-width: 100vw;
}
.sticky-top:not(.hasScrolled) {
  opacity: 0;
  margin-top: -200px;
}
@media (max-width: 700px) {
  .sticky-top:not(.hasScrolled) {
    top: -150px;
  }
}
.sticky-top.hidden {
  top: -65px;
}
.sticky-top::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  height: 20px;
  width: 100%;
  background: linear-gradient(180deg, rgba(35, 35, 35, 0.7) 0%, rgba(35, 35, 35, 0) 60%);
  mix-blend-mode: multiply;
}

#sliderstickSlick {
  z-index: 9;
  max-width: 750px;
  margin: auto;
  position: relative;
}
#sliderstickSlick:before, #sliderstickSlick:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 25%;
  z-index: 2;
}
#sliderstickSlick:before {
  background: linear-gradient(-90deg, rgba(7, 41, 97, 0), rgb(7, 41, 97));
  left: 0;
}
#sliderstickSlick:after {
  background: linear-gradient(90deg, rgba(7, 41, 97, 0), rgb(7, 41, 97));
  right: 0;
}
@media (max-width: 700px) {
  #sliderstickSlick {
    max-width: 100vw;
  }
}

.storiesWrapper .spacer {
  height: 160px;
}

.espace_personnes {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .espace_personnes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.espace_personnes.infinitescroll_stickSlick {
  flex-direction: column;
  padding-bottom: 90px;
}

.personne_slide {
  position: relative;
  padding: 8px 16px;
  overflow: hidden;
  min-height: 68px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .personne_slide {
    min-height: 65px;
  }
}
@media screen and (max-width: 320px) {
  .personne_slide {
    min-height: 65px;
  }
}
@media (max-width: 767px) {
  .personne_slide {
    padding: 5px;
  }
}
.personne_slide .link_personne {
  font-family: "Heading Now Variable", sans-serif;
  font-stretch: 400%;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 100%;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  margin-left: -35px;
  max-width: 85px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.25pt;
}
@media screen and (max-width: 767px) {
  .personne_slide .link_personne {
    font-size: 16px;
    margin-left: -12px;
  }
}
.personne_slide .img_personne {
  aspect-ratio: 1/1;
  height: 65px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .personne_slide .img_personne {
    height: 38px;
  }
}
.personne_slide .img_personne img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 0;
}

.sticky-region-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 890px;
  margin: 60px auto;
  padding-bottom: 12px;
  column-gap: 22px;
}
@media (max-width: 700px) {
  .sticky-region-container {
    column-gap: 12px;
  }
}
.sticky-region-container .sticky-region-wrapper {
  flex-basis: 60px;
  max-width: 60px;
}
@media (max-width: 700px) {
  .sticky-region-container .sticky-region-wrapper {
    flex-basis: 40px;
    max-width: 40px;
  }
}
.sticky-region-container .sticky-region-wrapper .sticky-region {
  display: inline-block;
  white-space: nowrap;
  position: sticky;
  top: 110px;
  padding: 12px 0;
  writing-mode: vertical-lr;
  margin-top: 0;
  margin-left: 0;
  color: rgba(0, 0, 0, 0.2);
  font-family: "Heading Now Variable", serif;
  font-stretch: 550%;
  font-weight: 300;
  font-size: 58px;
  line-height: 58px;
  text-transform: uppercase;
  border-bottom: 8px solid rgba(0, 0, 0, 0.7);
  transform: scale(-1);
}
@media (max-width: 700px) {
  .sticky-region-container .sticky-region-wrapper .sticky-region {
    top: 100px;
    font-size: 32px;
    line-height: 32px;
    margin-left: 5px;
  }
}
.sticky-region-container .etats_wrapper {
  flex-basis: calc(100% - 60px);
  display: flex;
  flex-direction: column;
}

.chapitre_personne {
  padding: 140px 10px 50px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 700px) {
  .chapitre_personne {
    padding: 100px 15px 50px 3px;
  }
}
@media (max-width: 700px) and (min-height: 700px) {
  .chapitre_personne {
    padding: 100px 15px 50px 3px;
  }
}
.chapitre_personne.rang-region-1 {
  margin-top: -330px;
}
@media (max-width: 700px) {
  .chapitre_personne.rang-region-1 {
    margin-top: -250px;
  }
}
.chapitre_personne .intro-line {
  border-top: 8px solid rgba(0, 0, 0, 0.7);
  padding: 10px 0 0;
  width: 100%;
}
.chapitre_personne .personne-grid {
  display: flex;
  flex-direction: column;
}
.chapitre_personne .personne-grid .personne-details {
  flex-grow: 1;
}
.chapitre_personne .personne-grid .personne-map img {
  mix-blend-mode: multiply;
  max-width: 210px;
}
@media (min-width: 700px) {
  .chapitre_personne .personne-grid {
    flex-direction: row-reverse;
    width: 100%;
  }
}
.chapitre_personne .etat {
  font-family: "Heading Now Variable", serif;
  font-style: normal;
  line-height: 110%;
  color: #E32402;
  text-align: left;
  font-size: 58px;
  font-weight: 750;
  font-stretch: 400%;
  text-transform: uppercase;
}
@media (max-width: 550px) {
  .chapitre_personne .etat {
    font-size: 45px;
  }
}
.chapitre_personne .sep {
  border: 1px solid #C2C2C2;
  height: 0;
  width: 100%;
  margin: 14px 0 0;
}
.chapitre_personne .nom, .chapitre_personne .position, .chapitre_personne .election2020, .chapitre_personne .profession {
  font-family: "Heading Now Variable", serif;
  font-style: normal;
  font-stretch: 784%;
  font-weight: 585;
}
.chapitre_personne .nom {
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.5px;
  color: black;
  font-size: 24px;
  padding: 20px 0 0;
}
@media (max-width: 700px) {
  .chapitre_personne .nom {
    font-size: 20px;
  }
}
.chapitre_personne .profession {
  color: #9A9A9A;
  padding-top: 12px;
}
.chapitre_personne .election2020 {
  color: #9A9A9A;
  padding-top: 8px;
}
.chapitre_personne .election2020 .red {
  color: #E32402;
}
.chapitre_personne .election2020 .blue {
  color: #174A9D;
}
@media (max-width: 700px) {
  .chapitre_personne .election2020 {
    font-size: 13px;
  }
}
.chapitre_personne .position {
  padding: 0 0;
  font-family: "Heading Now Variable", serif;
  color: #174A9D;
  text-transform: none;
  font-stretch: 784%;
  font-weight: 585;
  font-size: 24px;
  line-height: 110%;
  width: 100%;
}
@media (max-width: 550px) {
  .chapitre_personne .position {
    font-size: 22px;
  }
}
.chapitre_personne .titre-papier {
  font-family: "Heading Now Variable", serif;
  font-weight: 850;
  font-stretch: 550%;
  color: #646464;
  font-size: 48px;
  line-height: 110%;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media (max-width: 550px) {
  .chapitre_personne .titre-papier {
    font-size: 40px;
  }
}
.chapitre_personne .temoignage {
  padding: 0;
  font-family: "IBM Plex Serif", serif;
  font-size: 21px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 145%;
  width: 100%;
  color: #000000;
}
@media (max-width: 550px) {
  .chapitre_personne .temoignage {
    font-size: 19px;
  }
}
.chapitre_personne .temoignage p {
  margin-bottom: 18px;
  margin-top: 10pt;
}
.chapitre_personne .temoignage p a {
  color: #000000;
}
.chapitre_personne .temoignage h2 {
  border-top: 1px solid #686868;
  font-family: "Heading Now Variable", sans-serif;
  font-stretch: 500%;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #FF0000;
  border-bottom: 0;
  padding-top: 10px;
  margin-top: 27px;
  text-transform: none;
}
@media (max-width: 320px) {
  .chapitre_personne .temoignage h2 {
    font-size: 20px;
    line-height: 21px;
  }
}
.chapitre_personne .temoignage h5 {
  font-family: "Heading Now Variable", sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-stretch: 400%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #E32402;
  margin-bottom: 12px;
}
@media (max-width: 700px) {
  .chapitre_personne .temoignage h5 {
    font-size: 23px;
  }
}
.chapitre_personne .temoignage .collab {
  text-align: right;
  font-weight: 600;
  font-style: italic;
  padding-top: 18px;
}
.chapitre_personne .temoignage .img_personne {
  position: relative;
  flex-basis: 55%;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .chapitre_personne .temoignage .img_personne {
    flex-basis: 100%;
    margin: 0;
    max-width: calc(100vw - 80px);
  }
}
.chapitre_personne .temoignage .img_personne img {
  object-fit: cover;
  margin: 0;
}
@media (min-width: 701px) {
  .chapitre_personne .temoignage .img_personne img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 700px) {
  .chapitre_personne .temoignage .img_personne img {
    min-width: calc(100vw - 80px);
    min-height: 200px;
  }
}
.chapitre_personne .temoignage .credits-photo {
  padding: 5px 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Heading Now Variable", serif;
  font-size: 13px;
  font-style: normal;
  font-stretch: 550%;
  font-weight: 300;
  line-height: 135%;
  margin-bottom: 30px;
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  box-sizing: border-box;
}
.chapitre_personne .temoignage .citation {
  font-family: "Heading Now Italic Variable", sans-serif;
  font-stretch: 670%;
  font-weight: 300;
  color: #757575;
  background: white;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
}
.chapitre_personne .temoignage .citation.paysage {
  flex-direction: column-reverse;
}
.chapitre_personne .temoignage .citation.paysage .img_personne {
  flex-basis: 100%;
  width: 100%;
}
@media (max-width: 700px) {
  .chapitre_personne .temoignage .citation {
    flex-direction: column-reverse;
  }
}
.chapitre_personne .temoignage .citation .citation-txt {
  padding: 25px 18px;
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 140%;
  border-left: 8px solid #E32402;
}
@media (max-width: 700px) {
  .chapitre_personne .temoignage .citation .citation-txt {
    font-size: 20px;
    line-height: 140%;
  }
}
.chevron {
  margin-left: -4px;
  margin-top: 6px;
  z-index: 2;
}

.chevron.left {
  left: 10px;
}

.chevron.right {
  right: 10px;
}

.chevron.right:hover,
.chevron.left:hover {
  color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.chevron::before {
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  border-color: white;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 20px;
}

.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}

.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}

.chevron.down:before {
  transform: rotate(135deg);
}

.slick-slide:not(.slick-current) {
  opacity: 0.6;
}
.slick-slide:not(.slick-current) img {
  filter: grayscale(100%);
}

.slick-current .link_personne {
  font-weight: 750;
}
.slick-current .img_personne img {
  border: 2px solid #FF0000;
}

/** CREDITS **/
.embedded-others > div.espace-credits {
  max-width: 750px !important;
  text-align: left;
}

.espace-credits {
  border-top: 10px solid #626262;
  max-width: 750px;
  margin: 40px auto;
  padding-bottom: 200px;
}
@media all and (max-width: 700px) {
  .espace-credits {
    margin: 40px 15px;
  }
}
.espace-credits h2 {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 100%;
  text-transform: none;
  color: #174A9D;
  border-bottom: none;
  text-align: left;
}
.espace-credits .bureau-logo {
  margin: 20px 0;
  max-width: 200px;
}
.espace-credits .credits-ligne {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
  text-align: left;
}

.region path {
  stroke: #ffffff;
}

.region:hover {
  cursor: pointer;
}

.region:hover path {
  fill: #B0B0B0;
}

.nom-region {
  pointer-events: none;
}

.svg-wrapper {
  width: 100vw;
  height: auto;
  margin: auto;
  text-align: center;
  overflow: hidden;
}

.svg-wrapper svg {
  height: 100%;
}

.st0 {
  fill: #FFFFFF;
  fill-opacity: 0;
}

/**.st1{fill:#E0750C;}
.st2{fill:#E7BD20;}
.st3{fill:#119540;}
.st4{fill:#DE34DD;}
.st5{fill:#94C227;}
.st6{fill:#CB1C1C;}
.st7{fill:#109AB8;}
.st8{fill:#776655;}
.st9{fill:#6969B8;}**/
.st1 {
  fill: #D3D3D3;
}

.st2 {
  fill: #D3D3D3;
}

.st3 {
  fill: #D3D3D3;
}

.st4 {
  fill: #D3D3D3;
}

.st5 {
  fill: #D3D3D3;
}

.st6 {
  fill: #D3D3D3;
}

.st7 {
  fill: #D3D3D3;
}

.st8 {
  fill: #D3D3D3;
}

.st9 {
  fill: #D3D3D3;
}

.st10 {
  fill: #000;
}

.cls-1 {
  fill: #9b9b9b;
  stroke-miterlimit: 10;
}

.cls-1, .cls-2 {
  stroke: #fff;
}

.cls-2 {
  fill: none;
  stroke-linejoin: round;
  stroke-width: 10px;
}

.cls-3 {
  fill: #575757;
  stroke-width: 0px;
}

.cls-4 {
  opacity: 0.6;
}

.cls-5 {
  fill: #fff;
  font-family: "Heading Now Variable";
  font-stretch: 400%;
  font-weight: 600;
  font-size: 22.3px;
}

#NOMS g {
  pointer-events: none;
}

.slick-slide[data-slick-index="20"] .personne_slide .link_personne {
  max-width: 130px;
}

.slick-slide[data-slick-index="12"] .personne_slide .link_personne {
  max-width: 100px;
}

.index_link {
  cursor: pointer;
}

#nav-icon {
  width: 40px;
  margin: auto;
  height: 40px;
  position: relative;
  -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;
  display: block;
}

#nav-icon span {
  display: block;
  pointer-events: none;
  position: absolute;
  height: 2px;
  width: 20px;
  left: 50%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  -webkit-transform: translateX(-50%) rotate(0deg);
  -moz-transform: translateX(-50%) rotate(0deg);
  -o-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) 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;
}

#nav-icon span:nth-child(1) {
  top: 16px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 22px;
}

#nav-icon span:nth-child(4) {
  top: 28px;
}

#nav-icon.active span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon.active span:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: 24px;
}

#nav-icon.active span:nth-child(3) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  top: 24px;
}

#nav-icon.active span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.bloc-censure {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  padding: 60px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-top: 40px;
  font-family: "Heading Now Variable", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 329;
  font-stretch: 479%;
  line-height: 135%;
}
@media (max-width: 500px) {
  .bloc-censure {
    font-size: 20px;
  }
}

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