:root {
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-900: #c685f5;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-500: #6b7094;
  --gold: rgba(248, 199, 41, .7);
}

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

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

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 24px;
}

.nav-menu {
  text-align: center;
}

.nav-link {
  color: rgba(255, 255, 255, .62);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 26px 13px;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 18px;
}

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

.nav-link.w--current {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.nav-link.logo {
  padding-top: 23px;
  padding-bottom: 23px;
  font-family: Roboto Slab, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-bar {
  background-color: #000;
  font-size: 14px;
  position: static;
}

.hero {
  background-image: radial-gradient(circle at 50% 100%, rgba(0, 0, 0, .46) 45%, rgba(0, 0, 0, .82));
  height: 100vh;
}

.hero-content {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.hero-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 85px;
}

.hero-subtitle {
  color: rgba(255, 255, 255, .7);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}

.subpage-background {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  height: 100vh;
  font-weight: 300;
  display: block;
}

.section-title {
  color: #fff;
  text-align: center;
  padding: 85px 2.5%;
}

.page-title {
  color: #c685f5;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 86px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 51px;
}

.section {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  background-image: linear-gradient(#100a2a, #af6ee4);
  outline: 3px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 50px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
}

.bio-photo {
  margin-bottom: 45px;
}

.content {
  color: #fff;
  flex-flow: column;
  display: flex;
}

.footer {
  float: none;
  clear: none;
  color: #222;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 43px;
  padding-bottom: 43px;
  position: static;
}

.footer.homepage {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-link {
  opacity: .82;
  color: #222;
  margin-left: 6px;
  margin-right: 6px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .76;
  color: #fff;
}

.social-link {
  opacity: .5;
  width: 25px;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: 1;
}

.social-wrapper {
  margin-top: 5px;
}

.play-music {
  width: 100%;
  position: relative;
}

.circle {
  background-color: rgba(0, 0, 0, .85);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-arrow {
  z-index: 2;
  border-top: 25px solid rgba(0, 0, 0, 0);
  border-bottom: 25px solid rgba(0, 0, 0, 0);
  border-left: 45px solid #fff;
  width: auto;
  height: auto;
  margin-left: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.track-listing-row {
  border-top: 1px solid rgba(153, 153, 153, .35);
  margin-bottom: 45px;
  padding-top: 20px;
}

.featured-track {
  margin-bottom: 75px;
  padding-bottom: 38px;
}

.track-listing-time {
  text-align: right;
}

.track-link {
  color: #fff;
  text-decoration: none;
}

.small-grey-text {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.small-grey-text.album {
  color: #efe866;
  font-size: 15px;
}

.tour-title {
  text-align: center;
  margin-bottom: 100px;
}

.rsvp-button {
  color: #c685f5;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff;
  background-color: #c685f5;
  border: 1px solid #c685f5;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 18px;
  transition: color .2s, border-color .2s;
}

.rsvp-button:hover {
  color: #fff;
  border-color: #fff;
}

.tour-date-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.photo-block {
  height: 250px;
  margin: 20px 10px;
}

.contact-h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 300;
  line-height: 28px;
}

.contact-row {
  text-align: center;
  border-top: 1px solid rgba(153, 153, 153, .35);
  margin-left: auto;
  margin-right: auto;
  padding-top: 58px;
  padding-bottom: 58px;
}

.contact-link {
  color: #999;
  margin-top: 5px;
  text-decoration: none;
  display: inline-block;
}

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

.form {
  text-align: left;
  max-width: 550px;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  line-height: 18px;
  transition: background-color .2s, color .2s;
  display: block;
}

.submit-button:hover {
  color: #333;
  background-color: #fff;
}

.submit-button.sign-up {
  margin-top: 0;
  display: inline-block;
  position: relative;
  top: -5px;
}

.input-inline {
  max-width: 414px;
  margin-right: 20px;
  display: inline-block;
}

.album-art {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo {
  color: #fdfdfd;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
}

.brand-link {
  z-index: 1;
  padding-top: 23px;
  padding-bottom: 23px;
}

.hero-container {
  text-align: center;
  height: 80vh;
  margin-top: 29vh;
}

.button {
  color: rgba(248, 199, 41, .7);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(248, 199, 41, .7);
  padding: 11px 19px;
  font-size: 14px;
}

.button.big {
  color: #f7c72a;
  border-color: #f7c72a;
  margin-left: 9px;
  margin-right: 9px;
  padding: 11px 26px;
  font-size: 16px;
  transition: border .2s, color .2s;
}

.button.big:hover {
  color: #fff;
  border-color: #fff;
}

.button.contact {
  background-color: rgba(248, 199, 41, .7);
  padding-left: 29px;
  padding-right: 29px;
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: auto;
  margin-right: 566px;
  display: block;
}

.footer-text {
  color: rgba(255, 255, 255, .43);
  margin-top: 13px;
}

.song-list-item {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .28);
  padding-top: 19px;
  padding-bottom: 19px;
}

.album-heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
}

.album-columns {
  text-align: center;
}

.song-title {
  color: #f0e567;
}

.venue {
  font-weight: 500;
}

.venue-list-item {
  border-top: 1px solid rgba(255, 255, 255, .3);
  padding-top: 5px;
  padding-bottom: 5px;
}

.photo-list {
  text-align: center;
  width: 80%;
  margin-bottom: 69px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.photo {
  border-radius: 5px;
  margin-bottom: 18px;
  box-shadow: 0 1px 50px rgba(0, 0, 0, .51);
}

.field {
  font-weight: 300;
}

.input {
  color: #fff;
  background-color: rgba(102, 102, 102, .64);
  border-style: none;
  margin-bottom: 20px;
}

.input:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .77);
}

.input.textarea {
  min-height: 110px;
}

.success {
  background-color: rgba(30, 187, 0, .35);
  padding-top: 29px;
}

.body {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 100vh;
  max-height: none;
}

.imagefondaccueil {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: rgba(231, 231, 231, 0);
  width: auto;
  max-width: none;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
  overflow: visible;
}

.div-block {
  justify-content: center;
  width: 100%;
  height: auto;
  display: block;
  position: static;
}

.div-block-2 {
  margin-right: 0;
  display: block;
}

.hero-heading-left {
  color: #b44de7;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #522274;
  background-image: linear-gradient(150deg, #7b23b9, #fff);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
  font-size: 16px;
}

.button-primary {
  color: #161616;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #facfff;
  background-clip: border-box;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  border-radius: 100%;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.sectionaccueil {
  background-color: #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.heading {
  color: #fdc0f9;
  mix-blend-mode: screen;
  font-family: Changa One, Impact, sans-serif;
}

.testimonial-slider-large {
  color: #36a365;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-weight: 300;
  position: relative;
}

.testimonial-slider-two {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 650px;
  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 {
  color: #161616;
  margin: 26px auto 20px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.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;
  flex: 1;
  align-self: center;
  width: 350px;
  height: 500px;
}

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

.button-primary-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #c685f5;
  background-clip: border-box;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.heading-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 48px;
  display: flex;
}

.bold-text {
  color: #c685f5;
  text-align: right;
  margin-left: 0;
  font-size: 48px;
  font-weight: 500;
}

.testimonial-slider-large-accordeon {
  color: #0e0c0c;
  background-color: #161616;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-weight: 300;
  position: relative;
}

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

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

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

.testimonial-quote-accordeon {
  color: #fff;
  margin: 26px auto 20px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.testimonial-image-two-accordeon {
  object-fit: cover;
  border-radius: 15px;
  flex: 1;
  align-self: center;
  width: 350px;
  height: 350px;
}

.testimonial-slide-transcription {
  background-color: #161616;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 12px 12px 12px 64px;
  display: block;
}

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

.testimonial-quote-transcription {
  color: #fff;
  text-align: left;
  width: 100%;
  margin: 26px auto 20px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.text-block-transcription {
  color: #fff;
  text-align: left;
  font-size: 16px;
}

.testimonial-image-left {
  color: #161616;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

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

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
  padding-top: 50px;
  font-size: 16px;
  line-height: 20px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.testimonial-column-dark {
  background-color: #161616;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: #c685f5;
  text-align: center;
  margin-bottom: 16px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 48px;
  line-height: 44px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: flex;
}

.testimonial-block-main {
  background-color: #161616;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 20px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #161616;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.italic-text {
  color: #45d5e2;
  cursor: pointer;
}

.heading-2-rigth {
  text-align: right;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Changa One, Impact, sans-serif;
  display: flex;
}

.footer-subscribe {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  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;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.sectionprojets {
  color: #161616;
  background-color: #fdfdfd;
  background-image: none;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 80px 30px;
  font-size: 16px;
  position: relative;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  height: auto;
  margin-top: 50px;
  display: flex;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
  display: block;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

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

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

.section-2 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/fondprojets.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 480px;
  max-height: none;
  margin-top: 0;
  display: flex;
  position: relative;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 480px;
  margin: 0;
  display: block;
}

.heading-3 {
  color: #fdc0f9;
  text-align: center;
  margin-top: 220px;
  margin-bottom: 220px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 7em;
}

.divprojets {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.combo-colonne {
  flex: 0 auto;
  align-self: flex-start;
  width: 33%;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.imagecombocolonne {
  width: 293px;
  height: 173.594px;
}

.heading-4 {
  margin-top: 15px;
  font-weight: 500;
}

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

.paragraph {
  margin-bottom: 20px;
}

.button-2 {
  border-radius: 5px;
}

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

.paragraph-3 {
  text-align: center;
  font-size: 34px;
  line-height: 48px;
}

.div-block-3-contact {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  width: 340px;
  height: auto;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100px;
  max-width: 900px;
  height: 100px;
  display: flex;
}

.div-block-4-contact {
  z-index: auto;
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: rgba(233, 13, 13, 0);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-2 {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: fill;
  border-top-left-radius: 45px;
  border-bottom-right-radius: 45px;
  width: 350px;
  box-shadow: 0 0 17px -1px #fff;
}

.paragraph-4 {
  filter: blur();
  pointer-events: auto;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-top: -1px;
  padding: 30px;
  font-size: 34px;
  line-height: 48px;
}

.linkemail {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-decoration: underline;
}

.link, .link-2, .link-3 {
  color: #45d5e2;
  text-decoration: none;
}

.link-4 {
  color: #36a365;
  text-decoration: none;
}

.link-5, .link-6 {
  color: #45d5e2;
  text-decoration: none;
}

.containerprojet-hero, .containerprojet-crea, .containerprojet-theatre, .containerprojet-pedagogie, .containerprojet-etudes, .containerprojet-projets {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.heading-3-titrepageprojets {
  color: #fdc0f9;
  text-align: center;
  text-shadow: 1px 1px 13px rgba(255, 255, 255, .52);
  margin-top: 220px;
  margin-bottom: 220px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 7em;
}

.nav-menu-burger {
  text-align: center;
}

.section-2-medias {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/fondmedias.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 480px;
  max-height: none;
  margin-top: 0;
  display: flex;
  position: relative;
}

.heading-3-titrepagemedias {
  color: #fdc0f9;
  text-align: center;
  text-shadow: 1px 1px 13px rgba(255, 255, 255, .52);
  margin-top: 220px;
  margin-bottom: 220px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 7em;
}

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

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.section-gallery {
  background-color: #fff;
}

.titrephotos {
  color: #c685f5;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 48px;
}

.galleryphoto {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  column-count: 3;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 1.7rem;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  position: static;
}

.imgphoto {
  border-radius: 15px;
  margin-bottom: 1.7rem;
}

.imgphotos {
  object-fit: fill;
  border-radius: 10px;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 2px 2px 10px 4px rgba(5, 5, 5, .22);
}

.lightbox-link {
  text-align: left;
  object-fit: fill;
  margin-bottom: 0;
}

.section-contact {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  background-image: none;
  background-size: auto;
  outline: 3px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-bottom: 50px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
}

.section-video {
  padding-bottom: 60px;
}

.container-video {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-bottom: 5px #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.galleryvideo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px #000;
  border-bottom: 15px #e91818;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  margin: 0 0 20px;
  padding-bottom: 0;
  display: grid;
}

.titrevideos {
  color: #c685f5;
  text-align: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 30px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 48px;
}

.image-3 {
  margin-bottom: -20px;
}

.div-block-4 {
  position: absolute;
}

.imglogo {
  position: relative;
  bottom: -341px;
  left: -200px;
}

.div-logo {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video {
  width: 100vw;
  height: 100vh;
  text-decoration: none;
  position: relative;
}

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

.f-contact-image-wrapper {
  max-width: 550px;
  height: 100%;
}

.f-error-message {
  background-color: var(--flowui-component-library--error-lighter);
  color: var(--flowui-component-library--error-darker);
  text-align: center;
  border-radius: 8px;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.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-checkbox-label {
  color: var(--flowui-component-library--gray-900);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-checkbox {
  border-width: 2px;
  border-color: var(--flowui-component-library--gray-400);
  background-color: var(--flowui-component-library--white);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--flowui-component-library--gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

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

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

.f-heading-detail-small {
  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-08 {
  margin-bottom: 8px;
}

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

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

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

.f-section-large {
  color: #fff;
  padding: 92px 5%;
  position: relative;
}

.text-block {
  color: #fff;
  font-family: Changa One, Impact, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.dropdown-list {
  background-color: #c685f5;
  font-size: 48px;
}

.dropdown-list.w--open {
  background-color: #a38feb;
  line-height: 52px;
}

.icon {
  color: #fff;
  padding-left: 35px;
  font-size: 48px;
}

.section-3 {
  background-color: #fff;
  height: 100vh;
}

.centered-heading-projets {
  color: #c685f5;
  text-align: center;
  margin-bottom: 16px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 48px;
  line-height: 44px;
}

.button-primary-medias {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #c685f5;
  background-clip: border-box;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.section-agenda {
  outline-offset: 0px;
  background-color: #fff;
  background-image: url('../images/16042023-IMG_9079-background-accueil.jpg');
  background-position: 50%;
  background-size: cover;
  outline: 3px solid #000;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  display: block;
  position: static;
  overflow: hidden;
}

.ligneconcert {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  border-bottom: 1px solid #fff;
  outline: 3px #fff;
  flex-flow: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Lato, sans-serif;
  display: flex;
}

.dateconcert {
  flex-flow: row;
  min-width: 100px;
  max-width: none;
  display: block;
}

.spectacle {
  min-width: 300px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.text-block-2 {
  color: #45d5e2;
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.lieudeconcert {
  min-width: 250px;
}

.lientickets {
  flex-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-block-3 {
  color: #fff;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  max-width: 300px;
  font-size: 16px;
  line-height: 25px;
}

.text-block-4 {
  color: #fff;
  font-size: 16px;
}

.content-agenda {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  max-width: 1100px;
  margin-right: 566px;
  display: block;
}

.colonneagenda {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.button-agendalienext {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: rgba(198, 133, 245, .3);
  background-clip: border-box;
  border: 3px solid #c685f5;
  border-radius: 10px;
  padding: 7px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

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

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

.containeragenda {
  opacity: 1;
  overflow: visible;
}

.italic-text-2, .bold-text-2 {
  color: #fff;
}

.titremois {
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 24px;
  display: flex;
}

.ligneconcert-mois {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(122deg, #45d5e2, rgba(117, 224, 234, .74) 14%, rgba(255, 255, 255, 0) 37%);
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: 3px #fff;
  flex-flow: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-family: Lato, sans-serif;
  display: flex;
}

.div-titre-mois {
  flex-flow: row;
  min-width: 100px;
  max-width: none;
  display: block;
}

.div-block-5 {
  width: 100vw;
  min-height: 50px;
}

.section-soundcloud {
  background-color: #fdc0f9;
  background-image: linear-gradient(#000, #fff);
  border-bottom: 5px red;
  width: 100vw;
}

.containersoundcloud {
  padding: 60px 0;
}

.titresoundcloud {
  color: #c685f5;
  text-align: center;
  width: 100%;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 30px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 48px;
}

.html-embed {
  margin-top: 33px;
}

.yt-grande-fenetre {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: auto;
}

.youtube-2 {
  width: 100%;
}

.youtube-3 {
  height: auto;
}

.divvideo {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ytvideo {
  outline-offset: 0px;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #000;
  outline: 3px solid #000;
}

.div-block-6 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: rgba(0, 0, 0, .85);
    border-top: 1px solid #000;
    margin-top: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 16px;
    padding-right: 91px;
    font-size: 35px;
    line-height: 27px;
    display: block;
  }

  .nav-bar {
    flex: 0 auto;
    order: 0;
    margin-top: 0;
    position: static;
  }

  .subpage-background {
    flex-direction: column;
    justify-content: center;
    display: block;
  }

  .page-title {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    color: rgba(255, 255, 255, .62);
    padding: 20px 0 20px 20px;
    font-size: 25px;
    line-height: 22px;
  }

  .menu-button:hover {
    color: #fff;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-text {
    float: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 3px;
    padding: 2px;
    font-size: 12px;
    line-height: 19px;
  }

  .menu-text:hover {
    color: #fff;
  }

  .menu-icon {
    float: left;
  }

  .content-wrapper {
    text-align: left;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: auto;
    display: flex;
    position: static;
    overflow: visible;
  }

  .imagefondaccueil {
    aspect-ratio: auto;
    object-fit: cover;
    width: auto;
    height: 100%;
    display: inline-block;
    position: static;
    overflow: hidden;
  }

  .div-block {
    position: static;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .rich-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .containerprojet {
    max-width: 728px;
  }

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

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

  .testimonial-slide {
    height: 800px;
    padding-left: 32px;
  }

  .testimonial-quote {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .button-primary-copy {
    width: 115px;
  }

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

  .testimonial-slide-accordeon {
    height: auto;
    padding-left: 32px;
  }

  .testimonial-quote-accordeon {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .testimonial-image-two-accordeon {
    flex: 1;
    width: 300px;
    height: 300px;
  }

  .testimonial-slide-transcription {
    height: auto;
    padding-left: 32px;
  }

  .testimonial-quote-transcription {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .testimonial-image-left {
    height: auto;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

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

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .sectionprojets {
    margin-top: 0;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .section-2 {
    object-fit: fill;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/fondprojets.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    height: 484px;
    margin-top: 0;
    position: relative;
  }

  .container-2 {
    flex-flow: column;
    margin: 0;
    display: block;
  }

  .heading-3 {
    margin-top: 220px;
  }

  .divprojets {
    display: block;
  }

  .combo-colonne {
    flex-flow: column;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .containerprojet-hero, .containerprojet-crea, .containerprojet-theatre, .containerprojet-pedagogie, .containerprojet-etudes, .containerprojet-projets {
    max-width: 728px;
  }

  .heading-3-titrepageprojets {
    margin-top: 220px;
  }

  .container-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-menu-burger {
    background-color: rgba(0, 0, 0, .85);
    border-top: 1px solid #000;
    margin-top: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 24px;
  }

  .section-2-medias {
    object-fit: fill;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/fondmedias.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    height: 484px;
    margin-top: 0;
    position: relative;
  }

  .heading-3-titrepagemedias {
    margin-top: 220px;
  }

  .container {
    max-width: 728px;
  }

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

  .galleryphoto {
    column-count: 2;
  }

  .galleryvideo {
    flex-flow: column;
    align-items: center;
  }

  .image-3 {
    margin-bottom: 1.7rem;
  }

  .imglogo {
    bottom: -507px;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .dropdown-list {
    font-size: 42px;
  }

  .dropdown-list.w--open {
    font-size: 30px;
    line-height: 35px;
  }

  .button-primary-medias {
    width: 115px;
  }

  .section-agenda {
    -webkit-text-fill-color: inherit;
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
    max-width: 100vw;
    position: static;
    overflow: hidden;
  }

  .ligneconcert {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .spectacle {
    min-width: 250px;
  }

  .lieudeconcert {
    min-width: 150px;
  }

  .text-block-3 {
    max-width: 225px;
    margin-left: 0;
  }

  .content-agenda {
    text-align: left;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: auto;
    display: flex;
    position: static;
    overflow: visible;
  }

  .button-agendalienext {
    width: 115px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px 5px 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    font-size: 61px;
  }

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

  .rsvp-button {
    margin-top: 15px;
  }

  .tour-date-row {
    text-align: center;
  }

  .contact-link {
    margin-bottom: 30px;
  }

  .submit-button.sign-up {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .input-inline {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .menu-button {
    margin-right: 7px;
  }

  .album-list {
    margin-bottom: 60px;
  }

  .venue {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .venue-list-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .imagefondaccueil {
    height: 100%;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .sectionaccueil {
    object-fit: fill;
    height: 100%;
  }

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

  .testimonial-slider-large-accordeon {
    padding: 60px 15px;
  }

  .testimonial-slide-accordeon {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-accordeon {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-two-accordeon {
    width: 100%;
    height: auto;
  }

  .testimonial-slide-transcription {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-transcription {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonial-text-four {
    padding-top: 0;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .sectionprojets {
    padding: 60px 15px;
  }

  .section-2-medias {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/fondmedias.jpg');
    background-position: 0 0, 40%;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .imglogo {
    bottom: -457px;
    left: -150px;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .f-h3-heading {
    font-size: 40px;
  }

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

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .dropdown-list {
    font-size: 35px;
  }

  .dropdown-list.w--open {
    font-size: 30px;
    line-height: 35px;
  }

  .section-agenda {
    background-position: 60%;
    max-width: 100%;
  }

  .ligneconcert {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
  }

  .dateconcert {
    text-align: center;
  }

  .spectacle {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lieudeconcert {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-3, .text-block-4 {
    text-align: center;
  }

  .titremois {
    justify-content: center;
  }

  .ligneconcert-mois {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    background-image: linear-gradient(122deg, #45d5e2, rgba(117, 224, 234, .74) 29%, rgba(255, 255, 255, 0) 83%);
    flex-flow: column;
    padding-left: 0;
  }

  .italic-text-3 {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    margin-top: 41px;
    padding-top: 36px;
    padding-right: 0;
    font-size: 30px;
    line-height: 22px;
  }

  .hero {
    height: 530px;
    margin-bottom: 0;
  }

  .hero-heading {
    font-size: 39px;
    line-height: 52px;
  }

  .contact-row {
    padding-bottom: 16px;
  }

  .hero-container {
    padding-left: 13px;
    padding-right: 13px;
  }

  .button.big {
    width: 100%;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .imagefondaccueil {
    aspect-ratio: auto;
    object-fit: cover;
    max-width: none;
    height: 100%;
    display: inline-block;
    overflow: hidden;
  }

  .containerprojet {
    max-width: none;
  }

  .button-primary {
    -webkit-text-fill-color: inherit;
    background-color: #facfff;
    background-clip: border-box;
  }

  .sectionaccueil {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 100vw;
    height: 150vw;
  }

  .heading {
    color: #facfff;
  }

  .testimonial-slide {
    height: auto;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .button-primary-copy {
    -webkit-text-fill-color: inherit;
    background-color: #c685f5;
    background-clip: border-box;
    width: 115px;
  }

  .heading-2 {
    font-size: 42px;
  }

  .heading-2.frombottom {
    color: #c685f5;
  }

  .bold-text {
    color: #c685f5;
    text-align: left;
    font-size: 42px;
  }

  .container-accordeon {
    max-width: none;
  }

  .testimonial-quote-accordeon {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-quote-transcription {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-transcription {
    font-size: 14px;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .testimonial-text-four {
    font-size: 14px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .margin-bottom-24px-2 {
    font-size: 14px;
  }

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .section-2 {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/fondprojets.jpg');
    background-position: 0 0, 30%;
  }

  .heading-3 {
    font-size: 4em;
  }

  .combo-colonne {
    flex-flow: column;
    margin-left: 0;
  }

  .div-block-4-contact {
    width: 100%;
  }

  .containerprojet-hero, .containerprojet-crea, .containerprojet-theatre, .containerprojet-pedagogie, .containerprojet-etudes, .containerprojet-projets {
    max-width: none;
  }

  .heading-3-titrepageprojets {
    font-size: 4em;
  }

  .section-2-medias {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/fondmedias.jpg');
    background-position: 0 0, 38%;
  }

  .heading-3-titrepagemedias {
    font-size: 4em;
  }

  .container {
    max-width: none;
  }

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

  .galleryphoto {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    column-count: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 5px;
    padding-right: 5px;
    display: grid;
  }

  .imgphotos {
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .imglogo {
    bottom: -229px;
    left: -87px;
  }

  .background-video {
    width: auto;
    max-width: 100%;
  }

  .text-block {
    width: 100%;
    font-size: 30px;
  }

  .dropdown-list {
    font-size: 20px;
    line-height: 10px;
  }

  .dropdown-list.w--open {
    font-size: 20px;
    line-height: 23px;
  }

  .icon {
    font-size: 30px;
  }

  .dropdown, .dropdown-toggle {
    width: 100%;
  }

  .centered-heading-projets {
    margin-bottom: 24px;
  }

  .button-primary-medias {
    -webkit-text-fill-color: inherit;
    background-color: #c685f5;
    background-clip: border-box;
    width: 115px;
  }

  .section-agenda {
    background-position: 65%;
  }

  .text-block-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .button-agendalienext {
    -webkit-text-fill-color: inherit;
    background-color: #c685f5;
    background-clip: border-box;
    width: 115px;
  }

  .titremois {
    text-align: center;
    justify-content: center;
  }

  .ligneconcert-mois {
    text-align: center;
    padding-left: 0;
  }

  .section-soundcloud, .containersoundcloud {
    position: relative;
  }

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

#w-node-_5558fdc5-2342-e1ca-56f8-a0802d08b7e1-e4a15474, #w-node-d3fea577-e243-69a1-ee92-291b2e7f9892-e4a15474 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfb5122c-31fd-6d35-b768-d2c7391d4680-e4a1547a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6dc92cd5-2c97-6f83-ec66-d89f0122f6e9-e4a1547b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-d3fea577-e243-69a1-ee92-291b2e7f9892-e4a15474 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d3fea577-e243-69a1-ee92-291b2e7f9892-e4a15474 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


