body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 23px;
}

a {
  color: #1f83ee;
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.navbar {
  background-color: #f3efed;
}

.navbar-container {
  z-index: 5;
  background-color: #fff0;
  width: 100%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px 20px;
}

.container-regular {
  width: 100%;
  max-width: 1450px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.navbar-logo {
  margin-top: -10%;
}

.hero-heading {
  padding-top: 80px;
  padding-bottom: 100px;
}

.container-2 {
  width: 90vw;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-split-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
}

.section-split-image.mobile-only {
  display: none;
}

.text-align-justify {
  text-align: justify;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.section {
  padding-top: 60px;
  padding-bottom: 100px;
}

.section.fond_beige {
  background-color: #f3efed;
}

.section.fond_gris-leger {
  background-color: #dce1e4;
}

.details-et-prix, .div-buttons {
  margin-top: 10px;
}

.section-split {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #000;
  border-radius: 100px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .5s;
  box-shadow: 0 5px 5px #0003;
}

.button:hover {
  background-color: #464849;
  box-shadow: 0 0 5px #0003;
}

.button:active {
  background-color: #000;
}

.button.buy {
  border-width: 1.5px;
  padding: 5px 15px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.none {
  display: none;
}

.h2-svg {
  height: 50px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.h2-svg.flaneries-prateenes {
  height: 60px;
}

.dots {
  background-color: #00000042;
  border-radius: 100px;
  width: 15px;
  height: 15px;
}

.dots.high-lite {
  background-color: #00000085;
}

.dots.books {
  width: 10px;
  height: 10px;
}

.dots-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dots-wrapper.books {
  margin-top: 5px;
}

.hero_animation_wrapper {
  aspect-ratio: 1.509;
  width: 30vw;
  position: static;
}

.books-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
}

.book {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lightbox-single-book {
  max-width: 175px;
}

.book-description {
  flex: 1;
}

.align-left {
  text-align: left;
}

.button-embed {
  max-width: 170px;
  margin-top: -15px;
}

.only-mobile {
  display: none;
}

.italic-text {
  text-decoration: none;
}

.bold-text {
  text-decoration: underline;
}

.link {
  color: #f07e07;
  text-decoration: none;
}

.link-2 {
  color: #000;
}

@media screen and (max-width: 991px) {
  h3 {
    text-align: center;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper {
    text-align: right;
    width: 100%;
    margin-left: 0;
  }

  .hero-heading {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    width: 90vw;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-split-image {
    width: 40vw;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .section-split-image.no-mobile {
    display: none;
  }

  .section-split-image.mobile-only {
    display: block;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section.fond_gris-leger {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .button {
    padding: 7px 10px;
  }

  .button.buy {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 20px;
    place-items: start end;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dots {
    width: 12px;
    height: 12px;
  }

  .hero_animation_wrapper {
    order: -9999;
    width: 60vw;
  }

  .align-center, .book-description {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading {
    text-align: center;
    align-self: center;
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .hero-heading {
    padding: 20px 15px 40px;
  }

  .container-2.extras {
    width: 100vw;
    max-width: none;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .section {
    padding: 40px 15px 60px;
  }

  .section.fond_gris-leger {
    padding: 30px 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    place-items: start center;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .h2-svg {
    height: 40px;
  }

  .h2-svg.flaneries-prateenes {
    height: 50px;
  }

  .books-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 25px;
    overflow: auto;
  }

  .heading {
    font-size: 25px;
    line-height: 30px;
  }

  .image-5 {
    max-width: 175px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
    display: none;
  }

  .navbar-logo {
    max-height: 30px;
  }

  .container-2 {
    max-width: none;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section.fond_gris-leger {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-3 {
    max-width: none;
  }

  .books-wrapper {
    overflow: scroll;
  }

  .heading {
    font-size: 23px;
    line-height: 27px;
  }

  .only-mobile {
    display: block;
  }
}

#w-node-_9c79a5f3-c4e5-b4ff-6352-cf61550bf8be-745b759b, #w-node-_9c79a5f3-c4e5-b4ff-6352-cf61550bf8c7-745b759b, #w-node-_9c79a5f3-c4e5-b4ff-6352-cf61550bf8d2-745b759b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


