/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
 HTML5 display definitions
 ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block; }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }
/* ==========================================================================
 Base
 ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/**
 * Remove default margin.
 */
body {
  margin: 0; }
/* ==========================================================================
 Links
 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0; }
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover, a:focus {
  outline: 0; }
/* ==========================================================================
 Typography
 ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold; }
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }
/* ==========================================================================
 Embedded content
 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }
/* ==========================================================================
 Figures
 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }
/* ==========================================================================
 Forms
 ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none; }
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }
/* ==========================================================================
 Tables
 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ----------------------------- *
 *             FONTS             *
 * ----------------------------- */
/* ------ GOTHAM ------ */
@font-face {
  font-family: 'Gotham';
  src: url('../bundles/lehubagencecia/fonts/Gotham/gotham-light.eot');
  src: url('../bundles/lehubagencecia/fonts/Gotham/gotham-light.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencecia/fonts/Gotham/gotham-light.woff') format('woff'), url('../bundles/lehubagencecia/fonts/Gotham/gotham-light.ttf') format('truetype'), url('../bundles/lehubagencecia/fonts/Gotham/gotham-light.svg#gotham-light') format('svg');
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url('../bundles/lehubagencecia/fonts/Gotham/gotham-book.eot');
  src: url('../bundles/lehubagencecia/fonts/Gotham/gotham-book.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencecia/fonts/Gotham/gotham-book.woff') format('woff'), url('../bundles/lehubagencecia/fonts/Gotham/gotham-book.ttf') format('truetype'), url('../bundles/lehubagencecia/fonts/Gotham/gotham-book.svg#gotham-book') format('svg');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url('../bundles/lehubagencecia/fonts/Gotham/gotham-medium.eot');
  src: url('../bundles/lehubagencecia/fonts/Gotham/gotham-medium.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencecia/fonts/Gotham/gotham-medium.woff') format('woff'), url('../bundles/lehubagencecia/fonts/Gotham/gotham-medium.ttf') format('truetype'), url('../bundles/lehubagencecia/fonts/Gotham/gotham-medium.svg#gotham-medium') format('svg');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url('../bundles/lehubagencecia/fonts/Gotham/gotham-bold.eot');
  src: url('../bundles/lehubagencecia/fonts/Gotham/gotham-bold.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencecia/fonts/Gotham/gotham-bold.woff') format('woff'), url('../bundles/lehubagencecia/fonts/Gotham/gotham-bold.ttf') format('truetype'), url('../bundles/lehubagencecia/fonts/Gotham/gotham-bold.svg#gotham-bold') format('svg');
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-black';
  src: url('../bundles/lehubagencecia/fonts/Gotham/gotham-black.eot');
  src: url('../bundles/lehubagencecia/fonts/Gotham/gotham-black.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencecia/fonts/Gotham/gotham-black.woff') format('woff'), url('../bundles/lehubagencecia/fonts/Gotham/gotham-black.ttf') format('truetype'), url('../bundles/lehubagencecia/fonts/Gotham/gotham-black.svg#gotham-black') format('svg');
  font-weight: 800;
  font-style: normal; }
/* ------ LORA ------ */
@font-face {
  font-family: 'Lora';
  src: url('../bundles/lehubagencecia/fonts/Lora/lora-bold.eot');
  src: url('../bundles/lehubagencecia/fonts/Lora/lora-bold.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencecia/fonts/Lora/lora-bold.woff') format('woff'), url('../bundles/lehubagencecia/fonts/Lora/lora-bold.ttf') format('truetype'), url('../bundles/lehubagencecia/fonts/Lora/lora-bold.svg#lora-bold') format('svg');
  font-weight: 700;
  font-style: normal; }

html {
  height: 100%; }

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-family: 'Gotham', Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

em, var {
  font-style: italic; }

.site-container {
  flex-grow: 1;
  flex-basis: auto; }

.notFound {
  text-align: center; }

@media screen and (min-width: 1024px) {
  .site-container {
    padding-top: 158px; } }

/*! Gray v1.5.0 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  /*
   Chrome 19+,
   Safari 6+,
   Safari 6+ iOS,
   Opera 15+
   */
  -webkit-filter: grayscale(1);
  /* Firefox 35+ */
  filter: grayscale(1);
  /* IE 6-9 */
  filter: gray; }

.grayscale.grayscale-fade {
  transition: filter 0.5s; }
/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s; } }

.grayscale.grayscale-off, .grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }
/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none; }

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1; }

.grayscale.grayscale-replaced.grayscale-off > svg, .grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0; }

/* ----------------------------- *
 *          FANCY BOX            *
 * ----------------------------- */
