@charset "UTF-8";
/*
 * HELPERS / MIXINS / LIBS / RESETS
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Rubik:400,400i,500,500i");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove the margin in all browsers (opinionated).
*/
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
* Add the correct display in IE 9-.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Add the correct display in IE 10-.
* 1. Add the correct display in IE.
*/
template,
[hidden] {
  display: none;
}

/* Links
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
========================================================================== */
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

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

/**
* Add the correct margin in IE 8.
*/
figure {
  margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
========================================================================== */
/**
* 1. Change font properties to `inherit` in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Restore the font weight unset by the previous rule.
*/
optgroup {
  font-weight: bold;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

ul,
ol {
  padding-left: 2em;
}

img {
  vertical-align: middle;
}

/* height auto only for non SVG images */
img:not([src$=".svg"]) {
  height: auto;
}

blockquote,
figure {
  margin-left: 0;
  margin-right: 0;
}

html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: calc(1em * 0.625);
}

body {
  font-size: 1.4rem;
  background-color: #fff;
  font-family: sans-serif;
  line-height: 1.5;
}

/* font-sizing for content */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0.75em;
  margin-bottom: 0;
  line-height: 1.5;
}

h1, .h1-like {
  font-size: 3.2rem;
  font-family: sans-serif;
}

h2, .h2-like {
  font-size: 2.8rem;
  font-family: sans-serif;
}

h3, .h3-like {
  font-size: 2.4rem;
}

h4, .h4-like {
  font-size: 2rem;
}

h5, .h5-like {
  font-size: 1.8rem;
}

h6, .h6-like {
  font-size: 1.6rem;
}

/* alternate font-sizing */
.smaller {
  font-size: 0.6em;
}

.small {
  font-size: 0.8em;
}

.big {
  font-size: 1.2em;
}

.bigger {
  font-size: 1.5em;
}

.biggest {
  font-size: 2em;
}

code,
pre,
samp,
kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: consolas, courier, monospace;
  line-height: normal;
}

em,
.italic,
address,
cite,
i,
var {
  font-style: italic;
}

/* avoid top margins on first content element */
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
.h1-like:first-child,
h2:first-child,
.h2-like:first-child,
h3:first-child,
.h3-like:first-child,
h4:first-child,
.h4-like:first-child,
h5:first-child,
.h5-like:first-child,
h6:first-child,
.h6-like:first-child {
  margin-top: 0;
}

/* avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
svg {
  max-width: 100%;
}

/* margin-bottom on tables */
table {
  margin-bottom: 2rem;
}

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt;
  }

  p,
  .p-like,
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  h4,
  .h4-like,
  h5,
  .h5-like,
  h6,
  .h6-like,
  blockquote,
  ul,
  ol {
    color: #000;
    margin: auto;
  }

  .print {
    display: block;
  }

  .no-print {
    display: none;
  }

  /* no orphans, no widows */
  p,
  .p-like,
  blockquote {
    orphans: 3;
    widows: 3;
  }

  /* no breaks inside these elements */
  blockquote,
  ul,
  ol {
    page-break-inside: avoid;
  }

    /* page break before main headers
    h1,
    .h1-like {
    page-break-before: always;
}
    */
  /* no breaks after these elements */
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  caption {
    page-break-after: avoid;
  }

  a {
    color: #000;
  }

    /* displaying URLs
    a[href]::after {
    content: " (" attr(href) ")";
}
    */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
}
/* ----------------------------- */
/* ==Stylings (minor stylings)   */
/* ----------------------------- */
/* styling elements */
code, kbd, mark {
  border-radius: 2px;
}

kbd {
  padding: 0 2px;
  border: 1px solid #999;
}

code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11;
}

pre code {
  padding: 0;
  background: none;
  color: inherit;
  border-radius: 0;
}

mark {
  padding: 2px 4px;
}

sup,
sub {
  vertical-align: 0;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

blockquote {
  position: relative;
  padding: 0 3em;
}

blockquote::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  line-height: 0.9;
}

blockquote::after {
  content: "\201E";
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: georgia, serif;
  font-size: 5em;
  line-height: 0.9;
}

blockquote > footer {
  margin-top: .75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}

blockquote > footer::before {
  content: "\2014 \0020";
}

q {
  font-style: normal;
}

q,
.q {
  quotes: "“\00a0" "\00a0”";
}

q:lang(fr),
.q:lang(fr) {
  quotes: "«\00a0" "\00a0»";
}

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}

/* tables */
table,
.table {
  border: 1px solid #ccc;
}

caption {
  padding: 1rem;
  color: #555;
  font-style: italic;
}

td,
th {
  padding: 0.3em 0.8em;
  border: 1px #aaa dotted;
  text-align: left;
}

/* ----------------------------- */
/* ==Misc (skip links, hyphens)  */
/* ----------------------------- */
/* styling skip links */
.skip-links {
  position: absolute;
}

.skip-links a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0.5em;
  background: black;
  color: white;
  text-decoration: none;
}

.skip-links a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}

@media (max-width: 320px) {
  /* you shall not pass */
  div,
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media (max-width: 320px) {
  .no-wrapping {
    word-wrap: normal;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
  }
}
/*
 * ------------------
 *  Responsive Mixin
 * ------------------
 *
 *
 *  Instructions:
 *
 *      1. Set-up a global variable called $breakpoints:
 *
 *          $breakpoints: (
 *              small         'all and ( max-width: 640px )',
 *              medium        'all and ( min-width: 640px ) and ( max-width: 1024px )',
 *              large         'all and ( min-width: 1025px ) and ( max-width: 1440px )',
 *              extra-large   'all and ( min-width: 1441px )'
 *            );
 *
 *      2. Mixin respond-to accepts a list as parameter, which means
 *         you can include more than one breakpoint, so some examples of usage:
 *
 *          @include respond-to( (small) );
 *          Or
 *          @include respond-to( (small medium) );
 */
/*
 * Private functions
 *
 * TODO:
 *   - As soon gulp-suss is updated and uses new sass compiler version,
 *     this functions can be replaced by maps methods.
 */
/*
 * Media queries breakpoints
 */
/*
 * Public mixin
 */
/*
 * ---------------------
 *  Media Query Manager
 * ---------------------
 *
 *  Intructions:
 *
 */
body:after {
  display: none;
}
@media screen and (max-width: 767px) {
  body:after {
    content: "small";
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body:after {
    content: "ipad";
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  body:after {
    content: "medium";
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  body:after {
    content: "large";
  }
}
@media screen and (min-width: 1441px) {
  body:after {
    content: "extra-large";
  }
}
@media screen and (min-width: 1024px) {
  body:after {
    content: "below1024";
  }
}
@media screen and (max-width: 1200px) {
  body:after {
    content: "below1200";
  }
}
@media screen and (min-width: 1200px) and (max-width: 1550px) {
  body:after {
    content: "medium_large";
  }
}
@media screen and (max-width: 1440px) {
  body:after {
    content: "below1440";
  }
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0

------------------------------------------------------------- */
/* REM font sizing from http://css-tricks.com/snippets/css/less-mixin-for-rem-font-sizing/ */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
/**
 * Mixin scrollbar
 */
/**
 * Call the damn thing
 */
/* ==|== HELPER CLASSES =====================================================
   helping out
   ========================================================================== */
/*
 * Image replacement
 */
.scroll-disable {
  overflow: hidden;
}

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.helperhidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.fieldset-wrapper > label,
.webform-component > label,
fieldset fieldset > legend, .recherche_artistes .views-exposed-form .views-exposed-widget label, .recherche_globale .views-exposed-form .views-exposed-widget label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

/* some neil added */
.unstyled {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* ---------------------------------- */
/* VARIABLES    */
/* ---------------------------------- */
/*fonts*/
/*colors*/
/* ---------------------------------- */
/* GLOBALS    */
/* ---------------------------------- */
html {
  background: #f1f1f1;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 62.5%;
  /* Sets up the Base 10 REM sizing stuff */
  min-height: 100%;
  height: 100%;
}

body {
  background: #f1f1f1;
}

ol,
ul {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #232323;
  padding: 0;
}

#site-map ol,
#site-map ul {
  padding-left: 2em;
}

a {
  text-decoration: none;
}

.element-invisible {
  display: none;
}

/* ---------------------------------- */
/* TRANSITION    */
/* ---------------------------------- */
/* ---------------------------------- */
/* FONT    */
/* ---------------------------------- */
a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #232323;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #232323;
}

h1.video-trailer__title {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 6.4rem;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0.5rem;
  text-transform: uppercase;
}

h1.color-1 {
  max-width: 1030px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 4.5rem;
  color: #013ba0;
  font-style: italic;
  position: relative;
  padding-left: 7rem;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 0;
}

h1.color-1::before {
  content: "";
  background: #FAA61A;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 1.2rem;
  width: 6px;
  height: 100%;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

h1.color-1.no-subtitle::before {
  content: "";
  background: #FAA61A;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 1.2rem;
  width: 6px;
  height: 7rem;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.video-trailer__more span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.25;
  display: inline-block;
}

.color-1-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #ffffff;
  background: #013ba0;
  border-radius: 3rem;
  margin: 2rem 0;
  padding: 0 3rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 5rem;
  display: inline-block;
}

.red-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #ffffff;
  background: #EB0024;
  border-radius: 3rem;
  margin: 2rem 0;
  padding: 0 3rem;
  text-transform: uppercase;
  text-align: center;
  height: 5rem;
  line-height: 5rem;
}

h2 {
  position: relative;
  padding-left: 1.7rem;
  line-height: 1;
  margin: 0;
}

h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0.2rem;
  width: 0.4rem;
  height: 2.8rem;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

h2.color-1 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 3rem;
  color: #013ba0;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.billetterie h2.color-1,
.media h2.color-1 {
  margin-left: 13rem;
}

h2.color-1::before {
  background: #FAA61A;
}

h2.color-white::before {
  background: #ffffff;
}

h2.color-white {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 4rem;
  color: #ffffff;
  text-transform: uppercase;
}

h2.removal {
  margin: 0 0 6rem 20rem;
}

.page__text {
  padding: 0 13rem;
}

.page__text h2 {
  max-width: 770px;
  position: relative;
  margin: 8rem auto 2rem;
  line-height: 1;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 4rem;
  color: #013ba0;
  text-transform: uppercase;
}

.page__text h2::before {
  content: "";
  display: block;
  background: #FAA61A;
  position: absolute;
  top: 1px;
  left: 0;
  width: 4px;
  height: 3.3rem;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.page__text h3 {
  position: relative;
  margin: 5rem auto 2rem;
  line-height: 1;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  color: #232323;
}

.page__text h4 {
  position: relative;
  margin: 5rem auto 2rem;
  line-height: 1;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #404040;
}

.page__text li {
  margin-bottom: 1.5rem;
}

.page__text ul,
ol {
  padding-left: 5rem;
}

.page__text a {
  color: #013ba0;
}
.page__text a:hover {
  text-decoration: underline;
}

a.color-1-btn {
  background: #013ba0;
  display: inline-block;
  border-radius: 3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

a.color-1-btn:hover {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #FAA61A;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.red-btn {
  background: #EB0024;
  display: inline-block;
  border-radius: 3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.white-btn {
  background: #ffffff;
  display: inline-block;
  border-radius: 3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #013ba0;
  text-transform: uppercase;
  height: 5rem;
  line-height: 5rem;
}

.actualite__item h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #ffffff;
}

.actualite__item p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
}

.actualite-item h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #232323;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.actualite-item:hover h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #013ba0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.actualite-item__date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #939393;
}

.actualite-item p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #232323;
}

.artiste-item h3,
.projet-item h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #232323;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.artiste-item:hover h3,
.projet-item:hover h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #013ba0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page__header .sub {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 3rem;
  color: #232323;
  padding-left: 7.5rem;
  position: relative;
}

.page__text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #232323;
  line-height: 3rem;
}

.teaser p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #232323;
  line-height: 3.4rem;
  margin-bottom: 4rem;
}

.page__date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #939393;
}

