@charset "UTF-8";
/* Our normalize css */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

.main-container {
  background: none;
}

.scrollmagic-pin-spacer {
  top: 0 !important;
}

#delugeDossier {
  position: relative;
}
#delugeDossier .dossier-chapitre-texte {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 50px;
}
#delugeDossier .dossier-chapitre-texte.after-box {
  margin-top: -20vh;
  padding-top: 10vh;
}
#delugeDossier #bottomNavTrigger {
  margin-top: 60px;
}
#delugeDossier #parallaxContainer {
  position: relative;
  width: 100vw;
  height: 55vh;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 1400px) {
  #delugeDossier #parallaxContainer {
    height: 100vh;
  }
}
@media screen and (max-width: 1120px) {
  #delugeDossier #parallaxContainer {
    height: 75vh;
  }
}
@media screen and (max-width: 650px) {
  #delugeDossier #parallaxContainer {
    height: 100vh;
  }
}
#delugeDossier #parallaxContainer #mainTitle {
  top: 35vh;
  opacity: 0;
  transition: all 0.6s ease-out;
}
#delugeDossier #parallaxContainer #mainTitle.slide-up {
  top: 25vh;
  opacity: 1;
  /* ----------- iPad Pro ----------- */
  /* Portrait and Landscape */
}
@media screen and (max-width: 1024px) {
  #delugeDossier #parallaxContainer #mainTitle.slide-up {
    top: 9vh;
    left: 15%;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #delugeDossier #parallaxContainer #mainTitle.slide-up {
    width: 80%;
    left: 10%;
  }
}
@media screen and (max-width: 685px) {
  #delugeDossier #parallaxContainer #mainTitle.slide-up {
    top: 27vh;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #delugeDossier #parallaxContainer #mainTitle.slide-up {
    top: 18vh !important;
    opacity: 1 !important;
  }
}
#delugeDossier #parallaxContainer .layer {
  position: absolute;
}
#delugeDossier #parallaxContainer .layer img {
  width: 100%;
  height: 100%;
}
#delugeDossier #parallaxContainer .layer.layerTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 1;
  left: 10%;
  width: 80%;
}
#delugeDossier #parallaxContainer .layer.layerTitle h1 {
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #delugeDossier #parallaxContainer .layer.layerTitle {
    top: 0;
    z-index: 3;
    opacity: 1;
  }
}
#delugeDossier .header-box {
  margin: -20vh auto 10vh;
  max-width: 750px;
  padding: 25px 15px 40px;
  background: rgba(35, 35, 35, 0.95);
  position: relative;
  z-index: 3;
}
#delugeDossier .header-box .introduction {
  color: white;
}
#delugeDossier .header-box .social-sharing-bar ul li a {
  background: #865e04 !important;
}
#delugeDossier .header-box .sharebar__label {
  color: white !important;
}
#delugeDossier .bg-plain {
  background-image: url("../images/map-clear-dots.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 2;
  position: relative;
  color: #263642;
}
#delugeDossier .bg-plain.inverted {
  background-image: url("../images/map-dark-dots.jpg");
  color: white;
}
#delugeDossier .bg-plain.inverted .chapitre-sous-titre {
  color: white;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #delugeDossier .bg-plain {
    background-position: 25% center;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  #delugeDossier .bg-plain {
    background-color: white;
    background-image: none;
  }
  #delugeDossier .bg-plain.inverted {
    background-color: black;
    background-image: none;
  }
}
@supports (-webkit-touch-callout: none) {
  #delugeDossier .bg-plain {
    /* CSS specific to iOS devices */
    background-color: white;
    background-image: none;
  }
  #delugeDossier .bg-plain.inverted {
    background-color: black;
    background-image: none;
  }
}
#delugeDossier .bg-plain.bg-temps {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
#delugeDossier .bg-plain.bg-temps.revealed {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  #delugeDossier .bg-plain.bg-temps.revealed {
    background-image: url("../images/map-precipitations.jpg") !important;
  }
}
@media screen and (min-width: 686px) and (max-width: 767px) {
  #delugeDossier .bg-plain.bg-temps.revealed {
    background-image: url("../images/map-precipitations.jpg") !important;
  }
}
@media screen and (max-width: 685px) {
  #delugeDossier .bg-plain.bg-temps {
    background-image: url("../images/map-precipitations.jpg") !important;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  #delugeDossier .bg-plain.bg-temps {
    background-attachment: scroll;
    background-size: auto 100%;
    background-position: top center;
  }
  #delugeDossier .bg-plain.bg-temps.revealed {
    background-image: url("../images/map-precipitations-mobile.jpg") !important;
  }
}
@supports (-webkit-touch-callout: none) {
  #delugeDossier .bg-plain.bg-temps {
    /* CSS specific to iOS devices */
    background-attachment: scroll;
    background-size: auto 100%;
    background-position: top center;
  }
  #delugeDossier .bg-plain.bg-temps.revealed {
    background-image: url("../images/map-precipitations-mobile.jpg") !important;
  }
}
#delugeDossier .bg-victimes {
  background-color: #000;
  background-image: none;
  color: white;
  padding: 0 20px 50px;
}
#delugeDossier .bg-victimes .chapitre-sous-titre {
  color: white;
  text-align: center;
}
#delugeDossier .bg-victimes h2 {
  text-align: center;
  font-family: "DharmaGothicE", Arial, sans-serif;
  color: #865e04;
  text-transform: none;
  font-weight: normal;
}
#delugeDossier .bg-victimes p {
  text-align: center;
  max-width: 750px;
  margin: 20px auto;
}
#delugeDossier .bg-victimes a {
  color: #b57f07;
}
#delugeDossier .bg-victimes .victime-img {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
#delugeDossier h1, #delugeDossier h2 {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0;
}
#delugeDossier h1.reverse, #delugeDossier h2.reverse {
  text-align: right;
}
#delugeDossier h1.chapitre-sous-titre, #delugeDossier h2.chapitre-sous-titre {
  color: #232323;
  line-height: 1.2;
}
#delugeDossier h1 {
  font-size: 87px;
  line-height: 100px;
  text-transform: uppercase;
  color: white;
  font-weight: 800;
  padding: 0 0 0 15px;
  margin: 10px 0 40px;
  text-shadow: 5px 5px 15px rgba(120, 120, 120, 0.5);
}
#delugeDossier h1.chapitre-sous-titre {
  text-shadow: none;
  padding-left: 0;
  text-align: right;
  margin-top: 35px;
}
@media screen and (max-width: 850px) {
  #delugeDossier h1 {
    font-size: 75px;
    line-height: 88px;
  }
}
@media screen and (max-width: 750px) {
  #delugeDossier h1 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media screen and (max-width: 555px) {
  #delugeDossier h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 0;
    padding-left: 0;
  }
}
#delugeDossier h2 {
  font-size: 45px;
  padding-top: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 650px) {
  #delugeDossier h2 {
    font-size: 35px;
    line-height: 38px;
  }
}
#delugeDossier h2.text-center {
  text-align: center;
}
#delugeDossier .by-line, #delugeDossier .introduction {
  font-family: "Droid Serif", Arial, sans-serif;
  margin: 20px 0;
}
#delugeDossier .dossier-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#delugeDossier .dossier-header .header-txt {
  position: relative;
}
#delugeDossier .dossier-header .chapter-title {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
#delugeDossier .dossier-header .header-txt .main-title span {
  display: block;
}
#delugeDossier .dossier-header .header-txt .introduction {
  border-top: 2px solid #865e04;
  font-weight: bold;
  font-size: 1.5em;
  padding-top: 35px;
}
@media screen and (max-width: 650px) {
  #delugeDossier .dossier-header .header-txt .introduction {
    font-size: 1.2em;
  }
}
#delugeDossier .dossier-header .header-txt .by-line {
  color: #865e04;
  font-weight: bold;
  font-size: 1em;
}
#delugeDossier .dossier-header .header-txt .by-line .author-name {
  color: #865e04;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
}
#delugeDossier .dossier-header .header-txt .by-line .by-line-image {
  width: 60px;
  border-radius: 50%;
  margin-right: 15px;
  border: 2px solid #865e04;
}
@media screen and (max-width: 650px) {
  #delugeDossier .dossier-header .header-txt .by-line {
    font-size: 1.1em;
  }
}
#delugeDossier .dossier-header .header-txt .social-sharing-bar {
  min-width: 230px;
  margin-bottom: 0;
}
#delugeDossier .dossier-header .header-txt .social-sharing-bar .sharebar__label {
  display: block;
  float: left;
  line-height: 32px;
  padding-right: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #353535;
}
#delugeDossier .dossier-header .header-txt .social-sharing-bar ul {
  list-style: none;
}
#delugeDossier .dossier-header .header-txt .social-sharing-bar ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#delugeDossier .dossier-header .header-txt .social-sharing-bar ul li a {
  background: #262626;
  fill: white;
  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;
}
#delugeDossier .dossier-header .header-txt .social-sharing-bar ul li a svg {
  max-width: 18px;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}
