@charset "UTF-8";
:root {
  --primary-color: rgb(3, 45, 175);
  --primary-color-dark: #02207d;
  --primary-color-tint-1: #043ae1;
  --primary-color-tint-2: #1d53fb;
  --primary-color-tint-3: #4f79fc;
  --primary-color-tint-4: #819ffd;
  --primary-color-tint-5: #b3c5fe;
  --accent-color: rgb(254, 173, 56);
  --accent-light: rgb(254, 173, 56);
  --secondary-color: rgb(100, 120, 245);
  --third-color: rgb(184, 131, 250);
  --link-color: #032DAF;
  --text-color: #252525;
  --black: #252525;
  --white: #fff;
  --grey: #eaeaea;
  --vss-primary: rgb(100, 120, 245);
  --vss-secondary: rgb(136, 124, 248);
  --vss-third: rgb(184, 131, 250);
  --vsv-primary: rgb(184, 131, 250);
  --vsv-secondary: rgb(230, 153, 149);
  --vsv-third: rgb(254, 173, 56);
  --gradientvss: linear-gradient(135deg, rgb(100, 120, 245), rgb(136, 124, 248), rgb(184, 131, 250));
  --gradientvsv: linear-gradient(135deg, rgb(184, 131, 250), rgb(230, 153, 149), rgb(254, 173, 56));
}

.text-primary {
  color: rgb(3, 45, 175) !important;
}

.bg-primary {
  background-color: rgb(3, 45, 175) !important;
}

.btn-primary {
  background-color: rgb(3, 45, 175) !important;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #01134b !important;
  color: #fff !important;
}

.btn-outline-primary {
  border-color: rgb(3, 45, 175) !important;
  color: rgb(3, 45, 175) !important;
}
.btn-outline-primary:hover {
  background-color: rgb(3, 45, 175) !important;
  color: #fff !important;
}

.text-secondary {
  color: rgb(100, 120, 245) !important;
}

.bg-secondary {
  background-color: rgb(100, 120, 245) !important;
}

.btn-secondary {
  background-color: rgb(100, 120, 245) !important;
  color: #fff !important;
}
.btn-secondary:hover {
  background-color: #fff !important;
  color: #fff !important;
}

.btn-outline-secondary {
  border-color: rgb(100, 120, 245) !important;
  color: rgb(100, 120, 245) !important;
}
.btn-outline-secondary:hover {
  background-color: rgb(100, 120, 245) !important;
  color: #fff !important;
}

.text-third {
  color: rgb(184, 131, 250) !important;
}

.bg-third {
  background-color: rgb(184, 131, 250) !important;
}

.btn-third {
  background-color: rgb(184, 131, 250) !important;
  color: #fff !important;
}
.btn-third:hover {
  background-color: #fff !important;
  color: #fff !important;
}

.btn-outline-third {
  border-color: rgb(184, 131, 250) !important;
  color: rgb(184, 131, 250) !important;
}
.btn-outline-third:hover {
  background-color: rgb(184, 131, 250) !important;
  color: #fff !important;
}

.text-accent {
  color: rgb(254, 173, 56) !important;
}

.bg-accent {
  background-color: rgb(254, 173, 56) !important;
}

.btn-accent {
  background-color: rgb(254, 173, 56) !important;
  color: #fff !important;
}
.btn-accent:hover {
  background-color: rgb(230, 153, 149) !important;
  color: #fff !important;
}

.btn-outline-accent {
  border-color: rgb(254, 173, 56) !important;
  color: rgb(254, 173, 56) !important;
}
.btn-outline-accent:hover {
  background-color: rgb(254, 173, 56) !important;
  color: #fff !important;
}

.text-accent-light {
  color: rgb(230, 153, 149) !important;
}

.bg-accent-light {
  background-color: rgb(230, 153, 149) !important;
}

.btn-accent-light {
  background-color: rgb(230, 153, 149) !important;
  color: #fff !important;
}
.btn-accent-light:hover {
  background-color: rgb(254, 173, 56) !important;
  color: #fff !important;
}

.btn-outline-accent-light {
  border-color: rgb(230, 153, 149) !important;
  color: rgb(230, 153, 149) !important;
}
.btn-outline-accent-light:hover {
  background-color: rgb(230, 153, 149) !important;
  color: #fff !important;
}

.text-white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.btn-white {
  background-color: #fff !important;
  color: #252525 !important;
}
.btn-white:hover {
  background-color: #252525 !important;
  color: #252525 !important;
}

.btn-outline-white {
  border-color: #fff !important;
  color: #fff !important;
}
.btn-outline-white:hover {
  background-color: #fff !important;
  color: #252525 !important;
}

.text-vss {
  color: rgb(100, 120, 245) !important;
}

.bg-vss {
  background-color: rgb(100, 120, 245) !important;
}

.btn-vss {
  background-color: rgb(100, 120, 245) !important;
  color: #fff !important;
}
.btn-vss:hover {
  background-color: #fff !important;
  color: #fff !important;
}

.btn-outline-vss {
  border-color: rgb(100, 120, 245) !important;
  color: rgb(100, 120, 245) !important;
}
.btn-outline-vss:hover {
  background-color: rgb(100, 120, 245) !important;
  color: #fff !important;
}

.text-vsv {
  color: rgb(184, 131, 250) !important;
}

.bg-vsv {
  background-color: rgb(184, 131, 250) !important;
}

.btn-vsv {
  background-color: rgb(184, 131, 250) !important;
  color: #fff !important;
}
.btn-vsv:hover {
  background-color: #fff !important;
  color: #fff !important;
}