.bloc-item {
  margin: 7rem 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6rem 1fr 6rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bloc-item div {
  background: #013ba0;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 3rem;
  color: #ffffff;
  font-style: italic;
  padding: 6rem 3rem;
  text-align: center;
  min-width: 27rem;
}

.bloc-item div:nth-child(1) {
  -ms-grid-column: 1;
}

.bloc-item div:nth-child(2) {
  -ms-grid-column: 3;
}

.bloc-item div:nth-child(3) {
  -ms-grid-column: 5;
}

.pmr {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  border: 1px solid #013ba0;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -7rem;
  right: 0;
}

.pmr img {
  position: relative;
  top: -1px;
  left: 1px;
}

/* ---------------------------------- */
/* HEADER    */
/* ---------------------------------- */
.header {
  background: #f1f1f1;
  z-index: 13;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.header__content {
  display: -ms-grid;
  display: flex;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: 7.6rem 0.3rem 7.6rem;
  grid-template-rows: 7.6rem 0.3rem 7.6rem;
  max-width: 1170px;
  margin: 20px auto 0 auto;
  transition: all 0.2s ease-in-out;
  flex-wrap: wrap;
  justify-content: space-around;
}

.header.is-sticky {
  background: #ffffff;
  height: 8.6rem;
  padding: 0.5rem 0;
  grid-template-rows: 7.6rem;
  -ms-grid-rows: 7.6rem;
  transition: all 0.2s ease-in-out;
}
.header.is-sticky .header__content {
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}
.header.is-sticky .header__logo {
  grid-row: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
}
.header.is-sticky .header__language-switcher,
.header.is-sticky .header__menu,
.header.is-sticky .header__separator,
.header.is-sticky .header__topmenu {
  display: none;
}
.header.is-sticky .color-1-btn {
  grid-column: 8/11;
  -ms-grid-column: 8;
  -ms-grid-column-span: 3;
}
.header.is-sticky .header__menu-more {
  grid-column: 11/13;
  -ms-grid-column: 11;
  -ms-grid-column-span: 2;
  grid-row: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
}
.header.is-sticky .logo-small {
  display: block;
  margin-top: 1.2rem;
}
.header.is-sticky .logo-big {
  display: none;
}

.header__logo {
  grid-column: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-row: 1/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  justify-self: left;
  -ms-grid-row-align: start;
}
.header__logo img {
  width: 100%;
}

.header .logo-small {
  display: none;
}

.header__info {
  grid-column: 3/13;
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-row: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: calc(100%/10);
  -ms-grid-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  grid-auto-rows: 50%;
  -ms-grid-rows: 50% 50%;
  -ms-flex-line-pack: center;
  align-content: center;
}

.header__dates {
  display: block;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3/6;
  -ms-grid-row: 1;
  grid-row: 1/3;
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 50%;
  -ms-grid-rows: 50% 50%;
  -ms-grid-column-align: center;
  justify-items: center;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1;
  align-self: stretch;
  -ms-grid-column-align: start;
}
.header__dates .daystart {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row-start: 1;
  grid-row-end: 2;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  color: #013ba0;
  text-transform: uppercase;
  align-self: end;
  -ms-grid-column-align: end;
  -ms-grid-row-align: center;
}
.header__dates .monthstart {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #013ba0;
  text-transform: uppercase;
  -ms-flex-item-align: start;
  align-self: start;
}
.header__dates .icon {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4/6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #013ba0;
  text-transform: uppercase;
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
}
.header__dates .dayend {
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-column: 6/9;
  -ms-grid-row: 1;
  grid-row-start: 1;
  grid-row-end: 2;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  color: #013ba0;
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: end;
}
.header__dates .monthend {
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-column: 6/9;
  -ms-grid-row: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #013ba0;
  text-transform: uppercase;
  -ms-flex-item-align: start;
  align-self: start;
}
.header__dates .separator {
  -ms-grid-column: 9;
  -ms-grid-column-span: 2;
  grid-column: 9/11;
  -ms-grid-row: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  -ms-flex-item-align: end;
  align-self: end;
  background: #013ba0;
  width: 2px;
  height: 100%;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
}
.header__dates .year {
  -ms-grid-column: 11;
  -ms-grid-column-span: 5;
  grid-column: 11/16;
  -ms-grid-row: 1;
  grid-row-start: 1;
  grid-row-end: 2;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  color: #013ba0;
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: end;
}
.header__dates .nbedition {
  -ms-grid-column: 11;
  -ms-grid-column-span: 5;
  grid-column: 11/16;
  -ms-grid-row: 2;
  grid-row-start: 2;
  grid-row-end: 2;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #013ba0;
  -ms-flex-item-align: start;
  align-self: start;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

.header__dates span {
  display: block;
}

@supports not (display: grid) {
  .header__separator {
    display: none;
  }
}
.header__separator {
  grid-column: 3/13;
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 2;
  grid-row-end: 3;
  background: #e6e6e6;
}

.header__topmenu {
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-column: 6/9;
  -ms-grid-row: 1;
  grid-row-start: 1;
  grid-row-end: 2;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  -ms-grid-row-align: center;
}

.header__language-switcher {
  -ms-grid-column: 9;
  -ms-grid-column-span: 2;
  grid-column: 9/11;
  -ms-grid-row: 1;
  grid-row-start: 1;
  grid-row-end: 2;
  justify-self: right;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  -ms-grid-row-align: center;
}

.header__content .color-1-btn {
  -ms-grid-column: 11;
  -ms-grid-column-span: 2;
  grid-column: 11/13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  grid-row-end: 2;
  justify-self: right;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  -ms-grid-row-align: center;
}

.header__content .red-btn {
  -ms-grid-column: 9;
  -ms-grid-column-span: 2;
  grid-column: 9/11;
  -ms-grid-row: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  justify-self: right;
  -ms-flex-item-align: center;
  align-self: center;
}

.header__menu {
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3/13;
  -ms-grid-row: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  line-height: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: start;
  -ms-grid-column-align: start;
}
.header__menu .hideitem {
  display: none;
  visibility: hidden;
}

.header__menu-more {
  -ms-grid-column: 11;
  -ms-grid-column-span: 2;
  grid-column: 11/13;
  -ms-grid-row: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  line-height: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: right;
  text-align: right;
}

/* ---------------------------------- */
/* NAVIGATION    */
/* ---------------------------------- */
.menu {
  visibility: hidden;
  opacity: 0;
  height: 100%;
}

.header__menu ul {
  list-style: none;
  line-height: 76px;
}
.header__menu ul li {
  display: inline-block;
  margin-right: 4.5rem;
}
.header__menu ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #232323;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__menu ul li a:hover {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #013ba0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__menu ul li a.is-active {
  font-weight: 500;
  color: #013ba0;
  border-bottom: 0.3rem solid #013ba0;
  padding-bottom: 1rem;
}

.header__menu-more ul {
  list-style: none;
  line-height: 90px;
  position: relative;
}
.header__menu-more ul li {
  display: inline-block;
  position: relative;
}
.header__menu-more ul li.mobile {
  display: none;
}
.header__menu-more ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #b4b3b3;
  text-transform: uppercase;
}
.header__menu-more ul li a.is-active {
  font-weight: 500;
  color: #232323;
}

.header__topmenu ul {
  list-style: none;
  line-height: 90px;
  position: relative;
}
.header__topmenu ul li {
  display: inline-block;
  margin-right: 3rem;
  position: relative;
}
.header__topmenu ul li:first-child::after {
  position: absolute;
  content: "";
  top: 3rem;
  right: -17px;
  height: 2.2rem;
  width: 0.3rem;
  background: #b4b3b3;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.header__topmenu ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #b4b3b3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__topmenu ul li a:hover {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #013ba0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__topmenu ul li a.is-active {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #232323;
}
.header__topmenu ul li a.is-active:hover {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #232323;
}

.header__language-switcher ul {
  list-style: none;
  line-height: 90px;
  position: relative;
}
.header__language-switcher ul li {
  display: inline-block;
  margin-left: 1rem;
  position: relative;
}
.header__language-switcher ul li:first-child::after {
  position: absolute;
  content: "";
  top: 3.6rem;
  right: -9px;
  height: 1.6rem;
  width: 0.1rem;
  background: #232323;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.header__language-switcher ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #b4b3b3;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__language-switcher ul li a:hover {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #013ba0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__language-switcher ul li a.is-active {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #232323;
}
.header__language-switcher ul li a.is-active:hover {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #232323;
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  background: #013ba0;
  z-index: 15;
}
.menu .menu__header {
  display: flex;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: calc(100%/12);
  -ms-grid-columns: calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12);
  grid-template-rows: 7.6rem 0.3rem 7.6rem;
  -ms-grid-rows: 7.6rem 0.3rem 7.6rem;
  max-width: 1170px;
  margin: 5rem auto;
  margin-top: 2rem;
}
@supports not (display: grid) {
  .menu .menu__header .menu__more {
    position: absolute;
    right: 15%;
    top: 10%;
  }
}
.menu .menu__header .header__dates {
  text-align: center;
}
.menu .menu__logo {
  grid-column: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-row: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
}
.menu .menu__info {
  grid-column: 3/13;
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-row: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: calc(100%/10);
  -ms-grid-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  grid-auto-rows: 50%;
  -ms-grid-rows: 50%;
}
.menu .menu__info .header__dates {
  grid-column: 1/5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}
.menu .header__dates .daystart {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  color: #ffffff;
}
.menu .header__dates .monthstart {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #ffffff;
}
.menu .header__dates .icon {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #ffffff;
}
.menu .header__dates .dayend {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  color: #ffffff;
}
.menu .header__dates .monthend {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #ffffff;
}
.menu .header__dates .separator {
  background: #ffffff;
}
.menu .header__dates .year {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  color: #ffffff;
}
.menu .header__dates .nbedition {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #ffffff;
}
.menu .menu__more {
  grid-column: 11/13;
  -ms-grid-column: 11;
  -ms-grid-column-span: 2;
  grid-row: 3/4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  justify-self: right;
  -ms-flex-item-align: center;
  align-self: center;
}
.menu ul {
  width: 1030px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  padding: 0;
}
.menu ul li {
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
  width: 33.33%;
  margin-bottom: 2.5rem;
}
.menu ul li a {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu ul li a:hover {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #FAA61A;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu ul li a::before {
  content: "";
  display: block;
  background: #FAA61A;
  position: absolute;
  top: 5px;
  left: 0;
  width: 3px;
  height: 2.4rem;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.menu ul li ul {
  display: block;
}
.menu ul li ul li {
  line-height: 2.6rem;
  padding: 0;
  margin: 0;
}
.menu ul li ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu ul li ul li a:hover {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #FAA61A;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu ul li ul li a::before {
  content: none;
}

.page__menu {
  max-width: 1170px;
  margin: 2rem auto;
  text-align: center;
}
.page__menu ul {
  display: inline-block;
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px 0 rgba(37, 79, 153, 0.2);
  box-shadow: 0 0 30px 0 rgba(37, 79, 153, 0.2);
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .page__menu ul {
    display: none;
  }
}
.page__menu ul li {
  display: inline-block;
  height: 6.5rem;
  padding: 0 3.5rem;
  position: relative;
}
.page__menu ul li::before {
  position: absolute;
  content: "";
  top: 2.25rem;
  left: -5px;
  height: 2.2rem;
  width: 0.1rem;
  background: #b4b3b3;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.page__menu ul li:first-child::before {
  content: "";
  background: none;
}
.page__menu ul li a {
  line-height: 6.5rem;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #939393;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page__menu ul li a:hover {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #013ba0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page__menu ul li.is-active {
  background: #013ba0;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  z-index: 11;
  margin-right: -7px;
  margin-left: -7px;
  padding-right: calc(3.5rem + 7px);
  padding-left: calc(3.5rem + 7px);
}
.page__menu ul li.is-active::before {
  content: "";
  background: none;
}
.page__menu ul li.is-active a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #ffffff;
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

.breadcrumb {
  max-width: 1030px;
  margin: 0 auto;
}
.breadcrumb ol li {
  display: inline-block;
  position: relative;
  margin-right: 2rem;
}
.breadcrumb ol li::before {
  position: absolute;
  content: "";
  top: 0.5rem;
  left: -1rem;
  height: 1.2rem;
  width: 0.1rem;
  background: #b4b3b3;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.breadcrumb ol li:first-child::before {
  content: "";
  background: none;
}
.breadcrumb ol li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #232323;
}
.breadcrumb ol li span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #939393;
}

/* ---------------------------------- */
/* BREADCRUMB    */
/* ---------------------------------- */
.breadcrumb {
  max-width: 1267px;
}

/* ---------------------------------- */
/* MAIN    */
/* ---------------------------------- */
.main {
  max-width: 1440px;
  margin: 20rem auto 0 auto;
}

.memoires {
  max-width: 1440px;
  margin: 20rem auto 0 auto;
}

.video-trailer {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 50%;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-rows: 100%;
  -ms-grid-columns: 50%;
  align-items: center;
  width: 1170px;
  margin: 0 auto;
}

@supports not (display: grid) {
  .video-trailer {
    margin: 0 auto 6%;
    display: flex;
  }
}
.video-trailer__bg {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  grid-row: 1/2;
}

@supports not (display: grid) {
  .video-trailer__bg {
    position: relative;
  }
}
.video-trailer__info {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row-align: center;
  grid-column: 2/3;
  -ms-grid-row: 1;
  grid-row: 1/2;
  position: relative;
}

@supports not (display: grid) {
  .video-trailer__info {
    position: absolute;
    right: 34rem;
  }
}
.video-trailer__info::before {
  display: block;
  content: "";
  position: absolute;
  top: 17px;
  height: 130px;
  width: 0.6rem;
  background: #ffffff;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.video-trailer__text {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 25%;
  grid-auto-rows: 8.3rem;
  padding-left: 3rem;
  -ms-grid-columns: 25%;
  -ms-grid-rows: 9.5rem;
}

.video-trailer__title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  -ms-grid-row: 1;
  grid-row: 1/3;
}

.video-trailer__more {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 2;
  grid-row: 2/3;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 20%;
  -ms-grid-columns: 20%;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@supports not (display: grid) {
  .video-trailer__more {
    display: flex;
    padding-left: 0;
  }
  .video-trailer__more span {
    padding-left: 10%;
  }
}
.video-trailer__info img {
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-row: 1/6;
  -ms-grid-row: 1;
  grid-row: 1/2;
}

.video-trailer__info a:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/3;
  -ms-grid-row: 1;
  grid-row: 1/2;
}

.video-trailer__info a {
  -ms-grid-column: 5;
  -ms-grid-column-span: 4;
  grid-column: 2/6;
  -ms-grid-row: 1;
  grid-row: 1/2;
  vertical-align: middle;
  -ms-grid-column-align: center;
  -ms-grid-row-align: center;
  display: block;
}

.lineup {
  max-width: 1316px;
  margin: 0 auto 5rem auto;
  height: 590px;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: calc(100%/12);
  grid-auto-rows: 100px;
  -ms-grid-columns: calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12);
  -ms-grid-rows: 100px;
}

@supports not (display: grid) {
  .lineup {
    background: #FAA61A;
    background-size: cover;
    height: auto;
    padding: 10rem 7rem;
    width: auto;
  }
}
.lineup.unseen {
  display: none;
}

.lineup__list {
  -ms-grid-column: 5;
  -ms-grid-column-span: 7;
  grid-column: 5/12;
  -ms-grid-row: 2;
  grid-row: 2/6;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
@media (max-width: 1200px) {
  .lineup__list {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
  }
}

.lineup__bg {
  grid-column: 1/13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  background-size: cover;
  background-position: top;
  height: 590px;
}

@supports not (display: grid) {
  .lineup__bg {
    display: none;
  }
}
.lineup ul li {
  display: inline;
  text-transform: uppercase;
  line-height: 4rem;
  margin-right: 1rem;
}

.lineup ul li a {
  line-break: after-white-space;
}

.lineup ul li:nth-child(odd) a {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  color: #013ba0;
}

.lineup ul li:nth-child(even) a {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  color: #ffffff;
}

.programmation {
  max-width: 1030px;
  margin: 0 auto;
  overflow: hidden;
}

.programmation.unseen {
  display: none;
}

.programmation__calendar {
  max-width: 1030px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 155px 155px 155px 155px 155px 155px;
  grid-template-columns: repeat(20, 155px);
  grid-auto-rows: 160px;
  -ms-grid-rows: 160px;
  grid-gap: 2rem;
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.social {
  max-width: 1440px;
  margin: 0 auto 6rem auto;
}

.social h2 {
  max-width: 1170px;
  margin: 0 auto 6rem auto;
}

.calendar-item {
  background: #ffffff;
}

.calendar-item.next,
.calendar-item.previous {
  position: absolute;
  height: 160px;
  cursor: pointer;
}

.calendar-item.previous {
  left: 0;
}

.calendar-item.next {
  right: 0;
}

.calendar-item.is-active {
  background: #013ba0;
}

.calendar-item {
  display: flex;
  flex-direction: column;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 160px;
  -ms-grid-columns: 160px;
  -ms-grid-column-align: center;
  justify-items: center;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-rows: 20%;
  line-height: 1;
}

.calendar-item .dayname {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  grid-row: 1/2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  color: #013ba0;
  text-transform: uppercase;
}

.calendar-item .daynumber {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  grid-row: 2/3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  color: #013ba0;
}

.calendar-item .month {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 4;
  grid-row: 3/4;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #013ba0;
}

.calendar-item span {
  display: block;
  text-align: center;
  -ms-grid-row-align: center;
}

.calendar-item.is-active .dayname {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  color: #ffffff;
}

.calendar-item.is-active .daynumber {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  color: #ffffff;
}

.calendar-item.is-active .month {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #ffffff;
}

.calendar-item.next .dayname,
.calendar-item.previous .dayname {
  text-transform: inherit;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #232323;
}

.calendar-item.next .daynumber,
.calendar-item.previous .daynumber {
  text-transform: inherit;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #232323;
}

.programmation__action {
  text-align: right;
  margin: 3rem 7rem 5rem auto;
}

.programmation__action a {
  margin-left: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #232323;
}
.programmation__action a svg {
  width: 18px;
}
.programmation__action a:first-of-type svg {
  width: 26px;
}

.programmation__action a svg {
  vertical-align: middle;
}

.page .programmation__action {
  border-top: 3px solid #e6e6e6;
  padding: 3rem 0;
  margin: 3rem auto 0;
}

.programmation__list {
  max-width: 1030px;
  margin: 8rem auto;
}

.page .programmation__list {
  margin: 0 auto;
}

.programmation__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: calc(100%/12);
  -ms-grid-columns: 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33%;
  line-height: 1;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
  margin-bottom: 4rem;
  min-height: 170px;
}
.programmation__item .calendar-item {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 1;
  grid-row: 1/2;
  grid-auto-columns: auto;
  display: -ms-grid;
  display: grid;
  line-height: 1;
  background: url("../img/bg_calendar.svg") no-repeat top right;
  -ms-flex-pack: distribute;
  justify-content: center;
  -ms-grid-rows: 20%;
  -ms-grid-column-align: start;
  width: 100%;
  height: initial;
}
@supports (display: grid) {
  .programmation__item .calendar-item {
    height: 230px;
  }
}
.programmation__item .calendar-item .dayname {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  grid-row: 1/2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 3rem;
  color: #ffffff;
  text-transform: uppercase;
}
.programmation__item .calendar-item .daynumber {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 3;
  grid-row: 2/3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 5rem;
  color: #ffffff;
}
.programmation__item .calendar-item .month {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 4;
  grid-row: 3/4;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  color: #ffffff;
}
.programmation__item .detail-item {
  display: flex;
  flex-direction: row;
  -ms-grid-column: 4;
  -ms-grid-column-span: 9;
  grid-column: 4/13;
  -ms-grid-row: 1;
  grid-row: 1/2;
  grid-auto-columns: calc(100%/9);
  -ms-grid-columns: 11.11% 11.11% 11.11% 11.11% 11.11% 11.11% 11.11% 11.11% 11.11%;
  display: -ms-grid;
  display: grid;
  line-height: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .programmation__item .detail-item {
    display: flex;
    justify-content: space-around;
  }
  .programmation__item .detail-item .booking {
    display: flex;
    flex-direction: column;
  }
  .programmation__item .detail-item .add-to-agenda {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 575px) {
  .programmation__item .detail-item {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
}
.programmation__item .detail-item .artist {
  width: 36rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 1;
  grid-row: 1/2;
}
@supports (display: grid) {
  .programmation__item .detail-item .artist {
    width: initial;
  }
}
.programmation__item .detail-item .head::after {
  content: "";
  display: block;
  margin: 2rem 0;
  background: #ffffff;
  width: 3rem;
  height: 0.2rem;
}
.programmation__item .detail-item .head a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #ffffff;
}
.programmation__item .detail-item .second a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #ffffff;
}
.programmation__item .detail-item .second a .sub {
  margin-top: 0.5rem;
}
.programmation__item .detail-item .head span,
.programmation__item .detail-item .second span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.2;
}
.programmation__item .detail-item .details {
  min-width: 15rem;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/7;
  -ms-grid-row: 1;
  grid-row-start: 1/2;
}
@supports (display: grid) {
  .programmation__item .detail-item .details {
    min-width: initial;
  }
}
.programmation__item .detail-item .place a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #ffffff;
}
.programmation__item .detail-item .time {
  line-height: 6rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #ffffff;
}
.programmation__item .detail-item .time img {
  position: relative;
  top: -2px;
  margin-right: 1rem;
}
.programmation__item .detail-item .category {
  background: #ffffff;
  display: inline-block;
  border-radius: 2rem;
  border: 1px solid #232323;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #232323;
  text-transform: uppercase;
  padding: 0.8rem 1rem;
}
.programmation__item .detail-item .booking {
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-column: 7/10;
  -ms-grid-row: 1;
  grid-row: 1/2;
  text-align: center;
}
.programmation__item .detail-item .book {
  margin: 0 auto;
}
.programmation__item .detail-item .book:hover {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #FAA61A;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.programmation__item .detail-item .add-to-agenda,
.programmation__item .detail-item .remove-to-agenda {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #ffffff;
  padding: 1rem 0 0;
  cursor: pointer;
}
.programmation__item .detail-item .add-to-agenda img,
.programmation__item .detail-item .remove-to-agenda img {
  position: relative;
  margin-right: 1rem;
}

.programmation__item.is-free {
  background: #ffffff;
}
.programmation__item.is-free .calendar-item {
  background: url("../img/bg_grey_calendar.svg") no-repeat top right;
  height: 140px;
}
.programmation__item.is-free .calendar-item .dayname {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  color: #ffffff;
  text-transform: uppercase;
}
.programmation__item.is-free .calendar-item .daynumber {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 3;
  grid-row: 2/3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 4.2rem;
  color: #ffffff;
}
.programmation__item.is-free .calendar-item .month {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 4;
  grid-row: 3/4;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #ffffff;
}
.programmation__item.is-free .detail-item .head::after {
  content: "";
  display: block;
  margin: 2rem 0;
  background: #e6e6e6;
  width: 3rem;
  height: 0.2rem;
}
.programmation__item.is-free .detail-item .head a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #232323;
}
.programmation__item.is-free .detail-item .second a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #232323;
}
.programmation__item.is-free .detail-item .place a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #232323;
}
.programmation__item.is-free .detail-item .time {
  line-height: 4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #232323;
}
.programmation__item.is-free .detail-item .book {
  padding: 0 4rem;
  border: 1px solid #013ba0;
}
.programmation__item.is-free .detail-item .add-to-agenda,
.programmation__item.is-free .detail-item .remove-to-agenda {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #232323;
}

