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

#noyadeDossier {
  position: relative;
  background-color: #132f47;
}
#noyadeDossier .dossier-chapitre-texte {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 50px;
}
#noyadeDossier .dossier-chapitre-texte.after-box {
  margin-top: -18vh !important;
  padding-top: 10vh;
}
#noyadeDossier #parallaxContainer {
  position: relative;
  width: 100vw;
  height: 70vh;
  top: 0;
  z-index: 0;
  pointer-events: none;
  background: url("../images/noyadesfond.jpg") bottom center no-repeat;
  background-size: cover;
}
@supports (-webkit-overflow-scrolling: touch) {
  #noyadeDossier #parallaxContainer {
    top: 0 !important;
  }
}
@supports (-webkit-touch-callout: none) {
  #noyadeDossier #parallaxContainer {
    /* CSS specific to iOS devices */
    top: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  #noyadeDossier #parallaxContainer {
    height: 100vh;
  }
}
@media screen and (max-width: 1120px) {
  #noyadeDossier #parallaxContainer {
    height: 75vh;
  }
}
@media screen and (max-width: 650px) {
  #noyadeDossier #parallaxContainer {
    height: 120vh;
  }
}
#noyadeDossier #parallaxContainer #mainTitle {
  top: 35vh;
  opacity: 0;
  transition: all 0.6s ease-out;
}
#noyadeDossier #parallaxContainer #mainTitle.slide-up {
  top: 25vh;
  opacity: 1;
  /* ----------- iPad Pro ----------- */
  /* Portrait and Landscape */
}
@media screen and (max-width: 1024px) {
  #noyadeDossier #parallaxContainer #mainTitle.slide-up {
    top: 9vh;
    left: 15%;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #noyadeDossier #parallaxContainer #mainTitle.slide-up {
    width: 80%;
    left: 10%;
  }
}
@media screen and (max-width: 685px) {
  #noyadeDossier #parallaxContainer #mainTitle.slide-up {
    top: 27vh;
  }
}
@media screen and (max-width: 410px) {
  #noyadeDossier #parallaxContainer #mainTitle.slide-up {
    top: 15vh;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #noyadeDossier #parallaxContainer #mainTitle.slide-up {
    top: 18vh !important;
    opacity: 1 !important;
  }
}
#noyadeDossier #parallaxContainer .layer {
  position: absolute;
}
#noyadeDossier #parallaxContainer .layer img {
  width: 100%;
  height: 100%;
}
#noyadeDossier #parallaxContainer .layer.layerTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 1;
  left: 10%;
  width: 80%;
}
#noyadeDossier #parallaxContainer .layer.layerTitle h1 {
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #noyadeDossier #parallaxContainer .layer.layerTitle {
    top: 0;
    z-index: 3;
    opacity: 1;
  }
}
#noyadeDossier .header-box {
  margin: -20vh auto 10vh;
  max-width: 750px;
  padding: 25px 15px 40px;
  background: #232323;
  position: relative;
  z-index: 3;
}
#noyadeDossier .header-box .introduction {
  color: white;
}
#noyadeDossier .header-box .social-sharing-bar ul li a {
  background: #096cbf !important;
}
#noyadeDossier .header-box .sharebar__label {
  color: white !important;
}
#noyadeDossier .dossier-main-header {
  color: white;
  background-color: #096cbf;
}
#noyadeDossier .dossier-main-header .main-title .light {
  color: #9fcaff;
}
#noyadeDossier .dossier-main-header .main-title .intro {
  text-transform: none;
  font-size: 30px;
  line-height: 31px;
  display: block;
  font-weight: normal;
}
#noyadeDossier .bg-plain:not(.dossier-main-header) {
  z-index: 2;
  position: relative;
  color: #fff;
  background-color: #096cbf;
  margin-top: 0;
}
#noyadeDossier .bg-plain:not(.dossier-main-header) .dossier-header .main-title {
  color: #9fcaff;
}
#noyadeDossier .bg-plain:not(.dossier-main-header) .dossier-header:before {
  content: "";
  width: 100%;
  padding-top: 19%;
  display: block;
  background: url("../images/fin-chapitre-fonce.jpg") center center no-repeat;
  background-size: 100% 100%;
}
#noyadeDossier .bg-plain:not(.dossier-main-header).inverted {
  background: #132f47;
  color: white;
}
#noyadeDossier .bg-plain:not(.dossier-main-header).inverted .dossier-header .main-title {
  color: white;
}
#noyadeDossier .bg-plain:not(.dossier-main-header).inverted .dossier-header:before {
  background-image: url("../images/fin-chapitre-clair.jpg");
}
#noyadeDossier .bg-plain:not(.dossier-main-header).inverted .chapitre-sous-titre {
  color: white;
  text-align: left;
}
#noyadeDossier .bg-plain:not(.dossier-main-header).inverted.inverted .chapitre-sous-titre {
  color: white;
  text-align: right;
  font-size: 80px;
  line-height: 0.95;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #noyadeDossier .bg-plain:not(.dossier-main-header).inverted.inverted .chapitre-sous-titre {
    font-size: 35px;
  }
}
#noyadeDossier h1, #noyadeDossier h2, #noyadeDossier h3 {
  font-family: "DharmaGothicE", Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0;
}
#noyadeDossier h1.reverse, #noyadeDossier h2.reverse, #noyadeDossier h3.reverse {
  text-align: right;
}
#noyadeDossier h1.chapitre-sous-titre, #noyadeDossier h2.chapitre-sous-titre, #noyadeDossier h3.chapitre-sous-titre {
  color: #9fcaff;
  line-height: 1.2;
}
#noyadeDossier h1 {
  font-size: 87px;
  line-height: 100px;
  text-transform: uppercase;
  color: white;
  font-weight: 800;
  padding: 0 0 0 15px;
  margin: 10px 0 40px;
}
#noyadeDossier h1.inverted {
  color: #132f47;
  background-color: white;
  padding: 5px 15px;
  text-shadow: none;
  margin-bottom: 20px;
  font-size: 83px;
  line-height: 0.95;
}
#noyadeDossier h1.chapitre-sous-titre {
  text-shadow: none;
  padding-left: 0;
  text-align: right;
  margin-top: 35px;
}
@media screen and (max-width: 850px) {
  #noyadeDossier h1 {
    font-size: 75px;
    line-height: 88px;
  }
}
@media screen and (max-width: 750px) {
  #noyadeDossier h1 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media screen and (max-width: 555px) {
  #noyadeDossier h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 0;
    padding-left: 0;
  }
}
#noyadeDossier h2 {
  font-size: 45px;
  padding-top: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 650px) {
  #noyadeDossier h2 {
    font-size: 35px;
    line-height: 38px;
  }
}
#noyadeDossier h2.text-center {
  text-align: center;
}
#noyadeDossier .by-line, #noyadeDossier .introduction {
  font-family: "Droid Serif", Arial, sans-serif;
  margin: 20px 0;
}
#noyadeDossier .dossier-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#noyadeDossier .dossier-header .header-txt {
  position: relative;
}
#noyadeDossier .dossier-header .chapter-title {
  display: flex;
  height: 10vh;
  align-items: center;
  justify-content: center;
  margin-top: 10vh;
}
@media screen and (max-width: 767px) {
  #noyadeDossier .dossier-header .chapter-title {
    height: 20vh;
    margin-top: 10vh;
    padding: 0 25px;
  }
}
#noyadeDossier .dossier-header .header-txt .main-title span {
  display: block;
}
#noyadeDossier .dossier-header .header-txt .introduction {
  border-top: 2px solid #9fcaff;
  font-weight: bold;
  font-size: 1.5em;
  padding-top: 35px;
}
@media screen and (max-width: 650px) {
  #noyadeDossier .dossier-header .header-txt .introduction {
    font-size: 1.2em;
  }
}
#noyadeDossier .dossier-header .header-txt .by-line {
  color: #9fcaff;
  font-weight: bold;
  font-size: 1em;
}
#noyadeDossier .dossier-header .header-txt .by-line .author-name {
  color: #9fcaff;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
}
#noyadeDossier .dossier-header .header-txt .by-line .by-line-image {
  width: 60px;
  border-radius: 50%;
  margin-right: 15px;
  border: 2px solid #9fcaff;
}
@media screen and (max-width: 650px) {
  #noyadeDossier .dossier-header .header-txt .by-line {
    font-size: 1.1em;
  }
}
#noyadeDossier .dossier-header .header-txt .social-sharing-bar {
  min-width: 230px;
  margin-bottom: 0;
}
#noyadeDossier .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;
}
#noyadeDossier .dossier-header .header-txt .social-sharing-bar ul {
  list-style: none;
}
#noyadeDossier .dossier-header .header-txt .social-sharing-bar ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#noyadeDossier .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;
}
#noyadeDossier .dossier-header .header-txt .social-sharing-bar ul li a svg {
  max-width: 18px;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}