#delugeDossier .dossier-header.chapitre-1 h1 span {
  padding-top: 10px;
}
#delugeDossier .dossier-header:not(.chapitre-1) {
  background-color: black;
}
#delugeDossier .dossier-header:not(.chapitre-1) .main-title {
  text-align: center;
}
@media screen and (max-width: 650px) {
  #delugeDossier .dossier-header:not(.chapitre-1) .main-title {
    top: 0;
    line-height: 55px;
  }
}
#delugeDossier .dossier-header #headerTrigger3 {
  color: #865e04;
}
@media screen and (max-width: 750px) {
  #delugeDossier .dossier-header .chapter-split {
    flex-direction: column !important;
  }
  #delugeDossier .dossier-header .chapter-split .main-title {
    margin-top: 0;
  }
}
#delugeDossier #chapitre2 .dossier-header {
  background-image: url("../images/les-faits_header.jpg");
}
#delugeDossier #chapitre3 .dossier-header {
  background-image: url("../images/temoignages_header.jpg");
  background-color: white;
}
#delugeDossier #chapitre4 .dossier-header {
  background-image: url("../images/cotenord_header.jpg");
}
#delugeDossier #chapitre5 .dossier-header {
  background-image: url("../images/phenomene_header.jpg");
}
#delugeDossier #chapitre6 .dossier-header {
  background-image: url("../images/acteurs_header.jpg");
}
#delugeDossier .dossier-texte {
  max-width: 750px;
  margin: 20px auto 0;
}
@media screen and (max-width: 750px) {
  #delugeDossier .dossier-texte {
    max-width: 680px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 650px) {
  #delugeDossier .dossier-texte {
    padding: 0 15px;
  }
}
#delugeDossier .dossier-texte .bg-box {
  color: white;
  background: #232323;
  padding: 25px 25px 35px;
  margin: 25px 0;
}
#delugeDossier .dossier-texte .bg-box.inverted {
  color: #232323;
  background: white;
}
#delugeDossier .dossier-texte .bg-box .skewed-img-wrapper .skewed-img {
  margin: 0 auto;
}
#delugeDossier .dossier-texte .bg-box h2 {
  margin-top: 40px;
  padding-top: 0;
}
#delugeDossier .dossier-texte .bg-box h2:first-of-type {
  margin-top: 0;
}
#delugeDossier .dossier-texte .bg-box p {
  font-size: 1em;
  text-align: left;
}
#delugeDossier .dossier-texte .bg-box .fa {
  padding-right: 20px;
  font-size: 25px;
}
#delugeDossier .dossier-texte .bg-box .chiffre {
  font-size: 1.2em;
  font-weight: bold;
}
#delugeDossier .dossier-credits {
  max-width: 320px;
  font-size: 13px;
  color: #263642;
  opacity: 0.8;
  padding-bottom: 25px;
}
#delugeDossier .dossier-credits a {
  color: #865e04;
  text-decoration: none;
}
#delugeDossier #precipitations {
  padding-top: 150vh;
}
@media screen and (max-width: 685px) {
  #delugeDossier #precipitations {
    padding-top: 100vh;
  }
}
#delugeDossier .map-legend {
  position: fixed;
  top: 50%;
  right: -200px;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