.programmation__more {
  text-align: center;
}

.actualite {
  max-width: 1440px;
  margin: 0 0 4rem 0;
  height: 690px;
  width: 100%;
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 18rem 45rem;
  -ms-grid-rows: 18rem 45rem;
  align-items: start;
}

@supports not (display: grid) {
  .actualite {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    background: #FAA61A;
  }
}
.actualite__bg {
  grid-column: 1/13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-row: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  height: 690px;
  overflow: hidden;
}
.actualite__bg svg {
  height: 100%;
  max-width: none;
}

@supports not (display: grid) {
  .actualite__bg {
    display: none;
  }
}
.actualite__header {
  grid-column: 1/13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-row: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  width: 100%;
  max-width: 1030px;
  margin: 0 0 0 13rem;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: calc(100%/12);
  -ms-grid-columns: calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12) calc(100%/12);
  padding-top: 12rem;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 4rem;
}
.actualite__header h2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/7;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.actualite__header .white-btn {
  -ms-grid-column: 9;
  -ms-grid-column-span: 4;
  grid-column: 9/13;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  text-align: center;
  justify-self: end;
  width: fit-content;
  padding: 0 3rem;
}

@supports not (display: grid) {
  .actualite__header {
    display: flex;
    justify-content: space-between;
  }
}
.actualite__item img {
  -webkit-box-shadow: 9px 0 32px 0 rgba(0, 23, 64, 0.2);
  box-shadow: 9px 0 32px 0 rgba(0, 23, 64, 0.2);
}

.actualite .actualite__list {
  grid-column: 1/13;
  -ms-grid-colum: 1;
  -ms-grid-column-span: 12;
  grid-row: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  max-width: 1030px;
  margin: 4rem 0 0 13rem;
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr calc(100%/12) 1fr calc(100%/12) 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: calc(100%/12);
}

.actualite .actualite__list .actualite__item {
  -ms-grid-column-span: 1;
}

.actualite .actualite__list .actualite__item:nth-child(1) {
  -ms-grid-column: 1;
}

.actualite .actualite__list .actualite__item:nth-child(2) {
  -ms-grid-column: 3;
}

.actualite .actualite__list .actualite__item:nth-child(3) {
  -ms-grid-column: 5;
}

@supports not (display: grid) {
  .actualite .actualite__list .actualite__item:nth-child(3) {
    padding-bottom: 12rem;
  }

  .actualite__list {
    justify-content: space-between;
  }
}
.actualite__item {
  padding-bottom: 4rem;
}

@supports not (display: grid) {
  .actualite__item {
    padding-bottom: 4rem;
    width: 30%;
  }
}
.page__picture {
  max-width: 1030px;
  margin: 3rem auto 0 auto;
  height: 600px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page__picture .mask {
  width: 100%;
  height: 560px;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.page__picture .mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100px solid #f1f1f1;
  border-bottom: 600px solid transparent;
}
.page__picture .mask::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 100px solid #f1f1f1;
  border-top: 600px solid transparent;
}

.page__player {
  z-index: 11;
  background: #ffffff;
  width: 22rem;
  height: 22rem;
  position: absolute;
  top: 10rem;
  right: -6rem;
}

.carousel {
  height: 620px;
}

.carousel__cell {
  width: 100%;
  height: 560px;
  overflow: hidden;
}

.flickity-page-dots {
  bottom: 2rem;
}

.flickity-page-dots .dot {
  background: #b4b3b3;
}

.flickity-page-dots .dot.is-selected {
  background: #013ba0;
}

.flickity-page-dots .play-button {
  width: 0;
  height: 0;
  border-radius: 0;
  background: none;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #b4b3b3;
  -webkit-transform: rotate(360deg);
  position: relative;
  top: 1px;
}

.flickity-page-dots .play-button.is-selected {
  background: none;
  border-color: transparent transparent transparent #013ba0;
}

.page__header {
  max-width: 1030px;
  margin: 3rem auto 0 auto;
}

.page__text {
  max-width: 1030px;
  margin: 4rem auto;
}

.page__download {
  max-width: 770px;
  margin: 4rem auto;
  text-align: center;
}

.page__section {
  max-width: 1030px;
  margin: 3rem auto 7rem auto;
  position: relative;
}

.contact .page__section {
  margin-top: 15rem;
  padding: 0 13rem;
}

.page__part {
  max-width: 1170px;
  margin: 10rem auto;
}

.artiste-list,
.projet-list {
  max-width: 1030px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.actualite__list {
  max-width: 1030px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
}

.actualite-item {
  max-width: 300px;
  margin: 0 6.25rem 10rem 0;
}

.actualite-item:nth-child(3n+0) {
  margin-right: 0;
}

.actualite-item img {
  -webkit-box-shadow: 9px 0 32px 0 rgba(0, 23, 64, 0.2);
  box-shadow: 9px 0 32px 0 rgba(0, 23, 64, 0.2);
}

.actualite-item__date {
  margin: 2rem auto 1rem;
}

.page__date {
  max-width: 1030px;
  margin: 0 auto;
  text-align: right;
}

.page__text img {
  display: block;
  margin: 3rem auto;
}

.artiste-item,
.projet-item {
  max-width: 23rem;
  margin: 0 3.66rem 3rem 0;
}

.artiste-item:nth-child(4n+0),
.projet-item:nth-child(4n+0) {
  margin-right: 0;
}

.artiste-item .picture {
  position: relative;
}

.artiste-item .weight {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #232323;
  font-style: italic;
  margin: 0 auto;
  text-align: center;
}

.artiste-item img,
.projet-item img {
  display: block;
  width: 100%;
  margin: 3rem auto;
}

.artiste-item span {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #FAA61A;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  text-align: center;
  line-height: 5rem;
}

.scene-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: 1fr;
}

.scene-item {
  max-width: 60%;
  margin: 0 3rem 6rem 0;
  position: relative;
}
.scene-item .picture {
  overflow: hidden;
  margin-top: 3rem;
}
.scene-item .mask {
  width: 100%;
  height: 390px;
  position: absolute;
  z-index: 10;
}
.scene-item .mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100px solid #f1f1f1;
  border-bottom: 390px solid transparent;
}
.scene-item .mask::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 100px solid #f1f1f1;
  border-top: 390px solid transparent;
}

.scene-item:nth-child(odd) {
  justify-self: start;
  -ms-grid-column-align: start;
}

.scene-item:nth-child(even) {
  justify-self: end;
  -ms-grid-column-align: end;
}

.scene-item:nth-child(1) {
  -ms-grid-row: 1;
}

.scene-item:nth-child(2) {
  -ms-grid-row: 2;
}

.scene-item:nth-child(3) {
  -ms-grid-row: 3;
}

.scene-item:nth-child(4) {
  -ms-grid-row: 4;
}

.scene-item:nth-child(5) {
  -ms-grid-row: 5;
}

.scene-item:nth-child(6) {
  -ms-grid-row: 6;
}

.list a img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.list a:hover img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.sirius {
  background: #ffffff;
  height: 30rem;
  margin: 6rem 0;
}

.media-dl ul {
  margin: 4rem auto;
  padding: 0 13rem;
  list-style: none;
}
.media-dl ul li {
  line-height: 1;
  position: relative;
  margin-bottom: 2.5rem;
}
.media-dl ul li::before {
  position: absolute;
  content: "";
  background: url("../img/icon_grey_arrow.svg") no-repeat;
  width: 2rem;
  height: 2rem;
  top: 0;
}
.media-dl ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #232323;
  padding-left: 2.5rem;
  display: block;
}

.media-dl.media-photo ul li {
  margin-bottom: 1.5rem;
}
.media-dl.media-photo ul li::before {
  top: 0.2rem;
}
.media-dl.media-photo ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #232323;
  display: block;
}
.media-dl.media-photo ul li a span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #232323;
  line-height: 1;
  padding: 1rem 0 0;
}

/*.memoires {
	.page__header {
		.color-1-btn {
			position: absolute !important;
			right: 15%;
			top: 30%;
			@media screen and (max-width: 767px) {
				right: 15px;
				left: 15px;
				width: calc(100% - 30px);
			}
		}
	}
}*/
/* ---------------------------------- */
/* FOOTER    */
/* ---------------------------------- */
.footer {
  max-width: 100%;
  margin: 0 auto;
  background: #ffffff;
}

.footer-top {
  max-width: 1170px;
  margin: 0 auto 4rem auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: repeat(2, 1fr);
  padding: 6rem 0 0;
  grid-gap: 3rem;
}

.footer-newsletter {
  grid-column: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}
.footer-newsletter .color-1-btn a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer-newsletter .color-1-btn a {
    font-size: 1.2rem;
  }
}
.footer-newsletter p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #232323;
  margin-top: 0;
}

.footer-info {
  grid-column: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  justify-self: center;
  -ms-flex-item-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  -ms-grid-row-align: start;
}
.footer-info span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #232323;
  line-height: 2;
}
.footer-info p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #232323;
  line-height: 1;
}

.footer-logos {
  background: #f3f3f3;
}
.footer-logos p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-logos p a {
  margin-right: 3rem;
}
.footer-logos p a:last-child {
  margin-right: 0;
}
.footer-logos p img {
  max-width: 100px;
  -moz-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  transition: 0.6s;
}
@media screen and (min-width: 0\0) {
  .footer-logos p img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;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'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
  }
}
.footer-logos p img:hover {
  -moz-filter: grayscale(0);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -moz-filter: opacity(100%);
  -webkit-filter: opacity(100%);
  filter: opacity(100%);
  opacity: 1;
  background: none;
  -ms-transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
@media screen and (min-width: 0\0) {
  .footer-logos p img:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  }
}

