:root {
  --dodger-blue: #09f;
  --red: #da0f00;
  --goldenrod: #ffbf00;
  --cornflower-blue: #6c81ea;
  --medium-purple: #b16cea;
  --light-coral: #ff5e69;
  --coral-2: #ff8a56;
  --sandy-brown: #ffa84b;
  --orange-red: #ff6700;
  --black: #000000d9;
  --pale-violet-red: #df7fab;
  --coral: #ff7551;
  --relume-library-lite-rl-white: white;
  --black-3: #3f3729;
  --orange: #ffb700;
  --deep-pink-2: #eb478e;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-100: #f7f9fd;
  --relume-library-lite-rl-black: black;
  --black-2: #333;
  --tomato: #fd6459;
  --forest-green: #009222;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --conversion-flow-library--medium-purple: #b16cea;
  --stacyland-library--pinkalicious--100: #fef;
  --stacyland-library--pinkalicious--600-stacy-pink: #f9f;
  --coral-3: #ff8a5670;
  --silver: #b9b9b9;
  --deep-pink: #ff38bd;
}

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

.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;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

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

.nav-menu-two-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.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;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 0 30px 0 10px;
  font-size: 14px;
  line-height: 20px;
}

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

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

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

.button-primary-2 {
  background-color: var(--dodger-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.image {
  transform: translate(0, -14px);
}

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

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px 0;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image-2.centered {
  border-radius: 0%;
  width: 120px;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
}

.heronav {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heronav._2 {
  background-color: #2b2b2b;
  padding-top: 60px;
  padding-bottom: 60px;
}

.navbar-level02 {
  background-color: #fff;
  background-image: linear-gradient(#020d8642, #fff0), url('../images/image-sete-coucher-de-soleil.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 400px;
  min-height: 100px;
  margin-top: 0;
  padding: 60px 20px 50px;
  display: flex;
}

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

.image-2 {
  padding-bottom: 0;
}

.cf-cta-section-2 {
  color: #fff;
  background-color: #0c0c0c;
  position: relative;
}

._wf-announcement2-content-wrapper {
  width: 100%;
  position: relative;
}

._wf-section {
  color: #fef;
  background-color: #fef;
  background-image: radial-gradient(circle at 0 0, #dd00dd80, #55005580), url('../images/Background-Image.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

._wf-section.announcement2 {
  background-color: #9b2e01;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cf-nav-2-button {
  color: #f0f9f5;
  letter-spacing: .4px;
  background-color: #7487e5;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .5s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: 2% 2% auto auto;
}

.cf-nav-2-button:hover {
  background-color: #0000;
  background-image: linear-gradient(202deg, #b16cea 18%, #ff5e69 60%, #ff8a56 82%, #ffa84b);
  position: absolute;
}

.navigation-link {
  color: #000;
  letter-spacing: .2px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .26s;
  display: flex;
}

.navigation-link:hover {
  color: #fff;
}

.navigation-link:focus {
  color: var(--red);
}

.navigation-link.w--current {
  color: #fff;
}

.navigation-link.accueil {
  margin-right: 30px;
}

.cf-resource-visual-item {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.cf-visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  text-decoration: none;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-nav-2-menu {
  grid-column-gap: 32px;
  color: #283338;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
  display: flex;
  position: static;
}

.menu-button-mob {
  display: none;
}

.cf-navigation-right-2 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.cf-navigation-logo-2 {
  object-fit: contain;
}

.cf-navigation-left-2 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: none;
}

.cf-navigation-3-container {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cf-navigation-3 {
  z-index: 100;
  background-color: var(--goldenrod);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cf-testimonial-logos {
  width: 20%;
}

.cf-testimonial-logos._3 {
  margin-right: 20px;
}

.cf-testimonial-logos.radio {
  width: 10%;
}

.cf-testimonial-logos.azais {
  width: 12%;
}

.cf-testimonial-logos.midilibre {
  width: 15%;
}

.cf-testimonial-logos.villedesete {
  width: 25%;
}

.cf-hero-logos-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.cf-hero-logos-wrap.header-2 {
  filter: grayscale();
  flex: 1;
  justify-content: space-between;
}

.cf-hero-logos-wrap.header-2._2 {
  justify-content: space-between;
  margin-top: 15px;
}

.cf-logos-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.cf-testimonial-logos-contain {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  display: flex;
}

.cf-testimonial-logos-contain.header-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  justify-content: center;
  margin-top: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #f800;
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.cf-button-gradient.don {
  background-color: #fff;
  background-image: linear-gradient(270deg, #6c81ea, var(--dodger-blue) 48%, var(--cornflower-blue));
}

.cf-button-gradient.close {
  background-color: #ff4b4b;
  background-image: none;
}

.cf-button-text {
  z-index: 1;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-cta-button.rectangle.small {
  background-color: #ff4b4b;
  padding: 20px 30px;
}

.cf-cta-button.rectangle.small.adhesion {
  background-color: var(--orange-red);
  margin-bottom: 20px;
}

.cf-cta-button.rectangle.small.don {
  background-color: var(--cornflower-blue);
  margin-bottom: 20px;
  display: inline-block;
}

.cf-18px-paragraph {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-64px-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 105%;
}

.home-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  max-width: 600px;
  margin-top: 100px;
  display: flex;
}

.cf-1140px-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-2 {
  background-color: #f3f3f3;
  background-image: linear-gradient(#ffbf003d, #fff 40%);
  padding-bottom: 70px;
  display: none;
  overflow: hidden;
}

.div-lechat {
  z-index: 999;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: auto 20px 0% auto;
}

.prix {
  font-weight: 800;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-block-3 {
  color: #a5a5a5;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.text-block-4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.text-block-4.soustitre {
  margin-top: 27px;
  margin-bottom: 40px;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-bottom: 27px;
}

.div-don {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  display: flex;
}

.link-block-3 {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.section-3 {
  border-bottom: 4px solid var(--sandy-brown);
  background-color: var(--black);
  color: #fff;
  text-align: center;
  height: auto;
  margin-top: 0;
  padding: 40px 72px 100px;
  display: block;
}

.div-concert {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 27px 10px;
  display: none;
}

.div-concert._2 {
  display: none;
}

.heading-8 {
  color: #fff;
  text-align: center;
}

.wrapper-concerts {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: flex-start center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px 250px;
  position: static;
}

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

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

.hero-wrapper-2.logo {
  justify-content: center;
  margin-top: 100px;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.txt-legend {
  margin-bottom: 24px;
  font-family: Oooh Baby, sans-serif;
  font-size: 37px;
  line-height: 40px;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
}

.txt {
  color: #d1d1d1;
  font-size: 10px;
}

.container-4 {
  margin-top: 100px;
}

.div-block-11 {
  flex-direction: column;
  display: flex;
}

.heading-10 {
  text-align: center;
  padding-bottom: 50px;
  font-family: Montserrat, sans-serif;
}

.paragraph {
  text-align: justify;
  margin-top: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

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

.text-club {
  font-size: 18px;
  line-height: 28px;
}

.text-span-8 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.div-image-event {
  width: 348px;
  height: 493px;
}

.div-image-event.no-image {
  background-color: #fff;
  align-items: center;
  width: 348px;
  height: 493px;
  display: flex;
}

.heading-11 {
  color: var(--sandy-brown);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 78px;
}

.icon-3 {
  color: var(--pale-violet-red);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-infos-event {
  color: #fff;
  margin-left: 7px;
  font-size: 15px;
  font-weight: 400;
}

.icon-4, .icon-5 {
  color: var(--pale-violet-red);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.button-2 {
  background-image: linear-gradient(120deg, var(--medium-purple), var(--light-coral) 39%, var(--coral-2) 61%, var(--sandy-brown) 82%, var(--coral));
  border-radius: 12px;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-15 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 20px;
  display: flex;
}

.div-block-info-event {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-4 {
  color: var(--sandy-brown);
}

.text-span-10 {
  font-weight: 100;
}

.link-block-4 {
  overflow: hidden;
}

.footer-dark {
  background-color: #363636;
  padding: 50px 30px 15px;
  position: relative;
}

.container-6 {
  justify-content: space-around;
  width: auto;
  max-width: none;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

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

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

.title-small {
  color: var(--goldenrod);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--goldenrod);
}

.footer-divider {
  background-color: var(--goldenrod);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #b9b9b9;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.div-block-17 {
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.div-block-18 {
  margin-top: 40px;
}

.div-block-19 {
  justify-content: flex-start;
  align-self: center;
  margin-top: 40px;
  display: flex;
}

.link-block-5 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: flex;
}

.heading-2 {
  text-align: center;
}

.heading-3 {
  color: var(--goldenrod);
  font-size: 30px;
}

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

.section-7 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-8 {
  background-image: url('../images/image-sete-coucher-de-soleil.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-20 {
  border-radius: 1000px;
  display: inline-block;
  overflow: hidden;
}

.container-7 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.container-8 {
  margin-top: 0;
}

.rl-text-style-medium {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_team8_social-link {
  background-color: var(--goldenrod);
  color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 4px;
  display: flex;
}

.rl_team8_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  place-items: center start;
  display: flex;
}

.rl_team8_spacing-block-6 {
  width: 100%;
  padding-bottom: 1.5rem;
  padding-left: 11rem;
  padding-right: 11rem;
}

.rl-text-style-regular {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_team8_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_team8_name-text {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_team8_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_team8_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_team8_image-wrapper {
  border-radius: 200px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

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

.rl_team8_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.rl_team8_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_team8_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_team8_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_team8_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rl-padding-section-large {
  padding-top: .5rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  border-top: 1px dotted #000;
  flex: 0 auto;
  padding-top: 60px;
  padding-left: 2%;
  padding-right: 2%;
}

.rl_section_team8 {
  background-color: #fff;
  display: flex;
}

.icon-facebook, .icon-website {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.image-5 {
  margin-bottom: 14px;
}

.section-10 {
  background-color: #ffbf0012;
  border-top: 1px dotted #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-6 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.section-trophee-2023 {
  margin-top: 60px;
  margin-bottom: 100px;
}

.navtextlink {
  color: #333;
  padding-right: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.navtextlink.w--current {
  color: var(--coral-2);
  padding-right: 17px;
}

.container-9 {
  text-align: center;
}

.nav-text.fixe {
  z-index: 2000;
  border-bottom: 1px dotted var(--cornflower-blue);
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.ensavoirplus {
  clear: none;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: static;
}

.heading-12 {
  background-color: var(--dodger-blue);
  color: #fff;
  border-radius: 20px;
  padding: 5px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .45s ease-in-out;
}

.heading-12:hover {
  background-color: var(--orange-red);
}

.container-10 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-7 {
  border-radius: 200px;
}

.text-span-13 {
  font-family: Oooh Baby, sans-serif;
  font-size: 5rem;
}

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

.div-block-23 {
  justify-content: space-between;
  display: flex;
}

.rl_logo1_logo {
  max-height: 4.5rem;
  padding-left: 15px;
  padding-right: 15px;
}

.rl_logo1_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.rl_logo1_heading-wrapper {
  text-align: center;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.rl_logo1_component {
  flex-direction: column;
  align-items: center;
  margin-top: 77px;
  display: flex;
}

.rl-padding-section-medium {
  padding-top: 0;
  padding-bottom: 5rem;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.section-partenaires {
  background-color: var(--relume-library-lite-rl-white);
}

.heading-14 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.section-trophee {
  border-radius: 150px;
  height: auto;
}

.container-12 {
  text-align: center;
}

.sous-titre-trophee {
  color: var(--black-3);
  text-transform: uppercase;
  margin-top: -90px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.heading-17 {
  letter-spacing: 2px;
  margin-bottom: -58px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.div-logo-club-trophee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 1000px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  margin-top: -30px;
  margin-bottom: -118px;
  margin-left: 78px;
  padding: 20px;
  display: flex;
}

.div-block-26 {
  background-color: var(--orange);
  background-image: url('../images/trophe-vector-transp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  border-radius: 150px;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 60px;
  overflow: hidden;
}

.image-9 {
  transform: translate(0, -62px);
}

.image-11 {
  margin-top: 30px;
  display: block;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  margin-top: 70px;
  margin-bottom: 50px;
  display: grid;
}

.grid._2 {
  grid-template-columns: 1fr 1fr;
  place-items: stretch center;
  margin: 70px 133px 60px;
  display: none;
}

.grid.phone {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

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

.div-finaliste {
  border: 10px solid var(--relume-library-lite-rl-white);
  background-image: url('../images/Valrey-BOSTON-img-profil.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.div-finaliste._2 {
  background-image: url('../images/Lyna-DIESE-img-profil.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-finaliste._3 {
  background-image: url('../images/Morisse-img-profil02e.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-finaliste._4 {
  filter: sepia();
  background-image: url('../images/Nolika.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.div-finaliste._4:hover {
  filter: none;
}

.div-finaliste._5 {
  background-image: url('../images/Valentin-Vander-Img-profil.jpg');
  width: 300px;
  height: 300px;
}

.div-finaliste._1 {
  filter: sepia();
}

.heading-19 {
  color: var(--black-3);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.heading-19:hover {
  color: var(--relume-library-lite-rl-white);
}

.div-block-33, .div-block-34, .div-block-35, .div-block-36, .div-block-37 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block-finaliste {
  text-decoration: none;
}

.image-20 {
  transform: translate(-107px, 86px);
}

.image-21, .image-22 {
  transform: translate(-62px, 67px);
}

.bold-text {
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}

.text-block-21 {
  text-transform: uppercase;
}

.bold-text-2, .bold-text-3 {
  border-bottom: 1px solid #000;
}

.link-6 {
  font-size: 14px;
  font-weight: 500;
}

.container-14 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-24 {
  margin-left: 92px;
}

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

.image-25 {
  padding-right: 0;
}

.div-block-40 {
  margin-right: 10px;
}

.div-block-40._2 {
  margin-left: 10px;
  margin-right: 0;
}

.link-block-6 {
  padding: 10px;
}

.text-block-22, .link-7 {
  text-align: center;
}

.div-block-41 {
  text-align: center;
  margin-top: 40px;
}

.section-14 {
  margin-top: 80px;
  margin-bottom: 100px;
}

.div-block-42 {
  justify-content: space-around;
  display: flex;
}

.section-trophee-inscription {
  background-color: #2b2b2b;
  justify-content: center;
  align-items: center;
  height: 800px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.button-3 {
  background-image: linear-gradient(to right, var(--medium-purple), var(--light-coral) 43%, var(--coral-2));
  border-radius: 12px;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.button-3.groupe1 {
  background-image: linear-gradient(to bottom, var(--deep-pink-2), var(--deep-pink-2)), linear-gradient(to right, var(--medium-purple), var(--light-coral) 43%, var(--coral-2));
  margin-top: 0;
}

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

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

.text-span-21 {
  font-family: Oooh Baby, sans-serif;
  font-size: 80px;
}

.text-span-22, .text-span-23, .text-span-24 {
  font-size: 27px;
}

.rich-text-block {
  border-bottom: 1px dashed var(--pale-violet-red);
  text-align: center;
  flex-direction: column;
  margin-top: 33px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 8px;
  display: inline-block;
}

.paragraph-4 {
  text-align: center;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.paragraph-5 {
  text-align: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.image-27 {
  border: 7px solid var(--pale-violet-red);
  border-radius: 200px;
  max-width: 100%;
}

.div-block-46 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.div-block-47 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-48 {
  margin-top: 41px;
}

.div-block-49 {
  margin-bottom: 65px;
}

.hero-heading-right-2 {
  text-align: left;
  background-color: #ff80ba12;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 80px;
  position: relative;
}

.container-15 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper {
  border-top: 1px solid #eb478e82;
  border-bottom: 1px solid #eb478e57;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 43px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split.centre {
  text-align: center;
  align-items: center;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block-50 {
  text-align: center;
  width: 100%;
  height: auto;
}

.text-block-24 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: block;
}

.heading-24 {
  margin-top: 0;
  margin-bottom: 40px;
}

.div-block-51 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--deep-pink-2);
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.text-block-25 {
  color: #fff;
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.text-span-25 {
  margin-left: 10px;
  font-weight: 200;
}

.image-29 {
  margin-top: -34px;
  transform: translate(116px, 45px);
}

.text-block-26, .text-block-27 {
  margin-bottom: 20px;
}

.heading-25 {
  color: #000000d9;
  background-color: #ffdbeb;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-52 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-26 {
  color: var(--deep-pink-2);
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 400;
}

.text-span-26, .bold-text-4, .text-span-27 {
  color: var(--deep-pink-2);
}

.text-block-28 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-span-28, .bold-text-5 {
  color: var(--deep-pink-2);
}

.text-block-29 {
  color: var(--deep-pink-2);
  margin-top: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-53 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Trophee-Prix-Photo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  width: 500px;
  height: 500px;
  display: flex;
}

.cf-logos-image {
  object-fit: contain;
}

.cf-logo-image-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 178px;
  height: 100px;
  margin-bottom: 32px;
  margin-right: 47px;
  display: flex;
}

.cf-logo-image-container.last {
  margin-right: 0;
}

.hide {
  display: none;
}

.cf-logos-contain {
  z-index: 10;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 855px;
  display: flex;
  position: relative;
}

.cf-logos-heading {
  z-index: 10;
  color: #fff;
  text-align: center;
  max-width: 620px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}

.cf-logo-wrapper {
  background-color: #0d0e10;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 56px;
  display: flex;
  position: relative;
}

.cf-logo-section-1 {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.rl_gallery10_lightbox-link {
  width: 100%;
  margin-bottom: 0;
}

.rl_gallery10_masonry-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 2;
  object-fit: fill;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  column-gap: 2rem;
  width: auto;
  display: grid;
}

.rl_gallery10_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite-rl-white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery10_heading-wrapper {
  color: #fff0;
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_gallery10_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-27, .link-8 {
  display: none;
}

.cf-18px-paragraph-2 {
  color: #000000e6;
  text-align: center;
  border-bottom: 1px dotted #00000069;
  max-width: 510px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-32px-heading {
  color: #000;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.cf-14px-heading {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.cf-flex-1---text-contain {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 45%;
  padding-top: 40px;
  display: flex;
}

.cf-flex-1---image-2 {
  object-fit: fill;
  border-radius: 16px;
  width: 80%;
  max-width: 435px;
  position: absolute;
  inset: auto -10% 5% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-flex-1---image-1 {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
}

.cf-flex-1---image-contain {
  align-items: stretch;
  width: 45%;
  display: flex;
  position: relative;
}

.cf-flex-1---container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.cf-flex-1---wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-flex-section-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#f6e16947, #fff0), url('../images/papyrus.webp');
  background-position: 0 0, 50%;
  background-size: auto, 200px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-span-29 {
  font-size: 24px;
  font-weight: 700;
}

.text-span-30 {
  font-size: 24px;
}

.link-block-7 {
  background-color: #000;
  border-radius: 20px;
  padding: 4px;
}

.image-31 {
  color: #fff;
  background-color: #0000;
}

.div-block-54 {
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.text-block-30 {
  padding-left: 20px;
}

.text-block-31 {
  padding-left: 17px;
}

.heading-28 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
}

.heading-29 {
  text-transform: uppercase;
  font-size: 78px;
}

.bold-text-6 {
  color: #ff6f00e6;
  text-transform: uppercase;
  font-size: 24px;
}

.text-span-31 {
  margin-bottom: -36px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.heading-1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
}

.container-16 {
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.heading-30 {
  text-align: center;
  padding-top: 60px;
  font-weight: 400;
}

.div-block-55 {
  background-image: url('../images/3367-CH-BOUSQUET-1004.jpg');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  height: 400px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

.text-span-32 {
  font-size: 32px;
  font-weight: 700;
}

.container-17 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 0 0;
  font-family: Lobster, sans-serif;
  font-size: 6px;
  line-height: 20px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h1-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 15px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular {
  align-self: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.f-section-large {
  text-align: center;
  background-image: url('../images/papyrus.webp');
  background-position: 0 0;
  background-size: 200px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  padding: 100px 0%;
  display: block;
  position: relative;
}

.f-section-large.finale {
  display: none;
}

.f-logo-cell {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: var(--flowui-component-library--grey-300);
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-logo-carousel {
  flex: none;
  display: flex;
}

.f-logo-gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-gradient-l {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-logo-css {
  display: none;
}

.f-logo-carousel-wrap {
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

.f-sub-heading-regular {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}

.f-margin-bottom-33 {
  margin-bottom: 8px;
}

.f-feature-icon-round {
  background-color: #fff;
  background-image: linear-gradient(#252525, #252525);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 2px;
  display: flex;
  box-shadow: 23px 23px 48px -8px #1600420a;
}

.f-feature-card-outline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library--gray-200);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 350px;
  padding: 32px;
  transition: background-color .4s;
  display: flex;
}

.f-feature-card-outline:hover {
  background-color: var(--flowui-component-library--gray-100);
}

.f-feature-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lobster, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.f-h3-heading._2 {
  color: var(--orange);
  background-color: #1b1b1b;
  border-radius: 100px;
  padding: 5px 10px;
  font-size: 40px;
}

.f-h3-heading.trophee-title {
  color: var(--relume-library-lite-rl-white);
}

.f-margin-bottom-16 {
  align-self: center;
  margin-bottom: 16px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.image-32, .image-33, .image-34, .image-35 {
  border: 5px solid #000;
  border-radius: 200px;
}

.image-36 {
  border: 6px solid #000;
  border-radius: 200px;
  margin-top: 25px;
}

.rl_logo1_logo-2 {
  mix-blend-mode: normal;
  max-width: none;
  max-height: none;
}

.rl_logo1_logo-2.azais {
  mix-blend-mode: difference;
}

.rl_logo1_logo-2.sete {
  mix-blend-mode: normal;
}

.rl_logo1_logo-list-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.rl_logo1_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-heading-style-h6 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_logo1_heading-wrapper-2 {
  text-align: center;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.rl_logo1_component-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-medium-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-4 {
  background-image: linear-gradient(#f80, #ffd900);
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_logo1 {
  background-color: var(--relume-library-lite-rl-white);
}

.text-span-33 {
  color: var(--black-2);
  background-color: #ffc800;
  border-radius: 100px;
  flex: 0 auto;
  padding: 10px 20px;
  font-weight: 400;
  line-height: 1;
}

.link-block-8 {
  padding: 5px;
}

.div-network-finalistes {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.call-to-action {
  background-image: linear-gradient(120deg, var(--medium-purple), var(--light-coral) 39%, var(--coral-2) 61%, var(--sandy-brown) 82%, var(--coral));
  border-radius: 12px;
  margin-top: 20px;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.call-to-action.closed {
  background-image: linear-gradient(180deg, var(--sandy-brown), #580000), linear-gradient(120deg, var(--medium-purple), var(--light-coral) 39%, var(--coral-2) 61%, var(--sandy-brown) 82%, var(--coral));
}

.action-bt {
  background-image: linear-gradient(180deg, var(--goldenrod), #ff4d00);
  border-radius: 10px;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  box-shadow: -4px 4px 5px 3px #0003;
}

.action-bt.vote {
  color: #2e2e2e;
  background-image: linear-gradient(#ff6700, #ff9b00 26%, #ffa100 50%, #ffae00);
  margin-top: 0;
  font-size: 24px;
  box-shadow: -8px 9px 5px -2px #00000063;
}

.action-bt.complet {
  background-image: linear-gradient(#fd8700, #ee3434);
}

.container-18 {
  padding-left: 50px;
  padding-right: 50px;
}

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

.text-span-34 {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.text-span-35 {
  color: #f80;
  font-size: 22px;
  text-decoration: underline;
}

.div {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  display: grid;
}

.div.artistes {
  margin-top: 20px;
}

.div.artistes._1 {
  margin-top: 230px;
}

.div-block-57 {
  align-self: center;
}

.div-block-58 {
  margin-top: 140px;
  margin-bottom: 40px;
}

.link-block-9 {
  color: #333;
  text-decoration: none;
}

.text-block-33 {
  font-family: Lobster, sans-serif;
}

.text-block-34 {
  margin-top: 100px;
  padding-bottom: 19px;
  font-family: Lobster, sans-serif;
  font-size: 48px;
}

.text-block-35 {
  text-align: center;
  margin-bottom: 47px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_layout239_spacing-block-6 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout239_spacing-block-5 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout239_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout239_image-wrapper {
  border-radius: 0;
  width: 100%;
  position: relative;
}

.rl_layout239_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.rl_layout239_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.rl_layout239_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout239_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-3 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lobster, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.rl_layout239_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout239_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_layout239_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large-3 {
  padding-top: 2rem;
  padding-bottom: 7rem;
}

.rl-container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-5 {
  background-image: url('../images/SAINT-GEORGES-fond2.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  padding-left: 5%;
  padding-right: 5%;
}

.section-saint-georges {
  background-color: var(--relume-library-lite-rl-white);
}

.image-wrapper {
  border-radius: 20px;
}

.text-span-36 {
  -webkit-text-stroke-color: var(--relume-library-lite-rl-black);
}

.text-span-37 {
  color: var(--red);
}

.text-span-38 {
  color: var(--forest-green);
}

.text-span-39 {
  color: var(--orange-red);
}

.section-16 {
  display: block;
}

.f-image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-gallery-image {
  height: 450px;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-gallery-two-column-s {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lobster Two, sans-serif;
  font-size: 48px;
  font-style: normal;
  line-height: 1.2;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-65 {
  margin-bottom: 8px;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-rdv {
  margin-bottom: 0;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  background-color: #fff2e8;
  padding: 40px 5%;
  display: block;
  position: relative;
}

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

.image-rdv {
  background-image: url('../images/FRIVOLE-topaz-faceai-sharpen.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  transition: all .4s ease-in-out;
  display: flex;
}

.image-rdv:hover {
  background-image: url('../images/FRIVOL-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.image-rdv._2 {
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Trophee-Georges-Brassens.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 132px;
  background-attachment: scroll, scroll;
  border-bottom-right-radius: 120px;
}

.image-rdv._2:hover {
  background-color: #1a1a1a;
}

.image-rdv._2.bis {
  border-bottom-right-radius: 0;
  height: 450px;
}

.image-rdv._1 {
  border-top-left-radius: 120px;
}

.heading-31 {
  color: #fff;
  text-transform: none;
  background-color: #00aeff82;
  border-radius: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-31._2 {
  text-align: center;
  background-color: #c58206c9;
  justify-content: center;
  align-items: center;
}

.date {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  padding-bottom: 10px;
  display: block;
  position: static;
  inset: 0% 0% auto auto;
}

.h2-date {
  color: #fff;
  background-color: #00000096;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  font-size: 24px;
}

.h2-date._2 {
  border-radius: 20px;
}

.div-block-61 {
  background-image: linear-gradient(#ffc800, #fff);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section-concours-trophee {
  padding: 0%;
  display: none;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.events {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.events.nougaro {
  display: block;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split-3.b {
  justify-content: flex-start;
  align-items: flex-start;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  margin-right: 10px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.c {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.c:hover {
  color: #fff;
  background-color: #32343a;
}

.c:active {
  background-color: #43464d;
}

.artiste-img {
  border: 10px solid #ffc206;
  border-radius: 2000px;
}

.hero-heading-right-3 {
  background-color: #f5f7fa;
  background-image: radial-gradient(circle, #fec304, #f07304 63%, #ff6301);
  border-top: 1px solid #ffb514;
  border-bottom: 1px solid #ffb514;
  margin-top: 0;
  padding: 80px 30px;
  position: relative;
}

.h2 {
  background-color: #ffc205;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.h1 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.text-block-36 {
  font-weight: 700;
}

.jour {
  text-transform: uppercase;
  background-color: #e6e6e6;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.heure {
  margin-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.youtube {
  width: 100%;
  min-width: auto;
  min-height: auto;
}

.div-block-62 {
  width: 400px;
}

.div-block-63 {
  width: 100vw;
}

.heading-32 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.heading-33 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.heading-33.white {
  color: #fff;
}

.section-17 {
  display: block;
}

.div-complet {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #ffbf00;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 10px;
  font-size: 28px;
  font-weight: 700;
  display: block;
}

.text-block-37 {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
}

.f-h3-heading-3 {
  color: var(--black-3);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lobster, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.f-h3-heading-3.trophee {
  z-index: 40;
  color: var(--black);
  mix-blend-mode: multiply;
  font-size: 80px;
  position: relative;
}

.f-h3-heading-3.trophee.prixpublicetplumedor {
  letter-spacing: 0;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 50px;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-title-wrapper-center-3 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-66 {
  margin-bottom: 8px;
}

.f-margin-bottom-67 {
  margin-bottom: 16px;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large-3 {
  text-align: center;
  mix-blend-mode: normal;
  background-color: #ffae00;
  background-image: url('../images/Marius-background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 5% 92px;
  position: relative;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-2.f-text-weight-medium-2 {
  font-weight: 500;
  display: none;
}

.f-sub-heading-regular-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-heading-detail-small-3 {
  z-index: 40;
  color: var(--flowui-component-library--gray-200);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.f-text-weight-medium-2 {
  font-weight: 500;
}

.f-margin-bottom-68 {
  margin-top: 0;
  margin-bottom: 20px;
}

.f-feature-card-outline-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--red);
  opacity: 1;
  background-color: #ffffff12;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  padding: 32px 10px;
  transition: background-color .4s;
  display: flex;
}

.f-feature-card-outline-2:hover {
  background-color: var(--flowui-component-library--gray-100);
}

.f-feature-icon-round-2 {
  background-color: #fff;
  background-image: url('../images/marius-and-the-needs-Moyenne.jpeg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 0;
  display: flex;
  box-shadow: 23px 23px 48px -8px #1600420a;
}

.f-feature-icon-round-2.archipol {
  background-image: url('../images/ArchiPol-1-HD1©Armelle-Yons_1.avif');
  background-position: 50% 30%;
  background-size: cover;
}

.f-feature-icon-round-2.marie-sigal {
  background-image: url('../images/02-Marie-Sigal-solo-Lionel-Pesqué-Moyenne.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.f-feature-icon-round-2.marion_cousineau {
  background-image: url('../images/Marion-Cousineau_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.f-feature-icon-round-2.suzie {
  background-image: url('../images/Suzie-Grande.jpeg');
  background-position: 50% 40%;
}

.artistes-en-selection {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-38 {
  object-fit: fill;
}

.div-block-65 {
  text-align: center;
}

.div-photo-tltle {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 400px;
  display: flex;
}

.heading-35 {
  font-family: Oooh Baby, sans-serif;
  font-size: 45px;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-20 {
  text-align: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-family: Lobster Two, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-36 {
  text-align: center;
  padding-bottom: 16px;
  font-family: Lobster Two, sans-serif;
  font-size: 6rem;
  position: relative;
  overflow: visible;
}

.section-18 {
  height: 75vh;
}

.button-4 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: block;
}

.button-5 {
  color: #0e0e0e;
  text-align: center;
  background-color: #ffbf00;
  border: 4px solid #181818;
  border-radius: 14px;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
}

.heading-37 {
  font-size: 24px;
}

.heading-38 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lobster, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.div-block-66 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-vote-public {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-6 {
  font-family: Inconsolata, monospace;
  font-size: 18px;
  line-height: 28px;
}

.cf-footer-left-container {
  width: 30%;
  margin-right: 2%;
}

.cf-footer-links-header {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-footer-right-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.cf-footer-social-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-top: 10px;
  display: flex;
}

.cf-wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-footer-logo-link.w--current {
  height: 39px;
  margin-bottom: 0;
}

.cf-footer-social-link-block {
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  padding: 12px;
  transition: background-color .26s;
  display: flex;
}

.cf-footer-social-link-block:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
}

.cf-footer-container {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.cf-footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 150px;
  margin-right: 0;
  display: flex;
}

.cf-footer-copyright-wrapper {
  text-align: center;
  border-top: 1px solid #fff3;
  width: 100%;
  padding-top: 32px;
}

.cf-footer-links {
  color: #ffffffe6;
  letter-spacing: .5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.cf-footer-links:hover {
  color: var(--conversion-flow-library--medium-purple);
}

.cf-footer-links.w--open {
  padding-right: 55px;
}

.cf-footer-paragraph {
  letter-spacing: .5px;
  max-width: 400px;
  margin-top: 32px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.cf-copyright-text-2 {
  color: #fffc;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.cf-footer-link-inner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-footer-link-inner-wrapper.bottom-padding {
  margin-bottom: 20px;
}

.cf-footer-social-icon {
  color: #8b2b2b;
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.cf-footer-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-footer-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.cf-footer-section {
  color: #fff;
  background-color: #0d0d0d;
  background-image: url('../images/Shapes.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
}

.cf-footer-link {
  color: var(--conversion-flow-library--medium-purple);
}

.youtube-2 {
  margin-top: 40px;
}

.youtube-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-socialnetwork {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin: 72px 10px 100px;
  display: flex;
}

.image-39, .image-40 {
  border-radius: 0;
}

.text-block-38 {
  font-family: Lobster Two, sans-serif;
  font-size: 28px;
}

.nav-artistes {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.nav-artistes._2025 {
  margin-top: 40px;
}

.div-nav-finalistes {
  box-sizing: border-box;
  filter: grayscale();
  object-fit: fill;
  background-image: url('../images/ArchiPol-1-HD1©Armelle-Yons_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  display: flex;
}

.div-nav-finalistes:hover {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.div-nav-finalistes:focus {
  filter: drop-shadow(0 2px 5px #000000b3) grayscale();
}

.div-nav-finalistes.w--current {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.div-nav-finalistes._2 {
  filter: blur(2px) grayscale();
  background-image: url('../images/02-Marie-Sigal-solo-Lionel-Pesqué-Petite.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.div-nav-finalistes._2.w--current {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.div-nav-finalistes._1 {
  filter: none;
  box-shadow: 0 2px 5px 2px #0003;
}

.div-nav-finalistes._1:hover, .div-nav-finalistes._1.w--current {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.div-nav-finalistes._3 {
  filter: blur(2px) grayscale();
  background-image: url('../images/Marion-Cousineau_1.avif');
}

.div-nav-finalistes._3.w--current {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.div-nav-finalistes._4 {
  filter: blur(2px) grayscale();
  background-image: url('../images/Suzie-Grande.jpeg');
  background-position: 50% 30%;
}

.div-nav-finalistes._4.w--current {
  filter: none;
}

.div-nav-finalistes._5 {
  filter: none;
  background-image: url('../images/marius-and-the-needs-Moyenne.jpeg');
}

.container-21 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.container-21.b {
  margin-top: 0;
}

.button-6 {
  text-transform: uppercase;
  background-color: #c05b0f;
  border-radius: 19px;
}

.div-block-67, .div-name-button {
  text-align: center;
}

.image-artiste {
  outline-offset: 0px;
  border-radius: 200em;
  outline: 3px #00e;
  max-width: 60%;
  box-shadow: 1px 1px 5px 7px #ad3a0033;
}

.image-42, .image-43 {
  max-width: 80%;
}

.link-block-10 {
  z-index: 50;
  border-radius: 20px;
  margin-top: 19px;
  position: relative;
}

.section-des-trophees {
  text-align: center;
  mix-blend-mode: normal;
  background-color: #ffae00;
  background-image: url('../images/Marius-background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding: 0 5% 60px;
  display: flex;
  position: relative;
}

.section-des-trophees.plumeetpublic {
  background-image: url('../images/Archipol-background.jpg'), url('../images/Marius-background.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 60px;
}

.trophee-fantom {
  z-index: 30;
  mix-blend-mode: screen;
  justify-content: center;
  align-items: center;
  margin-top: -170px;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: visible;
  transform: translate(16px, 255px)rotate(20deg);
}

.trophee-fantom.tropheebrassens {
  margin-top: 60px;
}

.trophee-fantom.trophe {
  mix-blend-mode: soft-light;
  align-self: center;
  margin-top: -240px;
  transform: translate(-20em, 20em)rotate(-7deg);
}

.titre-artiste {
  mix-blend-mode: multiply;
  max-width: 60%;
}

.titre-artiste.archipol {
  margin-top: 18px;
}

.link-block-11 {
  color: #fff;
  background-color: #ee01cb;
  border-radius: 11px;
  margin-top: 60px;
  padding: 4px;
  text-decoration: none;
}

.link-block-11.bleu {
  background-color: #6e91a3;
}

.text-block-39 {
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-family: Oooh Baby, sans-serif;
  font-size: 27px;
  text-decoration: none;
}

.heading-39 {
  color: #fff;
  text-transform: none;
}

.text-span-40 {
  text-transform: uppercase;
}

.text-span-41 {
  text-transform: uppercase;
  font-size: 27px;
}

.bold-text-7 {
  color: #ffffffba;
  font-family: Montserrat, sans-serif;
}

.image-46 {
  display: none;
}

.text-block-40 {
  color: #fff;
  text-transform: uppercase;
  margin-top: -10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.container-22 {
  margin-bottom: 100px;
}

.heading-40 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 41px;
  font-family: Lobster, sans-serif;
  font-size: 5em;
}

.heading-41 {
  color: #baff27;
  text-align: center;
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 4em;
}

.text-block-41 {
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 4em;
}

.section-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.link-block-12 {
  text-decoration: none;
}

.heading-42 {
  color: #111827;
  text-align: right;
  margin-top: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 0;
}

.text-block-42 {
  margin-top: 18px;
  font-family: Lobster, sans-serif;
  font-size: 44px;
}

.text-span-42 {
  color: #e5c517;
}

.text-span-43 {
  color: #818da0;
}

.text-span-44 {
  font-family: Oooh Baby, sans-serif;
}

.bold-text-8 {
  color: var(--relume-library-lite-rl-white);
  font-family: Oooh Baby, sans-serif;
  font-size: 24px;
}

.text-span-45 {
  font-size: 60px;
  line-height: .5;
}

.text-span-46, .text-span-47 {
  text-transform: uppercase;
}

.text-span-48 {
  background-color: var(--sandy-brown);
}

.section-20, .section-21, .div-block-68 {
  display: none;
}

.heading-43 {
  text-align: center;
  font-family: Lobster, sans-serif;
  font-size: 54px;
  font-weight: 400;
}

.heading-44 {
  text-align: center;
  margin-top: 0;
  font-family: Oooh Baby, sans-serif;
  font-size: 28px;
}

.heading-45 {
  text-align: center;
}

.section-22 {
  text-align: center;
  background-color: #fff;
  padding-bottom: 140px;
}

.div-block-70 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 40px;
}

.div-block-71 {
  text-align: center;
  display: inline-block;
}

.div-block-71._1 {
  display: none;
}

.button-7 {
  border-radius: 8px;
  margin-top: 40px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Lobster, sans-serif;
  font-size: 24px;
  transition: color .5s ease-in-out;
}

.button-7:hover {
  background-color: #f93007;
}

.button-7.bold-date {
  background-color: #01b063;
}

._wf-container {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

._wf-section-2 {
  background-color: var(--stacyland-library--pinkalicious--100);
  color: var(--stacyland-library--pinkalicious--100);
  background-image: radial-gradient(circle at 0 0, #dd00dd80, #55005580), url('../images/Background-Image.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

._wf-section-2.hero1 {
  background-image: linear-gradient(#ff9d009e, #ff9d009e), url('../images/Marius-background.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: center;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 160px;
  display: flex;
}

._wf-button-round {
  color: var(--stacyland-library--pinkalicious--100);
  background-color: #fff;
  background-image: radial-gradient(circle farthest-side at 0 0, #ff00e526, #fff0 75%);
  border: 1px #fff0fd33;
  border-radius: 200px;
  flex-wrap: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 30px 10px;
  text-decoration: none;
  transition: border-color .4s, box-shadow .4s;
  display: flex;
  position: relative;
  box-shadow: inset -5px -19px 24px 6px #ff7fd74d, inset 1px 1px #ffddff4d, 0 13px 37px -3px #4900304d;
}

._wf-button-round:hover {
  border-width: 2px;
  border-color: #ffb3f599;
  box-shadow: inset -5px -19px 24px 6px #ff7fd74d, inset 1px 1px #ffddff4d, 0 0 100px #ffc7ecad;
}

._wf-button-text {
  color: var(--black-3);
  text-transform: uppercase;
  white-space: nowrap;
  transform-style: preserve-3d;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  position: absolute;
  left: 106px;
  transform: translate3d(0, 0, 40px);
}

._wf-hero-subtitle {
  color: #fef;
  max-width: 800px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
}

._wf-button-icon {
  width: 25px;
  height: 22px;
}

._wf-button-icon.play {
  transform-style: preserve-3d;
  width: 20px;
  height: 20px;
  transform: translate3d(0, 0, 40px);
}

._wf-hero-heading {
  z-index: 2;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0 0, #fff, #ffd092);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

._wf-background-blur {
  z-index: -1;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 200px;
  position: absolute;
  inset: 0%;
}

._wf-rainbow-effect {
  z-index: 1;
  background-image: linear-gradient(145deg, red, #ff81ea 16%, #d300f3 32%, #5f00e5 50%, #ff0080 67%, var(--stacyland-library--pinkalicious--600-stacy-pink) 82%, #bb0ef4);
  display: none;
  position: absolute;
  inset: 0% 0% -100%;
}

._wf-button-effects-wrapper {
  z-index: 0;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

._wf-hero1-heading-wrapper {
  z-index: 2;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

._wf-hero1-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-46 {
  color: var(--black-3);
  font-family: Lobster, sans-serif;
  font-size: 42px;
}

.text-span-49 {
  font-size: 18px;
  line-height: 25px;
}

.bold-text-9 {
  color: #3f3729;
  font-weight: 900;
  line-height: 30px;
}

.bold-text-10 {
  color: var(--black-3);
}

.text-span-50 {
  font-family: Lobster, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-span-51 {
  font-family: Lobster Two, sans-serif;
  font-size: 18px;
}

.text-span-52 {
  color: var(--flowui-component-library--white);
  font-family: Lobster Two, sans-serif;
  font-size: 18px;
}

.text-span-53 {
  font-size: 22px;
}

.section-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-47 {
  text-transform: uppercase;
}

.div-block-72 {
  border-bottom: 1px dashed #fff;
  height: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-73 {
  display: block;
}

.cf-features-section-2-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.cf-features-section-2-image-wrapper {
  margin-bottom: 32px;
  position: relative;
}

.cf-features-section-3-events {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
}

.cf-features-section-3-events._2 {
  margin-top: 140px;
}

.cf-service-number {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.cf-features-section-2-heading {
  color: #000;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-2-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-features-section-2-icon-wrap.cf-absolute {
  width: auto;
  max-width: 130px;
  height: auto;
  min-height: 54px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: -6% auto auto 6%;
}

.cf-service-paragraph {
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
}

.cf-features-section-event {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-event.homepage-3 {
  align-items: flex-start;
  max-width: 353px;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: left;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-service-image {
  border: 10px solid #ffd000;
  border-radius: 200px;
}

.link-9 {
  color: #fff;
  padding-bottom: 20px;
  text-decoration: none;
}

.link-9:hover {
  color: #ffca96;
}

.text-span-54 {
  font-size: 18px;
  line-height: 100%;
}

.text-span-55 {
  color: #ffd027;
}

.link-10 {
  margin-top: -10px;
  margin-bottom: 19px;
}

@media screen and (min-width: 1280px) {
  .navbar-level02 {
    flex: 1;
    padding-bottom: 50px;
  }

  .menu-button-mob {
    display: none;
  }

  .cf-navigation-logo-2 {
    display: none;
    transform: translate(0, -14px);
  }

  .cf-testimonial-logos {
    max-width: 130px;
  }

  .container-6 {
    justify-content: space-around;
  }

  .rl_logo1_logo {
    padding-left: 14px;
    padding-right: 14px;
  }

  .section-trophee-inscription {
    height: 100vh;
  }

  .cf-footer-right-container {
    justify-content: center;
  }

  .cf-footer-links {
    color: #ffffffb3;
    transition: opacity .2s;
  }

  .cf-footer-links:hover {
    color: #fff;
  }

  .cf-footer-link-inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-level02 {
    padding-bottom: 70px;
  }

  .cf-testimonial-logos {
    max-width: 140px;
  }

  .cf-hero-section-2 {
    padding-bottom: 70px;
  }

  .rl_team8_image-wrapper {
    border-radius: 200px;
  }

  .rl_logo1_logo {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-53 {
    background-image: url('../images/Trophee-Prix-Photo.png');
    background-position: 50%;
    background-size: cover;
  }

  .f-paragraph-large {
    border-radius: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Lobster, sans-serif;
    font-size: 24px;
  }

  .f-section-large {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .f-logo-cell {
    background-color: #f3f5fb00;
  }

  .f-logo-gradient-r {
    background-image: linear-gradient(267deg, #fafafa, #fafafae6 29%, #ffffffa3 62%, #fff0);
  }

  .f-logo-gradient-l {
    background-image: linear-gradient(90deg, var(--flowui-component-library--white), #fff 25%, #ffffffba 60%, #fff0);
  }

  .f-logo-css {
    display: block;
  }

  .f-logo-carousel-wrap {
    background-color: #fff0;
  }

  .f-feature-icon-round {
    width: 200px;
    height: 200px;
    padding: 2px;
  }

  .f-feature-card-outline {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
  }

  .f-feature-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 60px;
  }

  .f-h3-heading {
    text-transform: none;
    font-family: Lobster, sans-serif;
    font-size: 64px;
  }

  .f-title-wrapper-center {
    max-width: 780px;
  }

  .image-32, .image-33, .image-34, .image-35, .image-36 {
    border-radius: 200px;
  }

  .rl_logo1_logo-2 {
    max-width: none;
    max-height: none;
  }

  .rl_logo1_logo-list-2 {
    grid-column-gap: 3rem;
  }

  .text-span-35 {
    font-size: 22px;
  }

  .cf-footer-right-container {
    margin-left: 5%;
  }

  .heading-46 {
    font-size: 52px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-level02 {
    height: 600px;
    min-height: 400px;
    padding-top: 40px;
  }

  .hero-heading-right {
    height: auto;
  }

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

  .hero-wrapper-2.logo {
    flex-direction: column;
    margin-top: 0;
  }

  .hero-split-2.logo {
    margin: 165px;
  }

  .div-block-21 {
    flex-direction: column;
    align-items: center;
  }

  .rl_logo1_logo {
    padding-left: 0;
    padding-right: 0;
  }

  .rl_logo1_component {
    border-top-style: none;
  }

  .div-block-53 {
    background-image: url('../images/Trophee-Prix-Photo.png');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: stretch;
    height: 700px;
  }

  .cf-logo-image-container {
    margin-right: 30px;
  }

  .cf-logo-image-container.fb {
    margin-right: -18px;
  }

  .cf-logo-image-container.sete {
    max-width: 250px;
  }

  .cf-logo-image-container.azais {
    margin-right: 4px;
  }

  .rl-padding-global-4 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-46 {
    font-size: 52px;
  }
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

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

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

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

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

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

  .navbar-level02 {
    display: block;
  }

  ._wf-section {
    background-position: 50% 100%;
  }

  .cf-nav-2-button {
    top: 2%;
  }

  .navigation-link {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cf-visual-features-item.navbar {
    padding: 25px;
  }

  .cf-nav-2-menu {
    background-color: #fff;
    display: none;
    position: absolute;
    box-shadow: 0 10px 20px #0003;
  }

  .menu-button-mob {
    color: #6b6768;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 45px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 11px;
    display: flex;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .menu-button-mob.w--open {
    color: #6b6768;
    background-color: #0000;
  }

  .cf-navigation-right-2 {
    justify-content: flex-end;
    width: auto;
    margin-right: 0;
  }

  .cf-navigation-logo-2 {
    display: none;
  }

  .cf-navbar-3-brand {
    width: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .cf-navigation-left-2 {
    width: 20%;
    display: flex;
    transform: translate(0, -10px);
  }

  .cf-navigation-3-container {
    justify-content: space-between;
  }

  .cf-navigation-3 {
    background-color: var(--goldenrod);
    display: block;
    position: relative;
  }

  .cf-testimonial-logos._3 {
    margin-right: 0;
  }

  .cf-hero-logos-wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .cf-hero-logos-wrap.header-2 {
    width: 100%;
  }

  .cf-testimonial-logos-contain {
    align-items: flex-start;
    margin-top: 20px;
  }

  .cf-testimonial-logos-contain.header-2 {
    z-index: 1;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    position: relative;
  }

  .cf-cta-button.rectangle.small.adhesion, .cf-cta-button.rectangle.small.don {
    margin-bottom: 20px;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-18px-paragraph.header-2 {
    margin-bottom: 40px;
  }

  .cf-64px-heading {
    font-size: 54px;
  }

  .home-left-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .icon {
    color: var(--black);
    font-size: 40px;
  }

  .text-block-3 {
    margin-top: 0;
  }

  .div-block-9 {
    margin-top: 27px;
  }

  .div-don {
    margin-top: 72px;
  }

  .div-concert._2 {
    display: none;
  }

  .wrapper-concerts {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: start;
    display: block;
  }

  .hero-heading-right {
    height: auto;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-wrapper-2.logo {
    align-items: center;
  }

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

  .paragraph {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-image-event, .div-image-event.no-image {
    width: 244px;
    height: 346px;
  }

  .div-block-16 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .rl_team8_list {
    grid-column-gap: 2rem;
  }

  .rl_team8_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .ensavoirplus {
    flex-direction: column;
    justify-content: flex-end;
    display: block;
  }

  .rl_logo1_logo {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rl_logo1_component {
    margin-top: 25px;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sous-titre-trophee {
    margin-top: -72px;
    font-size: 17px;
  }

  .heading-17 {
    margin-bottom: -30px;
    font-size: 14px;
  }

  .div-block-26 {
    border-radius: 100px;
  }

  .grid {
    align-items: center;
    display: flex;
  }

  .grid._2 {
    margin-top: 70px;
  }

  .grid.phone {
    display: flex;
  }

  .grid.laureats {
    display: none;
  }

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

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

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

  .cf-logo-image-container.last {
    margin-right: 47px;
  }

  .cf-logo-image-container.last.hide {
    display: none;
  }

  .cf-logos-contain {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .cf-logos-heading {
    margin-top: 0;
    font-size: 28px;
  }

  .cf-logo-wrapper {
    padding-top: 100px;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cf-18px-paragraph-2 {
    max-width: none;
    margin-bottom: 0;
    padding-top: 40px;
  }

  .cf-flex-1---text-contain {
    align-items: center;
    width: 100%;
    max-width: 560px;
    margin-top: 20px;
  }

  .cf-flex-1---image-contain {
    width: 100%;
    max-width: 500px;
  }

  .cf-flex-1---container {
    flex-direction: column;
  }

  .cf-flex-1---wrapper, .div-block-54 {
    padding-top: 40px;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

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

  .f-logo-carousel-wrap {
    width: 95%;
  }

  .f-feature-card-outline {
    flex-direction: column;
  }

  .f-h3-heading {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rl_logo1_logo-2 {
    max-width: none;
    max-height: none;
  }

  .rl-padding-section-medium-2 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .text-span-33 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div.artistes._1 {
    flex-flow: column;
    margin-top: 140px;
    display: flex;
  }

  .rl_layout239_spacing-block-6 {
    padding-bottom: 3.5rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_layout239_content {
    grid-column-gap: 2rem;
  }

  .rl_layout239_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .f-gallery-image {
    height: 350px;
  }

  .f-gallery-two-column-s {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .hero-heading-left {
    padding-bottom: 0;
  }

  .events {
    text-align: center;
    max-width: 728px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .hero-split-3 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-63 {
    width: 90vw;
  }

  .f-feature-card-outline-2 {
    flex-direction: column;
  }

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

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .cf-footer-left-container {
    width: 100%;
    margin-bottom: 10%;
    margin-right: 0%;
  }

  .cf-footer-right-container {
    flex-flow: wrap;
    width: 100%;
  }

  .cf-footer-container {
    flex-direction: column;
  }

  .cf-footer-links-wrapper {
    width: auto;
    margin-right: 0;
  }

  .div-block-68 {
    text-align: center;
    display: inline-block;
  }

  .div-block-69 {
    display: none;
  }

  .div-block-71._1 {
    display: inline-block;
  }

  ._wf-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._wf-section-2 {
    background-position: 50% 100%;
  }

  ._wf-section-2.hero1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  ._wf-button-round {
    width: 120px;
    height: 120px;
  }

  ._wf-hero-heading {
    font-size: 80px;
  }

  ._wf-hero1-heading-wrapper {
    min-width: auto;
  }

  ._wf-hero1-content-wrapper {
    flex: none;
    align-self: center;
    width: auto;
  }

  .cf-features-section-2-wrapper {
    padding-top: 140px;
  }

  .cf-features-section-3-events {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .heronav._2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-level02 {
    flex: 1;
    align-self: stretch;
    display: block;
  }

  .image-2 {
    padding: 0 41px;
  }

  .cf-nav-2-button {
    display: none;
    top: 1%;
  }

  .navigation-link {
    padding-left: 40px;
  }

  .cf-resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cf-visual-features-item.navbar.w--current {
    padding: 14px;
  }

  .cf-nav-2-menu {
    background-color: var(--goldenrod);
    text-align: center;
  }

  .menu-button-mob {
    width: 40px;
    padding-right: 10px;
  }

  .cf-navigation-right-2 {
    width: auto;
  }

  .cf-navbar-3-brand {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-navigation-left-2 {
    width: 26%;
    transform: translate(0, -14px);
  }

  .cf-navigation-3-container {
    justify-content: space-between;
  }

  .cf-navigation-3 {
    background-color: var(--goldenrod);
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .cf-hero-logos-wrap.header-2 {
    justify-content: center;
  }

  .cf-logos-text {
    margin-bottom: 20px;
  }

  .cf-testimonial-logos-contain {
    flex-direction: column;
    align-items: center;
  }

  .cf-testimonial-logos-contain.header-2 {
    margin-top: 0;
  }

  .cf-button-gradient, .cf-cta-button {
    font-size: 20px;
  }

  .cf-cta-button.rectangle.small.adhesion, .cf-cta-button.rectangle.small.don {
    margin-bottom: 20px;
  }

  .cf-64px-heading {
    font-size: 50px;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

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

  .hero-heading-right {
    height: auto;
    padding: 60px 15px 227px;
  }

  .hero-split-2.logo {
    padding: 90px;
  }

  .paragraph {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-16 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

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

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

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

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

  .heading-3 {
    font-size: 25px;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_team8_spacing-block-6 {
    padding-bottom: 1.25rem;
  }

  .rl_team8_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl_team8_name-text {
    font-size: 1.125rem;
  }

  .rl_team8_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl_team8_image-wrapper {
    height: 100%;
  }

  .rl_team8_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_team8_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_team8_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-23 {
    align-self: flex-end;
  }

  .rl_logo1_logo {
    max-height: 3rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rl_logo1_logo-list {
    padding-top: 1rem;
  }

  .rl-padding-section-medium {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .sous-titre-trophee {
    margin-top: -42px;
    font-size: 12px;
    line-height: 27px;
  }

  .heading-17 {
    letter-spacing: 1px;
    margin-bottom: -18px;
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-26 {
    border-radius: 50px;
  }

  .grid {
    display: flex;
  }

  .div-block-33 {
    align-items: center;
    display: flex;
  }

  .section-trophee-inscription {
    height: 450px;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .cf-logo-image-container {
    margin-bottom: 0;
    margin-right: 0;
  }

  .cf-logo-image-container.last {
    margin-right: 0;
  }

  .cf-logos-contain {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: grid;
  }

  .cf-logos-heading {
    width: 90%;
    font-size: 24px;
  }

  .rl_gallery10_masonry-grid {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cf-14px-heading {
    font-size: 18px;
  }

  .cf-flex-1---image-2 {
    right: 0%;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---wrapper {
    width: 90%;
    padding-top: 90px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large {
    padding-top: 20px;
    padding-bottom: 72px;
  }

  .f-h3-heading {
    flex-flow: column;
    font-size: 47px;
    display: flex;
  }

  .rl_logo1_logo-2 {
    max-height: 3rem;
  }

  .rl_logo1_logo-list-2 {
    padding-top: 1rem;
  }

  .rl_logo1_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .rl-padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-span-33 {
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div.artistes {
    flex-flow: column;
    display: flex;
  }

  .div.artistes._1 {
    flex-flow: column;
    margin-top: 100px;
    display: flex;
  }

  .rl_layout239_spacing-block-6 {
    padding-bottom: 2.5rem;
  }

  .rl_layout239_spacing-block-5 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout239_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout239_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout239_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_layout239_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .rl_layout239_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .f-gallery-two-column-s {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-60 {
    grid-auto-flow: row;
    display: block;
  }

  .image-rdv._2 {
    margin-top: 30px;
  }

  .hero-heading-left {
    padding: 0;
  }

  .events {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-wrapper-3 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split-3 {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .hero-heading-right-3 {
    padding: 60px 15px;
  }

  .youtube {
    text-align: center;
    width: 100%;
  }

  .div-block-63 {
    width: 90vw;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .cf-footer-right-container {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-footer-links-wrapper {
    max-width: none;
    margin-bottom: 30px;
  }

  .cf-footer-links {
    font-size: 16px;
  }

  .section-des-trophees {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-68 {
    display: none;
  }

  .div-block-69 {
    display: inline-block;
  }

  .button-7 {
    margin-top: 40px;
  }

  ._wf-hero1-heading-wrapper {
    min-width: auto;
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-features-section-3-events {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

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

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heronav._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-level02 {
    background-position: 10%;
    flex: 1;
    padding-top: 40px;
    display: block;
  }

  ._wf-section {
    overflow: hidden;
  }

  .cf-nav-2-button {
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 18px;
    display: none;
  }

  .navigation-link {
    justify-content: center;
    padding-left: 0;
  }

  .navigation-link:hover {
    color: #fff;
  }

  .navigation-link:focus {
    color: var(--red);
  }

  .cf-visual-features-item.navbar {
    padding: 10px;
    font-size: 14px;
  }

  .cf-nav-2-menu {
    background-color: #ebb000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 32px;
  }

  .menu-button-mob {
    flex: none;
    margin-left: 0;
  }

  .cf-navigation-right-2 {
    width: auto;
  }

  .cf-navigation-logo-2 {
    transform: translate(0, 5px);
  }

  .cf-navigation-left-2 {
    width: 40%;
  }

  .cf-navigation-3-container {
    justify-content: space-between;
  }

  .cf-navigation-3 {
    background-color: var(--goldenrod);
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    margin-left: 0;
  }

  .cf-hero-logos-wrap.header-2 {
    flex-wrap: nowrap;
    align-content: center;
  }

  .cf-hero-logos-wrap.header-2._2 {
    flex-flow: row;
    display: flex;
  }

  .cf-testimonial-logos-contain {
    margin-top: 100px;
  }

  .cf-testimonial-logos-contain.header-2 {
    margin-top: 126px;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .cf-64px-heading {
    font-size: 35px;
    line-height: 110%;
  }

  .home-left-wrapper {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

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

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

  .div-don {
    margin-top: 72px;
  }

  .section-3 {
    padding: 20px 10px 50px;
  }

  .div-concert {
    border-top: 1px solid var(--sandy-brown);
    display: none;
  }

  .div-concert._2 {
    border-top-style: none;
    display: none;
  }

  .wrapper-concerts {
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-items: center;
    display: flex;
  }

  .hero-heading-right {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 220px;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper-2.logo {
    margin-top: 100px;
  }

  .hero-split-2.logo {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10 {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-club {
    font-size: 18px;
    line-height: 24px;
  }

  .div-image-event.no-image {
    width: 246px;
    height: 346px;
  }

  .heading-11 {
    font-size: 50px;
  }

  .div-block-15 {
    margin-top: 20px;
  }

  .div-block-16 {
    display: block;
  }

  .div-block-info-event {
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
  }

  .text-span-10 {
    font-weight: 300;
  }

  .container-6 {
    flex-direction: column;
    max-width: none;
  }

  .footer-block {
    padding-bottom: 27px;
  }

  .title-small {
    text-align: center;
    margin-bottom: 0;
  }

  .footer-link:hover {
    color: var(--goldenrod);
  }

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

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

  .div-block-19 {
    justify-content: space-between;
    align-self: center;
  }

  .link-block-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .heading-3 {
    text-align: center;
    font-size: 15px;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 10px;
  }

  .rl_team8_social {
    justify-content: center;
    align-items: center;
  }

  .rl_team8_spacing-block-6 {
    width: auto;
    padding-right: 0;
  }

  .rl_team8_image {
    position: static;
  }

  .rl_team8_image-wrapper {
    align-self: auto;
    padding-top: 0%;
  }

  .rl_team8_item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .rl_team8_list-wrapper {
    aspect-ratio: auto;
    object-fit: fill;
  }

  .rl-heading-style-h2 {
    text-align: center;
  }

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

  .rl-padding-section-large {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .section-10 {
    padding-top: 40px;
  }

  .column-6 {
    align-items: center;
  }

  .paragraph-3 {
    margin-top: 27px;
  }

  .container-9 {
    grid-column-gap: 6px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ensavoirplus {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .heading-12 {
    display: inline-block;
  }

  .div-block-23 {
    flex-direction: column;
  }

  .rl_logo1_logo {
    max-width: 100%;
    max-height: 3rem;
    padding-left: 19px;
    padding-right: 19px;
  }

  .rl_logo1_logo-list {
    justify-content: center;
  }

  .rl-padding-global-2 {
    margin-top: 100px;
  }

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

  .section-trophee {
    border-radius: 40px;
    flex-direction: column;
    align-items: center;
    margin: 20px 10px 10px;
    display: flex;
  }

  .container-12 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .sous-titre-trophee {
    max-width: 100vw;
    margin-top: -22px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .heading-17 {
    letter-spacing: 1px;
    max-width: 100vw;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 14px;
    line-height: 16px;
    display: block;
  }

  .div-logo-club-trophee {
    z-index: 50;
    margin-top: -20px;
    margin-bottom: -90px;
    margin-left: 0;
    position: relative;
  }

  .div-block-26 {
    border-radius: 40px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-9 {
    transform: translate(0, -57px);
  }

  .image-11 {
    max-width: 100vw;
    margin-bottom: 0;
  }

  .grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    max-width: 80%;
    margin-top: 50px;
    display: grid;
  }

  .grid._2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 20px;
  }

  .div-finaliste._5 {
    width: 300px;
    height: 300px;
  }

  .div-block-38 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    max-width: 100vw;
    display: flex;
  }

  .image-20 {
    transform: translate(-81px, 81px);
  }

  .image-21 {
    transform: translate(-81px, 67px);
  }

  .image-22 {
    transform: translate(-86px, 67px);
  }

  .div-block-42 {
    flex-direction: column;
  }

  .section-trophee-inscription {
    height: 300px;
  }

  .button-3.groupe1 {
    margin-top: 20px;
    font-size: 20px;
  }

  .text-span-21 {
    font-size: 60px;
    line-height: 34px;
  }

  .rich-text-block {
    margin-top: 40px;
    line-height: 17px;
  }

  .div-block-49 {
    margin-bottom: 70px;
  }

  .hero-heading-right-2 {
    padding-top: 20px;
  }

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

  .hero-wrapper {
    margin-bottom: 40px;
  }

  .hero-split {
    align-items: center;
  }

  .hero-split.centre {
    margin-bottom: 0;
  }

  .heading-24 {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 20px;
  }

  .text-block-25 {
    font-size: 22px;
  }

  .image-29 {
    transform: translate(78px, 45px);
  }

  .heading-25 {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
    line-height: 32px;
  }

  .heading-26 {
    font-size: 40px;
  }

  .text-block-28 {
    text-align: center;
    font-size: 12px;
  }

  .div-block-53 {
    flex-direction: row;
    justify-content: flex-start;
  }

  .cf-logo-image-container {
    height: auto;
    min-height: 60px;
  }

  .cf-logos-contain {
    grid-template-columns: 1fr 1fr;
    align-content: center;
    align-items: center;
  }

  .cf-logos-heading {
    font-size: 22px;
  }

  .cf-logo-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .rl_gallery10_masonry-grid {
    flex-flow: column;
    display: flex;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 2rem;
  }

  .rl-heading-style-h2-2 {
    padding-top: 75px;
    padding-bottom: 0;
  }

  .image-30 {
    padding-top: 0;
  }

  .cf-18px-paragraph-2 {
    padding-top: 20px;
    font-size: 16px;
  }

  .cf-32px-heading {
    text-align: center;
    flex-wrap: nowrap;
    font-size: 28px;
  }

  .cf-flex-1---text-contain {
    margin-top: 20px;
  }

  .cf-flex-1---image-2 {
    width: 90%;
  }

  .cf-flex-1---image-1 {
    width: 100%;
  }

  .cf-flex-1---container {
    margin-top: 43px;
  }

  .cf-flex-1---wrapper {
    padding-top: 20px;
  }

  .cf-flex-section-1 {
    display: inline-block;
  }

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

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

  .div-block-56 {
    text-align: left;
  }

  .column-7 {
    justify-content: center;
    display: flex;
  }

  .f-paragraph-large {
    margin: 10px 0;
  }

  .f-container-regular {
    max-width: 75%;
  }

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

  .f-logo-gradient-r, .f-logo-gradient-l {
    width: 40px;
  }

  .f-sub-heading-regular {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .f-h3-heading {
    color: var(--flowui-component-library--gray-900);
  }

  .f-h3-heading._2 {
    background-color: #1b1b1b;
    border-radius: 20px;
    font-size: 40px;
  }

  .f-h3-heading.trophee-title {
    transform: scale(.7);
  }

  .f-margin-bottom-16 {
    margin-bottom: 0;
  }

  .image-33, .image-35 {
    max-width: 70%;
  }

  .image-36 {
    max-width: 70%;
    margin-top: 0;
  }

  .rl_logo1_logo-2 {
    max-height: none;
    padding-bottom: 35px;
  }

  .rl_logo1_logo-2.sete {
    max-width: 100%;
  }

  .rl_logo1_logo-list-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .text-span-33 {
    color: var(--flowui-component-library--gray-900);
    text-align: center;
    letter-spacing: 0;
    background-color: #f5b940;
    border-radius: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 50px;
    display: flex;
  }

  .div-network-finalistes {
    padding-right: 0;
  }

  .call-to-action {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
  }

  .action-bt.vote {
    text-align: center;
    margin-top: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .div.artistes {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .div.artistes._1 {
    flex-flow: column;
    margin-top: 100px;
    display: flex;
  }

  .div-block-59 {
    max-width: none;
  }

  .div-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-34 {
    text-align: center;
    margin-top: 40px;
    line-height: 40px;
  }

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

  .rl-padding-section-large-3 {
    padding-top: 2rem;
  }

  .f-gallery-image {
    height: 250px;
  }

  .f-section-large-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-60 {
    flex-flow: column;
    display: flex;
  }

  .image-rdv._2 {
    border-bottom-right-radius: 80px;
  }

  .image-rdv._1 {
    border-top-left-radius: 80px;
  }

  .heading-31 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .heading-31._2 {
    border-radius: 13px;
    margin-left: 4%;
    margin-right: 4%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 30px;
    line-height: 30px;
  }

  .h2-date._2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-61 {
    flex-flow: column;
    margin-bottom: 0%;
    padding-bottom: 15%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-heading-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .events {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-3 {
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 20px;
    display: flex;
  }

  .hero-split-3 {
    text-align: center;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 0;
  }

  .margin-bottom-24px {
    color: #000;
    text-align: center;
  }

  .artiste-img, .artiste-img.jacatrio {
    max-width: 80%;
  }

  .hero-heading-right-3 {
    padding-top: 40px;
  }

  .hero-heading-right-3._2 {
    padding-bottom: 0;
  }

  .h2, .text-block-36 {
    font-size: 20px;
  }

  .jour {
    font-size: 18px;
  }

  .heure {
    margin-top: 0;
  }

  .youtube {
    height: 100px;
  }

  .div-block-62 {
    box-sizing: border-box;
    width: auto;
  }

  .div-block-63 {
    width: 90vw;
    height: 100%;
  }

  .heading-32 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .container-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-h3-heading-3 {
    font-family: Lobster, sans-serif;
  }

  .f-h3-heading-3.trophee {
    font-size: 42px;
    line-height: 1;
  }

  .f-h3-heading-3.trophee.prixpublicetplumedor {
    font-size: 32px;
    line-height: 25px;
  }

  .f-section-large-3 {
    padding-top: 20px;
  }

  .f-sub-heading-regular-2 {
    text-align: center;
  }

  .f-heading-detail-small-3 {
    letter-spacing: normal;
    font-size: 16px;
  }

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

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .heading-36 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 3rem;
  }

  .cf-footer-right-container {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cf-footer-social-link-block {
    flex: none;
    width: auto;
    max-width: 36px;
    height: auto;
    max-height: 36px;
  }

  .cf-footer-links-wrapper {
    margin-bottom: 40px;
  }

  .nav-artistes._2025 {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .div-nav-finalistes {
    width: 3rem;
    height: 4rem;
    margin: 0;
    padding: 0;
  }

  .div-nav-finalistes._2 {
    filter: blur(1px) grayscale();
  }

  .div-nav-finalistes._1.w--current {
    width: 5rem;
    height: 5rem;
  }

  .div-nav-finalistes._3 {
    filter: blur(1px) grayscale();
    border-radius: 200px;
  }

  .div-nav-finalistes._4 {
    filter: blur(1px) grayscale();
  }

  .div-nav-finalistes._5 {
    filter: none;
    width: 5rem;
    height: 5rem;
    display: flex;
  }

  .container-21 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: center;
    place-items: center;
    margin-top: 20px;
    display: flex;
  }

  .section-des-trophees {
    padding-top: 20px;
  }

  .trophee-fantom {
    padding-top: 0;
    transform: translate(16px, 165px)rotate(10deg);
  }

  .trophee-fantom.trophe {
    margin-top: -212px;
    transform: translate(-3em, 12.2em)rotate(-7deg);
  }

  .image-45 {
    max-width: 60%;
  }

  .heading-39 {
    font-size: 24px;
    line-height: 12px;
  }

  .text-block-40 {
    margin-top: 0;
  }

  .container-22 {
    margin-bottom: 40px;
  }

  .heading-40 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 3em;
  }

  .heading-41 {
    margin-top: 0;
    margin-bottom: -11px;
    font-size: 2em;
  }

  .text-block-41 {
    font-size: 2em;
  }

  .image-47 {
    max-width: 70%;
    margin-top: 20px;
  }

  .text-block-42 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .text-span-42 {
    font-size: 40px;
    line-height: 40px;
  }

  .text-span-43 {
    font-size: 40px;
  }

  .text-span-44 {
    font-size: 28px;
  }

  .bold-text-8 {
    font-size: 18px;
  }

  .text-span-45 {
    font-size: 30px;
  }

  .div-block-68 {
    display: inline-block;
  }

  .div-block-69 {
    display: none;
  }

  .heading-43 {
    font-size: 44px;
  }

  .heading-44 {
    font-size: 24px;
    line-height: 22px;
  }

  .section-22 {
    background-color: #fff;
    padding-bottom: 60px;
  }

  .div-block-70 {
    padding-top: 0;
  }

  .div-block-71 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-71._1 {
    padding-top: 0;
  }

  .button-7 {
    margin-top: 40px;
  }

  .button-7.bold-date {
    margin-top: 0;
  }

  .container-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._wf-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._wf-section-2 {
    overflow: hidden;
  }

  ._wf-section-2.hero1 {
    min-height: auto;
    padding-top: 60px;
  }

  ._wf-button-round {
    width: 100px;
    height: 100px;
  }

  ._wf-button-text {
    flex-flow: column;
    display: flex;
  }

  ._wf-button-icon.play {
    margin-left: 5px;
  }

  ._wf-hero-heading {
    padding-bottom: 0;
    font-size: 45px;
    line-height: 110%;
  }

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

  .text-block-43 {
    max-width: none;
    padding-right: 30px;
  }

  .bold-text-10 {
    color: var(--black-3);
    font-weight: 700;
  }

  .section-23 {
    display: block;
  }

  .cf-features-section-2-wrapper {
    padding-top: 0;
  }

  .cf-features-section-2-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-features-section-3-events {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-features-section-3-events._2 {
    margin-top: 60px;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-event {
    border-bottom: 1px dashed #fff;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .cf-features-section-event.homepage-3 {
    justify-content: space-between;
    align-items: center;
  }

  .link-10 {
    margin-top: -10px;
  }

  .text-block-44 {
    margin-top: 10px;
  }
}

#w-node-_83c49a54-c56d-9379-d562-7f22587a7f68-b1f88d42, #w-node-_83c49a54-c56d-9379-d562-7f22587a7f72-b1f88d42, #w-node-a5c5b149-6c2b-b245-5316-95c91b8a27e8-b1f88d42 {
  align-self: stretch;
}

#w-node-_0c885a4b-7474-e266-db7b-b9bf4d0490d1-4d0490c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0c885a4b-7474-e266-db7b-b9bf4d0490dc-4d0490c4, #w-node-_0c885a4b-7474-e266-db7b-b9bf4d0490e3-4d0490c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e1d61c8-3f7a-8626-e2d0-3279f0b5d69b-5ef88d48, #w-node-_91ff3422-c73b-2648-3b16-61fb99a1e536-5ef88d48, #w-node-_4a7e0f0a-1b7c-b4bc-a52c-db2a00b21a34-5ef88d48, #w-node-bbca0499-38da-020d-45b7-2825e96f1c16-5ef88d48, #w-node-c0dd69cf-ee3d-a817-9d64-4ad3fc57e5c4-5ef88d48, #w-node-dd0ba777-446e-2917-efe3-0b499c0a50ae-5ef88d48, #w-node-_156fb84e-fcbd-89fb-64c2-54cc3a86924f-5ef88d48, #w-node-_1e1d61c8-3f7a-8626-e2d0-3279f0b5d6ae-5ef88d48, #w-node-_1e1d61c8-3f7a-8626-e2d0-3279f0b5d6c1-5ef88d48, #w-node-_1e1d61c8-3f7a-8626-e2d0-3279f0b5d6d4-5ef88d48, #w-node-_1e1d61c8-3f7a-8626-e2d0-3279f0b5d6e7-5ef88d48, #w-node-_1e1d61c8-3f7a-8626-e2d0-3279f0b5d6fa-5ef88d48 {
  align-self: stretch;
}

@media screen and (max-width: 479px) {
  #w-node-_1e1d61c8-3f7a-8626-e2d0-3279f0b5d69b-5ef88d48, #w-node-_91ff3422-c73b-2648-3b16-61fb99a1e536-5ef88d48 {
    place-self: stretch center;
  }

  #w-node-bbca0499-38da-020d-45b7-2825e96f1c16-5ef88d48 {
    place-self: auto;
  }

  #w-node-c0dd69cf-ee3d-a817-9d64-4ad3fc57e5c4-5ef88d48, #w-node-dd0ba777-446e-2917-efe3-0b499c0a50ae-5ef88d48 {
    justify-self: center;
  }
}


