:root {
  --dark-color: #c07700;
  --mid-color: #c7a46a;
  --light-color: #fdf5e8;
  --dark-blue-color: #081841;
  --light-blue-color: #69738c;
}
* {
  box-sizing: border-box;
  color: var(--dark-blue-color);
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
}
img,
video {
  display: block;
}
html {
  font-family: neue-hass-unica, sans-serif;
}
h1 {
  letter-spacing: -1%;
  font-size: 56px;
  font-weight: 700;
  line-height: 67.2px;
}
h2 {
  letter-spacing: -1%;
  font-size: 48px;
  font-weight: 700;
  line-height: 67.2px;
}
h3 {
  letter-spacing: 0%;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
p {
  letter-spacing: 0%;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
}

strong {
    color: inherit;
}

.button-container {
  color: #ff1493;
  letter-spacing: 0%;
  background-color: #40e0d0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: min-content;
  height: 56px;
  padding: 32px 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 128%;
  display: flex;
}
button {
  border: none;
  transition: all 0.1s ease-in-out;
}
button:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(0.95);
}
.not-sendable,
.newsletter-not-sendable {
  pointer-events: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
a {
  text-decoration: none;
}
input {
  background-color: #0000;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 20px;
}
select {
  border: none;
  width: 100%;
  height: 100%;
}
.light-color-bg {
  background-color: var(--light-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
}
.nav-container {
  background-color: var(--light-color);
  flex-direction: row;
  justify-content: space-between;
  justify-self: center;
  align-items: center;
  width: 100%;
  max-width: 1740px;
  padding: 24px 96px;
  display: flex;
}
.language-container {
  color: var(--dark-color);
  flex-direction: row;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}
.language-separator {
  color: var(--dark-color);
  margin: 0 7px;
}
.language-selected {
  font-weight: 700;
}
.language-container a {
  text-decoration: none;
}
.language-container a:hover {
  text-decoration: underline;
}
@media only screen and (width<=1040px) {
  .nav-container {
    padding: 24px 48px;
  }
}
.stars-container {
  z-index: 8;
  pointer-events: none;
  justify-content: flex-end;
  width: 50vw;
  display: flex;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.stars-container img {
  max-height: 600px;
  position: relative;
  left: 30px;
}
@media only screen and (width<=1440px) {
  .stars-container img {
    transform: rotate(-90deg);
  }
  .stars-container {
    align-items: flex-start;
    height: 800px;
    top: 0;
  }
}
@media only screen and (width<=760px) {
  .stars-container {
    display: none;
  }
}
.hero-container {
  background-color: var(--light-color);
  color: var(--dark-color);
  justify-self: center;
  max-width: 1740px;
  padding: 96px;
}
.hero-content {
  flex-direction: column;
  gap: 48px;
  width: 50%;
  display: flex;
}
.hero-content h1,
.hero-content p {
  color: var(--dark-color);
}
.hero-button-container {
  background-color: var(--dark-color);
  color: var(--light-color);
}
.subtitle-hero-mobile {
  text-align: center;
  margin-top: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}
@media only screen and (width<=760px) {
  .hero-container {
    text-align: center;
    padding: 96px 24px;
  }
  .hero-content {
    align-items: center;
    width: 100%;
  }
}
.main-container {
  flex-direction: column;
  justify-self: center;
  gap: 48px;
  max-width: 1740px;
  padding: 48px 96px;
  display: flex;
}
.main-title-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 48px 0;
  display: flex;
}
.main-tiles-container {
  flex-flow: wrap;
  gap: 48px;
  display: flex;
}
.tile {
  border: solid var(--dark-blue-color) 1px;
  max-width: calc(50% - 24px);
}
.tile-text {
  align-items: center;
  flex-direction: column;
  justify-content: left;
  gap: 16px;
  padding: 48px;
  display: flex;
  text-align: center;
}
.tile-text p {
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (width<=1040px) {
  .tile {
    max-width: 100%;
  }
  .main-container {
    padding: 48px;
  }
}
@media only screen and (width<=760px) {
  .tile {
    max-width: 100%;
  }
  .main-container {
    padding: 24px;
  }
  .tile-text {
    gap: 8px;
  }
  .tile-text p {
    line-height: normal;
  }
}
.form-container {
  flex-direction: column;
  justify-self: center;
  gap: 48px;
  max-width: 1740px;
  padding: 48px 96px;
  display: flex;
}
.form-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 48px 0;
  display: flex;
}
.form-field {
  flex-direction: column;
  gap: 36px;
  display: flex;
}
.field-name p {
  letter-spacing: 0%;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
.field-box {
  border: 1px solid var(--dark-blue-color);
  border-radius: 4px;
  height: 54px;
  padding: 12px;
}
.form-cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px;
  display: flex;
}
.form-button-container {
  background-color: var(--dark-blue-color);
  color: #fff;
  justify-self: center;
}
.reglement-container {
  flex-direction: row;
  align-items: center;
  gap: 16px;
  display: flex;
}
.not-sendable {
  opacity: 0.5;
}
@media only screen and (width<=1040px) {
  .form-container {
    padding: 48px;
  }
}
@media only screen and (width<=760px) {
  .form-container {
    padding: 24px;
  }
  .reglement-container {
    align-items: baseline;
  }
}
.newsletter-container {
  background-color: var(--light-color);
  flex-direction: column;
  justify-self: center;
  gap: 48px;
  max-width: 1740px;
  padding: 96px;
  display: flex;
}
.newsletter-container h2,
.newsletter-container p {
  color: var(--dark-color);
}
.sub-newsletter-container {
  flex-direction: row;
  gap: 48px;
  display: flex;
}
.sub-newsletter-text {
  flex-direction: column;
  gap: 24px;
  max-width: calc(50% - 24px);
  display: flex;
}
.sub-newsletter-cta {
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: calc(50% - 24px);
  display: flex;
}
.newsletter-button {
  background-color: var(--dark-color);
  color: var(--light-color);
  width: 100%;
}
.newsletter-field {
  border: 1px solid var(--dark-color);
  border-radius: 4px;
  height: 54px;
  margin-top: 8px;
  padding: 12px;
}
.newsletter-not-sendable {
  opacity: 0.5;
}

.footer-logo-container img {
    width: 100%;
    max-width: 400px;
  }

@media only screen and (width<=1040px) {
  .newsletter-container {
    padding: 48px;
  }
}
@media only screen and (width<=760px) {
  .newsletter-container {
    padding: 24px;
  }
  .sub-newsletter-container {
    flex-direction: column;
  }
  .sub-newsletter-cta,
  .sub-newsletter-text {
    max-width: 100%;
  }
}
.footer-container {
  flex-direction: row-reverse;
  justify-content: space-between;
  justify-self: center;
  align-items: center;
  width: 100%;
  max-width: 1740px;
  padding: 96px;
  display: flex;
}
.right-footer-container {
  flex-direction: row;
  align-items: center;
  gap: 48px;
  display: flex;
}
.footer-reglement-container {
  font-size: 20px;
  font-weight: 400px;
  color: var(--dark-color);
}
.footer-logo-container {
  width: calc(50% - 24px);
}
@media only screen and (width<=760px) {
  .footer-container {
    padding: 24px;
    display: block;
  }
  .right-footer-container {
    justify-content: right;
    margin-bottom: 48px;
    position: relative;
  }
  .footer-logo-container {
    width: auto;
  }
  .footer-logo-container img {
    width: 100%;
  }
}
@media only screen and (width>=1040px) {
  .footer-container {
    padding: 96px 48px;
  }
}
.popup {
  background-color: var(--dark-color);
  border-radius: 4px;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 48px 96px;
  transition: all 0.2s ease-in-out;
  display: flex;
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translate(-50%);
}
.popup h2,
.popup p {
  color: var(--light-color);
}
.popup-visible {
  top: 0;
}
@media only screen and (width<=1040px) {
  .popup {
    padding: 48px;
  }
}
@media only screen and (width<=760px) {
  .popup {
    gap: 24px;
    width: 100%;
    padding: 24px;
  }
  .popup h1 {
    font-size: 48px;
  }
  .popup p {
    font-size: 20px;
  }
}
@media only screen and (width<=1040px) {
  * .only-desktop {
    display: none;
  }
}
@media only screen and (width>=1040px) {
  * .only-mobile {
    display: none;
  }
}
@media only screen and (width<=760px) {
  * .exept-mobile {
    display: none;
  }
  * p {
    font-size: 20px;
  }
  * h1 {
    font-size: 48px;
  }
}
@media only screen and (width>=761px) {
  * .only-mobile-phone {
    display: none;
  }
}
@media only screen and (width<=760px) {
  .tile p,
  .tile h3 {
    font-size: 16px;
  }
  .exepction-tile-font-size h3 {
    font-size: 24px;
  }
  .reglement-text,
  .footer-reglement-container {
    font-size: 16px;
    font-weight: 700;
  }
}
/*# sourceMappingURL=index.df7eee3d.css.map */