.footer-bottom {
  background: #ffffff;
  z-index: 11;
  height: 4.7rem;
  line-height: 3.3rem;
  border-top: 1px solid #f1f1f1;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}

.footer-bottom__content {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-flex-line-pack: center;
  align-content: center;
  grid-gap: 3rem;
}

.footer-player {
  grid-column: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.footer-menu {
  grid-column: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.footer-menu ul {
  display: inline-block;
  padding: 0;
}
.footer-menu ul li {
  display: inline-block;
  margin-right: 1rem;
}
.footer-menu ul li a {
  border: 1px solid #232323;
  border-radius: 3rem;
  padding: 0.3rem 2rem;
  height: 5rem;
  line-height: 5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #232323;
  text-transform: uppercase;
}
.footer-menu a {
  margin-left: 1rem;
}

.footer-pro a,
.footer-pro p {
  font-size: 1.4rem;
}
.footer-pro .footer-top {
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
}
.footer-pro .footer-top h2 {
  grid-column: 1/5;
}
.footer-pro .footer-top div.footer-part {
  display: grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-gap: 1rem;
}
.footer-pro .footer-top a {
  display: inline-block;
  text-decoration: underline;
}
.footer-pro .footer-top a.color-1-btn,
.footer-pro .footer-top form {
  text-decoration: none;
  margin: 0;
}
.footer-pro .footer-part__text {
  grid-column: 1/2;
  grid-row: 1/2;
}
.footer-pro .footer-part__action {
  grid-column: 1/2;
  grid-row: 2/2;
  align-self: start;
}

.footer-espacepro {
  max-width: 100%;
  margin: 0 auto;
  background: #ffffff;
  position: fixed;
  bottom: 60px;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
}
.footer-espacepro a,
.footer-espacepro p {
  font-size: 1.4rem;
}
.footer-espacepro .footer-top {
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
}
.footer-espacepro .footer-top h2 {
  grid-column: 1/5;
  -ms-grid-row: 1;
}
.footer-espacepro .footer-top div.footer-part {
  -ms-grid-row: 2;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-rows: 1fr 1rem 1fr;
  grid-gap: 1rem;
}
.footer-espacepro .footer-top .footer-presse {
  -ms-grid-column: 1;
}
.footer-espacepro .footer-top .footer-artiste {
  -ms-grid-column: 2;
}
.footer-espacepro .footer-top .footer-technique {
  -ms-grid-column: 3;
}
.footer-espacepro .footer-top .footer-pro {
  -ms-grid-column: 4;
}
.footer-espacepro .footer-top a {
  display: inline-block;
  text-decoration: underline;
}
.footer-espacepro .footer-top a.color-1-btn,
.footer-espacepro .footer-top form {
  text-decoration: none;
  margin: 0;
}
.footer-espacepro .footer-part__text {
  grid-column: 1/2;
  -ms-grid-column: 1;
  grid-row: 1/2;
  -ms-grid-row: 1;
}
.footer-espacepro .footer-part__action {
  grid-column: 1/2;
  -ms-grid-column: 1;
  grid-row: 2/2;
  -ms-grid-row: 3;
  align-self: start;
}

.footer .action {
  position: fixed;
  right: 3rem;
  bottom: 38rem;
  z-index: 12;
}
.footer .action div {
  background: #f1f1f1;
  text-align: center;
  margin: 1rem auto;
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid #013ba0;
  border-radius: 50%;
  line-height: 4.5rem;
  cursor: pointer;
}
.footer .action div div {
  background: none;
  border: none;
  margin: 0 auto;
}
.footer .action div img {
  position: relative;
  top: -2px;
}
.footer .action .share-btn {
  margin: 0;
  border: 0;
}
.footer .action #share {
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.footer .action #share.is-active {
  height: 13.5rem;
  border-radius: 3rem;
  transition: all 0.2s ease-in-out;
}
.footer .action #share img {
  right: 2px;
}

#backToTop, #access {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#backToTop.is-visible, #access.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ---------------------------------- */
/* FORMS    */
/* ---------------------------------- */
.footer form {
  margin: 4rem auto 0;
  padding: 0;
}

.search-form {
  width: 60%;
  margin: 0 auto;
}

.webform-client-form form {
  padding: 0 13rem;
}

input[type="text"],
textarea,
input[type="email"],
.webform-component-select,
input[type="password"] {
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #232323;
  padding: 1rem 3rem;
  border: 0;
  border-radius: 3rem;
  box-shadow: 0 0 30px 0 rgba(37, 79, 153, 0.2);
  -webkit-box-shadow: 0 0 30px 0 rgba(37, 79, 153, 0.2);
  -moz-box-shadow: 0 0 30px 0 rgba(37, 79, 153, 0.2);
}

input[type="email"],
input[type="text"] {
  height: 5rem;
}

fieldset {
  border: 0;
  margin: 6rem 0 0;
  padding: 0;
}

select {
  border: 0;
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #232323;
  height: 3rem;
}

textarea {
  width: 100%;
  margin: 0;
  min-height: 15rem;
}

select {
  width: 100%;
}

select option {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #232323;
}

.select-container {
  height: 5rem;
}

.footer input[type="email"],
.search-form input[type="text"],
.footer-pro input[type="password"] {
  border-radius: 3rem 0 0 3rem;
  width: 74%;
  height: 5rem;
}

input[type="submit"] {
  border: 0;
  background: #013ba0;
  border-radius: 3rem;
  padding: 1rem 3rem;
  position: relative;
  left: -3px;
  width: 25%;
  height: 5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #ffffff;
  margin: 0 auto;
}

.form-managed-file input[type="submit"] {
  border: 0;
  background: #ffffff;
  border-radius: 3rem;
  border: 1px solid #013ba0;
  padding: 0 3rem;
  position: relative;
  left: -3px;
  width: auto;
  height: 4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #013ba0;
  margin: 0 auto;
}

.asterisque-info {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #232323;
  margin: 2rem 0;
}

.footer input[type="submit"],
.search-form input[type="submit"] {
  border: 0;
  color: #ffffff;
  background: #013ba0;
  border-radius: 0 3rem 3rem 0;
  padding: 1rem 3rem;
  position: relative;
  left: -3px;
  width: 24%;
  height: 5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #ffffff;
}

.footer-pro input[type="submit"] {
  padding: 1rem 2rem;
}

.search-form input[type="submit"] {
  top: -1px;
}

fieldset fieldset {
  border: 0;
  margin: 0 0 2rem;
  padding: 0;
}

fieldset legend {
  margin-bottom: 3rem;
  line-height: 1;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 3rem;
  color: #232323;
  display: inline-block;
}

.fieldset-wrapper > label,
.webform-component > label,
fieldset fieldset > legend {
  margin-bottom: 0;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
  color: #232323;
}

.webform-component-radios {
  margin-bottom: 2rem;
}

.form-type-checkbox,
.form-type-radio {
  margin: 1rem 0;
}

.form-type-checkbox label,
.form-type-radio label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #232323;
  padding-left: 1rem;
}

[type="checkbox"],
[type="radio"] {
  position: relative;
  top: -1px;
}

input[type="text"],
.webform-component-select,
input[type="email"] {
  width: 50%;
  height: 5rem;
  margin-bottom: 3rem;
}

input[type="file"],
label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #232323;
}

input[type="file"] {
  padding: 0.25rem 2rem;
}

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

.contact form {
  display: grid;
  grid-auto-columns: 1fr;
  grid-gap: 3rem;
}

.contact .select-container {
  display: block;
  grid-column: 1/2;
  grid-row: 1/2;
}

.contact input[type="text"],
.contact .select-container,
textarea {
  margin-bottom: 2rem;
}

.contact .select-container select {
  width: 100%;
}

.contact input[type="text"] {
  display: inline-block;
  grid-row: 2/2;
}

.contact textarea {
  grid-column: 1/3;
  min-height: 20rem;
}

.form-file {
  grid-column: 1/3;
}

.contact input[type="submit"] {
  grid-column: 1/3;
  align-self: center;
  margin: 0 auto;
}

