@charset "UTF-8";
@font-face {
  font-family: Inter;
  font-weight: 200;
  src: url(./Inter_18pt-Light.ttf);
}
@font-face {
  font-family: Inter;
  font-weight: 400;
  src: url(./Inter_18pt-Regular.ttf);
}
@font-face {
  font-family: Inter;
  font-weight: 600;
  src: url(./Inter_18pt-SemiBold.ttf);
}
@font-face {
  font-family: Inter;
  font-weight: 800;
  src: url(./Inter_18pt-Bold.ttf);
}
:root {
  --dark: #000;
  --light: #eee;
  --font-big: 1.618em;
  --font-big-line-height: 1;
}
@media screen and (min-width: 1280px) {
  :root {
    --font-big: 2em;
    --font-big-line-height: 1;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}
html {
  font-family: Inter, sans-serif;
  font-size: 92%;
}
body {
  padding: 0.5em;
  max-width: 1280px;
  background: var(--dark);
  color: var(--light);
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li {
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 1.618rem;
  line-height: 1;
}
h4 {
  color: #fff8;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
p {
  font-size: 1rem;
  margin: 0;
}
.icon {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  overflow: visible;
}
a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 0.5px;
}
input {
  border: solid 1px #333;
  background: 0;
  padding: 0.3em 0.5em 0.4em;
  font-size: 1em;
  margin: 0.25em 0;
  color: var(--light);
  border-radius: 0;
}
input:focus {
  border: solid 1px var(--light);
  outline: 0;
}
form button {
  display: block;
  border: solid 1px #333;
  background: 0;
  padding: 0.2em 0.5em 0.3em;
  font-size: 1em;
  margin: 0.25em 0;
  border-radius: 0;
  color: var(--light);
  transition: 0.25s;
  cursor: pointer;
}
form button:hover {
  border: solid 1px var(--light);
}
.honey {
  position: absolute;
  left: -9999px;
}
button {
  display: inline-block;
  font-family: inherit;
  font-weight: 400;
  font-size: 0.8rem;
  padding: 2px 5px 3px;
  border-radius: 5px;
  border: 0;
  background-color: var(--light);
}
img {
  display: block;
  width: 100%;
  height: auto;
  background: #111;
}
.color.techno,
.color.deep-techno,
.color.hypnotic-techno,
.color.minimal-techno,
.color.hard-techno,
.color.trance,
.color.progressive-trance,
.color.acidcore,
.tag.techno,
.tag.deep-techno,
.tag.hypnotic-techno,
.tag.minimal-techno,
.tag.hard-techno,
.tag.trance,
.tag.progressive-trance,
.tag.acidcore {
  color: #92dfe2;
}
.color.electro,
.color.electro-house,
.tag.electro,
.tag.electro-house {
  color: #d5cc7c;
}
.color.dupstep,
.color.riddim,
.tag.dupstep,
.tag.riddim {
  color: #80bb9b;
}
.color.house,
.color.progressive-house,
.color.tech-house,
.color.acid-house,
.color.bass-house,
.color.micro-house,
.color.minimal-house,
.tag.house,
.tag.progressive-house,
.tag.tech-house,
.tag.acid-house,
.tag.bass-house,
.tag.micro-house,
.tag.minimal-house {
  color: #ad8fd0;
}
.color.rap,
.color.trap,
.color.hip-hop,
.tag.rap,
.tag.trap,
.tag.hip-hop {
  color: #ce6c76;
}
.color.afro,
.color.karibbean-grooves,
.color.bèlè,
.color.gwoka,
.color.gwo-ka,
.tag.afro,
.tag.karibbean-grooves,
.tag.bèlè,
.tag.gwoka,
.tag.gwo-ka {
  color: #ce886c;
}
.color.future,
.color.future-grooves,
.tag.future,
.tag.future-grooves {
  color: #6cceac;
}
.color.gospel,
.color.jazz,
.color.soul,
.color.funk,
.tag.gospel,
.tag.jazz,
.tag.soul,
.tag.funk {
  color: #6c9fce;
}
main.page {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
main.page > h2 {
  margin: 0.25em 0 0;
  flex: 1;
}
main.page figure {
  margin: 1em 0;
  width: 100%;
}
main.page img {
  width: 100%;
  height: auto;
}
main.page .content {
  flex: 1;
}
main.page .content p {
  max-width: 600px;
}
main.page .map {
  width: 100%;
  height: 450px;
  margin: 0.2em 0 1em;
  background: #111;
}
main.page .row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  gap: 1rem;
}
main.page .row .col {
  flex: 1;
  flex-wrap: wrap;
}
main.page .row .col figure {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  main.page .row .col:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  main.page .row {
    flex-direction: row;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  main.page {
    padding: 0.2em 0 2em 8em;
    flex-direction: row;
    gap: 1em;
  }
  main.page > h2 {
    max-width: 16rem;
    margin: 0;
  }
  main.page .content {
    flex: 1;
  }
}
@media screen and (min-width: 1280px) {
  main.page > h2 {
    max-width: 20rem;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
  30% {
    transform: translateY(2rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body main {
  animation: 1.5s fadeIn;
}
body main.page {
  animation: 1.5s fadeIn;
}
header.main-header {
  border-bottom: dotted 1.5px var(--light);
  width: 100%;
  padding: 0.25em 0;
  display: flex;
  justify-content: space-between;
}
header.main-header h1 {
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  display: inline-block;
}
header.main-header a {
  text-decoration: none;
}
header.main-header .tags {
  display: inline-block;
  margin-left: 0.5em;
}
header.main-header .tags li {
  display: inline-block;
}
header.main-header .tags li button {
  border: 0;
  cursor: pointer;
}
header.main-header nav ul li {
  display: inline-block;
  margin: 0 0 0 0.5em;
}
header.main-header nav ul li a {
  margin-right: 0;
  text-decoration: none;
}
header.main-header .mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  header.main-header .mobile {
    display: inline-block;
  }
  header.main-header .mobile-btn {
    cursor: pointer;
  }
  header.main-header .nav-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
  }
  header.main-header nav {
    position: relative;
    z-index: 1;
  }
  header.main-header nav ul {
    display: none;
    top: 2em;
    right: 0;
    background: var(--dark);
    padding: 0 0 0.3em;
    z-index: 2;
  }
  header.main-header nav ul li {
    white-space: nowrap;
    padding: 0.2em 0.5em 0.2em 0.2em;
  }
  header.main-header nav.active ul {
    display: block;
    position: absolute;
  }
  header.main-header nav.active .nav-overlay {
    pointer-events: all;
  }
}
.logo {
  height: 19rem;
  width: 100%;
  display: block;
  margin: 0.5rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .logo {
    margin: 0 0 1.5rem;
    height: 30vw;
    min-height: 19rem;
    max-height: 25rem;
  }
}
footer {
  padding: 0.2em 0 2em 6.5em;
  width: 100%;
  min-height: 16rem;
  border-top: dotted 1.5px white;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
footer address {
  font-style: normal;
  flex: 1;
}
footer .social a {
  text-decoration: none;
}
footer .newsletter {
  width: 30%;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 0.2em 0 2em 8em;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    flex-direction: row;
    gap: 1em;
  }
  footer address {
    max-width: 16em;
  }
  footer .social {
    flex: 1;
    max-width: 32em;
  }
  footer .newsletter .inner {
    padding: 0 0 0 16.667%;
  }
}
@media screen and (min-width: 1280px) {
  footer .address {
    max-width: 20em;
  }
  footer .newsletter .inner {
    padding: 0 0 0 16.667%;
  }
}
.page.gallery {
  width: 100%;
}
.page.gallery .row {
  flex-direction: row;
}
nav.programmation-filter {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 0 0 0 6.333em;
}
nav.programmation-filter ul li {
  display: inline-block;
}
nav.programmation-filter ul li button {
  background: 0;
  font-size: 1rem;
  cursor: pointer;
  color: var(--light);
  opacity: 0.6;
  padding: 0.5em 0.167em;
}
nav.programmation-filter ul li button.active,
nav.programmation-filter ul li button:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  nav.programmation-filter {
    flex-direction: row;
    padding: 0 0 0 7.833em;
  }
  nav.programmation-filter ul.filter {
    min-width: 16rem;
  }
}
@media screen and (min-width: 1280px) {
  nav.programmation-filter ul.filter {
    min-width: 20rem;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 9999px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  animation: rotate 1s linear infinite;
}
.loading.active {
  display: block;
}
.loading-wrapper {
  position: relative;
  margin: 1rem 0 1rem 6.6em;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .loading-wrapper {
    margin: 1rem 0 1rem 8em;
  }
}
.programmation-filter .passe,
.component-programmation #passe,
.component-programmation.passe #present {
  display: none;
}
.programmation-filter.passe .passe,
.component-programmation.passe #passe {
  display: block;
}
.component-programmation {
  padding-bottom: 5em;
}
.component-programmation .days_list .day_item {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  border-top: solid 8px var(--light);
}
.component-programmation .days_list .day_item .events_date {
  min-width: 6em;
  padding: 0.2rem 0 2rem;
}
.component-programmation .days_list .day_item .events_date .date {
  font-size: var(--font-big);
  line-height: var(--font-big-line-height);
  font-weight: 200;
  letter-spacing: -0.02ch;
}
.component-programmation .days_list .day_item .events_list {
  flex: 1;
}
.component-programmation .days_list .day_item .events_list .event_item {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  border-top: dotted 1.5px var(--light);
  margin: -1.5px 0 0;
}
.component-programmation
  .days_list
  .day_item
  .events_list
  .event_item:first-of-type {
  border: 0;
  margin: 0;
}
.component-programmation
  .days_list
  .day_item
  .events_list
  .event_item
  .event_header_wrapper {
  width: calc(70% - 1em);
  pointer-events: none;
}
.component-programmation
  .days_list
  .day_item
  .events_list
  .event_item
  .event_tickets_wrapper {
  width: 30%;
  display: none;
}
.component-programmation
  .days_list
  .day_item
  .events_list
  .event_item
  .event_details_wrapper {
  max-width: 32rem;
  height: 0;
  overflow: hidden;
}
.component-programmation
  .days_list
  .day_item
  .events_list
  .event_item.active
  .event_details_wrapper {
  height: auto;
}
@media screen and (min-width: 768px) {
  .component-programmation .days_list .mobile {
    display: none;
  }
  .component-programmation .days_list .day_item .events_date {
    min-width: 7.5em;
  }
  .component-programmation
    .days_list
    .day_item
    .events_list
    .event_item
    .event_tickets_wrapper {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .component-programmation .days_list .day_item .events_list .event_item {
    flex-wrap: nowrap;
    padding: 0.2rem 0 2rem;
  }
  .component-programmation
    .days_list
    .day_item
    .events_list
    .event_item
    .event_header_wrapper {
    width: 16rem;
    cursor: default;
  }
  .component-programmation
    .days_list
    .day_item
    .events_list
    .event_item
    .event_details_wrapper {
    max-width: 32em;
    height: auto;
    flex: 1;
  }
  .component-programmation
    .days_list
    .day_item
    .events_list
    .event_item
    .event_tickets_wrapper {
    order: 2;
  }
}
@media screen and (min-width: 1280px) {
  .component-programmation
    .days_list
    .day_item
    .events_list
    .event_item
    .event_header_wrapper {
    min-width: 20rem;
  }
}
.component-programmation .no-events {
  border-top: solid 8px var(--light);
  display: none;
  width: 100%;
}
.component-programmation .no-events.active {
  display: block;
}
.component-programmation.passe .no-events.active {
  display: none;
}
.component-programmation .event_header_wrapper .event_header {
  pointer-events: none;
  padding: 0 0 1em;
  cursor: pointer;
}
.component-programmation .event_header_wrapper .event_header h3 {
  margin: 0;
  font-size: var(--font-big);
  line-height: var(--font-big-line-height);
  font-weight: 800;
  letter-spacing: -0.01ch;
  word-spacing: -0.1ch;
}
.component-programmation .event_header_wrapper .event_header h3 span.grey {
  opacity: 0.5;
}
.component-programmation .event_header_wrapper .event_header ul.genre_list {
  list-style-type: none;
  padding: 0;
  margin-top: 0.25rem;
}
.component-programmation .event_header_wrapper .event_header ul.genre_list li {
  text-transform: capitalize;
}
.component-programmation .event_details_wrapper .event_details {
  line-height: 1.33em;
}
.component-programmation .event_details_wrapper .event_details img {
  margin: 0.2rem 0 0.5rem;
  width: 100%;
  height: auto;
}
.component-programmation .event_details_wrapper .space {
  height: 2em;
  width: 100%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .component-programmation .event_details_wrapper .event_space {
    display: none;
  }
}
.component-programmation .event_tickets .head {
  cursor: default;
  display: inline-block;
  font-weight: 800;
}
.component-programmation .event_tickets ul.links {
  display: block;
}
.component-programmation .event_tickets ul.links li {
  display: inline;
}
.component-programmation .event_tickets ul.links li:after {
  content: ", ";
}
.component-programmation .event_tickets ul.links li:last-child:after {
  content: "";
}
.component-programmation .mobile.ticket_links {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .component-programmation .mobile {
    display: none;
  }
  .component-programmation .event_tickets {
    margin: 0;
    padding: 0 0 0 16.667%;
  }
  .component-programmation .event_tickets .head {
    display: block;
  }
  .component-programmation .event_tickets ul.links {
    display: none;
  }
  .component-programmation .event_tickets ul.links li {
    display: block;
  }
  .component-programmation .event_tickets ul.links li:after {
    content: "";
  }
  .component-programmation .event_tickets:hover .links {
    display: block;
  }
}
