@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=Bangers&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Creepster&display=swap");
body, html {
  margin: 0;
  padding: 0;
  background: black;
}

.panic-button {
  position: fixed;
  display: none;
  top: 40px;
  right: 50px;
  z-index: 2;
  cursor: pointer;
  opacity: 0.3;
}
@media screen and (max-width: 550px) {
  .panic-button {
    top: 10px;
    right: 20px;
  }
  .panic-button svg {
    width: 25px;
  }
}
.panic-button .yellow {
  fill: rgb(255, 255, 255);
}
.panic-button .white {
  fill: rgb(255, 255, 255);
}
.panic-button.activated {
  display: block;
}
.panic-button.activated:hover {
  opacity: 1;
}
.panic-button.activated:hover .yellow {
  fill: #EAFF00;
}
.panic-button.activated:hover .white {
  fill: #FFFFFF;
}

@media (min-width: 769px) {
  br.mobile-only {
    display: none;
  }
}

.video_in_inclusion {
  background-color: #000;
  width: 100vw;
  height: 100vh;
  margin: auto;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.xp-overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background: #000 url("https://s1.quebecormedia.com/infojdem/2021/maison-hantee/bg.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 5;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1050px) {
  .xp-overlay {
    justify-content: flex-start;
  }
}
.xp-overlay .startscreen {
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 0;
}
.xp-overlay .startscreen .logo-5-min {
  margin: 25px auto;
  max-width: 112px;
}
@media screen and (max-width: 1050px) {
  .xp-overlay .startscreen .logo-5-min {
    display: none;
  }
}
.xp-overlay .startscreen .titre-court {
  font-family: "Creepster", cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 92px;
  line-height: 92px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #EAFF00;
  text-shadow: -10px 10px 0px rgba(0, 0, 0, 0.35);
  z-index: 1;
}
@media screen and (max-width: 1050px) {
  .xp-overlay .startscreen .titre-court {
    font-size: 72px;
    line-height: 42px;
  }
}
@media screen and (max-width: 550px) {
  .xp-overlay .startscreen .titre-court {
    font-size: 65px;
    line-height: 54px;
    padding-top: 20px;
  }
}
.xp-overlay .startscreen .titre-suite {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1050px) {
  .xp-overlay .startscreen .titre-suite {
    flex-direction: column;
  }
}
.xp-overlay .startscreen .titre-suite .titre-bloc-droite {
  z-index: 1;
}
.xp-overlay .startscreen .titre-suite .titre-bloc-droite img {
  width: 100%;
  display: none;
}
@media screen and (min-width: 1051px) {
  .xp-overlay .startscreen .titre-suite .titre-bloc-droite {
    max-width: 190px;
    flex-basis: 190px;
  }
  .xp-overlay .startscreen .titre-suite .titre-bloc-droite img.desktop-only {
    display: block;
    max-width: 169px;
  }
}
@media screen and (max-width: 1050px) {
  .xp-overlay .startscreen .titre-suite .titre-bloc-droite {
    text-align: center;
    width: 90%;
    margin: auto;
  }
  .xp-overlay .startscreen .titre-suite .titre-bloc-droite img.mobile-only {
    display: block;
    max-width: 253px;
    margin: auto;
  }
}
.xp-overlay .startscreen .titre-long {
  font-family: "Bangers", cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 36px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px #000000;
  z-index: 1;
  margin-top: 30px;
  text-align: left;
}
@media screen and (min-width: 1050px) {
  .xp-overlay .startscreen .titre-long {
    font-size: 32px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1050px) {
  .xp-overlay .startscreen .titre-long {
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .xp-overlay .startscreen .titre-long {
    font-size: 30px;
    line-height: 28px;
    margin-top: 0;
  }
}
.xp-overlay .startscreen .titre-text {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #EAFF00;
  padding: 15px 0;
  max-width: 300px;
  margin: auto;
  text-align: left;
}
@media screen and (min-width: 551px) and (max-width: 1050px) {
  .xp-overlay .startscreen .titre-text {
    max-width: 500px;
    text-align: center;
    padding: 5px 0 0;
  }
}
@media screen and (max-width: 550px) {
  .xp-overlay .startscreen .titre-text {
    text-align: center;
  }
}
.xp-overlay .startscreen .maison-hantee {
  position: relative;
  max-width: 650px;
  margin: -70px -50px -70px -100px;
  z-index: 0;
}
@media screen and (max-width: 1050px) {
  .xp-overlay .startscreen .maison-hantee {
    width: 100%;
    max-width: 500px;
    margin: -70px auto -70px;
  }
}
.xp-overlay .loader {
  border: 6px solid #000;
  border-top: 6px solid #EAFF00;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  z-index: 4;
}
.xp-overlay #clickToStart {
  z-index: 5;
  border: 1px solid #FFFFFF;
  background: transparent;
  box-sizing: border-box;
  border-radius: 25px;
  width: 177px;
  height: 50px;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  margin: 20px 0;
}
.xp-overlay button.hide {
  display: none;
}

.video_in_inclusion .video-with-vignette {
  overflow: hidden;
}

.video_in_inclusion .video-with-vignette video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: opacity ease 0.4s;
  -webkit-transition: opacity ease 0.4s;
}
.video_in_inclusion .video-with-vignette::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  background: linear-gradient(to top, transparent 0%, black 100%);
  z-index: 1;
}