/* ---------------------------------- */
/* HELPERS    */
/* ---------------------------------- */
/* ---------------------------------- */
/* TABLETS    */
/* ---------------------------------- */
@media only screen and (max-width: 1500px) {
  .menu .menu__header {
    grid-template-rows: 0 0 7rem;
    padding: 0 5rem;
    margin: 2rem auto 0;
  }
  .menu .menu__header .menu__logo, .menu .menu__header .menu__info {
    visibility: hidden;
  }
}
@media only screen and (max-width: 1200px) {
  .header,
  .main {
    max-width: 1170px;
  }

  .main {
    margin: 22rem 5rem 0;
  }

  .main--home {
    margin: 22rem 0 0;
  }

  .footer {
    padding: 0 5rem;
  }

  .mask {
    display: none;
  }

  .header {
    padding: 0 5rem;
    width: auto;
  }

  .header.is-sticky {
    padding: 0.5rem 5rem;
    width: auto;
    margin-top: 0;
  }

  .header__content {
    grid-template-columns: calc(100%/23);
    -ms-grid-columns: calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23);
    margin: 20px auto 0;
  }

  .header__language-switcher,
  .header__menu {
    display: none;
  }

  .header__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6;
    -ms-grid-row: 1;
    grid-row: 1/2;
  }

  .header__dates {
    -ms-grid-column: 6;
    -ms-grid-column-span: 8;
    grid-column: 6/12;
    -ms-grid-row: 1;
    grid-row: 1/2;
  }

  .header__topmenu {
    -ms-grid-column: 16;
    -ms-grid-column-span: 8;
    grid-column: 12/24;
    -ms-grid-row: 1;
    grid-row: 1/2;
    justify-self: self-end;
  }

  .header__topmenu ul li {
    margin-right: 0;
    margin-left: 3rem;
  }

  .header__separator {
    -ms-grid-column: 6;
    -ms-grid-column-span: 8;
    grid-column: 6/24;
    -ms-grid-row: 2;
    grid-row: 2/3;
  }

  .header.is-sticky .header__menu-more {
    grid-column: 15/23;
  }

  .header.is-sticky .color-1-btn {
    grid-column: 10/23;
  }

  .menu {
    height: auto;
  }

  .menu ul {
    width: 100%;
    max-height: 100%;
  }

  .menu ul li {
    width: 100%;
    margin-bottom: 2rem;
  }

  .menu .menu__header {
    grid-template-rows: 0 0 7rem;
    padding: 0 5rem;
    margin: 2rem auto 0;
  }

  .menu .menu__info,
  .menu .menu__logo {
    display: none;
  }

  .menu ul {
    padding: 0 3rem;
  }

  .header__content .color-1-btn {
    -ms-grid-column: 13;
    -ms-grid-column-span: 4;
    grid-column: 16/20;
    -ms-grid-row: 3;
    grid-row: 3/4;
  }

  .header__menu-more {
    -ms-grid-column: 19;
    -ms-grid-column-span: 5;
    grid-column: 19/24;
    -ms-grid-row: 3;
    grid-row: 3/4;
  }

  .page__text p {
    padding: 0;
  }

  section {
    max-width: 100%;
    width: 100%;
    margin: 5rem 5rem 0;
  }

  .video-trailer {
    grid-template-columns: calc(100%/23);
    -ms-grid-columns: calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23) calc(100%/23);
    grid-auto-columns: inherit;
    margin: 0 5rem 5rem;
    width: auto;
  }

  .video-trailer__bg {
    grid-column: 1/24;
  }

  .video-trailer__info {
    grid-column: 5/21;
  }

  .video-trailer__info a:nth-child(2) {
    display: none;
  }

  .video-trailer__more {
    padding-left: 6rem;
  }

  .lineup {
    background-image: none;
    background: #FAA61A;
    height: auto;
    grid-auto-rows: auto;
    padding: 5rem 0;
    margin: 0 0 5rem;
    width: auto;
  }

  .lineup__bg {
    display: none;
  }

  .lineup__list {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
    padding: 0 3rem;
    position: relative;
  }

  .lineup ul li a {
    font-style: italic;
  }

  .lineup ul li:nth-child(even) a,
  .lineup ul li:nth-child(odd) a {
    font-size: 2.6rem;
  }

  .programmation {
    margin: 0 0 5rem;
    width: auto;
  }

  .main--home .programmation {
    margin: 0 5rem 5rem;
    width: auto;
  }

  .programmation__action {
    text-align: left;
  }

  .programmation__action a {
    margin-left: 0;
    margin-right: 2rem;
  }

  .calendar-item.next,
  .calendar-item.previous {
    display: none;
  }

  .actualite {
    background-image: none;
    background: #FAA61A;
    height: auto;
    grid-template-rows: 12rem auto;
  }

  .actualite__header {
    padding: 5rem;
    margin: 0 auto;
  }

  .actualite .actualite__list {
    padding: 0;
  }

  .actualite__header .white-btn {
    grid-column: 8/13;
  }

  .actualite .actualite__list {
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-columns: 1fr;
    margin: 4rem 7rem;
    justify-items: center;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 575px) {
  .actualite .actualite__list {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 1200px) {
  .actualite__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-columns: 1fr;
    justify-items: center;
  }

  .actualite-item,
  .actualite__list .video-item {
    margin-right: 0;
  }

  .actualite__item {
    width: 70%;
    margin-bottom: 5rem;
  }

  .actualite__item img {
    width: 100%;
  }

  .actualite__bg {
    display: none;
  }

  .search-form {
    width: 100%;
  }

  .artiste-item,
  .projet-item {
    width: 30%;
    max-width: 100%;
    margin: 0 4.99% 3rem 0;
  }

  .artiste-item:nth-child(3n+0),
  .projet-item:nth-child(3n+0) {
    margin-right: 0;
  }

  .artiste-item:nth-child(4n+0),
  .projet-item:nth-child(4n+0) {
    margin-right: 4.99%;
  }

  h2.removal {
    margin: 0 auto 6rem;
  }

  .page__player {
    right: 2rem;
  }

  .carousel,
  .page__picture {
    height: auto;
  }

  .page__picture .mask {
    display: none;
    height: auto;
  }

  .page__text {
    padding: 0 7rem;
  }

  .programmation__item {
    grid-auto-columns: calc(100%/23);
  }

  .programmation__item .calendar-item,
  .programmation__item.is-free .calendar-item {
    grid-column: 1/7;
    justify-content: center;
  }

  .programmation__item .detail-item {
    grid-column: 7/24;
    grid-auto-columns: auto;
    grid-gap: 1rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767px) {
  .programmation__item .detail-item {
    grid-column: 9/24;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 576px) {
  .programmation__item .detail-item .programmation__item .detail-item {
    align-items: start;
  }
}

@media only screen and (max-width: 1200px) {
  .programmation__item .detail-item .artist {
    grid-column: 2/5;
  }

  .programmation__item .detail-item .details {
    grid-column: 5/8;
  }

  .programmation__item .detail-item .booking {
    grid-column: 8/10;
  }

  .programmation__item .detail-item .book {
    visibility: hidden;
    position: relative;
    justify-self: center;
    width: 4rem;
  }

  .programmation__item .detail-item .book::before {
    visibility: visible;
    content: "";
    background: url("../img/icon_arrow-right_white.png") no-repeat;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
  }

  .programmation__item.is-free .detail-item .book::before {
    background: url("../img/icon_arrow-right_black.png") no-repeat;
  }

  .programme .programmation__item .detail-item .book::before {
    background: url("../img/icon_cross_min.svg") no-repeat;
  }

  .page .programmation__action {
    padding: 3rem 2rem;
  }

  .bloc-item {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 1fr 1fr;
  }

  .programmation__calendar {
    overflow: scroll;
    grid-template-columns: repeat(20, 155px);
    -ms-grid-columns: 155px 155px 155px 155px 155px 155px 155px 155px 155px 155px 155px 155px 155px 155px 155px 155px 155px 155px 155px 155px;
  }

  .social h2 {
    margin: 7rem 5rem 5rem;
  }

  .billetterie h2.color-1,
  .media h2.color-1 {
    margin-left: 7rem;
  }

  .media-dl ul,
  .media-form form {
    padding: 0 7rem;
  }

  .media-form input[type="text"] {
    width: 100%;
  }

  .contact .page__section {
    padding: 0 7rem;
  }

  .contact .select-container {
    grid-column: 1/3;
  }

  .footer-espacepro {
    padding: 0 5rem;
  }

  .footer-top {
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-columns: 1fr;
  }

  .footer-info {
    display: none;
  }

  .footer form {
    width: 80%;
  }

  .footer-top {
    margin: 0 auto 12rem;
  }

  .footer-bottom {
    height: 16rem;
    line-height: 8rem;
  }

  .footer-bottom__content {
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-columns: 1fr;
    grid-template-rows: repeat(1, 8rem);
    -ms-grid-rows: 8rem;
    grid-gap: 0;
  }

  .footer-player {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .footer-menu {
    grid-column: 1/2;
    grid-row: 2/2;
  }

  .footer-pro .footer-top {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 1fr 1fr;
  }

  .footer-pro .footer-top h2 {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 768px) {
  .header__dates {
    -ms-grid-column: 7;
    -ms-grid-column-span: 9;
    grid-column: 7/16;
    -ms-grid-row: 1;
    grid-row: 1/2;
  }

  .header__separator {
    -ms-grid-column: 7;
    -ms-grid-column-span: 17;
    grid-column: 7/24;
    -ms-grid-row: 2;
    grid-row: 2/3;
  }
}
/* ---------------------------------- */
/* PHONES    */
/* ---------------------------------- */
@media only screen and (max-width: 576px) and (max-width: 767px) {
  .mobile {
    display: block;
  }

  .footer,
  .header,
  .main,
  footer,
  section {
    width: auto;
  }

  .main {
    margin: 3rem 0;
  }

  .main--home {
    margin: 5rem 0 0;
  }

  h1.color-1 {
    word-break: break-word;
    font-size: 2.4rem;
    padding-left: 4rem;
  }

  h1.color-1::before {
    top: 0.5rem;
    height: 100%;
  }

  h1.video-trailer__title {
    font-size: 3rem;
  }

  .page__header .sub,
  .page__text h2,
  h2.color-1 {
    font-size: 2rem;
  }

  .billetterie h2.color-1,
  .media h2.color-1 {
    margin-left: 0;
  }

  .actualite__item h3,
  .page__text h3 {
    font-size: 1.6rem;
  }

  .page__text p {
    font-size: 1.4rem;
  }

  .media h2.color-1 {
    margin-left: 0;
  }

  .page__header .sub {
    padding-left: 3.5rem;
  }

  .media-form form fieldset legend {
    font-size: 2rem;
    word-break: break-word;
  }

  .media-form form fieldset fieldset legend,
  label.checkbox-container {
    font-size: 1.8rem;
  }

  .header {
    padding: 0;
    position: relative;
    margin: 1rem 2rem 0;
  }

  .menu .menu__header {
    margin: 0 2rem;
  }

  .menu .menu__more {
    grid-column: 9/13;
  }

  .menu .menu__more a img {
    width: 3rem;
    height: 3rem;
  }

  .menu ul {
    padding: 0 2rem;
  }

  .menu ul li {
    width: 100%;
  }

  .menu ul li a {
    font-size: 2rem;
  }

  .page__date,
  .page__header,
  .page__menu,
  .page__picture,
  .page__section header,
  .page__text,
  .scene-list,
  .search-form,
  article header {
    padding: 0 2rem;
  }

  .programmation h2.removal {
    margin: 0 2rem 3rem;
  }

  .header .logo-big {
    display: none;
  }

  .header .logo-small {
    display: block;
  }

  .header__content {
    grid-template-columns: repeat(8, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0;
    grid-template-rows: 6rem 3rem;
    -ms-grid-rows: 6rem 3rem;
  }

  .header.is-sticky {
    padding: 0;
    height: auto;
    background: none;
  }

  .header.is-sticky .header__logo,
  .header__logo {
    grid-column: 1/4;
  }

  .header__dates {
    grid-column: 1/3;
    grid-row: 2/3;
    grid-template-columns: repeat(15, 0.8rem);
    -ms-grid-xolumns: 0.8rem 0.8rem 0.8rem 0.8rem 0.8rem 0.8rem 0.8rem 0.8rem 0.8rem 0.8rem 0.8rem 0.8rem 0.8rem 0.8rem 0.8rem;
  }
  .header__dates p {
    grid-column: 1 / 16;
  }
  .header__dates p img {
    max-width: 100%;
    max-height: 100%;
  }

  .header__dates .dayend,
  .header__dates .daystart,
  .header__dates .year {
    font-size: 1.6rem;
  }

  .header__dates .monthend,
  .header__dates .monthstart,
  .header__dates .nbedition {
    font-size: 0.6rem;
  }

  .header__dates .icon img {
    width: 0.5rem;
    height: 0.5rem;
  }

  .header__separator,
  .header__topmenu {
    display: none;
  }

  .header__content .color-1-btn {
    display: none;
  }

  .header__menu-more {
    grid-column: 4/9;
    grid-row: 1/2;
  }

  .header__menu-more ul {
    line-height: inherit;
  }

  .header__menu-more ul li.mobile {
    display: inline-block;
  }

  .header__menu-more ul li img {
    width: 3rem;
    height: 3rem;
  }

  .breadcrumb {
    display: none;
  }

  .page__menu ul {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(2, 50%);
    -ms-grid-columns: 50% 50%;
  }

  .page__menu ul li {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page__menu ul li a {
    line-height: initial;
  }

  .page__menu ul li:nth-child(odd)::before {
    content: "";
    background: none;
  }

  .page__menu ul li.is-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 100% solid transparent;
    border-left: 100px solid transparent;
  }

  .page__menu ul li.is-active {
    transform: none;
    margin: 0;
  }

  .page__menu ul li.is-active a {
    transform: none;
  }

  .page__section {
    margin: 5rem auto;
  }

  .page__text h3,
  .page__text img,
  .page__text p {
    padding: 0;
  }

  .page__text {
    padding: 0 2rem;
  }

  .artiste-item,
  .artiste-item:nth-child(4n+0),
  .projet-item,
  .projet-item:nth-child(4n+0) {
    width: 100%;
    margin: 0 auto 3rem;
  }

  .video-trailer {
    margin: 0 2rem 3rem;
  }

  .video-trailer__more {
    grid-auto-columns: auto;
    grid-row: 1/3;
    justify-self: end;
  }

  .video-trailer__info::before,
  h1.video-trailer__title {
    display: none;
  }

  .video-trailer__text {
    padding-left: 0;
  }

  .video-trailer__more {
    padding-left: 0;
    grid-column: 1/5;
  }

  .pmr {
    right: 2rem;
  }

  .bloc-item div {
    font-size: 1.5rem;
  }

  .main--home .programmation {
    margin: 0;
  }

  .main--home .programmation h2 {
    margin: 0 3rem 2rem;
  }

  .main--home .programmation__action,
  .main--home .programmation__calendar {
    margin: 0 3rem;
  }

  .page__player {
    position: relative;
    top: auto;
    right: auto;
    margin: 2rem auto;
  }

  .carousel__cell {
    height: auto;
  }

  .artiste-list,
  .projet-list {
    padding: 0 6rem;
  }

  .artiste-item h3,
  .projet-item h3 {
    font-size: 1.4rem;
  }

  .programmation__calendar {
    grid-template-columns: repeat(20, 12rem);
    -ms-grid-columns: 12rem 12rem 12rem 12rem 12rem 12rem 12rem 12rem 12rem 12rem 12rem 12rem;
    grid-auto-rows: 12rem;
    -ms-grid-rows: 12rem;
  }

  .calendar-item {
    grid-auto-columns: 12rem;
  }

  .programmation__item {
    grid-template-columns: repeat(8, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: inherit;
    grid-gap: 1rem;
  }

  .programmation__item .calendar-item,
  .programmation__item.is-free .calendar-item {
    min-width: 8rem;
    height: auto;
    padding: 2rem 0;
    grid-column: 1/3;
  }
  @supports (display: grid) {
    .programmation__item .calendar-item,
    .programmation__item.is-free .calendar-item {
      min-width: initial;
    }
  }

  .programmation__item .detail-item {
    grid-column: 3/9;
    -ms-grid-column: 3;
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0;
    padding: 1rem 0;
    align-items: start;
  }

  .programmation__item .calendar-item .dayname,
  .programmation__item.is-free .calendar-item .dayname {
    font-size: 1.5rem;
  }

  .programmation__item .calendar-item .daynumber,
  .programmation__item.is-free .calendar-item .daynumber {
    font-size: 2.5rem;
  }

  .programmation__item .calendar-item .month,
  .programmation__item.is-free .calendar-item .month {
    font-size: 1.4rem;
  }

  .programmation__item .detail-item .artist,
  .programmation__item .detail-item .artist {
    grid-column: 1/5;
  }

  .programmation__item .detail-item .booking {
    grid-column: 4/7;
  }

  .programmation__item .detail-item .head a,
  .programmation__item .detail-item .second a,
  .programmation__item.is-free .detail-item .head a,
  .programmation__item.is-free .detail-item .second a {
    font-size: 1.2rem;
  }

  .programmation__item .detail-item .book {
    width: auto;
    padding: 0;
  }

  .programmation__action {
    text-align: center;
    margin: 3rem 0;
  }

  .programmation__action a {
    text-align: left;
    display: block;
    margin: 0 0 2rem;
  }

  .actualite {
    grid-template-rows: auto auto;
  }

  .actualite__header {
    justify-items: center;
  }

  @supports not (display: grid) {
    .actualite__header {
      display: block;
    }
  }
  .actualite__header h2 {
    grid-column: 1/13;
    font-size: 2rem;
  }

  .actualite__header .white-btn {
    grid-column: 1/13;
    grid-row: 2/3;
    justify-self: center;
    margin: 2rem 0 0;
  }

  .actualite__list {
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-columns: 1fr;
    justify-items: center;
  }

  .actualite__item {
    width: 100%;
  }

  .scene-item:nth-child(even),
  .scene-item:nth-child(odd) {
    justify-self: center;
  }

  .scene-item {
    max-width: 100%;
    margin: 0 0 5rem;
  }

  .lineup ul li:nth-child(even) a,
  .lineup ul li:nth-child(odd) a {
    font-size: 1.6rem;
  }

  .bloc-item {
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-columns: 1fr;
  }

  .media-dl ul,
  .media-form form {
    padding: 0 3rem;
  }

  .saison .page__text h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #232323;
  }

  .page__header--big {
    padding: 0 2rem;
  }

  .memoires .page__header--big ul {
    width: auto;
    height: 4rem;
    top: 0;
  }

  .page__header--big span {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 3rem;
    color: #939393;
  }

  .memoires .page__header--big ul li a,
  .memoires .page__header--big ul li span {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 4rem;
    color: #013ba0;
  }

  .memoires .page__header--big ul::after {
    content: "";
    background: none;
  }

  .programmation {
    margin: 4rem auto;
  }

  .page__media .media-wall a {
    width: 50%;
  }

  .big-link {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 4rem;
    color: #939393;
    font-style: italic;
    position: relative;
  }

  .big-link::after {
    content: "";
    background: url("../img/icon_grey_big_arrow_down.svg") no-repeat;
    width: 5rem;
    height: 3rem;
    display: block;
    position: absolute;
    left: calc(50% - 2.4rem);
    bottom: -4rem;
  }

  .contact .page__section {
    padding: 0 2rem;
  }

  .contact .form-item {
    grid-column: 1/3;
  }

  .footer {
    padding: 0 2rem;
  }

  .footer form {
    width: 100%;
  }

  input[type="email"],
  input[type="text"],
  input[type="submit"],
  input[type="password"],
  .webform-component-select,
  input[type="file"] {
    width: 100%;
    border-radius: 3rem;
    margin-bottom: 2rem;
  }

  .footer input[type="email"],
  .search-form input[type="text"],
  .footer-pro input[type="password"],
  .footer input[type="submit"],
  .search-form input[type="submit"] {
    width: 100%;
    border-radius: 3rem;
    margin-bottom: 2rem;
  }

  input[type="file"] {
    padding: 0.25rem 0;
  }

  .webform-component .description {
    margin: 1rem 0;
  }

  .fieldset-wrapper > label,
  .webform-component > label,
  fieldset fieldset > legend {
    font-size: 1.6rem;
  }

  .footer-newsletter p {
    font-size: 1.4rem;
  }

  .footer-top {
    margin: 0 auto;
  }

  .footer-espacepro {
    height: auto;
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
  }

  .footer-bottom {
    height: auto;
    position: relative;
  }

  .footer .action {
    display: none;
  }

  .footer-menu ul li a {
    padding: 1rem 2rem;
  }

  .footer-pro .footer-top {
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-columns: 1fr;
  }

  .footer-pro .footer-top h2 {
    grid-column: 1/2;
  }

  .footer-pro .footer-top div.footer-part {
    grid-template-rows: auto;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
}
.header__menu-more svg {
  vertical-align: middle;
}

.logo-big {
  max-height: 90%;
}

@media screen and (max-width: 576px) {
  .actualite__item {
    margin-bottom: 0;
  }
}
.social {
  width: 100%;
  max-width: none !important;
}

.socialwall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
@media screen and (max-width: 1440px) {
  .socialwall {
    margin-left: 5rem;
  }
}
@media (max-width: 576px) {
  .socialwall {
    margin-left: 0;
    justify-content: center;
  }
}
.socialwall .text {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 15%;
  word-wrap: break-word;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.socialwall .yt-play {
  pointer-events: none;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.grid-item {
  background-size: cover;
  background-position: center center;
  background-color: #ffffff;
  position: relative;
  width: 360px;
  height: 360px;
}
@media screen and (max-width: 1440px) {
  .grid-item {
    width: calc((100vw - 10rem) / 4);
    height: calc((100vw - 10rem) / 4);
  }
}
@media (max-width: 1200px) {
  .grid-item {
    width: calc((100vw - 10rem) / 2);
    height: calc((100vw - 10rem) / 2);
  }
}
@media (max-width: 576px) {
  .grid-item {
    width: calc(100vw - 4rem);
    height: calc(100vw - 4rem);
  }
}

.item-fb {
  background-color: #013ba0;
  overflow: hidden;
  text-decoration: none;
  background-size: cover;
  background-position: center;
}

.item-tw {
  background-color: #eeaa40;
  overflow: hidden;
  text-decoration: none;
  background-attachment: scroll;
  background-size: auto;
}

.social__more {
  text-align: center;
  cursor: pointer;
}

.blue-btn {
  background: #013ba0;
  display: inline-block;
  border-radius: 3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 2rem 0;
  padding: 0 3rem;
  text-align: center;
  height: 5rem;
  line-height: 5rem;
}

.social {
  max-width: 1440px;
  width: 100%;
}

.socialwalllive {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}
.socialwalllive .grid-item {
  position: relative;
  width: 25%;
  height: 350px;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .socialwalllive .grid-item {
    width: 33%;
  }
}
@media screen and (max-width: 1200px) {
  .socialwalllive .grid-item {
    width: 50%;
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .socialwalllive .grid-item {
    width: 100%;
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .footer-bottom {
    line-height: 6rem;
  }
}

.widget-player {
  grid-column: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.widget-player-artist {
  position: relative;
  margin-left: 1rem;
  margin-top: 1rem;
}

.widget-player-memories {
  position: relative;
  margin-left: 1rem;
  margin-top: 1rem;
}

.footer-player {
  grid-column: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  display: none;
}
@media screen and (max-width: 1200px) {
  .footer-player {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-player {
    flex-direction: column;
    max-height: initial;
  }
}

.player_buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .player_buttons {
    align-items: start;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .player_buttons {
    align-items: center;
    margin-top: 0;
  }
}
.player_buttons .player_bt {
  fill: #a1a1a1;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-sizing: initial;
}
.player_buttons .player_bt:hover {
  fill: #013ba0;
}
.player_buttons .player_play {
  width: 22px;
  height: 25.6px;
}
.player_buttons .player_pause {
  width: 22px;
  height: 25.6px;
  display: none;
}
.player_buttons .player_next {
  width: 16px;
  height: 10px;
  padding: .6rem 3rem;
}
.player_buttons .player_prev {
  width: 16px;
  height: 10px;
  transform: rotate(180deg);
  padding: .6rem 3rem;
}

.player_song {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  color: #232323;
  line-height: 5rem;
}

.player_title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #232323;
  line-height: 5rem;
}

#dz-root {
  display: none;
}

@media screen and (max-width: 1200px) {
  .cashless {
    width: auto;
  }
}
.cashless .color-1-btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .cashless .color-1-btn {
    height: initial;
    line-height: initial;
    padding: 1rem 3rem;
  }
}
.cashless .cashless__twocol {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
  -ms-grid-columns: 1fr 3rem 1fr;
}
@media screen and (max-width: 1200px) {
  .cashless .cashless__twocol {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cashless .cashless__twocol div:first-child {
  -ms-grid-column: 1;
}
.cashless .cashless__twocol div:last-child {
  -ms-grid-column: 3;
}
.cashless .cashless__twocol img {
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  .cashless .cashless__twocol img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .cashless .cashless__twocol img {
    margin: 3rem 0;
  }
}
.cashless .cashless__intro {
  max-width: 1170px;
  margin: 7rem auto;
  position: relative;
}
.cashless .cashless__intro h3 {
  padding-bottom: 2rem;
}
.cashless .cashless__intro .videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.cashless .cashless__intro .videocashless {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.cashless .cashless__intro .intro__text {
  padding-bottom: 3rem;
  padding-top: 2rem;
}
.cashless .cashless__intro .intro__text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #232323;
  line-height: 3.4rem;
}
@media screen and (max-width: 767px) {
  .cashless .cashless__intro .intro__text p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #232323;
  }
}
.cashless .cashless__faq h2 {
  padding-bottom: 3rem;
}
.cashless .cashless__faq h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #232323;
}
.cashless .cashless__faq p {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #232323;
}

.demo-3 {
  --color-text: #fbd54a;
  --color-bg: #333;
  --color-link: #4d4f5f;
  --color-link-hover: #bfb5b5;
  --color-info: #fff;
  --color-main-bg: #24262d;
  --path-fill-1: #013ba0;
  --path-fill-2: #eeaa40;
  --path-fill-3: #ffffff;
  --color-title: #fff;
  --font-family-title: 'Arapey', serif;
  --font-size-title: 5vmax;
  --font-weight-title: 400;
  --color-menu: #000000;
  --color-menu-hover: #fff;
  --font-family-menu: 'Arapey', serif;
  --font-size-menu: 4vmax;
  --font-weight-menu: 400;
  --button-bg: #fff;
  --button-circle: #ada4a4;
  --button-line: #222;
}

.shape-overlays {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 14;
}

.shape-overlays.is-opened {
  pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
  fill: #f1f1f1;
}

.shape-overlays__path:nth-of-type(2) {
  fill: #eeaa40;
}

.shape-overlays__path:nth-of-type(3) {
  fill: #013ba0;
}

.shape-overlays__path:nth-of-type(4) {
  fill: var(--path-fill-4);
}

.header__menu .mainNav .mainNav {
  display: none;
}
.header__menu .mainNav li {
  padding-bottom: 2rem;
  position: relative;
}
.header__menu .mainNav li:hover {
  font-weight: bold;
}
.header__menu .mainNav li:hover > ul {
  display: block;
  position: absolute;
  top: 2rem;
  background-color: white;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-top: 1.5rem;
  margin-left: -2rem;
  width: 230px;
  box-shadow: 0 0 30px 0 rgba(37, 79, 153, 0.2);
  animation: fadein 0.3s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header__menu .mainNav li:hover > ul li {
  padding: 1.5rem 2rem;
  text-align: left;
  margin: 0;
  width: 100%;
}
.header__menu .mainNav li:hover > ul li.first {
  padding-top: 3rem;
}
.header__menu .mainNav li:hover > ul li.last {
  padding-bottom: 3rem;
}
.header__menu .mainNav li:hover > ul li a {
  color: #8e8e8e;
}
.header__menu .mainNav li:hover > ul li:hover a {
  display: block;
}

.programmation__list {
  margin-top: 0;
}

.calendar-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1030px;
  margin: 0 auto;
  overflow: auto;
}
.calendar-wrapper .programmation__calendar {
  margin-bottom: 2rem;
  display: block;
  position: relative;
}
.calendar-wrapper .calendar-item.previous,
.calendar-wrapper .calendar-item.next {
  width: calc(100% / 6);
}
@media (max-width: 991px) {
  .calendar-wrapper .calendar-item.previous,
  .calendar-wrapper .calendar-item.next {
    display: none;
  }
}
@media (max-width: 991px) {
  .calendar-wrapper .calendar-slider {
    display: -ms-grid;
    display: grid;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-grid-columns: 12rem 12rem 12rem 12rem 12rem 12rem 12rem 12rem 12rem 12rem 12rem 12rem 12rem 12rem 12rem 12rem 12rem 12rem 12rem 12rem;
    grid-template-columns: repeat(20, 12rem);
    grid-auto-rows: 12rem;
  }
}
.calendar-wrapper .calendar-item {
  cursor: pointer;
  margin: 0 1rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .calendar-wrapper .calendar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 160px;
    width: calc(100% / 6 - 2rem);
  }
  @supports (display: -ms-grid) or (display: grid) {
    .calendar-wrapper .calendar-item {
      display: -ms-grid;
      display: grid;
    }
  }
}
.calendar-wrapper .calendar-item.is-active .dayname,
.calendar-wrapper .calendar-item.is-active .daynumber,
.calendar-wrapper .calendar-item.is-active .month {
  color: #ffffff;
}
.calendar-wrapper .calendar-item .dayname,
.calendar-wrapper .calendar-item .daynumber,
.calendar-wrapper .calendar-item .month {
  color: #232323;
  font-weight: bold;
}
.calendar-wrapper .calendar-item .dayname {
  text-transform: uppercase;
}
.calendar-wrapper .calendar-item .month {
  text-transform: lowercase;
}
.calendar-wrapper .calendar-item.previous .dayname,
.calendar-wrapper .calendar-item.previous .daynumber,
.calendar-wrapper .calendar-item.next .dayname,
.calendar-wrapper .calendar-item.next .daynumber {
  text-transform: none;
  font-weight: bold;
  line-height: 1.2;
}
.calendar-wrapper .calendar-item.previous .month,
.calendar-wrapper .calendar-item.next .month {
  margin-top: 1rem;
}
.calendar-wrapper .free-check {
  float: right;
  margin-bottom: 2rem;
}

.event-list {
  width: 100%;
  margin-right: 2rem;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 2.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
}

.programmation__item {
  background-size: cover;
}
.programmation__item .calendar-item {
  background-size: cover;
  min-height: 100%;
}
.programmation__item .detail-item {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.programmation__item .artist a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  color: #ffffff;
}
.programmation__item .artist a span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.2;
}
.programmation__item .artist a:not(:last-of-type):after {
  content: "";
  display: block;
  margin: 2rem 0;
  background: #e6e6e6;
  width: 3rem;
  height: 0.2rem;
}
.programmation__item.is-free .calendar-item {
  min-height: 100%;
  background-size: cover;
}
.programmation__item.is-free .artist a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  color: #232323;
}
.programmation__item.is-free .artist a span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #232323;
}

@media screen and (max-width: 767px) {
  .programmation__item .calendar-item {
    background: #000000;
  }

  .programmation__item.is-free .calendar-item {
    background: #939393;
  }

  .programmation__item.is-free .artist a, .programmation__item .artist a {
    font-size: 1.4rem;
  }
  .programmation__item.is-free .artist a span, .programmation__item .artist a span {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .programmation__item .detail-item .artist {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }

  .programmation__item .detail-item .details {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    padding-top: 1rem;
  }

  .programmation__item.is-free .detail-item .place a, .programmation__item .detail-item .place a {
    font-size: 1.3rem;
  }

  .programmation__item.is-free .detail-item .time, .programmation__item .detail-item .time {
    line-height: 3rem;
    font-weight: 400;
    font-size: 1.3rem;
  }

  .programmation__item .detail-item .booking {
    position: relative;
    display: block;
  }
  .programmation__item .detail-item .booking .add-to-agenda {
    display: block;
    position: relative;
  }

  .programmation__item.is-free .detail-item .book {
    padding: 0 .8rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
  }
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.video-item {
  max-width: 300px;
  margin: 0 6.25rem 10rem 0;
}
.video-item a {
  display: block;
}
.video-item .video-image {
  position: relative;
  margin-bottom: 2rem;
  box-shadow: 9px 0 32px 0 rgba(0, 23, 64, 0.2);
}
.video-item .video-image .player-svg {
  position: absolute;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  transition: transform 0.3s ease-in-out;
}
.video-item a:hover .video-image .player-svg {
  transform: scale(1.05);
}
.video-item h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #232323;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-item p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #232323;
}
.video-item:hover h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #013ba0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.video-item:nth-child(3n+0) {
  margin-right: 0;
}

.planinteractif {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 270px auto;
  grid-template-rows: 515px;
  -ms-grid-columns: 270px 800px;
  -ms-grid-rows: 515px;
  width: 1170px;
  margin: 5rem auto;
}
@supports not (display: grid) {
  .planinteractif {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 515px;
  }
}
@media screen and (max-width: 767px) {
  .planinteractif {
    grid-template-columns: auto;
    grid-template-rows: auto 500px;
  }
}

.map__menu {
  background: #fff;
  grid-column: 1;
  -ms-grid-column: 1;
  grid-row: 1;
  -ms-grid-row: 1;
  overflow-y: scroll;
}
@supports not (display: grid) {
  .map__menu {
    min-width: 270px;
  }
}
.map__menu .map__menu__item {
  position: relative;
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
  cursor: pointer;
}
.map__menu .map__menu__item .item__text {
  display: inline-block;
  max-width: 72%;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #939393;
}
.map__menu .map__menu__item img {
  display: inline-block;
  width: 32px;
  height: auto;
  margin-left: 2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .map__menu .map__menu__item {
    display: inline-block;
    width: 50%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .map__menu .map__menu__item .item__text {
    max-width: 50%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #939393;
  }
}
.map__menu .filteron {
  opacity: 1;
}
.map__menu .filteroff {
  opacity: .3;
}

#map {
  grid-column: 2;
  -ms-grid-column: 2;
  grid-row: 1;
  -ms-grid-row: 1;
}
@supports not (display: grid) {
  #map {
    min-width: 800px;
  }
}
#map h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #232323;
}
@media screen and (max-width: 767px) {
  #map {
    grid-column: 1;
    grid-row: 2;
  }
}

.artist-bubbles {
  display: flex;
}
@media (max-width: 768px) {
  .artist-bubbles {
    flex-direction: column;
  }
}
.artist-bubbles .col {
  margin-bottom: 2rem;
  flex: 0 0 50%;
}
.artist-bubbles .col p {
  margin-bottom: 2rem;
}

.artist-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid #013ba0;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}
.artist-links a:not(:last-of-type) {
  margin-right: 0.5rem;
}
.artist-links a svg {
  height: 35%;
  fill: #013ba0;
  transition: fill 0.3s ease-in-out;
}
.artist-links a svg .color-group {
  fill: #013ba0;
}
.artist-links a:hover {
  background-color: #013ba0;
}
.artist-links a:hover svg {
  fill: #ffffff;
}
.artist-links a:hover svg .color-group {
  fill: #ffffff;
}

.artist-years a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  width: 4.5rem;
  height: 4.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  color: #faa61a;
  border: 1px solid #faa61a;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.artist-years a:not(:last-of-type) {
  margin-right: 0.5rem;
}
.artist-years a:hover, .artist-years a.is-active {
  background-color: #faa61a;
  color: #ffffff;
}

.recherche_artistes {
  max-width: 1170px;
  margin: 7rem auto;
  position: relative;
}
.recherche_artistes .artiste-list .links {
  display: none;
}
.recherche_artistes .views-exposed-form {
  max-width: 570px;
  margin: auto;
}
.recherche_artistes .views-exposed-form .views-exposed-widget {
  display: inline-block;
  position: relative;
}
.recherche_artistes .views-exposed-form .views-exposed-widget .auto_submit {
  border-radius: 3rem 0 0 3rem;
  width: 100%;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .recherche_artistes .views-exposed-form .views-exposed-widget .auto_submit {
    border-radius: 3rem;
  }
}
.recherche_artistes .views-exposed-form .views-widget-filter-search_api_views_fulltext {
  width: 75%;
}
.recherche_artistes .views-exposed-form .views-submit-button {
  width: 24%;
}
.recherche_artistes .views-exposed-form .views-submit-button input {
  border-radius: 0 3rem 3rem 0;
  padding: 1rem 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recherche_artistes .views-exposed-form .views-widget-filter-search_api_views_fulltext {
    width: 90%;
    margin: auto;
    display: block;
    position: relative;
  }
  .recherche_artistes .views-exposed-form .views-submit-button {
    width: 90%;
    margin: auto;
    display: block;
    position: relative;
  }
  .recherche_artistes .views-exposed-form .views-submit-button input {
    border-radius: 3rem;
  }
}
.recherche_artistes .views-exposed-form #autocomplete {
  display: block;
  position: absolute;
  background: #ffffff;
  z-index: 2;
  margin-top: 1rem;
}
.recherche_artistes .views-exposed-form #autocomplete ul {
  list-style-type: none;
  padding: 1rem 3rem;
}
.recherche_artistes .views-exposed-form #autocomplete ul li {
  color: #013ba0;
  font-size: 1.4rem;
  margin-bottom: .2rem;
}
.recherche_artistes .views-exposed-form #autocomplete ul li:hover {
  background: #f1f1f1;
  cursor: pointer;
}
.recherche_artistes .item-list-pager {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
}
.recherche_artistes .item-list-pager .pager {
  position: relative;
  left: -50%;
}
.recherche_artistes .item-list-pager .pager .first {
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
}
.recherche_artistes .item-list-pager .pager .last {
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
}
.recherche_artistes .item-list-pager .pager .previous {
  padding-left: 1rem;
  padding-right: 1rem;
}
.recherche_artistes .item-list-pager .pager .next {
  padding-left: 1rem;
  padding-right: 1rem;
}
.recherche_artistes .item-list-pager .pager .current {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #ffffff;
  background: #013ba0;
  width: 22px;
  height: 21px;
  text-align: center;
  display: inline-block;
  padding: 0;
}
.recherche_artistes .item-list-pager .pager li {
  display: inline-block;
  padding-left: .2rem;
  padding-right: .2rem;
}
.recherche_artistes .item-list-pager .pager li a {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #013ba0;
}
@media screen and (max-width: 767px) {
  .recherche_artistes .item-list-pager {
    left: 0;
  }
  .recherche_artistes .item-list-pager .pager {
    left: 0;
  }
}

