/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

hr {
  border: 1px solid white; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  background-color: transparent;
  cursor: pointer; }

/* VARIABLES */
:root {
  --gradientBackground: linear-gradient(67deg, #d95f73 0%, #d75d81 52%, #eea5b4 100%); }

/* Fonts */
@font-face {
  font-family: "HK Grotesk";
  src: local("HKGrotesk-Regular"), url("assets/fonts/hk-grotesk/HKGrotesk-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "HK Grotesk";
  src: local("HKGrotesk-Italic"), url("assets/fonts/hk-grotesk/HKGrotesk-Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 300; }
@font-face {
  font-family: "HK Grotesk";
  src: local("HKGrotesk-Bold"), url("assets/fonts/hk-grotesk/HKGrotesk-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: "HK Grotesk";
  src: local("HKGrotesk-BoldItalic"), url("assets/fonts/hk-grotesk/HKGrotesk-BoldItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 600; }
@font-face {
  font-family: 'OpportuneMono-Regular';
  src: url("assets/fonts/opportune/OpportuneMono-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/opportune/OpportuneMono-Regular.otf") format("opentype"), url("assets/fonts/opportune/OpportuneMono-Regular.woff") format("woff"), url("assets/fonts/opportune/OpportuneMono-Regular.ttf") format("truetype"), url("assets/fonts/opportune/OpportuneMono-Regular.svg#OpportuneMono-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'rasmusregular';
  src: url("assets/fonts/rasmus/rasmus-regular.eot");
  src: url("assets/fonts/rasmus/rasmus-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/rasmus/rasmus-regular.woff2") format("woff2"), url("assets/fonts/rasmus/rasmus-regular.woff") format("woff"), url("assets/fonts/rasmus/rasmus-regular.ttf") format("truetype"), url("assets/fonts/rasmus/rasmus-regular.svg#rasmusregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'rasmusbold';
  src: url("assets/fonts/rasmus/rasmus-bold.eot");
  src: url("assets/fonts/rasmus/rasmus-bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/rasmus/rasmus-bold.woff2") format("woff2"), url("assets/fonts/rasmus/rasmus-bold.woff") format("woff"), url("assets/fonts/rasmus/rasmus-bold.ttf") format("truetype"), url("assets/fonts/rasmus/rasmus-bold.svg#rasmusbold") format("svg");
  font-weight: normal;
  font-style: normal; }
/* GENERAL */
html {
  font-size: 62.5%;
  font-family: sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }
  body.freeze {
    overflow: hidden; }

*,
*:before,
*:after {
  box-sizing: border-box; }

h1 {
  font-size: 2rem;
  margin: 0.67rem 0; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "HK Grotesk", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.4; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'rasmusregular', sans-serif;
  font-weight: 400;
  text-align: center; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-family: 'rasmusbold', sans-serif; }

h2 {
  font-size: 4rem; }

h3 {
  font-size: 2.2rem; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

img {
  display: block;
  height: auto;
  max-width: 100%; }

#wpadminbar {
  display: none; }

@media screen and (min-width: 900px) {
  #wpadminbar {
    display: block; } }
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header.site-header {
  position: absolute;
  top: 0;
  height: 14rem;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
  background: black;
  background: var(--gradientBackground);
  z-index: 110;
  transition: all .5s; }

@media screen and (min-width: 900px) {
  .admin-bar header.site-header {
    top: 3.2rem; } }
nav#main-menu {
  font-family: "HK Grotesk", sans-serif; }

.site-branding {
  width: 22rem;
  width: 6rem;
  position: absolute;
  left: 2rem;
  top: 2rem;
  /*svg {
    path {
      fill: $white;
      transition: all .3s;
    }
  }*/ }

@media screen and (max-width: 1000px) {
  button.menu-toggle {
    display: block;
    position: absolute;
    top: 2rem;
    right: 1rem;
    width: 6.5rem;
    height: 5.5rem;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 120; }
    button.menu-toggle span,
    button.menu-toggle span:before,
    button.menu-toggle span:after {
      height: 0.2rem;
      width: 3.5rem;
      margin: 0;
      background: #000;
      position: absolute;
      display: block;
      content: "";
      transition: all .2s; }
    button.menu-toggle span {
      top: 2rem;
      left: 50%;
      transform: translateX(-50%); }
    button.menu-toggle span:before {
      top: -1rem; }
    button.menu-toggle span:after {
      bottom: -1rem; }
    button.menu-toggle.active:hover span:before, button.menu-toggle.active:hover span:after {
      margin: 0; }
    button.menu-toggle.active span:after.active {
      top: 0; }
    button.menu-toggle.active span {
      background-color: transparent; }
    button.menu-toggle.active span:before {
      top: 0;
      transform: rotate(45deg); }
    button.menu-toggle.active span:after {
      bottom: 0;
      transform: rotate(-45deg); }
    button.menu-toggle.active + nav#main-menu {
      position: fixed;
      top: 0;
      right: 0;
      opacity: 1;
      z-index: 100; }
      button.menu-toggle.active + nav#main-menu ul li {
        border-bottom: 0.1rem solid #000;
        padding: 2rem 0; }
        button.menu-toggle.active + nav#main-menu ul li:after {
          content: url(./assets/images/dot-12-40x40.png);
          float: right; }
        button.menu-toggle.active + nav#main-menu ul li:nth-of-type(2):after {
          content: url(./assets/images/default-dots.png); }
        button.menu-toggle.active + nav#main-menu ul li:nth-of-type(3):after {
          content: url(./assets/images/dot-04-40x40.png); }
        button.menu-toggle.active + nav#main-menu ul li:nth-of-type(4):after {
          content: url(./assets/images/dot-10-40x40.png); }
        button.menu-toggle.active + nav#main-menu ul li:nth-of-type(5):after {
          content: url(./assets/images/dot-08-40x40.png); }
        button.menu-toggle.active + nav#main-menu ul li:nth-of-type(6):after {
          content: url(./assets/images/dot-02-40x40.png); }

  header.site-header.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    height: 100%; }
    header.site-header.active .site-branding {
      z-index: 120;
      /*svg {
        path {
          fill: $textColor;
        }
      }*/ }
    header.site-header.active + #content #landing-content {
      z-index: 90; }

  nav#main-menu {
    position: fixed;
    top: 0;
    right: -100%;
    opacity: 0;
    background: #fff;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding: 10rem 2rem 4rem;
    font-size: 2.5rem;
    transition: all .3s; } }
