/* 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; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../bundles/lehubagencefdm/libs/fancybox/fancybox_sprite.png'); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../bundles/lehubagencefdm/libs/fancybox/fancybox_loading.gif') center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../bundles/lehubagencefdm/libs/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../bundles/lehubagencefdm/libs/fancybox/fancybox_overlay.png'); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8); }
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../bundles/lehubagencefdm/libs/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url('../bundles/lehubagencefdm/libs/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

div.fancy-select {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #46565d; }

div.fancy-select.disabled {
  opacity: 0.5; }

div.fancy-select div.trigger {
  cursor: pointer;
  padding: 10px 24px 9px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #000;
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 200px;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out; }

div.fancy-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
  top: 16px;
  right: 9px; }

div.fancy-select div.trigger.open {
  background: #000;
  color: #fff;
  box-shadow: none; }

div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; }

div.fancy-select ul.options.open {
  visibility: visible;
  top: 35px;
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out; }

div.fancy-select ul.options li {
  padding: 8px 12px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out; }

div.fancy-select ul.options li.selected {
  background: rgba(43, 134, 134, 0.3);
  color: rgba(255, 255, 255, 0.75); }

div.fancy-select ul.options li.hover {
  color: #fff; }

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../bundles/lehubagencefdm/libs/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px; }

.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:focus > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:focus > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../bundles/lehubagencefdm/libs/img/glyphicons-halflings-white.png"); }

.icon-glass {
  background-position: 0 0; }

.icon-music {
  background-position: -24px 0; }

.icon-search {
  background-position: -48px 0; }

.icon-envelope {
  background-position: -72px 0; }

.icon-heart {
  background-position: -96px 0; }

.icon-star {
  background-position: -120px 0; }

.icon-star-empty {
  background-position: -144px 0; }

.icon-user {
  background-position: -168px 0; }

.icon-film {
  background-position: -192px 0; }

.icon-th-large {
  background-position: -216px 0; }

.icon-th {
  background-position: -240px 0; }

.icon-th-list {
  background-position: -264px 0; }

.icon-ok {
  background-position: -288px 0; }

.icon-remove {
  background-position: -312px 0; }

.icon-zoom-in {
  background-position: -336px 0; }

.icon-zoom-out {
  background-position: -360px 0; }

.icon-off {
  background-position: -384px 0; }

.icon-signal {
  background-position: -408px 0; }

.icon-cog {
  background-position: -432px 0; }

.icon-trash {
  background-position: -456px 0; }

.icon-home {
  background-position: 0 -24px; }

.icon-file {
  background-position: -24px -24px; }

.icon-time {
  background-position: -48px -24px; }

.icon-road {
  background-position: -72px -24px; }

.icon-download-alt {
  background-position: -96px -24px; }

.icon-download {
  background-position: -120px -24px; }

.icon-upload {
  background-position: -144px -24px; }

.icon-inbox {
  background-position: -168px -24px; }

.icon-play-circle {
  background-position: -192px -24px; }

.icon-repeat {
  background-position: -216px -24px; }

.icon-refresh {
  background-position: -240px -24px; }

.icon-list-alt {
  background-position: -264px -24px; }

.icon-lock {
  background-position: -287px -24px; }

.icon-flag {
  background-position: -312px -24px; }

.icon-headphones {
  background-position: -336px -24px; }

.icon-volume-off {
  background-position: -360px -24px; }

.icon-volume-down {
  background-position: -384px -24px; }

.icon-volume-up {
  background-position: -408px -24px; }

.icon-qrcode {
  background-position: -432px -24px; }

.icon-barcode {
  background-position: -456px -24px; }

.icon-tag {
  background-position: 0 -48px; }

.icon-tags {
  background-position: -25px -48px; }

.icon-book {
  background-position: -48px -48px; }

.icon-bookmark {
  background-position: -72px -48px; }

.icon-print {
  background-position: -96px -48px; }

.icon-camera {
  background-position: -120px -48px; }

.icon-font {
  background-position: -144px -48px; }

.icon-bold {
  background-position: -167px -48px; }

.icon-italic {
  background-position: -192px -48px; }

.icon-text-height {
  background-position: -216px -48px; }

.icon-text-width {
  background-position: -240px -48px; }

.icon-align-left {
  background-position: -264px -48px; }

.icon-align-center {
  background-position: -288px -48px; }

.icon-align-right {
  background-position: -312px -48px; }

.icon-align-justify {
  background-position: -336px -48px; }

.icon-list {
  background-position: -360px -48px; }

.icon-indent-left {
  background-position: -384px -48px; }

.icon-indent-right {
  background-position: -408px -48px; }

.icon-facetime-video {
  background-position: -432px -48px; }

.icon-picture {
  background-position: -456px -48px; }

.icon-pencil {
  background-position: 0 -72px; }

.icon-map-marker {
  background-position: -24px -72px; }

.icon-adjust {
  background-position: -48px -72px; }

.icon-tint {
  background-position: -72px -72px; }

.icon-edit {
  background-position: -96px -72px; }

.icon-share {
  background-position: -120px -72px; }

.icon-check {
  background-position: -144px -72px; }

.icon-move {
  background-position: -168px -72px; }

.icon-step-backward {
  background-position: -192px -72px; }

.icon-fast-backward {
  background-position: -216px -72px; }

.icon-backward {
  background-position: -240px -72px; }

.icon-play {
  background-position: -264px -72px; }

.icon-pause {
  background-position: -288px -72px; }

.icon-stop {
  background-position: -312px -72px; }

.icon-forward {
  background-position: -336px -72px; }

.icon-fast-forward {
  background-position: -360px -72px; }

.icon-step-forward {
  background-position: -384px -72px; }

.icon-eject {
  background-position: -408px -72px; }

.icon-chevron-left {
  background-position: -432px -72px; }

.icon-chevron-right {
  background-position: -456px -72px; }

.icon-plus-sign {
  background-position: 0 -96px; }

.icon-minus-sign {
  background-position: -24px -96px; }

.icon-remove-sign {
  background-position: -48px -96px; }

.icon-ok-sign {
  background-position: -72px -96px; }

.icon-question-sign {
  background-position: -96px -96px; }

.icon-info-sign {
  background-position: -120px -96px; }

.icon-screenshot {
  background-position: -144px -96px; }

.icon-remove-circle {
  background-position: -168px -96px; }

.icon-ok-circle {
  background-position: -192px -96px; }

.icon-ban-circle {
  background-position: -216px -96px; }

.icon-arrow-left {
  background-position: -240px -96px; }

.icon-arrow-right {
  background-position: -264px -96px; }

.icon-arrow-up {
  background-position: -289px -96px; }

.icon-arrow-down {
  background-position: -312px -96px; }

.icon-share-alt {
  background-position: -336px -96px; }

.icon-resize-full {
  background-position: -360px -96px; }

.icon-resize-small {
  background-position: -384px -96px; }

.icon-plus {
  background-position: -408px -96px; }

.icon-minus {
  background-position: -433px -96px; }

.icon-asterisk {
  background-position: -456px -96px; }

.icon-exclamation-sign {
  background-position: 0 -120px; }

.icon-gift {
  background-position: -24px -120px; }

.icon-leaf {
  background-position: -48px -120px; }

.icon-fire {
  background-position: -72px -120px; }

.icon-eye-open {
  background-position: -96px -120px; }

.icon-eye-close {
  background-position: -120px -120px; }

.icon-warning-sign {
  background-position: -144px -120px; }

.icon-plane {
  background-position: -168px -120px; }

.icon-calendar {
  background-position: -192px -120px; }

.icon-random {
  background-position: -216px -120px;
  width: 16px; }

.icon-comment {
  background-position: -240px -120px; }

.icon-magnet {
  background-position: -264px -120px; }

.icon-chevron-up {
  background-position: -288px -120px; }

.icon-chevron-down {
  background-position: -313px -119px; }

.icon-retweet {
  background-position: -336px -120px; }

.icon-shopping-cart {
  background-position: -360px -120px; }

.icon-folder-close {
  background-position: -384px -120px;
  width: 16px; }

.icon-folder-open {
  background-position: -408px -120px;
  width: 16px; }

.icon-resize-vertical {
  background-position: -432px -119px; }

.icon-resize-horizontal {
  background-position: -456px -118px; }

.icon-hdd {
  background-position: 0 -144px; }

.icon-bullhorn {
  background-position: -24px -144px; }

.icon-bell {
  background-position: -48px -144px; }

.icon-certificate {
  background-position: -72px -144px; }

.icon-thumbs-up {
  background-position: -96px -144px; }

.icon-thumbs-down {
  background-position: -120px -144px; }

.icon-hand-right {
  background-position: -144px -144px; }

.icon-hand-left {
  background-position: -168px -144px; }

.icon-hand-up {
  background-position: -192px -144px; }

.icon-hand-down {
  background-position: -216px -144px; }

.icon-circle-arrow-right {
  background-position: -240px -144px; }

.icon-circle-arrow-left {
  background-position: -264px -144px; }

.icon-circle-arrow-up {
  background-position: -288px -144px; }

.icon-circle-arrow-down {
  background-position: -312px -144px; }

.icon-globe {
  background-position: -336px -144px; }

.icon-wrench {
  background-position: -360px -144px; }

.icon-tasks {
  background-position: -384px -144px; }

.icon-filter {
  background-position: -408px -144px; }

.icon-briefcase {
  background-position: -432px -144px; }

.icon-fullscreen {
  background-position: -456px -144px; }

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1; }

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  line-height: 1; }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.carousel-control.right {
  left: auto;
  right: 15px; }

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none; }

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px; }

.carousel-indicators .active {
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75); }

.carousel-caption h4, .carousel-caption p {
  color: #fff;
  line-height: 20px; }

.carousel-caption h4 {
  margin: 0 0 5px; }

.carousel-caption p {
  margin-bottom: 0; }

/* 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: thin dotted; }
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  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; }

em, i {
  font-style: italic; }

@font-face {
  font-family: 'Designal';
  src: url('../bundles/lehubagencefdm/fonts/Designal/Designal_BW20.eot');
  src: url('../bundles/lehubagencefdm/fonts/Designal/Designal_BW20.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencefdm/fonts/Designal/Designal_BW20.woff') format('woff'), url('../bundles/lehubagencefdm/fonts/Designal/Designal_BW20.ttf') format('truetype'), url('../bundles/lehubagencefdm/fonts/Designal/Designal_BW20.svg#Designal-BW20') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lora';
  src: url('../bundles/lehubagencefdm/fonts/Lora/lora-regular.eot');
  src: url('../bundles/lehubagencefdm/fonts/Lora/lora-regular.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencefdm/fonts/Lora/lora-regular.woff') format('woff'), url('../bundles/lehubagencefdm/fonts/Lora/lora-regular.ttf') format('truetype'), url('../bundles/lehubagencefdm/fonts/Lora/lora-regular.svg#loraregular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lora';
  src: url('../bundles/lehubagencefdm/fonts/Lora/lora-italic.eot');
  src: url('../bundles/lehubagencefdm/fonts/Lora/lora-italic.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencefdm/fonts/Lora/lora-italic.woff') format('woff'), url('../bundles/lehubagencefdm/fonts/Lora/lora-italic.ttf') format('truetype'), url('../bundles/lehubagencefdm/fonts/Lora/lora-italic.svg#loraitalic') format('svg');
  font-weight: normal;
  font-style: italic; }

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

@font-face {
  font-family: 'Lora';
  src: url('../bundles/lehubagencefdm/fonts/Lora/lora-bolditalic.eot');
  src: url('../bundles/lehubagencefdm/fonts/Lora/lora-bolditalic.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencefdm/fonts/Lora/lora-bolditalic.woff') format('woff'), url('../bundles/lehubagencefdm/fonts/Lora/lora-bolditalic.ttf') format('truetype'), url('../bundles/lehubagencefdm/fonts/Lora/lora-bolditalic.svg#lorabolditalic') format('svg');
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url('../bundles/lehubagencefdm/fonts/SourceSansPro/sourcesanspro-regular.eot');
  src: url('../bundles/lehubagencefdm/fonts/SourceSansPro/sourcesanspro-regular.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencefdm/fonts/SourceSansPro/sourcesanspro-regular.woff') format('woff'), url('../bundles/lehubagencefdm/fonts/SourceSansPro/sourcesanspro-regular.ttf') format('truetype'), url('../bundles/lehubagencefdm/fonts/SourceSansPro/sourcesanspro-regular.svg#sourcesansproregular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url('../bundles/lehubagencefdm/fonts/SourceSansPro/sourcesanspro-semibold.eot');
  src: url('../bundles/lehubagencefdm/fonts/SourceSansPro/sourcesanspro-semibold.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencefdm/fonts/SourceSansPro/sourcesanspro-semibold.woff') format('woff'), url('../bundles/lehubagencefdm/fonts/SourceSansPro/sourcesanspro-semibold.ttf') format('truetype'), url('../bundles/lehubagencefdm/fonts/SourceSansPro/sourcesanspro-semibold.svg#sourcesansprosemibold') format('svg');
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url('../bundles/lehubagencefdm/fonts/SourceSansPro/sourcesanspro-bold.eot');
  src: url('../bundles/lehubagencefdm/fonts/SourceSansPro/sourcesanspro-bold.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencefdm/fonts/SourceSansPro/sourcesanspro-bold.woff') format('woff'), url('../bundles/lehubagencefdm/fonts/SourceSansPro/sourcesanspro-bold.ttf') format('truetype'), url('../bundles/lehubagencefdm/fonts/SourceSansPro/sourcesanspro-bold.svg#sourcesansprobold') format('svg');
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'TradeGotLTBol';
  src: url('../bundles/lehubagencefdm/fonts/TradeGotLT/TradeGotLTBol.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }
/* --------------------------------- MOHAVE --------------------------------- */
@font-face {
  font-family: 'Mohave';
  src: url('../bundles/lehubagencefdm/fonts/Mohave/Mohave-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Mohave';
  src: url('../bundles/lehubagencefdm/fonts/Mohave/Mohave-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Mohave';
  src: url('../bundles/lehubagencefdm/fonts/Mohave/Mohave-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Mohave';
  src: url('../bundles/lehubagencefdm/fonts/Mohave/mohave-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url('../bundles/lehubagencefdm/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

/* ------ COLORS ------ */
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ------ COLORS ------ */
/* ----------------------------- *
 *             LAYOUT            *
 * ----------------------------- */
/* ------ STYLEGUIDE ------ */
.styleguide__title {
  padding: 10px 0;
  color: steelblue;
  font-size: 30px; }
/* ------ TITLES / SUBTITLES ------ */
.agenda-title {
  font-family: 'Mohave', Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase; }

.agenda-subtitle {
  font-family: 'Mohave', Arial, serif;
  font-size: 26px;
  text-transform: uppercase; }

.document-title {
  padding-bottom: 20px;
  font-family: 'Mohave', Arial, serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 74px;
  line-height: 74px; }

.document-subtitle {
  padding-bottom: 18px;
  font-family: 'Mohave', Arial, sans-serif;
  font-size: 26px;
  text-transform: uppercase; }

.section-title-container {
  background-color: #6cccbe;
  border-top: 5px solid black;
  border-bottom: 5px solid black; }

.section-title {
  padding: 27px 0 30px 20px;
  font-family: 'Mohave', serif;
  text-transform: uppercase;
  font-size: 46px;
  color: black; }

@media screen and (max-width: 823px) {
  .document-subtitle {
    font-size: 30px;
    line-height: 30px; }

  .section-title {
    padding-left: 0; } }
/* ------ TEXT ------ */
.agenda-summary {
  padding-top: 13px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 18px;
  line-height: 26px; }

.text-summary {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px; }
  .text-summary a {
    color: #797979; }

.text-content {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.039em; }
/* ------ TAGS ------ */
.tag-genre, .tag-affinites, .tag-affinites-content, .tag-special-home, .tag-special-focus, .tag-special, .tag-production {
  display: inline-block;
  font-family: 'Mohave', Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: white;
  color: black;
  border: 2px solid black;
  position: relative;
  padding: 7px 6px 5px 6px;
  margin: 0px 5px 10px 0px; }
  .tag-genre.is-disabled, .tag-affinites.is-disabled, .tag-affinites-content.is-disabled, .tag-special-home.is-disabled, .tag-special-focus.is-disabled, .tag-special.is-disabled, .tag-production.is-disabled {
    opacity: 0.5; }

.tag-thematique, .tag-thematique-content, .tag-thematique-white {
  padding: 6px 8px 4px;
  border: solid #e5a3c3 1px;
  line-height: 31px;
  font-family: 'Mohave', Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #e5a3c3; }
  .tag-thematique.is-active, .tag-thematique-content.is-active, .tag-thematique-white.is-active {
    background-color: #ffd500; }

.tag-thematique-content {
  padding: 3px 6px 2px;
  font-size: 14px; }

.tag-thematique-white {
  /* Used in 'items' component */
  padding: 6px 8px 5px;
  color: #fff;
  margin: 0 10px 12px 0px;
  border-color: #fff; }
  .tag-thematique-white::after {
    display: none; }

.tag-affinites, .tag-affinites-content {
  /* Used in 'items' component */
  color: #6cccbe;
  border: 2px solid #6cccbe; }
  .tag-affinites.is-disabled, .tag-affinites-content.is-disabled {
    background-color: white;
    color: #6cccbe;
    border: 1px solid #6cccbe; }

.tag-affinites-content {
  background-color: white;
  color: #3dc4ba;
  border: 1px solid #3dc4ba; }

.tag-special-home, .tag-special-focus, .tag-special, .tag-production {
  /* Used in 'items' component */
  color: #dd4568;
  border: 2px solid #dd4568;
  font-size: 12px; }

.tag-special-focus {
  /* Used in 'items' component */
  margin: 0px 10px 12px 10px;
  letter-spacing: 1px;
  padding: 6px 0px 8px 5px;
  font-size: 24px; }

.tag-special, .tag-production {
  /* Used in 'Content/Agenda' */ }

.tag-production {
  /* Used in 'Content/Agenda' */
  background-color: black;
  border: 2px solid black;
  color: white; }

.tag-annee {
  display: inline-block;
  font-family: 'Mohave', Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: black;
  color: white;
  position: relative;
  padding: 7px 11px 5px 11px;
  margin: 0px 5px 10px 0px; }

@media screen and (max-width: 767px) {
  .tag-genre, .tag-affinites, .tag-affinites-content, .tag-special-home, .tag-special-focus, .tag-special, .tag-production {
    font-size: 14px; }

  .tag-affinites, .tag-affinites-content {
    line-height: 16px;
    font-family: 'Mohave', Arial, sans-serif;
    font-size: 14px;
    margin-right: 2px;
    margin: 0px 0px 10px 0px; }

  .tag-thematique, .tag-thematique-content, .tag-thematique-white {
    margin: 0px 0px 10px 0px;
    padding: 8px 5px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    margin-right: 2px; }

  .tag-thematique-white {
    font-size: 18px;
    line-height: 18px;
    margin-right: 0; } }
/* ------ BUTTONS ------ */
.btn {
  display: inline-block;
  width: 114px;
  padding: 7px 0 6px;
  border: solid black 1px;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: black; }

.booking-btn {
  width: 89px;
  padding: 7px 8px 6px 24px;
  box-sizing: border-box;
  font-family: 'Mohave', sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: black;
  background-color: #fff27c;
  text-decoration: none;
  position: relative; }

.booking-btn__circles {
  fill: black;
  position: absolute;
  top: 4px;
  left: 15px; }

.booking-btn__circle {
  display: block;
  margin-bottom: 3px;
  fill: black; }

.booking-btn.is-hover {
  color: #fff27c;
  background-color: transparent;
  border: solid #fff 1px; }
  .booking-btn.is-hover .booking-btn__circle {
    fill: #fff27c; }

.free_entry-btn {
  width: 116px;
  padding: 7px 8px 6px 24px;
  box-sizing: border-box;
  font-family: 'Mohave', sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  border: 1px solid #fff27c;
  color: #fff27c;
  background-color: transparent;
  text-decoration: none;
  position: relative; }
  .free_entry-btn .booking-btn__circle {
    fill: #fff27c; }
/* ------ DATE ------ */
.dates {
  font-size: 0; }

.date {
  display: inline-block;
  width: 32px;
  margin-right: 22px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center; }
  .date:first-child {
    margin-left: 0; }

.date__number {
  height: 38px;
  border: solid #797979 1px;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 20px; }

.date__month {
  padding-top: 2px; }

.date__hour {
  font-size: 12px; }
/* ------ ICONS ------ */
.icon {
  fill: black;
  margin-top: -2px; }
  .icon--white {
    fill: #fff; }
  .icon--black {
    fill: black; }

.icon--green {
  fill: #3dc4ba; }

.sign-language-icon {
  width: 23px;
  height: 27px; }

.sign-language-menu-icon {
  width: 34px;
  height: 38px; }

.visual-icon {
  width: 23px;
  height: 24px; }

.visual-menu-icon {
  width: 34px;
  height: 35px; }

.hearing-icon {
  width: 25px;
  height: 24px; }

.hearing-menu-icon {
  width: 36px;
  height: 35px; }

.mobility-icon {
  width: 21px;
  height: 21px; }

.mobility-menu-icon {
  width: 29px;
  height: 30px; }

.twitter-icon {
  width: 17px;
  height: 13px; }

.twitter-menu-icon {
  width: 24px;
  height: 20px; }

.facebook-icon {
  width: 8px;
  height: 16px; }

.facebook-menu-icon {
  width: 12px;
  height: 22px; }

.vimeo-icon {
  width: 17px;
  height: 14px; }

.vimeo-menu-icon {
  width: 24px;
  height: 21px; }

.instagram-icon {
  width: 17px;
  height: 17px; }

.instagram-menu-icon {
  width: 25px;
  height: 25px; }

.contact-icon {
  width: 40px;
  height: 40px;
  fill: transparent;
  stroke: black; }
  .contact-icon.icon--green {
    stroke: #dd4568; }

.menu-icon {
  width: 40px;
  height: 40px;
  stroke: black; }

.close-icon {
  width: 40px;
  height: 40px;
  stroke: black;
  fill: #dd4568; }

.expand-icon {
  width: 30px;
  height: 30px;
  fill: #dd4568; }

.logo-small-icon {
  width: 30px;
  height: 44px; }
/* ------ 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); }

/* ------ COLORS ------ */
/* ------ HEADER ------ */
.header {
  height: 40px;
  padding: 20px;
  line-height: 50px;
  position: relative;
  z-index: 200;
  background-color: #6cccbe;
  display: flex;
  justify-content: flex-end; }
  .header a {
    text-decoration: none; }

.header__logo {
  width: 170px;
  position: absolute;
  left: 66px;
  top: 50%;
  transform: translateY(-50%); }
  .header__logo img {
    width: 100%;
    height: auto;
    display: block; }
  .header__logo.home {
    width: 250px;
    top: 41px;
    transform: none; }
    @media screen and (max-width: 767px) {
  .header__logo.home {
    top: 21px;
    left: 26px; } }

.header__nav {
  display: flex; }

.header__elmt {
  margin-left: 10px; }
  .header__elmt--contact {
    width: 40px; }

.header__list {
  display: flex;
  justify-content: space-between;
  border-top: solid black 1px;
  border-bottom: solid black 1px; }

.header__item {
  width: 40px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .header__item:first-of-type {
    margin-left: 0; }
  .header__item a {
    display: flex; }

.header-list__icon {
  vertical-align: middle; }

.header__language {
  width: 38px;
  font-family: 'Mohave';
  font-weight: 600;
  border: solid black 1px;
  font-size: 20px;
  line-height: 20px;
  color: black;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center; }
  .header__language--white {
    color: white;
    border-color: white; }
  .header__language--green {
    color: #3dc4ba;
    border-color: #3dc4ba; }

.header__booking {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 9px;
  color: black;
  background-color: #fff166;
  border: solid 1px #000;
  /* &--green {
   color:$green;
   background: url('../bundles/lehubagencefdm/images/layout/booking-icon-green.svg') no-repeat;
   }
   &--white {
   color:white;
   font-weight: bold;
   background: url('../bundles/lehubagencefdm/images/layout/booking-icon-white.svg') no-repeat;
   }
   &--black {
   color:black;
   font-weight: bold;
   background: url('../bundles/lehubagencefdm/images/layout/booking-icon-black.svg') no-repeat;
   } */ }

.header__menu-icon {
  width: 26px;
  border: solid 1px #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 7px;
  background-color: #000;
  transition-duration: 0.3s; }
  .header__menu-icon span {
    height: 1px;
    background-color: #fff;
    transition-duration: 0.3s; }
    .header__menu-icon span:nth-child(2) {
      margin: 6px 0; }
  .header__menu-icon:hover {
    background-color: transparent; }
    .header__menu-icon:hover span {
      background-color: #000; }

@media screen and (max-width: 1130px) {
  .header__logo img {
    position: relative; }

  .header__elmt {
    display: none; }

  .header__menu-icon {
    display: flex; } }

@media screen and (max-width: 767px) {
  /*margin: 40px 10px;*/ }
/* ------ MENU ------ */
.menu {
  width: 445px;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
  background-color: #dd4568;
  overflow: scroll;
  position: fixed;
  top: 0;
  right: -445px;
  z-index: 400;
  border-left: 7px solid black; }
  .menu a {
    text-decoration: none; }

.menu-buttons {
  padding-bottom: 34px;
  font-size: 0;
  position: relative; }

.menu-buttons__item {
  display: none;
  margin-left: 8px; }
  .menu-buttons__item:first-child {
    margin: 0; }

.menu__close {
  position: absolute;
  top: 0;
  right: 0; }

.menu__list {
  padding-top: 50px; }

.menu__item {
  padding-bottom: 30px;
  font-family: 'Mohave', serif;
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase; }
  .menu__item:last-child {
    padding-bottom: 0px; }

.menu__submenu {
  padding: 20px 0 10px 0;
  display: none;
  text-transform: uppercase; }

.menu__submenu-link {
  text-transform: uppercase; }

.menu__subitem {
  font-size: 30px;
  line-height: 35px;
  margin-top: 15px;
  text-transform: lowercase; }

.menu__link {
  color: black;
  position: relative; }
  .menu__link.is-selected::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0; }

.menu__secondpart {
  display: flex;
  margin-top: 10%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 13px 0px; }
  .menu__secondpart li {
    display: inline-block; }
  .menu__secondpart .contact-icon {
    position: relative;
    bottom: 17px;
    stroke: black; }
  .menu__secondpart .header__booking {
    margin-left: 10px; }
  .menu__secondpart > a {
    width: 50px;
    height: auto; }
    .menu__secondpart > a:not(.header__booking) img {
      height: 100%;
      width: 100%; }

.menu__search {
  display: inline-block;
  font-family: 'Roboto', serif; }
  .menu__search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black;
    font-family: 'Roboto', serif; }
  .menu__search ::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
    font-family: 'Roboto', serif; }
  .menu__search :-ms-input-placeholder {
    /* IE 10+ */
    color: black;
    font-family: 'Roboto', serif; }
  .menu__search :-moz-placeholder {
    /* Firefox 18- */
    color: black;
    font-family: 'Roboto', serif; }

.menu__search-input {
  width: 210px;
  height: 100%;
  font-family: 'Roboto', serif;
  box-sizing: border-box;
  padding: 0 22px 0 9px;
  border: none;
  font-size: 18px;
  color: black;
  background-color: #e5a3c3; }

.menu__search-submit {
  width: 14px;
  height: 14px;
  border: none;
  position: relative;
  right: 30px;
  background: url('../bundles/lehubagencefdm/images/layout/header-search.png') no-repeat transparent; }

.menu-icons {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 20px;
  box-sizing: border-box;
  border-top: solid black 1px;
  border-bottom: solid black 1px;
  vertical-align: top;
  font-size: 0;
  text-align: center; }

.menu-icons__item {
  display: inline-block;
  width: 50px;
  text-align: center; }
  .menu-icons__item a {
    display: block; }
    .menu-icons__item a img {
      height: 25px; }
/* -------------------------------------------------------------------------- */
/*                                 RESPONSIVE                                 */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 1130px) {
  .menu__list {
    padding-top: 0px; }

  .menu-buttons {
    display: flex; }

  .menu-buttons__item {
    display: flex; }
    .menu-buttons__item.header__booking {
      display: inline-block; }
    .menu-buttons__item .contact-icon {
      stroke: black; }

  .menu-icons {
    display: flex;
    align-items: center;
    justify-content: center; }

  .menu__secondpart {
    display: none; } }

@media screen and (max-width: 767px) {
  .menu {
    width: 100%;
    right: -100%; } }

/* ------ COLORS ------ */
.footer {
  padding: 100px 0 30px 0;
  background-color: white;
  color: black;
  text-align: center;
  font-size: 0; }
  .footer ul {
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
  .footer ul {
    display: inline-flex;
    flex-wrap: wrap; } }
  .footer hr {
    border-top: 1px solid black;
    height: 0;
    width: 270px; }

.footer__logo {
  margin-bottom: 10px;
  width: 85px; }

.footer__column {
  display: inline-block;
  width: calc(100%/3 - 40px);
  margin: 0 20px;
  padding: 0 0 34px 0;
  border-bottom: solid black 1px;
  vertical-align: bottom;
  position: relative; }

.footer__address {
  display: inline-block;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  letter-spacing: 0.09em;
  padding-top: 20px; }

.footer__item {
  display: inline;
  margin-right: 50px; }

.footer__link {
  color: black;
  font-family: 'Roboto', serif;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.075em; }

.footer__search {
  display: inline-block;
  font-family: 'Roboto', serif; }
  .footer__search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black;
    font-family: 'Roboto', serif; }
  .footer__search ::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
    font-family: 'Roboto', serif; }
  .footer__search :-ms-input-placeholder {
    /* IE 10+ */
    color: black;
    font-family: 'Roboto', serif; }
  .footer__search :-moz-placeholder {
    /* Firefox 18- */
    color: black;
    font-family: 'Roboto', serif; }

.footer__search-input {
  width: 123px;
  height: 25px;
  font-family: 'Roboto', serif;
  box-sizing: border-box;
  padding: 0 22px 0 9px;
  border: none;
  font-size: 14px;
  color: black;
  background-color: #f6f6f6; }

.footer__search-submit {
  width: 14px;
  height: 14px;
  border: none;
  position: relative;
  right: 20px;
  background: url('../bundles/lehubagencefdm/images/layout/footer-search.png') no-repeat transparent; }

@media screen and (max-width: 1000px) {
  .footer__search {
    margin-top: 20px;
    width: 100%; }

  .footer__search-input {
    width: 90%; } }

@media screen and (max-width: 767px) {
  .footer {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px; }

  .footer__logo {
    width: 38px; }

  .footer__column {
    width: 100%;
    margin: 0;
    border: none;
    padding: 0;
    box-sizing: border-box; }
    .footer__column:first-child {
      border-bottom: solid black 1px;
      padding-bottom: 30px;
      margin-bottom: 16px; }

  .footer__item {
    padding-top: 13px;
    margin: 0;
    width: 50%; } }

.cookie-message {
  min-height: 70px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 20px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 0px 15px #ccc;
  z-index: 1000;
  display: flex; }
  .cookie-message .text {
    color: #333;
    font: bold 14px/18px Arial;
    padding-right: 5px;
    margin: auto; }
    @media all and (max-width: 767px) {
  .cookie-message .text {
    font: bold 11px/13px Arial; } }
  .cookie-message .accept {
    color: #333;
    font: bold 14px/18px Arial;
    margin: auto;
    cursor: pointer;
    border: solid 1px;
    padding: 5px;
    text-decoration: none; }
  .cookie-message .cancel {
    position: absolute;
    top: 10px;
    right: 4px; }

.o-actualites-section {
  background-color: #d9fff7;
  margin-top: -175px;
  padding: 215px 0 40px 0; }
  .o-actualites-section .items-actualite {
    width: 1139px;
    margin: 0 auto; }
  @media screen and (max-width: 1619px) {
  .o-actualites-section .items, .o-actualites-section .grid, .o-actualites-section .grid-agenda, .o-actualites-section .social-wall, .o-actualites-section .timeline {
    width: 1139px;
    margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .o-actualites-section .items {
      width: 100%;
      max-width: 100%;
      padding-left: 20px; } }
  .o-actualites-section .o-actualite {
    display: inline-block;
    vertical-align: top; }
  @media screen and (max-width: 767px) {
    .o-actualites-section .o-js-actualites-slider {
      overflow: hidden;
      overflow-x: scroll;
      overflow-y: hidden;
      -ms-overflow-style: none;
      scrollbar-width: none;
      white-space: nowrap;
      padding-bottom: 20px; } }

.o-focus-actualites-section {
  background-color: #d9fff7;
  padding-top: 63px; }
  @media screen and (max-width: 767px) {
    .o-focus-actualites-section .items {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .o-focus-actualites-section .col-1 {
      width: 322px; } }
  @media screen and (max-width: 767px) {
    .o-focus-actualites-section .document-link .item__link .agenda-item__title {
      white-space: normal; } }
  @media screen and (max-width: 767px) {
    .o-focus-actualites-section .o-js-focus-actualites-slider {
      overflow: hidden;
      overflow-x: scroll;
      overflow-y: hidden;
      -ms-overflow-style: none;
      scrollbar-width: none;
      white-space: nowrap;
      padding-bottom: 20px; } }

.o-et-aussi-section {
  background-color: #d9fff7;
  padding-top: 30px; }
  @media screen and (max-width: 767px) {
    .o-et-aussi-section .items {
      width: 100%; } }
  .o-et-aussi-section .o-actualite {
    margin: 0 0 30px 0;
    padding-bottom: 30px;
    border-bottom: solid 4px #000; }
    @media screen and (max-width: 767px) {
  .o-et-aussi-section .o-actualite {
    width: 100%; } }

.o-actualites-container {
  position: relative;
  margin-top: 15px; }

.o-focus-actualites-container {
  position: relative;
  margin-top: 15px; }
  .o-focus-actualites-container .slick-arrow.o-arrow-next {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(11px, -50%) rotate(180deg); }
  .o-focus-actualites-container .slick-arrow.o-arrow-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-39px, -50%); }
  .o-focus-actualites-container .link-item {
    background-size: 0; }

.o-actualite {
  display: block;
  margin-right: 20px;
  width: 269px; }
  .o-actualite a {
    text-decoration: none; }
  .o-actualite-title {
    color: #000;
    font-family: 'Roboto';
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 4px;
    white-space: normal; }
  .o-actualite-description {
    color: #000;
    font-family: 'Roboto';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px; }
  .o-actualite-img {
    display: block;
    margin-bottom: 16px;
    width: 100%; }
  .o-actualite-video {
    display: block;
    width: 100%;
    height: 163px;
    margin-bottom: 4px; }
  .o-actualite-body {
    font-family: 'Roboto';
    display: inline;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 20px;
    white-space: normal; }
  .o-actualite-dots {
    display: none;
    width: 16px;
    height: 12px;
    background: url('../bundles/lehubagencefdm/images/layout/ellipsis.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    .o-actualite-dots.is-visible {
      display: inline-block; }
  .o-actualite-link {
    font-family: 'Roboto';
    display: block;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 20px;
    text-decoration: underline; }

.slick-arrow.o-arrow-next, .slick-arrow.o-arrow-prev {
  width: 28px;
  height: 9px;
  background: url('../bundles/lehubagencefdm/images/layout/arrow-left.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px;
  cursor: pointer; }

.slick-arrow.o-arrow-next {
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(11px, 76px) rotate(180deg); }

.slick-arrow.o-arrow-prev {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-39px, 76px); }

.o-border-top {
  border-top: 4px solid #000;
  padding-top: 25px; }

/* ------ COLORS ------ */
.carousel {
  max-width: 100%;
  max-height: 747px;
  position: relative; }
  .carousel img {
    width: 100%;
    height: 100%; }
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../bundles/lehubagencefdm/images/layout/ajax-loader.gif') center center no-repeat; }

.slick-arrow {
  width: 30px;
  height: 30px;
  border: none;
  background: url('../bundles/lehubagencefdm/images/layout/expand-icon.svg') no-repeat;
  z-index: 100;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.slick-prev {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 0; }

.slick-next {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 0; }

.slick-dots {
  width: 100%;
  position: absolute;
  bottom: 23px;
  list-style: none;
  text-align: center; }

.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  font-size: 0;
  position: relative; }
  .slick-dots li.slick-active button {
    background-color: #dd4568; }

.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  padding: 0;
  outline: none;
  background-color: black;
  border-radius: 5px; }
  .slick-dots li button:hover {
    background-color: black; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

/* ------ COLORS ------ */
.controls {
  font-size: 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  display: none; }

.controls-agenda {
  font-size: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0; }

.control {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  line-height: 50px;
  text-decoration: none;
  text-align: center; }
  .control--border {
    border: solid black 1px; }
  .control .icon {
    vertical-align: middle; }
  .control .menu-icon {
    stroke: white;
    position: relative;
    right: 3px; }
  .control .logo-small-icon {
    width: 24px;
    height: 34px; }

.control__booking {
  line-height: 42px;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  color: white;
  text-transform: lowercase;
  background: url('../bundles/lehubagencefdm/images/layout/booking-icon-black.svg') no-repeat; }
  .control__booking--red {
    background-color: #dd4568; }
  .control__booking--yellow {
    background-color: #fff27c;
    color: black; }

.control__social {
  border: solid white 1px; }
  .control__social .facebook-icon {
    width: 10px;
    height: 19px; }
  .control__social .twitter-icon {
    width: 21px;
    height: 16px; }

.control-social__link {
  display: block;
  width: 48px;
  height: 50px;
  line-height: 50px;
  text-align: center; }
  .control-social__link .icon {
    vertical-align: middle; }

/* ------ COLORS ------ */
.col-1 {
  width: calc((100% - 30px) / 3 - 60px / 3); }
  @media screen and (max-width: 823px) {
  .col-1 {
    margin-right: inherit; } }
  .col-1 .item-content {
    max-width: 316px; }

.grid-agenda {
  display: flex;
  flex-flow: row wrap; }
  .grid-agenda .col-1 {
    width: calc(100% / 3 - 15px);
    margin-right: 15px;
    height: fit-content; }
    @media screen and (max-width: 823px) {
  .grid-agenda .col-1 {
    margin-right: inherit;
    width: 100%; } }
  .grid-agenda .col-2 {
    margin-right: 15px;
    width: calc(100% / 1.5 - 15px);
    height: fit-content; }
    @media screen and (max-width: 823px) {
  .grid-agenda .col-2 {
    margin-right: inherit;
    width: 100%; } }
    .grid-agenda .col-2 .item-content {
      max-width: calc(100% - 16px); }

.bloc {
  margin-right: 15px; }
  @media screen and (max-width: 823px) {
  .bloc {
    margin-right: inherit; } }

.col-1-5 {
  width: calc((100% - 30px) / 2 - 15px); }
  .col-1-5 .item-content {
    max-width: 452px; }

.col-2 {
  width: calc((((100% - 30px) / 3 - 60px / 3) * 2) + 30px); }
  .col-2 .item-content {
    max-width: calc(100% - 16px); }

.items, .grid, .grid-agenda, .social-wall, .timeline {
  width: 1528px;
  margin: 0 auto;
  font-size: 0; }

.filter-list {
  width: 100%;
  margin: 0 auto; }

.items .items-container {
  width: calc(100% + 30px);
  margin-left: -15px; }

.container {
  width: 1219px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 0; }

.item {
  display: inline-block;
  height: 356px;
  margin: 0 15px 30px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: top;
  position: relative;
  overflow: hidden; }

.item__background {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.item__img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0; }

.item__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 100; }

.item__content {
  box-sizing: border-box; }

.item__tag-genre {
  margin: 0px 10px 12px 0px;
  color: black;
  position: relative;
  font-size: 12px; }
  .item__tag-genre:first-child {
    margin-left: 0; }
  .item__tag-genre::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 6px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0; }

.item__booking {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 101; }

.block {
  border: solid black 1px;
  padding: 25px 30px;
  margin-bottom: 40px;
  box-sizing: border-box;
  position: relative; }
  .block a {
    color: black; }
  .block.item::before, .block.item::after {
    display: none; }
  .block.carousel {
    border: none;
    padding: 0; }

.block__title {
  padding-bottom: 14px;
  font-family: 'Mohave', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 27px;
  text-align: center; }
/* ------ ARTISTS ITEM ------ */
.artist-item {
  /*height: 455px;*/ }
  .artist-item:hover {
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply; }
    .artist-item:hover .artist-item__title {
      display: none; }
    .artist-item:hover .artist-item__subtitle {
      font-size: 41px; }

.artist-item__title {
  display: inline-block;
  padding-top: 12px;
  font-family: 'Mohave', Arial, sans-serif;
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  border-top: 6px solid white; }

.artist-item__subtitle {
  font-family: 'Mohave', serif;
  text-transform: uppercase;
  font-size: 22px;
  color: #fff; }
/* ------ AGENDA ITEM ------ */
.agenda-item {
  overflow: visible; }

.agenda-item__title {
  font-family: 'Mohave', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 37px;
  font-weight: bold; }

.agenda-item__subtitle {
  font-family: 'Roboto';
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 12px; }

.agenda-item .item__content {
  margin-left: 1rem; }

.item__hover {
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none; }
  .item__hover .dates {
    padding-bottom: 15px; }
  .item__hover .date__number {
    border-color: #fff; }
  .item__hover .single-practical__practical-infos {
    position: absolute;
    bottom: 7px;
    left: 20px; }
  .item__hover .tag-annee {
    position: relative; }

.agenda-item .item__content {
  margin-top: 14px;
  flex-direction: column;
  align-items: flex-start; }
  .agenda-item .item__content .item-hover__place {
    align-self: stretch;
    text-transform: uppercase;
    padding-top: 10px;
    margin-top: 20px;
    border-top: solid 1px #fff;
    font-family: 'Mohave';
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-right: 1rem; }
  .agenda-item .item__content .dates {
    display: none;
    text-align: center; }
    .agenda-item .item__content .dates .date {
      font-family: 'Mohave';
      font-weight: 600;
      width: auto; }
      .agenda-item .item__content .dates .date__day, .agenda-item .item__content .dates .date__month {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 3px; }
      .agenda-item .item__content .dates .date__number {
        height: auto;
        font-size: 24px;
        line-height: 26px;
        display: inline-block;
        padding: 13px 11.5px;
        border-color: #fff; }
      .agenda-item .item__content .dates .date__month {
        margin-bottom: 0; }
      .agenda-item .item__content .dates .date__hour {
        font-size: 18px;
        line-height: 22px; }
      .agenda-item .item__content .dates .date:last-of-type {
        margin-right: 0; }

.agenda-item .item__link {
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  width: auto;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition-duration: 0.2s; }
  .agenda-item .item__link:hover .item__content .dates {
    display: flex; }
  .agenda-item .item__link .item-content-wrapper {
    padding: 20px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    background-color: transparent;
    overflow-y: scroll;
    transition-duration: 0.2s; }

.artist-item:hover {
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply; }
  .artist-item:hover .item__content {
    display: none; }
  .artist-item:hover .item__hover {
    display: block; }
  .artist-item:hover .item__booking {
    color: black;
    background-color: #fff27c; }
    .artist-item:hover .item__booking .booking-btn__circle {
      fill: black; }

.agenda-item:hover .agenda-item__title {
  text-decoration: underline; }
  .agenda-item:hover .agenda-item__subtitle {
    display: none; }
  .agenda-item:hover .item__content {
    display: flex; }
  .agenda-item:hover .item__hover {
    display: block; }
  .agenda-item:hover .item__link .item__hover {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0px; }
    .agenda-item:hover .item__link .item-content-wrapper {
      background-color: rgba(0, 0, 0, 0.8); }
  .agenda-item:hover .item__booking {
    color: black;
    background-color: #fff27c; }
    .agenda-item:hover .item__booking .booking-btn__circle {
      fill: black; }

.item-hover__place {
  font-weight: semibold;
  font-size: 16px; }
/* ------ VIDEO ITEM ------ */
.video-item {
  background-position: center; }
  .video-item .item__link {
    padding-top: 20px;
    padding-left: 10px; }

.video-item__content {
  padding-right: 20px;
  height: 100%; }

.video-item__title {
  font-family: 'Mohave';
  font-size: 54px;
  line-height: 54px;
  text-transform: uppercase;
  text-decoration: underline;
  text-align: left; }

.video-item__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
/* ------ FOCUS ITEM ------ */
.focus-item__content {
  width: 100%;
  height: 100%;
  padding-right: 100px;
  box-sizing: border-box;
  border: solid #fff 1px; }

.focus-item__tag {
  border-color: #fff;
  position: relative;
  top: -1px;
  left: -1px; }

.focus-item__title {
  padding: 6px 0 0 10px;
  font-family: 'Designal', serif;
  font-size: 22px; }
/* ------ RENCONTRE ITEM ------ */
/* TEST BLUE OVERLAY */
.rencontre-item .item__img {
  mix-blend-mode: soft-light;
  z-index: 50;
  top: 0;
  left: 0; }
  .rencontre-item:hover .item__hover {
    display: block; }
    .rencontre-item:hover .item__content {
      display: none; }
    .rencontre-item:hover .item__img {
      mix-blend-mode: multiply; }
    .rencontre-item:hover .item__booking {
      color: #fff;
      background-color: #72279e; }
      .rencontre-item:hover .item__booking .booking-btn__circle {
        fill: #fff; }
  .rencontre-item::after {
    content: '';
    display: inline-block;
    background-color: black;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.rencontre-item__title {
  padding-top: 8px;
  font-size: 22px; }
/* ------ BACK ITEM ------ */
.back-item__title {
  font-family: 'Designal', serif;
  font-size: 22px; }
/* ------ BLOCK ITEM ------ */
.item.block {
  display: inline-flex; }

.block-item__content {
  margin: auto;
  text-align: center; }

.twitter-item__text {
  font-family: 'Designal', sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 26px; }
  .twitter-item__text a {
    color: #797979; }

.twitter-item__btn {
  margin-top: 23px; }
/* ------ NEWSLETTER ITEM ------ */
.newsletter-item__text {
  font-family: 'Roboto', serif;
  font-size: 20px;
  line-height: 26px; }

.newsletter-item__btn {
  margin-top: 33px;
  color: white !important; }
/* ------ LINK ITEM ------ */
.link-item__title {
  font-family: 'Mohave', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff; }

.document-link {
  border: solid 4px #000; }
  .document-link .item__tag-themed {
    position: absolute;
    color: #000;
    font-size: 18px;
    line-height: 20px;
    border: 2px solid black;
    left: 5px;
    top: 5px;
    padding: 3px;
    font-family: 'Mohave';
    font-weight: 500;
    text-transform: uppercase; }
  .document-link .item__link {
    display: flex;
    align-items: center; }
    .document-link .item__link .agenda-item__title {
      font-family: 'Mohave';
      color: #000;
      font-size: 54px;
      line-height: 58px;
      font-weight: 500; }
    .document-link .item__link .agenda-item__subtitle {
      font-family: 'Roboto';
      color: #000;
      font-weight: 600;
      font-size: 24px;
      line-height: 28px; }
/* ------ LSF ITEM ------ */
.lsf-item:hover {
  background-color: black;
  background-blend-mode: multiply; }
  .lsf-item:hover .item__content {
    display: none; }
  .lsf-item:hover .item__hover {
    display: block; }

.lsf-item__title {
  font-family: 'Mohave', Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase; }

.lsf-item__subtitle {
  font-family: 'Designal', serif;
  font-size: 22px; }

.lsf-item__play {
  padding-bottom: 17px; }
/* ------ RESPONSIVE ------ */
@media screen and (max-width: 1619px) {
  .items, .grid, .grid-agenda, .social-wall, .timeline, .filter-list {
    width: 1139px; } }

@media screen and (max-width: 1218px) {
  .col-1, .col-1-5 {
    width: calc((100% - 30px) / 2 - 15px); }

  .col-2 {
    width: calc(100% - 30px); }

  .items, .grid, .grid-agenda, .social-wall, .timeline, .filter-list {
    width: 744px; }

  .container {
    width: 824px; } }

@media screen and (max-width: 823px) {
  .items, .grid, .grid-agenda, .social-wall, .timeline, .filter-list {
    width: 352px;
    max-width: calc(100% - 20px); }

  .container {
    width: 352px;
    max-width: calc(100% - 20px);
    padding: 0; }

  .col-1, .col-1-5, .col-2 {
    width: calc(100% - 30px); }

  .block {
    padding: 20px; } }

@media screen and (max-width: 374px) {
  .item__content {
    padding-right: 30px; } }

.load-more {
  font-size: 20px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
  font-family: 'Mohave', Arial, sans-serif; }
  .load-more a {
    background-color: black;
    color: white;
    text-transform: uppercase;
    padding: 5px 10px;
    text-decoration: none; }

.home-item-card {
  opacity: 1;
  transition-duration: 0.5s; }

.card-to-hide {
  display: none;
  opacity: 0;
  transition-duration: 0.5s; }

/* ------ COLORS ------ */
/* ----------------------------- *
 *             LINKED            *
 *   (style for linked contents  *
 *        like appendix)         *
 * ----------------------------- */
.linked {
  padding-top: 30px; }

.linked__title {
  margin-left: 42px;
  font-family: 'Mohave', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 27px; }
  .linked__title .tag-affinites {
    margin-left: 10px;
    position: relative;
    bottom: 5px; }

.linked__separator {
  display: inline-block;
  height: 1px;
  margin: 20px 15px 30px 15px;
  border: none;
  background-color: #797979; }

@media screen and (max-width: 1218px) {
  .linked .col-2 {
    width: calc(50% - 40px); }

  .linked__separator:last-child {
    display: none; } }

@media screen and (max-width: 823px) {
  .linked .col-2 {
    width: 100%; }

  .linked__title {
    margin: 0; }

  .linked__separator {
    display: none;
    margin: 20px 0 30px 0; }
    .linked__separator:first-child {
      display: inline-block; } }

.list__text {
  max-width: calc(2*100%/3);
  margin-top: 32px;
  padding: 0 20px;
  box-sizing: border-box; }

.list__tag {
  display: inline-block;
  margin: 30px 0 0 9px;
  line-height: normal; }
  .list__tag:first-child {
    margin-left: 0; }

.list__items {
  padding-top: 40px; }

@media screen and (max-width: 823px) {
  .list__text {
    max-width: 100%;
    padding: 0; } }

/* ------ COLORS ------ */
.social-wall {
  padding-bottom: 13px;
  border-bottom: solid 1px #000; }
  .social-wall__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 49px;
    margin-top: 21px;
    border-top: solid 4px #000; }
    .social-wall__title--listLogos {
      display: flex;
      align-items: center; }
      .social-wall__title--listLogos a {
        text-decoration: none;
        display: flex;
        margin-right: 21px; }
        .social-wall__title--listLogos a:last-of-type {
          margin-right: 0; }
        .social-wall__title--listLogos a img {
          height: 13px; }
        .social-wall__title--listLogos a.link {
          color: #000;
          font-family: 'Roboto';
          font-size: 14px;
          line-height: 16px;
          text-decoration: underline; }
  .social-wall__list {
    transition: all 0.5s ease-in-out;
    column-gap: 30px;
    column-fill: initial;
    column-count: 3; }
    @media all and (max-width: 768px) {
  .social-wall__list {
    column-count: 2; } }
    @media all and (max-width: 823px) {
  .social-wall__list {
    column-count: 1; } }
    .social-wall__list--item {
      width: 100%;
      margin-bottom: 17px; }
      .social-wall__list--item:nth-child(4n) {
        margin-right: 0; }
      .social-wall__list--item a {
        text-decoration: none; }
        .social-wall__list--item a .item-header {
          display: inline-flex;
          flex-direction: column;
          margin-bottom: 10px;
          border: solid 4px #000; }
          .social-wall__list--item a .item-header img, .social-wall__list--item a .item-header video {
            height: 100%;
            width: 100%; }
          .social-wall__list--item a .item-header img {
            object-fit: cover; }
        .social-wall__list--item a .item-content {
          display: inline-flex;
          flex-direction: column; }
          .social-wall__list--item a .item-content p {
            font-family: 'Roboto';
            font-size: 14px;
            line-height: 20px;
            color: #000; }
            .social-wall__list--item a .item-content p span {
              text-decoration: underline; }
            .social-wall__list--item a .item-content p .dots {
              color: #000;
              font-weight: bold;
              display: inline-block;
              margin-left: 2px; }
              .social-wall__list--item a .item-content p .dots img {
                height: auto;
                width: 13px;
                margin-bottom: -3px; }
          .social-wall__list--item a .item-content .item-date {
            color: #6cccbe;
            font-family: 'Roboto';
            font-size: 12px;
            line-height: 22px;
            display: flex;
            align-items: center; }
            .social-wall__list--item a .item-content .item-date img {
              height: 12px;
              width: auto;
              margin-right: 10px; }

@media all and (max-width: 823px) {
  .social-wall .social-wall__title {
    flex-direction: column;
    align-items: center; }
    .social-wall .social-wall__title--bigTitle {
      margin-bottom: 17px; }

  .social-wall .social-wall__list .social-wall__list--item {
    width: 100%; } }

/* ------ COLORS ------ */
/* ------ TIMELINE ------ */
.timeline-dates-wrapper {
  overflow: hidden;
  position: relative; }
  .timeline-dates-wrapper .slick-arrow {
    width: 26.5px;
    border: none;
    z-index: 100;
    outline: none;
    font-size: 0;
    top: 0;
    height: 100%;
    transform: none;
    padding: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .timeline-dates-wrapper .slick-arrow::after {
      content: "";
      display: inline-block;
      height: 16.5px;
      width: 12px;
      background-image: url('../bundles/lehubagencefdm/images/layout/arrowTimeline.svg');
      background-repeat: no-repeat;
      background-size: 20px 30px;
      background-position: center;
      transform: rotateZ(-90deg) translateY(-6px); }
  .timeline-dates-wrapper .slick-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0; }
  .timeline-dates-wrapper .slick-next {
    right: 0; }

.timeline-container {
  font-size: 0;
  text-align: center;
  max-width: 1200px;
  margin: 30px auto 30px; }

.timeline-dates {
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-top: solid 1px #000; }

.timeline__content {
  display: inline-block;
  white-space: nowrap;
  font-family: 'Mohave';
  font-size: 26px;
  line-height: 29px;
  font-weight: 600; }

.timeline__month {
  display: inline-block;
  padding: 13px 8.5px; }
  .timeline__month:first-child {
    padding-left: 0; }

.timeline__date {
  display: inline-block;
  padding: 13px 8.5px;
  cursor: pointer;
  transition-duration: 0.2s; }
  .timeline__date--past {
    opacity: 0.3;
    pointer-events: none; }
  .timeline__date--current {
    position: relative; }
    .timeline__date--current::after {
      content: '';
      display: inline-block;
      width: calc(100% - 19px);
      height: 3px;
      background-color: #6cccbe;
      position: absolute;
      bottom: 9px;
      left: 8.5px;
      border: solid 1px #6cccbe;
      transition-duration: 0.2s; }
  .timeline__date:hover, .timeline__date.is-selected {
    background-color: #6cccbe; }
    .timeline__date:hover::after, .timeline__date.is-selected::after {
      border-color: #000; }
/* ------ TIMELINE DROPDOWN ------ */
.timeline-dropdown-wrapper {
  overflow: hidden;
  position: relative;
  border-bottom: solid 1px #000; }

.timeline-dropdown {
  text-align: center;
  display: none; }

.timeline-dropdown__content {
  width: 100%; }

.timeline-dropdown__row {
  color: black;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px 10px 11px;
  margin-bottom: 3px; }
  .timeline-dropdown__row a {
    text-decoration: none;
    color: #000; }
    .timeline-dropdown__row a:hover {
      text-decoration: none; }
  .timeline-dropdown__row:last-of-type {
    margin-bottom: 15px; }
  .timeline-dropdown__row:nth-child(odd) {
    background-color: #6cccbe; }
  .timeline-dropdown__row:nth-child(even) {
    background-color: rgba(108, 204, 190, 0.5); }

.timeline-dropdown__col {
  display: flex;
  align-items: center; }

.timeline-dropdown__infos .timeline-dropdown__title {
  font-family: 'Mohave';
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase; }
  .timeline-dropdown__infos .timeline-dropdown__subtitle {
    margin-left: 10px;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    font-weight: 600; }

.timeline-dropdown__details {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  font-weight: 600; }

@media screen and (max-width: 1182px) {
  .timeline {
    overflow: hidden; }

  .timeline-dates {
    width: auto; }

  .timeline-dropdown {
    background: none; }

  .timeline-dropdown__content {
    padding: 0 20px 20px 20px;
    background-color: #f6f6f6; } }

@media screen and (max-width: 767px) {
  /* .timeline__month, .timeline__date {
   padding: 36px 8px 22px 8px;
   } */
  /* .timeline__date--current::after {
   bottom: 19px;
   } */
    .timeline-dates-wrapper {
      height: 80px; }
    .timeline-dropdown__content {
      padding: 0 10px; }
    .timeline-dropdown {
      overflow: hidden; }
    .timeline-dropdown__content {
      width: 100%;
      box-sizing: border-box;
      overflow: hidden; }
    .timeline-dropdown__row {
      display: inline-block;
      width: 100%;
      padding: 13px 0;
      border-bottom: solid #797979 1px; }
      .timeline-dropdown__row:last-child {
        border: 1px solid black; }
    .timeline-dropdown__col {
      width: 100%;
      height: auto;
      margin-left: 0;
      border: 1px solid black;
      line-height: normal; }
    .timeline-dropdown__subtitle {
      padding-top: 2px; }
    .timeline-dropdown__timeandplace {
      padding-top: 6px; } }

.o-big-title {
  color: #000;
  font-family: 'Mohave', Arial, sans-serif;
  font-size: 54px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 59px;
  text-transform: uppercase; }

.o-titles-actu-container {
  align-items: baseline;
  display: flex;
  justify-content: space-between; }
  .o-titles-actu-container a {
    color: #000;
    display: block;
    font-family: 'Roboto';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px; }
  @media screen and (max-width: 767px) {
  .o-titles-actu-container {
    flex-direction: column; } }

/* ------ COLORS ------ */
.archives__form {
  margin-top: 30px;
  font-family: 'Mohave', serif;
  font-size: 27px;
  text-align: center; }

.archives-form__select-box {
  width: 747px;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }
  .archives-form__select-box::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../bundles/lehubagencefdm/images/layout/expand-icon.svg') no-repeat;
    pointer-events: none;
    position: absolute;
    top: 19px;
    right: 22px; }

.archives-form__select {
  width: 100%;
  padding: 16px 22px;
  border: solid #797979 1px;
  box-sizing: border-box;
  border-radius: 0;
  color: #797979;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.back {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff; }
/* ------ BACK-TOP ------ */
.back-top {
  height: calc(100vh - 130px); }

.back-top__text {
  max-width: 352px;
  padding: 40px; }

.back-top__title {
  display: inline-block;
  padding-bottom: 17px;
  margin-bottom: 8px;
  font-family: 'Mohave', Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  position: relative; }
  .back-top__title::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 9px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0; }

.back-top__subtitle {
  font-family: 'Mohave', serif;
  font-size: 35px; }
/* ------ BACK-BLOCK ------ */
.back-block {
  height: calc(100vh - 130px);
  position: relative; }
  .back-block::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1); }
  .back-block::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 66%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0)); }

.back-block__text {
  max-width: 352px;
  position: absolute;
  right: 40px;
  top: 87px;
  z-index: 100; }

.back-block__title {
  font-family: 'Mohave', serif;
  font-style: italic;
  font-size: 30px; }

.back-block__description {
  font-size: 18px;
  line-height: 26px; }

@media screen and (max-width: 767px) {
  .back-top__text {
    padding: 40px 10px 10px 10px; }

  .back-block__text {
    right: auto;
    left: 10px; } }

/* ------ COLORS ------ */
.home-header {
  height: 526px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-color: #000; }
  .home-header--document .home-header__title {
    font-family: 'Mohave', serif;
    text-transform: uppercase; }
  .home-header--before {
    margin-bottom: 40px; }

.home-header__link {
  text-decoration: none; }

.home-header__text {
  max-width: 500px;
  color: #fff;
  position: absolute;
  z-index: 100;
  left: 66px;
  top: 75px;
  width: calc(100% - 20px);
  max-width: 416px; }

.home-header__tag {
  display: inline-block;
  margin-bottom: 17px;
  padding-bottom: 20px;
  font-size: 24px;
  color: #fff;
  position: relative; }
  .home-header__tag::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 9px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0; }

.home-header__title {
  font-family: 'Mohave', sans-serif;
  text-transform: uppercase;
  font-size: 54px;
  line-height: 54px;
  font-weight: 600;
  letter-spacing: 1px; }

.home-header__subtitle {
  font-family: 'Roboto';
  font-style: italic;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 1px; }

.home-header__booking {
  position: absolute;
  bottom: 20px;
  left: 40px;
  z-index: 100; }

@media screen and (max-height: 650px) {
  .home-header {
    height: calc(100vh - 130px - 85px); }

  .home-header__tag {
    padding-bottom: 12px;
    font-size: 18px; }
    .home-header__tag::after {
      height: 7px; }

  .home-header__title {
    font-size: 22px; }

  .home-header__subtitle {
    font-size: 20px; } }

@media screen and (max-width: 767px) {
  .home-header {
    height: calc(100vh - 130px - 85px);
    background-position: center; }

  .home-header__text {
    padding: 20px 70px 0 10px; }

  .home-header__tag {
    padding-bottom: 12px;
    font-size: 18px; }
    .home-header__tag::after {
      height: 7px; }

  .home-header__title {
    font-size: 22px; }

  .home-header__subtitle {
    font-size: 20px; }

  .home-header__booking {
    left: 10px; } }

.filter-list {
  margin-bottom: 30px;
  border-bottom: solid 1px #000;
  display: flex;
  align-items: flex-start;
  width: 1139px;
  padding-bottom: 30px; }
  @media all and (max-width: 1130px) {
  .filter-list {
    flex-direction: column;
    width: 100%; } }
  .filter-list__first-bloc {
    padding-top: 9px;
    display: flex;
    align-items: flex-start;
    align-items: center; }
    @media all and (max-width: 823px) {
  .filter-list__first-bloc {
    flex-direction: column; } }
  .filter-list__text {
    text-align: left;
    font-family: 'Mohave';
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #8d8d8d;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 18px; }
    @media all and (max-width: 823px) {
  .filter-list__text {
    margin-bottom: 12px; } }
  .filter-list .text-programme {
    font-size: 16px;
    color: black;
    text-decoration: underline; }
  .filter-list .btn-full {
    display: inline-block;
    background-color: grey;
    color: #fff;
    padding: 9px 10px;
    font-family: 'Mohave';
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition-duration: 0.3s; }
    @media all and (max-width: 1130px) {
  .filter-list .btn-full {
    margin-top: 12px; } }
  .filter-list__filters {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
  .filter-list__filters {
    flex-direction: column;
    align-items: inherit; } }
    .filter-list__filters .bloc-filter {
      display: flex; }
    .filter-list__filters .js-filter-home-select {
      height: 20px;
      border: none;
      width: 150px;
      outline: none; }
    .filter-list__filters .filter-options {
      margin-right: 10px; }
      .filter-list .fancy-select {
        padding-top: 0; }
    .filter-list .fancy-select div.trigger {
      padding: 0;
      border: none !important;
      color: #000 !important;
      display: flex;
      font-family: 'Mohave';
      font-size: 20px;
      line-height: 22px;
      font-weight: 600;
      text-align: left;
      text-decoration: underline !important; }
      .filter-list .fancy-select div.trigger::before {
        content: "";
        width: 17px;
        background-image: url('../bundles/lehubagencefdm/images/layout/arrow.svg');
        background-repeat: no-repeat;
        background-size: auto 17.5px;
        background-position: left bottom; }
      .filter-list .fancy-select div.trigger::after {
        content: none; }
  .filter-list .options-container ul.options {
    position: relative;
    width: auto;
    border: none !important;
    opacity: 1 !important;
    visibility: visible !important; }
    .filter-list .options-container ul.options li {
      text-transform: uppercase;
      color: #000 !important;
      font-family: 'Mohave';
      font-size: 20px;
      line-height: 22px;
      font-weight: 600;
      text-align: left;
      padding-top: 10px; }
      .filter-list .options-container ul.options li:last-child {
        padding-bottom: 6px; }
      .filter-list .options-container ul.options li.selected {
        display: none; }
      .filter-list .options-container ul.options li span {
        cursor: pointer;
        text-decoration: underline; }
        .filter-list .options-container ul.options li span.option-all {
          text-decoration: none;
          color: #8d8d8d; }

/* ------ COLORS ------ */
.programme__tags {
  padding: 10px 0 0 20px;
  overflow: hidden; }
  .programme__tags:first-child {
    padding-top: 25px; }

.programme__tags-mobile {
  padding-top: 10px;
  display: none; }

.programme__tags-mobile-seasons {
  width: 50%;
  margin: 10px auto; }

.programme-tags__row-wrap {
  overflow: hidden; }

.programme-tags__row-container {
  /*padding-bottom: 20px;*/
  overflow-x: hidden; }

.programme-tags__row {
  /*margin-bottom: 20px;*/
  white-space: nowrap; }

.programme__tag {
  margin-left: 10px; }
  .programme__tag:first-child {
    margin: 0; }

.programme-tags__cancel {
  margin-left: 15px;
  font-size: 16px;
  color: #797979; }

.programme__items {
  padding-top: 20px; }

@media screen and (max-width: 823px) {
  .programme-tags__row-wrap {
    height: 45px; }

  .programme__tags {
    padding: 25px 0 0 0; } }

div.fancy-select {
  padding-top: 10px; }

div.fancy-select div.trigger {
  width: auto !important;
  background-color: white !important;
  color: #797979 !important;
  box-shadow: none !important;
  border: 1px solid #797979 !important; }

div.fancy-select div.trigger:after {
  border-top-color: #3dc4ba; }

div.programme__tags-mobile:nth-last-of-type(2) div.fancy-select div.trigger {
  background-color: #3dc4ba !important;
  color: white !important; }

div.programme__tags-mobile:nth-last-of-type(2) div.fancy-select div.trigger:after {
  border-top-color: white; }

div.fancy-select ul.options {
  width: calc(100% - 2px);
  background-color: white !important;
  color: #797979 !important;
  box-shadow: none !important;
  top: auto !important;
  z-index: 150 !important;
  max-height: none !important;
  border: 1px solid #797979 !important;
  border-top-width: 0; }

div.programme__tags-mobile:nth-last-of-type(2) div.fancy-select ul.options {
  color: #3dc4ba !important; }

div.programme__tags-mobile:nth-last-of-type(2) div.fancy-select ul.options li.selected {
  background: #3dc4ba !important; }

div.fancy-select ul.options li {
  color: #797979 !important; }

div.fancy-select ul.options li.selected {
  background: #797979;
  color: white !important; }

/* ------ COLORS ------ */
.search-results__form {
  display: inline-block; }

.search-results__input {
  width: 310px;
  padding-bottom: 10px;
  border: none;
  color: #797979;
  font-style: italic;
  background: url('../bundles/lehubagencefdm/images/layout/dot.png') repeat-x left bottom; }

.search-results__submit {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: none;
  vertical-align: middle;
  background: url('../bundles/lehubagencefdm/images/layout/search-icon-big.svg') no-repeat;
  text-indent: -9999px; }

@media screen and (max-width: 823px) {
  .search-results .section-title {
    font-size: 37px; }

  .search-results__input {
    width: 260px; } }

@media screen and (max-width: 374px) {
  .search-results .section-title {
    font-size: 35px; } }

/* ------ COLORS ------ */
/* ------ SINGLE DOCUMENT ------ */
.single-document {
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px; }

.single-document__tags {
  width: 100%; }

.single-document__tag {
  display: inline-block;
  margin: 0 0 20px 10px;
  line-height: normal; }
  .single-document__tag:first-child {
    margin-left: 0; }

.single-document__titles {
  padding-bottom: 8px; }

.single-document__summary {
  padding-bottom: 35px; }

.single-document__aside {
  padding-top: 20px; }

@media screen and (max-width: 823px) {
  .single-document {
    padding: 0; } }
/* ------ HEADER ------ */
.single__header {
  height: calc(100vh - 130px - 145px);
  margin-bottom: 40px;
  background-size: cover;
  background-position: center;
  position: relative; }

.single-header__video {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .single-header__video iframe {
    min-width: 100%;
    min-height: 100%; }
/* ------ EXPAND ------ */
.expand__content {
  display: none; }
  .expand__content.is-opened {
    display: block; }

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

.expand__link.is-opened .expand-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.expand__link {
  font-size: 0; }

.expand__link--corner {
  position: absolute;
  bottom: 0;
  right: 0; }
/* ------ MAIN CONTENT ------ */
.single__tags {
  min-height: 31px;
  margin-bottom: 23px;
  font-size: 0;
  position: relative; }

.single__tags-left {
  display: inline-block; }

.single__tags-right {
  display: inline-block;
  float: right;
  margin-top: 0; }

.single__tag {
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  margin-right: 0; }
  .single__tag:first-child {
    margin: 0; }

.single__tag-others {
  margin-top: 5px; }

.single__carousel {
  margin-bottom: 40px; }

.single__text {
  padding: 15px 0; }

@media screen and (max-width: 767px) {
  .single__tags {
    margin-bottom: 0px;
    padding-bottom: 10px; }

  .single__tags-left {
    margin-bottom: 8px; }

  .single__tags-right {
    margin-bottom: 8px;
    position: static; }

  .single__tag {
    margin-left: 0px;
    margin-right: 3px; }
    .single__tag:first-child {
      margin-right: 3px; } }
/* ------ PRACTICAL ------ */
.single-practical__dates {
  padding-bottom: 19px; }

.single-practical__place, .single-practical__practical-infos {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px; }

.single-practical__practical-infos {
  margin-bottom: 10px; }

.single-practical__place-name {
  text-decoration: underline; }

.single-practical__expand {
  padding: 17px 0 10px 0; }

.single-practical__map {
  padding-bottom: 18px; }
/* ------ PRICES ------ */
.single-prices {
  padding: 25px; }

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

.single-prices__content {
  font-size: 16px;
  letter-spacing: 0.04em; }
  .single-prices__content hr {
    width: 100%;
    height: 1px;
    border: none;
    background-color: #797979; }

.single-prices__special {
  padding-top: 10px;
  font-family: 'Mohave', Arial, sans-serif;
  font-size: 22px;
  letter-spacing: -0.04em;
  color: #dd4568;
  -webkit-transform: scaleY(1.03);
  -ms-transform: scaleY(1.03);
  transform: scaleY(1.03); }
/* ------ ACCESSIBILITY ------ */
.single-accessibility__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px; }

.single-accessibility__icon {
  flex-basis: 25%;
  margin-bottom: 18px;
  text-align: center; }
  .single-accessibility__icon img {
    max-width: 50px; }

.single-accessibility__icon .visual-icon {
  width: 49px;
  height: 51px; }

.single-accessibility__icon .sign-language-icon {
  width: 41px;
  height: 47px; }

.single-accessibility__icon .mobility-icon {
  width: 44px;
  height: 44px; }

.single-accessibility__icon .hearing-icon {
  width: 50px;
  height: 50px; }

.single-accessibility__text {
  font-size: 18px;
  line-height: 22px; }
/* ------ LINKS ------ */
.single-links {
  text-align: center;
  font-size: 16px; }

.single-links__title {
  padding-bottom: 22px; }
/* ------ CREDITS ------ */
.single-credits__title {
  padding-bottom: 0; }

.single-credits__content {
  padding: 24px 0 10px 0; }

.single-credits__expand {
  padding-top: 13px; }
/* ------ FURTHER ------ */
.single-further {
  font-size: 16px; }

.single-further__title {
  padding-bottom: 24px; }
/* ------ PRESS ------ */
.single-press__title {
  padding-bottom: 0;
  text-align: left; }

.single-press__quote {
  padding-top: 28px;
  font-family: 'Roboto', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 24px; }
  .single-press__quote:first-child {
    padding-top: 23px; }

.single-press__quote-link {
  color: #797979;
  text-decoration: none; }

.single-press__source {
  font-weight: 400;
  font-style: none; }

.single-press__expand {
  padding-top: 23px; }

@media screen and (max-width: 823px) {
  .single__header {
    margin-bottom: 10px; }

  .single-document {
    padding-top: 20px; } }

/* ------ COLORS ------ */
.sitemap {
  text-align: center; }

.sitemap__section {
  padding: 12px 0 10px 0; }
  .sitemap__section .sitemap__link {
    text-decoration: none; }

.sitemap__subsection {
  font-size: 18px; }

.sitemap__link {
  color: #797979; }

/* ------ COLORS ------ */
.subsection__items {
  max-width: 852px;
  margin: 30px auto 0 auto;
  justify-content: center;
  background: none; }

.subsection__item {
  width: 274px;
  height: 274px;
  margin: 5px;
  background-color: #e497a9;
  position: relative; }

.archives {
  background-color: white; }
  .archives .subsection-item__text {
    color: #797979;
    font-family: 'Lora', serif; }

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

.subsection-item__text {
  width: 80%;
  font-family: 'Gotham', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  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: 871px) {
  .subsection__items {
    max-width: 568px; } }

@media screen and (max-width: 587px) {
  .subsection__items {
    max-width: 284px; } }

/* ----------------------------- *
 *              ITEMS            *
 * ----------------------------- */
.no-background-blend-mode .rencontre-item .item__img-container::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  background-color: #4f99fb;
  opacity: 0.5; }
  .no-background-blend-mode .rencontre-item:hover .item__img-container::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    background-color: #041b33;
    opacity: 0.85; }
  .no-background-blend-mode .agenda-item:hover::before, .no-background-blend-mode .lsf-item:hover::before, .no-background-blend-mode .artist-item:hover::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    background-color: #041b33;
    opacity: 0.85; }