#delugeDossier .map-legend.revealed {
  opacity: 1;
  right: 0;
}
#delugeDossier .map-legend img {
  max-width: 100%;
}
@media screen and (max-width: 685px) {
  #delugeDossier .map-legend {
    right: -70px;
    width: 70px;
  }
  #delugeDossier .map-legend.revealed {
    opacity: 1;
    right: 0;
  }
}
#delugeDossier .timeline-wrapper, #delugeDossier .map-wrapper {
  max-width: 750px;
  margin: auto;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  #delugeDossier .timeline-wrapper, #delugeDossier .map-wrapper {
    max-width: 320px;
    margin-top: 75px;
  }
}
#delugeDossier .timeline-wrapper .timeline-item, #delugeDossier .timeline-wrapper .map-item, #delugeDossier .map-wrapper .timeline-item, #delugeDossier .map-wrapper .map-item {
  opacity: 0;
  background-color: rgba(35, 35, 35, 0.5);
  color: white;
  padding: 15px 10px;
  margin-bottom: 20px;
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#delugeDossier .timeline-wrapper .timeline-item:nth-child(even), #delugeDossier .timeline-wrapper .map-item:nth-child(even), #delugeDossier .map-wrapper .timeline-item:nth-child(even), #delugeDossier .map-wrapper .map-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #delugeDossier .timeline-wrapper .timeline-item, #delugeDossier .timeline-wrapper .map-item, #delugeDossier .map-wrapper .timeline-item, #delugeDossier .map-wrapper .map-item {
    flex-direction: column;
  }
  #delugeDossier .timeline-wrapper .timeline-item:nth-child(even), #delugeDossier .timeline-wrapper .map-item:nth-child(even), #delugeDossier .map-wrapper .timeline-item:nth-child(even), #delugeDossier .map-wrapper .map-item:nth-child(even) {
    flex-direction: column;
  }
}
#delugeDossier .timeline-wrapper .timeline-item .illustration, #delugeDossier .timeline-wrapper .map-item .illustration, #delugeDossier .map-wrapper .timeline-item .illustration, #delugeDossier .map-wrapper .map-item .illustration {
  padding: 20px;
  width: 100%;
}
#delugeDossier .timeline-wrapper .timeline-item .illustration img, #delugeDossier .timeline-wrapper .map-item .illustration img, #delugeDossier .map-wrapper .timeline-item .illustration img, #delugeDossier .map-wrapper .map-item .illustration img {
  width: 100%;
}
#delugeDossier .timeline-wrapper .timeline-item .annee, #delugeDossier .timeline-wrapper .map-item .annee, #delugeDossier .map-wrapper .timeline-item .annee, #delugeDossier .map-wrapper .map-item .annee {
  font-family: "DharmaGothicE", Arial, sans-serif;
  color: #b57f07;
  font-size: 45px;
  line-height: 40px;
  padding-right: 10px;
}
#delugeDossier .timeline-wrapper .timeline-item p, #delugeDossier .timeline-wrapper .map-item p, #delugeDossier .map-wrapper .timeline-item p, #delugeDossier .map-wrapper .map-item p {
  text-align: left;
  font-size: 15px;
  margin-top: 0;
}
#delugeDossier .timeline-wrapper .timeline-item.visible, #delugeDossier .timeline-wrapper .map-item.visible, #delugeDossier .map-wrapper .timeline-item.visible, #delugeDossier .map-wrapper .map-item.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
@media screen and (min-width: 768px) {
  #delugeDossier .timeline-wrapper .timeline-item:nth-child(odd), #delugeDossier .timeline-wrapper .map-item:nth-child(odd), #delugeDossier .map-wrapper .timeline-item:nth-child(odd), #delugeDossier .map-wrapper .map-item:nth-child(odd) {
    margin-left: 50px;
  }
}
#delugeDossier .timeline-wrapper .timeline-item .annee, #delugeDossier .map-wrapper .timeline-item .annee {
  float: left;
}
#delugeDossier .timeline-wrapper .map-item, #delugeDossier .map-wrapper .map-item {
  margin-top: 50vh;
  flex-direction: column;
  align-items: flex-start;
  max-width: 560px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
}
@media screen and (min-width: 768px) {
  #delugeDossier .timeline-wrapper .map-item:nth-child(odd), #delugeDossier .map-wrapper .map-item:nth-child(odd) {
    margin-left: 0;
  }
}
#delugeDossier .timeline-wrapper .map-item:nth-child(even), #delugeDossier .map-wrapper .map-item:nth-child(even) {
  flex-direction: column;
}
#delugeDossier .timeline-wrapper .map-item .details, #delugeDossier .map-wrapper .map-item .details {
  padding: 0 20px 20px;
}
#delugeDossier .timeline-wrapper .map-item .annee, #delugeDossier .map-wrapper .map-item .annee {
  margin: 5px 0 20px;
  display: block;
}
#delugeDossier .timeline-wrapper .map-item:last-of-type, #delugeDossier .map-wrapper .map-item:last-of-type {
  margin-bottom: 25vh;
}
#delugeDossier .map-wrapper {
  max-width: 50%;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #delugeDossier .map-wrapper {
    max-width: 100%;
  }
}
#delugeDossier #mapSwap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: fixed;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
}
#delugeDossier #mapSwap.visible {
  display: block;
}
#delugeDossier #mapSwap.jonquiere {
  background-image: url("../images/map-details/jonquiere.png");
  opacity: 1;
}
#delugeDossier #mapSwap.chicoutimi {
  background-image: url("../images/map-details/chicoutimi.png");
  opacity: 1;
}
#delugeDossier #mapSwap.laterriere {
  background-image: url("../images/map-details/laterriere.png");
  opacity: 1;
}
#delugeDossier #mapSwap.ferland {
  background-image: url("../images/map-details/ferland.png");
  opacity: 1;
}
#delugeDossier #mapSwap.la-baie {
  background-image: url("../images/map-details/la-baie.png");
  opacity: 1;
}
#delugeDossier #mapSwap.anse-st-jean {
  background-image: url("../images/map-details/anse-st-jean.png");
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #delugeDossier #mapSwap {
    background-position: 25% center;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  #delugeDossier #mapSwap {
    background-attachment: scroll;
    background-position: 65% center;
  }
  #delugeDossier #mapSwap.visible {
    display: block;
  }
  #delugeDossier #mapSwap.jonquiere {
    background-image: url("../images/map-details/map-mobile-jonquiere.jpg");
    opacity: 1;
  }
  #delugeDossier #mapSwap.chicoutimi {
    background-image: url("../images/map-details/map-mobile-chicoutimi.jpg");
    opacity: 1;
  }
  #delugeDossier #mapSwap.laterriere {
    background-image: url("../images/map-details/map-mobile-laterriere.jpg");
    opacity: 1;
  }
  #delugeDossier #mapSwap.ferland {
    background-image: url("../images/map-details/map-mobile-ferland.jpg");
    opacity: 1;
  }
  #delugeDossier #mapSwap.la-baie {
    background-image: url("../images/map-details/map-mobile-la-baie.jpg");
    opacity: 1;
  }
  #delugeDossier #mapSwap.anse-st-jean {
    background-image: url("../images/map-details/map-mobile-anse-st-jean.jpg");
    opacity: 1;
  }
}
@supports (-webkit-touch-callout: none) {
  #delugeDossier #mapSwap {
    background-attachment: scroll;
  }
  #delugeDossier #mapSwap.visible {
    display: block;
    background-position: 65% center;
  }
  #delugeDossier #mapSwap.jonquiere {
    background-image: url("../images/map-details/map-mobile-jonquiere.jpg");
    opacity: 1;
  }
  #delugeDossier #mapSwap.chicoutimi {
    background-image: url("../images/map-details/map-mobile-chicoutimi.jpg");
    opacity: 1;
  }
  #delugeDossier #mapSwap.laterriere {
    background-image: url("../images/map-details/map-mobile-laterriere.jpg");
    opacity: 1;
  }
  #delugeDossier #mapSwap.ferland {
    background-image: url("../images/map-details/map-mobile-ferland.jpg");
    opacity: 1;
  }
  #delugeDossier #mapSwap.la-baie {
    background-image: url("../images/map-details/map-mobile-la-baie.jpg");
    opacity: 1;
  }
  #delugeDossier #mapSwap.anse-st-jean {
    background-image: url("../images/map-details/map-mobile-anse-st-jean.jpg");
    opacity: 1;
  }
}
#delugeDossier .embed-container {
  margin: 20px auto;
  max-width: 500px;
}
#delugeDossier .ad-wrapper {
  margin: 50px auto 0;
  text-align: center;
}
#delugeDossier p {
  font-family: "Droid Serif", Arial, sans-serif;
  text-align: justify;
  font-size: 1.2em;
  margin-bottom: 0;
  margin-top: 5px;
  line-height: 1.5;
}
@media screen and (max-width: 650px) {
  #delugeDossier p {
    font-size: 1.1em;
  }
}
#delugeDossier .quote, #delugeDossier .quote2 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Droid Serif", Arial, sans-serif;
  font-style: italic;
  color: #865e04;
}
#delugeDossier .quote span, #delugeDossier .quote2 span {
  font-weight: lighter;
  font-style: normal;
  font-size: 0.6em;
  display: block;
  text-align: right;
}
#delugeDossier .quote {
  padding: 1rem 1.5rem 1rem 1.5rem;
  margin: 0;
}
@media (min-width: 875px) {
  #delugeDossier .quote {
    margin: 0 0 0 -3rem;
    width: 50%;
    float: left;
    padding: 3.5rem 3rem 3.5rem 0;
  }
}
#delugeDossier .quote2 {
  font-size: 1.2rem;
  padding: 1rem 0 1rem;
  margin: 0;
}
@media (min-width: 875px) {
  #delugeDossier .quote2 {
    font-size: 1.5rem;
    padding: 1rem 1.5rem 1rem 1.5rem;
    margin: 0;
  }
}
#delugeDossier .bg-plain.inverted .quote {
  color: #b57f07;
}
#delugeDossier .credits {
  display: block;
  font-family: "Droid Serif", Arial, sans-serif;
  color: grey;
  text-decoration: none;
  opacity: 0.8;
  font-size: 12.8px;
  font-weight: 300;
  margin-top: 5px;
}
#delugeDossier .credits.credits-carte {
  color: white;
  position: fixed;
  bottom: -15px;
  left: 15px;
  transition: all 0.7s ease-in-out;
}
#delugeDossier .credits.credits-carte.revealed {
  bottom: 15px;
}
@media (max-width: 768px) {
  #delugeDossier .credits.credits-carte {
    max-width: 80%;
    right: 15px;
    bottom: -65px;
    left: auto;
    text-align: right;
  }
  #delugeDossier .credits.credits-carte.revealed {
    bottom: 65px;
  }
}
#delugeDossier .skewed-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#delugeDossier .skewed-img-wrapper .credits {
  margin: 5px auto 35px;
}
#delugeDossier .skewed-img-wrapper .skewed-img {
  overflow: hidden;
  z-index: 0;
  width: 100%;
  margin: 25px auto 0;
}
#delugeDossier .skewed-img-wrapper.half .credits, #delugeDossier .skewed-img-wrapper.half .skewed-img {
  width: 100%;
  max-width: 400px;
}
#delugeDossier .skewed-img-wrapper .old-image {
  border: 10px solid darkgray;
}
#delugeDossier .fancyboxx {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  cursor: zoom-in;
}
#delugeDossier .fancyboxx img {
  cursor: zoom-in;
}
#delugeDossier .fancyboxx span {
  opacity: 0.8;
}
#delugeDossier .the-end {
  height: 200px;
}