.video_in_inclusion .video-with-vignette::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  z-index: 0;
}

.video_in_inclusion .video-with-vignette.lecture-en-cours::after {
  height: 100%;
}

::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}

.parent {
  overflow: hidden;
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section {
  z-index: 1;
  position: relative;
  height: 100%;
  scroll-snap-align: start;
  -webkit-transition: all 0.4s, color 0.4s;
  transition: all 0.4s, color 0.4s;
}

.nextStep, #clickToStart {
  cursor: pointer;
}

.step-container {
  position: relative;
  scroll-snap-type: y mandatory;
  max-width: 1140px;
  margin: auto;
}

.step-content {
  width: 100%;
  top: 15%;
  position: absolute;
  text-align: left;
}
.step-content.active {
  background: linear-gradient(to bottom, transparent 50%, black 100%);
}
@media screen and (max-width: 1440px) {
  .step-content {
    top: 7%;
  }
}
@media screen and (max-width: 1180px) {
  .step-content {
    top: 0;
  }
}
@media screen and (max-width: 1050px) {
  .step-content {
    height: 102%;
    top: 0;
    overflow: auto;
  }
}
.step-content .stepText {
  font-family: "Barlow", sans-serif;
  font-size: 1.5em;
  margin: 0 15px;
  color: white;
  text-align: left;
}
@media screen and (max-width: 550px) {
  .step-content .stepText {
    margin: 0;
  }
}
.step-content .stepText .step-text {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  .step-content .stepText .step-text {
    width: 90%;
    margin: 0 auto;
    height: 50vh;
  }
}
@media (max-width: 768px) {
  .step-content .stepText .step-text {
    margin: -15% auto 0;
    max-width: 450px;
  }
}
@media screen and (max-width: 550px) {
  .step-content .stepText .step-text {
    max-width: 380px;
    width: 100%;
    padding: 0 25px 100px 25px;
    position: relative;
    bottom: 0;
    margin-top: 0;
    text-align: center;
  }
  .step-content .stepText .step-text div {
    text-align: center;
  }
}
@media screen and (max-width: 380px) {
  .step-content .stepText .step-text {
    padding: 0 25px 600px 25px;
  }
}
@media screen and (max-width: 340px) {
  .step-content .stepText .step-text {
    height: 30vh;
  }
}
@media screen and (min-width: 1050px) {
  .step-content .stepText .step-text {
    position: absolute;
    top: 250px;
    right: 10%;
    width: 36%;
  }
}
.step-content .stepText strong {
  color: #EAFF00;
  display: block;
  margin-top: 10px;
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  text-shadow: 0 4px 8px #000000;
}
.step-content .stepText div {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  color: #FFFFFF;
  margin: 5px 0 10px 0;
}
.step-content .stepText strong.step-titre {
  font-family: "Bangers", cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 54px;
  line-height: 49px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #FFFFFF;
  text-shadow: 0 4px 4px #000000;
  z-index: 2;
}
@media screen and (max-width: 550px) {
  .step-content .stepText strong.step-titre {
    font-size: 42px;
    line-height: 35px;
  }
}
.step-content .stepText .nextStep {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  text-align: center;
  background: transparent;
  color: white !important;
  padding: 10px 15px !important;
  width: 293px;
  height: 50px;
  border: 1px solid #EAFF00;
  box-sizing: border-box;
  border-radius: 25px;
  margin: 10px 0 100px !important;
}
@media screen and (max-width: 768px) {
  .step-content .stepText .nextStep {
    width: 100%;
  }
}
.step-content .stepText .stepMonsterTitle {
  position: absolute;
  z-index: 3;
  top: 30px;
  width: 100%;
  text-align: center;
  font-family: "Creepster", cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 250px;
  line-height: 250px;
  letter-spacing: -0.02em;
  color: #EAFF00;
  text-shadow: -30px 30px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 768px) {
  .step-content .stepText .stepMonsterTitle {
    font-size: 200px;
    line-height: 200px;
  }
}
@media screen and (max-width: 550px) {
  .step-content .stepText .stepMonsterTitle {
    top: 50px;
    font-size: 110px;
    line-height: 110px;
    text-shadow: -10px 10px 0px rgba(0, 0, 0, 0.35);
  }
}
@media screen and (max-width: 340px) {
  .step-content .stepText .stepMonsterTitle {
    font-size: 90px;
    line-height: 90px;
  }
}
.step-content .stepText .stepMonsterImg {
  margin-top: 0 !important;
  margin-left: 0 !important;
  position: absolute;
  top: 160px;
  left: 12%;
}
.step-content .stepText .stepMonsterImg img {
  width: 70%;
}
@media (max-width: 1050px) {
  .step-content .stepText .stepMonsterImg {
    margin-top: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .step-content .stepText .stepMonsterImg img {
    max-width: 70%;
    margin-top: 250px;
    margin-left: -5%;
  }
}
@media screen and (max-width: 768px) {
  .step-content .stepText .stepMonsterImg img {
    margin-top: 200px;
  }
}
@media (max-width: 550px) {
  .step-content .stepText .stepMonsterImg {
    top: 0;
    max-height: 118vw;
  }
  .step-content .stepText .stepMonsterImg img {
    width: 90%;
    max-width: 390px;
    margin-top: 110px;
    margin-left: -10%;
  }
}
@media (max-width: 320px) {
  .step-content .stepText .stepMonsterImg {
    margin-top: 90px;
  }
}

@media screen and (min-width: 1050px) {
  #step2 .stepMonsterTitle {
    font-size: 190px;
  }
  #step4 .stepMonsterTitle {
    font-size: 190px;
  }
  #step5 .stepMonsterTitle {
    font-size: 200px;
  }
  #step8 .stepMonsterTitle {
    font-size: 200px;
  }
}
@media screen and (min-width: 551px) {
  #step1 .stepMonsterTitle {
    font-size: 200px;
  }
  #step2 .stepMonsterTitle {
    font-size: 135px;
  }
  #step3 .stepMonsterTitle {
    font-size: 220px;
  }
  #step4 .stepMonsterImg img {
    width: 59%;
  }
  #step4 strong.step-titre {
    font-size: 51px;
  }
  #step4 .stepMonsterTitle {
    font-size: 122px;
  }
  #step5 .stepMonsterTitle {
    font-size: 148px;
  }
  #step5 strong.step-titre {
    font-size: 52px;
  }
  #step8 .stepMonsterTitle {
    font-size: 170px;
  }
}
@media screen and (max-width: 550px) {
  #step1 .stepMonsterTitle {
    font-size: 100px;
  }
  #step2 .stepMonsterTitle {
    font-size: 64px;
  }
  #step4 .stepMonsterTitle {
    font-size: 56px;
  }
  #step4 .step-content .stepText .step-text {
    height: 42vh;
  }
  #step5 .stepMonsterTitle {
    font-size: 70px;
  }
  #step8 .stepMonsterTitle {
    font-size: 77px;
  }
}
@media screen and (max-width: 340px) {
  #step1 .stepMonsterTitle {
    font-size: 90px;
  }
  #step2 .stepMonsterTitle {
    font-size: 57px;
  }
  #step4 .stepMonsterTitle {
    font-size: 56px;
  }
  #step5 .stepMonsterTitle {
    font-size: 56px;
  }
  #step8 .stepMonsterTitle {
    font-size: 77px;
  }
}
.stepMonster, .stepMonsterImg img, .stepMonsterTitle img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.entered {
  -webkit-animation: text-focus-in 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.hide {
  opacity: 0;
}

.hide .nextStep {
  cursor: default;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
    bottom: -1000px;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    bottom: 0;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
    bottom: -1000px;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    bottom: 0;
  }
}
.jump.stepMonsterImg {
  z-index: 1;
}
.jump img {
  margin-left: -155% !important;
  margin-top: -85% !important;
  width: 400% !important;
  max-width: 400% !important;
}