@media screen and (min-width: 900px) {
  nav#main-menu {
    font-size: 1.6rem; } }
@media screen and (min-width: 1000px) {
  .site-branding {
    float: left;
    top: 2rem;
    height: 4rem;
    left: 5%;
    cursor: pointer;
    transition: all .5s; }
    .site-branding svg {
      height: 5rem;
      display: block;
      fill: #000;
      transition: all .3s; }
      .site-branding svg #hover,
      .site-branding svg #logo {
        transition: opacity .5s; }
      .site-branding svg #hover {
        opacity: 0; }
      .site-branding svg #logo {
        opacity: 1; }
    .site-branding:hover svg {
      /*path {
        fill: $textColor;
      }*/ }
      .site-branding:hover svg #hover {
        opacity: 1; }
      .site-branding:hover svg #logo {
        opacity: 0; }

  header.site-header {
    height: 30rem;
    z-index: 10;
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 30%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 40%, 0 30%); }

  button.menu-toggle {
    display: none; }

  nav#main-menu {
    width: 75%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    right: 0;
    top: 2rem;
    position: absolute; }
    nav#main-menu ul li {
      display: inline-block;
      padding: 0 0.4rem;
      border-bottom: none; }
      nav#main-menu ul li a {
        color: #000;
        line-height: 4rem;
        transition: all .3s; }
        nav#main-menu ul li a:hover {
          color: #fff; } }
@media screen and (min-width: 1200px) {
  header.site-header {
    background: url(./assets/images/gravure-1000-A.png) no-repeat 150% center/60%, var(--gradientBackground); } }
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:active,
a:visited {
  color: #000;
  outline: 0;
  text-decoration: none;
  transition: all 0.3s; }

a:focus,
a:active {
  color: #F18DA4; }

@media screen and (min-width: 900px) {
  a:hover,
  a:focus {
    color: #000;
    outline: 0;
    text-decoration: none;
    transition: all 0.3s; }

  a:hover {
    color: #F18DA4; } }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/* BUTTON */
a.button {
  display: block;
  position: relative;
  overflow: hidden;
  border: 0.2rem solid #fff;
  transition: all .4s;
  color: #fff;
  font-size: 1.7rem;
  padding: 2rem 4rem;
  margin: 0 2rem;
  text-align: center; }
  a.button:before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #fff;
    width: 0;
    height: 108%;
    left: -20%;
    transform: skewX(10deg);
    top: 0;
    transition: all .7s; }

@media screen and (min-width: 900px) {
  a.button {
    display: inline-block; }
    a.button:hover {
      color: #000; }
      a.button:hover:before {
        left: -60%;
        width: 210%;
        transform: skewX(60deg); } }
/* GENERAL .entry-content */
.entry-content {
  margin: 12rem 0 12rem; }
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content blockquote,
  .entry-content p,
  .entry-content .wp-block-columns {
    max-width: 900px;
    margin: 3rem auto;
    padding: 0 2rem; }
  .entry-content h3 {
    text-align: left; }
  .entry-content .narrow-column {
    max-width: calc(900px - 300px); }
    .entry-content .narrow-column h3 {
      text-align: left; }
  .entry-content a.button {
    border: 0.2rem solid #000;
    color: #000;
    margin: 5rem auto;
    width: 90%;
    max-width: 900px;
    display: block; }

@media screen and (min-width: 860px) {
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content blockquote,
  .entry-content p {
    padding: 0; }
  .entry-content a.button {
    width: 100%; }
    .entry-content a.button:hover {
      color: #fff; }
      .entry-content a.button:hover:before {
        background: #000; } }
/* Slider */
.flickity-viewport {
  width: 100%;
  height: 100%; }
  .flickity-viewport .flickity-slider {
    display: flex;
    align-items: center; }

.flickity-prev-next-button {
  top: 50%;
  width: 5rem;
  height: 15rem;
  min-height: 0;
  min-width: 0;
  margin: 0 !important;
  padding: 0;
  box-shadow: none;
  background: transparent; }
  .flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: none; }
  .flickity-prev-next-button:hover {
    box-shadow: none;
    background: transparent; }
  .flickity-prev-next-button.previous:after, .flickity-prev-next-button.next:after {
    content: '';
    background: url(assets/images/arrow.svg) no-repeat center/4rem;
    width: 5rem;
    height: 5rem;
    display: block;
    position: absolute;
    top: 5rem; }
  .flickity-prev-next-button.previous {
    left: 0; }
    .flickity-prev-next-button.previous:after {
      left: 1rem; }
  .flickity-prev-next-button.next {
    right: 0; }
    .flickity-prev-next-button.next:after {
      transform: rotate(180deg);
      right: 1rem; }
  .flickity-prev-next-button .flickity-button-icon {
    display: none; }

@media screen and (min-width: 900px) {
  .flickity-prev-next-button.previous {
    left: -6rem; }
  .flickity-prev-next-button.next {
    right: -6rem; } }
.slider {
  max-width: 900px;
  margin: 3rem auto; }
  .slider li {
    width: 100%;
    padding: 0 0.5rem; }
    .slider li figure {
      margin: 0 0.2rem; }
      .slider li figure img {
        margin: 0 auto;
        /*max-height: 40rem;
        width: auto;*/ }
      .slider li figure figcaption {
        font-size: 0.9rem;
        text-align: center;
        margin-top: 0.7rem; }

@media screen and (min-width: 900px) {
  .slider li {
    width: calc(100% / 2);
    padding: 0 2rem; }
    .slider li figure figcaption {
      font-size: 1.1rem; } }
/* HOMEPAGE */
/* landing */
.layer {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #181818 0%, rgba(255, 255, 255, 0) 40%); }

#landing {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  #landing #landing-content {
    position: absolute;
    left: 50%;
    top: 85%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    color: #fff;
    text-align: center;
    z-index: 120; }
    #landing #landing-content h1 {
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      -o-hyphens: auto;
      hyphens: auto;
      font-family: "HK Grotesk", sans-serif;
      font-size: 5.1rem;
      line-height: 5.2rem;
      margin-top: 0; }
      #landing #landing-content h1 + p {
        font-size: 2.3rem;
        margin: 0; }
    #landing #landing-content .button-link {
      margin-top: 1vh;
      display: block;
      width: 100%; }
      #landing #landing-content .button-link li {
        display: none; }
        #landing #landing-content .button-link li:first-of-type {
          display: inline-block; }
        #landing #landing-content .button-link li .button {
          margin: 2rem; }