.navDossier {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: -57px;
  left: auto;
  right: 0;
  z-index: 2;
  min-width: 320px;
  transition: all 0.7s ease-in-out;
}
.navDossier.slide-up {
  bottom: 0;
}
.navDossier .dropbtn, .navDossier .currentChapter {
  background-color: rgba(0, 0, 0, 0.95);
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  height: 57px;
  -webkit-appearance: none;
}
.navDossier .dropup {
  position: relative;
}
.navDossier .currentChapter {
  width: 57px;
  height: 57px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: darkgray;
}
.navDossier .dropup-chapitres {
  flex-grow: 1;
}
.navDossier .dropup-chapitres .dropbtn {
  text-align: left;
  border-right: 1px solid white;
}
.navDossier .dropup-partage {
  flex-basis: 57px;
}
.navDossier .dropup-partage .dropbtn .fa:before {
  content: "";
  display: block;
  height: 25px;
  padding-top: 3px;
  font: normal normal normal 20px/1 FontAwesome;
}
.navDossier .dropup-partage .dropup-content {
  min-width: 58px;
}
.navDossier .dropup-partage .dropup-content a {
  padding: 15px 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: white;
}
.navDossier .dropup-content {
  display: none;
  position: absolute;
  bottom: 57px;
  background-color: black;
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 1;
  width: 100%;
}
.navDossier .dropup-content a {
  color: white;
  padding: 12px 16px;
  font-size: 12.2px;
  text-decoration: none;
  display: block;
}
.navDossier .dropup-content a:hover {
  background-color: black;
}
.navDossier .dropup:hover .dropup-content {
  display: block;
}
.navDossier .dropup:hover .dropbtn {
  background-color: black;
}

