:root {
  --green: #4e543f;
  --pink: #e8d8f3;
  --beige: #f3f0d8;
  --dark-slate-grey: #383d2e;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--green);
  color: var(--pink);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

h1 {
  margin-top: 1.25rem;
  margin-bottom: .9375rem;
  font-family: Rakkas, sans-serif;
  font-size: 5.69em;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-family: Rakkas, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rakkas, sans-serif;
  font-size: 4.38em;
  font-weight: 400;
  line-height: 1em;
}

h4 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-family: Volkhov, sans-serif;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.5em;
}

h5 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.125rem;
}

h6 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

p {
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 300;
}

a {
  color: var(--beige);
  font-weight: 300;
  line-height: 1.5rem;
  text-decoration: none;
  transition-property: none;
  display: block;
}

a:active {
  color: #43464d;
}

ul {
  padding-left: 2.5rem;
  list-style-type: disc;
}

li {
  margin-bottom: .625rem;
}

img {
  display: block;
}

label {
  color: var(--beige);
  letter-spacing: .5px;
  margin-bottom: .625rem;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.25rem;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  padding: .9375rem 1.875rem;
  font-size: 1.25rem;
  line-height: 2.125rem;
}

figure {
  margin-top: 1.5625rem;
  padding-bottom: 1.25rem;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: .3125rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.heading-jumbo-small {
  text-align: center;
  text-transform: none;
  margin-top: .625rem;
  margin-bottom: 5rem;
  font-family: Rakkas, sans-serif;
  font-size: 4.38em;
  font-weight: 400;
  line-height: 1.2em;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.rich-text {
  width: 70%;
  margin-bottom: 6.25rem;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: .9375rem;
  margin-bottom: 1.5625rem;
}

.paragraph-small {
  font-size: .875rem;
  line-height: 1.625rem;
}

.styleguide-button-wrap {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.heading-jumbo {
  text-transform: none;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-family: Rakkas, sans-serif;
  font-size: 5.69em;
  line-height: 1em;
}

.paragraph-tiny {
  font-size: .75rem;
  line-height: 1.25rem;
}

.label {
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-bottom: .625rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.label.cc-styleguide-label {
  margin-bottom: 1.5625rem;
}

.paragraph-light {
  opacity: .6;
}

.button {
  color: var(--pink);
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bc-btn-rose.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 2.3125rem 2.625rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.357, 1.674, .44, 1);
}

.button:hover {
  color: var(--pink);
  transform: scale(1.1);
}

.button:active {
  transform: scale(.8)scale(1.2);
}

.button.is--special {
  z-index: 2;
  color: var(--green);
  background-image: url('../images/bc-btn-jaune.svg');
  margin-top: 1.875rem;
  margin-right: 1.875rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  font-weight: 600;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(10deg);
}

.button.is--special:hover {
  transform: translate(0)rotate(10deg);
}

.paragraph-bigger {
  opacity: 1;
  font-family: Volkhov, sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
}

.divider {
  background-color: #eee;
  height: .0625rem;
}

.text-field {
  color: #f3f0d8;
  background-color: rgba(56, 61, 46, .37);
  border: .0625rem solid rgba(56, 61, 46, 0);
  border-radius: 0;
  margin-bottom: 1.125rem;
  padding: 1.3125rem 1.25rem;
  font-size: .875rem;
  line-height: 1.625rem;
  transition: border-color .4s;
}

.text-field:focus {
  border-color: var(--dark-slate-grey);
}

.text-field::placeholder {
  color: rgba(243, 240, 216, .54);
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: .5625rem 1.875rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 3.125rem;
  display: flex;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 5.625rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.beige {
  background-color: var(--beige);
}

.align-center-center {
  justify-content: center;
  align-items: center;
  height: 6.25rem;
  display: flex;
}

.pink {
  background-color: var(--pink);
}

.green {
  background-color: var(--green);
}

.green-dark {
  background-color: var(--dark-slate-grey);
}

.white {
  background-color: var(--white);
}

.black {
  background-color: var(--black);
}

.label-center {
  color: var(--black);
  letter-spacing: .0625rem;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.t-white {
  color: var(--white);
}

.hero-intro {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.join-us {
  display: flex;
}

.star-separator.is--big {
  width: 6.25rem;
  height: 6.25rem;
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding-left: .625rem;
  padding-right: .625rem;
}

.star-separator.is-small {
  float: left;
  padding-left: 0;
  padding-right: .625rem;
}

.hero-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.parralax-background {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.star-bc-1 {
  width: 43.75rem;
  height: 43.75rem;
  position: absolute;
  top: -16%;
  bottom: auto;
  left: -11%;
  right: auto;
}

.star-bc-2 {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 24%;
  bottom: auto;
  left: auto;
  right: 12%;
}

.star-bc-3 {
  width: 25.5rem;
  height: 25.5rem;
  position: absolute;
  top: 42%;
  bottom: 0%;
  left: auto;
  right: -13%;
}

.star-bc-4 {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 70%;
  bottom: 40%;
  left: 4.5rem;
  right: auto;
}

.txt-diagonal {
  display: flex;
  position: absolute;
  transform: rotate(-5deg);
}

.txt-diagonal.is--first {
  margin-top: -9rem;
}

.txt-diagonal.is--second {
  z-index: 1;
  margin-top: 9rem;
}

.nobreak {
  white-space: nowrap;
}

.container-moon {
  justify-content: center;
  align-items: center;
  margin-bottom: -6.75rem;
  padding-bottom: 7.0625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.moon-center {
  width: 21.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.prog {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
  display: flex;
}

.name-prog {
  white-space: pre;
}

.name-prog.is--date-prog {
  background-color: var(--pink);
  color: var(--dark-slate-grey);
  letter-spacing: .0625rem;
  text-transform: uppercase;
  border-radius: 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding: .625rem 1.0625rem;
  font-size: .875rem;
  font-weight: 600;
}

.name-prog.is--date-prog.txt-secondary-color {
  background-color: var(--beige);
  padding-left: 1.8125rem;
  padding-right: 1.8125rem;
}

.italic {
  font-style: italic;
}

.section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.container {
  align-items: center;
  max-width: 77.5rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-left: 5em;
  padding-right: 5em;
}

.container.is--big {
  margin-top: 13.5rem;
  margin-bottom: 13.5rem;
}

.container.is--footer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container.is--flex-container {
  margin-bottom: 9.375rem;
  display: flex;
}

.txt-secondary-color {
  color: var(--beige);
}

.bc-dark-green {
  background-color: var(--dark-slate-grey);
}

.moon {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.moon.bc-yellow {
  max-width: 25rem;
  max-height: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.moon-shadow {
  z-index: 0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.moon-shadow.bc-dark-green {
  margin-top: 0;
}

.sticky-moon {
  justify-content: center;
  align-items: center;
  height: 160vh;
  display: flex;
  position: relative;
}

._3-stars-separators {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.grid-half {
  width: 50%;
}

.grid-half.is--left {
  float: left;
  padding-right: 2.5rem;
}

.grid-half.is--right {
  float: right;
  padding-left: 2.5rem;
}

.separator {
  background-color: var(--dark-slate-grey);
  height: .0625rem;
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}

.grid-footer {
  grid-column-gap: 1.1875rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr 1fr .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.artist-img-wrap {
  z-index: 1;
  width: 31.25rem;
  height: 31.25rem;
  margin: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.artist-bloc {
  cursor: pointer;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.moon-shadow-bc {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70vw;
  height: 40vw;
  display: flex;
  position: absolute;
}

.moon-shadow-bc.bc-yellow {
  background-color: var(--beige);
}

.star-bc-5 {
  width: 26%;
  max-width: 18.75rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 26%;
}

.star-bc-11 {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 17%;
  left: 0%;
  right: 0%;
}

.star-bc-8 {
  width: 30%;
  max-width: 20.625rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 6%;
  right: auto;
}

.star-bc-6 {
  width: 30%;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.star-bc-9 {
  width: 26%;
  max-width: 18.75rem;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.star-bc-10 {
  width: 10%;
  max-width: 6.25rem;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 9%;
  right: 0%;
}

.fixed-bc {
  z-index: -1;
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--beige), rgba(243, 240, 216, 0) 89%);
  opacity: .18;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.star-moon-paralax {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.star-bc-7 {
  width: 12%;
  max-width: 8.125rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -23%;
  right: 0%;
}

.star-bc-12 {
  width: 32%;
  max-width: 21.875rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-circle {
  width: 35.625rem;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h3-small {
  letter-spacing: 2px;
  font-size: 2em;
}

.lien-infos {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bloc-infos {
  margin-bottom: 2.375rem;
}

.btn-star {
  width: 2.5rem;
  margin-left: 1.25rem;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  margin-left: .9375rem;
  margin-right: .9375rem;
  display: flex;
}

.footer-txt {
  color: var(--dark-slate-grey);
  font-family: Volkhov, sans-serif;
  font-weight: 400;
}

.footer-tagline {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.moon-2 {
  opacity: 0;
}

.bc-paperlike {
  background-image: url('../images/Bc.webp');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.sticky-moon-copy {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.9em;
  }

  h3 {
    font-size: 3.4em;
  }

  .heading-jumbo-small {
    font-size: 3.6em;
  }

  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 3.5rem;
    line-height: 4.375rem;
  }

  .button {
    justify-content: center;
  }

  .button.is--special {
    padding-top: 2.3125rem;
    padding-bottom: 2.4375rem;
  }

  .star-bc-1 {
    top: -41%;
    left: -38%;
  }

  .star-bc-3 {
    top: 59%;
    right: -23%;
  }

  .grid-half.is--left {
    padding-right: 0;
  }

  .moon-shadow-bc.bc-yellow {
    height: 70vw;
  }

  .h3-small {
    font-size: 1.9em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.5em;
  }

  h2 {
    font-size: 3.7em;
  }

  h4 {
    font-size: 2em;
  }

  .heading-jumbo-small {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 29.375rem;
  }

  .heading-jumbo {
    font-size: 3.125rem;
    line-height: 4rem;
  }

  .button.is--special {
    margin-top: .625rem;
    margin-right: -.3125rem;
    padding-top: 1.8125rem;
    padding-bottom: 1.8125rem;
    font-size: .625rem;
  }

  .paragraph-bigger {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .txt-diagonal.is--first {
    margin-top: -5rem;
  }

  .txt-diagonal.is--second {
    margin-top: 5rem;
  }

  .moon-center {
    width: 11.25rem;
  }

  .container.is--flex-container {
    flex-direction: column;
  }

  .container.is--flex-container.is--invert {
    flex-direction: column-reverse;
  }

  .moon.bc-yellow {
    max-width: 18.75rem;
    max-height: 18.75rem;
  }

  .grid-half {
    width: 100%;
  }

  .grid-half.is--left {
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .grid-half.is--right {
    padding-left: 0;
  }

  .grid-footer {
    grid-template-columns: 1fr;
  }

  .text-circle {
    width: 26.25rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.9em;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 2.25rem;
    line-height: 3rem;
  }

  .button.is--special {
    margin-right: -1.875rem;
    transform: scale(.8)rotate(10deg);
  }

  .footer-wrap {
    flex-direction: column;
  }

  .parralax-background {
    width: 100%;
    overflow: hidden;
  }

  .container-moon.is--insta {
    margin-top: 6.6875rem;
    margin-bottom: -6.3125rem;
    padding-bottom: 0;
  }

  .prog {
    grid-row-gap: 10px;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .moon.bc-yellow {
    max-width: 12.5rem;
    max-height: 12.5rem;
  }

  .sticky-moon {
    height: 80vh;
  }

  .grid-footer {
    grid-column-gap: 3.5rem;
    justify-items: center;
  }

  .moon-shadow-bc.bc-yellow {
    height: 70vw;
  }

  .text-circle {
    width: 16.25rem;
  }

  .body {
    overflow: hidden;
  }

  .list, .list-2 {
    text-align: center;
  }
}

#w-node-_561b78fe-0925-998b-515c-4f0fa4df8aaa-cfcb2637 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f78250d1-28bb-e389-fdb3-9b255f44b68b-cfcb2637 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3d7f4364-2a05-1c27-be65-e1c207e3a09d-cfcb2637 {
  grid-area: 1 / 6 / 2 / 8;
}

@media screen and (max-width: 991px) {
  #w-node-_561b78fe-0925-998b-515c-4f0fa4df8aaa-cfcb2637 {
    grid-column: 2 / 4;
  }

  #w-node-f78250d1-28bb-e389-fdb3-9b255f44b68b-cfcb2637 {
    grid-column: 4 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_87efb082-9d0b-ee30-7b40-f2bb7e953da3-cfcb2637 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    justify-self: start;
  }

  #w-node-_561b78fe-0925-998b-515c-4f0fa4df8aaa-cfcb2637, #w-node-f78250d1-28bb-e389-fdb3-9b255f44b68b-cfcb2637 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_3d7f4364-2a05-1c27-be65-e1c207e3a09d-cfcb2637 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_87efb082-9d0b-ee30-7b40-f2bb7e953da3-cfcb2637 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_561b78fe-0925-998b-515c-4f0fa4df8aaa-cfcb2637, #w-node-f78250d1-28bb-e389-fdb3-9b255f44b68b-cfcb2637 {
    justify-self: center;
  }

  #w-node-_3d7f4364-2a05-1c27-be65-e1c207e3a09d-cfcb2637 {
    grid-column: span 1 / span 1;
  }
}