.diagonal {
  position: absolute;
  height: 14rem;
  width: 100%;
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 50%);
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 50%);
  background: black;
  background: var(--gradientBackground);
  z-index: 110;
  top: calc(100vh - 2rem); }
  .diagonal.flow {
    position: relative;
    top: auto; }
  .diagonal #breadcrumbs {
    text-align: center;
    margin-top: 4rem;
    color: #fff; }
    .diagonal #breadcrumbs a {
      color: #fff; }

.home #landing #landing-content h1 {
  font-family: 'rasmusregular', sans-serif; }

@media screen and (min-width: 900px) {
  #landing #landing-content {
    top: 92%; }
    #landing #landing-content h1 {
      font-size: 7vh;
      line-height: 10vh; }

  .home #landing #landing-content {
    top: 50%;
    width: 65%;
    max-width: 76rem; }
    .home #landing #landing-content h1 {
      font-size: 11vh;
      line-height: 10.5vh; }

  .diagonal #breadcrumbs a:hover {
    color: #000; } }
@media screen and (min-width: 900px) {
  #landing #landing-content h1 {
    font-size: 8vh;
    line-height: 11vh; }

  .home #landing #landing-content {
    /*width: 50%;
    max-width: 71rem;*/ }
    .home #landing #landing-content h1 {
      font-size: 6vw;
      line-height: 7vw; }
      .home #landing #landing-content h1 + p {
        font-size: 3rem; }
    .home #landing #landing-content .button-link {
      margin-top: 5vh;
      display: flex;
      justify-content: center; }
      .home #landing #landing-content .button-link li {
        display: inline-block; }
        .home #landing #landing-content .button-link li .button {
          margin: 0 2rem; } }
@media screen and (min-width: 1200px) {
  .home #landing #landing-content h1 {
    font-size: 12vh;
    line-height: 11vh; } }
/* Section festival */
#festival .entry-content {
  max-width: 900px;
  margin: 12rem auto 5rem; }
#festival h3,
#festival h4 {
  text-align: left;
  margin-top: 0; }
#festival figure {
  margin: 0; }

/* Section artistes principaux */
#highlighted-artists .row {
  margin-bottom: 4rem; }
  #highlighted-artists .row a {
    display: flex;
    height: 35rem;
    opacity: 1;
    transition: all .3s; }
    #highlighted-artists .row a .thumbnail {
      width: 54%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-color: #F18DA4; }
    #highlighted-artists .row a .infos-artist {
      position: relative;
      background: black;
      background: var(--gradientBackground);
      width: 46%; }
      #highlighted-artists .row a .infos-artist .centered {
        width: 80%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
        #highlighted-artists .row a .infos-artist .centered h3,
        #highlighted-artists .row a .infos-artist .centered .subtitle,
        #highlighted-artists .row a .infos-artist .centered time {
          text-align: center;
          display: block;
          color: #fff; }
        #highlighted-artists .row a .infos-artist .centered .subtitle {
          margin: -1rem 0 1.5rem;
          font-style: italic; }
        #highlighted-artists .row a .infos-artist .centered h3 {
          font-family: 'rasmusregular', sans-serif;
          font-size: 1.9rem;
          margin: 0 0 1rem; }
  #highlighted-artists .row:nth-of-type(1) a .infos-artist, #highlighted-artists .row:nth-of-type(3) a .infos-artist, #highlighted-artists .row:nth-of-type(5) a .infos-artist, #highlighted-artists .row:nth-of-type(9) a .infos-artist {
    background: black;
    background: var(--gradientBackground); }
  #highlighted-artists .row.half a {
    height: 35rem; }
    #highlighted-artists .row.half a:last-of-type {
      flex-direction: row-reverse;
      margin-top: 4rem; }
  #highlighted-artists .row.right-image a {
    flex-direction: row-reverse; }
#highlighted-artists .button {
  border: 0.2rem solid #000;
  color: #000;
  margin: 5rem auto 5rem 50%;
  transform: translateX(-50%);
  width: 90%; }
  #highlighted-artists .button:before {
    background: #000; }

