/*! 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/lehubagenceagora/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/lehubagenceagora/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/lehubagenceagora/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/lehubagenceagora/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/lehubagenceagora/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/lehubagenceagora/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:.3em;line-height:14px;vertical-align:text-top;background-image:url("../bundles/lehubagenceagora/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/lehubagenceagora/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:#ffffff;text-align:center;background:#222222;border:3px solid #ffffff;-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:#ffffff;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:#333333;background:rgba(0, 0, 0, 0.75);}
.carousel-caption h4,.carousel-caption p{color:#ffffff;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;
    margin-left: auto;
    margin-right: auto;
}
.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;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../bundles/lehubagenceagora/libs/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/** COLORS **/
/* media queries */
* {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased; }

.clear {
  clear: both; }

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

a {
  text-decoration: none;
  color: inherit; }

p {
  margin: 0; }
  p a:hover {
    color: #ca0f26; }

strong {
  font-weight: 700; }

.week-current {
  text-align: center;
  background-color: #fff0f0;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'MuseoSans';
  font-size: 24px;
  font-weight: 900; }

.o-timeline-results {
  display: flex !important;
  margin-top: 13rem; }
  .o-timeline-results .events-results {
    width: calc(100% / 7);
    margin: 1rem 2rem 0 2rem; }
    .o-timeline-results .events-results__item .o-event-title, .o-timeline-results .events-results__item .o-event-company {
      font-size: 20px;
      font-weight: 900;
      font-family: 'MuseoSans';
      margin-top: 4px;
      padding-left: 7px; }
      .o-timeline-results .events-results__item .o-event-company {
        font-size: 14px; }
      .o-timeline-results .events-results__item .hours-booking {
        display: flex;
        padding-left: 7px;
        padding-top: 4px;
        background-color: #fff0f0;
        justify-content: space-between;
        font-family: 'MuseoSans';
        font-size: 16px;
        font-weight: 900; }
        .o-timeline-results .events-results__item .hours-booking img {
          width: 15px;
          height: 15px;
          padding-top: 4px;
          padding-right: 7px; }
      .o-timeline-results .events-results__item img {
        width: 100%;
        height: 100px;
        object-fit: cover; }

.o-home--timeline {
  padding: 270px 20px 40px 20px; }

.o-event-place {
  background-color: #fff0f0;
  min-height: 40px;
  font-family: 'MuseoSans';
  font-size: 16px;
  font-weight: 900;
  padding-left: 7px;
  padding-bottom: 4px; }

.point-background {
  background: red;
  position: absolute;
  height: 80vh;
  width: 100%; }
  .point-background .point-image {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.o-home--highlight .point-background {
  height: 100vh; }

@media screen and (max-width: 784px) {
  .o-home--timeline .o-home-timeline .slick-slide {
    display: flex;
    justify-content: center; }

  .o-home--timeline .o-home-timeline ul li .o-date {
    margin-left: 0px !important; }

  .o-home--timeline .o-home-timeline ul li .o-day {
    margin-left: 0px !important;
    text-align: center !important; }

  .o-timeline-results .events-results {
    width: 70%;
    margin: 0 auto; } }

.marker {
  color: #2a3189; }

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'MuseoSans';
  src: url('../bundles/lehubagenceagora/fonts/MuseoSans/MuseoSans-900.eot'), url('../bundles/lehubagenceagora/fonts/MuseoSans/MuseoSans-900.woff2') format('woff2'), url('../bundles/lehubagenceagora/fonts/MuseoSans/MuseoSans-900.woff') format('woff'), url('../bundles/lehubagenceagora/fonts/MuseoSans/MuseoSans-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal; }

/*@mixin center-horizontal() {
 position: absolute;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 }
 @mixin center-vertical() {
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 }
 @mixin center-both() {
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 }
 @mixin center-both-fixed() {
 position: fixed;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 }
 @mixin transform($transform) {
 transform: $transform;
 }
 @mixin mainTransition() {
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
 }
 */

/** COLORS **/
/* media queries */

/** COLORS **/
/* media queries */
.o-project * {
  box-sizing: border-box; }
  .o-project .popin {
    position: absolute;
    display: none; }
  .o-project .hidden {
    display: none; }
  .o-project--background {
    display: flex;
    width: 100%;
    margin: 40px auto 43px auto;
    background: url(../bundles/lehubagenceagora/images/project-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .o-project--background__img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .o-project--intro {
    width: calc(100% - 631px);
    margin: 0 auto 55px auto; }
    .o-project--intro__title {
      font-family: 'MuseoSans';
      font-weight: 900;
      font-size: 60px;
      text-transform: uppercase;
      line-height: 70px; }
      @media screen and (max-width: 1023px) {
  .o-project--intro__title {
    font-size: 40px;
    line-height: 50px; } }
    .o-project--intro__content--hat {
      font-family: 'MuseoSans';
      font-weight: 900;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 20px; }
      .o-project--intro__content--text {
        font-family: 'MuseoSans';
        font-weight: 300;
        font-size: 18px;
        line-height: 22px; }
    @media screen and (max-width: 1023px) {
  .o-project--intro {
    width: calc(100% - 40px);
    padding-top: 50px; } }
  .o-project--menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% - 339px);
    margin: 0 auto 74px auto;
    padding: 0 10px;
    border-top: solid 3px black;
    border-bottom: solid 3px black;
    background-color: white; }
    .o-project--menu__item {
      font-family: 'MuseoSans';
      font-weight: 700;
      font-size: 22px;
      text-transform: uppercase;
      padding: 13px 0 10px 0;
      margin-right: 20px;
      line-height: 30px;
      color: black;
      cursor: pointer; }
      .o-project--menu__item:hover {
        color: #ca0f26; }
      @media screen and (max-width: 767px) {
  .o-project--menu__item {
    text-align: center; } }
    @media screen and (max-width: 1023px) {
  .o-project--menu {
    width: calc(100% - 40px); } }
    @media screen and (max-width: 767px) {
  .o-project--menu {
    flex-direction: column; } }
    .o-project--menu.fixed {
      position: fixed;
      top: 0;
      left: 50%;
      transform: translate(-50%, 40px);
      width: 100%; }
      @media screen and (max-width: 767px) {
  .o-project--menu.fixed {
    position: initial;
    top: inherit;
    left: inherit;
    transform: inherit; } }
  .o-project--separator {
    width: 100%;
    height: 42px;
    padding: 10px 20px 0 20px;
    background-color: #f8f8f8; }
    .o-project--separator__dotted {
      width: 100%;
      border: none;
      border-bottom: solid #000 3px; }
  .o-project--article {
    width: 100%;
    margin: 20px auto 60px auto; }
    .o-project--article__container__adjust {
      width: calc(100% - 510px);
      margin: 0 auto; }
      @media screen and (max-width: 1023px) {
    .o-project--article__container__adjust {
      width: calc(100% - 40px); } }
      .o-project--article__container--image {
        width: 100%;
        margin: 0 auto 28px auto;
        background-position: center;
        display: flex; }
      .o-project--article__container--image img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
      .o-project--article__container--description {
        font-family: 'MuseoSans';
        margin-bottom: 39px; }
      .o-project--article__container--description__title {
        font-size: 60px;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 70px; }
        @media screen and (max-width: 1023px) {
    .o-project--article__container--description__title {
      font-size: 40px;
      line-height: 50px; } }
      .o-project--article__container--description__subtitle {
        font-size: 30px;
        font-weight: 500;
        line-height: 40px; }
      .o-project--article__container--description__resume {
        font-size: 18px;
        font-weight: 300;
        line-height: 22px; }
        .o-project--article__container--description__resume p {
          margin-bottom: 20px; }
      .o-project--article__container--description__medias {
        display: inline-block;
        margin: 0px; }
        .o-project--article__container--description__medias--item {
          width: calc(100% / 5);
          margin: 5px;
          display: inline-block; }
          .o-project--article__container--description__medias--item img {
            display: block;
            width: 100%;
            height: 100%; }
      .o-project--article__container--smallList {
        margin-bottom: 30px; }
      .o-project--article__container--smallList__list {
        display: flex;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
    .o-project--article__container--smallList__list {
      flex-direction: column; } }
        .o-project--article__container--smallList__list--item {
          font-family: 'MuseoSans';
          font-weight: 900;
          font-size: 26px;
          text-transform: uppercase;
          color: #9b9b9b;
          margin-right: 8px;
          padding: 0 20px;
          border-bottom: solid 3px #9b9b9b; }
          .o-project--article__container--smallList__list--item:hover, .o-project--article__container--smallList__list--item.active {
            color: black;
            border-bottom: solid 3px #ca0f26; }
          @media screen and (max-width: 767px) {
    .o-project--article__container--smallList__list--item {
      margin-bottom: 30px; } }
        .o-project--article__container--smallList__list--description {
          font-family: 'MuseoSans';
          font-weight: 900;
          font-size: 18px;
          color: black;
          line-height: 22px;
          width: calc(100% - 510px);
          margin: 0 auto;
          margin-bottom: 30px; }
          @media screen and (max-width: 1023px) {
    .o-project--article__container--smallList__list--description {
      width: calc(100% - 40px); } }
      .o-project--article__container--smallList__smallContent {
        display: flex;
        width: calc(100% - 510px);
        margin: 0 auto; }
        @media screen and (max-width: 1023px) {
    .o-project--article__container--smallList__smallContent {
      width: calc(100% - 40px); } }
        .o-project--article__container--smallList__smallContent--left {
          width: calc(100% - 237px);
          margin-right: 17px; }
          .o-project--article__container--smallList__smallContent--left__text {
            font-family: 'MuseoSans';
            font-weight: 900;
            font-size: 18px;
            color: black;
            line-height: 22px;
            margin-bottom: 27px; }
          .o-project--article__container--smallList__smallContent--left__list {
            display: flex;
            margin-bottom: 29px; }
            .o-project--article__container--smallList__smallContent--left__list--item {
              width: calc(100% / 4);
              margin-right: 15px;
              background-color: beige; }
              .o-project--article__container--smallList__smallContent--left__list--item img {
                display: block;
                width: 100%;
                height: 100%; }
              .o-project--article__container--smallList__smallContent--left__list--item:last-of-type {
                margin-right: 0; }
              @media screen and (max-width: 767px) {
    .o-project--article__container--smallList__smallContent--left__list--item {
      width: 100%;
      margin-bottom: 30px; } }
            @media screen and (max-width: 767px) {
    .o-project--article__container--smallList__smallContent--left__list {
      flex-direction: column; } }
          .o-project--article__container--smallList__smallContent--left__resume {
            font-family: 'MuseoSans';
            font-size: 18px;
            font-weight: 300;
            line-height: 22px; }
          @media screen and (max-width: 767px) {
    .o-project--article__container--smallList__smallContent--left {
      width: 100%; } }
        .o-project--article__container--smallList__smallContent--right {
          font-family: 'MuseoSans'; }
          .o-project--article__container--smallList__smallContent--right__link {
            display: block;
            font-size: 20px;
            font-weight: 700;
            line-height: 24px;
            text-transform: uppercase;
            text-decoration: underline; }
            .o-project--article__container--smallList__smallContent--right__link.none {
              text-decoration: none; }
            .o-project--article__container--smallList__smallContent--right__link.small {
              text-transform: none;
              font-weight: 500;
              font-size: 16px;
              margin-bottom: 0; }
          .o-project--article__container--smallList__smallContent--right hr {
            background-color: #fff;
            color: #fff;
            width: 150px;
            border: none;
            border-bottom: solid #000 3px;
            margin-top: 16px;
            margin-bottom: 16px; }
          @media screen and (max-width: 767px) {
    .o-project--article__container--smallList__smallContent--right {
      margin-top: 40px; } }
        @media screen and (max-width: 767px) {
    .o-project--article__container--smallList__smallContent {
      flex-direction: column; } }
      .o-project--article__container--bigList {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: calc(100% - 40px);
        margin: 0 auto; }
      .o-project--article__container--bigList__item {
        width: calc(96% / 4);
        margin-right: 20px;
        cursor: pointer;
        margin-bottom: 20px; }
        .o-project--article__container--bigList__item--image {
          margin-bottom: 20px;
          background-color: beige; }
          .o-project--article__container--bigList__item--image img {
            display: block;
            width: 100%;
            height: 100%; }
        .o-project--article__container--bigList__item--content {
          font-family: 'MuseoSans'; }
          .o-project--article__container--bigList__item--content__title {
            font-weight: 700;
            font-size: 24px;
            color: black;
            text-transform: uppercase;
            line-height: 20px;
            margin-bottom: 16px; }
          .o-project--article__container--bigList__item--content__resume {
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 16px; }
          .o-project--article__container--bigList__item--content__link {
            font-weight: 500;
            font-size: 18px;
            line-height: 20px;
            color: black; }
        @media screen and (max-width: 767px) {
    .o-project--article__container--bigList__item {
      width: 100%;
      margin-bottom: 30px; } }
      @media screen and (max-width: 767px) {
    .o-project--article__container--bigList {
      flex-direction: column; } }

.o-popin-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  z-index: 9999;
  top: 0;
  background: rgba(248, 248, 248, 0.5);
  display: none; }

.o-popin-content {
  width: 658px;
  margin: 50px auto;
  background-color: #fff;
  padding: 63px 99px 42px 99px;
  font-family: 'MuseoSans'; }
  .o-popin-content__image {
    width: 100%;
    margin-bottom: 6px; }
    .o-popin-content__image img {
      display: block;
      width: 100%;
      height: 100%; }
  .o-popin-content__title {
    font-size: 50px;
    font-weight: 900;
    color: black;
    line-height: 70px;
    text-transform: uppercase;
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
  .o-popin-content__title {
    font-size: 40px;
    line-height: 50px; } }
  .o-popin-content__subtitle {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 10px;
    padding-left: 20px; }
  .o-popin-content__resume {
    font-size: 18px;
    font-weight: 900;
    color: black;
    line-height: 22px;
    margin-bottom: 24px;
    padding-left: 20px; }
  .o-popin-content__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px; }
    .o-popin-content__list--item {
      width: calc(100% / 4);
      margin-right: 14px; }
      .o-popin-content__list--item:last-child {
        margin-right: 0; }
      .o-popin-content__list--item img {
        display: block;
        width: 100%;
        height: 100%;
        max-height: 100px; }
      @media screen and (max-width: 767px) {
  .o-popin-content__list--item {
    width: 100%;
    margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
  .o-popin-content__list {
    flex-direction: column; } }
  .o-popin-content__doubleDiv {
    display: flex; }
    .o-popin-content__doubleDiv--p {
      width: 402px;
      font-size: 18px;
      font-weight: 300;
      line-height: 22px;
      margin-right: 36px;
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
  .o-popin-content__doubleDiv--p {
    width: 100%;
    margin-bottom: 30px; } }
    .o-popin-content__doubleDiv--linkContainer {
      width: 201px; }
      .o-popin-content__doubleDiv--linkContainer--link {
        display: block;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
        text-decoration: underline; }
      .o-popin-content__doubleDiv--linkContainer--link.none {
        text-decoration: none; }
      .o-popin-content__doubleDiv--linkContainer--link.small {
        text-transform: none;
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 0; }
      .o-popin-content__doubleDiv--linkContainer hr {
        background-color: #fff;
        color: #fff;
        width: 150px;
        border: none;
        border-bottom: solid #000 3px;
        margin-top: 16px;
        margin-bottom: 16px; }
    @media screen and (max-width: 767px) {
  .o-popin-content__doubleDiv {
    flex-direction: column; } }
  .o-popin-content span {
    display: block;
    width: 59px;
    margin: 39px auto 0 auto;
    font-weight: 300;
    font-size: 18px;
    color: black;
    text-decoration: underline;
    cursor: pointer; }
  @media screen and (max-width: 1023px) {
  .o-popin-content {
    width: calc(100% - 362px); } }
  @media screen and (max-width: 767px) {
  .o-popin-content {
    width: calc(100% - 120px);
    padding-left: 20px;
    padding-right: 20px; } }

/** COLORS **/
/* media queries */
.o-billetterie-container {
  padding-top: 270px;
  margin-left: 10px;
  margin-right: 10px; }
  @media screen and (max-width: 767px) {
  .o-billetterie-container {
    margin: 0 auto; } }
  .o-billetterie-container h1 {
    font-size: 60px;
    font-weight: 900;
    font-family: 'MuseoSans';
    margin-left: 124px; }
    @media screen and (max-width: 767px) {
  .o-billetterie-container h1 {
    font-size: 30px;
    margin-bottom: 47px;
    margin-left: 0;
    text-align: center; } }
  .o-billetterie-container h4 {
    font-size: 30px;
    font-family: 'MuseoSans';
    margin-left: 124px;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
  .o-billetterie-container h4 {
    font-size: 20px;
    margin-bottom: 47px;
    margin-left: 0;
    text-align: center; } }
  .o-billetterie-container .billeteries {
    display: flex;
    justify-content: space-between;
    margin-top: 47px; }
    @media screen and (max-width: 767px) {
  .o-billetterie-container .billeteries {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 10px; } }
    .o-billetterie-container .billeteries__item {
      width: 27%;
      padding: 30px 20px;
      height: fit-content; }
      @media screen and (max-width: 1023px) {
  .o-billetterie-container .billeteries__item {
    width: 24%;
    margin-bottom: 1rem; } }
      @media screen and (max-width: 767px) {
  .o-billetterie-container .billeteries__item {
    width: calc(100%); } }
      .o-billetterie-container .billeteries__item h3 {
        font-size: 26px;
        font-weight: 700; }
      .o-billetterie-container .billeteries__item p {
        font-size: 16px; }
    .o-billetterie-container .billeteries .bloc-1 {
      background-color: #fff0f0;
      font-family: 'MuseoSans'; }
    .o-billetterie-container .billeteries .bloc-2 {
      color: white !important;
      background-color: #6dc0a8; }
      .o-billetterie-container .billeteries .bloc-2 p {
        color: white !important;
        font-family: 'MuseoSans' !important;
        font-size: 16px; }
    .o-billetterie-container .billeteries .bloc-3 {
      color: white !important;
      background-color: #d6000d; }
      .o-billetterie-container .billeteries .bloc-3 p {
        color: white !important;
        font-family: 'MuseoSans' !important;
        font-size: 16px; }
  .o-billetterie-container .image-bottom {
    margin: 40px 124px 0 124px; }
    .o-billetterie-container .image-bottom img {
      width: 100%; }

/** COLORS **/
/* media queries */
.o-press-container {
  padding-top: 270px;
  margin-left: 10px;
  margin-right: 10px; }
  .o-press-container h1 {
    font-size: 60px;
    font-weight: 900;
    font-family: 'MuseoSans';
    margin-left: 124px; }
    @media screen and (max-width: 767px) {
  .o-press-container h1 {
    margin-bottom: 47px;
    font-size: 30px;
    margin-left: 0;
    text-align: center; } }
  .o-press-container .presses {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 82px; }
    @media screen and (max-width: 767px) {
  .o-press-container .presses {
    margin-top: 0;
    justify-content: center; } }
    .o-press-container .presses a {
      margin-bottom: 60px;
      width: 23%;
      height: fit-content;
      margin-left: 20px; }
      @media screen and (max-width: 1023px) {
  .o-press-container .presses a {
    width: 48%; } }
      @media screen and (max-width: 767px) {
  .o-press-container .presses a {
    width: calc(100%); } }
      .o-press-container .presses a img {
        width: 100%;
        height: 30vh;
        object-fit: cover;
        object-position: center;
        margin-bottom: 10px; }
      .o-press-container .presses a h3 {
        font-size: 18px;
        font-weight: 900;
        margin-top: 0.5rem; }
      .o-press-container .presses a p {
        font-size: 20px;
        font-weight: 700;
        font-style: italic;
        color: #6dc0a8; }
      .o-press-container .presses a__subtitle {
        font-weight: 500;
        font-size: 18px; }

/** COLORS **/
/* media queries */
.o-fiche--cropped1 {
  -webkit-clip-path: polygon(5% -2%, 73% 0%, 113% 96%, 14% 97%);
  clip-path: polygon(5% -2%, 73% 0%, 113% 96%, 14% 97%); }
  .o-fiche--cropped2 {
    -webkit-clip-path: polygon(5% -15%, 95% 5%, 100% 95%, 0% 100%);
    clip-path: polygon(5% -15%, 95% 5%, 100% 95%, 0% 100%); }
  .o-fiche--cropped3 {
    -webkit-clip-path: polygon(-5% 5%, 93% 0%, 99% 99%, 4% 83%);
    clip-path: polygon(-5% 5%, 93% 0%, 99% 99%, 4% 83%); }
  .o-fiche--header {
    width: 100%;
    height: 80vh;
    max-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 2rem; }
    .o-fiche--header__credits {
      position: absolute;
      top: 81%;
      right: 5px;
      z-index: 3; }
      @media screen and (max-width: 767px) {
  .o-fiche--header__credits {
    bottom: -20px;
    top: auto;
    position: initial;
    padding: 0 8px; } }
      .o-fiche--header__credits span {
        font-size: 16px;
        line-height: 18px;
        font-style: italic;
        color: #000; }
    .o-fiche--header .o-item-background {
      position: absolute;
      bottom: 20px;
      left: -20px;
      max-width: 100%; }
      .o-fiche--header .o-item-background img {
        width: auto;
        max-width: 80%;
        max-height: 100%; }
    .o-fiche--header .o-js-fiche-bookit {
      position: fixed;
      top: 50vh;
      right: -50px;
      padding-left: 20px;
      background-image: url(../bundles/lehubagenceagora/images/icons/bookit-button-background-blue.svg);
      width: 142px;
      height: 87px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      outline: 0;
      z-index: 3000;
      transition: right ease 0.3s, padding ease 0.3s, width ease 0.3s; }
      .o-fiche--header .o-js-fiche-bookit img {
        max-width: 77px; }
      @media screen and (max-width: 767px) {
  .o-fiche--header .o-js-fiche-bookit {
    position: absolute;
    top: auto;
    bottom: 0px; } }
      @media screen and (min-width: 1023px) {
  .o-fiche--header .o-js-fiche-bookit:hover {
    right: -20px;
    transition: right ease 0.3s, padding ease 0.3s, width ease 0.3s;
    width: 132px;
    padding-left: 30px; } }
    .o-fiche--header .o-page-title-hidden {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .o-fiche--header .o-page-title-hidden h1, .o-fiche--header .o-page-title-hidden h2, .o-fiche--header .o-page-title-hidden h3, .o-fiche--header .o-page-title-hidden h4 {
        display: none; }
      .o-fiche--header .o-page-title-hidden img {
        width: auto;
        max-width: 80vw; }
    .o-fiche--header .o-video-container {
      position: absolute;
      height: calc(100% - 40px);
      width: 100%;
      bottom: 0;
      z-index: 0; }
      .o-fiche--header .o-video-container::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 5; }
      .o-fiche--header .o-video-container iframe {
        height: 100%;
        width: 100%; }
  .o-fiche .o-item-description {
    position: absolute;
    left: 20px;
    bottom: 25%;
    color: black;
    width: fit-content; }
    @media screen and (max-width: 767px) {
  .o-fiche .o-item-description {
    bottom: 100px;
    left: auto;
    position: initial; } }
    .o-fiche .o-item-description .o-item-date {
      background: white;
      display: initial;
      padding: 4px 8px;
      font-size: 16px;
      line-height: 24px;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      font-weight: 900; }
    .o-fiche .o-item-description .place-item {
      padding: 4px 8px;
      font-size: 16px;
      line-height: 24px;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      font-weight: 900;
      display: initial; }
    .o-fiche .o-item-description .o-item-title {
      padding: 0 8px;
      padding-top: 4px;
      margin-top: 10px;
      font-size: 22px;
      width: fit-content;
      text-decoration: underline;
      background-color: white;
      font-weight: 900;
      text-transform: uppercase;
      text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2); }
      .o-fiche .o-item-description .o-item-title a:hover {
        text-decoration: underline; }
    .o-fiche .o-item-description .o-item-subtitle {
      padding: 0 8px;
      width: fit-content;
      background-color: white;
      font-size: 16px;
      line-height: 30px;
      font-weight: 900;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      margin-bottom: 8px; }
    .o-fiche .o-item-description .o-item-bookit {
      margin-top: 20px; }
  .o-fiche--content {
    padding: 30px 5rem;
    background-color: white;
    border-bottom: 2px dashed black;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1023px) {
  .o-fiche--content {
    padding: 40px; } }
    @media screen and (max-width: 767px) {
  .o-fiche--content {
    padding: 20px;
    display: block; } }
    .o-fiche--content .bloc-aside-content {
      width: calc(20% - 0px); }
      @media screen and (max-width: 767px) {
  .o-fiche--content .bloc-aside-content {
    width: initial; } }
    .o-fiche--content--main {
      width: calc(70% - 0px);
      padding-right: 5rem; }
      @media screen and (max-width: 1023px) {
  .o-fiche--content--main {
    width: calc(100% - 250px);
    padding-right: 50px; } }
      @media screen and (max-width: 767px) {
  .o-fiche--content--main {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px; } }
      .o-fiche--content--main--highlight-text-list {
        color: #ca0f26; }
        .o-fiche--content--main--highlight-text-list li a {
          text-decoration: none;
          font-size: 16px;
          font-weight: 700; }
      .o-fiche--content--main--indicators {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        line-height: 32px;
        align-items: center;
        text-transform: uppercase;
        font-size: 16px;
        flex-wrap: wrap;
        font-weight: 900; }
        .o-fiche--content--main--indicators .o-item-bookit {
          margin-left: 1rem; }
          .o-fiche--content--main--indicators .o-item-bookit .book-single-button {
            height: 33px;
            background-color: #ca0f26;
            color: white;
            font-family: 'MuseoSans';
            padding: 0 8px;
            font-size: 14px;
            font-weight: 900;
            display: flex;
            align-items: center; }
            .o-fiche--content--main--indicators .o-item-bookit .book-single-button:hover {
              background-color: black;
              text-decoration: underline; }
            .o-fiche--content--main--indicators .o-item-bookit .book-single-button img {
              margin-left: 0.5rem; }
        .o-fiche--content--main--indicators .o-item-type {
          display: flex;
          padding: 0px;
          margin: 0px;
          font-size: 16px;
          line-height: 16px;
          height: 16px; }
          @media screen and (max-width: 767px) {
  .o-fiche--content--main--indicators .o-item-type {
    margin-bottom: 10px; } }
          .o-fiche--content--main--indicators .o-item-type li {
            display: inline-block;
            margin-right: 10px;
            padding-right: 10px;
            border-right: 2px solid black;
            line-height: 16px; }
            .o-fiche--content--main--indicators .o-item-type li:last-child {
              border: none;
              margin-right: 20px;
              padding-right: 0px; }
        .o-fiche--content--main--indicators .o-item-icon {
          display: block;
          font-size: 16px;
          line-height: 20px;
          margin-right: 20px; }
          @media screen and (max-width: 767px) {
  .o-fiche--content--main--indicators .o-item-icon {
    margin-bottom: 10px; } }
          .o-fiche--content--main--indicators .o-item-icon img {
            margin-right: 10px;
            display: inline-block;
            vertical-align: top;
            height: 16px;
            margin-top: 2px; }
          .o-fiche--content--main--indicators .o-item-icon span {
            display: inline-block;
            vertical-align: top; }
        .o-fiche--content--main--indicators .o-item-time {
          margin-right: 20px;
          line-height: 16px; }
          @media screen and (max-width: 767px) {
  .o-fiche--content--main--indicators .o-item-time {
    margin-right: 20px;
    margin-bottom: 10px; } }
        .o-fiche--content--main--indicators .o-item-accessibility {
          height: 32px;
          line-height: 0px;
          font-size: 0px;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media screen and (max-width: 767px) {
  .o-fiche--content--main--indicators .o-item-accessibility {
    margin-top: -12px;
    width: 100%; } }
          .o-fiche--content--main--indicators .o-item-accessibility img {
            margin-right: 10px;
            max-height: 32px; }
            .o-fiche--content--main--indicators .o-item-accessibility img:last-child {
              margin-right: 0px; }
      .o-fiche--content--main--highlight-text {
        color: #ca0f26;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px; }
        .o-fiche--content--main--highlight-text h4 {
          display: none; }
        .o-fiche--content--main--highlight-text li {
          display: none; }
          .o-fiche--content--main--highlight-text li:nth-child(-n+3) {
            display: block; }
        .o-fiche--content--main--highlight-text-toggle {
          display: none;
          text-decoration: underline;
          font-size: 16px;
          cursor: pointer; }
        @media screen and (max-width: 767px) {
  .o-fiche--content--main--highlight-text {
    font-size: 14px;
    line-height: 20px; } }
        .o-fiche--content--main--highlight-text.--open ul {
          font-size: 16px; }
          .o-fiche--content--main--highlight-text.--open p, .o-fiche--content--main--highlight-text.--open h4 {
            display: block; }
          .o-fiche--content--main--highlight-text.--open li:nth-child(-n+3) {
            display: block; }
      .o-fiche--content--main--description {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 21px;
        font-weight: 700; }
        @media screen and (max-width: 767px) {
  .o-fiche--content--main--description {
    font-size: 14px;
    line-height: 20px; } }
    .o-fiche--content--medias {
      display: flex;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
  .o-fiche--content--medias {
    display: block; } }
      .o-fiche--content--medias--item {
        width: 100%;
        margin-right: 20px;
        position: relative;
        overflow: hidden; }
        .o-fiche--content--medias--item:first-child:last-child {
          width: 100%;
          margin-right: 0px; }
        @media screen and (max-width: 767px) {
  .o-fiche--content--medias--item {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 10px; } }
        .o-fiche--content--medias--item:nth-child(4n), .o-fiche--content--medias--item:last-child {
          margin-right: 0px; }
        .o-fiche--content--medias--item img {
          width: 100%;
          height: auto; }
        .o-fiche--content--medias--item .o-media-link {
          display: block;
          position: relative;
          font-size: 0px;
          line-height: 0px;
          max-height: 100%; }
        .o-fiche--content--medias--item .o-link-medias {
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          max-height: 100%; }
          .o-fiche--content--medias--item .o-link-medias a img {
            width: auto; }
          .o-fiche--content--medias--item .o-link-medias .o-player-triangle {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 22px 0 22px 44px;
            border-color: transparent transparent transparent #ca0f26; }
    .o-fiche--content--wysiwyg, .o-fiche--content--presse {
      font-weight: 300;
      font-size: 18px;
      line-height: 20px; }
      @media screen and (max-width: 767px) {
  .o-fiche--content--wysiwyg, .o-fiche--content--presse {
    font-size: 15px;
    line-height: 18px; } }
      .o-fiche--content--wysiwyg p, .o-fiche--content--presse p {
        font-weight: 300;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
  .o-fiche--content--wysiwyg p, .o-fiche--content--presse p {
    font-size: 15px;
    line-height: 18px; } }
      .o-fiche--content--wysiwyg h2, .o-fiche--content--presse h2, .o-fiche--content--wysiwyg h3, .o-fiche--content--presse h3, .o-fiche--content--wysiwyg h4, .o-fiche--content--presse h4, .o-fiche--content--wysiwyg h5, .o-fiche--content--presse h5 {
        font-weight: 100;
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
  .o-fiche--content--wysiwyg h2, .o-fiche--content--presse h2, .o-fiche--content--wysiwyg h3, .o-fiche--content--presse h3, .o-fiche--content--wysiwyg h4, .o-fiche--content--presse h4, .o-fiche--content--wysiwyg h5, .o-fiche--content--presse h5 {
    font-size: 22px;
    line-height: 28px; } }
      .o-fiche--content--wysiwyg a, .o-fiche--content--presse a {
        text-decoration: underline; }
    .o-fiche--content--presse {
      position: relative;
      margin-top: 40px;
      padding-top: 30px;
      color: #6dbfa7; }
      .o-fiche--content--presse:before {
        width: 100%;
        max-width: 150px;
        border-top: 2px dashed black;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px; }
      .o-fiche--content--presse h2 {
        font-weight: 600; }
    .o-fiche--content--aside {
      width: 250px;
      margin-top: 1rem; }
      @media screen and (max-width: 1023px) {
  .o-fiche--content--aside {
    width: 200px; } }
      @media screen and (max-width: 767px) {
  .o-fiche--content--aside {
    width: 100%; } }
      .o-fiche--content--aside a {
        text-decoration: underline;
        font-weight: 300;
        font-size: 16px;
        line-height: 23px; }
      .o-fiche--content--aside h2, .o-fiche--content--aside h3, .o-fiche--content--aside h4 {
        padding: 20px 0px;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 20px;
        outline: 0;
        cursor: pointer;
        position: relative; }
        .o-fiche--content--aside h2:before, .o-fiche--content--aside h3:before, .o-fiche--content--aside h4:before {
          border-top: 2px dashed black;
          content: "";
          width: 100%;
          max-width: 150px;
          display: block;
          position: absolute;
          top: 0px;
          left: 0px; }
        .o-fiche--content--aside h2:first-child, .o-fiche--content--aside h3:first-child, .o-fiche--content--aside h4:first-child {
          padding-top: 0px;
          margin-top: 0px; }
          .o-fiche--content--aside h2:first-child:before, .o-fiche--content--aside h3:first-child:before, .o-fiche--content--aside h4:first-child:before {
            border: none;
            display: none; }
        .o-fiche--content--aside h2:focus, .o-fiche--content--aside h3:focus, .o-fiche--content--aside h4:focus {
          outline: 0; }
        .o-fiche--content--aside h2 a, .o-fiche--content--aside h3 a, .o-fiche--content--aside h4 a {
          text-decoration: underline; }
      .o-fiche--content--aside p, .o-fiche--content--aside .ui-accordion-content {
        padding-bottom: 20px;
        font-weight: 300;
        font-size: 16px;
        line-height: 18px; }
      .o-fiche--content--aside .ui-accordion-header:hover {
        text-decoration: underline; }
  .o-fiche--artists {
    position: relative;
    padding: 2% 20px;
    margin: 0 auto;
    background-color: #fff0f0;
    border-bottom: 2px dashed black;
    overflow: visible;
    z-index: 5;
    width: calc(100% - 20px); }
    @media screen and (max-width: 1023px) {
  .o-fiche--artists {
    padding: 40px; } }
    @media screen and (max-width: 767px) {
  .o-fiche--artists {
    padding: 20px; } }
    .o-fiche--artists--background {
      position: absolute;
      max-width: 60%;
      right: 0px;
      bottom: -80px;
      z-index: -1; }
      @media screen and (max-width: 767px) {
  .o-fiche--artists--background {
    bottom: -40px; } }
    .o-fiche--artists--content {
      display: flex;
      flex-wrap: wrap;
      z-index: 15;
      padding: 0 20%; }
      .o-fiche--artists--content--text {
        width: calc(50% - 30px);
        margin-left: 2rem; }
        @media screen and (max-width: 1023px) {
  .o-fiche--artists--content--text {
    width: calc(50% - 20px);
    margin-right: 40px; } }
        @media screen and (max-width: 767px) {
  .o-fiche--artists--content--text {
    width: 100%;
    margin-right: 0px;
    order: 2; } }
        .o-fiche--artists--content--text h3 {
          color: black;
          margin-bottom: 20px;
          font-size: 22px;
          line-height: 42px;
          font-weight: 700;
          font-family: 'MuseoSans'; }
          @media screen and (max-width: 767px) {
  .o-fiche--artists--content--text h3 {
    font-size: 23px;
    line-height: 28px; } }
        .o-fiche--artists--content--text p {
          font-size: 18px;
          line-height: 24px;
          font-weight: 300;
          margin-bottom: 20px; }
          @media screen and (max-width: 767px) {
  .o-fiche--artists--content--text p {
    font-size: 15px;
    line-height: 18px; } }
        .o-fiche--artists--content--text .o-linkto {
          color: black;
          font-weight: 500;
          display: inline-block;
          font-family: 'MuseoSans'; }
      .o-fiche--artists--content--image {
        width: calc(50% - 30px);
        font-size: 0px;
        line-height: 0px; }
        @media screen and (max-width: 1023px) {
  .o-fiche--artists--content--image {
    width: calc(50% - 20px); } }
        @media screen and (max-width: 767px) {
  .o-fiche--artists--content--image {
    width: 100%;
    margin-bottom: 20px;
    order: 1; } }
        .o-fiche--artists--content--image img {
          width: 100%;
          height: auto; }
  .o-fiche--see-also {
    position: relative;
    padding: 50px 20px;
    padding-bottom: 30px;
    background-color: #fff0f0;
    margin: 0 auto; }
  .o-fiche .o-fiche-title {
    display: block;
    text-align: center;
    font-size: 23px;
    margin-left: 10px;
    /* line-height: 0px; */
    /* height: 62px; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* background-size: auto 100%; */
    margin-bottom: 40px;
    background-color: white;
    width: fit-content;
    font-weight: 900; }
    .o-fiche .o-fiche-title--appendix {
      font-size: 36px;
      line-height: inherit; }
    .o-fiche .o-fiche-title.artistes {
      background-image: url(../bundles/lehubagenceagora/images/letters/artistes-associes.svg); }
      @media screen and (max-width: 767px) {
  .o-fiche .o-fiche-title.artistes {
    background-image: url(../bundles/lehubagenceagora/images/letters/artistes-associes-mobile.svg);
    height: 100px; } }
    .o-fiche .o-fiche-title.like {
      background-image: url(../bundles/lehubagenceagora/images/letters/vous-aimerez.svg); }
      @media screen and (max-width: 767px) {
  .o-fiche .o-fiche-title.like {
    height: 30px; } }
  .o-fiche--document {
    border-bottom: 2px dashed black; }
    @media screen and (max-width: 767px) {
      .o-fiche--document .o-fiche--header .o-item-description {
        bottom: 20px; } }
    .o-fiche--document--content {
      background-color: white;
      padding: 40px;
      width: calc(100% - 80px); }
      @media screen and (max-width: 767px) {
  .o-fiche--document--content {
    padding: 20px;
    width: calc(100% - 40px); } }
      .o-fiche--document--content .o-content {
        width: 100%;
        margin: 0 auto;
        max-width: 810px; }
        .o-fiche--document--content .o-content p, .o-fiche--document--content .o-content img, .o-fiche--document--content .o-content h1, .o-fiche--document--content .o-content h2, .o-fiche--document--content .o-content h3, .o-fiche--document--content .o-content h4 {
          display: block;
          width: 100%;
          margin-bottom: 20px; }
        .o-fiche--document--content .o-content .o-fiche--document--content--aside h1, .o-fiche--document--content .o-content .o-fiche--document--content--aside h2, .o-fiche--document--content .o-content .o-fiche--document--content--aside h3, .o-fiche--document--content .o-content .o-fiche--document--content--aside h4, .o-fiche--document--content .o-content .o-fiche--document--content--aside p {
          margin-bottom: 0px; }
      .o-fiche--document--content--wysiwyg, .o-fiche--document--content--presse {
        font-weight: 300;
        font-size: 18px;
        line-height: 22px; }
        @media screen and (max-width: 767px) {
  .o-fiche--document--content--wysiwyg, .o-fiche--document--content--presse {
    font-size: 15px;
    line-height: 18px; } }
        .o-fiche--document--content--wysiwyg p, .o-fiche--document--content--presse p {
          font-weight: 300;
          font-size: 18px;
          line-height: 22px;
          margin-bottom: 20px; }
          @media screen and (max-width: 767px) {
  .o-fiche--document--content--wysiwyg p, .o-fiche--document--content--presse p {
    font-size: 15px;
    line-height: 18px; } }
        .o-fiche--document--content--wysiwyg h2, .o-fiche--document--content--presse h2, .o-fiche--document--content--wysiwyg h3, .o-fiche--document--content--presse h3, .o-fiche--document--content--wysiwyg h4, .o-fiche--document--content--presse h4, .o-fiche--document--content--wysiwyg h5, .o-fiche--document--content--presse h5 {
          font-weight: 100;
          font-size: 32px;
          line-height: 36px;
          margin-bottom: 20px; }
          @media screen and (max-width: 767px) {
  .o-fiche--document--content--wysiwyg h2, .o-fiche--document--content--presse h2, .o-fiche--document--content--wysiwyg h3, .o-fiche--document--content--presse h3, .o-fiche--document--content--wysiwyg h4, .o-fiche--document--content--presse h4, .o-fiche--document--content--wysiwyg h5, .o-fiche--document--content--presse h5 {
    font-size: 22px;
    line-height: 28px; } }
        .o-fiche--document--content--wysiwyg a, .o-fiche--document--content--presse a {
          text-decoration: underline; }
      .o-fiche--document--content--presse {
        position: relative;
        margin-top: 40px;
        padding-top: 30px;
        color: #104c7f; }
        .o-fiche--document--content--presse:before {
          width: 100%;
          max-width: 150px;
          border-top: 2px dashed black;
          content: "";
          position: absolute;
          top: 0px;
          left: 0px; }
        .o-fiche--document--content--presse h2 {
          text-transform: uppercase; }
      .o-fiche--document--content--aside {
        width: 100%;
        margin-top: 40px; }
        .o-fiche--document--content--aside h2, .o-fiche--document--content--aside h3, .o-fiche--document--content--aside h4 {
          padding: 20px 0px;
          margin-bottom: 0px;
          text-transform: uppercase;
          font-size: 20px;
          line-height: 20px;
          outline: 0;
          cursor: pointer;
          position: relative; }
          .o-fiche--document--content--aside h2:before, .o-fiche--document--content--aside h3:before, .o-fiche--document--content--aside h4:before {
            border-top: 2px dashed black;
            content: "";
            width: 100%;
            max-width: 150px;
            display: block;
            position: absolute;
            top: 0px;
            left: 0px; }
          .o-fiche--document--content--aside h2:focus, .o-fiche--document--content--aside h3:focus, .o-fiche--document--content--aside h4:focus {
            outline: 0; }
        .o-fiche--document--content--aside p, .o-fiche--document--content--aside .ui-accordion-content {
          padding-bottom: 20px;
          font-weight: 300; }
        .o-fiche--document--content--aside .ui-accordion-header:hover {
          text-decoration: underline; }

/** COLORS **/
/* media queries */
.o-footer {
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100px;
  display: flex;
  margin-top: -100px; }
  @media screen and (max-width: 767px) {
  .o-footer {
    display: block;
    padding-top: 0px;
    margin-top: 0px; } }
  .o-footer--content {
    background-color: #f0f0f0;
    background-size: 100% auto;
    background-position: top -100px left;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    padding: 30px 40px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
  .o-footer--content {
    display: block;
    padding: 20px;
    width: calc(100% - 40px);
    background-position: top left;
    background-color: #f8f8f8; } }
    .o-footer--content--company {
      width: 80%;
      display: flex; }
      @media screen and (max-width: 767px) {
  .o-footer--content--company {
    display: block;
    width: 100%; } }
      .o-footer--content--company .logo {
        display: inline-block;
        margin-right: 20px; }
        @media screen and (max-width: 767px) {
  .o-footer--content--company .logo {
    display: block;
    margin-right: 0px;
    margin-bottom: 20px; } }
        .o-footer--content--company .logo img {
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
          width: 150px;
          height: auto; }
      .o-footer--content--company .coordinates {
        display: flex; }
      @media screen and (max-width: 767px) {
  .o-footer--content--company .coordinates {
    flex-direction: column; } }
      .o-footer--content--company .description {
        display: inline;
        max-width: 230px;
        padding: 5px;
        font-size: 14px;
        line-height: 16px;
        font-weight: 100; }
        @media screen and (max-width: 767px) {
  .o-footer--content--company .description {
    display: block;
    width: 100%;
    margin-bottom: 20px; } }
        .o-footer--content--company .description p {
          margin-bottom: 10px; }
          .o-footer--content--company .description p:last-child {
            margin-bottom: 0px; }
        .o-footer--content--company .place {
          vertical-align: top; }
        .o-footer--content--company .place h5 {
          font-weight: bold;
          margin-bottom: 10px;
          font-size: 1em; }
        .o-footer--content--company .place p {
          margin-bottom: 0; }
        .o-footer--content--company .place a {
          color: #f8f8f8;
          background-color: black;
          display: block;
          margin-top: 10px;
          font-weight: 500;
          width: fit-content;
          padding: 4px; }
          .o-footer--content--company .place a:hover {
            background-color: #ca0f26; }
      .o-footer--content--company .infos_ticket {
        border: 2px dashed black;
        margin-left: 30vh;
        margin-right: 30vh;
        max-width: 320px; }
        @media screen and (max-width: 1024px) {
  .o-footer--content--company .infos_ticket {
    margin: 0 20px 30px 0; } }
    .o-footer--content--menus {
      width: 20%; }
      .o-footer--content--menus .follow {
        text-transform: uppercase;
        font-family: 'MuseoSans', 'Verdana', 'Arial';
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 4px; }
      @media screen and (max-width: 767px) {
  .o-footer--content--menus {
    display: block;
    width: 100%;
    text-align: left; } }
      .o-footer--content--menus--social {
        margin-bottom: 10px; }
        .o-footer--content--menus--social a {
          display: inline-block;
          margin-right: 6px; }
          .o-footer--content--menus--social a img {
            width: 33px; }
          .o-footer--content--menus--social a:last-child {
            margin-right: 0px; }
      .o-footer--content--menus--menu ul {
        margin: 0px;
        padding: 0px;
        display: block;
        padding-right: 10px; }
        .o-footer--content--menus--menu ul li {
          margin-bottom: 10px;
          display: block; }
          .o-footer--content--menus--menu ul li:last-child {
            margin-bottom: 0px; }
          .o-footer--content--menus--menu ul li a {
            display: block;
            font-size: 12px;
            line-height: 16px;
            font-weight: 700; }
        .o-footer--content--menus--menu ul .btn-newsletter, .o-footer--content--menus--menu ul .btn-press {
          width: 145px;
          background: #ca0f26;
          padding: 10px;
          color: white;
          text-align: center;
          text-transform: uppercase;
          font-weight: 900;
          font-size: 14px; }
        .o-footer--content--menus--menu ul .btn-press {
          background: #6dbfa7; }
        .o-footer--content--menus--menu ul.o-menu-bold {
          position: relative;
          padding-bottom: 20px;
          margin-bottom: 20px; }
          .o-footer--content--menus--menu ul.o-menu-bold:after {
            position: absolute;
            bottom: 0px;
            right: 10px;
            height: 2px;
            background-color: black;
            width: 20px;
            content: ""; }
            @media screen and (max-width: 767px) {
    .o-footer--content--menus--menu ul.o-menu-bold:after {
      right: auto;
      left: 0px; } }
          .o-footer--content--menus--menu ul.o-menu-bold li a {
            font-weight: 900; }

/** COLORS **/
/* media queries */
body {
  z-index: 100;
  margin: 0px;
  padding: 0px;
  font-family: 'MuseoSans', 'Verdana', 'Arial';
  background-color: white;
  transition: background ease 0.8s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.o-noScroll {
    max-height: 100vh;
    overflow: hidden;
    overflow-y: hidden; }

.o-pageContainer {
  min-height: 300px;
  background-color: #fff0f0;
  background-color: white; }

.background-pink {
  visibility: hidden;
  position: absolute;
  z-index: 1000;
  background-color: #fae8e8;
  height: 100vh;
  display: flex;
  justify-content: center;
  opacity: 0.9; }
  .background-pink .block-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 1000;
    overflow: scroll; }
    .background-pink .block-link .block-open-modal-menu {
      display: flex;
      flex-direction: column;
      align-items: center;
      cursor: pointer;
      position: absolute;
      right: 5%;
      top: 5%; }
      .background-pink .block-link .block-open-modal-menu .show-open {
        display: none; }
    .background-pink .block-link #mdiv {
      width: 25px;
      height: 25px; }
    .background-pink .block-link .mdiv {
      height: 25px;
      width: 2px;
      margin-left: 12px;
      background-color: black;
      transform: rotate(45deg);
      z-index: 1; }
    .background-pink .block-link .md {
      height: 25px;
      width: 2px;
      background-color: black;
      transform: rotate(90deg);
      Z-index: 2; }
    .background-pink .block-link .page-link {
      text-align: center; }
      @media screen and (max-width: 767px) {
  .background-pink .block-link .page-link {
    padding-top: 50%; } }
      .background-pink .block-link .page-link .in-pink-bloc li {
        font-family: 'MuseoSans', 'Verdana', 'Arial';
        font-size: 40px;
        margin-bottom: 10px;
        font-weight: 900; }
        @media screen and (max-width: 767px) {
    .background-pink .block-link .page-link .in-pink-bloc li {
      font-size: 35px; } }
        .background-pink .block-link .page-link .in-pink-bloc li a {
          background-color: white; }
        .background-pink .block-link .page-link .in-pink-bloc .submenu {
          margin-top: 20px;
          margin-bottom: 40px;
          display: none; }
        .background-pink .block-link .page-link .in-pink-bloc .submenu__item {
          font-size: 23px;
          padding: 4px; }
    .background-pink .block-link .with-pink-bloc {
      position: initial;
      display: flex;
      justify-content: center;
      width: fit-content;
      transform: unset;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
  .background-pink .block-link .with-pink-bloc {
    padding-bottom: 110px; } }

.o-bookit-white, .o-bookit-black {
  width: 120px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all ease 0.2s;
  outline: 0; }
  .o-bookit-white img, .o-bookit-black img {
    max-width: calc(100% - 20px); }
  @media screen and (max-width: 767px) {
  .o-bookit-white, .o-bookit-black {
    width: 82px;
    height: 44px; } }
  .o-bookit-white:hover, .o-bookit-black:hover {
    width: 130px;
    height: 74px;
    transition: all ease 0.2s;
    outline: 0; }
    @media screen and (max-width: 767px) {
  .o-bookit-white:hover, .o-bookit-black:hover {
    width: 82px;
    height: 44px; } }

.o-bookit-white {
  background-image: url(../bundles/lehubagenceagora/images/icons/bookit-button-background-white.svg); }
  .o-bookit-white:hover {
    margin-left: -5px;
    margin-top: -10px; }
    @media screen and (max-width: 767px) {
  .o-bookit-white:hover {
    margin-left: 0px;
    margin-top: 0px; } }

.o-bookit-black, .o-bookit-black.o-item-bookit {
  background-image: url(../bundles/lehubagenceagora/images/icons/bookit-button-background-black.svg);
  margin: 0 auto; }
  .o-bookit-black:hover, .o-bookit-black.o-item-bookit:hover {
    margin-top: -10px; }
    @media screen and (max-width: 767px) {
  .o-bookit-black:hover, .o-bookit-black.o-item-bookit:hover {
    margin-top: 0px; } }

.o-timeline-results table .o-bookit-white:hover, .o-timeline-results table .o-bookit-black:hover, .o-timeline-results table .o-bookit-black.o-item-bookit:hover {
  width: 120px;
  height: 64px;
  margin-left: 0px;
  margin-top: 0px; }
  @media screen and (max-width: 767px) {
      .o-timeline-results table .o-bookit-white:hover, .o-timeline-results table .o-bookit-black:hover, .o-timeline-results table .o-bookit-black.o-item-bookit:hover {
        width: 82px;
        height: 44px; } }
  .o-timeline-results table .o-bookit-black:hover, .o-timeline-results table .o-bookit-black.o-item-bookit:hover {
    margin-left: auto; }

.select2-dropdown {
  z-index: 10001 !important;
  border: none !important;
  border-radius: 0px !important;
  padding: 10px;
  background-color: white; }
  .select2-dropdown .select2-search {
    display: none; }
  .select2-dropdown .select2-results .select2-results__options {
    max-height: 100vh !important; }
  .select2-dropdown .select2-results .select2-results__options .select2-results__option:first-child {
    display: none; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true], .select2-results__option[aria-selected], .select2-results__option {
  background-color: white !important;
  color: black !important;
  border-bottom: 1px dashed black;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase; }

#back2Top {
  z-index: 999;
  display: none;
  cursor: pointer;
  margin-top: 6px; }

#back2Top:hover {
  background-color: #ddf;
  color: #000; }

.scroll-button {
  margin: 20px 0;
  text-align: center;
  font-weight: 500;
  text-decoration: underline;
  font-family: 'MuseoSans';
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-direction: column; }

.o-fiche--content--wysiwyg p img {
  max-width: 550px; }
  @media screen and (max-width: 767px) {
      .o-fiche--content--wysiwyg p img {
        max-width: 100%;
        height: auto !important; } }

/** COLORS **/
/* media queries */
.o-header {
  position: relative;
  width: 100%; }
  .o-header .burger {
    z-index: 1000;
    position: fixed;
    cursor: pointer;
    top: 50px;
    z-index: 100;
    right: 5%; }
    @media screen and (max-width: 767px) {
  .o-header .burger {
    top: 30px; } }
    .o-header .burger__container {
      display: flex;
      justify-content: center;
      align-items: center; }
      .o-header .burger__container .menu {
        font-weight: 900;
        text-transform: uppercase;
        font-size: 12px; }
      .o-header .burger__container__logo {
        position: absolute; }
        .o-header .burger__container__logo .trait {
          display: flex;
          flex-direction: column;
          border-radius: 40%; }
          .o-header .burger__container__logo .trait #trait1 {
            width: 48px;
            margin-bottom: 6px;
            transform: rotate(1deg); }
          .o-header .burger__container__logo .trait #trait2 {
            width: 48px;
            margin-bottom: 6px;
            transform: rotate(4deg); }
          .o-header .burger__container__logo .trait #trait3 {
            width: 31px;
            margin-bottom: 6px; }
          .o-header .burger__container__logo .trait span {
            width: 3rem;
            border-bottom: 3px solid black;
            height: 2px; }
      .o-header .burger__container:hover #trait2 {
        padding-top: 6px; }
        .o-header .burger__container:hover #trait1 {
          padding-bottom: 6px;
          transform: rotate(-8deg); }
        .o-header .burger__container:hover #trait3 {
          padding-top: 6px;
          transform: rotate(8deg); }
  .o-header--logo {
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    padding-left: 45px;
    padding-right: 230px;
    padding-bottom: 40px;
    padding-top: 40px;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    font-size: 0px;
    line-height: 0px;
    transition-duration: 0.4s; }
    .o-header--logo a {
      display: inline-block;
      font-size: 0px;
      line-height: 0px; }
      .o-header--logo a img {
        width: 180px; }
    @media screen and (max-width: 767px) {
  .o-header--logo {
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 0; }
    .o-header--logo a img {
      width: 100px;
      height: auto; } }
    @media screen and (max-width: 767px) {
  .o-header--logo a img {
    width: 120px;
    height: auto; } }
    .o-header--logo img {
      display: inline-block; }
  .o-header--container {
    display: none;
    z-index: 9998;
    position: fixed;
    top: -100vh;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: white;
    opacity: 1;
    max-height: 100vh;
    overflow: hidden;
    background-size: auto 110%, auto 80%;
    background-position: center, top right;
    background-repeat: no-repeat, no-repeat;
    margin-top: -40px;
    transition: opacity ease 1.5s, margin ease 0.6s; }
    @media screen and (max-width: 767px) {
  .o-header--container {
    background-size: auto 100%, 100% auto;
    background-position: center, bottom 60px right; } }
    .o-header--container.visible {
      margin-top: 0px;
      transition: opacity ease 1.5s, margin ease 0.6s; }
    .o-header--container ul {
      display: block;
      padding: 0px;
      margin: 0px;
      margin-bottom: 40px;
      opacity: 0;
      transition: all ease 1s; }
      .o-header--container ul li {
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        margin-right: 20px; }
        @media screen and (max-width: 767px) {
  .o-header--container ul li {
    margin-right: 0px;
    margin-bottom: 20px;
    display: block;
    text-align: center; } }
        .o-header--container ul li:last-child {
          margin-right: 0px; }
        .o-header--container ul li a {
          display: block;
          border-bottom: 1px solid transparent; }
          @media screen and (max-width: 767px) {
  .o-header--container ul li a {
    border: none; } }
          .o-header--container ul li a:hover {
            border-color: black; }
      .o-header--container ul.o-header--menus--main {
        position: relative;
        margin-bottom: 0px; }
        .o-header--container ul.o-header--menus--main li {
          font-size: 54px;
          line-height: 60px;
          display: block;
          font-weight: 900;
          text-align: center;
          margin-right: 0px;
          margin-bottom: 0px; }
          @media screen and (max-width: 1023px) {
  .o-header--container ul.o-header--menus--main li {
    font-size: 42px; } }
          @media screen and (max-width: 767px) {
  .o-header--container ul.o-header--menus--main li {
    font-size: 24px;
    line-height: 40px; } }
          .o-header--container ul.o-header--menus--main li a {
            display: inline;
            border: none;
            position: relative; }
            .o-header--container ul.o-header--menus--main li a:before {
              position: absolute;
              content: "";
              background-image: url(../bundles/lehubagenceagora/images/icons/icon-left-arrow-pink.png);
              background-position: left center;
              background-repeat: no-repeat;
              width: 30px;
              height: 60px;
              top: 0px;
              left: -50px;
              opacity: 0;
              transition: all ease 0.3s; }
              @media screen and (max-width: 767px) {
  .o-header--container ul.o-header--menus--main li a:before {
    height: 20px;
    background-size: 16px auto; } }
            .o-header--container ul.o-header--menus--main li a:hover {
              color: #ca0f26; }
              .o-header--container ul.o-header--menus--main li a:hover:before {
                left: -30px;
                opacity: 1;
                transition: all ease 0.3s; }
        .o-header--container ul.o-header--menus--main:after {
          display: block;
          margin: 20px auto;
          margin-bottom: 30px;
          border-top: 3px dashed black;
          height: 2px;
          content: "";
          width: 100%;
          max-width: 330px; }
          @media screen and (max-width: 767px) {
  .o-header--container ul.o-header--menus--main:after {
    max-width: calc(100% - 80px); } }
  .o-header--menus {
    padding: 40px 0px; }
    @media screen and (max-width: 767px) {
  .o-header--menus {
    padding-top: 160px;
    max-height: calc(100vh - 200px);
    height: calc(100vh - 200px);
    overflow: hidden;
    overflow-y: scroll; } }
  .o-header--close {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    font-size: 0px;
    line-height: 0px;
    z-index: 1000; }
    @media screen and (max-width: 767px) {
  .o-header--close {
    display: block; } }
    .o-header--close img {
      width: 20px;
      height: auto;
      outline: 0; }
      .o-header--close img:focus {
        outline: 0; }
  .o-header--toggle-bar {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    line-height: 40px;
    display: block;
    background-color: white;
    color: black;
    text-transform: lowercase;
    font-size: 16px;
    cursor: pointer;
    transition: all ease 0.6s;
    text-transform: uppercase;
    font-weight: 900; }
    @media screen and (max-width: 767px) {
  .o-header--toggle-bar {
    text-align: right;
    padding-right: 20px;
    width: calc(100% - 20px); } }
    .o-header--toggle-bar div {
      display: inline-block;
      vertical-align: top; }
      .o-header--toggle-bar div.burger {
        margin-right: 5px;
        height: 40px; }
        .o-header--toggle-bar div.burger span {
          display: block;
          height: 2px;
          background-color: black;
          transition: all ease 0.6s;
          width: 17px;
          margin-top: 4px; }
          .o-header--toggle-bar div.burger span:first-child {
            margin-top: 12px; }
  .o-header--opened .o-header--container .o-header--toggle-bar {
    background-color: black;
    color: white;
    transition: all ease 0.6s; }
    .o-header--opened .o-header--container .o-header--toggle-bar div.burger span {
      background-color: white;
      transition: all ease 0.6s; }
    .o-header--opened .o-header--container ul {
      opacity: 1;
      transition: all ease 2s; }
  .o-header--overlay {
    z-index: 9997;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.3);
    display: none; }

.loader-agenda {
  background-color: #d6000d;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10%;
  color: white;
  z-index: 1000;
  text-align: center;
  opacity: 0;
  padding: 10px;
  border-radius: 20px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
  .loader-agenda {
    width: calc(100% - 40px); } }

/** COLORS **/
/* media queries */
.o-home {
  background-color: #fff0f0; }
  .o-home--cropped1 {
    -webkit-clip-path: polygon(5% -2%, 73% 0%, 113% 96%, 14% 97%);
    clip-path: polygon(5% -2%, 73% 0%, 113% 96%, 14% 97%); }
  .o-home--cropped2 {
    -webkit-clip-path: polygon(5% -15%, 95% 5%, 100% 95%, 0% 100%);
    clip-path: polygon(5% -15%, 95% 5%, 100% 95%, 0% 100%); }
  .o-home--cropped3 {
    -webkit-clip-path: polygon(-5% 5%, 93% 0%, 99% 99%, 4% 83%);
    clip-path: polygon(-5% 5%, 93% 0%, 99% 99%, 4% 83%); }
  .o-home__menu-navigation {
    width: fit-content;
    display: flex;
    color: white;
    bottom: 70px;
    position: absolute;
    right: 0%; }
    .o-home__menu-navigation__menu {
      position: relative;
      margin: 0 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 97px;
      height: 97px;
      opacity: 1;
      border-radius: 50%; }
      .o-home__menu-navigation__menu:hover img {
        transform: scale(1.1);
        filter: invert(13%) sepia(76%) saturate(3190%) hue-rotate(343deg) brightness(60%) contrast(106%); }
      .o-home__menu-navigation__menu .title {
        font-family: 'MuseoSans';
        z-index: 100;
        font-size: 16px;
        font-weight: 900;
        position: absolute; }
  .o-home--separator {
    border-bottom: 3px dashed black;
    width: 100%;
    height: 0px;
    display: block;
    clear: both;
    margin: 0 auto;
    margin-top: 30px;
    max-width: calc(100vw - 40px);
    margin-bottom: 30px; }
    .o-home--separator--spaced {
      margin: 0 auto;
      margin-bottom: 30px;
      width: calc(100% - 20px); }
    .o-home--separator--timeline {
      margin-top: 20px;
      margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
  .o-home--separator {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -20px; } }
  .o-home--highlight {
    display: block;
    width: 100%;
    position: relative; }
    .o-home--highlight .o-home-scroll-down {
      width: 44px;
      height: 44px;
      position: absolute;
      left: 50px;
      bottom: 8%;
      background-image: url(../bundles/lehubagenceagora/images/icons/arrow-back.svg);
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer;
      transition: all ease 0.2s; }
      @media screen and (max-width: 767px) {
  .o-home--highlight .o-home-scroll-down {
    display: none; } }
    .o-home--highlight--background {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100vh;
      background-color: black;
      border: 40px solid white;
      height: calc(100vh - 80px);
      width: calc(100% - 80px); }
      @media screen and (max-width: 767px) {
  .o-home--highlight--background {
    min-height: calc(100vh - 80px);
    border-left: 0px;
    border-right: 0px;
    width: 100%; } }
    .o-home--highlight--item {
      width: 100%;
      height: 100vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative; }
      @media screen and (max-width: 767px) {
  .o-home--highlight--item {
    min-height: 100vh; } }
      .o-home--highlight--item .o-item-indicators {
        height: 20px;
        line-height: 20px;
        padding: 10px 0px;
        text-align: center;
        display: flex;
        width: 100vh;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0px;
        right: 0px;
        transform-origin: right;
        transform: translate(-20px, calc(100vh - 20px)) rotate(90deg); }
        @media screen and (max-width: 767px) {
  .o-home--highlight--item .o-item-indicators {
    width: calc(100% - 20px);
    padding: 10px;
    top: auto;
    bottom: 0px;
    min-width: 0px;
    transform: none;
    justify-content: flex-start;
    font-size: 13px; } }
        @media screen and (min-width: 800px) {
  .o-home--highlight--item .o-item-indicators {
    transform: translate(-20px, calc(100vh - 20px)) rotate(90deg); } }
        .o-home--highlight--item .o-item-indicators .o-item-type {
          display: flex;
          padding: 0px;
          margin: 0px;
          font-size: 16px;
          font-weight: 900;
          text-transform: uppercase; }
          @media screen and (max-width: 767px) {
  .o-home--highlight--item .o-item-indicators .o-item-type {
    font-size: 13px; } }
          .o-home--highlight--item .o-item-indicators .o-item-type li {
            display: inline-block;
            margin-right: 10px;
            padding-right: 10px;
            border-right: 2px solid black;
            line-height: 20px; }
            .o-home--highlight--item .o-item-indicators .o-item-type li:last-child {
              border: none;
              margin-right: 20px;
              padding-right: 0px; }
        .o-home--highlight--item .o-item-indicators .o-item-place {
          display: block;
          font-size: 16px;
          font-weight: 900;
          line-height: 20px;
          text-transform: uppercase; }
          @media screen and (max-width: 767px) {
  .o-home--highlight--item .o-item-indicators .o-item-place {
    font-size: 13px; } }
          .o-home--highlight--item .o-item-indicators .o-item-place img {
            margin-right: 10px;
            display: inline-block;
            vertical-align: top;
            height: 16px;
            margin-top: 2px; }
          .o-home--highlight--item .o-item-indicators .o-item-place span {
            display: inline-block;
            vertical-align: top; }
      .o-home--highlight--item-text .o-item-contour {
        height: calc(100%);
        width: calc(100%);
        background-color: rgba(0, 0, 0, 0.2);
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
        color: white; }
        @media screen and (max-width: 767px) {
    .o-home--highlight--item-text .o-item-contour {
      border-left: 0px;
      border-right: 0px;
      width: 100%; } }
        .o-home--highlight--item-text .o-item-contour--inner {
          width: 100%;
          height: 100%;
          overflow: hidden; }
          .o-home--highlight--item-text .o-item-contour--inner .o-video-container {
            width: 100%;
            height: 100%; }
            .o-home--highlight--item-text .o-item-contour--inner .o-video-container iframe {
              width: 100%;
              height: 100%;
              display: block; }
          .o-home--highlight--item-text .o-item-contour--inner .o-item-background {
            position: absolute;
            bottom: 20px;
            left: -20px;
            max-width: 100%; }
            .o-home--highlight--item-text .o-item-contour--inner .o-item-background img {
              width: auto;
              max-width: 80%;
              max-height: 100%; }
              @media screen and (max-width: 767px) {
    .o-home--highlight--item-text .o-item-contour--inner .o-item-background img {
      max-width: 100%; } }
          .o-home--highlight--item-text .o-item-contour--inner .o-item-description {
            position: absolute;
            left: 20px;
            bottom: 30%;
            width: calc(100% - 40px);
            width: fit-content; }
            .o-home--highlight--item-text .o-item-contour--inner .o-item-description .o-item-date {
              font-size: 24px;
              line-height: 24px;
              font-weight: 900; }
              @media screen and (max-width: 767px) {
    .o-home--highlight--item-text .o-item-contour--inner .o-item-description .o-item-date {
      font-size: 20px;
      line-height: 20px; } }
            .o-home--highlight--item-text .o-item-contour--inner .o-item-description .date-home-focus {
              margin-top: 8px;
              display: flex;
              align-items: center;
              background: white;
              color: black;
              padding-left: 8px;
              padding-bottom: 4px; }
              .o-home--highlight--item-text .o-item-contour--inner .o-item-description .date-home-focus .o-item-date {
                font-size: 16px; }
                .o-home--highlight--item-text .o-item-contour--inner .o-item-description .date-home-focus .o-item-date .place-item {
                  display: inline-block; }
              .o-home--highlight--item-text .o-item-contour--inner .o-item-description .date-home-focus a {
                display: inline-block;
                margin-left: 0.5rem;
                margin-right: 4px; }
            .o-home--highlight--item-text .o-item-contour--inner .o-item-description .o-item-title {
              margin-top: 10px;
              font-size: 22px;
              font-weight: 900;
              text-transform: uppercase;
              color: black;
              background-color: white;
              text-decoration: underline;
              padding: 0 8px;
              padding-top: 4px; }
              @media screen and (max-width: 767px) {
    .o-home--highlight--item-text .o-item-contour--inner .o-item-description .o-item-title {
      font-size: 30px;
      line-height: 30px; } }
              .o-home--highlight--item-text .o-item-contour--inner .o-item-description .o-item-title a:hover {
                text-decoration: underline; }
            .o-home--highlight--item-text .o-item-contour--inner .o-item-description .o-item-subtitle {
              font-size: 16px;
              line-height: 30px;
              font-weight: 900;
              background-color: white;
              color: black;
              padding: 0 8px;
              width: fit-content; }
              @media screen and (max-width: 767px) {
    .o-home--highlight--item-text .o-item-contour--inner .o-item-description .o-item-subtitle {
      font-size: 20px;
      line-height: 20px; } }
            .o-home--highlight--item-text .o-item-contour--inner .o-item-description .o-item-bookit {
              margin-top: 20px;
              margin-left: 10px; }
    .o-home--highlight .slick-dots {
      position: absolute;
      right: 0px;
      bottom: 20px;
      display: inline-block;
      height: 40px;
      padding: 0px 20px;
      padding-right: 40px;
      width: auto;
      background-color: white;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
  .o-home--highlight .slick-dots {
    padding: 0px 15px;
    height: 30px;
    bottom: 35px; } }
      .o-home--highlight .slick-dots li {
        margin: 0px;
        margin-right: 20px;
        height: 12px;
        width: 12px;
        border-radius: 6px;
        background-color: black;
        cursor: pointer; }
        .o-home--highlight .slick-dots li.slick-active {
          background-color: #ca0f26; }
        .o-home--highlight .slick-dots li:last-child {
          margin-right: 0px; }
  .o-home .slick-dotted.slick-slider {
    margin: 0px; }
  .o-home--timeline {
    background-color: white;
    padding: 0px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
  .o-home--timeline {
    padding-bottom: 0px; } }
    .o-home--timeline .point-background {
      padding-top: 130px;
      position: absolute;
      height: 200px;
      width: 100%;
      background: none; }
      @media screen and (max-width: 767px) {
  .o-home--timeline .point-background {
    padding-top: 60px; } }
    .o-home--timeline .o-home-timeline {
      margin: 0 auto;
      z-index: 10000;
      max-height: 72px;
      padding-top: 200px;
      position: relative; }
      @media screen and (max-width: 767px) {
  .o-home--timeline .o-home-timeline {
    padding-top: 150px; } }
      .o-home--timeline .o-home-timeline h1 {
        font-size: 60px;
        font-weight: 900;
        font-family: 'MuseoSans';
        margin-left: 124px;
        margin-bottom: 60px;
        margin-left: 15%;
        display: inline-block;
        padding: 3px;
        background-color: white; }
        @media screen and (max-width: 767px) {
  .o-home--timeline .o-home-timeline h1 {
    margin-bottom: 47px;
    font-size: 30px;
    margin-left: 0;
    text-align: center; } }
      .o-home--timeline .o-home-timeline .slick-slide {
        outline: 0; }
        .o-home--timeline .o-home-timeline .slick-slide:focus {
          outline: 0; }
      .o-home--timeline .o-home-timeline ul {
        position: relative;
        display: block;
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-wrap: wrap; }
        @media screen and (max-width: 767px) {
  .o-home--timeline .o-home-timeline ul {
    width: 100%; } }
        .o-home--timeline .o-home-timeline ul li {
          color: #b8b8b8;
          display: flex !important;
          width: 50px;
          text-align: center;
          align-items: center;
          justify-content: left; }
        .o-home--timeline .o-home-timeline ul li a {
          outline: 0;
          color: black; }
          .o-home--timeline .o-home-timeline ul li a:focus {
            outline: 0; }
          .o-home--timeline .o-home-timeline ul li a:hover .o-day {
            text-decoration: underline; }
        .o-home--timeline .o-home-timeline ul li img {
          max-width: 100%; }
        .o-home--timeline .o-home-timeline ul li .o-day {
          display: block;
          font-size: 20px;
          font-weight: 300;
          margin-left: 2rem;
          text-align: left;
          font-family: 'MuseoSans'; }
        .o-home--timeline .o-home-timeline ul li .o-date {
          display: block;
          font-size: 64px;
          font-weight: 100;
          font-family: 'MuseoSans';
          margin-left: 2rem; }
        .o-home--timeline .o-home-timeline ul li.active {
          background-position: center;
          background-repeat: no-repeat;
          background-image: url(../bundles/lehubagenceagora/images/icons/icon-timeline-active.png);
          background-position: center;
          background-size: contain;
          color: white !important; }
          .o-home--timeline .o-home-timeline ul li.active a {
            color: white; }
        .o-home--timeline .o-home-timeline ul li.month {
          height: 40px;
          margin-top: 10px; }
      .o-home--timeline .o-home-timeline .slick-arrow {
        position: absolute;
        top: -54px;
        right: 0px;
        width: 50px;
        height: 50px;
        background-position: center;
        background-repeat: no-repeat;
        left: auto;
        transform: none; }
        .o-home--timeline .o-home-timeline .slick-arrow:before {
          display: none; }
        .o-home--timeline .o-home-timeline .slick-arrow.slick-prev {
          background-image: url(../bundles/lehubagenceagora/images/icons/arrow-back.svg);
          left: 2%;
          transform: rotate(90deg); }
        @media screen and (max-width: 767px) {
    .o-home--timeline .o-home-timeline .slick-arrow.slick-prev {
      right: auto;
      left: 0px; } }
        .o-home--timeline .o-home-timeline .slick-arrow.slick-next {
          background-image: url(../bundles/lehubagenceagora/images/icons/arrow-back.svg);
          right: 2%;
          transform: rotate(270deg); }
        @media screen and (max-width: 767px) {
    .o-home--timeline .o-home-timeline .slick-arrow.slick-next {
      right: 0px; } }
    .o-home--timeline .o-timeline-results {
      display: block;
      width: calc(100%);
      background-color: white;
      display: none;
      margin-bottom: 137px; }
      .o-home--timeline .o-timeline-results table {
        border: none;
        border-collapse: collapse;
        position: relative; }
        .o-home--timeline .o-timeline-results table:after {
          content: "";
          position: absolute;
          border-bottom: 3px dashed black;
          bottom: 0px;
          left: -20px;
          width: calc(100% + 40px); }
        @media screen and (max-width: 767px) {
    .o-home--timeline .o-timeline-results table:after {
      left: -40px;
      width: calc(100% + 80px); } }
        @media screen and (max-width: 767px) {
  .o-home--timeline .o-timeline-results table {
    display: block; }
    .o-home--timeline .o-timeline-results table tbody, .o-home--timeline .o-timeline-results table tr, .o-home--timeline .o-timeline-results table td {
      display: block; } }
        .o-home--timeline .o-timeline-results table tr, .o-home--timeline .o-timeline-results table td {
          border-collapse: collapse;
          border: none; }
        .o-home--timeline .o-timeline-results table tr {
          border-bottom: 1px dashed black; }
        @media screen and (max-width: 767px) {
    .o-home--timeline .o-timeline-results table tr {
      padding: 5px 0px;
      position: relative; } }
        .o-home--timeline .o-timeline-results table tr:last-child {
          border-bottom: none; }
        .o-home--timeline .o-timeline-results table tr td {
          padding: 15px 5px;
          line-height: 20px; }
          @media screen and (max-width: 767px) {
    .o-home--timeline .o-timeline-results table tr td {
      padding: 5px; } }
          .o-home--timeline .o-timeline-results table tr td.o-event-time {
            font-weight: 900;
            font-size: 16px;
            width: 50px; }
            @media screen and (max-width: 767px) {
    .o-home--timeline .o-timeline-results table tr td.o-event-time {
      display: inline-block; } }
          .o-home--timeline .o-timeline-results table tr td.o-event-place {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 200px;
            font-weight: 900; }
            @media screen and (max-width: 767px) {
    .o-home--timeline .o-timeline-results table tr td.o-event-place {
      display: inline-block; } }
            .o-home--timeline .o-timeline-results table tr td.o-event-place img {
              display: inline-block;
              vertical-align: top;
              margin-right: 10px;
              margin-top: 1px; }
            .o-home--timeline .o-timeline-results table tr td.o-event-place span {
              display: inline-block;
              vertical-align: top;
              font-size: 16px;
              text-transform: uppercase;
              font-weight: 700; }
          .o-home--timeline .o-timeline-results table tr td.o-event-type {
            width: 140px;
            font-weight: 900; }
          .o-home--timeline .o-timeline-results table tr td.o-event-title {
            text-transform: uppercase;
            font-size: 20px;
            font-weight: 900;
            max-width: 450px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            .o-home--timeline .o-timeline-results table tr td.o-event-title:hover a {
              text-decoration: underline; }
            @media screen and (max-width: 1023px) {
    .o-home--timeline .o-timeline-results table tr td.o-event-title {
      max-width: 300px; } }
            @media screen and (max-width: 767px) {
    .o-home--timeline .o-timeline-results table tr td.o-event-title {
      max-width: none;
      white-space: normal; } }
          .o-home--timeline .o-timeline-results table tr td.o-event-company {
            font-weight: 500;
            max-width: 250px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .o-home--timeline .o-timeline-results table tr td .o-bookit-black {
            width: 82px;
            height: 44px; }
            @media screen and (max-width: 767px) {
    .o-home--timeline .o-timeline-results table tr td .o-bookit-black {
      position: absolute;
      top: 10px;
      right: 0px; } }
  .o-home--social-wall {
    background-color: white;
    padding: 0px 40px;
    padding-bottom: 40px;
    padding-top: 30px;
    width: calc(100% - 80px);
    position: relative;
    /*border-bottom: 3px dashed black;*/ }
    @media screen and (max-width: 767px) {
  .o-home--social-wall {
    padding: 20px 0px;
    padding-bottom: 0px;
    width: 100%; } }
    .o-home--social-wall .o-social-wall {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      /*.slick-list {
       @media screen and (max-width: $mobile) {
       overflow: scroll;
       }
       }*/ }
      @media screen and (max-width: 767px) {
  .o-home--social-wall .o-social-wall {
    flex-wrap: nowrap;
    overflow: scroll;
    padding-bottom: 20px; } }
      .o-home--social-wall .o-social-wall--no-image {
        margin: auto; }
      .o-home--social-wall .o-social-wall--item {
        width: 236px;
        margin-right: 40px; }
        .o-home--social-wall .o-social-wall--item--link {
          outline-style: none; }
        @media screen and (max-width: 767px) {
  .o-home--social-wall .o-social-wall--item {
    margin-right: 0px;
    padding: 0px 5px; }
    .o-home--social-wall .o-social-wall--item:first-child {
      padding-left: 10px; }
    .o-home--social-wall .o-social-wall--item:last-child {
      padding-right: 10px; } }
        .o-home--social-wall .o-social-wall--item .o-image-container {
          width: 236px;
          background-repeat: no-repeat;
          background-position: left bottom;
          background-size: 22px 22px;
          margin-bottom: 10px;
          min-height: 22px; }
        @media screen and (max-width: 767px) {
    .o-home--social-wall .o-social-wall--item .o-image-container {
      margin: 0 auto;
      margin-bottom: 10px; } }
        .o-home--social-wall .o-social-wall--item .o-image-container.o-social-instagram {
          background-image: url(../bundles/lehubagenceagora/images/icons/icon-social-wall-instagram.svg); }
        .o-home--social-wall .o-social-wall--item .o-image-container.o-social-twitter {
          background-image: url(../bundles/lehubagenceagora/images/icons/icon-social-wall-twitter.svg); }
        .o-home--social-wall .o-social-wall--item .o-image-container.o-social-facebook {
          background-image: url(../bundles/lehubagenceagora/images/icons/icon-social-wall-facebook.svg); }
        .o-home--social-wall .o-social-wall--item .o-image-container .o-image {
          width: 236px;
          height: 236px;
          font-size: 0px;
          line-height: 0px;
          border-radius: 100%;
          overflow: hidden; }
          .o-home--social-wall .o-social-wall--item .o-image-container .o-image img {
            width: 100%; }
        .o-home--social-wall .o-social-wall--item .o-social-description {
          width: 236px; }
        @media screen and (max-width: 767px) {
    .o-home--social-wall .o-social-wall--item .o-social-description {
      margin: 0 auto; } }
        .o-home--social-wall .o-social-wall--item .o-social-description .o-social-wall--item--account {
          font-size: 12px;
          line-height: 18px;
          font-weight: 700; }
        .o-home--social-wall .o-social-wall--item .o-social-description .o-social-wall--item--description {
          font-size: 14px;
          line-height: 20px;
          font-weight: 700; }
          .o-home--social-wall .o-social-wall--item .o-social-description .o-social-wall--item--description.o-item-no-image {
            font-size: 20px;
            line-height: 26px; }
          .o-home--social-wall .o-social-wall--item .o-social-description .o-social-wall--item--description a {
            text-decoration: underline; }
      .o-home--social-wall .o-social-wall .slick-track {
        display: flex; }
      .o-home--social-wall .o-social-wall .slick-arrow {
        width: 34px;
        height: 34px;
        background-color: white;
        cursor: pointer;
        top: 30%;
        transform: translateY(-50%);
        z-index: 2000;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 13px 13px; }
        .o-home--social-wall .o-social-wall .slick-arrow:before {
          display: none; }
        .o-home--social-wall .o-social-wall .slick-arrow.slick-prev {
          left: 0px;
          background-image: url(../bundles/lehubagenceagora/images/icons/icon-slider-timeline-left.svg); }
        @media screen and (max-width: 767px) {
    .o-home--social-wall .o-social-wall .slick-arrow.slick-prev {
      left: 0px; } }
        .o-home--social-wall .o-social-wall .slick-arrow.slick-next {
          right: 0px;
          background-image: url(../bundles/lehubagenceagora/images/icons/icon-slider-timeline-right.svg); }
        @media screen and (max-width: 767px) {
    .o-home--social-wall .o-social-wall .slick-arrow.slick-next {
      right: 0px; } }

.get_alert__content {
  text-align: center; }
  .get_alert__content h3, .get_alert__content a {
    font-family: 'MuseoSans';
    font-weight: 900; }
  .get_alert__content__title h3 {
    padding: 0 4px;
    margin: auto;
    background-color: white;
    width: fit-content;
    font-size: 40px;
    margin-bottom: 14px; }
    @media screen and (max-width: 767px) {
      .get_alert__content__title h3 {
        font-size: 17px; } }
  .get_alert__content__summary {
    margin-bottom: 15px; }
  .get_alert__content a {
    background-color: black;
    color: white;
    padding: 4px; }
  .get_alert__content a:hover {
    background-color: #ca0f26; }

/** COLORS **/
/* media queries */
.o-list {
  padding: 10px;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
  .o-list {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; } }
  .o-list .o-list-item {
    width: calc((100% - 20px) / 3);
    height: calc((70vw - 20px) / 3);
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 2000px) {
  .o-list .o-list-item {
    width: calc((100% - 20px) / 4);
    height: calc((100vw - 20px) / 4); } }
    @media screen and (max-width: 1023px) {
  .o-list .o-list-item {
    width: calc((100% - 20px) / 2);
    height: calc((100vw - 20px) / 2); } }
    @media screen and (max-width: 767px) {
  .o-list .o-list-item {
    width: 100%;
    height: fit-content;
    margin-bottom: 20px; } }
    .o-list .o-list-item--separator {
      width: 100%;
      border: none;
      height: 0px;
      border-bottom: 3px dashed black;
      margin-bottom: 30px; }
    .o-list .o-list-item--inner {
      overflow: hidden;
      border: 10px solid transparent;
      position: relative;
      width: calc(100% - 20px);
      height: calc(( (70vw - 20px) / 3 ) - 50px);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      align-items: flex-end; }
      .o-list .o-list-item--inner .img-event {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      .o-list .o-list-item--inner .agenda-events {
        font-family: 'MuseoSans';
        position: absolute;
        bottom: 5%; }
        @media screen and (max-width: 767px) {
  .o-list .o-list-item--inner .agenda-events {
    left: 20px; } }
        .o-list .o-list-item--inner .agenda-events__title h2 {
          padding: 4px 10px;
          font-size: 22px;
          width: fit-content;
          font-weight: 900;
          background-color: white;
          text-decoration: underline; }
        .o-list .o-list-item--inner .agenda-events__subtitle {
          padding: 4px 10px;
          width: fit-content;
          font-size: 16px;
          background-color: white;
          margin-bottom: 5px;
          font-weight: 900; }
        .o-list .o-list-item--inner .agenda-events__date {
          display: block;
          padding: 4px 10px;
          width: fit-content;
          background-color: white;
          font-weight: 900;
          display: flex;
          align-items: center; }
          .o-list .o-list-item--inner .agenda-events__date img {
            margin-left: 4px; }
      @media screen and (min-width: 2000px) {
  .o-list .o-list-item--inner {
    height: calc(( (100vw - 20px) / 4 ) - 20px); } }
      @media screen and (max-width: 1023px) {
  .o-list .o-list-item--inner {
    height: calc(( (100vw - 20px) / 2 ) - 20px); } }
      @media screen and (max-width: 767px) {
  .o-list .o-list-item--inner {
    height: fit-content;
    width: 100%;
    border-left: none;
    border-right: none; } }
      .o-list .o-list-item--inner:hover .agenda-events__title {
        margin-bottom: 6px; }
        .o-list .o-list-item--inner:hover .agenda-events__subtitle {
          margin-bottom: 6px; }
        .o-list .o-list-item--inner:hover .agenda-events__date {
          margin-bottom: 6px; }
    .o-list .o-list-item .o-item-contour {
      width: calc(100% - 64px);
      height: calc(100% - 82px);
      border-bottom-width: 50px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto calc(100% + 102px); }
      @media screen and (max-width: 767px) {
  .o-list .o-list-item .o-item-contour {
    width: 100%;
    border-left: none;
    border-right: none; } }
      .o-list .o-list-item .o-item-contour .o-item-hover {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        background-color: rgba(255, 255, 255, 0.9);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: black;
        opacity: 0;
        transition: all ease 0.2s; }
        .o-list .o-list-item .o-item-contour .o-item-hover .o-item-content-title {
          font-size: 30px;
          line-height: 34px;
          font-weight: 900;
          text-transform: uppercase;
          margin-top: 40px; }
        @media screen and (max-width: 1200px) {
    .o-list .o-list-item .o-item-contour .o-item-hover .o-item-content-title {
      font-size: 26px;
      line-height: 26px; } }
        .o-list .o-list-item .o-item-contour .o-item-hover .o-item-content-company {
          font-size: 22px;
          line-height: 36px;
          font-weight: 300; }
        @media screen and (max-width: 1200px) {
    .o-list .o-list-item .o-item-contour .o-item-hover .o-item-content-company {
      font-size: 18px;
      line-height: 18px; } }
        .o-list .o-list-item .o-item-contour .o-item-hover .o-item-content-separator {
          margin: 0 auto;
          margin-bottom: 15px;
          border-top: 3px dashed black;
          width: 100%;
          max-width: 160px; }
        @media screen and (max-width: 1200px) {
    .o-list .o-list-item .o-item-contour .o-item-hover .o-item-content-separator {
      display: none; } }
        .o-list .o-list-item .o-item-contour .o-item-hover .o-item-bookit {
          font-size: 0px;
          line-height: 0px;
          position: absolute;
          bottom: 20px;
          left: calc(50% - 60px); }
        .o-list .o-list-item .o-item-contour .o-item-hover .o-item-content-date {
          font-size: 16px;
          line-height: 34px;
          margin-bottom: 40px;
          font-weight: 900; }
        .o-list .o-list-item .o-item-contour .o-item-hover .o-item-content-types {
          position: absolute;
          top: 2px;
          left: 0px;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 14px;
          font-weight: 900; }
        .o-list .o-list-item .o-item-contour .o-item-hover .o-item-content-types-place {
          line-height: 32px;
          text-align: center;
          text-transform: uppercase;
          margin-left: 20px; }
          @media screen and (max-width: 1200px) {
    .o-list .o-list-item .o-item-contour .o-item-hover .o-item-content-types-place {
      font-size: 10px; } }
          .o-list .o-list-item .o-item-contour .o-item-hover .o-item-content-types-place img {
            height: 14px;
            display: inline-block;
            vertical-align: top;
            margin-top: 8px;
            margin-right: 10px; }
          .o-list .o-list-item .o-item-contour .o-item-hover .o-item-content-types-place span {
            display: inline-block;
            vertical-align: top; }
        .o-list .o-list-item .o-item-contour .o-item-hover .o-item-content-types-type {
          line-height: 32px;
          text-align: center; }
          .o-list .o-list-item .o-item-contour .o-item-hover .o-item-content-types-type li {
            display: inline-block;
            margin-right: 3px;
            padding-right: 6px;
            border-right: 2px solid black;
            line-height: 20px;
            text-transform: uppercase;
            font-size: 14px; }
            @media screen and (max-width: 1200px) {
    .o-list .o-list-item .o-item-contour .o-item-hover .o-item-content-types-type li {
      font-size: 10px; } }
            .o-list .o-list-item .o-item-contour .o-item-hover .o-item-content-types-type li:last-child {
              border: none;
              margin-right: 0px;
              padding-right: 0px; }
    @media screen and (max-width: 767px) {
    .o-list .o-list-item--event {
      height: calc(100vw - 40px); }
      .o-list .o-list-item--event .o-list-item--inner {
        height: 100%; } }
      @media screen and (min-width: 1023px) {
    .o-list .o-list-item--event:hover .o-item-contour {
      border-color: transparent; }
      .o-list .o-list-item--event:hover .o-item-contour .o-item-hover {
        opacity: 1;
        transition: all ease 0.2s; }
      .o-list .o-list-item--event:hover .o-item-contour .o-item-date, .o-list .o-list-item--event:hover .o-item-contour .o-item-place, .o-list .o-list-item--event:hover .o-item-contour .o-item-type, .o-list .o-list-item--event:hover .o-item-contour .o-item-titles {
        opacity: 0; } }
      .o-list .o-list-item--event .o-item-date {
        position: absolute;
        top: 0px;
        left: 0px;
        line-height: 32px;
        width: 100%;
        text-align: center;
        font-weight: 900;
        font-size: 16px;
        text-transform: uppercase;
        background-color: white; }
        @media screen and (max-width: 767px) {
  .o-list .o-list-item--event .o-item-date + .o-item-place {
    top: 32px; } }
      .o-list .o-list-item--event .o-item-titles {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        padding: 5px 0px;
        line-height: 40px;
        max-width: 80%;
        text-align: center;
        text-transform: uppercase;
        background-color: white;
        white-space: nowrap; }
        .o-list .o-list-item--event .o-item-titles .o-item-title, .o-list .o-list-item--event .o-item-titles .o-item-subtitle {
          line-height: 20px;
          font-size: 16px;
          font-weight: 900;
          text-transform: uppercase;
          text-overflow: ellipsis;
          overflow: hidden; }
        .o-list .o-list-item--event .o-item-titles .o-item-subtitle {
          font-weight: 500;
          text-transform: none; }
      .o-list .o-list-item--event .o-item-place {
        background-color: white;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        font-weight: 900;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        transform-origin: left;
        text-transform: uppercase;
        transform: translate(16px, calc(( (100vw - 20px) / 3 ) - 32px)) rotate(-90deg); }
        @media screen and (min-width: 2000px) {
  .o-list .o-list-item--event .o-item-place {
    transform: translate(16px, calc(( (100vw - 20px) / 4 ) - 32px)) rotate(-90deg); } }
        @media screen and (max-width: 1023px) {
  .o-list .o-list-item--event .o-item-place {
    transform: translate(16px, calc(( (100vw - 20px) / 2 ) - 32px)) rotate(-90deg); } }
        @media screen and (max-width: 767px) {
  .o-list .o-list-item--event .o-item-place {
    transform: none;
    top: 0px; } }
        .o-list .o-list-item--event .o-item-place img {
          height: 16px;
          display: inline-block;
          vertical-align: top;
          margin-top: 6px;
          margin-right: 10px; }
        .o-list .o-list-item--event .o-item-place span {
          display: inline-block;
          vertical-align: top; }
      .o-list .o-list-item--event .o-item-type {
        background-color: white;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 100%;
        line-height: 32px;
        font-weight: 900;
        font-size: 16px;
        text-align: center;
        transform-origin: right;
        transform: translate(-16px, calc(( (100vw - 20px) / 3 ) - 32px)) rotate(90deg); }
        @media screen and (min-width: 2000px) {
  .o-list .o-list-item--event .o-item-type {
    transform: translate(-16px, calc(( (100vw - 20px) / 4 ) - 32px)) rotate(90deg); } }
        @media screen and (max-width: 1023px) {
  .o-list .o-list-item--event .o-item-type {
    transform: translate(-16px, calc(( (100vw - 20px) / 2 ) - 32px)) rotate(90deg); } }
        @media screen and (max-width: 767px) {
  .o-list .o-list-item--event .o-item-type {
    display: none; } }
        .o-list .o-list-item--event .o-item-type li {
          display: inline-block;
          margin-right: 10px;
          padding-right: 10px;
          border-right: 2px solid black;
          line-height: 20px;
          text-transform: uppercase;
          font-size: 16px; }
        .o-list .o-list-item--event .o-item-type li:last-child {
          border: none;
          margin-right: 0px;
          padding-right: 0px; }
    @media screen and (max-width: 767px) {
    .o-list .o-list-item--image {
      height: auto; } }
      @media screen and (max-width: 767px) {
    .o-list .o-list-item--image .o-list-item--inner {
      height: auto; } }
      .o-list .o-list-item--image a {
        display: flex;
        width: 100%;
        height: 100%;
        font-size: 0px;
        line-height: 0px;
        align-items: center;
        justify-content: center;
        background-size: cover; }
        @media screen and (max-width: 767px) {
  .o-list .o-list-item--image a {
    height: auto; } }
        .o-list .o-list-item--image a img {
          max-width: 100%; }
    .o-list .o-list-item--video .o-list-item--inner:hover .o-item-contour--cropped1 {
      -webkit-clip-path: none;
      clip-path: none;
      transition-duration: 2s; }
      .o-list .o-list-item--video .o-list-item--inner:hover .o-item-contour--cropped2 {
        -webkit-clip-path: none;
        clip-path: none;
        transition-duration: 2s; }
      .o-list .o-list-item--video .o-list-item--inner:hover .o-item-contour--cropped3 {
        -webkit-clip-path: none;
        clip-path: none;
        transition-duration: 2s; }
      .o-list .o-list-item--video .o-item-contour {
        width: calc(100%);
        height: calc(100%);
        border-bottom-width: 32px; }
      @media screen and (max-width: 767px) {
    .o-list .o-list-item--video .o-item-contour {
      width: 100%;
      border-top: none;
      height: calc(100% - 32px); } }
      .o-list .o-list-item--video .o-item-contour--cropped1 {
        -webkit-clip-path: polygon(5% -2%, 73% 0%, 113% 96%, 14% 97%);
        clip-path: polygon(5% -2%, 73% 0%, 113% 96%, 14% 97%);
        transition-duration: 2s; }
      .o-list .o-list-item--video .o-item-contour--cropped1:hover {
        -webkit-clip-path: none;
        clip-path: none;
        transition-duration: 2s; }
      .o-list .o-list-item--video .o-item-contour--cropped2 {
        -webkit-clip-path: polygon(5% -15%, 95% 5%, 100% 95%, 0% 100%);
        clip-path: polygon(5% -15%, 95% 5%, 100% 95%, 0% 100%);
        transition-duration: 2s; }
      .o-list .o-list-item--video .o-item-contour--cropped2:hover {
        -webkit-clip-path: none;
        clip-path: none;
        transition-duration: 2s; }
      .o-list .o-list-item--video .o-item-contour--cropped3 {
        -webkit-clip-path: polygon(-5% 5%, 93% 0%, 99% 99%, 4% 83%);
        clip-path: polygon(-5% 5%, 93% 0%, 99% 99%, 4% 83%);
        transition-duration: 2s; }
      .o-list .o-list-item--video .o-item-contour--cropped3:hover {
        -webkit-clip-path: none;
        clip-path: none;
        transition-duration: 2s; }
      .o-list .o-list-item--video .o-item-titles {
        position: absolute;
        bottom: 0px;
        left: 0px;
        line-height: 32px;
        width: 100%;
        text-align: center;
        background-repeat: no-repeat;
        background-position: left 32px center; }
      .o-list .o-list-item--video .o-item-titles .o-item-title {
        line-height: 32px;
        font-size: 22px;
        font-weight: 900;
        background: white;
        width: fit-content;
        padding-left: 8px;
        padding-right: 8px; }
      .o-list .o-list-item--video .o-item-titles .o-item-subtitle {
        line-height: 32px;
        padding-right: 8px;
        font-size: 16px;
        font-weight: 900;
        background: white;
        width: fit-content;
        padding-left: 8px; }
      .o-list .o-list-item--video .o-item-titles .icon-play {
        position: absolute;
        left: 5%;
        top: -125%; }
      .o-list .o-list-item--video .o-item-linkto {
        position: absolute; }
    .o-list .o-list-item--link {
      background-size: cover; }
      .o-list .o-list-item--link a {
        background-color: transparent; }
      .o-list .o-list-item--link .o-list-item--inner {
        background-size: cover; }
      .o-list .o-list-item--link .o-list-item--inner #other-doc-bloc {
        display: flex;
        padding: 10%;
        box-sizing: border-box;
        border-top: dashed 3px black;
        border-bottom: dashed 3px black; }
      @media screen and (max-width: 1024px) {
      .o-list .o-list-item--link .o-list-item--inner #other-doc-bloc {
        padding: 0; } }
      @media screen and (max-width: 767px) {
      .o-list .o-list-item--link .o-list-item--inner #other-doc-bloc {
        padding: 5%; } }
      .o-list .o-list-item--link .o-list-item--inner .bloc-doc:hover .bloc-doc__article {
        position: absolute;
        top: 50%; }
      .o-list .o-list-item--link .o-list-item--inner .bloc-doc .block-image {
        width: 100%; }
      @media screen and (max-width: 767px) {
        .o-list .o-list-item--link .o-list-item--inner .bloc-doc .block-image {
          height: calc(80vw - 40px); } }
      .o-list .o-list-item--link .o-list-item--inner .bloc-doc .block-image img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      .o-list .o-list-item--link .o-list-item--inner .bloc-doc__article {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: initial;
        font-family: 'MuseoSans'; }
      .o-list .o-list-item--link .o-list-item--inner .bloc-doc__article article {
        height: 50%;
        padding: unset;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
      .o-list .o-list-item--link .o-list-item--inner .bloc-doc__article h2 {
        padding: 4px 10px;
        font-size: 22px;
        width: fit-content;
        font-weight: 900;
        background-color: white;
        text-decoration: underline;
        text-align: left;
        color: black; }
      .o-list .o-list-item--link .o-list-item--inner .bloc-doc__article .o-item-text {
        font-size: 16px;
        padding: 0px 10px;
        text-align: left; }
      .o-list .o-list-item--link a {
        display: block;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 5px; }
      .o-list .o-list-item--link a article {
        display: block;
        padding: 40px;
        width: calc(100% - 80px);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; }
      .o-list .o-list-item--link a #o-item-other-title {
        text-decoration: underline;
        font-size: 40px;
        letter-spacing: 0px;
        line-height: 44px;
        text-transform: lowercase;
        background-repeat: no-repeat;
        background-size: auto;
        background-color: white;
        display: inline;
        color: black;
        width: 80%;
        margin: 3px; }
      @media screen and (max-width: 1366px) {
      .o-list .o-list-item--link a #o-item-other-title {
        font-size: 30px;
        line-height: 34px; } }
      .o-list .o-list-item--link a #o-item-other-title:hover {
        background-color: black;
        color: white; }
      .o-list .o-list-item--link a .o-item-title {
        font-size: 30px;
        line-height: 34px;
        font-weight: 900;
        margin-bottom: 8px;
        text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.1); }
      .o-list .o-list-item--link a .o-item-subtitle {
        font-size: 22px;
        line-height: 26px;
        font-weight: 300;
        margin-bottom: 15px;
        text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.1); }
    .o-list .o-list-item--double {
      width: calc((100% - 20px) / 1.5);
      height: calc((70vw - 20px) / 1.5); }
      @media screen and (min-width: 2000px) {
  .o-list .o-list-item--double {
    width: calc((100% - 20px) / 2);
    height: calc((100vw - 20px) / 2); } }
      @media screen and (max-width: 1023px) {
  .o-list .o-list-item--double {
    width: calc((100% - 20px) / 2);
    height: calc((100vw - 20px) / 2); } }
      @media screen and (max-width: 767px) {
  .o-list .o-list-item--double {
    width: 100%;
    height: calc(100vw + 20px); } }
      .o-list .o-list-item--double .o-list-item--inner {
        border: 10px solid transparent;
        position: relative;
        width: calc(100% - 20px);
        height: calc(( (70vw - 20px) / 1.5 ) - 20px); }
      @media screen and (min-width: 2000px) {
    .o-list .o-list-item--double .o-list-item--inner {
      height: calc(( (100vw - 20px) / 2 ) - 20px); } }
      @media screen and (max-width: 1023px) {
    .o-list .o-list-item--double .o-list-item--inner {
      height: calc(( (100vw - 20px) / 2 ) - 20px); } }
      @media screen and (max-width: 767px) {
    .o-list .o-list-item--double .o-list-item--inner {
      height: calc(100vw - 20px);
      width: 100%;
      border-left: none;
      border-right: none; } }
      .o-list .o-list-item--double .o-list-item--inner .o-item-contour .o-item-hover {
        width: calc(100% - 260px - 10vw);
        height: calc(100% - 260px - 10vw);
        top: 120px;
        left: 120px;
        padding: 10px;
        border: 5vw solid transparent; }
      @media screen and (max-width: 1200px) {
        .o-list .o-list-item--double .o-list-item--inner .o-item-contour .o-item-hover {
          width: calc(100% - 200px - 8vw);
          height: calc(100% - 200px - 8vw);
          top: 80px;
          left: 80px;
          border: 4vw solid transparent; } }
      @media screen and (max-width: 1023px) {
        .o-list .o-list-item--double .o-list-item--inner .o-item-contour .o-item-hover {
          top: 0px;
          left: 0px;
          padding: 62px;
          padding-bottom: 80px;
          width: calc(100% - 124px);
          height: calc(100% - 142px); } }
      @media screen and (max-width: 1200px) {
          .o-list .o-list-item--double .o-list-item--inner .o-item-contour .o-item-hover .o-item-content-separator {
            display: block; } }
      @media screen and (max-width: 767px) {
      .o-list .o-list-item--double.o-list-item--event .o-item-date + .o-item-place {
        top: 32px; } }
      .o-list .o-list-item--double.o-list-item--event .o-item-place {
        transform: translate(16px, calc(( (100vw - 20px) / 1.5 ) - 32px)) rotate(-90deg); }
      @media screen and (min-width: 2000px) {
      .o-list .o-list-item--double.o-list-item--event .o-item-place {
        transform: translate(16px, calc(( (100vw - 20px) / 2 ) - 32px)) rotate(-90deg); } }
      @media screen and (max-width: 1023px) {
      .o-list .o-list-item--double.o-list-item--event .o-item-place {
        transform: translate(16px, calc(( (100vw - 20px) / 2 ) - 32px)) rotate(-90deg); } }
      @media screen and (max-width: 767px) {
      .o-list .o-list-item--double.o-list-item--event .o-item-place {
        transform: none;
        top: 0px; } }
      .o-list .o-list-item--double.o-list-item--event .o-item-type {
        transform: translate(-16px, calc(( (100vw - 20px) / 1.5 ) - 32px)) rotate(90deg); }
      @media screen and (min-width: 2000px) {
      .o-list .o-list-item--double.o-list-item--event .o-item-type {
        transform: translate(-16px, calc(( (100vw - 20px) / 2 ) - 32px)) rotate(90deg); } }
      @media screen and (max-width: 1023px) {
      .o-list .o-list-item--double.o-list-item--event .o-item-type {
        transform: translate(-16px, calc(( (100vw - 20px) / 2 ) - 32px)) rotate(90deg); } }
      @media screen and (max-width: 767px) {
      .o-list .o-list-item--double.o-list-item--event .o-item-type {
        transform: translate(-16px, calc(100vw - 52px)) rotate(90deg); } }
    .o-list .o-list-item .o-item-linkto {
      display: block;
      width: 100%;
      height: 100%; }

.bloc-doc:hover .bloc-doc__article {
  position: absolute;
  top: 45%; }

.bolder-item {
  font-weight: 900 !important; }

.separtor-fiche {
  background-color: white; }

.o-list-item a {
  height: 100%; }
  .o-list-item .block-image {
    height: 100%; }
    .o-list-item .block-image__image--cropped1 {
      -webkit-clip-path: polygon(5% -2%, 73% 0%, 113% 96%, 14% 97%);
      clip-path: polygon(5% -2%, 73% 0%, 113% 96%, 14% 97%);
      transition-duration: 2s; }
      .o-list-item .block-image__image--cropped2 {
        -webkit-clip-path: polygon(5% -15%, 95% 5%, 100% 95%, 0% 100%);
        clip-path: polygon(5% -15%, 95% 5%, 100% 95%, 0% 100%);
        transition-duration: 2s; }
      .o-list-item .block-image__image--cropped3 {
        -webkit-clip-path: polygon(-5% 5%, 93% 0%, 99% 99%, 4% 83%);
        clip-path: polygon(-5% 5%, 93% 0%, 99% 99%, 4% 83%);
        transition-duration: 2s; }
  .o-list-item:hover .block-image__image--cropped1 {
    -webkit-clip-path: none;
    clip-path: none;
    transition-duration: 2s; }
    .o-list-item:hover .block-image__image--cropped2 {
      -webkit-clip-path: none;
      clip-path: none;
      transition-duration: 2s; }
    .o-list-item:hover .block-image__image--cropped3 {
      -webkit-clip-path: none;
      clip-path: none;
      transition-duration: 2s; }

.bloc-doc .block-image {
  width: 100%;
  height: 50%; }

/** COLORS **/
/* media queries */
.o-programme .o-home--timeline {
  padding-top: 270px; }
  @media screen and (max-width: 1023px) {
    .o-programme .o-home--timeline {
      padding-top: 120px; } }
  .o-programme--filters {
    padding: 40px;
    padding-top: 0px;
    width: calc(100% - 80px);
    background-color: white; }
  @media screen and (max-width: 767px) {
    .o-programme--filters {
      width: calc(100% - 40px);
      padding: 20px;
      padding-top: 0px; } }
  .o-programme--filters--header {
    padding: 10px 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    border-top: 3px dashed black;
    border-bottom: 3px dashed black;
    margin-bottom: 20px;
    display: none; }
    @media screen and (max-width: 767px) {
    .o-programme--filters--header {
      display: block; } }
    .o-programme--filters--header span {
      display: inline-block;
      padding-left: 16px;
      background-image: url(../bundles/lehubagenceagora/images/icons/icon-slider-timeline-bottom.svg);
      background-position: left center;
      background-repeat: no-repeat; }
    .o-programme--filters--header.open {
      border-bottom: none;
      margin-bottom: 0px; }
      .o-programme--filters--header.open span {
        background-image: url(../bundles/lehubagenceagora/images/icons/icon-slider-timeline-top.svg); }
      .o-programme--filters--header.open + form select {
        display: block;
        padding-left: 16px;
        background-image: url(../bundles/lehubagenceagora/images/icons/icon-slider-timeline-right.svg);
        background-position: left center;
        background-repeat: no-repeat;
        margin-bottom: 20px; }
        .o-programme--filters--header.open + form .o-see-all {
          text-align: left;
          padding-top: 10px;
          border-top: 3px dashed black; }
  .o-programme--filters form select, .o-programme--filters form .select2-container {
    -webkit-appearance: none;
    outline: 0;
    border: none;
    border-radius: 0px;
    background: none;
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    line-height: 30px;
    border-bottom: 1px dashed black;
    width: calc(16.66% - 20px) !important;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px; }
    @media screen and (max-width: 1200px) {
      .o-programme--filters form select, .o-programme--filters form .select2-container {
        width: 100% !important;
        max-width: 200px; } }
    @media screen and (max-width: 767px) {
      .o-programme--filters form select, .o-programme--filters form .select2-container {
        width: 100%;
        display: block;
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      .o-programme--filters form select, .o-programme--filters form .select2-container {
        display: none; } }
    .o-programme--filters form select:focus, .o-programme--filters form .select2-container:focus {
      outline: 0; }
    .o-programme--filters form select .select2-selection, .o-programme--filters form .select2-container .select2-selection {
      border: none;
      border-radius: 0px;
      padding: 0px;
      padding-left: 20px; }
      .o-programme--filters form select .select2-selection:focus, .o-programme--filters form .select2-container .select2-selection:focus {
        outline: 0; }
      .o-programme--filters form select .select2-selection .select2-selection__rendered, .o-programme--filters form .select2-container .select2-selection .select2-selection__rendered {
        padding-right: 0px; }
    .o-programme--filters form select .select2-selection__arrow, .o-programme--filters form .select2-container .select2-selection__arrow {
      right: auto;
      left: 0px; }
    .o-programme--filters form a {
      display: inline-block;
      vertical-align: top;
      line-height: 30px;
      font-size: 16px;
      font-weight: 300;
      text-decoration: underline;
      margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .o-programme--filters form a {
        text-align: center;
        display: block; } }
    .o-programme--filters form .select2-hidden-accessible, .o-programme--filters form select.select2-hidden-accessible {
      height: 0px;
      width: 0px;
      margin: 0px;
      opacity: 0;
      min-height: 0px;
      min-width: 0px; }

/** COLORS **/
/* media queries */
.o-space {
  padding-top: 332px; }
  .o-space__container {
    position: relative;
    padding-top: 41px;
    background-color: #f4c4b3;
    padding-left: 21.94vw;
    height: 100%; }
    .o-space__container__title {
      position: absolute;
      width: 100%;
      bottom: 100%;
      left: 0;
      transform: translate(21.94vw, -16px);
      font-family: 'MuseoSans';
      font-weight: 900;
      font-size: 60px;
      color: #1f3e86;
      line-height: 70px;
      text-transform: uppercase; }
      @media screen and (max-width: 1023px) {
  .o-space__container__title {
    left: 50%;
    transform: translate(-50%, -16px);
    display: flex;
    flex-direction: column;
    align-items: center; } }
    @media screen and (max-width: 1023px) {
  .o-space__container {
    padding-left: 0;
    width: 100%;
    text-align: center; } }
  .o-space__list {
    font-family: 'MuseoSans';
    font-weight: 900;
    text-transform: uppercase; }
    .o-space__list__title {
      display: inline-block;
      font-size: 50px;
      line-height: 45px;
      color: #1f3e86;
      border-bottom: solid 2.7px #1f3e86;
      margin-bottom: 26px; }
    .o-space__list__list__item {
      font-size: 20px;
      color: #ee7541;
      margin-bottom: 8px;
      position: relative;
      padding-left: 54px; }
      .o-space__list__list__item a {
        color: #ee7541; }
      .o-space__list__list__item span {
        text-decoration: underline; }
      .o-space__list__list__item:before {
        content: "";
        width: 41px;
        height: 2px;
        background-color: #ee7541;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
      .o-space__list__list__item:last-of-type {
        margin-bottom: 26px; }
    .o-space__list:last-of-type {
      margin-bottom: 159px; }
    @media screen and (max-width: 1023px) {
  .o-space__list {
    display: flex;
    flex-direction: column;
    align-items: center; } }
  @media screen and (max-width: 767px) {
  .o-space {
    padding-top: 225px; } }
