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

.navigation-box {
  height: 100vh;
}

.normal-text {
  padding: 25px 0;
  max-width: 700px;
  margin: auto;
}
.normal-text p {
  font-family: "Barlow", sans-serif !important;
}

.embedded-others > div.bdv {
  max-width: 700px !important;
  margin: auto;
  text-align: right;
}

.bdv {
  text-align: right;
  padding: 5px 15px 25px;
  max-width: 700px;
  margin: auto;
  font-family: "Barlow", sans-serif !important;
  color: #808080;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.bdv strong {
  font-size: 0.7rem;
  line-height: 1em;
  letter-spacing: 0.5px;
}

.embedded-others > div.stick-img-with-text-overlay {
  max-width: 100vw !important;
}
.embedded-others > div.stick-img-with-text-overlay .sticky-img {
  top: 90px !important;
}
.chapter_sep{
  width: 100vw !important;
  height: 3px;
  background: #FFFDA8;
  margin: 60px 0;
}

@media screen and (min-width: 700px) {
  .stick-img-with-text-overlay {
    position: relative;
    width: 100%;
    margin: 2rem -50%;
    left: 50%;
    right: 50%;
  }
  .stick-img-with-text-overlay .sticky-img {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    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 picture {
    transition: opacity ease-in-out 0.5s;
  }
  .stick-img-with-text-overlay .sticky-img .hidden {
    opacity: 0;
  }
  .stick-img-with-text-overlay .sticky-img img {
    object-fit: cover;
    max-width: 100vh;
    max-height: none;
    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 screen and (min-width: 700px) and (max-width: 700px) {
  .stick-img-with-text-overlay .sticky-img img {
    max-width: 100vh;
  }
}
@media screen and (min-width: 700px) {
  .stick-img-with-text-overlay .overlay {
    position: relative;
    padding: 0;
    width: 100%;
    margin: -100vh auto 0;
  }
  .stick-img-with-text-overlay .overlay .spacer {
    min-height: 100vh;
  }
  .stick-img-with-text-overlay .overlay .spacer.bigger-spacer {
    min-height: 160vh;
  }
  .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 .plaque {
    padding: 19px 23px 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    max-width: 700px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(24px);
    border-radius: 6px;
  }
  .stick-img-with-text-overlay .overlay .overlay-content .plaque .plaque-image img {
    border-radius: 6px;
    max-width: 100%;
  }
  .stick-img-with-text-overlay .overlay .overlay-content .plaque .plaque-image .credits-photo {
    font-family: "Barlow", serif;
    font-weight: normal;
    text-align: right;
    font-size: 12px;
    line-height: 200%;
    text-transform: uppercase;
    opacity: 0.6;
  }
  .stick-img-with-text-overlay .overlay .overlay-content .plaque .plaque-titre, .stick-img-with-text-overlay .overlay .overlay-content .plaque .plaque-texte {
    font-family: "Barlow", serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
  }
  .stick-img-with-text-overlay .overlay .overlay-content .plaque .plaque-titre {
    font-weight: 800;
    color: #FFF;
    padding-bottom: 10px;
    text-align: left;
  }
  .stick-img-with-text-overlay .overlay .overlay-content .plaque .plaque-texte {
    font-style: normal;
    text-align: left;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 700px) and (min-width: 701px) {
  .stick-img-with-text-overlay .overlay .overlay-content .plaque.plaque-fregate {
    left: 70%;
    width: 30%;
  }
}
@media screen and (min-width: 700px) {
  .stick-img-with-text-overlay .overlay .overlay-content .plaque.plaque-fregate .plaque-titre {
    padding-bottom: 3px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 700px) and (max-width: 700px) {
  .stick-img-with-text-overlay .overlay .overlay-content .plaque {
    left: 50%;
    width: 93%;
    padding: 10px 11px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .stick-img-with-text-overlay .overlay .overlay-content .plaque .plaque-texte ul {
    margin: 0;
  }
}
@media screen and (max-width: 699px) {
  .stick-img-with-text-overlay .sticky-img img {
    max-width: 100%;
    margin: 0;
  }
  .stick-img-with-text-overlay .overlay-content {
    padding: 14px 18px;
    background: #000000;
  }
  .stick-img-with-text-overlay .overlay-content .plaque-texte {
    font-family: "Barlow", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
  }
}

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