@media screen and (max-width: 900px) {
  #highlighted-artists .row a {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 94%);
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 94%); }
  #highlighted-artists .row:nth-of-type(2) a, #highlighted-artists .row:nth-of-type(6) a {
    clip-path: polygon(0 5%, 100% 0, 100% 90%, 0 100%);
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 90%, 0 100%); }
  #highlighted-artists .row:nth-of-type(3) a, #highlighted-artists .row:nth-of-type(7) a {
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 90%);
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 90%); }
  #highlighted-artists .row:nth-of-type(4) a, #highlighted-artists .row:nth-of-type(8) a {
    clip-path: polygon(0 0%, 100% 7%, 100% 100%, 0 90%);
    -webkit-clip-path: polygon(0 0%, 100% 7%, 100% 100%, 0 90%); }
  #highlighted-artists .row:nth-of-type(5) a, #highlighted-artists .row:nth-of-type(9) a {
    clip-path: polygon(0 5%, 100% 14%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 5%, 100% 14%, 100% 100%, 0 100%); } }
@media screen and (min-width: 900px) {
  #highlighted-artists {
    max-width: 2000px;
    margin: 0 auto; }
    #highlighted-artists .row.half {
      width: 100%;
      display: flex; }
      #highlighted-artists .row.half a {
        width: 100%; }
        #highlighted-artists .row.half a:last-of-type {
          flex-direction: row; }
        #highlighted-artists .row.half a .thumbnail,
        #highlighted-artists .row.half a .infos-artist {
          width: 50%; }
    #highlighted-artists .row:nth-of-type(1), #highlighted-artists .row:nth-of-type(6), #highlighted-artists .row:nth-of-type(11), #highlighted-artists .row:nth-of-type(14), #highlighted-artists .row:nth-of-type(16) {
      clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
      -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%); }
      #highlighted-artists .row:nth-of-type(1).half a .thumbnail, #highlighted-artists .row:nth-of-type(6).half a .thumbnail, #highlighted-artists .row:nth-of-type(11).half a .thumbnail, #highlighted-artists .row:nth-of-type(14).half a .thumbnail, #highlighted-artists .row:nth-of-type(16).half a .thumbnail {
        width: calc(55% + 1%); }
      #highlighted-artists .row:nth-of-type(1).half a .infos-artist, #highlighted-artists .row:nth-of-type(6).half a .infos-artist, #highlighted-artists .row:nth-of-type(11).half a .infos-artist, #highlighted-artists .row:nth-of-type(14).half a .infos-artist, #highlighted-artists .row:nth-of-type(16).half a .infos-artist {
        width: 45%; }
    #highlighted-artists .row:nth-of-type(2), #highlighted-artists .row:nth-of-type(7) {
      clip-path: polygon(0 0%, 100% 0, 100% 80%, 0 100%);
      -webkit-clip-path: polygon(0 0%, 100% 0, 100% 80%, 0 100%);
      margin-bottom: -3rem; }
    #highlighted-artists .row:nth-of-type(3), #highlighted-artists .row:nth-of-type(8) {
      clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
      -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%); }
      #highlighted-artists .row:nth-of-type(3).half a .thumbnail, #highlighted-artists .row:nth-of-type(8).half a .thumbnail {
        width: 60%; }
      #highlighted-artists .row:nth-of-type(3).half a .infos-artist, #highlighted-artists .row:nth-of-type(8).half a .infos-artist {
        width: 40%; }
    #highlighted-artists .row:nth-of-type(4), #highlighted-artists .row:nth-of-type(9), #highlighted-artists .row:nth-of-type(12), #highlighted-artists .row:nth-of-type(15) {
      clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 80%);
      -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 80%);
      margin-bottom: -3rem; }
    #highlighted-artists .row:nth-of-type(5), #highlighted-artists .row:nth-of-type(10), #highlighted-artists .row:nth-of-type(13) {
      clip-path: polygon(0 0%, 100% 20%, 100% 100%, 0 80%);
      -webkit-clip-path: polygon(0 0%, 100% 20%, 100% 100%, 0 80%);
      margin-bottom: -2rem; }
    #highlighted-artists .row a:hover {
      opacity: 0.7; }
    #highlighted-artists .row a .infos-artist .centered {
      width: 70%; }
      #highlighted-artists .row a .infos-artist .centered h3 {
        font-size: 2.4rem; }
    #highlighted-artists .row.half a:last-of-type {
      margin-top: 0; }
    #highlighted-artists .row.right-image a {
      flex-direction: row-reverse; }
    #highlighted-artists .button {
      width: auto; }
      #highlighted-artists .button:hover {
        color: #fff; } }