.btn-outline-vsv {
  border-color: rgb(184, 131, 250) !important;
  color: rgb(184, 131, 250) !important;
}
.btn-outline-vsv:hover {
  background-color: rgb(184, 131, 250) !important;
  color: #fff !important;
}

body {
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 1.875em;
  font-weight: 400;
  font-style: normal;
  color: var(--text-color);
}

h1, .h1 {
  font-size: clamp(1.8rem, 6vw + 1rem, 3rem);
}

h2, .h2 {
  font-size: clamp(1.6rem, 5vw + 1rem, 2.5rem);
}

h3, .h3 {
  font-size: clamp(1.6rem, 4vw + 1rem, 2rem);
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: auster, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

p {
  font-size: 1.25rem;
}

a {
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.section__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section__title .title--icon {
  font-size: 3rem;
}
.section__title .title--icon > span, .section__title .title--icon i {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.section__title > .title {
  display: inline-block;
  position: relative;
  margin: 0 0 2rem;
  padding: 0 1rem;
}
.section__title > .title:before, .section__title > .title:after {
  content: "";
  display: block;
  width: 50%;
  max-width: 100px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-1px);
}
.section__title > .title:before {
  right: 100%;
}
.section__title > .title:after {
  left: 100%;
}
.section__title > .subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: -2rem;
}
.section__title.section__title--white > .title {
  color: var(--white);
}
.section__title.section__title--white > .title:before, .section__title.section__title--white > .title:after {
  background-color: var(--white);
}
.section__title.section__title--white > .subtitle {
  color: var(--white);
}
.section__title.section__title--vss > .title {
  color: var(--vss-primary);
}
.section__title.section__title--vss > .title:before, .section__title.section__title--vss > .title:after {
  background-color: var(--vss-primary);
}
.section__title.section__title--vss > .subtitle {
  color: var(--vss-primary);
}
.section__title.section__title--vsv > .title {
  color: var(--vsv-primary);
}
.section__title.section__title--vsv > .title:before, .section__title.section__title--vsv > .title:after {
  background-color: var(--vsv-primary);
}
.section__title.section__title--vsv > .subtitle {
  color: var(--vsv-primary);
}

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

.text-right {
  text-align: right;
}

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

.wrapper__text h1, .wrapper__text h2, .wrapper__text h3, .wrapper__text h4, .wrapper__text h5, .wrapper__text h6 {
  margin: 1rem 0;
}
.wrapper__text.--txt-white {
  color: var(--white);
}
.wrapper__text.--bg-secondary h1, .wrapper__text.--bg-secondary h2, .wrapper__text.--bg-secondary h3, .wrapper__text.--bg-secondary h4, .wrapper__text.--bg-secondary h5, .wrapper__text.--bg-secondary h6 {
  color: var(--primary-color);
}

:root {
  --text-font: futura-pt, sans-serif;
  --title-font: auster, sans-serif;
}

#landing {
  height: clamp(600px, 75vh, 800px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #landing {
    height: fit-content;
  }
}

.landing__logo {
  margin-top: 3rem;
  width: clamp(100px, 70vw, 400px);
}
.landing__logo .logo__ville {
  font-family: var(--title-font);
  font-size: 2.5rem;
  color: var(--white);
  text-align: center;
  margin: 1rem 0;
}

.landing__dates {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .landing__dates {
    width: 90%;
    flex-direction: column;
  }
}
.landing__dates > div {
  width: clamp(200px, 45%, 600px);
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 3rem 1rem;
}
@media screen and (max-width: 768px) {
  .landing__dates > div {
    width: 100%;
  }
}
.landing__dates .date__vss {
  background: var(--gradientvss);
}
.landing__dates .date__vsv {
  background: var(--gradientvsv);
}
.landing__dates .title {
  text-align: center;
  color: var(--white);
  margin: 1rem 0;
  font-size: 2rem;
}

#landingVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -2;
}

#bg-violonist {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(20vw, 50vw, 40%);
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  z-index: -1;
}

/** NEWS SECTION **/
.news__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 0;
}

.news__item {
  max-width: 400px;
  width: clamp(200px, 23%, 400px);
  padding: 1.5rem;
  background-color: var(--white);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news__item {
    max-width: 100%;
    width: 100%;
  }
}
.news__item .title {
  font-size: 1.5rem;
  line-height: normal;
  margin: 2rem 0;
}

.news__img img {
  width: 100%;
  border-radius: 50%;
}

.news__content .title {
  text-align: center;
}

.news__link {
  display: inline-block;
  margin: 2rem auto 0 auto;
  background: var(--accent-color);
  color: var(--white);
  padding: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}

/** PROGRAMME SECTION **/
.program__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.program__item {
  width: 100%;
  padding: 1rem;
  text-align: center;
  margin: 1rem 0;
}

.program_day {
  display: inline-block;
  background: var(--vss-third);
  color: var(--white);
  padding: 1.5rem;
  border-radius: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 1rem 0 1.5rem 0;
}

.program__list .artist {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--primary-color-dark);
}
.program__list .artist + .artist {
  margin-left: 1rem;
}
.program__list .artist + .artist:before {
  content: "•";
  margin-right: 1rem;
  color: var(--white);
  font-size: 2.5rem;
}

.festival__container {
  text-align: center;
}

.festival__img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.message__container {
  margin-bottom: 3rem;
}

/*# sourceMappingURL=homepage.css.map */