.memoires .page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .memoires .page__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.memoires .sub {
  display: none;
}
.memoires .btns_header {
  display: flex;
}
@media screen and (max-width: 767px) {
  .memoires .btns_header {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .memoires .btns_header {
    width: 100%;
  }
}
.memoires .btns_header .color-1-btn {
  width: auto !important;
  font-size: 11px !important;
  padding: 0 20px !important;
}
.memoires .btns_header .color-1-btn:first-of-type {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .memoires .btns_header .color-1-btn:first-of-type {
    margin-left: 0;
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 1200px) {
  .memoires .btns_header .color-1-btn {
    margin: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .memoires .btns_header .color-1-btn {
    margin: 1rem 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .memoires .recherche_artistes {
    margin: 7rem auto;
  }
}

.recherche_globale .views-exposed-form {
  max-width: 570px;
  margin: auto;
}
.recherche_globale .views-exposed-form .views-exposed-widget {
  display: inline-block;
  position: relative;
}
.recherche_globale .views-exposed-form .views-exposed-widget #edit-search-api-views-fulltext, .recherche_globale .views-exposed-form .views-exposed-widget #edit-search-api-views-fulltext--2 {
  border-radius: 3rem 0 0 3rem;
  width: 100%;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .recherche_globale .views-exposed-form .views-exposed-widget #edit-search-api-views-fulltext, .recherche_globale .views-exposed-form .views-exposed-widget #edit-search-api-views-fulltext--2 {
    border-radius: 3rem;
  }
}
.recherche_globale .views-exposed-form .views-widget-filter-search_api_views_fulltext {
  width: 75%;
}
.recherche_globale .views-exposed-form .views-submit-button {
  width: 24%;
}
.recherche_globale .views-exposed-form .views-submit-button input {
  border-radius: 0 3rem 3rem 0;
  padding: 1rem 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recherche_globale .views-exposed-form .views-widget-filter-search_api_views_fulltext {
    width: 90%;
    margin: auto;
    display: block;
    position: relative;
  }
  .recherche_globale .views-exposed-form .views-submit-button {
    width: 90%;
    margin: auto;
    display: block;
    position: relative;
  }
  .recherche_globale .views-exposed-form .views-submit-button input {
    border-radius: 3rem;
  }
}
.recherche_globale .resultats-recherche .resultat-recherche-item {
  margin-top: 6rem;
  display: block;
  position: relative;
}
.recherche_globale .resultats-recherche .resultat-recherche-item .views-field-title-field a {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #232323;
}
.recherche_globale .resultats-recherche .resultat-recherche-item .views-field-title-field a strong {
  color: #013ba0;
}
.recherche_globale .resultats-recherche .resultat-recherche-item .views-field-php {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #232323;
  text-transform: uppercase;
  padding: 1rem 0 1rem 0;
}
.recherche_globale .resultats-recherche .resultat-recherche-item .views-field-search-api-excerpt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #232323;
}
.recherche_globale .resultats-recherche .resultat-recherche-item .views-field-search-api-excerpt strong {
  color: #013ba0;
}
.recherche_globale .resultats-recherche .resultat-recherche-item .views-field-view-node {
  padding: 1rem 0 0 0;
  display: block;
  position: relative;
}
.recherche_globale .resultats-recherche .resultat-recherche-item .views-field-view-node a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #013ba0;
}
.recherche_globale .resultats-recherche .resultat-recherche-item .views-field-view-node::before {
  content: '\25ba';
  padding-right: 0.3em;
  color: #013ba0;
  content: '\25ba';
  font-size: 1rem;
}
.recherche_globale .item-list-pager {
  display: block;
  position: absolute;
  bottom: -55px;
  left: 50%;
}
.recherche_globale .item-list-pager .pager {
  position: relative;
  left: -50%;
}
.recherche_globale .item-list-pager .pager .first {
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
}
.recherche_globale .item-list-pager .pager .last {
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
}
.recherche_globale .item-list-pager .pager .previous {
  padding-left: 1rem;
  padding-right: 1rem;
}
.recherche_globale .item-list-pager .pager .next {
  padding-left: 1rem;
  padding-right: 1rem;
}
.recherche_globale .item-list-pager .pager .current {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #ffffff;
  background: #013ba0;
  width: 22px;
  height: 21px;
  text-align: center;
  display: inline-block;
  padding: 0;
}
.recherche_globale .item-list-pager .pager li {
  display: inline-block;
  padding-left: .2rem;
  padding-right: .2rem;
}
.recherche_globale .item-list-pager .pager li a {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #013ba0;
}
@media screen and (max-width: 767px) {
  .recherche_globale .item-list-pager {
    left: 0;
  }
  .recherche_globale .item-list-pager .pager {
    left: 0;
  }
}