/* PROGRAMMATION */
.programmation {
  /*#artists-north {
    opacity: 0;
    display: none;
    position: relative;
    top: 3rem;
    transition: all .3s;
  }*/ }
  .programmation .content {
    margin: 12rem auto;
    max-width: 1200px; }
    .programmation .content .teaser {
      max-width: 600px;
      margin: 2rem auto; }
    .programmation .content .switch-view {
      flex-basis: 100%; }
      .programmation .content .switch-view h2 {
        opacity: 0.5;
        transition: opacity .3s;
        padding: 0 1rem;
        margin: 0; }
        .programmation .content .switch-view h2.active {
          opacity: 1; }
        .programmation .content .switch-view h2:first-of-type {
          padding-left: 0; }
        .programmation .content .switch-view h2:first-of-type {
          padding-right: 0; }
  .programmation #artists,
  .programmation #artists-north {
    margin-top: 2rem;
    opacity: 0;
    display: none;
    position: relative;
    top: 3rem;
    transition: all .3s; }
    .programmation #artists.active,
    .programmation #artists-north.active {
      display: block;
      opacity: 1; }
    .programmation #artists ul#artist-view li,
    .programmation #artists-north ul#artist-view li {
      width: 100%;
      padding: 1rem 2rem; }
      .programmation #artists ul#artist-view li h3,
      .programmation #artists-north ul#artist-view li h3 {
        font-family: 'rasmusregular', sans-serif;
        font-size: 1.9rem;
        margin-bottom: 0; }
      .programmation #artists ul#artist-view li .subtitle,
      .programmation #artists-north ul#artist-view li .subtitle {
        text-align: center;
        margin: -0.5rem 0 1rem;
        font-style: italic; }
      .programmation #artists ul#artist-view li aside,
      .programmation #artists-north ul#artist-view li aside {
        display: none; }
    .programmation #artists ul#artist-view .display-mobile,
    .programmation #artists-north ul#artist-view .display-mobile {
      display: block;
      text-align: center; }
      .programmation #artists ul#artist-view .display-mobile.button,
      .programmation #artists-north ul#artist-view .display-mobile.button {
        border: 0.2rem solid #000;
        color: #000;
        margin: 1.5rem 0 2rem; }
  .programmation #calendar {
    opacity: 0;
    display: none;
    position: relative;
    top: 2rem;
    transition: all .3s;
    /*&.active {
      top: 0;
      display: block;
      opacity: 1;
    }*/ }
    .programmation #calendar ul#calendar-view {
      max-width: 1200px;
      margin: 5rem auto; }
      .programmation #calendar ul#calendar-view li {
        padding: 1rem 0;
        margin: 0 2rem;
        border-bottom: 0.1rem solid;
        z-index: 10; }
        .programmation #calendar ul#calendar-view li:first-of-type {
          border-top: 0.1rem solid; }
        .programmation #calendar ul#calendar-view li.terrasse-nord .genre,
        .programmation #calendar ul#calendar-view li.terrasse-nord .price,
        .programmation #calendar ul#calendar-view li.terrasse-nord time,
        .programmation #calendar ul#calendar-view li.terrasse-nord h3 a {
          color: #F18DA4; }
        .programmation #calendar ul#calendar-view li * {
          display: block;
          text-align: left;
          margin: 0;
          font-family: "HK Grotesk", sans-serif;
          font-size: 1.3rem;
          vertical-align: middle; }
        .programmation #calendar ul#calendar-view li time,
        .programmation #calendar ul#calendar-view li h3 {
          width: 100%; }
        .programmation #calendar ul#calendar-view li .genre,
        .programmation #calendar ul#calendar-view li .price {
          display: none; }
        .programmation #calendar ul#calendar-view li img {
          position: fixed;
          top: 400px;
          left: 300px;
          width: 35rem;
          z-index: 20;
          background-color: #fff;
          display: none;
          pointer-events: none;
          padding: 0; }

@media screen and (min-width: 860px) {
  .programmation #calendar li {
    margin: 0; } }
@media screen and (min-width: 900px) {
  .programmation .content .switch-view {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    margin: 0 auto; }
    .programmation .content .switch-view h2 {
      margin: 1rem 0;
      cursor: pointer; }
      .programmation .content .switch-view h2:first-of-type, .programmation .content .switch-view h2:nth-of-type(2) {
        width: 50%; }
      .programmation .content .switch-view h2:first-of-type {
        text-align: right;
        padding-right: 1.5rem; }
      .programmation .content .switch-view h2:nth-of-type(2) {
        text-align: left;
        padding-left: 1.5rem; }
      .programmation .content .switch-view h2:last-of-type {
        margin-top: -1rem; }
      .programmation .content .switch-view h2:hover {
        opacity: 1; }
  .programmation #artists ul#artist-view,
  .programmation #artists-north ul#artist-view {
    display: flex;
    flex-wrap: wrap; }
    .programmation #artists ul#artist-view li,
    .programmation #artists-north ul#artist-view li {
      padding: 2rem;
      width: calc(100% / 3); }
      .programmation #artists ul#artist-view li .subtitle,
      .programmation #artists-north ul#artist-view li .subtitle {
        margin: 0 0 -1rem; }
      .programmation #artists ul#artist-view li .thumbnail,
      .programmation #artists-north ul#artist-view li .thumbnail {
        position: relative;
        overflow: hidden; }
        .programmation #artists ul#artist-view li .thumbnail img,
        .programmation #artists-north ul#artist-view li .thumbnail img {
          -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
          -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
          filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
          -webkit-filter: grayscale(100%); }
        .programmation #artists ul#artist-view li .thumbnail aside,
        .programmation #artists-north ul#artist-view li .thumbnail aside {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
          flex-direction: column;
          position: absolute;
          top: 0;
          right: -100%;
          bottom: 0;
          width: 100%;
          transition: all 1s;
          padding: 2rem; }
          .programmation #artists ul#artist-view li .thumbnail aside:before,
          .programmation #artists-north ul#artist-view li .thumbnail aside:before {
            content: ' ';
            position: absolute;
            display: block;
            width: 102%;
            height: 102%;
            top: 0;
            left: 0;
            z-index: 0;
            background: black;
            background: var(--gradientBackground);
            transform-origin: bottom left;
            transform: skew(-30deg, 0deg);
            transition: all .7s; }
          .programmation #artists ul#artist-view li .thumbnail aside h4,
          .programmation #artists ul#artist-view li .thumbnail aside time,
          .programmation #artists-north ul#artist-view li .thumbnail aside h4,
          .programmation #artists-north ul#artist-view li .thumbnail aside time {
            color: #fff;
            display: block;
            position: relative;
            z-index: 0;
            text-align: center; }
          .programmation #artists ul#artist-view li .thumbnail aside h4,
          .programmation #artists-north ul#artist-view li .thumbnail aside h4 {
            margin: 0 0 1rem;
            font-size: 1.8rem;
            max-width: 90%; }
          .programmation #artists ul#artist-view li .thumbnail aside .button-link,
          .programmation #artists-north ul#artist-view li .thumbnail aside .button-link {
            margin-top: 3rem;
            display: flex;
            justify-content: center; }
            .programmation #artists ul#artist-view li .thumbnail aside .button-link li,
            .programmation #artists-north ul#artist-view li .thumbnail aside .button-link li {
              width: auto;
              padding: 0; }
              .programmation #artists ul#artist-view li .thumbnail aside .button-link li a.button,
              .programmation #artists-north ul#artist-view li .thumbnail aside .button-link li a.button {
                padding: 1rem 2rem;
                margin: 0 0.5rem;
                z-index: 1; }
        .programmation #artists ul#artist-view li .thumbnail:hover aside,
        .programmation #artists-north ul#artist-view li .thumbnail:hover aside {
          right: 0;
          transition: all .3s; }
          .programmation #artists ul#artist-view li .thumbnail:hover aside:before,
          .programmation #artists-north ul#artist-view li .thumbnail:hover aside:before {
            transform: skew(-10deg, 0deg); }
      .programmation #artists ul#artist-view li .display-mobile,
      .programmation #artists-north ul#artist-view li .display-mobile {
        display: none; }
  .programmation #calendar ul#calendar-view li {
    cursor: pointer; }
    .programmation #calendar ul#calendar-view li * {
      display: inline-block;
      padding: 0 1vw;
      font-size: 1.5rem; }
    .programmation #calendar ul#calendar-view li time {
      width: 14%; }
    .programmation #calendar ul#calendar-view li h3 {
      width: 30%; }
      .programmation #calendar ul#calendar-view li h3 a:hover {
        color: #000; }
    .programmation #calendar ul#calendar-view li .genre,
    .programmation #calendar ul#calendar-view li .price {
      display: inline-block; }
    .programmation #calendar ul#calendar-view li .genre {
      width: 46%;
      text-align: right; }
    .programmation #calendar ul#calendar-view li .price {
      width: 10%;
      text-align: right; }
    .programmation #calendar ul#calendar-view li:hover {
      background-color: #ededed;
      z-index: 20; }
      .programmation #calendar ul#calendar-view li:hover img {
        display: block; } }