.fancybox-wrap {
  z-index: 301 !important;
  color: #fff !important; }

.fancybox-skin .arrow-btn {
  width: 72px !important;
  height: 72px !important;
  position: absolute;
  top: calc(50% - 36px); }
  .fancybox-skin .arrow-btn--next {
    right: -10%; }
  .fancybox-skin .arrow-btn--prev {
    left: -10%; }
  .fancybox-skin .fancybox-outer .fancybox-inner .fancybox-image {
    width: 100%;
    height: 100%; }
    .fancybox-skin .fancybox-outer .fancybox-inner .fancybox-iframe {
      width: 100%;
      height: 100%; }

@media screen and (max-width: 768px) {
  .fancybox-skin .arrow-btn {
    width: 36px !important;
    height: 36px !important;
    position: absolute;
    top: calc(50% - 15px); } }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* ----------------------------- *
 *             HEADER            *
 * ----------------------------- */
.site-header {
  width: 100%;
  height: 158px;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 300;
  transition: height 0.4s; }

.site-header__container {
  max-width: 1518px;
  margin: 0 auto;
  position: relative; }

.site-header__top-btn {
  width: 26px;
  height: 26px;
  background-color: #515151;
  position: absolute;
  top: 6px;
  left: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s; }
  .site-header__top-btn::after {
    content: '';
    display: inline-block;
    border-bottom: solid #fff 9px;
    border-right: solid transparent 5px;
    border-left: solid transparent 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.site-header__logo {
  display: inline-block;
  position: relative;
  top: 24px;
  z-index: 100;
  transition: all 0.4s; }
  .site-header__logo img {
    width: 202px;
    max-width: 100%; }

.site-nav {
  padding: 74px 0 0 0;
  float: right;
  transition: padding-top 0.4s; }

@media screen and (max-width: 1579px) {
  .site-header {
    padding: 0 33px; } }

@media screen and (max-width: 1100px) {
  .site-header__logo {
    width: 122px;
    top: 45px; } }
/* ------ HEADER SCROLL ------ */
@media screen and (min-width: 1024px) {
  .site-header {
    position: fixed; }

  .site-header.is-scrolled {
    height: 40px;
    border-bottom: solid #e5e5e5 1px; }
    .site-header.is-scrolled .site-header__container {
      height: 40px; }
    .site-header.is-scrolled .site-header__top-btn {
      display: inline-block;
      opacity: 1; }
    .site-header.is-scrolled .site-header__logo {
      top: -150px;
      opacity: 0;
      pointer-events: none; }
    .site-header.is-scrolled .site-nav {
      padding-top: 17px; } }
/* ------ SITE NAV LIST ------ */
.site-nav__list {
  font-size: 0;
  float: left; }

.site-nav__item {
  display: inline-block;
  margin-left: 28px;
  position: relative; }
  .site-nav__item.is-selected .site-nav__link, .site-nav__item.is-hover .site-nav__link, .site-nav__item:hover .site-nav__link {
    color: #e2001a; }
    .site-nav__item.is-selected .site-nav__link::after, .site-nav__item.is-hover .site-nav__link::after, .site-nav__item:hover .site-nav__link::after {
      background-color: #e2001a;
      width: 100%; }

.site-nav__item .site-nav__link.opened {
  color: #e2001a; }
  .site-nav__item .site-nav__link.opened::after {
    background-color: #e2001a;
    width: 100%; }

.site-nav__link {
  padding: 7px 0;
  font-weight: 800;
  font-size: 18px;
  color: #515151;
  text-decoration: none;
  position: relative;
  z-index: 100; }
  .site-nav__link::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #515151;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1); }

@media all and (min-width: 1024px) {
  .site-nav__item:hover .site-nav__sublist, .site-nav__sublist:hover {
    display: block; } }
/* ------ SITE NAV SUBLIST ------ */
.site-nav__sublist {
  display: none;
  padding-top: 63px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0; }

.site-nav__sublink {
  display: inline-block;
  margin-top: 1px;
  padding: 6px 8px 5px 8px;
  font-weight: 500;
  font-size: 18px;
  color: #e2001a;
  background-color: #fff;
  text-decoration: none;
  position: relative; }
  .site-nav__sublink::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #e2001a;
    position: absolute;
    bottom: -1px;
    left: 8px; }
/* ------ SITE NAV LANGUAGES ------ */
.site-nav__languages {
  margin-left: 63px;
  font-size: 0;
  float: right;
  position: relative;
  bottom: 2px; }

.site-nav__language {
  display: inline-block;
  margin-left: 10px;
  font-weight: 300;
  font-size: 18px;
  color: #515151;
  text-decoration: none; }
  .site-nav__language.is-selected, .site-nav__language:hover {
    color: #e2001a; }

.site-nav__search {
  display: inline-block;
  margin-left: 17px;
  position: relative;
  top: 1px; }
/* ------ SITE NAV MOBILE ------ */
.menu-btn {
  display: none;
  width: 50px;
  height: 23px;
  position: absolute;
  top: 85px;
  right: 33px; }

.menu-btn__icon {
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: #e2001a;
  position: absolute;
  top: 10px; }
  .menu-btn__icon::before, .menu-btn__icon::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #e2001a;
    position: absolute;
    left: 0; }
  .menu-btn__icon::before {
    top: -10px; }
  .menu-btn__icon::after {
    bottom: -10px; }

.menu-btn.is-open {
  height: 38px;
  top: 78px; }
  .menu-btn.is-open .menu-btn__icon {
    height: 0;
    top: 17px; }
    .menu-btn.is-open .menu-btn__icon::before, .menu-btn.is-open .menu-btn__icon::after {
      top: 0;
      bottom: auto; }
    .menu-btn.is-open .menu-btn__icon::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .menu-btn.is-open .menu-btn__icon::after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@media screen and (max-width: 1023px) {
  .menu-btn {
    display: inline-block; } }
/* ------ RESPONSIVE NAV ------ */
@media screen and (max-width: 1023px) {
  /* .site-nav__link:hover + .site-nav__sublist, .site-nav__sublist:hover {
   display: none;
   } */
    .site-nav {
      display: none;
      padding: 229px 33px 0 33px;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #fff;
      overflow-y: scroll; }
    .site-nav__list {
      float: none; }
    .site-nav__item {
      display: block;
      margin: 0 0 24px 0; }
    .site-nav__sublist {
      padding-top: 15px;
      position: static;
      white-space: normal; }
    .site-nav__sublink {
      padding-left: 0; }
    .site-nav__languages {
      margin-left: 0;
      float: none;
      margin-bottom: 20px; }
    .site-nav__language {
      margin-left: 0;
      margin-right: 10px; }
    .site-nav__search {
      margin-left: 7px; } }

@media screen and (max-width: 767px) {
  .site-header {
    height: 120px; }

  .site-header__logo {
    top: 20px; }
    .site-header__logo img {
      max-width: 95%; }

  .site-nav__link, .site-nav__sublink {
    font-size: 22px; }

  .site-nav__search img {
    width: 20px; }

  .menu-btn {
    top: 50%;
    transform: translateY(-50%); } }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* ----------------------------- *
 *             FOOTER            *
 * ----------------------------- */
.site-footer {
  padding: 34px 33px;
  background-color: #e2001a; }

.site-footer__container {
  max-width: 1518px;
  margin: 0 auto; }

.site-footer__logo {
  width: 132px;
  height: 132px; }
/* ------ FOOTER NAV ------ */
.footer-nav {
  display: inline-block;
  margin-left: 46px;
  vertical-align: top;
  position: relative;
  top: 12px; }

.footer-nav__list {
  display: inline-block;
  vertical-align: top; }

.footer-nav__item {
  padding-right: 60px; }

.footer-nav__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #fff; }
/* ------ FOOTER PARTNERS ------ */
.site-footer__partners {
  display: flex;
  align-items: center;
  float: right; }

.site-footer__partners-column {
  float: left;
  margin: 0 1rem;
  margin-bottom: 0.5rem; }
  @media screen and (max-width: 767px) {
  .site-footer__partners-column {
    margin-bottom: 0.5rem; } }
  .site-footer__partners-column:first-child img:first-child {
    padding-bottom: 8px;
    padding-top: 20px; }
/* ------ FOOTER ADDRESS ------ */
.site-footer__address {
  padding-top: 24px;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  padding-left: 10px; }
/* ------ RESPONSIVE FOOTER ------ */
@media screen and (max-width: 767px) {
  .footer-nav {
    display: inline-block;
    margin-left: 35px; }

  .footer-nav__list {
    display: block;
    padding-bottom: 8px; }

  .footer-nav__item {
    padding-right: 0; }

  .site-footer__partners {
    padding-top: 24px;
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

  .site-footer__logo {
    display: inline-block;
    width: 90px; } }

@media screen and (max-width: 413px) {
  .footer-nav {
    margin-left: 26px; }

  .site-footer__partners-column {
    padding: 0;
    text-align: left; }
    .site-footer__partners-column:first-child {
      width: 155px; }
      .site-footer__partners-column:first-child img:first-child {
        width: 155px; } }

@media screen and (max-width: 374px) {
  .footer-nav {
    margin-left: 15px; }

  .footer-nav__link {
    font-size: 12px; }

  .site-footer__partners-column:first-child {
    width: 155px; }
    .site-footer__partners-column:first-child img:first-child {
      width: 155px; } }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* ----------------------------- *
 *             LAYOUT            *
 * ----------------------------- */
a {
  outline: 0; }

section {
  position: relative; }

.wrapper {
  max-width: 1518px;
  margin: 0 auto; }

@media screen and (max-width: 1583px) {
  .wrapper {
    margin: 0 33px; } }

.clear {
  clear: both; }
/* ------ TITLES / SUBTITLES ------ */
.section-title {
  font-weight: 800;
  font-size: 64px;
  color: #e2001a; }

@media screen and (max-width: 1199px) {
  .section-title {
    font-size: 54px; } }

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 30px; } }
/* ------ TEXTS ------ */
.text-content {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #e2001a; }
/* ------ SECTION HEADER ------ */
.section-header {
  display: flex;
  padding-bottom: 30px; }
  .section-header--english {
    padding-bottom: 65px; }

.section-heading {
  padding-top: 4px;
  font-weight: 700;
  font-size: 18px;
  color: #282828; }

.section-titles {
  flex-basis: 50%;
  padding-top: 52px;
  margin-right: 18px;
  text-align: right; }
  .section-titles--english {
    padding-top: 75px; }

.section-summary {
  flex-basis: 50%;
  margin-left: 18px;
  border-top: solid #e2001a 1px;
  padding-top: 50px; }

@media screen and (max-width: 1400px) {
  .section-header {
    margin-top: 20px; } }

@media screen and (max-width: 1023px) {
  .section-header {
    flex-wrap: wrap;
    margin-top: 15px; }

  .section-titles, .section-summary {
    flex-basis: 100%;
    margin: 0; }

  .section-titles {
    padding-top: 0; }

  .section-summary {
    padding-top: 25px;
    border-top: none; } }

@media screen and (max-width: 767px) {
  .section-header {
    padding-bottom: 0; } }
/* ------ BUTTONS ------ */
.more-btn {
  display: inline-block;
  padding: 14px 40px 14px 18px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-decoration: underline;
  background-color: #e2001a;
  position: relative;
  z-index: 1; }
  .more-btn::after {
    content: '';
    display: inline-block;
    border-left: solid #fff 11px;
    border-top: solid transparent 6px;
    border-bottom: solid transparent 6px;
    position: absolute;
    top: 20px;
    right: 15px; }

.arrow-btn {
  width: 72px;
  height: 72px;
  border: none;
  background-color: #e2001a;
  text-indent: -9999px;
  position: relative; }
  .arrow-btn::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .arrow-btn--next::after {
    border-left: solid #fff 11px;
    border-top: solid transparent 6px;
    border-bottom: solid transparent 6px; }
  .arrow-btn--prev::after {
    border-right: solid #fff 11px;
    border-top: solid transparent 6px;
    border-bottom: solid transparent 6px; }
/* ------ CUSTOM SELECT ------ */
.custom-select-box {
  display: inline-block;
  height: 41px;
  line-height: 41px;
  overflow: hidden;
  text-align: left;
  background-color: #e2001a;
  position: relative; }
  .custom-select-box::before {
    content: '';
    display: inline-block;
    border-top: solid 8px #fff;
    border-right: solid 4px transparent;
    border-left: solid 4px transparent;
    pointer-events: none;
    position: absolute;
    top: 17px;
    left: 13px; }

.custom-select {
  width: 130%;
  height: 100%;
  padding: 0 15px 0 34px;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background-color: #e2001a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-select:focus {
    outline: none; }
/* ------ SLICK ------ */
.slick-disabled {
  opacity: 0;
  pointer-events: none; }
/* ------ BLUR ANIMATION ------ */
.is-blurred {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-animation: blur 1s;
  animation: blur 1s; }

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px); }

  100% {
    -webkit-filter: blur(3px);
    filter: blur(3px); } }

keyframes blur 0% {
  -webkit-filter: blur(0px);
  filter: blur(0px); }
  keyframes blur 100% {
    -webkit-filter: blur(3px);
    filter: blur(3px); }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* ----------------------------- *
 *            ARTISTS            *
 * ----------------------------- */
.artists {
  max-width: calc(1518px + 14px);
  margin: 0 auto;
  position: relative; }

.artist {
  width: 371px;
  height: 355px;
  margin: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  position: relative; }

.artist__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0)); }

#contents-container .artists {
  max-width: calc(1518px + 14px);
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  #contents-container .artist {
    width: 366px;
    height: 355px;
    margin: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
  #contents-container .artist__link {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    text-decoration: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0));
    text-align: left; }

.artist__genres {
  position: relative; }
  .artist__genres::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -10px;
    left: 0; }