.saison .page__text h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  color: #232323;
  margin-bottom: 4rem;
}

.page__header--big {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 10rem;
  z-index: 10;
}

.page__header--big span {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 4rem;
  color: #939393;
  line-height: 1;
}

.memoires .page__header--big .wrapper {
  overflow: hidden;
  width: 20rem;
  height: 18rem;
}

.memoires .page__header--big ul {
  height: 18rem;
  width: 22rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  top: 0rem;
  z-index: 11;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

.memoires .page__header--big ul::-webkit-scrollbar {
  width: 0px !important;
}

.memoires .page__header--big::after {
  content: "";
  background: url("../img/icon_grey_arrow_down.svg") no-repeat;
  width: 5rem;
  height: 12rem;
  position: relative;
  top: -4rem;
  right: 5.5rem;
  z-index: 11;
  pointer-events: none;
}

.memoires .page__header--big ul li {
  display: none;
  background: #f1f1f1;
  padding: 0 2rem;
}
.memoires .page__header--big ul li:hover a {
  color: #FAA61A;
}

.memoires .page__header--big ul li:first-child {
  display: block;
}

.memoires .page__header--big ul li.is-visible {
  display: block;
}

.memoires .page__header--big ul li a, .memoires .page__header--big ul li span {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 5rem;
  color: #013ba0;
  font-style: italic;
  line-height: 1;
  font-size: 4rem;
}

.memoires .page__header--big .select-wrapper {
  position: relative;
  padding-right: 4rem;
}

.memoires .page__header--big .select-wrapper::after {
  content: "";
  background: url("../img/icon_grey_arrow_down.svg") no-repeat;
  width: 5rem;
  height: 12rem;
  position: absolute;
  right: 0;
  top: 2rem;
}

.memoires .page__header .color-1-btn {
  margin: 3rem auto;
  display: block;
  position: relative;
}

.memoires .page__text img {
  width: 75%;
}

.page__media {
  margin: 7rem auto;
  max-width: 1030px;
}

.page__media header {
  max-width: 1030px;
  margin: 0 auto;
}

.page__media .media-wall {
  max-width: 1440px;
  margin: 7rem auto;
  overflow: hidden;
}

.page__media .media-wall a {
  display: none;
  float: left;
  position: relative;
  width: 25%;
  padding-bottom: 25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .page__media .media-wall a {
    width: 33%;
    padding-bottom: 33%;
  }
}
@media screen and (max-width: 767px) {
  .page__media .media-wall a {
    width: 50%;
    padding-bottom: 50%;
  }
}

.page__media .actions, .page__section .actions, .page__section.actions {
  text-align: center;
}

.memoires .actions btn {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 5rem;
}

.memoires .actions btn:hover {
  color: #FAA61A;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.big-link {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 10rem;
  color: #939393;
  font-style: italic;
  position: relative;
}

.big-link::after {
  content: "";
  background: url("../img/icon_grey_big_arrow_down.svg") no-repeat;
  width: 5rem;
  height: 3rem;
  display: block;
  position: absolute;
  left: calc(50% - 2.4rem);
}

.memoires .programmation__list .programmation__item {
  min-height: 90px;
}
.memoires .programmation__list .programmation__item .detail-item .artist {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
}
.memoires .programmation__list .programmation__item .detail-item .details {
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-column: 6/9;
}
@media screen and (max-width: 575px) {
  .memoires .programmation__list .programmation__item .detail-item .details {
    -ms-grid-column: 6;
    -ms-grid-column-span: 4;
    grid-column: 5/9;
  }
}

@media only screen and (max-width: 1200px) {
  .memoires .page__header .color-1-btn {
    position: inherit;
    width: 100%;
    margin: 3rem auto 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .memoires .page__header .color-1-btn {
    width: 90%;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .saison .page__text h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #232323;
  }

  .page__header--big {
    padding: 0 2rem;
    height: 5rem;
  }

  .memoires .page__header--big ul {
    height: 18rem;
    top: 6px;
    padding: 0;
  }
  .memoires .page__header--big ul li {
    padding: 0 2rem 1rem 2rem;
  }

  .page__header--big span {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 3rem;
    color: #939393;
  }

  .memoires .page__header--big ul li span, .memoires .page__header--big ul li a {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 3rem;
    color: #013ba0;
  }

  .memoires .page__header--big::after {
    content: "";
    background-size: 50%;
    background-position: 0 0;
    width: 5rem;
    height: 5rem;
    position: relative;
    top: 0rem;
    right: 5rem;
  }

  .programmation {
    margin: 4rem auto;
  }

  .big-link {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 4rem;
    color: #939393;
    font-style: italic;
    position: relative;
  }

  .big-link::after {
    content: "";
    background: url("../img/icon_grey_big_arrow_down.svg") no-repeat;
    width: 5rem;
    height: 3rem;
    display: block;
    position: absolute;
    left: calc(50% - 2.4rem);
  }
}
.memoires #menuMemoires {
  height: 4rem;
  overflow-y: hidden;
}
.memoires #menuMemoires span {
  line-height: 1;
}
.memoires #menuMemoires.is-open {
  height: auto;
  max-height: 18rem;
  overflow-y: scroll;
}
.memoires #menuMemoires li {
  display: block;
  font-size: 4rem;
  line-height: 1;
}

.share-btn {
  position: relative;
}
.share-btn svg {
  position: absolute;
  top: 6px;
  left: 7px;
}

#share a svg {
  vertical-align: middle;
}

.page__picture {
  overflow: visible;
}

.espace {
  z-index: 11;
  position: absolute;
  right: -70px;
  top: calc(50% - 170px / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 230px;
  height: 170px;
  background-color: #ffffff;
}
.espace a {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .espace {
    right: 0;
  }
}
@media (max-width: 575px) {
  .espace {
    position: relative;
    width: auto;
  }
}

@media print {
  .header, .menu {
    display: none;
  }

  .footer {
    display: none;
  }

  #mon-programme {
    margin-top: 0;
  }
  #mon-programme .page__header {
    margin: 1rem auto 0 auto;
  }
  #mon-programme .page__section {
    margin: 4rem auto;
  }
  #mon-programme .breadcrumb {
    display: none;
  }
  #mon-programme article .sub {
    display: none;
  }
  #mon-programme article section {
    display: none;
  }
  #mon-programme .programmation__action {
    display: none;
  }
  #mon-programme .programmation__item {
    border: 1px solid #939393;
    min-height: 90px;
  }
  #mon-programme .programmation__item .calendar-item {
    height: 140px;
  }
  #mon-programme .programmation__item a, #mon-programme .programmation__item .time {
    color: #232323;
    font-size: 1.6rem;
  }
  #mon-programme .programmation__item .calendar-item .dayname {
    color: #232323;
    font-size: 2.2rem;
  }
  #mon-programme .programmation__item .calendar-item .daynumber {
    color: #232323;
    font-size: 2.2rem;
  }
  #mon-programme .programmation__item .calendar-item .month {
    color: #232323;
    font-size: 2.2rem;
  }
  #mon-programme .booking .book {
    font-size: 1.3rem;
    padding: 0 2rem;
  }
  #mon-programme .booking .white-btn {
    line-height: 4rem;
    height: 4rem;
  }
  #mon-programme .programmation__item .calendar-item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  #mon-programme .programmation__item .detail-item .artist {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/5;
  }
  #mon-programme .programmation__item .detail-item .details {
    -ms-grid-column: 6;
    -ms-grid-column-span: 2;
    grid-column: 6/8;
  }
  #mon-programme .programmation__item .detail-item .details .time img {
    display: none;
  }
  #mon-programme .programmation__item .detail-item .booking {
    -ms-grid-column: 8;
    -ms-grid-column-span: 2;
    grid-column: 8/10;
  }
  #mon-programme .programmation__item .detail-item .remove-to-agenda {
    display: none;
  }
}
.header {
  margin: 0 2rem;
  padding: 0;
}
@media (min-width: 576px) {
  .header {
    width: auto;
    padding: 0 5rem;
  }
}
@media (min-width: 576px) {
  .header {
    margin: 0;
  }
}