/* INFOS PRATIQUES */
.infos {
  margin-top: -10rem; }
  .infos .diagonal {
    position: relative;
    top: auto;
    bottom: 0; }
    .infos .diagonal p {
      text-align: center;
      padding: 3.5rem;
      font-size: 2rem; }
  .infos .acf-map {
    height: 100vh;
    width: 100%;
    background: #ededed;
    top: -8rem;
    margin-bottom: -23rem; }
    .infos .acf-map .gm-style-iw-t img {
      margin: 2rem auto; }
    .infos .acf-map .gm-style-iw-t p {
      text-align: center; }

/* SINGLE */
.single #landing #landing-content h1 {
  font-size: 3rem;
  line-height: 3.6rem; }
.single #landing #landing-content.align-left, .single #landing #landing-content.align-right {
  transform: translate(0, -50%);
  max-width: none;
  width: 95%; }
.single #landing #landing-content.align-left {
  left: 5%; }
.single #landing #landing-content.align-right {
  right: 5%;
  left: auto; }
.single section.details {
  max-width: 900px;
  margin: 0 auto; }
  .single section.details aside {
    padding: 0 2rem; }
    .single section.details aside time {
      display: block;
      text-transform: capitalize; }
    .single section.details aside time,
    .single section.details aside .place,
    .single section.details aside .price {
      font-family: 'rasmusregular', sans-serif;
      font-size: 2.5rem; }
      .single section.details aside time:before,
      .single section.details aside .place:before,
      .single section.details aside .price:before {
        width: 3rem;
        padding-right: 1rem;
        display: inline-block; }
      .single section.details aside time a,
      .single section.details aside .place a,
      .single section.details aside .price a {
        display: block;
        font-family: 'HK Grotesk', sans-serif;
        font-size: 1.5rem; }
    .single section.details aside .mention p {
      padding: 0;
      font-size: 1.2rem; }
    .single section.details aside .mention img {
      max-width: 13rem;
      margin: 2rem 0; }
  .single section.details .content {
    padding: 2rem; }

@media screen and (min-width: 860px) {
  .single section.details aside,
  .single section.details .content {
    padding: 0; } }
@media screen and (min-width: 900px) {
  .single #landing #landing-content h1 {
    font-size: 7vh;
    line-height: 7vh; }
  .single section.details {
    display: flex; }
    .single section.details aside {
      margin-top: 3rem;
      width: 40%; }
    .single section.details .content {
      width: 60%; }
    .single section.details aside {
      margin-right: 5rem; } }
@media screen and (min-width: 1000px) {
  .single header.site-header {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 27%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 27%); } }
/* VIDEO EMBED */
.embed-wrapper,
.wp-block-embed-youtube {
  max-width: 900px;
  margin: 5rem auto; }
  .embed-wrapper .video-container,
  .embed-wrapper .wp-block-embed__wrapper,
  .wp-block-embed-youtube .video-container,
  .wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: 5rem; }
    .embed-wrapper .video-container iframe,
    .embed-wrapper .video-container object,
    .embed-wrapper .video-container embed,
    .embed-wrapper .wp-block-embed__wrapper iframe,
    .embed-wrapper .wp-block-embed__wrapper object,
    .embed-wrapper .wp-block-embed__wrapper embed,
    .wp-block-embed-youtube .video-container iframe,
    .wp-block-embed-youtube .video-container object,
    .wp-block-embed-youtube .video-container embed,
    .wp-block-embed-youtube .wp-block-embed__wrapper iframe,
    .wp-block-embed-youtube .wp-block-embed__wrapper object,
    .wp-block-embed-youtube .wp-block-embed__wrapper embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* ARCHIVES */