.artist__genre {
  font-weight: 700;
  font-size: 20px;
  color: #fff; }

.artist__text {
  color: #e2001a;
  position: absolute;
  bottom: 12px;
  left: 10px; }

.artist__title {
  font-weight: 800;
  font-size: 40px;
  font-family: 'Gotham-black'; }

.artist__subtitle {
  font-weight: 300;
  font-size: 24px; }

@media screen and (max-width: 1579px) {
  .artists {
    padding: 0 27px; }

  .artist {
    width: calc(25% - 12px); } }

@media screen and (max-width: 1199px) {
  .artist {
    width: calc(100% / 3 - 12px - 0.1px); } }

@media screen and (max-width: 1023px) {
  .artist {
    width: calc(50% - 12px); } }

@media screen and (max-width: 767px) {
  .artists {
    padding: 0; }

  .artist {
    width: 100%;
    margin: 6px 0; } }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* ----------------------------- *
 *             ITEMS             *
 * ----------------------------- */
.items {
  max-width: calc(1518px + 17px * 2);
  margin: 0 auto; }

.item {
  width: 354px;
  height: 355px;
  margin: 15px 17px;
  padding: 10px;
  padding-bottom: 15px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  float: left; }
  .item--big {
    width: 741px;
    height: 740px; }
    .item--big .item__title {
      font-size: 54px; }

.item__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #e2001a;
  text-decoration: none;
  position: relative;
  z-index: 100; }

.item__clickable {
  cursor: pointer; }
  .item__clickable a {
    z-index: 777; }

.item__genres {
  position: relative; }
  .item__genres::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 1px;
    background-color: currentcolor;
    position: absolute;
    bottom: -10px;
    left: 0; }

.item__genre {
  font-weight: 300;
  font-size: 20px;
  font-weight: 800; }

.item__genre--family {
  font-weight: 800; }

.item__text {
  max-width: 100%;
  position: absolute;
  bottom: 0; }

.item__title {
  font-weight: 800;
  font-size: 44px;
  overflow-wrap: break-word;
  font-family: 'Gotham-black'; }

.item__subtitle {
  font-weight: 300;
  font-size: 24px; }

.item__date {
  font-weight: 700;
  font-size: 20px; }

.item__background {
  opacity: 0.25;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.4s; }

.item__background-link {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.4s; }

.item:hover .item__background {
  opacity: 0.8; }

.item__summary {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  bottom: 0; }

.agenda-rubrique {
  position: initial; }
