@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --combine-library--transparent: #fff0;
  --combine-library--grey-050\<deleted\|variable-392f34d8\>: #f2f3f7;
  --combine-library--neue-montreal: Neuemontreal, Impact, sans-serif;
  --combine-library--white: white;
  --combine-library--ciel: #54aae9;
  --combine-library--black: black;
  --combine-library--primary-600\<deleted\|variable-d08fbb46\>: #6157f8;
  --combine-library--grey-600\<deleted\|variable-0e360e02\>: #5f6570;
  --combine-library--warning-400: #f8b34b;
  --combine-library--grey-100: #d9dce2;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.combine-nav1_component {
  background-color: var(--combine-library--transparent);
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  position: fixed;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-nav1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.combine-nav1_logo-link {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.combine-nav1_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav1_logo {
  width: 100%;
  height: 100%;
  max-height: 2rem;
}

.combine-nav1_menu {
  align-items: center;
  display: flex;
}

.combine-nav1_link {
  font-family: var(--combine-library--neue-montreal);
  color: var(--combine-library--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: .5rem;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav1_link:hover {
  color: var(--combine-library--ciel);
}

.combine-nav1_dropdown-toggle {
  color: var(--combine-library--black);
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav1_dropdown-toggle:hover {
  color: var(--combine-library--primary-600\<deleted\|variable-d08fbb46\>);
}

.combine-nav1_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav1_dropdown-list {
  background-color: var(--combine-library--grey-050\<deleted\|variable-392f34d8\>);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav1_dropdown-list.w--open {
  background-color: #0000;
}

.combine-nav1_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.combine-nav1_button-wrapper:where(.w-variant-fc438af7-ff93-420f-e634-9ee796b4638b) {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: block;
}

.combine-nav1_button-wrapper:where(.w-variant-38f6f03b-2d02-c7d7-54ca-000cd554e0cf) {
  margin-left: 0;
}

.combine-nav1_button-wrapper.cta-menu {
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
}

.combine-button-small {
  background-color: var(--combine-library--black);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: #28364ae6;
}

.combine-nav1_menu-button {
  padding: .5rem;
}

.combine-menu-icon_line-top {
  background-color: var(--combine-library--black);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-menu-icon_line-middle {
  background-color: var(--combine-library--black);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-bottom {
  background-color: var(--combine-library--black);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-button-white-small {
  border: 2px solid var(--combine-library--white);
  background-color: var(--combine-library--transparent);
  opacity: 1;
  font-family: var(--combine-library--neue-montreal);
  color: var(--combine-library--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: .5rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .75s, color .25s;
}

.combine-button-white-small:where(.w-variant-fc438af7-ff93-420f-e634-9ee796b4638b) {
  border-width: 3px;
  padding: .125rem 1rem;
  font-size: 1.7rem;
}

.combine-button-white-small:hover {
  background-color: var(--combine-library--white);
  color: var(--combine-library--ciel);
}

.combine-nav1_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--combine-library--white);
  border-radius: 1rem;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem #28364a33;
}

.combine-nav1_item {
  color: var(--combine-library--grey-600\<deleted\|variable-0e360e02\>);
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav1_item:hover {
  background-color: var(--combine-library--grey-050\<deleted\|variable-392f34d8\>);
  color: var(--combine-library--primary-600\<deleted\|variable-d08fbb46\>);
  border-radius: .5rem;
}

.combine-nav1_dropdown-column {
  min-width: 10rem;
}

.combine-nav1_dropdown-title {
  color: var(--combine-library--black);
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.body {
  font-family: var(--combine-library--neue-montreal);
  color: var(--combine-library--white);
  background-image: url('../images/BACK_CIEL.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  font-size: 15px;
  font-weight: 700;
}

.body.logo-content {
  background-color: var(--combine-library--transparent);
  background-image: url('../images/BACK_CIEL_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-text-weight-semibold {
  color: var(--combine-library--black);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-container-medium {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-heading-style-h2 {
  color: var(--combine-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center {
  text-align: center;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600\<deleted\|variable-0e360e02\>);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large {
  height: 4rem;
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-icon_small {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-line_divider {
  background-color: var(--combine-library--grey-100);
  width: 100%;
  height: 1px;
}

.combine-section_clients3 {
  background-color: var(--combine-library--grey-050\<deleted\|variable-392f34d8\>);
}

.combine-clients3_slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 50rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-clients3_mask {
  height: auto;
  margin-top: 2.5rem;
  margin-left: 4rem;
  margin-right: 4rem;
}

.combine-clients3_slide {
  height: auto;
}

.combine-clients3_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
  flex-direction: column;
  max-width: 40rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  display: flex;
}

.combine-clients3_client {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-clients3_image-wrapper {
  border-radius: 4rem;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
}

.combine-clients3_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-clients3_company {
  height: 2.25rem;
}

.combine-clients3_left-arrow, .combine-clients3_right-arrow {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
}

.combine-clients3_slide-nav {
  color: var(--combine-library--primary-600\<deleted\|variable-d08fbb46\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  padding-top: .5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.combine-clients3_rate {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  border-radius: 1.25rem;
  display: flex;
}

.combine-clients3_full-height {
  height: 100%;
}

.combine-clients3_circle {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-600\<deleted\|variable-0e360e02\>);
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.section {
  z-index: 999;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 8rem;
  padding-top: 2rem;
  position: relative;
  bottom: auto;
}

.section.section-hero {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.section.bloc-artiste {
  height: auto;
}

.section.newsletter-w {
  margin-bottom: auto;
  padding-bottom: 20rem;
}

.div-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  display: flex;
}

.heading {
  text-align: center;
  letter-spacing: 0;
}

.text-span {
  letter-spacing: -2px;
  margin-right: 10px;
}

.div-block-2 {
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.image-2 {
  width: 100%;
  max-width: 500px;
}

.div-block-3 {
  text-align: center;
  position: relative;
}

.container-xxl {
  max-width: 1200px;
}

.container-xxl.container-xl {
  max-width: 1000px;
}

.container-xl {
  max-width: 1000px;
  position: relative;
}

.cloud {
  width: 450px;
  position: absolute;
  top: auto;
  left: auto;
}

.cloud.cloud-2 {
  width: 300px;
  top: 7vh;
  left: auto;
  right: -130px;
}

.cloud.clound-3 {
  z-index: -2;
  width: 300px;
  inset: 80% 100px auto auto;
}

.cloud.cloud-4 {
  width: 500px;
  top: 80%;
  bottom: auto;
  left: -180px;
}

.cloud.cloud-6 {
  z-index: -1;
  width: 220px;
  max-width: none;
  top: 30px;
  left: 40px;
  right: auto;
}

.cloud.cloud-1 {
  z-index: -9999999;
  width: 420px;
  top: -220px;
  left: 60px;
}

.cloud.cloud-7 {
  z-index: -1;
  width: 220px;
  max-width: none;
  top: -50px;
  left: auto;
  right: -80px;
}

.cloud.cloud-8 {
  z-index: -1;
  width: 420px;
  max-width: none;
  top: 60%;
  left: auto;
  right: -180px;
}

.cloud.cloud-9 {
  z-index: -1;
  width: 290px;
  max-width: none;
  top: 0;
  left: -80px;
  right: auto;
}

.cloud.cloud-10, .cloud.mongolfiere {
  z-index: -1;
  width: 150px;
  max-width: none;
  top: 50%;
  left: 5%;
  right: auto;
}

.cloud.cloud-6-bis {
  z-index: -1;
  width: 500px;
  max-width: none;
  top: 30px;
  left: auto;
  right: -10%;
}

.cloud.cloud-philo-d-1 {
  z-index: -1;
  width: 300px;
  max-width: none;
  top: 0%;
  left: auto;
  right: -130px;
}

.cloud.cloud-philo-d-2 {
  z-index: -1;
  width: 250px;
  max-width: none;
  top: 80%;
  left: auto;
  right: 10%;
}

.cloud.cloud-philo-g-1 {
  z-index: -1;
  width: 250px;
  max-width: none;
  top: 50%;
  left: -130px;
  right: auto;
}

.cloud.cloud-movie-d-1 {
  z-index: -1;
  width: 250px;
  max-width: none;
  top: 0%;
  left: auto;
  right: -130px;
}

.cloud.cloud-movie-d-2 {
  z-index: -1;
  width: 400px;
  max-width: none;
  top: 60%;
  left: auto;
  right: -210px;
}

.cloud.cloud-movie-g-1 {
  z-index: -1;
  width: 300px;
  max-width: none;
  top: -10%;
  left: -50px;
  right: auto;
}

.cloud.cloud-loading-1 {
  z-index: -1;
  width: 350px;
  max-width: none;
  top: 250px;
  left: auto;
  right: -100px;
}

.deco {
  z-index: -1;
  width: 300px;
  position: absolute;
  top: -50%;
  left: 70%;
  right: auto;
}

.deco.bird.bird-blue-1 {
  z-index: 9999;
  width: 130px;
  left: -50px;
  right: auto;
}

.deco.bird.bird-blue-2 {
  z-index: 9999;
  width: 100px;
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 70px;
}

.deco.bird.bird-red-1 {
  width: 100px;
  inset: auto 60px -10px auto;
}

.deco.bird.bird-red-2 {
  width: 100px;
  inset: auto -30px -40px auto;
}

.deco.cloud.cloud-6 {
  width: 250px;
  top: -190px;
  left: -90px;
}

.deco.cloud.cloud-7 {
  width: 550px;
  top: -240px;
  left: -240px;
}

.deco.cloud.cloud-8 {
  width: 250px;
  position: absolute;
  top: -220px;
  left: auto;
  right: -50px;
}

.deco.ballons {
  width: 100%;
  position: static;
  transform: translate(0, 150px);
}

.div-block-4 {
  margin-top: 5rem;
  padding-top: 0;
  position: relative;
}

.image-3 {
  width: 450px;
  max-width: 400px;
}

.div-block-5 {
  text-align: center;
  margin-top: 2rem;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: block;
  position: relative;
}

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

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
                 ". ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.div-block-6.listing-artistes {
  grid-template-rows: auto;
  grid-auto-flow: row;
}

.image-4 {
  width: 330px;
}

.heading-day {
  padding-left: 20px;
  padding-right: 20px;
}

.list {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 30px;
  list-style-type: none;
}

.list-item {
  margin-bottom: 10px;
  line-height: 70%;
}

.div-block-7 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spline-scene {
  width: 100%;
  height: 100vh;
  position: fixed;
}

.float-nuage {
  z-index: -1;
  height: 100%;
  position: static;
  inset: 0%;
}

.div-block-8 {
  z-index: 5;
  width: 100%;
  height: 100vh;
  position: sticky;
}

.code-embed {
  height: 0;
  display: none;
}

.image-5 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tabs {
  z-index: 10;
  margin-top: 3rem;
}

.tabs-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu.tab-item {
  background-color: var(--combine-library--transparent);
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
}

.tabs-menu.tab-item.w--current {
  background-color: var(--combine-library--transparent);
  color: var(--combine-library--ciel);
  -webkit-text-stroke-color: var(--combine-library--ciel);
  width: auto;
}

.img-tab {
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.txt-tab {
  border: 2px solid var(--combine-library--white);
  color: var(--combine-library--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 30px;
  transition: color .2s, background-color .2s;
}

.txt-tab:hover {
  background-color: var(--combine-library--white);
  color: var(--combine-library--ciel);
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch center;
  display: grid;
}

.image-6 {
  width: 320px;
  max-width: 31%;
}

.ticket-img {
  text-align: right;
  width: 320px;
  max-width: 100%;
}

.tabs-content {
  padding-top: 20px;
  padding-bottom: 30px;
}

.link-block {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s;
  display: inline-flex;
}

.link-block:hover {
  transform: rotate(-2deg)scale(1.1);
}

.link-block-2 {
  text-align: center;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.div-block-11 {
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% auto;
}

.shine {
  z-index: 99;
  background-color: var(--combine-library--white);
  opacity: .2;
  filter: blur(20px);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 50px auto 0%;
}

.block-tickets {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: relative;
  overflow: visible;
}

.ballon-w {
  height: auto;
  position: static;
}

.ballon-w.ballon {
  width: auto;
  height: auto;
  display: inline-block;
  position: absolute;
  bottom: -100%;
  left: 5rem;
}

.ballon-w.ballon.ballon--2 {
  bottom: -80%;
  left: 11rem;
}

.div-block-12, .deco-billeterie-w {
  position: absolute;
  inset: 0%;
}

.deco-billeterie-b {
  max-width: 1200px;
  height: 100%;
  position: relative;
}

.ballon-img {
  z-index: 1;
  width: 100px;
  position: relative;
}

.div-block-13 {
  z-index: 5;
  position: relative;
}

.current-txt {
  text-align: center;
  font-size: 20px;
}

.max-txt-bloc {
  width: 60%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bloc-img-lineup {
  opacity: 1;
  text-align: center;
  width: 600px;
  max-width: 100%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bloc-text-w {
  z-index: 5;
  position: relative;
}

.bloc-text-w.margintop-1 {
  margin-top: 2rem;
}

.paragraph {
  color: var(--combine-library--white);
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.sponsors-w {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.sponsors-w.sponsor-b {
  margin-bottom: 20px;
  display: block;
}

.sponsors-w.sponsor-b.sponsor-heading {
  text-align: center;
  margin-bottom: 20px;
}

.sponsors-w.sponsor-b.sponsor-heading.sponsor-heading-img {
  max-height: 100px;
  margin: auto;
}

.sponsors-w.sponsor-b.listing-sponsor-w {
  text-align: center;
}

.sponsors-w.sponsor-b.listing-sponsor-w.listing-sponsor-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.sponsors-w.sponsor-b.listing-sponsor-w.listing-sponsor-list.list-item-sponsor {
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 20px;
}

.video-w.video-b {
  position: relative;
}

.video {
  position: static;
}

.video-frame-container {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.video-wrapper {
  display: block;
}

.frame-overlay {
  transform: scale(1.1);
}

.footer-w {
  z-index: 999;
  cursor: pointer;
  background-image: url('../images/SOL_FLEURS.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 50vh;
  transition: background-color .5s cubic-bezier(.215, .61, .355, 1), color .5s cubic-bezier(.075, .82, .165, 1);
  position: sticky;
  inset: auto auto 0%;
}

.footer-w:hover {
  color: var(--combine-library--ciel);
}

.code-embed-2 {
  display: none;
}

.max-txt {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

.form.input.inputemail {
  border: 3px solid var(--combine-library--white);
  background-color: var(--combine-library--transparent);
  color: var(--combine-library--white);
  border-radius: 10px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 15px;
}

.form.input.inputemail::placeholder {
  color: var(--combine-library--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
}

.form.checkbox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form.checkbox.inputcheckbox {
  box-sizing: border-box;
  aspect-ratio: 2;
  border: 2px solid var(--combine-library--white);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0;
  display: block;
}

.form.checkbox.inputcheckbox.w--redirected-checked {
  background-color: var(--combine-library--white);
}

.form.checkbox.txt-checkbox {
  font-family: var(--combine-library--neue-montreal);
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
}

.form-2 {
  margin-top: 30px;
  margin-bottom: 40px;
}

.submit-button {
  border: 3px solid var(--combine-library--white);
  background-color: var(--combine-library--transparent);
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  transition: color .5s cubic-bezier(.755, .05, .855, .06), background-color .5s cubic-bezier(.755, .05, .855, .06);
}

.submit-button:hover {
  background-color: var(--combine-library--white);
  color: var(--combine-library--ciel);
}

.section-footer {
  z-index: 2147483647;
  background-color: var(--combine-library--transparent);
  background-image: url('../images/SOL_FLEURS_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-end;
  height: 11rem;
  margin-left: -100px;
  margin-right: -100px;
  padding-top: 0;
  line-height: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  transform: translate(0, 10rem);
}

.loading-w {
  z-index: 99999;
  background-color: var(--combine-library--transparent);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: relative;
  inset: 0%;
}

.loading-w.loading-b {
  background-color: var(--combine-library--transparent);
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.loading-w.loading-b.loading-txt {
  display: block;
}

.loading-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
}

.div-block-15 {
  z-index: -1;
  background-color: #836a6a;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.bg-parallax {
  z-index: -1;
  background-color: var(--combine-library--transparent);
  background-image: url('../images/BACK_CIEL_1.png');
  background-position: 50% -140%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 200vh;
  position: fixed;
  inset: -100vh 0% 0%;
}

.reseaux {
  height: 90px;
  margin-bottom: 0;
  padding-left: 40px;
  position: relative;
}

.container-2 {
  width: 100%;
}

.image-7, .avion-reseaux {
  position: absolute;
  inset: 0%;
}

.list-reseaux {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 170px 0% 30px;
}

.reseaux-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icon-mail {
  width: 30px;
}

.mail-txt {
  color: var(--combine-library--black);
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}

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

.link-email-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-8 {
  width: 40px;
}

.img-item-reseau {
  width: 30px;
}

.floating-ballon {
  height: 100%;
  position: absolute;
  inset: 0;
}

.single-ballon-img {
  width: 90px;
  position: absolute;
  left: 20px;
}

.single-ballon-img.ballon-2 {
  z-index: 99999999;
  top: -50px;
  left: 70px;
}

.single-ballon-img.ballon-3 {
  z-index: 9999;
  left: auto;
  right: -50px;
}

.single-ballon-img.ballon-4 {
  z-index: 999999;
  left: auto;
  right: 50px;
}

.single-ballon-img.ballon-1 {
  z-index: 999999;
}

.single-ballon-img.ballon-philo-g-1 {
  top: 10%;
  left: 0;
}

.single-ballon-img.ballon-philo-g-3 {
  z-index: 9999999;
  top: 30%;
  left: -30px;
}

.single-ballon-img.ballon-philo-g-2 {
  top: 30%;
  left: 70px;
}

.single-ballon-img.ballon-movie-g-1 {
  z-index: 999999;
  top: 80%;
  left: -50px;
  right: auto;
}

.single-ballon-img.ballon-movie-g-2 {
  z-index: 999999;
  top: 90%;
  left: -120px;
  right: auto;
}

.mongolfiere {
  width: 200px;
  position: absolute;
  top: 20%;
  left: auto;
  right: 0;
}

.bird {
  width: 100px;
}

.bird.bird-philo-d-1 {
  position: absolute;
  top: 25%;
  right: 10px;
}

.bird.bird-philo-d-2 {
  position: absolute;
  top: 35%;
  right: -50px;
}

.bird.bird-movie-g-1 {
  position: absolute;
  top: -50%;
  left: 50px;
  right: auto;
}

.bird.bird-movie-g-2 {
  position: absolute;
  top: 20%;
  left: -50px;
  right: auto;
}

.avion-w {
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.avion-sponsor-1 {
  z-index: -1;
  width: 450px;
  max-width: 80%;
  position: absolute;
  top: -20%;
  left: 30%;
  transform: rotate(5deg);
}

.spline-montgolfiere-w {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.floating-spline {
  width: 100%;
  height: 100%;
  position: absolute;
}

.spline-mg-lineup-1 {
  width: 140%;
  height: 100vh;
  position: static;
  top: 50%;
  transform: translate(-124px)scale(1.4);
}

.div-block-18 {
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1440px) {
  .cloud.cloud-1 {
    left: 130px;
  }
}

@media screen and (min-width: 1920px) {
  .combine-nav1_container {
    position: static;
  }

  .cloud.cloud-1 {
    left: 380px;
  }

  .div-block-7 {
    width: 100%;
    height: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .mongolfiere {
    width: 250px;
    right: -20%;
  }
}

@media screen and (max-width: 991px) {
  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_menu {
    border-bottom: 1px solid var(--combine-library--transparent);
    background-color: var(--combine-library--grey-050\<deleted\|variable-392f34d8\>);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
  }

  .combine-nav1_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_dropdown {
    width: 100%;
  }

  .combine-nav1_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav1_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav1_button-wrapper {
    margin-top: .5rem;
    margin-left: 2.5rem;
  }

  .combine-nav1_menu-button {
    padding: 0;
  }

  .combine-nav1_menu-button.w--open {
    background-color: #0000;
  }

  .combine-nav1_item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .image {
    width: 35px;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-clients3_mask {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .cloud.clound-3 {
    top: auto;
    bottom: -20px;
    right: -80px;
  }

  .cloud.cloud-6 {
    top: -80px;
    left: -50px;
  }

  .cloud.cloud-philo-d-2 {
    right: -10%;
  }

  .cloud.cloud-loading-1 {
    top: -80px;
    left: -50px;
  }

  .deco.cloud.cloud-7 {
    width: 390px;
  }

  .div-block-6.listing-artistes {
    grid-template-rows: 100% 100% 100%;
    grid-template-columns: 100%;
    grid-auto-rows: 100%;
    grid-auto-columns: 100%;
    width: 100%;
    display: flex;
  }

  .heading-day.appear-1, .heading-day.appear-2, .heading-day.appear-3 {
    margin-bottom: 20px;
  }

  .list-item.artiste-item, .txt-tab {
    font-size: 20px;
  }

  .paragraph {
    font-size: 30px;
  }

  .section-footer {
    height: 9rem;
  }

  .loading-w {
    display: block;
  }

  .list-artiste-b {
    width: 100%;
  }

  .reseaux {
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-nav1_menu-button {
    padding: 0;
  }

  .image {
    width: 35px;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .list-item.artiste-item {
    font-size: 15px;
  }

  .txt-tab {
    padding: 5px 10px;
    font-size: 12px;
  }

  .max-txt-bloc {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav1_logo-link.w--current {
    align-items: center;
  }

  .combine-nav1_menu-button {
    padding: 0;
  }

  .image {
    width: 35px;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-clients3_mask {
    margin-left: 0;
    margin-right: 0;
  }

  .combine-clients3_client {
    grid-template-columns: max-content 1fr;
  }

  .combine-clients3_left-arrow, .combine-clients3_right-arrow {
    display: none;
  }

  .section {
    margin-top: 8rem;
  }

  .section.section-hero {
    margin-bottom: 1rem;
  }

  .section.bloc-artiste {
    margin-top: 3rem;
  }

  .div-block {
    margin-top: 70px;
  }

  .div-block-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cloud.cloud-2 {
    right: -250px;
  }

  .cloud.clound-3 {
    bottom: 40px;
    right: -20px;
  }

  .cloud.cloud-4 {
    display: none;
  }

  .cloud.cloud-6 {
    width: 120px;
    top: 100px;
    left: -70px;
  }

  .cloud.cloud-1 {
    width: 250px;
    top: -160px;
  }

  .cloud.cloud-7 {
    width: 180px;
    top: -120px;
    right: -30px;
  }

  .cloud.cloud-8, .cloud.cloud-9, .cloud.cloud-6-bis {
    display: none;
  }

  .cloud.cloud-philo-d-1 {
    width: 170px;
    top: -20%;
    right: -60px;
  }

  .cloud.cloud-philo-d-2 {
    width: 200px;
    top: 103%;
    right: -10%;
  }

  .cloud.cloud-philo-g-1 {
    width: 130px;
    top: 110%;
    left: -30px;
  }

  .cloud.cloud-movie-d-1 {
    top: -40%;
  }

  .cloud.cloud-movie-d-2 {
    width: 210px;
    top: 110%;
    right: -110px;
  }

  .cloud.cloud-movie-g-1 {
    width: 160px;
    top: -40%;
  }

  .cloud.cloud-loading-1 {
    width: 120px;
    top: 100px;
    left: auto;
    right: -20px;
  }

  .deco.bird.bird-blue-1 {
    width: 80px;
    top: -280%;
  }

  .deco.bird.bird-blue-2 {
    width: 70px;
    top: -200px;
    left: 30px;
  }

  .deco.bird.bird-red-1 {
    width: 50px;
    bottom: 60px;
    right: 40px;
  }

  .deco.bird.bird-red-2 {
    z-index: 1;
    width: 60px;
    bottom: 0;
    right: 0;
  }

  .deco.cloud.cloud-6, .deco.cloud.cloud-7 {
    display: none;
  }

  .deco.ballon.float-ballon {
    width: 160px;
    top: -400%;
    left: 50%;
  }

  .image-3, .div-block-5, .container.container-flex {
    max-width: 100%;
  }

  .div-block-6.listing-artistes {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: 100% auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-content: start center;
    place-items: start center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item.artiste-item {
    font-size: 20px;
  }

  .tabs {
    margin-top: 1rem;
  }

  .tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start center;
    place-items: center stretch;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .tabs-menu.tab-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 2px solid var(--combine-library--white);
    text-align: center;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 45%;
  }

  .tabs-menu.tab-item.w--current {
    border: 2px solid var(--combine-library--white);
    background-color: var(--combine-library--white);
    border-radius: 5px;
    width: 45%;
    display: block;
  }

  .txt-tab {
    border: 0px none var(--combine-library--transparent);
    background-color: var(--combine-library--transparent);
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
    transition-property: none;
  }

  .div-block-9 {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .current-txt {
    font-size: 15px;
  }

  .max-txt-bloc {
    width: 90%;
  }

  .sponsors-w {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .video-wrapper {
    display: block;
  }

  .form.checkbox.txt-checkbox {
    font-size: 11px;
  }

  .section-footer {
    background-image: url('../images/SOL_FLEURS.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 5rem;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .loading-w {
    display: block;
  }

  .div-block-16 {
    transform: translate(0, -70px);
  }

  .div-block-17 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-artiste-b {
    height: auto;
  }

  .reseaux {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 0;
    display: flex;
  }

  .container-2 {
    max-width: 100%;
  }

  .list-reseaux {
    justify-content: space-between;
    align-items: center;
    width: 80%;
    height: 30px;
    left: 10px;
  }

  .reseaux-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .icon-mail {
    width: 17px;
  }

  .mail-txt {
    font-size: 10px;
  }

  .link-email-b {
    font-size: 15px;
  }

  .img-item-reseau {
    width: 11px;
  }

  .single-ballon-img.ballon-2 {
    width: 50px;
  }

  .single-ballon-img.ballon-3 {
    width: 60px;
    top: -60px;
    right: 0;
  }

  .single-ballon-img.ballon-4 {
    width: 50px;
    top: -80px;
  }

  .single-ballon-img.ballon-1, .single-ballon-img.ballon-philo-g-1 {
    width: 50px;
  }

  .single-ballon-img.ballon-philo-g-3 {
    width: 40px;
    top: -10%;
    left: 0;
  }

  .single-ballon-img.ballon-philo-g-2 {
    width: 35px;
    top: -17%;
  }

  .single-ballon-img.ballon-movie-g-1 {
    width: 30px;
    left: 20px;
  }

  .single-ballon-img.ballon-movie-g-2 {
    width: 40px;
    left: 0;
  }

  .mongolfiere {
    width: 120px;
    top: -22%;
    left: 180px;
    right: auto;
  }

  .bird.bird-philo-d-1 {
    width: 80px;
    top: -20%;
    right: 60px;
  }

  .bird.bird-philo-d-2 {
    width: 70px;
    top: -10%;
    right: 30px;
  }

  .bird.bird-movie-g-1 {
    width: 50px;
    top: -150%;
    left: 90px;
    right: auto;
  }

  .bird.bird-movie-g-2 {
    width: 40px;
    top: -100%;
    left: 40px;
    right: auto;
  }

  .avion-sponsor-1 {
    left: 30px;
  }

  #w-node-_5d7e1437-9f31-6be6-1789-7ec1d2c9893b-a20e2ad7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}