#visuals,
#playlists,
#old-prog {
  margin-top: -10rem;
  height: 80vh;
  position: relative;
  margin-bottom: -12rem; }
  #visuals a,
  #playlists a,
  #old-prog a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-color: #F18DA4;
    transform: scale(1);
    transition: all .3s; }
    #visuals a h2,
    #visuals a .file,
    #playlists a h2,
    #playlists a .file,
    #old-prog a h2,
    #old-prog a .file {
      font-family: 'rasmusregular', sans-serif;
      font-size: 6rem;
      color: #fff;
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%); }
    #visuals a .file,
    #playlists a .file,
    #old-prog a .file {
      font-family: "HK Grotesk", sans-serif;
      font-size: 2rem; }
  #visuals .wp-block-image a,
  #playlists .wp-block-image a,
  #old-prog .wp-block-image a {
    position: static; }

#playlists {
  height: auto; }

#previous-editions {
  max-width: 1200px;
  margin: 10rem auto 0;
  display: flex;
  flex-wrap: wrap; }
  #previous-editions h2 {
    width: 100%;
    max-width: none; }
  #previous-editions a {
    width: 100%;
    padding: 2rem;
    background-size: cover; }
    #previous-editions a h3 {
      font-size: 1.9rem;
      margin: 1.5rem 0;
      text-align: center; }

@media screen and (min-width: 900px) {
  #previous-editions a {
    width: calc(100% / 4); } }
#visuals {
  margin-top: -3rem; }

#playlists {
  margin-top: 10rem; }
  #playlists h2 {
    font-family: 'rasmusregular', sans-serif; }

.playlist-list {
  max-width: 900px;
  margin: 0 auto; }
  .playlist-list iframe {
    width: 100%; }

#old-prog {
  height: 50vh;
  margin-top: 0; }
  #old-prog a .file {
    top: 20%;
    width: 100%;
    text-align: center; }
    #old-prog a .file:before {
      content: url(./assets/images/pdf-dl.svg);
      display: block;
      width: 5rem;
      margin: 1rem auto; }

.archives #landing #landing-content h1 {
  /*font-size: 4rem;
  line-height: 4rem;
  margin: 0;*/ }
.archives #landing #breadcrumbs {
  /*top: 11.5rem;
  position: relative;
  text-align: center;
  color: $white;
  z-index: 10;
  a {
    color: $white;
  }*/ }
.archives .entry-content {
  margin: 0 0 12rem; }
  .archives .entry-content .diagonal {
    position: relative;
    top: 5rem;
    clip-path: polygon(0 0, 100% 13%, 100% 60%, 0 80%);
    -webkit-clip-path: polygon(0 0, 100% 13%, 100% 60%, 0 80%); }
    .archives .entry-content .diagonal:nth-of-type(2), .archives .entry-content .diagonal:last-of-type {
      top: 6rem;
      clip-path: polygon(0 30%, 100% 0%, 100% 80%, 0 60%);
      -webkit-clip-path: polygon(0 30%, 100% 0%, 100% 80%, 0 60%); }
  .archives .entry-content #old-prog {
    margin-bottom: -31rem; }

@media screen and (min-width: 900px) {
  #visuals a:hover,
  #playlists a:hover,
  #old-prog a:hover {
    transform: scale(1.01); }

  #old-prog a .file {
    top: 30%; }

  iframe {
    max-width: 1024px;
    margin: 0 auto;
    display: block; } }
/* PHOTOS */
.photos #landing {
  height: 18rem; }
  .photos #landing #landing-content h1 {
    font-size: 4rem;
    line-height: 4rem;
    margin: 0;
    color: #000; }
  .photos #landing #breadcrumbs {
    top: 10.5rem;
    position: relative;
    text-align: center;
    color: #000;
    z-index: 10; }
.photos .diagonal {
  position: relative;
  top: 0; }
.photos .entry-content {
  margin: 0 auto 12rem; }

.fslightbox-toolbar .fslightbox-toolbar-button:first-child, .fslightbox-toolbar .fslightbox-toolbar-button:nth-child(2), .fslightbox-toolbar .fslightbox-toolbar-button:nth-child(3) {
  display: none; }

@media screen and (min-width: 900px) {
  .photo #landing #landing-content h1 {
    color: #fff; }
  .photo #landing #breadcrumbs {
    color: #fff; } }
ul.gallery {
  max-width: 1200px;
  margin: 0 auto; }
  ul.gallery li {
    padding: 1rem 2rem; }

@media screen and (min-width: 860px) {
  ul.gallery li {
    padding: 1rem 0; } }
@media screen and (min-width: 900px) {
  ul.gallery {
    display: flex;
    flex-wrap: wrap; }
    ul.gallery li {
      width: 50%;
      padding: 1rem; } }
/* ARCHIVE */
.archive .content {
  margin-top: 19rem; }

/* BLOCK */
.image-full-width {
  width: 100%;
  height: 70vh;
  background-size: cover; }

/* RESSOURCES */
.ressources .content {
  max-width: 1200px;
  margin: 15rem auto 5rem;
  padding: 2rem; }
  .ressources .content #work-list li {
    width: 100%;
    border-bottom: 0.1rem solid #000;
    display: block; }
    .ressources .content #work-list li .work-row {
      display: flex;
      flex-wrap: wrap; }
      .ressources .content #work-list li .work-row h3,
      .ressources .content #work-list li .work-row p {
        font-family: "HK Grotesk", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.3rem;
        line-height: 1.4;
        margin: 1rem 1rem 0;
        text-align: left;
        width: calc(50% - 2rem); }
      .ressources .content #work-list li .work-row p:first-of-type,
      .ressources .content #work-list li .work-row p:last-of-type {
        text-align: right; }
      .ressources .content #work-list li .work-row p:last-of-type {
        margin-bottom: 1rem; }
    .ressources .content #work-list li:first-of-type {
      border-top: 0.1rem solid #000; }
      .ressources .content #work-list li:first-of-type h3,
      .ressources .content #work-list li:first-of-type p {
        font-weight: bold; }
  .ressources .content #work-list form.searchandfilter {
    width: 100%;
    margin-bottom: 5rem; }
    .ressources .content #work-list form.searchandfilter ul {
      width: 100%;
      display: flex;
      justify-content: space-between;
      border: 0.1rem solid #000; }
      .ressources .content #work-list form.searchandfilter ul li {
        border: none;
        padding: 0; }
        .ressources .content #work-list form.searchandfilter ul li:last-of-type {
          width: 12rem; }
        .ressources .content #work-list form.searchandfilter ul li label {
          display: block !important; }
        .ressources .content #work-list form.searchandfilter ul li input {
          transition: all .2s ease;
          width: 100%;
          padding: 1rem;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          outline: none;
          border: none; }
        .ressources .content #work-list form.searchandfilter ul li input[type=submit] {
          background: #000;
          color: #fff; }
  .ressources .content #work-list .no-results h2 {
    font-size: 2rem;
    margin-top: 5rem; }
  .ressources .content #work-list .no-results p {
    text-align: center; }

