@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");
html, body {
  margin: 0;
}

.teaser {
  width: 100%;
  max-width: 700px;
  margin: 25px auto;
}
@media (max-width: 695px) {
  .teaser {
    margin: 25px 0;
  }
}
.background {
  background-image: url("https://s1.quebecormedia.com/infojdem/2022/les-secrets-du-clerge/images/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  border-radius: 8px;
  padding: 25px 35px;
}
@media (max-width: 699px) {
  .background {
    padding: 15px 20px;
  }
}
.background .floating-text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.background .floating-text .boat-logo {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 800;
  font-size: 37px;
  line-height: 100%;
  color: #857BA7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.background .floating-text .boat-button-and-credits, .background .floating-text .boat-video-and-bdv {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.background .floating-text .boat-video-and-bdv {
  margin-bottom: 17px;
}
@media (min-width: 700px) {
  .background .floating-text .boat-video-and-bdv {
    flex-direction: row;
  }
}
.background .floating-text .boat-video-and-bdv .boat-video {
  flex-grow: 1;
}
@media (max-width: 699px) {
  .background .floating-text .boat-video-and-bdv .boat-video {
    margin-bottom: 5px;
  }
}
.background .floating-text .boat-video-and-bdv .boat-video .video {
  width: 100%;
  background: black;
  padding-top: 56.25%;
  position: relative;
}
.background .floating-text .boat-video-and-bdv .boat-video .video video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.background .floating-text .boat-video-and-bdv .boat-video .video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.background .floating-text .boat-video-and-bdv .boat-video .video .play-button img {
  width: 155px;
}
.background .floating-text .boat-bdv {
  font-family: "Barlow", serif !important;
  color: white;
  padding: 16px 0 25px;
  font-style: normal;
  font-size: 20px;
  line-height: 115%;
  font-weight: 700;
  text-align: left;
}
.background .floating-text .boat-bdv strong {
  color: #DBFF01;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.background .floating-text .boat-bdv span {
  display: block;
}
@media (max-width: 699px) {
  .background .floating-text .boat-bdv {
    font-size: 19px;
    padding: 0 0 25px;
  }
}
@media (min-width: 700px) {
  .background .floating-text .boat-button-and-credits {
    flex-direction: row;
  }
}
@media (min-width: 700px) and (max-width: 768px) {
  .background .floating-text .boat-button-and-credits .boat-button {
    flex-basis: 196px;
  }
}
@media (min-width: 769px) {
  .background .floating-text .boat-button-and-credits .boat-button {
    flex-basis: 297px;
    margin: auto;
  }
}
.background .floating-text .boat-button-and-credits .boat-button .vrai-button {
  border: 1px solid #DBFF01;
  background: rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  border-radius: 30px;
  height: 50px;
  min-width: 196px;
  color: #DBFF01 !important;
  text-decoration: none;
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 699px) {
  .background .floating-text .boat-button-and-credits .boat-button .vrai-button {
    height: 40px;
    margin-bottom: 25px;
    font-size: 13px;
  }
}
.background .floating-text .boat-credits {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  color: white;
  flex-grow: 1;
  margin-left: 5px;
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  color: rgba(255, 255, 255, 0.75);
}
.background .floating-text .boat-credits strong {
  font-weight: bold;
}
@media (max-width: 699px) {
  .background .floating-text .boat-credits {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
  }
}
@media (max-width: 699px) {
  .background .floating-text .desktop-only {
    display: none;
  }
}
@media (min-width: 700px) {
  .background .floating-text .mobile-only {
    display: none;
  }
}

.timeline {
  width: 100%;
  max-width: 700px;
  margin: 25px auto;
}
@media (max-width: 695px) {
  .timeline {
    margin: 25px 0;
  }
}
.timeline img {
  width: 100%;
}
@media (max-width: 699px) {
  .timeline .desktop-only {
    display: none;
  }
}
@media (min-width: 700px) {
  .timeline .mobile-only {
    display: none;
  }
}

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