#noyadeDossier .dossier-header.chapitre-1 h1 span {
  padding-top: 10px;
}
#noyadeDossier .dossier-header:not(.chapitre-1) .main-title {
  text-align: center;
}
@media screen and (max-width: 650px) {
  #noyadeDossier .dossier-header:not(.chapitre-1) .main-title {
    top: 0;
    line-height: 55px;
  }
}
@media screen and (max-width: 750px) {
  #noyadeDossier .dossier-header .chapter-split {
    flex-direction: column !important;
  }
  #noyadeDossier .dossier-header .chapter-split .main-title {
    margin-top: 0;
  }
}
#noyadeDossier .dossier-texte {
  max-width: 750px;
  margin: 20px auto 0;
}
@media screen and (max-width: 750px) {
  #noyadeDossier .dossier-texte {
    max-width: 680px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 650px) {
  #noyadeDossier .dossier-texte {
    padding: 0 15px;
  }
}
#noyadeDossier .dossier-texte a {
  color: #c7e0f6;
}
#noyadeDossier .dossier-texte .author-pic {
  border-radius: 50%;
  border: 2px solid #132f47;
  display: inline-block;
  vertical-align: middle;
  margin-top: -15px;
}
#noyadeDossier .dossier-texte .mortaise {
  width: 28%;
  float: right;
  padding: 0 0 15px 15px;
}
@media screen and (max-width: 450px) {
  #noyadeDossier .dossier-texte .mortaise {
    width: 50%;
    padding: 10px 0 15px 15px;
  }
}
#noyadeDossier .dossier-texte .bg-box {
  color: white;
  background: #132f47;
  padding: 25px 25px 35px;
  margin: 25px 0;
}
#noyadeDossier .dossier-texte .bg-box.external {
  cursor: pointer;
}
#noyadeDossier .dossier-texte .bg-box.inverted {
  color: #132f47;
  background: white;
}
#noyadeDossier .dossier-texte .bg-box.inverted .chapitre-sous-titre {
  color: #132f47 !important;
  text-align: left !important;
  margin-top: 0;
}
#noyadeDossier .dossier-texte .bg-box .skewed-img-wrapper {
  margin-left: 0;
  margin-right: 0;
}
#noyadeDossier .dossier-texte .bg-box .skewed-img-wrapper .skewed-img {
  margin: 0 auto;
}
#noyadeDossier .dossier-texte .bg-box .skewed-img-wrapper .credits {
  color: #132f47;
}
#noyadeDossier .dossier-texte .bg-box h2 {
  margin-top: 40px;
  padding-top: 0;
}
#noyadeDossier .dossier-texte .bg-box p {
  font-size: 1em;
  text-align: left;
}
#noyadeDossier .dossier-texte .bg-box .fa {
  padding-right: 20px;
  font-size: 25px;
}
#noyadeDossier .dossier-texte .bg-box .chiffre {
  font-size: 1.2em;
  font-weight: bold;
}
#noyadeDossier .dossier-credits {
  max-width: 320px;
  font-size: 13px;
  color: #fff;
  opacity: 0.8;
  padding-bottom: 25px;
}
#noyadeDossier .dossier-credits p {
  text-align: left;
}
#noyadeDossier .dossier-credits a {
  color: #9fcaff;
  text-decoration: none;
}
#noyadeDossier .timeline-wrapper {
  max-width: 750px;
  margin: auto;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
