/*! 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/lehubagencecomete/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/lehubagencecomete/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/lehubagencecomete/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/lehubagencecomete/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/lehubagencecomete/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/lehubagencecomete/libs/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

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

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

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



/*! 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/**
 * 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; }

/** DEVICES **/
/** COLORS **/
/* Vert */
/* Orange */
/** FONTS **/
body, html {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff; }

* {
  box-sizing: border-box; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0; }

a {
  text-decoration: none;
  cursor: pointer; }

ul {
  list-style: none;
  padding: 0px; }

.clear {
  clear: both; }

.o-noScroll {
  overflow-y: hidden; }

.o-border {
  display: block;
  margin: 0 auto;
  height: 3px;
  width: 210px;
  background: #d4be52;
  background: -o-linear-gradient(right, transparent, #d4be52);
  background: -moz-linear-gradient(right, transparent, #d4be52);
  background: linear-gradient(right, transparent, #d4be52); }
  .o-border-white {
    background: #fff;
    background: -webkit-linear-gradient(left, transparent, #fff);
    background: -o-linear-gradient(right, transparent, #fff);
    background: -moz-linear-gradient(right, transparent, #fff);
    background: linear-gradient(right, transparent, #fff); }

.o-title {
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  text-transform: uppercase;
  position: absolute;
  left: 55px;
  top: 118px;
  z-index: 102; }
  .o-title--white {
    color: #fff;
    top: 146px; }
  .o-title--black {
    color: #000; }
  @media (max-width: 1023px) {
  .o-title {
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
  @media (max-width: 767px) {
  .o-title {
    top: 62px;
    font-size: 30px; } }

.o-btn {
  font-family: 'Lato', Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background: #d4be52;
  border-radius: 30px;
  padding: 5px 20px;
  display: inline-block; }
  @media (max-width: 767px) {
  .o-btn {
    font-size: 12px;
    padding: 4px 12px; } }

.o-hover:hover {
  opacity: 0.8; }

.fancybox-skin .fancybox-close {
  background: url(../bundles/lehubagencecomete/images/icon-cross.png) center no-repeat;
  top: -10px;
  right: -40px; }
  .fancybox-skin .fancybox-nav {
    width: 85px; }
    .fancybox-skin .fancybox-nav span {
      visibility: visible;
      width: 45px;
      height: 45px; }
    .fancybox-skin .fancybox-nav.fancybox-prev {
      left: -20%; }
      .fancybox-skin .fancybox-nav.fancybox-prev span {
        background: url(../bundles/lehubagencecomete/images/arrow-left-dark.png) center no-repeat;
        left: -45px; }
    .fancybox-skin .fancybox-nav.fancybox-next {
      right: -20%; }
      .fancybox-skin .fancybox-nav.fancybox-next span {
        background: url(../bundles/lehubagencecomete/images/arrow-right-dark.png) center no-repeat;
        right: -45px; }

.js-clickable {
  cursor: pointer; }

.cookie-message {
  display: flex;
  width: 15%;
  border-radius: 10px;
  right: 15px;
  bottom: 15px;
  font-size: 14px;
  font-family: 'Roboto', Arial, serif;
  position: fixed;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 0px 15px #ccc;
  z-index: 9999; }
  @media (max-width: 1024px) {
  .cookie-message {
    width: 25%; } }
  @media (max-width: 768px) {
  .cookie-message {
    width: 100%;
    bottom: 0;
    right: 0; } }
  .cookie-message .text {
    color: #333;
    font-size: 14px;
    margin: auto; }
    .cookie-message .text a {
      text-decoration: underline;
      color: #333; }
  .cookie-message .cancel {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px; }
/***************************************/
/*           DYNAMIC FONTS             */
/***************************************/
.title {
  top: 34%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 10px; }
  .title .under-4 {
    font-size: 100px; }
    @media (max-width: 767px) {
  .title .under-4 {
    font-size: 60px;
    line-height: 60px; } }
  .title .under-7 {
    font-size: 60px;
    line-height: 50px; }
    @media (max-width: 767px) {
  .title .under-7 {
    font-size: 60px;
    line-height: 60px; } }
  .title .under-12 {
    font-size: 60px;
    line-height: 50px; }
    @media (max-width: 767px) {
  .title .under-12 {
    font-size: 40px;
    line-height: 42px; } }
  .title .under-20 {
    font-size: 42px;
    line-height: 44px; }
    @media (max-width: 767px) {
  .title .under-20 {
    font-size: 30px;
    line-height: 30px; } }
  .title .under-30 {
    top: 34%;
    font-size: 44px;
    line-height: 44px; }
    @media (max-width: 767px) {
  .title .under-30 {
    font-size: 30px;
    line-height: 32px; } }
  .title .under-40 {
    font-size: 38px;
    line-height: 40px; }
    @media (max-width: 767px) {
  .title .under-40 {
    font-size: 20px;
    line-height: 20px; } }
  .title .upper-41 {
    font-size: 33px;
    line-height: 36px; }
    @media (max-width: 767px) {
  .title .upper-41 {
    font-size: 20px;
    line-height: 20px; } }

.under-4-focus {
  font-size: 230px; }
  @media (max-width: 767px) {
  .under-4-focus {
    font-size: 60px;
    line-height: 60px; } }

.under-7-focus {
  font-size: 230px; }
  @media (max-width: 767px) {
  .under-7-focus {
    font-size: 60px;
    line-height: 60px; } }

.under-12-focus {
  font-size: 160px;
  line-height: 162px; }
  @media (max-width: 767px) {
  .under-12-focus {
    font-size: 50px;
    line-height: 50px; } }

.under-20-focus {
  font-size: 170px;
  line-height: 172px; }
  @media (max-width: 767px) {
  .under-20-focus {
    font-size: 45px;
    line-height: 45px; } }

.under-30-focus {
  top: 34%;
  font-size: 90px;
  line-height: 90px; }
  @media (max-width: 767px) {
  .under-30-focus {
    font-size: 40px;
    line-height: 40px; } }

.under-40-focus {
  top: 34%;
  font-size: 85px;
  line-height: 85px; }
  @media (max-width: 767px) {
  .under-40-focus {
    font-size: 40px;
    line-height: 40px; } }

.upper-41-focus {
  font-size: 100px;
  line-height: 100px; }
  @media (max-width: 767px) {
  .upper-41-focus {
    font-size: 20px;
    line-height: 20px; } }

/** DEVICES **/
/** COLORS **/
/* Vert */
/* Orange */
/** FONTS **/
.o-footer {
  height: 540px;
  background: #000;
  color: #fff;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  position: relative; }
  @media (max-width: 767px) {
  .o-footer {
    height: 310px;
    font-size: 8px;
    line-height: 13px; } }
  .o-footer_content {
    width: 1545px;
    margin: 0 auto;
    padding: 55px 0 0 0;
    overflow: hidden; }
    @media (max-width: 1599px) {
  .o-footer_content {
    width: 1000px; } }
    @media (max-width: 1023px) {
  .o-footer_content {
    width: 700px; } }
    @media (max-width: 767px) {
  .o-footer_content {
    width: 320px;
    padding: 30px 0; } }
  .o-footer_block {
    float: left; }
  .o-footer_left {
    width: 1045px;
    text-align: center; }
    @media (max-width: 1599px) {
  .o-footer_left {
    width: 650px; } }
    @media (max-width: 1023px) {
  .o-footer_left {
    width: 100%; } }
    .o-footer_left_img {
      width: 140px; }
      @media (max-width: 1023px) {
 }
      @media (max-width: 767px) {
 }
    .o-footer_left_text {
      margin-top: 45px; }
      @media (max-width: 767px) {
  .o-footer_left_text {
    margin-top: 22px; } }
    .o-footer_left_social {
      margin-top: 30px;
      height: 36px; }
      @media (max-width: 767px) {
  .o-footer_left_social {
    margin-top: 18px;
    height: 26px; } }
      .o-footer_left_social_item {
        display: inline-block;
        margin: 0 10px; }
        @media (max-width: 767px) {
  .o-footer_left_social_item {
    margin: 0 5px;
    vertical-align: middle; } }
      .o-footer_left_social_icon {
        display: block;
        height: 36px;
        width: 36px;
        background-size: 36px 36px;
        background-position: center;
        background-repeat: no-repeat; }
        @media (max-width: 767px) {
  .o-footer_left_social_icon {
    height: 22px;
    width: 22px;
    background-size: 22px 22px; } }
      .o-footer_left_social--insta {
        background-image: url(../bundles/lehubagencecomete/images/icons/instagramW.png); }
      .o-footer_left_social--tw {
        background-image: url(../bundles/lehubagencecomete/images/icons/twitterW.png); }
      .o-footer_left_social--fb {
        background-image: url(../bundles/lehubagencecomete/images/icons/facebookW.png); }
    .o-footer_left_menu {
      margin-top: 20px; }
      @media (max-width: 767px) {
  .o-footer_left_menu {
    margin-top: 7px; } }
    .o-footer_left_url {
      line-height: 36px;
      color: #fff;
      text-transform: uppercase;
      margin: 0 7px;
      display: inline-block;
      height: 36px;
      vertical-align: top; }
      @media (max-width: 767px) {
  .o-footer_left_url {
    height: 14px;
    margin: 0 4px;
    line-height: 14px;
    vertical-align: middle; } }
  .o-footer_right {
    min-height: 420px;
    width: 500px;
    padding: 65px 180px 65px 50px;
    border-left: 1px solid #fff; }
    @media (max-width: 1599px) {
  .o-footer_right {
    width: 350px;
    padding-right: 48px; } }
    @media (max-width: 1023px) {
  .o-footer_right {
    display: none; } }
    .o-footer_right_text {
      margin-top: 35px;
      margin-bottom: 20px;
      line-height: 22px; }
    .o-footer_right_url {
      color: #fff;
      text-decoration: underline; }

/** DEVICES **/
/** COLORS **/
/* Vert */
/* Orange */
/** FONTS **/
.o-hearder {
  position: relative;
  z-index: 102; }
  .o-hearder .separator-menu {
    height: 4px;
    background-color: #000;
    width: 90%;
    height: 2px;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 20px; }
  .o-hearder .black-up-menu {
    background-color: black !important; }
    .o-hearder .black-up-menu a {
      color: white !important; }
  .o-hearder .o-header_top {
    position: fixed;
    top: 0;
    width: 100%;
    height: 30px;
    text-align: right;
    overflow: hidden;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: bold;
    background: #fff; }
    @media (max-width: 767px) {
  .o-hearder .o-header_top {
    display: none; } }
    .o-hearder .o-header_top .o-header_top_url {
      line-height: 30px;
      height: 30px;
      font-size: 14px;
      box-sizing: border-box;
      padding: 7px;
      padding-right: 20px; }
    .o-hearder .o-header_top .o-header_top_pdf {
      color: #000;
      background: url(../bundles/lehubagencecomete/images/icons/cross-gold.png) no-repeat;
      background-size: 14px 17px;
      background-position: left 15px center;
      padding-left: 40px; }
    .o-hearder .o-header_top .o-header_top_billeterie {
      color: #fff;
      background: url(../bundles/lehubagencecomete/images/icons/ticket-gold.svg) no-repeat #d4be52;
      background-size: 22px 22px;
      background-position: left 12px center;
      padding-left: 45px; }
  .o-hearder .o-header_logo {
    position: absolute;
    top: -80px;
    left: 50px;
    font-size: 0px;
    height: 173px;
    overflow: hidden; }
    @media (max-width: 1023px) {
  .o-hearder .o-header_logo {
    left: 50%;
    -moz-transform: translateX(calc(-50% - 100px));
    -o-transform: translateX(calc(-50% - 100px));
    -ms-transform: translateX(calc(-50% - 100px));
    -webkit-transform: translateX(calc(-50% - 100px));
    transform: translateX(calc(-50% - 100px)); } }
    @media (max-width: 767px) {
  .o-hearder .o-header_logo {
    top: 39px;
    height: 90px;
    -moz-transform: translateX(calc(-50% - 64px));
    -o-transform: translateX(calc(-50% - 64px));
    -ms-transform: translateX(calc(-50% - 64px));
    -webkit-transform: translateX(calc(-50% - 64px));
    transform: translateX(calc(-50% - 64px)); } }
    .o-hearder .o-header_logo .o-header_img {
      height: 140px; }
      @media (max-width: 1023px) {
  .o-hearder .o-header_logo .o-header_img {
    display: none; } }
      @media (max-width: 767px) {
  .o-hearder .o-header_logo .o-header_img {
    height: 90px;
    width: 76px; } }
      .o-hearder .o-header_logo .o-header_img--white {
        background: url(../bundles/lehubagencecomete/images/logo/black-logo.svg) no-repeat;
        background-size: cover;
        height: 100px;
        width: 100px; }
      .o-hearder .o-header_logo .o-header_img--black {
        background: url(../bundles/lehubagencecomete/images/logo/gold-logo.svg) no-repeat;
        background-size: cover;
        width: 100px;
        height: 100px; }
      .o-hearder .o-header_logo .o-header_img--full {
        background: url(../bundles/lehubagencecomete/images/logo/LOGO_COMETE.png) no-repeat;
        background-size: cover;
        width: 140px; }
  .o-hearder .home-logo-white {
    top: 68px; }
  .o-hearder .fiche-logo-white {
    top: 60px; }
  .o-hearder .o-header_menu .o-header_icon {
    z-index: 10;
    width: 70px;
    height: 23px;
    position: fixed;
    top: 60px;
    right: 28px;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer; }
    @media (max-width: 767px) {
    .o-hearder .o-header_menu .o-header_icon {
      top: 20px;
      right: 12px;
      height: 19px;
      width: 50px; } }
    .o-hearder .o-header_menu .o-header_icon span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #d4be52;
      background: -webkit-linear-gradient(left, transparent, #d4be52);
      background: -o-linear-gradient(right, transparent, #d4be52);
      background: -moz-linear-gradient(right, transparent, #d4be52);
      background: linear-gradient(right, transparent, #d4be52);
      opacity: 1;
      background-color: #d4be52 !important;
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -moz-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      -webkit-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
      .o-hearder .o-header_menu .o-header_icon span:nth-child(1) {
        top: 0px; }
      .o-hearder .o-header_menu .o-header_icon span:nth-child(2), .o-hearder .o-header_menu .o-header_icon span:nth-child(3) {
        top: 10px; }
        @media (max-width: 767px) {
    .o-hearder .o-header_menu .o-header_icon span:nth-child(2), .o-hearder .o-header_menu .o-header_icon span:nth-child(3) {
      top: 8px; } }
      .o-hearder .o-header_menu .o-header_icon span:nth-child(4) {
        top: 20px; }
        @media (max-width: 767px) {
    .o-hearder .o-header_menu .o-header_icon span:nth-child(4) {
      top: 16px; } }
    .o-hearder .o-header_menu .o-header_icon .o-header_menu_text {
      width: 100%;
      position: absolute;
      bottom: -25px;
      background: #d4be52;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-align: center;
      text-transform: uppercase;
      font-family: 'Lato', Arial, sans-serif;
      font-weight: bold; }
      .o-hearder .o-header_menu .o-header_icon .o-header_menu_text.o-header_icon--open {
        display: none; }
    .o-hearder .o-header_menu .o-header_icon--open span {
      background: #fff !important; }
      .o-hearder .o-header_menu .o-header_icon--open span:nth-child(1), .o-hearder .o-header_menu .o-header_icon--open span:nth-child(4) {
        top: 10px;
        width: 0%;
        left: 50%; }
      .o-hearder .o-header_menu .o-header_icon--open span:nth-child(2) {
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .o-hearder .o-header_menu .o-header_icon--open span:nth-child(3) {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .o-hearder .o-header_overlay {
    width: 500px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #d4be52;
    opacity: 1;
    overflow-y: scroll;
    visibility: hidden;
    transition: visibility 0s, opacity 0.3s; }
    .o-hearder .o-header_overlay .closed-overlay {
      position: absolute;
      right: 55px; }
    @media (max-width: 767px) {
  .o-hearder .o-header_overlay {
    margin-top: 0;
    width: 320px; } }
    .o-hearder .o-header_overlay--open {
      visibility: visible;
      opacity: 1; }
    .o-hearder .o-header_overlay .o-header_overlay_content {
      margin: 135px 0 50px 30px; }
    @media (max-width: 767px) {
    .o-hearder .o-header_overlay .o-header_overlay_content {
      margin: 72px 0 0px 7px; } }
    .o-hearder .o-header_overlay .o-header_overlay_content .o-header_item {
      display: inline-block;
      font-family: 'Lato', Arial, sans-serif;
      font-weight: 300;
      color: #d4be52;
      text-transform: uppercase;
      font-family: 'Cako-Black';
      font-size: 30px;
      padding: 10px;
      background: black;
      margin-bottom: 10px; }
      .o-hearder .o-header_overlay .o-header_overlay_content .o-header_item:hover {
        color: white; }
      @media (max-width: 767px) {
    .o-hearder .o-header_overlay .o-header_overlay_content .o-header_item {
      font-size: 18px;
      padding: 14px; } }
    .o-hearder .o-header_overlay .o-header_overlay_social {
      margin-left: 20px; }
    .o-hearder .o-header_overlay .o-header_overlay_social .o-header_social {
      display: block;
      font-family: 'Lato', Arial, sans-serif;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      font-size: 26px;
      margin-bottom: 20px; }
      .o-hearder .o-header_overlay .o-header_overlay_social .o-header_social--icon {
        display: block;
        float: left;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        margin-right: 10px;
        background-size: 45px 45px;
        background-position: center;
        background-repeat: no-repeat; }
      @media (max-width: 767px) {
      .o-hearder .o-header_overlay .o-header_overlay_social .o-header_social--icon {
        height: 34px;
        width: 34px;
        background-size: 34px 34px; } }
      .o-hearder .o-header_overlay .o-header_overlay_social .o-header_social--ticket {
        background-image: url(../bundles/lehubagencecomete/images/icons/ticket-black.svg); }
      .o-hearder .o-header_overlay .o-header_overlay_social .o-header_social--mail {
        background-image: url(../bundles/lehubagencecomete/images/icons/mail-black.svg); }
      .o-hearder .o-header_overlay .o-header_overlay_social .o-header_social--booking {
        background-image: url(../bundles/lehubagencecomete/images/icons/ticket-black.svg); }
      .o-hearder .o-header_overlay .o-header_overlay_social .o-header_social--tw {
        background-image: url(../bundles/lehubagencecomete/images/icons/twitter-black.svg); }
      .o-hearder .o-header_overlay .o-header_overlay_social .o-header_social--fb {
        background-image: url(../bundles/lehubagencecomete/images/icons/facebook-black.svg); }
      .o-hearder .o-header_overlay .o-header_overlay_social .o-header_social--in {
        background-image: url(../bundles/lehubagencecomete/images/icons/insta-black.svg); }
      .o-hearder .o-header_overlay .o-header_overlay_social .o-header_social--text {
        display: inline-block;
        margin: 0;
        line-height: 45px; }
      @media (max-width: 767px) {
      .o-hearder .o-header_overlay .o-header_overlay_social .o-header_social--text {
        line-height: 34px;
        font-size: 18px; } }

.o-search {
  width: calc(100% - 50px);
  margin: 0 auto;
  position: relative;
  margin-bottom: 3rem; }
  .o-search input {
    border: none; }
  .o-search input[type="text"] {
    width: 100%;
    background: #beab4b;
    height: 42px;
    line-height: 42px;
    padding: 18px;
    font-size: 26px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 300;
    color: black; }
  .o-search input[type="submit"] {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 0;
    transform: translate(0%, 50%);
    visibility: hidden; }
  .o-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700; }
  .o-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700; }
  .o-search :-ms-input-placeholder {
    /* IE 10+ */
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700; }
  .o-search :-moz-placeholder {
    /* Firefox 18- */
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700; }
  .o-search_small {
    width: 502px;
    margin: 0;
    display: block; }
    @media (max-width: 767px) {
  .o-search_small {
    width: 297px; } }
    .o-search_small input[type="text"] {
      font-size: 18px;
      line-height: 35px;
      height: 35px; }
    .o-search_small input[type="submit"] {
      width: 22px;
      height: 22px;
      background-size: 20px 20px;
      top: -2px; }

.title-fiche-logo {
  top: 120px;
  z-index: 1; }
  @media (max-width: 767px) {
  .title-fiche-logo {
    top: 66px; } }

/** DEVICES **/
/** COLORS **/
/* Vert */
/* Orange */
/** FONTS **/
.o-timelineContainer {
  position: absolute;
  top: 90%;
  display: block;
  bottom: 20px;
  width: 100%;
  z-index: 100; }
  .o-timelineContainer.open .o-timeline-content .o-timeline {
    background: rgba(0, 0, 0, 0.7); }
    .o-timelineContainer.open .o-timeline-content .o-timeline .o-timeline__slider .o-timeline__day.selected {
      background: #282828; }
  .o-timelineContainer .o-timeline-content {
    min-height: 45px;
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 1275px;
    width: 90%; }
    .o-timelineContainer .o-timeline-content .o-timeline-dayProg {
      display: none; }
    .o-timelineContainer .o-timeline-content .o-timeline-dayProg.show {
      display: block; }
    .o-timelineContainer .o-timeline-content .o-timeline-dayProg .o-dayProg__close {
      background: rgba(0, 0, 0, 0.2);
      text-align: right;
      height: 30px;
      width: 30px;
      display: inline-block; }
    .o-timelineContainer .o-timeline-content .o-timeline-dayProg .o-dayProg__close img {
      width: 20px;
      height: 20px;
      margin: 5px; }
    .o-timelineContainer .o-timeline-content .o-timeline-dayProg .o-dayProg__block {
      width: 100%; }
    .o-timelineContainer .o-timeline-content .o-timeline-dayProg .o-dayProg__block .o-dayProg__table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0 1px; }
      .o-timelineContainer .o-timeline-content .o-timeline-dayProg .o-dayProg__block .o-dayProg__table .o-dayProg-date {
        box-sizing: border-box;
        height: 45px;
        background: #d4be52; }
        .o-timelineContainer .o-timeline-content .o-timeline-dayProg .o-dayProg__block .o-dayProg__table .o-dayProg-date--cinema {
          background: #282828; }
        .o-timelineContainer .o-timeline-content .o-timeline-dayProg .o-dayProg__block .o-dayProg__table .o-dayProg-date .o-date__hour {
          max-width: 70px;
          width: 5.5%;
          text-align: center; }
        .o-timelineContainer .o-timeline-content .o-timeline-dayProg .o-dayProg__block .o-dayProg__table .o-dayProg-date .o-date__type {
          max-width: 200px;
          width: 15.5%; }
        .o-timelineContainer .o-timeline-content .o-timeline-dayProg .o-dayProg__block .o-dayProg__table .o-dayProg-date .o-date__billet {
          max-width: 50px;
          width: 4%;
          text-align: center; }
          .o-timelineContainer .o-timeline-content .o-timeline-dayProg .o-dayProg__block .o-dayProg__table .o-dayProg-date .o-date__billet img {
            width: 30px;
            height: 30px; }
        .o-timelineContainer .o-timeline-content .o-timeline-dayProg .o-dayProg__block .o-dayProg__table .o-dayProg-date .o-date__title {
          max-width: 955px;
          width: 70%; }
        .o-timelineContainer .o-timeline-content .o-timeline-dayProg .o-dayProg__block .o-dayProg__table .o-dayProg-date a {
          color: #fff;
          font-family: 'Lato', Arial, sans-serif;
          font-weight: bold;
          font-size: 16px;
          text-transform: uppercase; }
        .o-timelineContainer .o-timeline-content .o-timeline-dayProg .o-dayProg__block .o-dayProg__table .o-dayProg-date.o-dayProg-color {
          background: #d4be52; }
    .o-timelineContainer .o-timeline-content .o-timeline {
      box-sizing: border-box;
      background: rgba(0, 0, 0, 0.2);
      color: #fff;
      height: 45px;
      line-height: 45px; }
    .o-timelineContainer .o-timeline-content .o-timeline .o-timeline__month, .o-timelineContainer .o-timeline-content .o-timeline .o-timeline__slider .o-timeline__day {
      float: left;
      font-family: 'Lato', Arial, sans-serif;
      font-weight: bold;
      font-size: 16px;
      text-transform: uppercase;
      padding: 0 15px; }
    .o-timelineContainer .o-timeline-content .o-timeline .o-timeline__slider {
      max-height: 45px;
      overflow: hidden; }
    .o-timelineContainer .o-timeline-content .o-timeline .o-timeline__slider .o-timeline__day {
      outline: none;
      cursor: pointer; }
      .o-timelineContainer .o-timeline-content .o-timeline .o-timeline__slider .o-timeline__day.active {
        text-decoration: underline; }
    .o-timelineContainer .o-timeline-content .o-timeline .fancy-select {
      height: 45px;
      width: 150px;
      padding: 0;
      text-align: center;
      background: none;
      float: left;
      font-family: 'Lato', Arial, sans-serif;
      font-weight: bold;
      font-size: 16px; }
    .o-timelineContainer .o-timeline-content .o-timeline .fancy-select .trigger {
      width: 100%;
      background: none;
      padding: 0;
      height: 45px;
      box-shadow: none; }
      .o-timelineContainer .o-timeline-content .o-timeline .fancy-select .trigger:after {
        top: 19px; }
    .o-timelineContainer .o-timeline-content .o-timeline .fancy-select ul.options {
      top: -200px;
      width: 150px; }
      .o-timelineContainer .o-timeline-content .o-timeline .fancy-select ul.options.open {
        top: -200px;
        width: 150px; }
      .o-timelineContainer .o-timeline-content .o-timeline .fancy-select ul.options li {
        height: 30px;
        padding: 0;
        line-height: 30px; }
        .o-timelineContainer .o-timeline-content .o-timeline .fancy-select ul.options li.selected {
          background: rgba(125, 125, 125, 0.5); }
    .o-timelineContainer .o-timeline-content .o-timeline .slick-list {
      max-width: 1045px;
      width: calc(100% - 230px);
      overflow: hidden;
      float: left; }
    .o-timelineContainer .o-timeline-content .o-timeline .slick-arrow {
      background-size: 9px 10px;
      background-position: center;
      background-repeat: no-repeat;
      float: left;
      width: 40px;
      font-size: 0;
      height: 45px;
      background-color: transparent;
      border: none; }
    .o-timelineContainer .o-timeline-content .o-timeline .slick-arrow.slick-next {
      outline: none;
      background-image: url(../bundles/lehubagencecomete/images/icons/arrowNext.png); }
    .o-timelineContainer .o-timeline-content .o-timeline .slick-arrow.slick-prev {
      outline: none;
      background-image: url(../bundles/lehubagencecomete/images/icons/arrowPrev.png); }
    .o-timelineContainer .o-timeline-content .o-timeline .slick-arrow.slick-disabled {
      opacity: 0.3; }

@font-face {
  font-family: 'Cako-Black';
  src: url('../bundles/lehubagencecomete/fonts/Cako-Black.otf');
  src: url('../bundles/lehubagencecomete/fonts/Cako-Black.eot') format('embedded-opentype'), url('../bundles/lehubagencecomete/fonts/Cako-Black.woff') format('woff'), url('../bundles/lehubagencecomete/fonts/Cako-Black.woff2');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Cako-Black-Italic';
  src: url('../bundles/lehubagencecomete/fonts/Cako-BlackItalic.otf');
  src: url('../bundles/lehubagencecomete/fonts/Cako-BlackItalic.eot') format('embedded-opentype'), url('../bundles/lehubagencecomete/fonts/Cako-BlackItalic.woff') format('woff'), url('../bundles/lehubagencecomete/fonts/Cako-BlackItalic.woff2');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Mayton';
  src: url('../bundles/lehubagencecomete/fonts/Mayton.eot');
  src: url('../bundles/lehubagencecomete/fonts/Mayton.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencecomete/fonts/Mayton.woff') format('woff'), url('../bundles/lehubagencecomete/fonts/Mayton.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }
/** ROBOTO SLAM **/
@font-face {
  font-family: 'Roboto Slab';
  src: url('../bundles/lehubagencecomete/fonts/RobotoSlab-Regular.eot');
  src: url('../bundles/lehubagencecomete/fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencecomete/fonts/RobotoSlab-Regular.woff') format('woff'), url('../bundles/lehubagencecomete/fonts/RobotoSlab-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }
/** ROBOTO **/
@font-face {
  font-family: 'Roboto';
  src: url('../bundles/lehubagencecomete/fonts/Roboto-Regular.eot');
  src: url('../bundles/lehubagencecomete/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencecomete/fonts/Roboto-Regular.woff') format('woff'), url('../bundles/lehubagencecomete/fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url('../bundles/lehubagencecomete/fonts/Roboto-Black.eot');
  src: url('../bundles/lehubagencecomete/fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencecomete/fonts/Roboto-Black.woff') format('woff'), url('../bundles/lehubagencecomete/fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal; }
/** LATO **/
@font-face {
  font-family: 'Lato';
  src: url('../bundles/lehubagencecomete/fonts/Lato-Black.eot');
  src: url('../bundles/lehubagencecomete/fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencecomete/fonts/Lato-Black.woff') format('woff'), url('../bundles/lehubagencecomete/fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url('../bundles/lehubagencecomete/fonts/Lato-BlackItalic.eot');
  src: url('../bundles/lehubagencecomete/fonts/Lato-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencecomete/fonts/Lato-BlackItalic.woff') format('woff'), url('../bundles/lehubagencecomete/fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic; }

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

@font-face {
  font-family: 'Lato';
  src: url('../bundles/lehubagencecomete/fonts/Lato-BoldItalic.eot');
  src: url('../bundles/lehubagencecomete/fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencecomete/fonts/Lato-BoldItalic.woff') format('woff'), url('../bundles/lehubagencecomete/fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

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

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

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

@font-face {
  font-family: 'Lato';
  src: url('../bundles/lehubagencecomete/fonts/Lato-LightItalic.eot');
  src: url('../bundles/lehubagencecomete/fonts/Lato-LightItalic.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencecomete/fonts/Lato-LightItalic.woff') format('woff'), url('../bundles/lehubagencecomete/fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url('../bundles/lehubagencecomete/fonts/Lato-Hairline.eot');
  src: url('../bundles/lehubagencecomete/fonts/Lato-Hairline.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencecomete/fonts/Lato-Hairline.woff') format('woff'), url('../bundles/lehubagencecomete/fonts/Lato-Hairline.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url('../bundles/lehubagencecomete/fonts/Lato-HairlineItalic.eot');
  src: url('../bundles/lehubagencecomete/fonts/Lato-HairlineItalic.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagencecomete/fonts/Lato-HairlineItalic.woff') format('woff'), url('../bundles/lehubagencecomete/fonts/Lato-HairlineItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic; }

/** DEVICES **/
/** COLORS **/
/* Vert */
/* Orange */
/** FONTS **/
.o-list-intro {
  margin-top: 98px;
  margin-left: 47px;
  width: 963px; }
  @media (max-width: 1023px) {
  .o-list-intro {
    width: 688px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; } }
  @media (max-width: 767px) {
  .o-list-intro {
    width: 297px;
    margin-top: 0;
    padding-top: 62px; } }
  .o-list-intro_subtitle {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    color: #252525; }
    @media (max-width: 767px) {
  .o-list-intro_subtitle {
    font-size: 30px; } }
  .o-list-intro_title {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 32px;
    position: absolute;
    z-index: 10000; }
    @media (max-width: 767px) {
  .o-list-intro_title {
    font-size: 40px; } }
  .o-list-intro_chapeau, .o-list-intro_text {
    font-family: 'Roboto', Arial, serif;
    font-size: 18px;
    line-height: 24px;
    color: #252525;
    font-weight: normal;
    text-align: left; }
    @media (max-width: 767px) {
  .o-list-intro_chapeau, .o-list-intro_text {
    font-size: 11px;
    line-height: normal; } }
  .o-list-intro_chapeau {
    font-weight: bold;
    margin-bottom: 26px; }
    @media (max-width: 767px) {
  .o-list-intro_chapeau {
    margin-bottom: 14px; } }



/** DEVICES **/
/** COLORS **/
/* Vert */
/* Orange */
/** FONTS **/

/** DEVICES **/
/** COLORS **/
/* Vert */
/* Orange */
/** FONTS **/
.o-home-mobile_logo {
  display: none;
  position: relative;
  text-align: center;
  padding-top: 46px; }
  @media (max-width: 1023px) {
  .o-home-mobile_logo {
    display: block; } }
  @media (max-width: 767px) {
  .o-home-mobile_logo {
    padding-top: 39px; } }
  .o-home-mobile_logo img {
    height: auto;
    width: 310px; }
    @media (max-width: 767px) {
  .o-home-mobile_logo img {
    width: 179px; } }

.o-home_focus {
  width: 100%;
  height: 100vh;
  position: relative; }
  .o-home_focus_mobile {
    display: none; }
  @media (max-width: 1023px) {
  .o-home_focus {
    display: none; }
    .o-home_focus_mobile {
      display: block;
      margin: 0 auto; }
      .o-home_focus_mobile.o-itemSmall {
        float: none;
        height: 335px; } }

.container-main-list {
  background: white;
  position: relative; }

.o-home_mainList {
  position: relative;
  background-color: white;
  padding: 35px 0 30px 0;
  width: 1506px;
  margin: 0 auto;
  margin-bottom: -0.5rem; }
  @media (max-width: 1599px) {
  .o-home_mainList {
    width: 100%; } }
  @media (max-width: 1023px) {
  .o-home_mainList {
    padding-top: 0; } }
  .o-home_mainList .o-home_prog {
    font-family: 'Lato', Arial, sans-serif;
    text-align: center;
    margin-top: 30px; }
    .o-home_mainList .o-home_prog .o-prog_title {
      font-size: 16px;
      font-family: 'Lato', Arial, sans-serif;
      font-weight: normal;
      color: #252525;
      margin-bottom: 15px; }
      @media (max-width: 1023px) {
  .o-home_mainList .o-home_prog .o-prog_title {
    display: none; } }
    .o-home_mainList .o-home_prog .o-prog_content {
      margin-bottom: 25px; }
      @media (max-width: 1023px) {
  .o-home_mainList .o-home_prog .o-prog_content {
    display: none; } }
      .o-home_mainList .o-home_prog .o-prog_content .o-prog_url {
        color: #676767;
        font-size: 22px;
        font-weight: 300;
        text-decoration: underline;
        text-transform: uppercase;
        margin: 0 20px;
        font-family: 'Lato', Arial, sans-serif; }
        .o-home_mainList .o-home_prog .o-prog_content .o-prog_url:hover {
          color: #d4be52; }
    .o-home_mainList .o-home_prog .o-prog_mobile-link {
      display: none;
      font-size: 18px;
      text-decoration: underline;
      font-weight: bold;
      color: #252525;
      margin-bottom: 26px; }
      @media (max-width: 1023px) {
  .o-home_mainList .o-home_prog .o-prog_mobile-link {
    display: block; } }
      @media (max-width: 767px) {
  .o-home_mainList .o-home_prog .o-prog_mobile-link {
    font-size: 9px;
    margin-bottom: 13px; } }

.o-home_cinema {
  position: relative;
  padding: 30px 0 0 0;
  width: 100%;
  background: #367e91; }
  @media (max-width: 767px) {
  .o-home_cinema {
    padding: 40px 0; } }
  .o-home_cinema .o-home_cinema_titre {
    font-family: 'Lato', Arial, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: normal; }
    @media (max-width: 767px) {
  .o-home_cinema .o-home_cinema_titre {
    font-size: 21px;
    line-height: 34px; } }
    .o-home_cinema .o-home_cinema_titre span {
      display: block;
      font-size: 40px;
      font-family: 'Cako-Black';
      line-height: 48px; }
      @media (max-width: 767px) {
  .o-home_cinema .o-home_cinema_titre span {
    font-size: 62px; } }
  .o-home_cinema .o-movieList {
    width: 1200px;
    margin: 30px auto 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1200px) {
  .o-home_cinema .o-movieList {
    width: 1000px;
    margin: 0 auto;
    overflow: visible; } }
    @media (max-width: 1023px) {
  .o-home_cinema .o-movieList {
    width: 502px; } }
    @media (max-width: 767px) {
  .o-home_cinema .o-movieList {
    margin: 20px auto;
    width: 100%; } }
    @media (min-width: 1024px) {
  .o-home_cinema .o-movieList {
    padding-bottom: 2rem; } }
    .o-home_cinema .o-movieList .slick-arrow {
      width: 42px;
      height: 42px;
      font-size: 0px;
      background-color: transparent;
      background-image: url(../bundles/lehubagencecomete/images/icons/arrow.png);
      background-size: 42px 42px;
      border: none;
      position: absolute;
      top: 150px;
      z-index: 10; }
      @media (max-width: 767px) {
  .o-home_cinema .o-movieList .slick-arrow {
    top: 73px; } }
    .o-home_cinema .o-movieList .slick-prev {
      left: 0px;
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
      @media (max-width: 767px) {
  .o-home_cinema .o-movieList .slick-prev {
    left: 9px; } }
    .o-home_cinema .o-movieList .slick-next {
      right: 9px; }
    .o-home_cinema .o-movieList .slick-disabled {
      opacity: 0.5; }

.o-itemBig .o-item_sstitle {
  font-size: 26px !important; }

/** DEVICES **/
/** COLORS **/
/* Vert */
/* Orange */
/** FONTS **/
.o-list-passed {
  overflow: hidden; }

.o-itemList {
  width: 1200px;
  margin: 0 auto; }
  @media (min-width: 1601px) {
  .o-itemList {
    overflow: visible;
    margin: 0 auto; } }
  @media (max-width: 1200px) {
  .o-itemList {
    width: 1000px;
    margin: 0 auto;
    overflow: visible; } }
  @media (max-width: 1023px) {
  .o-itemList {
    width: 502px; } }
  @media (max-width: 767px) {
  .o-itemList {
    width: 297px; } }

.o-item {
  text-align: center;
  padding-top: 19px;
  transition-duration: 1s; }
  .o-item_url {
    transition-duration: 1s;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
  .o-item:hover .main-card-focus .o-item_content--hide {
    opacity: 1;
    visibility: visible; }
  .o-item:hover .card-hover:after {
    position: absolute;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #e94664;
    mix-blend-mode: multiply; }
    .o-item:hover .card-hover .o-item_content--bg {
      transform: scale(1.2); }
    .o-item:hover .card-hover .o-item_tags {
      opacity: 0;
      visibility: hidden; }
    .o-item:hover .card-hover .o-item_content--hide {
      opacity: 1;
      visibility: visible;
      transform: translate(0px, -30px); }
    .o-item:hover .card-hover .o-item_content--show {
      opacity: 0;
      visibility: hidden; }
    .o-item:hover .card-hover .o-item_sstitle {
      opacity: 0;
      visibility: hidden; }
    .o-item_content {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      color: #fff; }
    .o-item_content span {
      display: block; }
    .o-item_content--bg {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      transition-duration: 1s; }
    .o-item_content .o-item_title {
      opacity: 1;
      margin-bottom: 1rem;
      z-index: 100;
      visibility: visible;
      transition: visibility 0s, opacity 0.3s; }
    .o-item_content .o-item_sstitle {
      opacity: 1;
      visibility: visible;
      transition: visibility 0s, opacity 0.3s; }
    .o-item_content .o-item_info {
      opacity: 1;
      visibility: visible;
      transition: visibility 0s, opacity 0.3s; }
    .o-item_content--hide {
      transition-duration: 1s;
      opacity: 0; }
    .o-item_content--show {
      opacity: 1;
      visibility: visible;
      transition: visibility 0s, opacity 0.3s; }
    .o-item_content--play {
      background-image: url(../bundles/lehubagencecomete/images/icons/playSmall.png);
      background-position: center;
      background-repeat: no-repeat; }
    @media (max-width: 767px) {
    .o-item_content--play {
      background-size: cover; } }
  .o-item_text {
    position: relative; }
  .o-item_title {
    font-family: 'Cako-Black';
    font-weight: normal; }
  .o-item_info {
    text-transform: uppercase;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 900; }
  .o-item_sstitle {
    text-transform: uppercase;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: bold; }
  .o-item_icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0px 5px;
    background-size: 45px 45px;
    background-position: center;
    background-repeat: no-repeat; }
    .o-item_icon--ticket {
      background-image: url(../bundles/lehubagencecomete/images/icons/ticket-gold.svg); }
    .o-item_icon--more {
      background-image: url(../bundles/lehubagencecomete/images/icons/cross-red.svg); }
  .o-item_tags {
    position: absolute;
    right: 0px;
    text-align: right; }
  .o-item_tag {
    position: relative; }
    .o-item_tag--child {
      color: #e94664;
      right: 10px;
      top: 10px;
      margin-bottom: -10px;
      font-family: 'Lato', Arial, sans-serif;
      font-weight: bold;
      color: white;
      background: #e94664;
      padding: 4px; }
    @media (max-width: 767px) {
    .o-item_tag--child {
      font-size: 18px;
      top: 5px;
      margin-bottom: -4px; } }
    .o-item_tag--cat {
      color: #fff;
      text-transform: uppercase;
      font-family: 'Lato', Arial, sans-serif;
      font-weight: 900;
      font-size: 16px;
      right: 2px; }
    @media (max-width: 767px) {
    .o-item_tag--cat {
      font-size: 9px; } }

.o-itemBig {
  padding: 0; }
  .o-itemBig .o-item_text {
    width: 1200px;
    margin: 0 auto;
    top: 60%;
    transform: translateY(-50%);
    max-width: 90%; }
    @media (max-width: 767px) {
  .o-itemBig .o-item_text {
    position: absolute;
    left: 50%;
    top: initial;
    bottom: 12px;
    transform: translateX(-50%); } }
  .o-itemBig .o-item_title {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
  .o-itemBig .o-item_title {
    margin-bottom: 22px;
    font-size: 32px; } }
  .o-itemBig .o-item_info {
    font-size: 16px;
    margin-bottom: 3px; }
    @media (max-width: 767px) {
  .o-itemBig .o-item_info {
    font-size: 9px; } }
  .o-itemBig .o-item_sstitle {
    font-size: 18px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
  .o-itemBig .o-item_sstitle {
    font-size: 15px;
    margin-bottom: 12px; } }
  .o-itemBig .o-item_icon {
    margin: 25px 5px 0px 5px; }
  @media (max-width: 767px) {
    .o-itemBig .o-border {
      width: 136px; } }

.o-itemSmall {
  border: 10px solid transparent;
  width: 400px;
  height: 335px;
  float: left;
  transition-duration: 1s; }
  @media (max-width: 1200px) {
  .o-itemSmall {
    width: 500px; } }
  @media (max-width: 767px) {
  .o-itemSmall {
    width: 297px;
    height: 198px; } }
  @media (max-width: 480px) {
  .o-itemSmall {
    width: 297px; } }
  .o-itemSmall .o-item_text {
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    z-index: 10; }
    .o-itemSmall .o-item_text .o-item_text__bloc {
      padding: 1rem; }
    @media (max-width: 767px) {
 }
  .o-itemSmall .o-item_info {
    font-size: 14px;
    bottom: 90px; }
    @media (max-width: 767px) {
  .o-itemSmall .o-item_info {
    font-size: 8px;
    bottom: 42px; } }
  .o-itemSmall .o-item_sstitle {
    font-size: 20px;
    bottom: 60px; }
    @media (max-width: 767px) {
  .o-itemSmall .o-item_sstitle {
    font-size: 13px;
    bottom: 24px; } }
  .o-itemSmall .o-border {
    bottom: 30px; }
    @media (max-width: 767px) {
  .o-itemSmall .o-border {
    width: 121px;
    bottom: 15px; } }
  .o-itemSmall .o-item_icons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100; }
  .o-itemSmall .o-border, .o-itemSmall .o-item_sstitle, .o-itemSmall .o-item_info {
    left: 0;
    right: 0; }

.o-itemMedium {
  width: 1023px; }
  @media (max-width: 1023px) {
  .o-itemMedium {
    width: 502px; } }
  @media (max-width: 767px) {
  .o-itemMedium {
    height: 198px;
    width: 297px; } }
  .o-itemMedium .o-item_text {
    width: 800px; }
    @media (max-width: 1023px) {
  .o-itemMedium .o-item_text {
    width: 90%; } }

.o-itemNews .o-item_url:hover .o-item_content {
  color: #fff; }
  .o-itemNews .o-item_url:hover .o-border {
    background: #fff;
    background: -webkit-linear-gradient(left, transparent, #fff);
    background: -o-linear-gradient(right, transparent, #fff);
    background: -moz-linear-gradient(right, transparent, #fff);
    background: linear-gradient(right, transparent, #fff); }
  .o-itemNews .o-item_content {
    color: #367e91; }
  .o-itemNews .o-item_title {
    font-size: 40px !important;
    top: 100px; }
  @media (max-width: 767px) {
    .o-itemNews .o-item_title {
      font-size: 44px !important;
      top: 58px; } }
  .o-itemNews .o-item_sstitle {
    font-weight: 900;
    font-size: 20px;
    top: 150px; }
  @media (max-width: 767px) {
    .o-itemNews .o-item_sstitle {
      font-size: 13px;
      top: 92px; } }
  .o-itemNews .o-item_info {
    font-weight: bold;
    font-size: 18px;
    text-transform: none;
    top: 175px; }
  @media (max-width: 767px) {
    .o-itemNews .o-item_info {
      font-size: 11px;
      top: 110px; } }
  @media (max-width: 767px) {
    .o-itemNews .o-border {
      bottom: 4px; } }
  .o-itemNews .o-border:nth-child(1) {
    top: 30px; }
  @media (max-width: 767px) {
    .o-itemNews .o-border:nth-child(1) {
      top: 6px; } }

.o-itemDoc .o-item_sstitle {
  font-weight: 900;
  font-size: 18px;
  text-transform: none; }
  @media (max-width: 767px) {
    .o-itemDoc .o-item_sstitle {
      font-size: 13px; } }

.noresize {
  width: 502px !important; }
  @media (max-width: 767px) {
  .noresize {
    width: 297px !important; } }

.o-itemMovie {
  width: 300px;
  height: 400px;
  float: left;
  border: 10px solid transparent; }
  .o-itemMovie--black {
    height: 435px; }
  @media (max-width: 1200px) {
  .o-itemMovie {
    width: 333px;
    overflow: visible; } }
  @media (max-width: 1020px) {
  .o-itemMovie {
    width: 502px; } }
  @media (max-width: 768px) {
  .o-itemMovie {
    margin: 0 auto;
    width: 502px; } }
  @media (max-width: 480px) {
  .o-itemMovie {
    margin: 0 auto;
    height: 400px;
    width: 297px; }
    .o-itemMovie--black {
      height: 435px; } }
  .o-itemMovie--black .o-item_content {
    color: #252525; }
  .o-itemMovie--black .o-item_cal_hour {
    color: #fff;
    font-size: 12px; }
  .o-itemMovie .o-item_content {
    height: 156px; }
  @media (max-width: 767px) {
    .o-itemMovie .o-item_content {
      height: 166px; } }
  @media (max-width: 1023px) {
      .o-itemMovie .o-item_content--overlay {
        display: none; } }
  .o-itemMovie .o-item_content--out {
    height: 120px;
    top: 160px; }
  @media (max-width: 767px) {
      .o-itemMovie .o-item_content--out {
        height: auto;
        top: 166px; } }
  @media (max-width: 767px) {
    .o-itemMovie .o-item_text {
      padding: 14px 30px; } }
  .o-itemMovie .o-item_title, .o-itemMovie .o-item_sstitle {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase !important;
    font-family: 'Lato', Arial, sans-serif;
    margin-top: 5px; }
  @media (max-width: 767px) {
    .o-itemMovie .o-item_title, .o-itemMovie .o-item_sstitle {
      font-size: 11px; } }
  .o-itemMovie .o-item_title {
    font-size: 24px;
    font-family: 'Cako-Black';
    z-index: 100; }
  .o-itemMovie .o-item_cal {
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    margin-left: auto;
    padding: 0 1rem;
    margin-right: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
    top: 100%; }
  .o-itemMovie .o-item_cal_date {
    float: left;
    width: 42px;
    margin-right: 20px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    z-index: 100; }
  .o-itemMovie .o-item_cal_date:last-child {
    margin-right: 0; }
  .o-itemMovie .o-item_cal_date p {
    width: 30px;
    font-family: 'Lato', Arial, sans-serif;
    line-height: 25px;
    color: white; }
  .o-itemMovie .o-item_cal .black p {
    width: 30px;
    font-family: 'Lato', Arial, sans-serif;
    line-height: 25px;
    color: black; }
  .o-itemMovie .o-item_cal_day {
    color: #252525;
    font-size: 18px;
    line-height: 28px;
    display: grid;
    font-size: 14px;
    border-bottom: solid 1px white; }
  .o-itemMovie .o-item_cal_day span {
    font-size: 25px; }
  .o-itemMovie .o-item_cal_hour {
    font-size: 12px;
    line-height: 18px;
    line-height: 15px; }
  .o-itemMovie .o-item_icon {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    bottom: 10px;
    margin: 0 auto; }

.title-movies-bloc--gold {
  color: #d4be52; }
  .title-movies-bloc--black {
    color: black; }
  .title-movies-bloc--pink {
    color: #f26d6d; }

.bloc-genre {
  width: calc(100% - 6px) !important; }
  .bloc-genre__title--gold {
    color: #d4be52;
    font-size: 40px;
    font-family: 'Cako-Black'; }
  .bloc-genre__title--black {
    color: black;
    font-size: 40px;
    font-family: 'Cako-Black'; }
  .bloc-genre__title--pink {
    color: #f26d6d;
    font-size: 40px;
    font-family: 'Cako-Black'; }
  .bloc-genre .item-list-ajax {
    width: calc(100% - 6px); }
  .bloc-genre__item {
    margin-bottom: 20px; }
  .bloc-genre__item .o-item_content .o-item_cal {
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
    top: 100%; }
    .bloc-genre__item .o-item_content .o-item_cal_date {
      float: left;
      width: 42px;
      margin-right: 20px;
      font-family: 'Lato', Arial, sans-serif;
      font-weight: normal; }
      .bloc-genre__item .o-item_content .o-item_cal_date:last-child {
        margin-right: 0; }
      .bloc-genre__item .o-item_content .o-item_cal_date p {
        width: 30px;
        font-family: 'Lato', Arial, sans-serif;
        line-height: 25px;
        color: black; }
    .bloc-genre__item .o-item_content .o-item_cal .black p {
      width: 30px;
      font-family: 'Lato', Arial, sans-serif;
      line-height: 25px;
      color: black; }
    .bloc-genre__item .o-item_content .o-item_cal_day {
      color: #252525;
      font-size: 18px;
      line-height: 28px;
      display: grid;
      font-size: 14px;
      border-bottom: solid 1px black; }
      .bloc-genre__item .o-item_content .o-item_cal_day span {
        font-size: 25px; }
    .bloc-genre__item .o-item_content .o-item_cal_hour {
      font-size: 12px;
      line-height: 18px;
      line-height: 15px; }

.blackcolor {
  background-color: #f0f0f0;
  padding-bottom: 30px; }

.goldcolor {
  background-color: #d4be52;
  padding-bottom: 30px; }

.pinkcolor {
  background-color: #f26d6d;
  padding-bottom: 30px; }
  .pinkcolor .o-item_cal_day, .pinkcolor .o-item_text, .pinkcolor .o-item_cal_hour, .pinkcolor .o-item_cal_day {
    color: white !important;
    z-index: 100; }

/** DEVICES **/
/** COLORS **/
/* Vert */
/* Orange */
/** FONTS **/
.o-list-document_mainList {
  padding: 35px 0 50px 0;
  width: 1555px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding-top: 7rem; }
  @media (max-width: 1599px) {
    .o-list-document_mainList {
      width: auto; } }
  @media (max-width: 767px) {
    .o-list-document_mainList {
      margin-bottom: 0;
      padding-top: 14px; } }
  @media (max-width: 767px) {
        .o-list-document_mainList .o-item_title {
          font-size: 54px;
          line-height: 44px; } }
    .o-list-document_mainList .o-item_sstitle {
      max-width: 364px;
      margin: 0 auto; }

/** DEVICES **/
/** COLORS **/
/* Vert */
/* Orange */
/** FONTS **/
.o-list-partner_mainList {
  padding-top: 35px;
  width: 1000px;
  margin-top: 28px;
  margin-bottom: 60px;
  margin-left: 27px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1023px) {
    .o-list-partner_mainList {
      width: 714px;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .o-list-partner_mainList {
      width: 297px;
      padding-top: 26px;
      margin-bottom: 26px; } }
  .o-list-partner_item {
    display: inline-block;
    color: #252525;
    width: 214px;
    margin-bottom: 70px;
    margin-left: 48px; }
  .o-list-partner_item:nth-of-type(4n+1) {
    margin-left: 0; }
  @media (max-width: 1599px) {
    .o-list-partner_item {
      margin-left: 36px; }
      .o-list-partner_item:nth-of-type(4n+1) {
        margin-left: 36px; }
      .o-list-partner_item:nth-of-type(3n+1) {
        margin-left: 0; } }
  @media (max-width: 767px) {
    .o-list-partner_item {
      width: 130px;
      margin-left: 0;
      margin-bottom: 24px; }
      .o-list-partner_item:nth-of-type(4n+1) {
        margin-left: 0; }
      .o-list-partner_item:nth-of-type(2n+1) {
        margin-right: 36px; } }
  .o-list-partner_item_bg {
    height: 90px;
    width: 100%;
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 4px; }
    @media (max-width: 767px) {
    .o-list-partner_item_bg {
      height: 64px; } }
  .o-list-partner_item_name {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: bold;
    font-size: 18px; }
    @media (max-width: 767px) {
    .o-list-partner_item_name {
      font-size: 11px; } }
  .o-list-partner_item_description {
    font-family: 'Roboto', Arial, serif;
    font-weight: normal;
    font-size: 16px; }
    @media (max-width: 767px) {
    .o-list-partner_item_description {
      font-size: 9px; } }

/** DEVICES **/
/** COLORS **/
/* Vert */
/* Orange */
/** FONTS **/
.o-list-team_mainList {
  padding-top: 35px;
  width: 1020px;
  margin-left: 27px;
  margin-bottom: 60px; }
  @media (max-width: 1023px) {
    .o-list-team_mainList {
      width: 714px;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .o-list-team_mainList {
      width: 297px;
      padding-top: 26px;
      margin-bottom: 26px; } }
  .o-list-team_mainList .o-list-block-team .o-list-block {
    display: block;
    margin-bottom: 5px; }
    .o-list-team_mainList .o-list-block-team .o-list-block_title {
      font-family: 'Lato', Arial, sans-serif;
      font-size: 26px;
      font-weight: bold;
      text-transform: uppercase;
      color: #d4be52;
      margin-bottom: 14px;
      margin-left: 18px; }
      .o-list-team_mainList .o-list-block-team .o-list-block_title--team {
        width: 100%;
        float: left; }
      @media (max-width: 767px) {
      .o-list-team_mainList .o-list-block-team .o-list-block_title {
        margin-left: 0;
        font-size: 20px; } }
  .o-list-team_mainList .o-list-team_item {
    display: inline-block;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    color: #252525;
    font-weight: normal;
    width: 231px;
    height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 32px;
    float: left; }
    .o-list-team_mainList .o-list-team_item--first-desktop {
      margin-left: 0; }
    .o-list-team_mainList .o-list-team_item p a {
      color: #d4be52; }
    @media (max-width: 1599px) {
    .o-list-team_mainList .o-list-team_item {
      margin-left: 16px; } }
    @media (max-width: 1023px) {
    .o-list-team_mainList .o-list-team_item {
      margin-left: 10px; }
      .o-list-team_mainList .o-list-team_item:nth-of-type(4n+1) {
        margin-left: 10px; }

      .o-list-team_mainList .o-list-team_item:nth-of-type(3n+1) {
        margin-left: 0; } }
    @media (max-width: 767px) {
    .o-list-team_mainList .o-list-team_item {
      width: 130px;
      height: 250px;
      margin: 0 auto;
      margin-bottom: 24px;
      font-size: 11px; }
      .o-list-team_mainList .o-list-team_item:nth-of-type(4n+1) {
        margin-left: 0; }

      .o-list-team_mainList .o-list-team_item--first-mobile {
        margin-right: 36px; } }
    .o-list-team_mainList .o-list-team_item_bg {
      height: 281px;
      width: 100%;
      background-size: cover; }
    @media (max-width: 767px) {
      .o-list-team_mainList .o-list-team_item_bg {
        height: 162px; } }
    .o-list-team_mainList .o-list-team_item_name {
      font-weight: bold;
      margin-top: 4px; }
    .o-list-team_mainList .o-list-team_item_mail {
      color: #d4be52;
      text-decoration: underline; }

/** DEVICES **/
/** COLORS **/
/* Vert */
/* Orange */
/** FONTS **/
.o-list {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative; }
  @media (max-width: 1200px) {
  .o-list {
    width: 1000px;
    margin: 0 auto;
    overflow: visible; } }
  @media (max-width: 1023px) {
  .o-list {
    width: 502px; } }
  @media (max-width: 767px) {
  .o-list {
    width: 297px; } }
  .o-list-search {
    z-index: 9999;
    position: relative;
    margin-top: 160px;
    margin-bottom: 15px; }
  .o-list-fliter {
    z-index: 100;
    position: relative;
    margin-top: 160px;
    margin-bottom: 15px;
    padding-top: 70px; }
    @media (max-width: 767px) {
  .o-list-fliter {
    padding-top: 125px;
    margin-top: 0; } }
    .o-list-fliter_select, .o-list-fliter_tags-mobile {
      display: inline-block;
      width: 200px;
      margin-right: 10px; }
      @media (max-width: 1023px) {
  .o-list-fliter_select, .o-list-fliter_tags-mobile {
    width: calc(50% - 8px); } }
      .o-list-fliter_select .fancy-select, .o-list-fliter_tags-mobile .fancy-select {
        font-family: 'Lato', Arial, sans-serif;
        font-size: 18px;
        font-weight: bold; }
        @media (max-width: 767px) {
  .o-list-fliter_select .fancy-select, .o-list-fliter_tags-mobile .fancy-select {
    font-size: 11px; } }
        .o-list-fliter_select .fancy-select .trigger.o-color_child, .o-list-fliter_tags-mobile .fancy-select .trigger.o-color_child, .o-list-fliter_select .fancy-select .options .o-option-bg.o-color_child, .o-list-fliter_tags-mobile .fancy-select .options .o-option-bg.o-color_child {
          background-color: #ffa200 !important; }
          .o-list-fliter_select .fancy-select .trigger.o-color_green1, .o-list-fliter_tags-mobile .fancy-select .trigger.o-color_green1, .o-list-fliter_select .fancy-select .options .o-option-bg.o-color_green1, .o-list-fliter_tags-mobile .fancy-select .options .o-option-bg.o-color_green1, .o-list-fliter_select .fancy-select .trigger.o-color_green2, .o-list-fliter_tags-mobile .fancy-select .trigger.o-color_green2, .o-list-fliter_select .fancy-select .options .o-option-bg.o-color_green2, .o-list-fliter_tags-mobile .fancy-select .options .o-option-bg.o-color_green2, .o-list-fliter_select .fancy-select .trigger.o-color_green3, .o-list-fliter_tags-mobile .fancy-select .trigger.o-color_green3, .o-list-fliter_select .fancy-select .options .o-option-bg.o-color_green3, .o-list-fliter_tags-mobile .fancy-select .options .o-option-bg.o-color_green3, .o-list-fliter_select .fancy-select .trigger.o-color_green4, .o-list-fliter_tags-mobile .fancy-select .trigger.o-color_green4, .o-list-fliter_select .fancy-select .options .o-option-bg.o-color_green4, .o-list-fliter_tags-mobile .fancy-select .options .o-option-bg.o-color_green4 {
            background-color: #d4be52 !important; }
          .o-list-fliter_select .fancy-select .trigger.o-color_green2, .o-list-fliter_tags-mobile .fancy-select .trigger.o-color_green2, .o-list-fliter_select .fancy-select .options .o-option-bg.o-color_green2, .o-list-fliter_tags-mobile .fancy-select .options .o-option-bg.o-color_green2 {
            opacity: 0.7; }
          .o-list-fliter_select .fancy-select .trigger.o-color_green3, .o-list-fliter_tags-mobile .fancy-select .trigger.o-color_green3, .o-list-fliter_select .fancy-select .options .o-option-bg.o-color_green3, .o-list-fliter_tags-mobile .fancy-select .options .o-option-bg.o-color_green3 {
            opacity: 0.5; }
          .o-list-fliter_select .fancy-select .trigger.o-color_green4, .o-list-fliter_tags-mobile .fancy-select .trigger.o-color_green4, .o-list-fliter_select .fancy-select .options .o-option-bg.o-color_green4, .o-list-fliter_tags-mobile .fancy-select .options .o-option-bg.o-color_green4 {
            opacity: 0.3; }
        .o-list-fliter_select .fancy-select .trigger, .o-list-fliter_tags-mobile .fancy-select .trigger {
          padding: 4.5px 10px;
          text-align: left;
          padding-left: 32px;
          background-color: #252525; }
          @media (max-width: 767px) {
  .o-list-fliter_select .fancy-select .trigger, .o-list-fliter_tags-mobile .fancy-select .trigger {
    width: 205px !important; } }
          @media (max-width: 1023px) {
  .o-list-fliter_select .fancy-select .trigger, .o-list-fliter_tags-mobile .fancy-select .trigger {
    width: 100%; } }
          @media (max-width: 767px) {
  .o-list-fliter_select .fancy-select .trigger, .o-list-fliter_tags-mobile .fancy-select .trigger {
    padding-left: 27px; } }
          .o-list-fliter_select .fancy-select .trigger.open, .o-list-fliter_tags-mobile .fancy-select .trigger.open {
            background-color: #252525; }
          .o-list-fliter_select .fancy-select .trigger:after, .o-list-fliter_tags-mobile .fancy-select .trigger:after {
            top: 13px;
            left: 13px;
            right: none; }
            @media (max-width: 767px) {
  .o-list-fliter_select .fancy-select .trigger:after, .o-list-fliter_tags-mobile .fancy-select .trigger:after {
    top: 9px;
    left: 9px; } }
        .o-list-fliter_select .fancy-select .options, .o-list-fliter_tags-mobile .fancy-select .options {
          top: 31px;
          width: 200px; }
          @media (max-width: 1023px) {
  .o-list-fliter_select .fancy-select .options, .o-list-fliter_tags-mobile .fancy-select .options {
    width: 100%; } }
          .o-list-fliter_select .fancy-select .options.open, .o-list-fliter_tags-mobile .fancy-select .options.open {
            top: 31px;
            width: 200px;
            background-color: #979797; }
            @media (max-width: 1023px) {
  .o-list-fliter_select .fancy-select .options.open, .o-list-fliter_tags-mobile .fancy-select .options.open {
    width: 100%; } }
          .o-list-fliter_select .fancy-select .options .selected, .o-list-fliter_tags-mobile .fancy-select .options .selected {
            background-color: #252525; }
          .o-list-fliter_select .fancy-select .options li, .o-list-fliter_tags-mobile .fancy-select .options li {
            position: relative; }
          .o-list-fliter_select .fancy-select .options .o-option-bg, .o-list-fliter_tags-mobile .fancy-select .options .o-option-bg {
            z-index: -1;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%; }
    .o-list-fliter_select-right {
      position: absolute;
      right: 0;
      width: 205px; }
      @media (max-width: 767px) {
  .o-list-fliter_select-right {
    width: 205px;
    position: inherit; } }
      .o-list-fliter_select-right .fancy-select {
        width: 205px; }
        .o-list-fliter_select-right .fancy-select .trigger {
          width: 205px; }
        .o-list-fliter_select-right .fancy-select .options {
          width: 205px; }
          .o-list-fliter_select-right .fancy-select .options.open {
            width: 205px; }
          .o-list-fliter_select-right .fancy-select .options li {
            width: 205px; }
    .o-list-fliter_tags {
      margin-right: 10px;
      overflow: hidden;
      display: inline-block; }
      @media (max-width: 1023px) {
  .o-list-fliter_tags {
    display: none; } }
    .o-list-fliter_tags-mobile {
      display: none;
      margin-right: 0; }
      @media (max-width: 1023px) {
  .o-list-fliter_tags-mobile {
    display: inline-block; } }
      @media (max-width: 767px) {
  .o-list-fliter_tags-mobile {
    margin-right: inherit;
    display: inline; } }
    .o-list-fliter_tag {
      background-color: #979797;
      font-family: 'Lato', Arial, sans-serif;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      float: left;
      padding: 6px 10px; }
      .o-list-fliter_tag.o-color_child {
        background-color: #ffa200; }
      .o-list-fliter_tag.o-color_green1, .o-list-fliter_tag.o-color_green2, .o-list-fliter_tag.o-color_green3, .o-list-fliter_tag.o-color_green4 {
        background-color: #d4be52; }
      .o-list-fliter_tag.o-color_green2 {
        opacity: 0.7; }
      .o-list-fliter_tag.o-color_green3 {
        opacity: 0.5; }
      .o-list-fliter_tag.o-color_green4 {
        opacity: 0.3; }
      .o-list-fliter_tag:hover, .o-list-fliter_tag.o-active {
        background-color: #000 !important;
        opacity: 1; }
    .o-list-fliter_sorts {
      font-family: 'Lato', Arial, sans-serif;
      color: #252525;
      text-transform: uppercase;
      font-size: 16px;
      display: block;
      margin-top: 20px; }
      @media (max-width: 767px) {
  .o-list-fliter_sorts {
    font-size: 11px; } }
      .o-list-fliter_sorts p {
        display: inline-block; }
    .o-list-fliter_sort {
      text-decoration: underline;
      color: #979797;
      font-weight: bold;
      margin: 0 5px; }
      .o-list-fliter_sort:hover, .o-list-fliter_sort.o-active {
        color: #252525;
        text-decoration: none; }
  .o-list .o-itemSmall {
    padding: 0;
    margin-bottom: 20px; }
    @media (max-width: 1599px) {
  .o-list .o-itemSmall:nth-child(2n+2) {
    margin-right: 0px; } }
  .o-list-passed {
    background-color: #e5e5e5;
    outline: 20px solid #e5e5e5;
    margin-bottom: 20px; }
    .o-list-passed .o-list-fliter {
      margin-top: 50px; }
    .o-list-passed .o-item {
      filter: grayscale(100%); }
  .o-list#more-content {
    text-align: center; }
    .o-list#more-content a {
      font-family: 'Lato', Arial, sans-serif;
      display: block;
      color: #000;
      text-decoration: underline;
      font-weight: bold; }

@media (max-width: 1599px) {
 }
  @media (max-width: 1023px) {
 }

#nanobar .bar {
  background-color: #36bb9c; }

.movies-list-bloc {
  display: flex;
  flex-wrap: wrap;
  width: inherit; }
  @media (max-width: 1023px) {
  .movies-list-bloc {
    justify-content: center; } }
  @media (max-width: 767px) {
  .movies-list-bloc {
    justify-content: center;
    margin-top: 2rem; } }
  .movies-list-bloc .item-categories {
    display: flex;
    flex-direction: column;
    width: fit-content; }
  .movies-list-bloc .item-categories .categories-card {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
    .movies-list-bloc .item-categories .categories-card {
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 2rem; } }
    .movies-list-bloc .item-categories .categories-card .o-itemMovie {
      margin-right: 12px; }
      @media (max-width: 768px) {
    .movies-list-bloc .item-categories .categories-card .o-itemMovie {
      margin: 0 auto; } }
      @media (max-width: 480px) {
    .movies-list-bloc .item-categories .categories-card .o-itemMovie {
      margin: 0 auto; } }

.o-itemDoc {
  width: 800px;
  border: 10px solid transparent; }
  @media (max-width: 1200px) {
  .o-itemDoc {
    width: 1000px; } }
  @media (max-width: 768px) {
  .o-itemDoc {
    width: 297px;
    height: 335px; } }
  @media (max-width: 1023px) {
  .o-itemDoc {
    width: 502px; } }
  @media (max-width: 767px) {
  .o-itemDoc {
    width: 297px;
    height: 198px; } }
  .o-itemDoc_mobile {
    height: 335px;
    width: 297px; }

.o-home_focus_mobile {
  width: 100%;
  border: none; }

.home-list- .o-itemMovie {
  height: 400px !important; }

/** DEVICES **/
/** COLORS **/
/* Vert */
/* Orange */
/** FONTS **/
.o-single .marker {
  color: #36bb9b; }
  .o-single_main {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative; }
    .o-single_main .o-itemBig, .o-single_main .o-item_content {
      height: 645px; }
      @media (max-width: 767px) {
  .o-single_main .o-itemBig, .o-single_main .o-item_content {
    height: 325px; } }
  .o-single_full {
    padding-bottom: 100px; }
    @media (max-width: 767px) {
  .o-single_full {
    padding-bottom: 0; } }
  .o-single_content {
    width: 1545px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    font-family: 'Roboto', Arial, serif;
    font-size: 18px; }
    @media (max-width: 1599px) {
  .o-single_content {
    width: 1200px; } }
    @media (max-width: 1199px) {
  .o-single_content {
    width: 1024px; } }
    @media (max-width: 1023px) {
  .o-single_content {
    width: 768px; } }
    @media (max-width: 767px) {
  .o-single_content {
    width: 100%;
    font-size: 11px;
    line-height: 14px; } }
    .o-single_content_block {
      float: left; }
      @media (max-width: 1199px) {
  .o-single_content_block {
    float: inherit; } }
    .o-single_content_left {
      width: 1020px;
      padding: 30px; }
      @media (max-width: 1599px) {
  .o-single_content_left {
    width: 816px; } }
      @media (max-width: 1199px) {
  .o-single_content_left {
    width: 100%; } }
      @media (max-width: 767px) {
  .o-single_content_left {
    padding: 20px 11px;
    padding-bottom: 0; } }
      .o-single_content_left .o-single_cal, .o-single_content_left .o-single_place {
        display: none; }
        @media (max-width: 1199px) {
  .o-single_content_left .o-single_cal, .o-single_content_left .o-single_place {
    display: block; } }
    .o-single_content_right {
      width: 525px;
      padding: 30px 20px;
      font-family: 'Lato', Arial, sans-serif; }
      @media (max-width: 1599px) {
  .o-single_content_right {
    width: 384px; } }
      @media (max-width: 1199px) {
  .o-single_content_right {
    width: 100%;
    padding: 30px;
    padding-top: 0; } }
      @media (max-width: 767px) {
  .o-single_content_right {
    padding: 20px 11px;
    padding-top: 0; } }
      .o-single_content_right_title {
        font-weight: 300;
        margin-bottom: 10px; }
      .o-single_content_right .o-border {
        margin: 25px 0;
        background: -webkit-linear-gradient(right, transparent, #d4be52);
        background: -o-linear-gradient(left, transparent, #d4be52);
        background: -moz-linear-gradient(left, transparent, #d4be52);
        background: linear-gradient(left, transparent, #d4be52); }
        @media (max-width: 767px) {
  .o-single_content_right .o-border {
    margin: 18px 0; } }
      .o-single_content_right .o-single_cal, .o-single_content_right .o-single_place {
        display: block; }
        @media (max-width: 1199px) {
  .o-single_content_right .o-single_cal, .o-single_content_right .o-single_place {
    display: none; } }
  .o-single_chapeau {
    color: #252525;
    font-weight: bold;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
  .o-single_chapeau {
    margin-bottom: 18px; } }
  .o-single_media {
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%; }
    @media (max-width: 1599px) {
  .o-single_media {
    overflow-x: auto; } }
    @media (max-width: 1023px) {
  .o-single_media {
    width: calc(100% + 30px);
    margin-top: 38px; } }
    @media (max-width: 767px) {
  .o-single_media {
    width: calc(100% + 11px);
    margin-top: 38px; } }
    @media (max-width: 1599px) {
  .o-single_media {
    margin-top: 38px; } }
    .o-single_media_content {
      height: 205px;
      width: 960px; }
      @media (max-width: 1023px) {
  .o-single_media_content {
    width: 989px; } }
      @media (max-width: 767px) {
  .o-single_media_content {
    height: 123px;
    width: 595px; } }
    .o-single_media_img {
      position: relative;
      margin-right: 15px;
      width: 310px;
      height: 205px;
      float: left;
      overflow: hidden; }
      @media (max-width: 767px) {
  .o-single_media_img {
    height: 123px;
    width: 184px; } }
      .o-single_media_img:last-child {
        margin-right: 0px; }
      .o-single_media_img:before {
        display: block;
        position: absolute;
        width: 310px;
        height: 205px;
        background-position: center;
        background-repeat: no-repeat; }
        @media (max-width: 767px) {
  .o-single_media_img:before {
    height: 123px;
    width: 184px; } }
    .o-single_media_play:before {
      content: "";
      background-image: url(../bundles/lehubagencecomete/images/icons/playMedia.png);
      background-size: 71px 82px; }
      @media (max-width: 767px) {
    .o-single_media_play:before {
      background-size: 43px 50px; } }
    .o-single_media_more {
      margin-right: 0px; }
      .o-single_media_more:before {
        content: "";
        background-image: url(../bundles/lehubagencecomete/images/icons/moreMedia.png);
        background-size: 74px 78px; }
      @media (max-width: 767px) {
    .o-single_media_more:before {
      background-size: 43px 43px; } }
  .o-single_text p {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
    .o-single_text p {
      margin-bottom: 16px; } }
    .o-single_text h3 {
      font-family: 'Lato', Arial, sans-serif;
      font-size: 28px;
      font-weight: 300;
      text-transform: uppercase;
      margin: 30px 0; }
    .o-single_text a {
      color: #000;
      text-decoration: underline; }
  .o-single_color {
    color: #d4be52; }
    @media (max-width: 767px) {
  .o-single_color {
    display: none; } }
  @media (max-width: 767px) {
    .o-single_other {
      display: none; } }
    .o-single_other h3 {
      cursor: pointer;
      font-size: 26px;
      padding: 20px;
      margin: 0;
      background-image: url(../bundles/lehubagencecomete/images/icons/arrowDown.png);
      background-repeat: no-repeat;
      background-size: 10px 9px;
      background-position: center right 25px; }
    .o-single_other h3.open {
      background-image: url(../bundles/lehubagencecomete/images/icons/arrowTop.png); }
    .o-single_other div {
      font-size: 16px;
      padding: 20px;
      margin: 0;
      display: none; }
    .o-single_other p {
      margin: 0; }
    .o-single_other a {
      font-size: 14px; }
    .o-single_other_press {
      background-color: #f3f2f2; }
    .o-single_other_dist {
      background-color: #ececec; }
    .o-single_other_prod {
      background-color: #e5e5e5; }
    .o-single_other_tournee {
      background-color: #dcdbdb; }
  .o-single_cal {
    overflow: hidden; }
    .o-single_cal_date {
      float: left;
      width: 42px;
      margin-right: 35px;
      font-family: 'Lato', Arial, sans-serif;
      font-weight: normal; }
    @media (max-width: 767px) {
    .o-single_cal_date {
      width: 32px;
      margin-right: 20px; } }
    .o-single_cal_date:last-child {
      margin-right: 0; }
    .o-single_cal_day {
      color: #252525;
      font-size: 18px;
      line-height: 28px;
      display: grid; }
    @media (max-width: 767px) {
    .o-single_cal_day {
      font-size: 14px;
      line-height: 19px; } }
    .o-single_cal_day span {
      font-size: 36px; }
    @media (max-width: 767px) {
      .o-single_cal_day span {
        font-size: 26px; } }
    .o-single_cal_hour {
      font-size: 16px;
      line-height: 18px;
      color: #979797; }
    @media (max-width: 767px) {
    .o-single_cal_hour {
      font-size: 12px;
      line-height: 13px; } }
    .o-single_cal_ticket {
      margin-top: 15px;
      display: block;
      float: left;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      margin-right: 10px;
      background-size: 45px 45px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../bundles/lehubagencecomete/images/icons/gold-ticket.png); }
    @media (max-width: 767px) {
    .o-single_cal_ticket {
      margin: 0 auto;
      margin-top: 6px;
      width: 26px;
      height: 26px;
      background-size: 26px 26px;
      float: initial; } }
  @media (max-width: 767px) {
    .o-single_place {
      margin-bottom: 30px; } }
    .o-single_place_adress {
      margin-top: 30px;
      margin-bottom: 10px;
      color: #d4be52; }
    @media (max-width: 767px) {
    .o-single_place_adress {
      margin-bottom: 6px; } }
    .o-single_place_adress span {
      font-weight: bold; }
  .o-single_info {
    font-weight: bold; }
  .o-single_link {
    color: #252525;
    text-decoration: underline;
    display: block;
    background-position: center left;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
  .o-single_link {
    background-size: 10px 10px;
    padding-left: 12px;
    margin-bottom: 6px; } }
    .o-single_link--url {
      background-image: url(../bundles/lehubagencecomete/images/icons/url.png); }
    .o-single_link--pdf {
      background-image: url(../bundles/lehubagencecomete/images/icons/pdf.png); }
  .o-single_social_url {
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-right: 15px; }
    @media (max-width: 767px) {
    .o-single_social_url {
      width: 26px;
      height: 26px;
      margin-right: 5px; } }
    .o-single_social--icon {
      display: block;
      float: left;
      width: 45px;
      height: 45px;
      background-size: 45px 45px;
      background-position: center;
      background-repeat: no-repeat; }
    @media (max-width: 767px) {
    .o-single_social--icon {
      width: 26px;
      height: 26px;
      background-size: 26px 26px; } }
    .o-single_social--tw {
      background-image: url(../bundles/lehubagencecomete/images/icons/twitter-gold.svg); }
    .o-single_social--fb {
      background-image: url(../bundles/lehubagencecomete/images/icons/facebook-gold.svg); }
  @media (max-width: 767px) {
      .o-single_parters img {
        max-width: 84px; } }
  .o-single_more {
    padding: 40px 0 75px 0;
    width: 1555px;
    margin: 0 auto; }
    @media (max-width: 1599px) {
  .o-single_more {
    width: 1200px; } }
    @media (max-width: 1199px) {
  .o-single_more {
    width: 1024px; } }
    @media (max-width: 1023px) {
  .o-single_more {
    width: 502px; } }
    @media (max-width: 767px) {
  .o-single_more {
    width: 100%;
    padding: 11px;
    padding-top: 20px; } }
    .o-single_more_title {
      font-family: 'Lato', Arial, sans-serif;
      font-weight: 300;
      font-size: 28px;
      color: #252525;
      text-transform: uppercase;
      margin-left: 30px;
      margin-bottom: 10px; }
    @media (max-width: 1023px) {
    .o-single_more_title {
      margin-left: 0; } }
    @media (max-width: 767px) {
    .o-single_more_title {
      font-size: 16px;
      margin-bottom: 0; } }
    .o-single_more .o-itemList {
      margin-left: 0; }

.o-breadcrum {
  width: 1545px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 815px; }
  @media (max-width: 1599px) {
  .o-breadcrum {
    width: 1191px;
    left: 9px; } }
  @media (max-width: 1199px) {
  .o-breadcrum {
    width: 1015px; } }
  @media (max-width: 1023px) {
  .o-breadcrum {
    width: 759px; } }
  @media (max-width: 767px) {
  .o-breadcrum {
    display: none; } }
  .o-breadcrum_item {
    color: #fff;
    display: inline-block;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase; }
    .o-breadcrum_item--current {
      font-weight: bold; }
    .o-breadcrum_item:after {
      content: "/";
      display: inline-block;
      margin: 0 3px; }

.programmation-logo {
  position: absolute;
  top: -115px !important; }
