:root {
  --purple-haze: #5a3f46;
  --white: white;
  --you-see-the-light: #ffb900;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.body-stars {
  background-color: var(--purple-haze);
  font-family: Muli, sans-serif;
}

.div-fixed-particles {
  z-index: -1;
  background-image: url('../images/unet-new.webp');
  background-position: 50% 80%;
  background-size: cover;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.div-fixed-particles.home {
  background-image: url('../images/ocean.webp');
  background-position: 50%;
  background-size: cover;
}

.div-fixed-particles.yoga {
  background-image: url('../images/dune.webp');
}

.div-fixed-particles.therapy {
  background-image: url('../images/beach-1852945_1920.webp');
}

.div-fixed-particles.events {
  background-image: url('../images/field.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.sky {
  justify-content: flex-end;
  height: 280px;
}

.section.hello {
  background-image: linear-gradient(to bottom, #5a3f4600, var(--purple-haze));
  justify-content: flex-start;
}

.section.hello.trans {
  background-image: none;
}

.section.what {
  background-color: var(--purple-haze);
  color: var(--white);
  padding: 128px 48px 48px;
}

.section.what.trans {
  background-color: #0000;
  background-image: linear-gradient(to bottom, #5a3f4600, var(--purple-haze));
}

.section.contact {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.section.footer {
  background-color: var(--white);
  padding: 48px 48px 24px;
}

.section.how {
  background-color: var(--white);
  padding: 48px;
}

.div-fixed-nav {
  z-index: 100;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-nav-full {
  background-color: var(--white);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: 0 0 10px #0000000d;
}

.div-nav-full:hover {
  box-shadow: 0 0 10px #00000040;
}

.link-block-home {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding-left: 6px;
  transition: background-color .3s;
  display: flex;
}

.link-block-home:hover {
  background-color: var(--purple-haze);
}

.link-block-nav {
  color: var(--purple-haze);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.link-block-nav:hover {
  background-color: var(--you-see-the-light);
  color: var(--white);
}

.link-block-nav:active {
  background-color: var(--purple-haze);
}

.link-block-nav.end {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding-right: 18px;
}

.div-logo-wrapper {
  border-radius: 60px;
  margin-top: -48px;
  margin-bottom: 36px;
}

.div-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 20px;
  display: flex;
}

.div-container.what {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 800px;
}

.div-container.footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 800px;
}

.div-container.more {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 800px;
  margin-bottom: 24px;
}

.h1 {
  color: var(--you-see-the-light);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Dancing Script, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 62px;
}

.h1.smaller {
  font-size: 48px;
}

.paragraph-intro {
  color: var(--purple-haze);
  text-align: center;
  align-self: auto;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-intro.white {
  color: var(--white);
  width: 480px;
}

.schopenhauer {
  color: #bbb;
  font-size: 12px;
}

.div-centered {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.div-centered.special {
  background-color: var(--white);
  border-radius: 48px 48px 480px 480px;
  max-width: 440px;
  margin-top: -46px;
  margin-bottom: -100px;
  padding-bottom: 96px;
  padding-left: 48px;
  padding-right: 48px;
}

.div-column {
  flex-direction: column;
  align-items: center;
  width: 45%;
  display: flex;
}

.div-column._30 {
  color: var(--purple-haze);
  width: 30%;
  font-size: 16px;
  line-height: 22px;
}

.div-column._30.center {
  text-align: center;
  align-items: center;
}

.div-column._30.social {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.div-column.fat {
  width: 100%;
  max-width: 440px;
}

.h3 {
  margin-bottom: 24px;
}

.h3.purple {
  color: var(--purple-haze);
}

.h3.eventer {
  color: var(--purple-haze);
  margin-top: 0;
  margin-bottom: 24px;
}

.columns {
  text-align: center;
  justify-content: space-between;
  align-self: center;
  margin-top: 12px;
  margin-bottom: 24px;
  display: flex;
}

.columns.center {
  justify-content: center;
}

.div-signature {
  flex-direction: column;
  align-self: flex-end;
  align-items: flex-end;
  margin-top: 6px;
  margin-bottom: 24px;
  display: flex;
}

.text-signature {
  color: var(--you-see-the-light);
  font-family: Dancing Script, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
}

.div-50 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 48px;
  display: flex;
}

.div-50.contact {
  background-color: var(--you-see-the-light);
}

.div-50.special {
  padding: 0;
}

.form-block-contact {
  width: 100%;
  max-width: 320px;
}

.text-field {
  color: var(--purple-haze);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  padding-right: 0;
}

.text-field::placeholder {
  color: var(--white);
}

.text-field.message {
  height: 100px;
  margin-bottom: 24px;
}

.buttons {
  background-color: var(--purple-haze);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  width: 100px;
  height: 36px;
  padding: 0 12px;
  font-weight: 700;
  transition: background-color .3s, color .3s;
}

.buttons:hover {
  background-color: var(--white);
  color: var(--you-see-the-light);
}

.buttons.block {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.buttons.block.especial {
  background-color: var(--you-see-the-light);
  margin-top: 24px;
}

.buttons.block.especial:hover {
  background-color: var(--purple-haze);
}

.links {
  color: var(--you-see-the-light);
  text-decoration: none;
}

.links:hover {
  text-decoration: underline;
}

.text-copyright {
  color: #cacaca;
  border-top: 1px solid #cacaca;
  width: 100%;
  margin-top: 24px;
  padding-top: 24px;
  font-size: 12px;
}

.link-block-social {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .3s;
  display: flex;
}

.link-block-social:hover {
  background-color: var(--purple-haze);
}

.link-block-amandine {
  background-color: var(--white);
  color: var(--purple-haze);
  border-radius: 40px;
  justify-content: space-around;
  align-items: center;
  height: 80px;
  padding: 8px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.link-block-amandine:hover {
  background-color: var(--purple-haze);
  color: #fff;
}

.div-profile-pic {
  background-image: url('../images/amandine-lecerf.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 32px;
  width: 64px;
  height: 64px;
}

.div-profile-pic.large {
  border-radius: 48px;
  width: 96px;
  height: 96px;
  margin-top: 31px;
}

.text-amandine {
  margin-left: 12px;
  margin-right: 24px;
  font-size: 16px;
}

.who-videos {
  background-color: var(--you-see-the-light);
  border-radius: 100px;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 12px;
  display: flex;
}

.video-link {
  background-color: var(--purple-haze);
  color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 12px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.video-link:hover {
  background-color: #5a3f462e;
}

.slidy-widy {
  width: 100%;
  height: 100%;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._1 {
  background-image: url('../images/290279394_1081006715877748_3314837741787747388_n.webp');
}

.slide._2 {
  background-image: url('../images/Amandine-Lecerf-Hamoir-juin-2022-ok.webp');
}

.slide._3 {
  background-image: url('../images/slideshow-1.webp');
}

.slide._4 {
  background-image: url('../images/thumbnail_AL.webp');
}

.slide._5 {
  background-image: url('../images/Amandine-ok-22-ConvertImage.webp');
}

.slide._6 {
  background-image: url('../images/Amandine-Lecerf-Hamoir-juin-2022-ok-5.webp');
}

.slide._7 {
  background-image: url('../images/Amandine-Lecerf-YOGA-Harzé-soir-oct-21-ok-80.webp');
}

.slide._8 {
  background-image: url('../images/Amandine-ok-22-ConvertImage.webp');
}

.separator {
  background-color: var(--purple-haze);
  width: 24px;
  height: 1px;
}

.sub-title {
  color: var(--you-see-the-light);
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 11px;
  font-weight: 300;
}

.ampesand {
  color: var(--purple-haze);
  margin-left: 6px;
  margin-right: 6px;
  font-family: Dancing Script, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.separator-cool {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-qui {
  color: var(--purple-haze);
  text-align: center;
  margin-top: 13px;
}

.text-extra {
  color: var(--you-see-the-light);
  margin-bottom: 12px;
  font-size: 18px;
}

.events-colection-list-wrapper {
  margin-top: 24px;
  margin-bottom: 48px;
}

.event {
  background-color: var(--white);
  color: var(--purple-haze);
  border-radius: 48px;
  flex-direction: column;
  align-items: flex-start;
  width: 436px;
  min-height: 20px;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.date-wrapper {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.mini-separator {
  background-color: #fff;
  width: 6px;
  height: 1px;
  margin-left: 6px;
  margin-right: 6px;
}

.div-event-header {
  background-color: var(--you-see-the-light);
  color: var(--white);
  width: 100%;
  padding-top: 24px;
  padding-left: 48px;
  padding-right: 48px;
}

.div-envent-body {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 48px;
  display: flex;
}

.image-how {
  border-radius: 24px;
  margin-bottom: 24px;
}

.events-empty {
  background-color: #0000;
}

.link-block-no-style {
  text-decoration: none;
}

.div-nav-mobile {
  border-radius: 48px;
  width: 48px;
  height: 48px;
  transition: background-color .3s;
  display: none;
}

.link-block-menu-button-mobile {
  box-shadow: 0 0 10px #0000000d;
}

.link-block-menu-button-mobile:hover {
  background-color: var(--purple-haze);
  box-shadow: 0 0 10px #00000040;
}

.div-fixed-menu-open {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.link-block-menu-button-mobile-close {
  box-shadow: 0 0 10px #0000000d;
}

.link-block-menu-button-mobile-close:hover {
  background-color: var(--purple-haze);
  box-shadow: 0 0 10px #00000040;
}

.captcha {
  margin-bottom: 24px;
}

.form-success {
  background-color: var(--you-see-the-light);
  color: var(--white);
  text-align: left;
  padding-left: 0;
}

.actu-rich-text {
  width: 100%;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .div-container.footer {
    flex-direction: column;
    align-items: center;
  }

  .div-column._30 {
    align-items: center;
    width: 100%;
  }

  .div-column._30.center {
    width: 100%;
  }

  .div-column._30.social {
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section.sky {
    height: 240px;
  }

  .section.hello {
    padding: 12px;
  }

  .section.what {
    padding-top: 96px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.contact {
    flex-direction: column;
  }

  .div-fixed-nav {
    z-index: 200;
  }

  .div-nav-full {
    display: none;
  }

  .div-container.what {
    align-items: center;
  }

  .h1 {
    font-size: 56px;
  }

  .paragraph-intro {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-intro.white {
    width: 100%;
  }

  .schopenhauer {
    font-size: 11px;
  }

  .div-centered.special {
    width: 100%;
    padding-bottom: 63px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-column {
    width: 100%;
  }

  .columns {
    flex-direction: column;
  }

  .div-signature {
    align-self: flex-start;
  }

  .div-50.contact {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-50.special {
    width: 100%;
  }

  .link-block-amandine {
    margin-bottom: 24px;
  }

  .text-amandine {
    margin-right: 12px;
  }

  .who-videos {
    border-radius: 48px;
    flex-direction: column;
  }

  .slidy-widy {
    height: 200px;
  }

  .paragraph-qui {
    width: 100%;
  }

  .event {
    width: 90vw;
  }

  .div-event-header, .div-envent-body {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-nav-mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .link-block-menu-button-mobile {
    background-color: #fff;
    border-radius: 48px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
  }

  .div-fixed-menu-open {
    z-index: 250;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #ffb900e6;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    display: inline-block;
    position: fixed;
    inset: 0%;
  }

  .paragraph-2 {
    margin-bottom: 48px;
  }

  .link-block-menu-button-mobile-close {
    background-color: #fff;
    border-radius: 48px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-top: 12px;
    display: flex;
  }

  .div-linkss {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .links-menu-big {
    color: var(--purple-haze);
    text-transform: uppercase;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 900;
    text-decoration: none;
  }

  .text-copyright-menu {
    color: var(--white);
    font-size: 12px;
    display: none;
  }

  .captcha-wrap {
    overflow: hidden;
  }
}