#noyadeDossier .timeline-wrapper .timeline-item {
  opacity: 0;
  color: #9fcaff;
  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;
}
@media screen and (max-width: 767px) {
  #noyadeDossier .timeline-wrapper .timeline-item {
    flex-direction: column;
  }
  #noyadeDossier .timeline-wrapper .timeline-item:nth-child(even) {
    flex-direction: column;
  }
}
#noyadeDossier .timeline-wrapper .timeline-item .illustration {
  padding: 20px;
  width: 100%;
}
#noyadeDossier .timeline-wrapper .timeline-item .illustration img {
  width: 100%;
}
#noyadeDossier .timeline-wrapper .timeline-item .annee {
  font-family: "DharmaGothicE", Arial, sans-serif;
  color: #9fcaff;
  font-size: 45px;
  line-height: 40px;
  padding-right: 10px;
}
#noyadeDossier .timeline-wrapper .timeline-item p {
  text-align: left;
  font-size: 15px;
  margin-top: 0;
}
#noyadeDossier .timeline-wrapper .timeline-item.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#noyadeDossier .timeline-wrapper .timeline-item .annee {
  display: block;
  text-align: center;
}
#noyadeDossier .timeline-wrapper .separateur {
  content: "";
  background: url("../images/separateur.png") center center no-repeat;
  background-size: auto 100%;
  height: 90px;
  width: 100%;
}
#noyadeDossier .pies {
  display: flex;
  flex-direction: row;
  flex-basis: 50%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #noyadeDossier .pies {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