/* ------ NEWS ITEM ------ */
.news-item {
  background-color: #e2001a; }

.news-item .item__link {
  color: #fff; }

.news-item .item__genres::after {
  background-color: #fff; }

.news-item .item__background {
  opacity: 0.4; }
/* ------ DOCUMENT ITEM ------ */
.document-item {
  background-color: #e2001a; }

.document-item .item__link {
  color: #fff; }

.document-item .item__title {
  overflow-wrap: break-word;
  position: relative; }
  .document-item .item__title::after {
    content: '';
    display: inline-block;
    width: 33px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -23px;
    left: 0; }

.document-item:hover.hover-grey {
  background-color: #515151; }
  .document-item:hover.hover-grey .item__title {
    opacity: 0.1; }
  .document-item:hover.hover-grey .item__summary {
    display: block; }
/* ------ RESPONSIVE ------ */
@media screen and (max-width: 1549px) {
  .items {
    padding: 0 16px; }

  .item {
    width: calc(100% / 3 - 34px - 0.1px); }
    .item--big {
      width: calc(100% / 3 * 2 - 34px - 0.1px); } }

@media screen and (max-width: 1199px) {
  .item {
    width: calc(50% - 34px);
    height: 355px; }
    .item--big .item__title {
      font-size: 44px; }
    .item .item__title {
      font-size: 30px; } }

@media screen and (max-width: 767px) {
  .items {
    padding: 0 33px; }

  .item {
    height: 320px;
    width: 100%;
    margin: 15px 0; }
    .item--big .item__title {
      font-size: 36px; } }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* ----------------------------- *
 *           RESIDENTS           *
 * ----------------------------- */
.residents__items {
  max-width: calc(1518px + 34px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }

.resident {
  flex-basis: calc(25% - 34px);
  margin: 0 17px 23px 17px;
  padding-bottom: 5px;
  border-bottom: solid #e2001a 1px;
  background-color: transparent; }

.resident__genres {
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 20px;
  color: #515151;
  position: relative;
  text-transform: lowercase; }
  .resident__genres::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 1px;
    background-color: currentcolor;
    position: absolute;
    bottom: -10px;
    left: 0; }

.resident__title {
  font-weight: 800;
  color: #e2001a;
  font-size: 32px; }

.resident__subtitle {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 12px;
  color: #3b3b3b; }

.resident__place {
  font-weight: 300;
  font-size: 18px;
  color: #e2001a;
  text-transform: uppercase; }

.resident__link {
  position: relative;
  top: -5px; }

@media screen and (max-width: 1579px) {
  .residents__items {
    margin: 0 16px; } }

@media screen and (max-width: 1199px) {
  .resident {
    flex-basis: calc(100% / 3 - 34px - 0.1px); } }

@media screen and (max-width: 1023px) {
  .resident {
    flex-basis: calc(50% - 34px); } }

@media screen and (max-width: 767px) {
  .resident {
    flex-basis: calc(100% - 34px); } }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* ----------------------------- *
 *            SEARCH             *
 * ----------------------------- */
.search {
  text-align: center;
  /* Chrome/Opera/Safari */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 600;
  display: none; }
  .search ::-webkit-input-placeholder {
    color: #fff; }
  .search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .search :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  .search :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }

.search__form {
  width: 574px;
  max-width: calc(100% - 33px);
  padding: 30px;
  display: inline-block;
  position: relative;
  top: 220px;
  z-index: 100; }

.search__input {
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 20px;
  box-sizing: border-box;
  font-weight: 200;
  font-size: 32px;
  color: #fff;
  background-color: rgba(40, 40, 40, 0.2); }

.search__submit {
  width: 24px;
  height: 24px;
  border: none;
  text-indent: -9999px;
  background: url(../bundles/lehubagencecia/images/icons/search-icon.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50px;
  right: 50px; }

.search__overlay {
  background-color: rgba(246, 246, 246, 0.8);
  cursor: url(../bundles/lehubagencecia/images/close.svg), auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

@media screen and (max-width: 1023px) {
  .search__form {
    top: 20%; } }

@media screen and (max-width: 633px) {
  .search__form {
    padding: 30px 0; } }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* ----------------------------- *
 *          SOCIAL WALL          *
 * ----------------------------- */
.social-wall {
  display: flex;
  flex-wrap: wrap;
  max-height: 572px;
  overflow: hidden; }

.social__item {
  display: inline-block;
  width: 283px;
  height: 283px;
  margin: 2px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }

.social__text {
  font-weight: 500;
  font-size: 17px;
  color: #e2001a;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 80px;
  width: 90%; }

.social__icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15px; }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* ----------------------------- *
 *             SPACES            *
 * ----------------------------- */
.spaces {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(1552px);
  margin: 0 auto;
  padding-top: 26px; }

.space {
  width: calc(50% - 34px);
  height: 370px;
  margin: 17px;
  position: relative;
  overflow: hidden; }

.space__link {
  display: inline-block;
  width: 100%;
  height: 100%; }

.space__title {
  font-weight: 700;
  color: #e2001a;
  font-size: 61px;
  text-align: center;
  text-decoration: underline;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100; }

.space__background {
  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (max-width: 1023px) {
  .spaces {
    padding: 26px 33px 0 33px; }

  .space {
    width: 100%;
    margin: 17px 0; } }

@media screen and (max-width: 767px) {
  .spaces {
    padding: 26px 0 0 0; }

  .space {
    height: 210px;
    margin: 8px 0; }

  .space__title {
    font-size: 35px; } }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* ----------------------------- *
 *            TIMELINE           *
 * ----------------------------- */
.timeline {
  margin: 15px 0;
  position: relative; }
/* ------ TIMELINE DATES ------ */
.timeline-dates-container {
  max-width: 1518px;
  margin: 0 auto;
  position: relative;
  z-index: 200; }

.timeline-dates {
  font-size: 0;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }
  .timeline-dates::-webkit-scrollbar {
    display: none; }
  .timeline-dates.is-overflowed {
    padding-right: 72px;
    padding-left: 72px; }

.timeline__month {
  display: inline-block;
  margin-right: 7px;
  padding: 25px 21px 21px 21px;
  font-weight: 800;
  font-size: 27px;
  color: #fff;
  background-color: #e2001a;
  text-transform: uppercase; }

.timeline__day {
  display: inline-block;
  width: 72px;
  margin-right: 7px;
  padding: 13px 0 11px 0;
  font-weight: 300;
  font-size: 20px;
  cursor: pointer;
  color: #e2001a;
  background-color: #fff;
  text-align: center;
  vertical-align: top; }
  .timeline__day.is-active {
    color: #fff;
    background-color: #515151; }
  .timeline__day.inactive {
    color: #515151;
    pointer-events: none;
    cursor: default; }

.timeline__number {
  font-weight: 800; }

.timeline__arrow.slick-arrow-home-next {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

.timeline__arrow.slick-arrow-home-prev {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
/* ------ TIMELINE ITEMS ------ */
.timeline-items-container {
  width: 100%;
  padding: 32px 0 27px 0;
  background-color: #515151;
  position: absolute;
  top: 46px;
  z-index: 100;
  display: none; }

.timeline-items {
  position: relative; }
  .timeline-items .item__title {
    font-size: 35px; }

.timeline-items .arrow-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 50; }
  .timeline-items .arrow-btn--prev {
    left: -34px; }
  .timeline-items .arrow-btn--next {
    right: -34px; }

.item--timeline {
  width: 270px;
  height: 274px; }

.item--timeline .item__genre {
  font-size: 16px; }

.item--timeline .item__title {
  padding-right: 10px;
  font-size: 28px;
  line-height: 28px; }

.item--timeline .item__subtitle, .timeline-items .item__date {
  font-size: 18px;
  line-height: 28px; }

@media screen and (max-width: 1586px) {
  .timeline-items .arrow-btn--prev {
    left: 0; }
    .timeline-items .arrow-btn--next {
      right: 0; } }

@media screen and (max-width: 767px) {
  .timeline {
    margin: 25px 0 50px 0px; }

  .timeline-dates.timeline-dates.is-overflowed {
    padding-left: 0;
    padding-right: 64px; }

  .timeline-items {
    padding: 0; }

  .timeline-items .item {
    margin: 15px 6px; }

  .timeline__day {
    width: 60px;
    padding: 8px 0; }

  .timeline__month {
    padding: 19px 15px; }

  .timeline__arrow.slick-arrow-home-next {
    width: 64px;
    height: 64px; }

  .timeline__arrow.slick-arrow-home-prev {
    display: none !important; } }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* ----------------------------- *
 *             ACCES             *
 * ----------------------------- */
.access {
  position: relative; }

.access__filters {
  z-index: 100; }

.access__map {
  margin-top: -41px;
  position: relative; }

.access__map iframe {
  height: 800px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  @media screen and (max-width: 767px) {
  .access__map iframe {
    height: 500px; } }

.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive {
  z-index: 3; }

.access__map-details {
  width: 367px;
  padding: 28px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  top: 95px;
  left: 42px;
  z-index: 100;
  line-height: 22px;
  font-size: 20px; }
  .access__map-details__transport {
    display: flex;
    align-items: center;
    margin-bottom: 9px; }
    .access__map-details__transport__metro {
      width: 33px;
      height: 33px;
      border-radius: 50%;
      margin-right: 2px;
      background: url(../bundles/lehubagencecia/images/icons/metro.svg);
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
    .access__map-details__transport__bus {
      width: 33px;
      height: 33px;
      border-radius: 50%;
      margin-right: 2px;
      background: url(../bundles/lehubagencecia/images/icons/bus.svg);
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
    .access__map-details__transport__line {
      width: 33px;
      height: 33px;
      border-radius: 50%;
      background: url(../bundles/lehubagencecia/images/icons/line.svg);
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }

.map-transports {
  padding-top: 18px;
  font-size: 19px; }

.map-transport {
  padding-top: 7px; }
  .map-transport:first-child {
    padding: 0; }

.map-transports__icon {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  text-align: center;
  line-height: 33px; }

.map-transports__icon--type {
  width: 29px;
  height: 29px;
  margin-right: 1px;
  line-height: 29px;
  border: solid #e2001a 2px;
  color: #e2001a; }

.map-transports__icon--line {
  color: #fff;
  background-color: #e2001a; }

.map-transports__text {
  padding-left: 11px; }
/* ------ RESPONSIVE ------ */
@media screen and (max-width: 1023px) {
  .access__filters.list-filters {
    max-width: calc(100% - 66px);
    margin: 0;
    position: absolute;
    top: 29px;
    left: 33px; }
    .access__filters.list-filters .filters-tabs {
      display: block; }
    .access__filters.list-filters .filters-tabs__item {
      max-width: calc(50% - 2px);
      height: 59px;
      font-size: 18px;
      line-height: 59px; }
      .access__filters.list-filters .filters-tabs__item:first-child {
        margin-right: 2px; }
      .access__filters.list-filters .filters-tabs__item:last-child {
        margin-left: 2px; }

  .access__map {
    margin-top: 15px; }

  .access__map-details {
    max-width: calc(100% - 34px);
    top: auto;
    bottom: 17px; } }

@media screen and (max-width: 767px) {
  .access__map #map {
    height: 496px; }

  .access__map-details {
    max-width: 100%;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

@media screen and (max-width: 374px) {
  .access__filters .filters-tabs__item {
    font-size: 16px; } }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* ----------------------------- *
 *            ATELIERS           *
 * ----------------------------- */
/* ------ HEADER ------ */
.header-ateliers .section-summary {
  margin-left: 0;
  padding-bottom: 15px;
  padding-left: 18px;
  background-color: #fff;
  z-index: 100; }

@media screen and (max-width: 1023px) {
  .header-ateliers {
    padding-bottom: 25px; }
    .header-ateliers .section-summary {
      padding-left: 0;
      padding-bottom: 0; } }
/* ------ LISTE ------ */
.list-ateliers {
  margin-top: -57px;
  position: relative; }

.ateliers-images {
  position: relative; }

.atelier__img-container {
  height: 800px;
  max-height: 100vh;
  overflow: hidden; }

.atelier__img {
  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ateliers-texts {
  max-width: 740px;
  box-sizing: border-box;
  color: #e2001a;
  position: absolute;
  bottom: 18px;
  left: 40px; }

.atelier-text {
  background-color: #fff;
  padding: 29px 22px 14px 22px; }

.atelier__title {
  font-weight: 800;
  font-size: 38px;
  line-height: 30px;
  color: #e2001a; }

.atelier__subtitle {
  font-weight: 300;
  font-size: 28px;
  line-height: 30px; }

.atelier__body {
  padding-top: 26px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px; }

.list-ateliers .arrow-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100; }
  .list-ateliers .arrow-btn--next {
    right: 0; }

@media screen and (max-width: 1023px) {
  .list-ateliers {
    margin-top: 0; }

  .atelier__img-container {
    height: auto;
    max-height: none;
    position: relative; }

  .atelier__img {
    max-width: 100%;
    min-height: 0;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

  .ateliers-images .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 16px; }
    .ateliers-images .slick-dots li {
      display: inline-block;
      margin: 0 5px;
      font-size: 0; }
    .ateliers-images .slick-dots button {
      width: 8px;
      height: 8px;
      border: none;
      border-radius: 50%;
      padding: 0;
      outline: none;
      text-indent: -9999px;
      background-color: #000; }
    .ateliers-images .slick-dots .slick-active button {
      background-color: #e2001a; }

  .ateliers-texts {
    position: static;
    padding: 22px 33px; } }

@media screen and (max-width: 767px) {
  .atelier__title {
    font-size: 28px;
    padding-top: 0; }

  .atelier__subtitle {
    font-size: 24px; }

  .atelier-text {
    padding-top: 0; }

  .ateliers-texts {
    padding-top: 15px; } }

.fixed {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #e2001a;
  background-blend-mode: lighten; }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
.hidden {
  display: none; }

.equipe-toggles {
  display: flex; }

.equipe-toggle-container {
  margin: 50px 20px 0 0; }

.title {
  font-family: Gotham;
  font-size: 30px;
  font-weight: bold;
  color: #e2001a; }

.subtitle {
  color: #515151;
  font-weight: bold;
  font-size: 20px;
  font-family: Gotham; }

.toggle:hover {
  color: #e2001a;
  border: none; }

.equipe-toggle {
  color: #515151;
  border-bottom: 2px solid #515151;
  cursor: pointer;
  transition: 350ms ease; }

.toggled {
  color: #e2001a;
  border: none; }

@media screen and (min-width: 768px) {
  .equipe-toggle:hover + .arrow-down {
    visibility: visible; } }

.arrow-down {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f00; }

.equipe-list {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 50px; }

.equipe-item {
  height: 60%;
  width: calc(100% / 4 - 20px);
  margin-bottom: 20px;
  overflow: hidden; }

.picture {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 11px; }

.name-container {
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 10px; }

.name-container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 20%;
  border-bottom: 2px solid #e2001a; }

.function {
  font-size: 22px;
  color: #515151;
  font-family: Gotham;
  font-weight: bold;
  margin-bottom: 10px; }

.description {
  font-size: 18px;
  color: #515151;
  font-family: Gotham;
  margin-right: 20px;
  word-break: break-word; }

@media screen and (min-width: 768px) {
  .equipe-item {
    margin: 20px 20px 0 0; } }

@media screen and (max-width: 800px) {
  .equipe-item {
    height: 60%;
    width: calc(100% / 3 - 20px);
    margin-bottom: 20px;
    overflow: hidden; }

  .equipe-list {
    flex-wrap: wrap; } }

@media screen and (max-width: 540px) {
  .equipe-toggles {
    flex-direction: column;
    margin: 30px 0 30px 0; }

  .equipe-toggle-container {
    margin: 0; }

  .equipe-toggle {
    color: #515151;
    margin: 10px 0 0 0;
    border: none; }

  .equipe-list {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap; }

  .equipe-item {
    width: 100%;
    margin-bottom: 40px; } }

@media (max-width: 1024px) and (min-width: 550px) {
  .picture {
    height: 200px; } }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* ----------------------------- *
 *              HOME             *
 * ----------------------------- */
.home-section-title {
  font-weight: 800;
  font-size: 70px;
  color: #e2001a;
  font-family: 'Gotham-black'; }

.home-summary {
  width: 75%;
  padding-right: 34px;
  box-sizing: border-box;
  color: #e2001a; }

.home-more-btn {
  position: absolute;
  top: 85px;
  right: 0; }

@media screen and (max-width: 1023px) {
  .home-summary {
    width: 100%;
    padding: 0; }

  .home-more-btn {
    position: absolute;
    top: auto;
    bottom: 0; } }

@media screen and (max-width: 767px) {
  .home-section-title {
    font-size: 36px; } }
/* ------ HOME UNE ------ */
.home-une {
  height: 502px;
  padding: 10px 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-color: red;
  background-blend-mode: lighten;
  display: flex;
  justify-content: center;
  align-items: center; }

.home-une__title {
  width: 100%;
  max-width: 851px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 67px;
  line-height: 69px;
  color: #515151;
  text-align: center; }

@media screen and (max-width: 767px) {
  .home-une__title {
    margin: 0 5px 0 5px;
    font-size: 47px;
    line-height: 50px;
    text-decoration: underline; } }

@media screen and (max-width: 767px) and (max-height: 800px) {
  .home-une {
    height: auto;
    min-height: calc(100vh - 100px);
    line-height: auto; } }
/* ------ HOME PRESENTATION ------ */
.home-presentation {
  padding: 98px 40px;
  position: relative; }

.home-presentation .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative; }

.home-presentation__text {
  width: 50%;
  padding-right: 17px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #e2001a; }

.home-presentation__title {
  font-weight: 700;
  font-size: 44px;
  color: #e2001a; }

.home-presentation__visitors {
  width: 50%;
  padding-left: 17px;
  box-sizing: border-box;
  font-size: 0;
  text-align: center; }

.visitor-types {
  display: flex;
  justify-content: center; }

.visitor-type {
  display: inline-block;
  width: 198px;
  height: 198px;
  margin: 20px 15px 0 15px;
  color: #fff;
  background-color: #e2001a;
  border-radius: 50%;
  cursor: pointer;
  position: relative; }
  .visitor-type::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px; }
  .visitor-type:first-child {
    margin-left: 0; }
  .visitor-type:last-child {
    margin-right: 0; }

.visitor-type__title {
  width: 175px;
  font-weight: 700;
  font-size: 31px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.home-presentation__items {
  position: absolute;
  top: 408px;
  display: none;
  width: 100%;
  left: 0; }

.home-presentation.is-open .home-presentation__visitors, .home-presentation.is-open .home-presentation__items {
  z-index: 500; }

@media screen and (max-width: 1579px) {
  .visitor-type {
    margin: 20px 20px 0 20px; } }

@media screen and (max-width: 1310px) and (min-width: 1201px) {
  .visitor-type {
    width: 170px;
    height: 170px; }
    .visitor-type::after {
      bottom: 30px; }

  .visitor-type__title {
    width: initial;
    font-size: 25px; } }

@media screen and (max-width: 1200px) {
  .home-presentation .wrapper {
    flex-direction: column-reverse; }

  .home-presentation__text, .home-presentation__visitors {
    width: 100%;
    padding: 0; }

  .home-presentation__visitors {
    padding-bottom: 50px; } }

@media screen and (max-width: 767px) {
  .home-presentation {
    padding: 40px 0; }
    .home-presentation .wrapper {
      margin: 0 15px; }

  .home-presentation__text {
    display: none; }

  .home-presentation__visitors {
    padding: 0; }
    .home-presentation__visitors .home-presentation__title {
      font-size: 28px;
      margin-bottom: -10px; }

  .visitor-type {
    width: 119px;
    height: 119px;
    margin: 20px 5px 0 5px; }
    .visitor-type::after {
      width: 15px;
      bottom: 30px; }

  .visitor-type__title {
    width: 115px;
    font-size: 19px; } }

@media screen and (max-width: 380px) {
  .visitor-type {
    width: 115px;
    height: 115px; }
    .visitor-type::after {
      bottom: 20px; }

  .visitor-type__title {
    font-size: 15px; } }

@media screen and (max-width: 374px) {
  .visitor-type {
    margin: 20px 3px 0 3px; } }
/* ------ HOME PROGRAMMATION ------ */
.home-programmation {
  padding: 86px 0 110px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-color: red;
  background-blend-mode: lighten;
  position: relative;
  z-index: 150; }

.home-programmation__title {
  padding-bottom: 17px;
  color: #515151; }

@media screen and (max-width: 1023px) {
  .home-programmation {
    padding-bottom: 67px; } }

@media screen and (max-width: 767px) {
  .home-programmation {
    padding: 60px 0 67px 0; } }
/* ------ HOME ARTISTS ------ */
.home-artists {
  padding: 86px 0 94px 0;
  position: relative; }

.home-artists__title {
  padding-bottom: 6px; }

.home-artists .artists {
  margin-top: 49px; }

.home-artists .artists .arrow-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 50; }
  .home-artists .artists .arrow-btn--prev {
    left: -34px; }
  .home-artists .artists .arrow-btn--next {
    right: -34px; }

@media screen and (max-width: 1580px) {
  .home-artists .artists {
    padding: 0 27px; }

  .home-artists .artists .arrow-btn--prev {
    left: 0; }
    .home-artists .artists .arrow-btn--next {
      right: 0; } }

@media screen and (max-width: 1023px) {
  .home-artists {
    margin-bottom: 58px; } }

@media screen and (max-width: 767px) {
  .home-artists {
    padding-top: 60px; }

  .home-artists .artists {
    margin-top: 30px;
    padding: 0; } }
/* ------ HOME SPACES ------ */
.home-spaces {
  padding: 86px 0 92px 0;
  background-color: #333;
  position: relative; }

.home-spaces__title {
  padding-bottom: 6px; }

.home-spaces__link-container {
  padding-top: 30px;
  text-align: center; }

.home-spaces__link {
  font-weight: 700;
  font-size: 30px;
  color: #e2001a; }

@media screen and (max-width: 767px) {
  .home-spaces {
    padding-top: 60px; } }
/* ------ HOME SOCIAL WALL ------ */
.home-social-wall {
  max-width: 1437px;
  margin: 0 auto;
  padding: 86px 0 86px 0; }

.home-social-wall__icons {
  font-size: 0;
  width: fit-content; }

.home-social-wall__icon {
  margin: 0 4px;
  width: 75px;
  margin-right: 15px; }

.home-social-wall__title {
  padding-bottom: 10px;
  float: left; }

@media screen and (max-width: 1502px) {
  .home-social-wall {
    max-width: 1148px; } }

@media screen and (max-width: 1213px) {
  .home-social-wall {
    max-width: 861px; } }

@media screen and (max-width: 1023px) {
  .home-social-wall {
    padding: 60px 0 72px 0;
    text-align: center; }

  .home-social-wall__title {
    padding-bottom: 20px;
    float: none; }

  .home-social-wall__icons {
    float: none; }

  .home-social-wall .social-wall {
    display: none; } }
/* ------ HOME OVERLAY ------ */
.home-overlay {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(246, 246, 246, 0.8);
  z-index: 400;
  cursor: url(../bundles/lehubagencecia/images/close.svg), auto; }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* ----------------------------- *
 *              LIST             *
 * ----------------------------- */
/* --------- LOADER ----------- */
html {
  height: 100%;
  background-color: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-radial-gradient(center, ellipse cover, #fff 0%, #f7f7f7 100%);
  background-image: -webkit-radial-gradient(center, ellipse cover, #fff 0%, #f7f7f7 100%);
  background-image: radial-gradient(ellipse cover at center, #fff 0%, #f7f7f7 100%); }

html .spin {
  width: 70px;
  height: 70px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  border: 7px solid #e2001a;
  border-radius: 50%;
  display: none; }

html .spin:before, html .spin:after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  background-color: #e2001a;
  border-radius: 7px;
  transform-origin: 50% 0; }

html .spin:before {
  height: 21px;
  left: 31.5px;
  top: 50%;
  animation: spin 1500ms linear infinite; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }
/* ---------- NANOBAR ----------- */
#nanobar .bar {
  background-color: #e2001a; }
/* ------ LIST BACKGROUND ------ */
.list__background {
  mix-blend-mode: lighten;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 177px;
  z-index: 50;
  overflow: hidden; }
  .list__background img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: calc(100% + 2px);
    min-height: calc(100% + 2px); }

.list__red-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 177px;
  background-color: red; }
/* ------ TABS AND FILTERS ------ */
.list-filters {
  position: relative; }

.filters-tabs {
  margin-bottom: 10px;
  font-size: 0; }

.filters-tabs__item {
  display: inline-block;
  width: 355px;
  height: 72px;
  margin-right: 11px;
  font-weight: 500;
  font-size: 27px;
  color: #fff;
  background-color: #515151;
  text-decoration: none;
  text-align: center;
  line-height: 72px; }
  .filters-tabs__item:last-child {
    margin: 0; }
  .filters-tabs__item.is-active {
    background-color: #e2001a; }
    .filters-tabs__item.is-active .filters-tabs__text {
      border-bottom: none; }

.filters-genres {
  font-size: 0;
  position: relative; }

.filters-genres__item {
  display: inline-block;
  width: 202px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 50px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  background-color: #515151;
  text-align: center;
  text-decoration: none; }
  .filters-genres__item.is-active {
    background-color: #e2001a; }
    .filters-genres__item.is-active .filters-genres__text {
      border-bottom: none; }

.filters-tabs__text, .filters-genres__text {
  position: relative;
  border-bottom: solid #737373 1px; }

.filters-subgenres__item {
  display: inline-block;
  height: 41px;
  margin-right: 2px;
  padding: 0 14px;
  line-height: 41px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background-color: #515151;
  text-align: center;
  text-decoration: none; }
  .filters-subgenres__item.is-active {
    background-color: #e2001a; }

.filters-dropdowns {
  font-size: 0;
  position: absolute;
  bottom: 0;
  right: 0; }

.filters-dropdown {
  margin-left: 2px; }
  .filters-dropdown:first-child {
    margin: 0; }

.filters-dropdown__country {
  background-color: #515151;
  text-decoration: underline; }
  .filters-dropdown__country .custom-select {
    background-color: #515151; }

.filters-previous {
  display: inline-block;
  height: 41px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 41px;
  color: #fff;
  background-color: #e2001a;
  position: absolute;
  bottom: 0;
  right: 0; }
  .filters-previous.disabled {
    background-color: #515151; }

.filter-mobile {
  width: 100%;
  height: 50px;
  margin-bottom: 9px;
  line-height: 50px;
  position: relative;
  display: none; }
  .filter-mobile::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
    pointer-events: none;
    position: absolute;
    top: 21px;
    right: 18px; }

.filter-mobile--tabs {
  height: 70px;
  line-height: 70px; }
  .filter-mobile--tabs::after {
    top: 31px; }
  .filter-mobile--tabs .filter-mobile__button {
    font-size: 27px;
    background-color: #e2001a;
    text-decoration: none; }
  .filter-mobile--tabs .filter-mobile__text {
    border: none; }

.filter-mobile__button {
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  background-color: #515151;
  text-align: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0; }

.filter-mobile__text {
  display: inline-block;
  width: 100%;
  border-bottom: solid #737373 1px;
  padding: 0 32px 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.filters__see-all {
  display: inline-block;
  margin-left: 17px;
  font-weight: 500;
  font-size: 18px;
  color: #515151; }

.filter-mobile__select {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@media screen and (max-width: 1199px) {
  .filters-dropdowns {
    margin-top: 10px;
    position: static; } }

@media screen and (max-width: 1023px) {
  .filters-subgenres__item {
    display: none; }

  .filters-tabs {
    display: none; }

  .filters-genres {
    display: none; }

  .filter-desktop {
    display: none; }

  .filter-mobile {
    display: inline-block; } }
/* ------ LIST DEFAULT ------ */
.list-default .filters-subgenres {
  margin-bottom: 10px; }

.list-default .list__items {
  margin-top: -26px; }

.list__items {
  padding: 50px 0;
  background-color: #f0f0f0; }

.list__items.no_background {
  background-color: initial; }
/* ------ LIST RESIDENTS ------ */
.list-residents {
  background-color: #f0f0f0; }

.list-residents .list-filters {
  margin-top: 50px;
  position: relative;
  top: -50px; }

.residents__items {
  margin-top: -40px;
  padding: 10px 0 50px 0; }
  .residents__items.no-filters {
    margin-top: 0; }

.progress_bar {
  background-image: url(../bundles/lehubagencecia/images/loading.gif);
  height: 110px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  margin-top: 30px;
  width: 100%; }

@media screen and (max-width: 1199px) {
  .residents__items {
    padding-top: 10px; } }
/* ------ LIST SUBSECTION ------ */
.list-subsection {
  padding-bottom: 100px;
  position: relative; }

.list-subsection .items {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 100; }

.list-subsection .document-item {
  max-width: calc(50% - 34px);
  flex-grow: 1; }

.list-subsection .item-min-third {
  min-width: calc(100% / 3 - 34px - 0.1px); }

@media screen and (max-width: 1549px) {
  .list-subsection .item-min-half {
    min-width: calc(50% - 34px); } }

@media screen and (max-width: 1199px) {
  .list-subsection .document-item {
    min-width: auto;
    max-width: none; } }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* ----------------------------- *
 *           OPERATORS           *
 * ----------------------------- */
.operators {
  position: relative; }
/* ------ HEADER ------ */
.operators__header {
  position: relative; }
  .operators__header .section-summary {
    border-bottom: solid #e2001a 1px;
    padding-bottom: 43px; }
/* ------ MAP ------ */
.operators__map {
  margin-top: -140px;
  padding-bottom: 100px; }

.operators__svg {
  width: 1489px;
  max-width: 100%;
  height: auto;
  max-height: 100%; }

.operators__marker {
  cursor: pointer; }

@media screen and (max-width: 1023px) {
  .operators__map {
    margin-top: 0; } }

@media screen and (max-width: 767px) {
  .operators__map {
    margin: 0;
    overflow-x: hidden; }

  .operators__svg {
    width: 139.2%;
    margin-left: -25%;
    max-width: none; }

  .operators__marker {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transform-origin: center;
    transform-origin: center; } }
/* ------ TEXT ------ */
.operators__text-container {
  margin: -200px 0 0 33px;
  text-align: right;
  display: none; }

.operators__text {
  display: inline-block;
  width: 50%;
  text-align: left; }

.operators__continent {
  border-bottom: solid #e2001a 1px;
  padding: 0 0 5px 25px;
  font-weight: 800;
  font-size: 64px;
  color: #e2001a;
  line-height: 64px; }

.operators__countries {
  margin-top: 16px;
  max-height: 430px;
  overflow-y: scroll; }

.operators__country {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  position: relative; }
  .operators__country:nth-child(odd) .operators__country-text {
    background-color: #656565; }
  .operators__country:nth-child(even) .operators__country-text {
    background-color: #5e5e5e; }
  .operators__country::before {
    content: '';
    display: inline-block;
    border-top: solid transparent 4px;
    border-bottom: solid transparent 4px;
    border-left: solid #fff 7px;
    position: absolute;
    top: 18px;
    left: 35px; }
  .operators__country.is-open .operators__country-text {
    background-color: #e2001a; }
    .operators__country.is-open::before {
      border-top: solid 7px #fff;
      border-left: solid transparent 4px;
      border-right: solid transparent 4px;
      border-bottom: none; }

.operators__country-text {
  display: inline-block;
  width: 100%;
  padding: 7px 0 2px 52px;
  box-sizing: border-box; }

.operators__item {
  padding: 3px 10px 6px 52px; }
  .operators__item:nth-child(odd) {
    background-color: #d5132a; }
  .operators__item:nth-child(even) {
    background-color: #e2001a; }

.operators__links {
  display: none; }

.operators__link {
  font-weight: 500;
  font-size: 16px;
  color: #fff; }

@media screen and (max-width: 1199px) {
  .operators__text-container {
    margin-top: -100px; } }

@media screen and (max-width: 1023px) {
  .operators__text-container {
    margin: 0; }

  .operators__text {
    width: 100%; }

  .operators__link {
    font-size: 14px; } }

@media screen and (max-width: 767px) {
  .operators__text-container {
    margin: 0 33px; } }

.single-studio h2 {
  color: #e2001a;
  font-family: Gotham;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  padding-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .single-studio h2 {
      font-size: 22px;
      line-height: 34px; } }
  .single-studio .hero {
    margin-bottom: 30px;
    position: relative; }
  .single-studio .hero img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    object-position: center; }
  .single-studio .hero h3 {
    position: absolute;
    bottom: 2rem;
    left: 1rem;
    color: #e2001a;
    font-family: Gotham;
    font-size: 38px;
    font-weight: bold;
    background-color: white;
    padding: 0 20px;
    width: 35%; }
    @media screen and (max-width: 767px) {
    .single-studio .hero h3 {
      font-size: 22px;
      line-height: 34px; } }
  .single-studio .studio-information {
    display: flex; }
  .single-studio .studio-information h2 {
    color: #e2001a;
    font-family: Gotham;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
    .single-studio .studio-information h2 {
      font-size: 22px;
      line-height: 34px;
      margin-bottom: 0; } }
  .single-studio .studio-information p {
    color: grey;
    font-family: Gotham;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px; }
  .single-studio .studio-information__details {
    flex: 1 0 50%; }
  .single-studio .studio-information__price {
    flex: 1 0 50%; }
  .single-studio .studios-contain__list-studios h2 {
    color: #e2001a;
    font-family: Gotham;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
    .single-studio .studios-contain__list-studios h2 {
      font-size: 22px;
      line-height: 34px; } }
  .single-studio .studios-contain__list-studios .time {
    line-height: initial; }
  .single-studio .studios-contain__list-studios .odd {
    background-color: #f5f5f5; }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* ----------------------------- *
 *             SINGLE            *
 * ----------------------------- */
.single {
  display: flex;
  position: relative; }

.single-content {
  flex-basis: 50%;
  min-width: 0;
  margin-left: 16px; }
/* ------ SINGLE BACK BUTTON ------ */
.single .arrow-btn {
  position: absolute;
  top: 78px;
  left: -42px; }

@media screen and (max-width: 1583px) {
  .single .arrow-btn {
    left: -33px; } }

@media screen and (max-width: 1099px) {
  .single .arrow-btn {
    display: none; } }
/* ------ SINGLE TITLE LEFT (DOCUMENT ONLY) ------ */
.single-title-left {
  flex-basis: 50%;
  margin-right: 16px;
  padding-top: 85px;
  text-align: right; }
/* ------ SINGLE MEDIAS (AGENDA ONLY) ------ */
.single-medias {
  flex-basis: 50%;
  margin-right: 16px;
  font-size: 0; }
  .single-medias img {
    max-width: 100%; }

.single-medias__link {
  width: calc((100% - 16px) / 3 - 0.1px);
  float: left;
  margin: 10px 8px 0 0;
  font-size: 0; }
  .single-medias__link img {
    width: 100%; }
  .single-medias__link:nth-child(3n) {
    margin-right: 0; }

.single-medias__images-mobile {
  padding-bottom: 34px;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  font-size: 0;
  display: none; }
  .single-medias__images-mobile::-webkit-scrollbar {
    display: none; }
  .single-medias__images-mobile .single-medias__link {
    margin-top: 0;
    display: inline-block;
    float: none; }
    .single-medias__images-mobile .single-medias__link:nth-child(n) {
      margin-right: 8px; }
    .single-medias__images-mobile .single-medias__link:last-child {
      margin-right: 0; }

@media screen and (max-width: 1099px) {
  .single {
    flex-wrap: wrap; }
    .single.wrapper {
      margin: 0; }

  .single-content, .single-medias, .single-title-left {
    flex-basis: 100%;
    margin: 0; }

  .single-title-left {
    padding: 25px 33px 25px 33px;
    text-align: left; }

  .single-medias img {
    width: 100%; }

  .single-medias__images {
    display: none; }

  .single-medias__images-mobile {
    display: block; }

  .single-content {
    padding: 0 33px; } }

@media screen and (max-width: 413px) {
  .single-content {
    padding: 0 30px; } }
/* ------ SINGLE HEADER ------ */
.single__header {
  border-top: solid #e2001a 1px;
  padding: 47px 0 45px 0; }

.single__genres {
  font-size: 0;
  padding-bottom: 53px; }

.single__genre {
  padding-right: 18px;
  font-weight: 800;
  font-size: 20px;
  color: #515151; }
  .single__genre:last-child {
    padding: 0; }

.single__title {
  font-weight: 800;
  font-size: 64px;
  line-height: 64px;
  color: #e2001a; }

.single__subtitle {
  font-size: 45px;
  color: #e2001a;
  margin-top: 10px; }

.single__ticket {
  position: absolute; }

.single__date {
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  color: #e2001a; }
  .single__date--ticket {
    margin-left: 65px;
    line-height: normal; }

.single__place {
  font-weight: 700;
  font-size: 20px;
  color: #515151;
  text-decoration: underline; }
  .single__place--ticket {
    margin-left: 65px; }

@media screen and (max-width: 1099px) {
  .single__header {
    border-top: none;
    padding-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .single__header {
    border-top: none;
    padding-top: 26px; }

  .single__genres {
    padding-bottom: 30px; }

  .single__title {
    font-size: 34px;
    line-height: 34px; }

  .single__subtitle {
    font-size: 25px;
    color: #e2001a;
    margin: 0; } }
/* ------ SINGLE DOWNLOADS ------ */
.single-downloads {
  margin-bottom: 45px;
  padding: 15px 0;
  border-top: solid #e2001a 1px;
  border-bottom: solid #e2001a 1px;
  position: relative; }
  .single-downloads a {
    text-decoration: none;
    color: inherit; }

.single-downloads-empty {
  height: 19px !important; }

.single-downloads__items {
  font-size: 0; }

.single-downloads__item {
  padding-right: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #e2001a !important;
  text-decoration: underline;
  cursor: pointer; }
  .single-downloads__item:last-child {
    padding: 0; }
  .single-downloads__item.is-selected {
    color: #282828; }

.single-downloads__block {
  padding: 15px 0 35px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #515151;
  display: none; }

.single-downloads__link {
  color: #515151;
  line-height: 32px; }

.single-downloads__social {
  font-size: 0;
  position: absolute;
  top: 10px;
  right: 0; }

.single-downloads__social-alone {
  top: 50% !important;
  transform: translateY(-50%); }

.single-downloads__social-text {
  padding-right: 3px;
  font-weight: 500;
  font-size: 16px;
  color: #e2001a;
  vertical-align: middle; }

.single-downloads__social-link {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 8px;
  text-decoration: none;
  vertical-align: middle; }
  .single-downloads__social-link img {
    max-width: 100%;
    max-height: 100%; }

@media screen and (max-width: 767px) {
  .single-downloads {
    margin-bottom: 35px; }

  .single-downloads__items {
    display: flex;
    justify-content: space-between; }

  .single-downloads__item {
    padding: 0; }

  .single-downloads__social {
    display: none; } }
/* ------ SINGLE TEXT ------ */
.single__text {
  padding-bottom: 40px; }

.text-content {
  color: #515151; }
  .text-content a {
    color: #515151; }
/* ------ SINGLE DROPDOWN ------ */
.single-dropdown__title {
  font-weight: 500;
  font-size: 20px;
  width: 100%;
  height: 43px;
  margin: 25px 0 20px 0;
  padding-left: 57px;
  box-sizing: border-box;
  line-height: 43px;
  color: #fff;
  background-color: #e2001a;
  cursor: pointer;
  position: relative; }
  .single-dropdown__title::before {
    content: '';
    display: inline-block;
    border-left: solid #fff 11px;
    border-top: solid transparent 6px;
    border-bottom: solid transparent 6px;
    position: absolute;
    top: 16px;
    left: 30px; }
  .single-dropdown__title.is-open::before {
    border-top: solid #fff 11px;
    border-right: solid transparent 6px;
    border-left: solid transparent 6px; }
  @media screen and (max-width: 767px) {
  .single-dropdown__title {
    margin: 0; } }

.single-dropdown__text {
  font-size: 20px;
  line-height: 28px;
  color: #e2001a;
  display: none; }
  .single-dropdown__text em {
    font-style: italic; }
  @media screen and (max-width: 767px) {
  .single-dropdown__text {
    margin-top: 25px;
    margin-bottom: 20px; } }
/* ------ SINGLE FOLDER ------ */
.single-folder {
  border-top: solid #e2001a 1px;
  padding-top: 45px;
  padding-bottom: 45px; }

.single-folder__title {
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
  color: #e2001a; }

.folder-item {
  height: 355px; }

.folder-item__link {
  width: 100%;
  height: 100%;
  display: flex;
  text-decoration: none; }

.folder-item__background {
  flex-basis: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.folder-item__content {
  flex-basis: 50%;
  padding: 13px 15px;
  background-color: #000;
  position: relative; }

.folder-item__genres {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  position: relative; }
  .folder-item__genres::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -10px;
    left: 0; }

.folder-item__text {
  padding-right: 15px;
  position: absolute;
  bottom: 34px;
  left: 15px; }

.folder-item__title {
  font-weight: 800;
  font-size: 40px;
  color: #e2001a; }

.folder-item__subtitle {
  font-weight: 300;
  font-size: 24px;
  color: #e2001a; }

.folder-item__summary {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff; }

@media screen and (max-width: 767px) {
  .folder-item {
    height: auto; }

  .folder-item__link {
    flex-wrap: wrap; }

  .folder-item__background, .folder-item__content {
    flex-basis: 100%; }

  .folder-item__background {
    height: 355px; }

  .folder-item__genres {
    margin-bottom: 35px; }

  .folder-item__text {
    position: static; } }

@media screen and (max-width: 413px) {
  .folder-item__background {
    height: 255px; } }
/* ------ SINGLE APPENDIX ------ */
.single-appendix {
  padding-bottom: 35px; }

.single-appendix__title {
  border-top: solid #e2001a 1px;
  padding-top: 47px;
  font-weight: 700;
  font-size: 20px;
  color: #e2001a; }

.single-appendix__items .agenda-item {
  background-color: #f6f6f6; }

.single-appendix__items .agenda-item .item__genres {
  color: #515151; }

.studios-contain {
  margin-top: 47px; }
  .studios-contain h2 {
    color: #e2001a;
    font-family: Gotham;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
  .studios-contain h2 {
    font-size: 22px;
    line-height: 34px; } }
  .studios-contain__subscription {
    padding-bottom: 30px;
    background-color: #f5f5f5; }
    .studios-contain__subscription .all-steps {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media screen and (max-width: 965px) {
  .studios-contain__subscription .all-steps {
    justify-content: center; } }
    .studios-contain__subscription .all-steps-register {
      display: flex;
      justify-content: center;
      flex-wrap: initial; }
      @media screen and (max-width: 767px) {
  .studios-contain__subscription .all-steps-register {
    display: block; } }
      .studios-contain__subscription .all-steps-register .register {
        margin: 0 10%; }
      .studios-contain__subscription .all-steps-register .register-arrow {
        width: 160% !important; }
        @media screen and (max-width: 1184px) {
  .studios-contain__subscription .all-steps-register .register-arrow {
    width: 140% !important;
    left: 60% !important; } }
        .studios-contain__subscription .all-steps-register .register-arrow .when-register {
          width: 110% !important; }
    .studios-contain__subscription .user-condition {
      text-align: center; }
      .studios-contain__subscription .user-condition a {
        color: #e2001a;
        font-size: 12px;
        font-weight: 300; }
    .studios-contain__subscription .tab-subscription {
      display: flex;
      margin-bottom: 35px; }
      @media screen and (max-width: 1000px) {
  .studios-contain__subscription .tab-subscription h2 {
    font-size: 20px; } }
      .studios-contain__subscription .tab-subscription #subscribed {
        padding-left: 1rem; }
    .studios-contain__subscription h2 {
      cursor: pointer;
      width: 50%;
      display: flex;
      padding-top: 20px;
      padding: 0 15px; }
    .studios-contain__subscription__step {
      width: 268px;
      margin: 15px; }
      @media screen and (max-width: 767px) {
  .studios-contain__subscription__step {
    width: initial;
    margin: 0 10%; } }
      .studios-contain__subscription__step .arrow-bloc {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        position: relative; }
        .studios-contain__subscription__step .arrow-bloc .number {
          margin: auto;
          color: #e2001a;
          display: flex;
          font-weight: bold;
          align-items: center;
          justify-content: center;
          height: 45px;
          width: 45px;
          border-radius: 100%;
          border: solid #e2001a; }
        .studios-contain__subscription__step .arrow-bloc .arrow-play {
          position: absolute;
          left: 59%;
          display: flex;
          width: 110%;
          align-items: center; }
          @media screen and (max-width: 1372px) {
  .studios-contain__subscription__step .arrow-bloc .arrow-play {
    display: none; } }
          .studios-contain__subscription__step .arrow-bloc .arrow-play .arrow {
            box-sizing: border-box;
            height: 2px;
            width: 68%;
            border: 1px solid #e2001a; }
          .studios-contain__subscription__step .arrow-bloc .arrow-play .play {
            width: 12px;
            height: 12px;
            border-style: solid;
            border-width: 6px 0px 6px 12px;
            box-sizing: border-box;
            border-color: transparent transparent transparent #e2001a; }
      .studios-contain__subscription__step .information-bloc {
        margin-bottom: 43px; }
        .studios-contain__subscription__step .information-bloc__top {
          font-weight: 500;
          color: #515151;
          font-family: Gotham;
          font-size: 18px;
          margin-bottom: 1rem; }
          .studios-contain__subscription__step .information-bloc__top a {
            color: #e2001a; }
        .studios-contain__subscription__step .information-bloc__bottom {
          font-weight: 300;
          color: #515151;
          font-family: Gotham;
          font-size: 14px; }
  .studios-contain__list-studios .date {
    color: #515151;
    font-family: Gotham;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 54px;
    text-decoration: underline;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
    .studios-contain__list-studios .date {
      font-size: 18px;
      line-height: 34px;
      margin-bottom: 15px; } }
    .studios-contain__list-studios__all-studios .odd {
      background-color: #f5f5f5; }
    .studios-contain__list-studios__all-studios__studio h3 {
      color: #e2001a;
      font-weight: bold;
      font-family: Gotham;
      font-size: 34px;
      letter-spacing: 0;
      line-height: 54px;
      display: inline;
      margin-left: 1rem; }
      @media screen and (max-width: 767px) {
      .studios-contain__list-studios__all-studios__studio h3 {
        font-size: 18px;
        line-height: 34px; } }
      .studios-contain__list-studios__all-studios__studio a {
        margin-left: 10px;
        cursor: pointer;
        color: #e2001a;
        font-family: Gotham;
        font-size: 16px;
        font-weight: bold; }
      .studios-contain__list-studios__all-studios__studio .availabilities {
        display: flex;
        justify-content: space-between; }
      .studios-contain__list-studios__all-studios__studio .availabilities .bloc {
        width: 100%;
        display: flex;
        justify-content: space-around; }
        @media screen and (max-width: 767px) {
      .studios-contain__list-studios__all-studios__studio .availabilities .bloc {
        flex-wrap: wrap;
        justify-content: start; } }
        .studios-contain__list-studios__all-studios__studio .availabilities .bloc .bloc-time {
          width: 5.5%; }
          @media screen and (max-width: 767px) {
      .studios-contain__list-studios__all-studios__studio .availabilities .bloc .bloc-time {
        width: 22px;
        margin: 0 6px; } }
        .studios-contain__list-studios__all-studios__studio .availabilities .bloc .time {
          color: #515151;
          font-family: Gotham;
          font-size: 11px;
          font-weight: bold;
          margin-bottom: 0.5rem; }
        .studios-contain__list-studios__all-studios__studio .availabilities .bloc .color {
          border: #e2001a solid 1px;
          width: 97%;
          height: 13px;
          margin-bottom: 30px; }
        .studios-contain__list-studios__all-studios__studio .availabilities .bloc .color.closed {
          width: 100%;
          border: none;
          height: 15px;
          background-color: #515151; }
        .studios-contain__list-studios__all-studios__studio .availabilities .bloc .color.busy {
          width: 100%;
          border: none;
          background-color: #e2001a;
          height: 15px; }
  .studios-contain__studios-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 70px;
    gap: 33px; }
    @media screen and (max-width: 1220px) {
  .studios-contain__studios-cards {
    justify-content: center; } }
    @media screen and (max-width: 925px) {
  .studios-contain__studios-cards {
    justify-content: space-evenly; } }
    @media screen and (min-width: 1220px) {
    .studios-contain__studios-cards:after {
      content: "";
      width: 280px; } }
    @media screen and (max-width: 767px) {
  .studios-contain__studios-cards {
    justify-content: center;
    flex-direction: column; } }
    .studios-contain__studios-cards__card {
      width: 354px;
      height: 355px;
      margin-bottom: 35px; }
    @media screen and (max-width: 767px) {
    .studios-contain__studios-cards__card {
      margin: 0 auto;
      margin-bottom: 35px;
      width: 60%; } }
    .studios-contain__studios-cards__card__image {
      position: relative;
      width: 100%;
      height: 100%; }
      .studios-contain__studios-cards__card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .studios-contain__studios-cards__card h3 {
      position: absolute;
      bottom: 2rem;
      left: 1rem;
      color: #e2001a;
      font-family: Gotham;
      font-size: 44px;
      letter-spacing: 0;
      line-height: 54px;
      font-weight: 600;
      font-family: 'Gotham-black'; }
      @media screen and (max-width: 767px) {
    .studios-contain__studios-cards__card h3 {
      font-size: 24px;
      line-height: 34px; } }
    .studios-contain__studios-cards__card .rectangle {
      height: 4px;
      width: 33px;
      background-color: #e2001a;
      position: absolute;
      bottom: 2rem;
      left: 1rem; }

.separator-block {
  height: 1px;
  background-color: #f80000;
  margin: 30px 0; }

.passif {
  background-color: #fafafa;
  color: #515151 !important;
  text-decoration: underline; }

.actif {
  background-color: #f5f5f5;
  color: #f80000 !important;
  text-decoration: none; }

.block-text-actif {
  position: static;
  opacity: 1;
  transition: opacity 1s linear; }

.block-text-passif {
  position: absolute;
  opacity: 0;
  top: 30px;
  z-index: -10; }

#datepicker {
  visibility: hidden; }

.date-picker-calendar {
  display: flex;
  align-items: center; }

.open-datetimepicker {
  cursor: pointer; }

.bloc-date-calendar {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
  .bloc-date-calendar {
    display: initial; } }
  .bloc-date-calendar .description-calendar {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
  .bloc-date-calendar .description-calendar {
    justify-content: center;
    margin-bottom: 15px; } }
    .bloc-date-calendar .description-calendar .bloc-time {
      width: 100px;
      font-family: Gotham;
      font-size: 11px;
      font-weight: bold;
      margin-left: 0.5rem; }
    .bloc-date-calendar .description-calendar .bloc-time .time {
      text-align: center; }
    .bloc-date-calendar .description-calendar .bloc-time .closed {
      border: none;
      height: 15px;
      background-color: #515151; }
    .bloc-date-calendar .description-calendar .bloc-time .busy {
      border: none;
      background-color: #e2001a;
      height: 15px; }
    .bloc-date-calendar .description-calendar .bloc-time .colored {
      border: #e2001a solid 1px;
      height: 13px; }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* ----------------------------- *
 *            SITEMAP            *
 * ----------------------------- */
.sitemap__section {
  padding: 15px 0 10px 0;
  font-weight: 800;
  font-size: 44px; }

.sitemap__subsection {
  padding: 2px 0;
  font-weight: 300;
  font-size: 24px; }

.sitemap__link {
  color: #e2001a;
  text-decoration: none; }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* ----------------------------- *
 *         NOTRE HISTOIRE        *
 * ----------------------------- */
.story-content {
  padding-bottom: 100px;
  position: relative; }

.story-content .item {
  z-index: 100; }

/* ----------------------------- *
 *           VARIABLES           *
 * ----------------------------- */
/* ------ COLORS ------ */
/* ------ SIZES ------ */
/* --------- POPUP --------- */
.white-popup-block {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative; }

.red {
  font: inherit;
  color: #e2001a; }
/* ------ OPERATORS SVG ------ */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .operators__svg {
    width: 1489px;
    height: 800px;
    max-width: 100%;
    max-height: 100%; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width: 1399px) {
  .operators__svg {
    height: 600px; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width: 999px) {
  .operators__svg {
    height: 400px; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width: 767px) {
  .operators__svg {
    height: 300px;
    margin-left: 0; } }
/* ------ RED OVERLAYS ------ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .home-une {
    background-color: transparent;
    position: relative; }
    .home-une:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #ff1813;
      opacity: 0.5; }

  .home-programmation {
    background-color: transparent;
    position: relative; }
    .home-programmation:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #ff1813;
      opacity: 0.5; }
    .home-programmation .wrapper {
      position: relative; }

  .home-une__title {
    z-index: 10; }

  .list__background {
    z-index: 0; }

  .list__red-overlay {
    opacity: 0.5; } }

.edge-home {
  background-color: transparent;
  position: relative; }
  .edge-home:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ff1813;
    opacity: 0.5; }

.edge-home-programmation {
  background-color: transparent;
  position: relative; }
  .edge-home-programmation:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ff1813;
    opacity: 0.5; }
  .edge-home-programmation .wrapper {
    position: relative; }

.home-une__title, .home-programmation__title {
  position: relative; }