.header__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 6rem 4rem;
  grid-template-rows: 6rem 4rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 576px) {
  .header__content {
    -ms-grid-rows: 7.6rem 0.3rem 7.6rem;
    grid-template-rows: 7.6rem 0.3rem 7.6rem;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(24, 1fr);
  }
}
.header__content .header__logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}
@media (min-width: 576px) {
  .header__content .header__logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
  }
}
@media (min-width: 1200px) {
  .header__content .header__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
  }
}
.header__content .header__logo a {
  display: block;
  height: 100%;
}
.header__content .header__logo a .logo-big {
  display: none;
  max-height: 100%;
}
@media (min-width: 576px) {
  .header__content .header__logo a .logo-big {
    display: block;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header__content .header__logo a .logo-big {
    position: relative;
    left: -5px;
  }
}
.header__content .header__logo a .logo-small {
  display: block;
}
@media (min-width: 576px) {
  .header__content .header__logo a .logo-small {
    display: none;
  }
}
.header__content .header__dates {
  display: block;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1/6;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}
@media (min-width: 576px) {
  .header__content .header__dates {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 7;
    -ms-grid-column-span: 9;
    grid-column: 7/16;
  }
}
@media (min-width: 1200px) {
  .header__content .header__dates {
    -ms-grid-column: 5;
    -ms-grid-column-span: 6;
    grid-column: 5/11;
  }
}
.header__content .header__dates img {
  max-height: 4rem;
}
@media (min-width: 576px) {
  .header__content .header__dates img {
    max-height: 7.6rem;
  }
}
.header__content .header__topmenu {
  display: block;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 6;
  -ms-grid-column-span: 7;
  grid-column: 6/13;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
@media (min-width: 576px) {
  .header__content .header__topmenu {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 16;
    -ms-grid-column-span: 9;
    grid-column: 16/25;
  }
}
@media (min-width: 1200px) {
  .header__content .header__topmenu {
    -ms-grid-column: 8;
    -ms-grid-column-span: 8;
    grid-column: 10/16;
    -ms-grid-column-align: center;
    justify-self: center;
    margin: 0 auto;
  }
}
.header__content .header__topmenu ul {
  line-height: normal;
}
.header__content .header__topmenu ul li {
  margin-right: 0;
  margin-left: 0;
}
.header__content .header__topmenu ul li:not(:first-of-type) {
  margin-left: 1.2rem;
}
.header__content .header__topmenu ul li:not(:last-of-type)::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -1rem;
  height: 100%;
  width: 0.2rem;
  background: #b4b3b3;
  transform: rotate(10deg);
}
@media (min-width: 768px) {
  .header__content .header__topmenu ul li:not(:last-of-type)::after {
    width: 0.3rem;
  }
}
.header__content .header__topmenu ul li a {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .header__content .header__topmenu ul li a {
    font-size: 2rem;
  }
}
.header__content .header__language-switcher {
  display: block;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/7;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}
@media (min-width: 576px) {
  .header__content .header__language-switcher {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 7;
    -ms-grid-column-span: 4;
    grid-column: 7/11;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}
@media (min-width: 1200px) {
  .header__content .header__language-switcher {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 15;
    -ms-grid-column-span: 2;
    grid-column: 16/18;
    margin: 0 auto;
  }
}
.header__content .header__language-switcher ul {
  line-height: normal;
}
.header__content .header__language-switcher ul li:first-of-type {
  margin-left: 0;
}
.header__content .header__language-switcher ul li:not(:last-of-type)::after {
  position: absolute;
  content: "";
  top: 0;
  right: -0.8rem;
  height: 100%;
  width: 0.1rem;
  background: #232323;
  transform: rotate(10deg);
}
.header__content .btn-color {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 20px;
  line-height: 4rem;
  align-self: center;
  border-radius: 3rem;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
@media (min-width: 1200px) {
  .header__content .btn-color {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1000px) {
  .header__content .btn-color {
    display: none;
  }
}
.header__content .btn-color img {
  width: 16px;
  margin-right: 11px;
}
.header__content .color-2-btn {
  grid-row: 1/2;
  grid-column: 16/24;
}
@media screen and (min-width: 0\0) {
  .header__content .color-2-btn {
    height: 40px;
    margin-top: 18px !important;
  }
}
@media (min-width: 576px) {
  .header__content .color-2-btn {
    grid-column: 12/17;
    grid-row: 3/4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 12;
    -ms-grid-column-span: 5;
    margin: 0 auto;
  }
}
@media screen and (min-width: 576px) and (min-width: 0\0) {
  .header__content .color-2-btn {
    -ms-grid-column: 12;
    -ms-grid-column-span: 5;
  }
}

@media (min-width: 1200px) {
  .header__content .color-2-btn {
    display: flex;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 18;
    -ms-grid-column-span: 4;
    grid-column: 18/22;
  }
}
.header__content .color-1-btn {
  display: none;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 11;
  -ms-grid-column-span: 8;
  grid-column: 11/19;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .header__content .color-1-btn {
    display: block;
    -ms-grid-column: 13;
    -ms-grid-column-span: 8;
    grid-column: 17/21;
  }
}
@media (min-width: 1200px) {
  .header__content .color-1-btn {
    display: flex;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 21;
    -ms-grid-column-span: 4;
    grid-column: 22/25;
  }
}
.header__content .color-1-btn:hover {
  font-size: 11px;
}
.header__content .header__separator {
  display: none;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 18;
  grid-column: 7/25;
  background-color: #e6e6e6;
}
@media (min-width: 576px) {
  .header__content .header__separator {
    display: block;
  }
}
@media (min-width: 1200px) {
  .header__content .header__separator {
    -ms-grid-column: 5;
    -ms-grid-column-span: 20;
    grid-column: 5/25;
  }
}
.header__content .header__menu {
  display: none;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 5;
  -ms-grid-column-span: 15;
  grid-column: 5/20;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}
@media (min-width: 1200px) {
  .header__content .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header__content .header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.header__content .header__menu ul li:not(:last-of-type) {
  margin-right: 2rem;
}
.header__content .header__menu-more {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 7;
  -ms-grid-column-span: 6;
  grid-column: 7/13;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
@media (min-width: 576px) {
  .header__content .header__menu-more {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 19;
    -ms-grid-column-span: 6;
    grid-column: 7/25;
  }
}
@media (min-width: 992px) {
  .header__content .header__menu-more {
    -ms-grid-column: 22;
    -ms-grid-column-span: 4;
    grid-column: 21/25;
  }
}
.header__content .header__menu-more .mobile {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .header__content .header__menu-more .mobile {
    display: block;
  }
}
.header__content .header__menu-more .mobile:first-child a img {
  width: 40px;
  height: 40px;
  padding-right: 7px;
}
.header__content .header__menu-more ul {
  line-height: normal;
  display: flex;
}
.header__content .header__menu-more ul li a {
  display: block;
}
.header__content .header__menu-more img,
.header__content .header__menu-more svg {
  max-width: 30px;
  max-height: 30px;
}
@media (min-width: 768px) {
  .header__content .header__menu-more img,
  .header__content .header__menu-more svg {
    max-width: 40px;
    max-height: 40px;
  }
}

@media (max-width: 991.98px) {
  .menu .menu__header {
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}
.menu__info {
  display: block !important;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3/6;
  -ms-grid-column-align: start;
  justify-self: start;
}
.menu__info .header__dates {
  display: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 5;
  -ms-grid-column-span: 6;
  grid-column: 5/11;
}
@media (min-width: 1200px) {
  .menu__info .header__dates {
    display: block;
  }
}
.menu__info .header__dates img {
  max-height: 4rem;
}
@media (min-width: 576px) {
  .menu__info .header__dates img {
    max-height: 7.6rem;
  }
}

@media (min-width: 992px) {
  .menu {
    height: 100vh;
    min-height: 800px;
  }
  .menu > .mainNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 992px;
  }
  .menu > .mainNav > li {
    width: 33.33333%;
  }
  .menu > .mainNav > li > .mainNav {
    padding-left: 0;
  }
}
.memoires .page__header {
  position: relative;
  /*&::after {
    content: "";
    display: table;
    clear: both;
  }*/
}
.memoires .page__header .actions .big-link::after {
  bottom: -5rem;
}
.memoires .page__header h1 {
  float: left;
}
.memoires .page__header .color-1-btn {
  top: 0;
  right: 0;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .memoires .page__header .color-1-btn {
    position: initial !important;
    margin: 5rem auto 0;
  }
}

.footer-bottom {
  z-index: 12;
}

.memoires .page__header--big {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  position: relative;
  height: 3rem;
  padding-right: 0;
  padding-left: 0;
  z-index: 12;
}
@media (min-width: 576px) {
  .memoires .page__header--big {
    height: 4rem;
  }
}
.memoires .page__header--big > span {
  line-height: normal;
}
.memoires .page__header--big::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 9.5rem;
  background: url("../img/icon_grey_arrow_down_fixed.svg") no-repeat center center;
  background-size: 50%;
  width: 3rem;
  height: 3rem;
}
@media (min-width: 576px) {
  .memoires .page__header--big::after {
    width: 4rem;
    height: 4rem;
  }
}
.memoires .page__header--big .wrapper {
  position: relative;
  width: auto;
  height: 3rem;
  overflow-y: hidden;
  padding-right: 3rem;
  margin-left: 1rem;
  background-color: #f1f1f1;
}
@media (min-width: 576px) {
  .memoires .page__header--big .wrapper {
    height: 4rem;
    padding-right: 4rem;
  }
}
.memoires .page__header--big .wrapper.is-open {
  height: calc(3rem * 5);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .memoires .page__header--big .wrapper.is-open {
    height: calc(4rem * 5);
  }
}
.memoires .page__header--big .wrapper #menuMemoires {
  top: 0;
  width: auto;
  height: auto;
}
.memoires .page__header--big .wrapper #menuMemoires li {
  font-size: calc(3rem - 1rem);
  padding-bottom: 0;
  line-height: normal;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 576px) {
  .memoires .page__header--big .wrapper #menuMemoires li {
    font-size: calc(4rem - 1rem);
  }
}
.memoires .page__header--big .wrapper #menuMemoires li span {
  line-height: normal;
}

.programmation__item .calendar-item,
.programmation__item.is-free .calendar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .programmation__item .calendar-item,
  .programmation__item.is-free .calendar-item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6;
  }
}
@media (min-width: 768px) {
  .programmation__item .calendar-item,
  .programmation__item.is-free .calendar-item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
  }
}
.programmation__item .calendar-item .month,
.programmation__item.is-free .calendar-item .month {
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  .programmation__item .calendar-item .month,
  .programmation__item.is-free .calendar-item .month {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  .programmation__item .calendar-item .month,
  .programmation__item.is-free .calendar-item .month {
    font-size: 2.4rem;
  }
}
.programmation__item .detail-item,
.programmation__item.is-free .detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .programmation__item .detail-item,
  .programmation__item.is-free .detail-item {
    -ms-grid-column: 7;
    -ms-grid-column-span: 17;
    grid-column: 7/24;
  }
}
@media (min-width: 1200px) {
  .programmation__item .detail-item,
  .programmation__item.is-free .detail-item {
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/13;
    margin-left: 5rem;
  }
}
.programmation__item .detail-item .artist,
.programmation__item.is-free .detail-item .artist {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 5px;
  padding-left: 5px;
}
.programmation__item .detail-item .details,
.programmation__item.is-free .detail-item .details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 0;
  padding-right: 5px;
  padding-left: 5px;
}
.programmation__item .detail-item .booking,
.programmation__item.is-free .detail-item .booking {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 576px) {
  .programmation__item .detail-item .booking,
  .programmation__item.is-free .detail-item .booking {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .programmation__item .detail-item .booking .book,
  .programmation__item.is-free .detail-item .booking .book {
    visibility: visible;
    width: auto;
  }
  .programmation__item .detail-item .booking .book:before,
  .programmation__item.is-free .detail-item .booking .book:before {
    display: none;
  }
}
@media (max-width: 576px) {
  .programmation__item .detail-item .booking .book,
  .programmation__item.is-free .detail-item .booking .book {
    padding: 0 3rem !important;
  }
}

@media (min-width: 992px) {
  .programmation__item .calendar-item,
  .programmation__item.is-free .calendar-item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6;
  }
}
@media (min-width: 1200px) {
  .programmation__item .calendar-item,
  .programmation__item.is-free .calendar-item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.video-trailer {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(24, 1fr);
}
.video-trailer .video-trailer__bg {
  -ms-grid-column: 1;
  -ms-grid-column-span: 24;
  grid-column: 1/25;
}
.video-trailer .video-trailer__info {
  -ms-grid-column: 1 !important;
  -ms-grid-column-span: 24 !important;
  grid-column: 1/25 !important;
}
.video-trailer .video-trailer__info::before {
  display: none;
}
@media (min-width: 768px) {
  .video-trailer .video-trailer__info::before {
    display: block;
  }
}
@media (min-width: 768px) {
  .video-trailer .video-trailer__info {
    -ms-grid-column: 2 !important;
    -ms-grid-column-span: 23 !important;
    grid-column: 2/25 !important;
  }
}
@media (min-width: 1200px) {
  .video-trailer .video-trailer__info {
    -ms-grid-column: 13 !important;
    -ms-grid-column-span: 12 !important;
    grid-column: 13/25 !important;
  }
}
.video-trailer .video-trailer__info .video-trailer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
}
@media (min-width: 768px) {
  .video-trailer .video-trailer__info .video-trailer__text {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
.video-trailer .video-trailer__info .video-trailer__text .video-trailer__title {
  display: none;
}
@media (min-width: 768px) {
  .video-trailer .video-trailer__info .video-trailer__text .video-trailer__title {
    display: block;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2/13;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}
.video-trailer .video-trailer__info .video-trailer__text .video-trailer__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-self: center;
  padding-left: 0;
}
@media (min-width: 768px) {
  .video-trailer .video-trailer__info .video-trailer__text .video-trailer__more {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2/13;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}
.video-trailer .video-trailer__info .video-trailer__text .video-trailer__more a:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .video-trailer .video-trailer__info .video-trailer__text .video-trailer__more a:first-child {
    margin-right: 2rem;
  }
}
@media (min-width: 768px) {
  .video-trailer .video-trailer__info .video-trailer__text .video-trailer__more a:nth-child(2) {
    display: block;
  }
}

.programmation__item {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(8, 1fr);
}
.programmation__item .calendar-item {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.programmation__item .detail-item {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-column: 3;
  -ms-grid-column-span: 6;
  grid-column: 3/9;
}

@media (min-width: 576px) {
  .programmation__item {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(23, 1fr);
  }
  .programmation__item .calendar-item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
  }
  .programmation__item .detail-item {
    -ms-grid-column: 7;
    -ms-grid-column-span: 17;
    grid-column: 7/24;
  }
}
@media (min-width: 1200px) {
  .programmation__item {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(12, 1fr);
  }
  .programmation__item .calendar-item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .programmation__item .detail-item {
    -ms-grid-column: 4;
    -ms-grid-column-span: 9;
    grid-column: 3/13;
  }
}
.pmr {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1300px) and (-ms-high-contrast: active), (max-width: 1300px) and (-ms-high-contrast: none) {
  .actualite .actualite__bg {
    display: none;
  }
}
.actualite .actualite__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.actualite .actualite__list {
  display: flex;
  justify-content: space-around;
  margin-right: 5rem;
  margin-left: 5rem;
}
@media (min-width: 576px) {
  .actualite .actualite__list {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1300px) and (-ms-high-contrast: active), (max-width: 1300px) and (-ms-high-contrast: none) {
  .actualite .actualite__list {
    max-width: none;
  }
}
.actualite .actualite__list .actualite__item {
  width: 100%;
  margin-bottom: 3rem;
  padding-bottom: 0;
}
@media (min-width: 576px) {
  .actualite .actualite__list .actualite__item {
    width: 28.57143%;
    margin-bottom: 0;
  }
  .actualite .actualite__list .actualite__item h3 {
    font-size: 2rem;
  }
  .actualite .actualite__list .actualite__item p {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .actualite .actualite__list .actualite__item h3 {
    font-size: 2.8rem;
  }
  .actualite .actualite__list .actualite__item p {
    font-size: 1.6rem;
  }
}

.programmation {
  margin-bottom: 0;
}
.programmation .programmation__list {
  margin-bottom: 0;
}

.add-to-agenda svg,
.remove-to-agenda svg {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.footer {
  padding-bottom: 4.7rem;
}
.footer .footer-top {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .footer {
    padding-bottom: 10rem;
  }
  .footer .action {
    bottom: 44rem;
  }
  .footer .footer-bottom {
    height: 10rem;
    line-height: 5rem;
  }
  .footer .footer-bottom .footer-bottom__content {
    -ms-grid-rows: 5rem;
    grid-template-rows: repeat(1, 5rem);
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 16rem;
  }
  .footer .action {
    bottom: 23rem;
  }
  .footer .footer-bottom {
    height: 16rem;
    line-height: 8rem;
  }
  .footer .footer-bottom .footer-bottom__content {
    -ms-grid-rows: 8rem;
    grid-template-rows: repeat(1, 8rem);
  }
}
@media only screen and (max-width: 576px) {
  .footer {
    padding-bottom: 0;
  }
  .footer .footer-bottom {
    height: auto;
  }
}
.socialwall .grid-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.socialwall .grid-item .text {
  width: 70%;
  padding: 2rem;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.artiste-list {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 576px) {
  .artiste-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.artiste-list .artiste-item {
  margin: 0 auto;
  max-width: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem 1rem;
}
@media (min-width: 576px) {
  .artiste-list .artiste-item {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .artiste-list .artiste-item {
    -webkit-box-flex: 0;
    flex: 0 1 25%;
    -ms-flex: 0 1 22%;
  }
}

.big-link {
  display: block;
}

@media (max-width: 991.98px) {
  .calendar-slider .calendar-item .month {
    font-size: 1.7rem;
  }
}
.footer-espacepro {
  bottom: 4.7rem;
}
@media only screen and (max-width: 1200px) {
  .footer-espacepro {
    bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-espacepro {
    bottom: 16rem;
  }
}
.footer-espacepro .close {
  position: absolute;
  top: 5rem;
  right: 5rem;
  font-size: 4rem;
}
.footer-espacepro h2.color-1 {
  margin-right: 5rem;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

.main--maintenance {
  margin-top: 0;
  padding: 2rem;
}
@media (min-width: 576px) {
  .main--maintenance {
    padding: 5rem;
  }
}
.main--maintenance .logo-wrapper {
  text-align: center;
  margin-bottom: 5rem;
}
.main--maintenance .maintenance-message {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.main--maintenance .maintenance-message .color-1 {
  display: inline;
}

.footer-item__espacepro {
  cursor: pointer;
}

.footer-menu ul li a {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer-menu ul li a:hover {
  background: #013ba0;
  color: #ffffff;
  border: 1px solid #013ba0;
}

@media only screen and (max-width: 576px) {
  .footer-menu ul {
    display: block;
  }
}

.footer-newsletter .links {
  display: none !important;
  visibility: hidden;
}
.footer-newsletter input[type="submit"] {
  padding: 0;
}

.messages .error {
  color: #EB0024;
}
.messages.error {
  color: #EB0024;
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

@media screen and (max-width: 767px) {
  #user-login {
    padding: 2rem;
  }
}
#user-login .form-item-pass {
  margin: 4rem auto 0 auto;
  padding: 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #user-login .form-item-pass {
    display: block;
  }
}
#user-login .form-item-pass label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#user-login .form-item-pass small {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#user-login .form-item-pass #edit-pass {
  border-radius: 3rem 0 0 3rem;
  width: 100%;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  #user-login .form-item-pass #edit-pass {
    width: 100%;
    border-radius: 3rem;
    margin-bottom: 2rem;
  }
}
#user-login .form-item-name {
  display: block;
}
#user-login .form-item-name #edit-name {
  width: initial;
}
#user-login #edit-actions {
  text-align: initial;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #user-login #edit-actions {
    display: block;
  }
}
#user-login #edit-actions #edit-submit {
  border: 0;
  color: #ffffff;
  background: #013ba0;
  border-radius: 0 3rem 3rem 0;
  padding: 1rem 3rem;
  position: relative;
  left: -3px;
  height: 5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #user-login #edit-actions #edit-submit {
    width: 100%;
    border-radius: 3rem;
    margin-bottom: 2rem;
  }
}

.login__contactemail {
  padding-left: 1rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .login__contactemail {
    padding: initial;
    text-align: center;
  }
}

.equipe_people {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media screen and (max-width: 1200px) {
  .equipe_people {
    flex-direction: column;
  }
}

.partenaires__logos {
  display: block;
  position: relative;
}
.partenaires__logos p {
  display: inline-block;
}
.partenaires__logos p img {
  margin: 1rem;
}

.equipe_jav {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .equipe_jav {
    flex-direction: column;
  }
}
.equipe_jav div {
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}

.menu .itemannexe {
  margin-bottom: 1rem;
}
.menu .itemannexe a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu .itemannexe a:hover {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #FAA61A;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu .itemannexe a:before {
  background: #ffffff;
  top: 2px;
  left: 0;
  width: 2px;
  height: 2rem;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.menu .mainNav {
  max-height: calc(100% - 226px);
}
@media screen and (min-width: 1201px) and (min-height: 800px) {
  .menu .mainNav {
    max-height: 500px;
  }
}

.actu__date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #939393;
  padding-bottom: 2rem;
}

.bt-delete {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .programmation__item {
    min-height: 70px;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 1200px) {
  .programmation__item.is-free .detail-item .book {
    visibility: visible;
    width: auto;
  }
  .programmation__item.is-free .detail-item .book:before {
    display: none;
  }
}

.path-la-saison .programmation__item .detail-item .details,
.path-la-saison .programmation__item .detail-item .details {
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5/7;
}

.programmation__action .print {
  cursor: pointer;
}
.programmation__action .download {
  cursor: pointer;
}

.affiche-item {
  max-width: 75%;
  display: block;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7rem;
}
.affiche-item h3 {
  color: #013ba0;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.affiche-item:after {
  content: "";
  display: block;
  margin: 2rem auto;
  background: #FAA61A;
  width: 3rem;
  height: 0.2rem;
}
@media screen and (max-width: 767px) {
  .affiche-item {
    margin-bottom: 4rem;
  }
  .affiche-item h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 1000px) {
  .header__content .color-1-btn {
    /* grid-column: 19/21;
        padding: 0 1.5rem;
        height: 4rem;
        line-height: 4rem; */
    display: none;
  }

  .header__content .color-2-btn {
    /* grid-column: 16/19;
        padding: 0 1.5rem; */
    height: 4rem;
    line-height: 4rem;
  }
}