#noyadeDossier .pie-legend {
  text-align: left;
  color: #9fcaff;
  margin: 0 auto 20px;
  font-family: "Droid Serif", Arial, sans-serif;
  display: flex;
  flex-direction: row;
  flex-basis: 45%;
  flex-wrap: wrap;
}
#noyadeDossier .pie-legend .pie-legend--item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#noyadeDossier .pie-legend span:after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  margin-left: 0.4em;
  margin-right: 0.8em;
  border-radius: 0.2em;
  background: currentColor;
  border: 1px solid white;
}
#noyadeDossier .pie {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 30px;
}
#noyadeDossier .pie .piemobile {
  display: none;
  width: 100%;
}
@supports (-webkit-overflow-scrolling: touch) {
  #noyadeDossier .pie .piemobile {
    display: block;
  }
}
@supports (-webkit-touch-callout: none) {
  #noyadeDossier .pie .piemobile {
    display: block;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #noyadeDossier .pie .piemobile {
      display: block;
    }
  }
}
@media screen and (max-width: 767px) {
  #noyadeDossier .pie {
    margin: 20px auto;
  }
}
#noyadeDossier .pie svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@supports (-webkit-overflow-scrolling: touch) {
  #noyadeDossier .pie svg {
    display: none;
  }
}
@supports (-webkit-touch-callout: none) {
  #noyadeDossier .pie svg {
    display: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #noyadeDossier .pie svg {
      display: none;
    }
  }
}
#noyadeDossier .barCharts {
  display: flex;
  flex-direction: row;
  flex-basis: 50%;
}
#noyadeDossier .barCharts h2 {
  position: absolute;
  top: -50px;
  left: 0;
  color: white;
  font-size: 30px;
  font-weight: normal;
}
#noyadeDossier .igFrameBar {
  width: 100%;
  height: 340px;
  position: relative;
  margin: 15% auto 9% auto;
}
#noyadeDossier .igFrameBar2, #noyadeDossier .igFrameBar3 {
  width: 90%;
}
#noyadeDossier .igFrameBar:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
}
#noyadeDossier .igFrameBar:after {
  content: "";
  width: 100%;
  height: 50%;
  background: transparent;
  position: absolute;
  top: 25%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#noyadeDossier .igData, #noyadeDossier .igDataII, #noyadeDossier .igDataIII {
  width: 50px;
  position: absolute;
  bottom: 1px;
  margin: 0;
  z-index: 99;
  float: left;
}
@media screen and (max-width: 767px) {
  #noyadeDossier .igData, #noyadeDossier .igDataII, #noyadeDossier .igDataIII {
    width: 35px;
  }
}
@media screen and (max-width: 410px) {
  #noyadeDossier .igData, #noyadeDossier .igDataII, #noyadeDossier .igDataIII {
    width: 26px;
  }
}
#noyadeDossier .igDataII, #noyadeDossier .igDataIII {
  width: 90px;
}
@media screen and (max-width: 767px) {
  #noyadeDossier .igDataII, #noyadeDossier .igDataIII {
    width: 55px;
  }
}
@media screen and (max-width: 410px) {
  #noyadeDossier .igDataII, #noyadeDossier .igDataIII {
    width: 45px;
  }
}
#noyadeDossier .igData:before,
#noyadeDossier .igDataII:before,
#noyadeDossier .igDataIII:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 30px;
  color: #132f47;
  font-family: "DharmaGothicE", Arial, sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #noyadeDossier .igData:before,
#noyadeDossier .igDataII:before,
#noyadeDossier .igDataIII:before {
    font-size: 23px;
  }
}
@media screen and (max-width: 410px) {
  #noyadeDossier .igData:before,
#noyadeDossier .igDataII:before,
#noyadeDossier .igDataIII:before {
    font-size: 20px;
  }
}
#noyadeDossier .igDataII:before,
#noyadeDossier .igDataIII:before {
  font-size: 32px;
}
#noyadeDossier .igDataII2:before {
  top: -40px;
}
#noyadeDossier .igData:after,
#noyadeDossier .igDataII:after,
#noyadeDossier .igDataIII:after {
  position: absolute;
  bottom: -30px;
  width: 100%;
  color: #9fcaff;
  font-size: 20px;
  text-align: center;
  font-family: "DharmaGothicE", Arial, sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #noyadeDossier .igData:after,