@media screen and (min-width: 900px) {
  .ressources .content #work-list {
    margin: 0 2rem; }
    .ressources .content #work-list li .work-row {
      flex-wrap: inherit; }
      .ressources .content #work-list li .work-row h3,
      .ressources .content #work-list li .work-row p {
        font-size: 1.5rem;
        width: 25%;
        text-align: left;
        margin: 1rem; }
      .ressources .content #work-list li .work-row p:first-of-type {
        text-align: left; }
      .ressources .content #work-list li .work-row p:last-of-type {
        text-align: right; }
    .ressources .content #work-list li:hover {
      background-color: #ededed; }
    .ressources .content #work-list form.searchandfilter ul li input[type=submit]:hover {
      background: #ededed;
      color: #000; }
    .ressources .content #work-list form.searchandfilter ul li:hover {
      background-color: transparent; } }
@media screen and (min-width: 1240px) {
  .ressources .content {
    padding: 0; } }
/* FOOTER */
footer {
  width: 100%;
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
  background: black;
  background: var(--gradientBackground); }
  footer nav#menu-footer {
    padding: 12rem 3rem 5rem 15rem;
    column-count: 2; }
    footer nav#menu-footer a {
      font-size: 1.2rem; }
  footer iframe {
    height: 35rem;
    margin: 2rem auto;
    display: block; }
  footer ul.partners {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    footer ul.partners li {
      width: calc(100% / 3);
      padding: 1rem;
      mix-blend-mode: darken; }
      footer ul.partners li a {
        width: 15rem;
        height: 8.5rem;
        margin: .5rem 1rem; }
        footer ul.partners li a img {
          margin: 0 auto;
          -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
          -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
          filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
          -webkit-filter: grayscale(100%); }
  footer .credits {
    margin: 0;
    text-align: center;
    font-size: 1.2rem;
    padding: 2rem; }
    footer .credits a {
      transition: all .3s;
      color: #000; }

@media screen and (min-width: 900px) {
  footer {
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%); }
    footer nav#menu-footer {
      margin-left: 50%;
      column-count: 3;
      padding: 12% 0 5rem; }
      footer nav#menu-footer a {
        font-size: 1.5rem;
        transition: all .3s; }
        footer nav#menu-footer a:hover {
          color: #fff; }
    footer iframe {
      width: 64rem; }
    footer ul.partners {
      max-width: 80%;
      margin: 0 auto; }
      footer ul.partners li {
        width: calc(100% / 8); }
    footer .credits a:hover {
      color: white; } }
@media screen and (min-width: 800px) {
  footer ul.partners li {
    width: calc(100% / 8); } }
@media screen and (min-width: 1500px) {
  footer ul.partners li {
    width: calc(100% / 10); } }
/* 404 */
.error-404 {
  height: 100vh;
  width: 100%;
  position: relative;
  background: url(./assets/images/photo-lieu-B-2000.jpg) no-repeat center/cover, linear-gradient(153deg, #010012 0%, #07073c 100%);
  margin-bottom: -12rem; }
  .error-404 .not-found-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%; }
    .error-404 .not-found-content p {
      color: #fff;
      font-size: 2.5rem;
      text-align: center;
      margin-bottom: 5rem;
      padding: 0 2rem; }

.error404 footer {
  margin-top: -10rem; }

@media screen and (min-width: 900px) {
  .error-404 .not-found-content {
    left: 50%;
    transform: translate(-50%, -50%); } }
/* POPUP */
#popup {
  position: fixed;
  max-width: 60rem;
  width: 95%;
  min-height: 50rem;
  padding: 2rem;
  background: black;
  background: var(--gradientBackground);
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
  transition: all .3s;
  opacity: 0;
  z-index: -1; }
  #popup.active {
    top: 0;
    transform: translate(-50%, 1rem);
    opacity: 1;
    z-index: 200; }
  #popup .cross {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 6.5rem;
    height: 5.5rem;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 220; }
    #popup .cross span,
    #popup .cross span:before,
    #popup .cross span:after {
      height: 0.2rem;
      width: 3.5rem;
      margin: 0;
      background: #000;
      position: absolute;
      display: block;
      content: "";
      transition: all .2s; }
    #popup .cross span {
      top: 2.5rem;
      right: 1rem;
      background-color: transparent; }
    #popup .cross span:before {
      top: 0;
      transform: rotate(45deg); }
    #popup .cross span:after {
      bottom: 0;
      transform: rotate(-45deg); }
  #popup .popup-content {
    background-color: #fff;
    padding: 1rem 2rem;
    height: 60rem;
    font-size: 1.4rem;
    overflow-y: scroll; }

@media screen and (min-width: 700px) {
  #popup.active {
    top: 50%;
    transform: translate(-50%, -50%); }
  #popup .popup-content {
    position: absolute;
    top: 4.5rem;
    right: 4.5rem;
    left: 4.5rem;
    bottom: 4.5rem;
    height: auto; } }

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