.shake {
  animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.shake {
  animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(-12px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(13px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-20px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(20px, 0, 0);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-12px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(13px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-20px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(20px, 0, 0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.embedded-others div.dossier-credits,
.dossier-credits {
  max-width: 750px !important;
  width: 100%;
  margin: 10px auto 20px;
  text-align: center;
}
@media screen and (min-width: 1051px) {
  .embedded-others div.dossier-credits,
  .dossier-credits {
    position: absolute;
    bottom: 20px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 5;
  }
}
@media screen and (max-width: 768px) {
  .embedded-others div.dossier-credits,
  .dossier-credits {
    padding-bottom: 150px;
  }
}
.embedded-others div.dossier-credits.hide,
.dossier-credits.hide {
  display: none;
}

.dossier-credits span {
  font-family: "Barlow", sans-serif;
  text-align: left;
  color: gray !important;
  font-size: 14px;
  line-height: 17px;
}
@media screen and (max-width: 550px) {
  .dossier-credits span {
    font-size: 12px;
    line-height: 15px;
  }
}

.dossier-credits span.credits-titre {
  font-size: 15px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: white !important;
}
@media screen and (max-width: 550px) {
  .dossier-credits span.credits-titre {
    font-size: 13px;
    line-height: 15px;
  }
}

.dossier-credits span strong {
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  color: #EAFF00;
}
@media screen and (max-width: 550px) {
  .dossier-credits span strong {
    font-size: 13px;
    line-height: 15px;
  }
}

/*# sourceMappingURL=main-not-fullscreen.css.map */