#noyadeDossier .igDataII:after,
#noyadeDossier .igDataIII:after {
    font-size: 13px;
    bottom: -20px;
  }
}
#noyadeDossier .igData1 {
  background: #daeeff;
  height: 0px;
  left: 3.3333333333%;
  -webkit-animation: showBar1 1.2s 0.1s forwards;
  -moz-animation: showBar1 1.2s 0.1s forwards;
  animation: showBar1 1.2s 0.1s forwards;
}
#noyadeDossier .igData2 {
  background: #62a0d5;
  height: 0px;
  left: 11.6666666667%;
  -webkit-animation: showBar2 1.2s 0.2s forwards;
  -moz-animation: showBar2 1.2s 0.2s forwards;
  animation: showBar2 1.2s 0.2s forwards;
}
#noyadeDossier .igData3 {
  background: #daeeff;
  height: 0px;
  left: 20%;
  -webkit-animation: showBar3 1.2s 0.3s forwards;
  -moz-animation: showBar3 1.2s 0.3s forwards;
  animation: showBar3 1.2s 0.3s forwards;
}
#noyadeDossier .igData4 {
  background: #62a0d5;
  height: 0px;
  left: 28.3333333333%;
  -webkit-animation: showBar4 1.2s 0.4s forwards;
  -moz-animation: showBar4 1.2s 0.4s forwards;
  animation: showBar4 1.2s 0.4s forwards;
}
#noyadeDossier .igData5 {
  background: #daeeff;
  height: 0px;
  left: 36.6666666667%;
  -webkit-animation: showBar5 1.2s 0.5s forwards;
  -moz-animation: showBar5 1.2s 0.5s forwards;
  animation: showBar5 1.2s 0.5s forwards;
}
#noyadeDossier .igData6 {
  background: #62a0d5;
  height: 0px;
  left: 45%;
  -webkit-animation: showBar6 1.2s 0.6s forwards;
  -moz-animation: showBar6 1.2s 0.6s forwards;
  animation: showBar6 1.2s 0.6s forwards;
}
#noyadeDossier .igData7 {
  background: #daeeff;
  height: 0px;
  left: 53.3333333333%;
  -webkit-animation: showBar7 1.2s 0.7s forwards;
  -moz-animation: showBar7 1.2s 0.7s forwards;
  animation: showBar7 1.2s 0.7s forwards;
}
#noyadeDossier .igData8 {
  background: #62a0d5;
  height: 0px;
  left: 61.6666666667%;
  -webkit-animation: showBar8 1.2s 0.8s forwards;
  -moz-animation: showBar8 1.2s 0.8s forwards;
  animation: showBar8 1.2s 0.8s forwards;
}
#noyadeDossier .igData9 {
  background: #daeeff;
  height: 0px;
  left: 70%;
  -webkit-animation: showBar9 1.2s 0.9s forwards;
  -moz-animation: showBar9 1.2s 0.9s forwards;
  animation: showBar9 1.2s 0.9s forwards;
}
#noyadeDossier .igData10 {
  background: #62a0d5;
  height: 0px;
  left: 78.3333333333%;
  -webkit-animation: showBar10 1.2s 1s forwards;
  -moz-animation: showBar10 1.2s 1s forwards;
  animation: showBar10 1.2s 1s forwards;
}
#noyadeDossier .igData11 {
  background: #daeeff;
  height: 0px;
  left: 86.6666666667%;
  -webkit-animation: showBar11 1.2s 1.1s forwards;
  -moz-animation: showBar11 1.2s 1.1s forwards;
  animation: showBar11 1.2s 1.1s forwards;
}
#noyadeDossier .igDataII1 {
  background: #daeeff;
  height: 0px;
  left: 20%;
  -webkit-animation: showBarII1 1.2s 0.1s forwards;
  -moz-animation: showBarII1 1.2s 0.1s forwards;
  animation: showBarII1 1.2s 0.1s forwards;
}
#noyadeDossier .igDataII2 {
  background: #62a0d5;
  height: 0px;
  left: 50%;
  -webkit-animation: showBarII2 1.2s 0.2s forwards;
  -moz-animation: showBarII2 1.2s 0.2s forwards;
  animation: showBarII2 1.2s 0.2s forwards;
}
#noyadeDossier .igDataIII1 {
  background: #daeeff;
  height: 0px;
  left: 20%;
  -webkit-animation: showBarIII1 1.2s 0.1s forwards;
  -moz-animation: showBarIII1 1.2s 0.1s forwards;
  animation: showBarIII1 1.2s 0.1s forwards;
}
#noyadeDossier .igDataIII2 {
  background: #62a0d5;
  height: 0px;
  left: 50%;
  -webkit-animation: showBarIII2 1.2s 0.2s forwards;
  -moz-animation: showBarIII2 1.2s 0.2s forwards;
  animation: showBarIII2 1.2s 0.2s forwards;
}
#noyadeDossier .igData1:before {
  content: "88";
}
#noyadeDossier .igData2:before {
  content: "90";
}
#noyadeDossier .igData3:before {
  content: "72";
}
#noyadeDossier .igData4:before {
  content: "77";
}
#noyadeDossier .igData5:before {
  content: "67";
}
#noyadeDossier .igData6:before {
  content: "82";
}
#noyadeDossier .igData7:before {
  content: "98";
}
#noyadeDossier .igData8:before {
  content: "58";
}
#noyadeDossier .igData9:before {
  content: "57";
}
#noyadeDossier .igData10:before {
  content: "95";
}
#noyadeDossier .igData11:before {
  content: "49*";
}
#noyadeDossier .igDataII1:before {
  content: "92%";
}
#noyadeDossier .igDataII2:before {
  content: "8%";
}
#noyadeDossier .igDataIII1:before {
  content: "83%";
}
#noyadeDossier .igDataIII2:before {
  content: "17%";
}
#noyadeDossier .igData1:after {
  content: "2011";
}
#noyadeDossier .igData2:after {
  content: "2012";
}
#noyadeDossier .igData3:after {
  content: "2013";
}
#noyadeDossier .igData4:after {
  content: "2014";
}
#noyadeDossier .igData5:after {
  content: "2015";
}
#noyadeDossier .igData6:after {
  content: "2016";
}
#noyadeDossier .igData7:after {
  content: "2017";
}
#noyadeDossier .igData8:after {
  content: "2018";
}
#noyadeDossier .igData9:after {
  content: "2019";
}
#noyadeDossier .igData10:after {
  content: "2020";
}
#noyadeDossier .igData11:after {
  content: "2021";
}
#noyadeDossier .igDataII1:after {
  content: "hommes";
}
#noyadeDossier .igDataII2:after {
  content: "femmes";
}
#noyadeDossier .igDataIII1:after {
  content: "hommes";
}
#noyadeDossier .igDataIII2:after {
  content: "femmes";
}
@-webkit-keyframes showBar1 {
  0% {
    height: 0px;
  }
  100% {
    height: 88%;
  }
}
@-webkit-keyframes showBar2 {
  0% {
    height: 0px;
  }
  100% {
    height: 90%;
  }
}
@-webkit-keyframes showBar3 {
  0% {
    height: 0px;
  }
  100% {
    height: 72%;
  }
}
@-webkit-keyframes showBar4 {
  0% {
    height: 0px;
  }
  100% {
    height: 77%;
  }
}
@-webkit-keyframes showBar5 {
  0% {
    height: 0px;
  }
  100% {
    height: 67%;
  }
}
@-webkit-keyframes showBar6 {
  0% {
    height: 0px;
  }
  100% {
    height: 82%;
  }
}
@-webkit-keyframes showBar7 {
  0% {
    height: 0px;
  }
  100% {
    height: 98%;
  }
}
@-webkit-keyframes showBar8 {
  0% {
    height: 0px;
  }
  100% {
    height: 58%;
  }
}
@-webkit-keyframes showBar9 {
  0% {
    height: 0px;
  }
  100% {
    height: 57%;
  }
}
@-webkit-keyframes showBar10 {
  0% {
    height: 0px;
  }
  100% {
    height: 95%;
  }
}
@-webkit-keyframes showBar11 {
  0% {
    height: 0px;
  }
  100% {
    height: 49%;
  }
}
@-moz-keyframes showBar1 {
  0% {
    height: 0px;
  }
  100% {
    height: 88%;
  }
}
@-moz-keyframes showBar2 {
  0% {
    height: 0px;
  }
  100% {
    height: 90%;
  }
}
@-moz-keyframes showBar3 {
  0% {
    height: 0px;
  }
  100% {
    height: 72%;
  }
}
@-moz-keyframes showBar4 {
  0% {
    height: 0px;
  }
  100% {
    height: 77%;
  }
}
@-moz-keyframes showBar5 {
  0% {
    height: 0px;
  }
  100% {
    height: 67%;
  }
}
@-moz-keyframes showBar6 {
  0% {
    height: 0px;
  }
  100% {
    height: 82%;
  }
}
@-moz-keyframes showBar7 {
  0% {
    height: 0px;
  }
  100% {
    height: 98%;
  }
}
@-moz-keyframes showBar8 {
  0% {
    height: 0px;
  }
  100% {
    height: 58%;
  }
}
@-moz-keyframes showBar9 {
  0% {
    height: 0px;
  }
  100% {
    height: 57%;
  }
}
@-moz-keyframes showBar10 {
  0% {
    height: 0px;
  }
  100% {
    height: 95%;
  }
}
@-moz-keyframes showBar11 {
  0% {
    height: 0px;
  }
  100% {
    height: 49%;
  }
}
@keyframes showBar1 {
  0% {
    height: 0px;
  }
  100% {
    height: 88%;
  }
}
@keyframes showBar2 {
  0% {
    height: 0px;
  }
  100% {
    height: 90%;
  }
}
@keyframes showBar3 {
  0% {
    height: 0px;
  }
  100% {
    height: 72%;
  }
}
@keyframes showBar4 {
  0% {
    height: 0px;
  }
  100% {
    height: 77%;
  }
}
@keyframes showBar5 {
  0% {
    height: 0px;
  }
  100% {
    height: 67%;
  }
}
@keyframes showBar6 {
  0% {
    height: 0px;
  }
  100% {
    height: 82%;
  }
}
@keyframes showBar7 {
  0% {
    height: 0px;
  }
  100% {
    height: 98%;
  }
}
@keyframes showBar8 {
  0% {
    height: 0px;
  }
  100% {
    height: 58%;
  }
}
@keyframes showBar9 {
  0% {
    height: 0px;
  }
  100% {
    height: 57%;
  }
}
@keyframes showBar10 {
  0% {
    height: 0px;
  }
  100% {
    height: 95%;
  }
}
@keyframes showBar11 {
  0% {
    height: 0px;
  }
  100% {
    height: 49%;
  }
}
@-webkit-keyframes showBarII1 {
  0% {
    height: 0px;
  }
  100% {
    height: 92%;
  }
}
@-webkit-keyframes showBarII2 {
  0% {
    height: 0px;
  }
  100% {
    height: 8%;
  }
}
@-moz-keyframes showBarII1 {
  0% {
    height: 0px;
  }
  100% {
    height: 92%;
  }
}
@-moz-keyframes showBarII2 {
  0% {
    height: 0px;
  }
  100% {
    height: 8%;
  }
}
@keyframes showBarII1 {
  0% {
    height: 0px;
  }
  100% {
    height: 92%;
  }
}
@keyframes showBarII2 {
  0% {
    height: 0px;
  }
  100% {
    height: 8%;
  }
}
@-webkit-keyframes showBarIII1 {
  0% {
    height: 0px;
  }
  100% {
    height: 83%;
  }
}
@-webkit-keyframes showBarIII2 {
  0% {
    height: 0px;
  }
  100% {
    height: 16%;
  }
}
@-moz-keyframes showBarIII1 {
  0% {
    height: 0px;
  }
  100% {
    height: 83%;
  }
}
@-moz-keyframes showBarIII2 {
  0% {
    height: 0px;
  }
  100% {
    height: 16%;
  }
}
@keyframes showBarIII1 {
  0% {
    height: 0px;
  }
  100% {
    height: 83%;
  }
}
@keyframes showBarIII2 {
  0% {
    height: 0px;
  }
  100% {
    height: 16%;
  }
}
#noyadeDossier .full-size-item {
  width: 100%;
}
#noyadeDossier .lieu-item {
  position: relative;
  width: 70%;
  margin: -7% auto;
}
#noyadeDossier .lieu-item .lieu-illustration {
  width: 100%;
}
#noyadeDossier .lieu-item .lieu-description {
  background: white;
  font-size: 29px;
  font-family: "DharmaGothicE", Arial, sans-serif;
  color: #132f47;
  position: absolute;
  right: 5%;
  bottom: 15%;
  padding: 2px 5px;
}
@media screen and (max-width: 767px) {
  #noyadeDossier .lieu-item .lieu-description {
    font-size: 20px;
    right: -5px;
    bottom: -10px;
  }
}
#noyadeDossier .lieu-item .lieu-bubble {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  position: absolute;
}
#noyadeDossier .lieu-item .lieu-bubble .lieu-annee, #noyadeDossier .lieu-item .lieu-bubble .lieu-pourcent {
  font-family: "DharmaGothicE", Arial, sans-serif;
  font-size: 0;
  line-height: 0;
  transition: all 0.7s ease-in-out;
}
#noyadeDossier .lieu-item .lieu-bubble.lieu-bubble1 {
  left: 20%;
  top: 35%;
  transition: all 0.7s ease-in-out;
  transition-delay: 0.5s;
}
#noyadeDossier .lieu-item .lieu-bubble.lieu-bubble1 .lieu-annee, #noyadeDossier .lieu-item .lieu-bubble.lieu-bubble1 .lieu-pourcent {
  color: #132f47;
  transition-delay: 0.5s;
}
#noyadeDossier .lieu-item .lieu-bubble.lieu-bubble2 {
  left: 65%;
  top: 20%;
  transition: all 0.7s ease-in-out;
  transition-delay: 1s;
}
#noyadeDossier .lieu-item .lieu-bubble.lieu-bubble2 .lieu-annee, #noyadeDossier .lieu-item .lieu-bubble.lieu-bubble2 .lieu-pourcent {
  color: #096cbf;
  transition-delay: 1s;
}
#noyadeDossier .lieu-item .lieu-bubble.pop {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  #noyadeDossier .lieu-item .lieu-bubble.pop {
    width: 80px;
    height: 80px;
  }
}
#noyadeDossier .lieu-item .lieu-bubble.pop.lieu-bubble1 {
  left: 10%;
  top: 25%;
}
#noyadeDossier .lieu-item .lieu-bubble.pop.lieu-bubble2 {
  left: 55%;
  top: 10%;
}
#noyadeDossier .lieu-item .lieu-bubble.pop .lieu-annee {
  font-size: 25px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  #noyadeDossier .lieu-item .lieu-bubble.pop .lieu-annee {
    font-size: 20px;
    line-height: 15px;
  }
}
#noyadeDossier .lieu-item .lieu-bubble.pop .lieu-pourcent {
  font-size: 60px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  #noyadeDossier .lieu-item .lieu-bubble.pop .lieu-pourcent {
    font-size: 45px;
    line-height: 40px;
  }
}
#noyadeDossier .embed-container {
  margin: 20px auto;
  max-width: 500px;
}
#noyadeDossier .ad-wrapper {
  margin: 50px auto 0;
  text-align: center;
}
#noyadeDossier 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) {
  #noyadeDossier p {
    font-size: 1.1em;
  }
}
#noyadeDossier .quote, #noyadeDossier .quote2 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Droid Serif", Arial, sans-serif;
  font-style: italic;
  color: #9fcaff;
}
#noyadeDossier .quote span, #noyadeDossier .quote2 span {
  font-weight: lighter;
  font-style: normal;
  font-size: 0.6em;
  display: block;
  text-align: right;
}
#noyadeDossier .quote {
  padding: 1rem 1.5rem 1rem 1.5rem;
  margin: 0;
}
@media (min-width: 875px) {
  #noyadeDossier .quote {
    margin: 0 0 0 -3rem;
    width: 50%;
    float: left;
    padding: 3.5rem 3rem 3.5rem 0;
  }
}
#noyadeDossier .quote2 {
  font-size: 1.2rem;
  padding: 1rem 0 1rem;
  margin: 0;
}
@media (min-width: 875px) {
  #noyadeDossier .quote2 {
    font-size: 1.5rem;
    padding: 1rem 1.5rem 1rem 1.5rem;
    margin: 0;
  }
}
#noyadeDossier .credits {
  display: block;
  font-family: "Droid Serif", Arial, sans-serif;
  color: white;
  text-decoration: none;
  opacity: 0.8;
  font-size: 12.8px;
  font-weight: 300;
  margin-top: 5px;
  width: 100%;
}
#noyadeDossier .skewed-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 950px) {
  #noyadeDossier .skewed-img-wrapper {
    margin-left: -100px;
    margin-right: -100px;
  }
}
#noyadeDossier .skewed-img-wrapper .credits {
  margin: 5px auto 35px;
}
#noyadeDossier .skewed-img-wrapper .skewed-img {
  overflow: hidden;
  z-index: 0;
  width: 100%;
  margin: 25px auto 0;
}
#noyadeDossier .skewed-img-wrapper.half .credits, #noyadeDossier .skewed-img-wrapper.half .skewed-img {
  width: 100%;
  max-width: 400px;
}
#noyadeDossier .skewed-img-wrapper .old-image {
  border: 10px solid darkgray;
}
#noyadeDossier .fancyboxx {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  cursor: zoom-in;
}
#noyadeDossier .fancyboxx img {
  cursor: zoom-in;
}
#noyadeDossier .fancyboxx span {
  opacity: 0.8;
}
#noyadeDossier .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", 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", 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;
}

#banner {
  display: none !important;
}

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