.collapsible {
  cursor: pointer;
  outline: none;
}

.collapsible:after {
  content: "+";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "−";
}

.collapsible-content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.lightbox {
  text-decoration: none;
  position: relative;
  cursor: zoom-in;
  display: block;
}
.lightbox a,
.lightbox a img {
  cursor: zoom-in;
}

.parvus__slide figcaption {
  font-family: "Droid Serif", Arial, sans-serif;
  color: white;
  font-size: 14px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.parvus__overlay {
  top: 45px;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100vw;
}

.parvus-zoom__indicator {
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  background: rgba(0, 0, 0, 0.5);
  cursor: zoom-in;
  border-radius: 50%;
  width: 40px;
  opacity: 0;
}

.parvus__btn {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.parvus__btn:hover {
  background: black;
}

.parvus__btn--close {
  top: 65px;
}

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

.notif-toast {
  position: relative;
  padding: 8px 12px;
  margin: 16px;
  border-radius: 8px;
  background: #F5F5F5;
  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: #777;
}

.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;
  }
}
/* Style the container for the player */
#delugeDossierVideo {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}
#delugeDossierVideo.hidden {
  display: none;
}

#upNext {
  display: none;
}

/* Style the player within the container */
#delugeDossierVideo .video-js {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

#delugeDossierVideo .vjs-tech {
  object-fit: cover !important;
}

/* Hide the player control bar */
#delugeDossierVideo .video-js .vjs-control-bar {
  display: none !important;
}

/* Remove click events on the player */
#delugeDossierVideo .video-js {
  pointer-events: none !important;
}

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