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

/* Pannellum 2.4.0, https://github.com/mpetroff/pannellum */
.pnlm-container{margin:0;padding:0;overflow:hidden;position:relative;cursor:default;width:100%;height:100%;font-family:Helvetica,"Nimbus Sans L","Liberation Sans",Arial,sans-serif;background:#f4f4f4 url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267%22%20height%3D%22100%22%20viewBox%3D%220%200%2067%20100%22%3E%0A%3Cpath%20stroke%3D%22%23ccc%22%20fill%3D%22none%22%20d%3D%22M33.5%2C50%2C0%2C63%2C33.5%2C75%2C67%2C63%2C33.5%2C50m-33.5-50%2C67%2C25m-0.5%2C0%2C0%2C75m-66.5-75%2C67-25m-33.5%2C75%2C0%2C25m0-100%2C0%2C50%22%2F%3E%0A%3C%2Fsvg%3E%0A') repeat;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;outline:0;line-height:1.4;contain:content}.pnlm-container *{box-sizing:content-box}.pnlm-ui{position:absolute;width:100%;height:100%;z-index:1}.pnlm-grab{cursor:grab;cursor:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s6.38-6.73%204.64-8.24-3.47%201.01-3.47%201.01%203.61-5.72%201.41-6.49c-2.2-0.769-3.33%204.36-3.33%204.36s0.873-5.76-1.06-5.76-1.58%205.39-1.58%205.39-0.574-4.59-2.18-4.12c-1.61%200.468-0.572%205.51-0.572%205.51s-1.58-4.89-2.93-3.79c-1.35%201.11%200.258%205.25%200.572%206.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A') 12 8,default}.pnlm-grabbing{cursor:grabbing;cursor:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s5.07-5.29%203.77-6.74c-1.31-1.45-2.53%200.14-2.53%200.14s2.74-3.29%200.535-4.06c-2.2-0.769-2.52%201.3-2.52%201.3s0.81-2.13-1.12-2.13-1.52%201.77-1.52%201.77-0.261-1.59-1.87-1.12c-1.61%200.468-0.874%202.17-0.874%202.17s-0.651-1.55-2-0.445c-1.35%201.11-0.68%202.25-0.365%203.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A') 12 8,default}.pnlm-sprite{background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%22208%22%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22117%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22143%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20cy%3D%22169%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cy%3D%22195%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cx%3D%2213%22%20cy%3D%22195%22%20r%3D%222.5%22%2F%3E%0A%3Cpath%20d%3D%22m5%2083v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-5%205v6h6v-6zm-5%205v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20110a7%207%200%200%200%20-7%207%207%207%200%200%200%207%207%207%207%200%200%200%207%20-7%207%207%200%200%200%20-7%20-7zm-1%203h2v2h-2zm0%203h2v5h-2z%22%2F%3E%0A%3Cpath%20d%3D%22m5%2057v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-10%2010v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m17%2038v2h-8v-2z%22%2F%3E%0A%3Cpath%20d%3D%22m12%209v3h-3v2h3v3h2v-3h3v-2h-3v-3z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20136-6.125%206.125h4.375v7.875h3.5v-7.875h4.375z%22%2F%3E%0A%3Cpath%20d%3D%22m10.428%20173.33v-5.77l5-2.89v5.77zm1-1.73%203-1.73-3.001-1.74z%22%2F%3E%0A%3C%2Fsvg%3E%0A')}.pnlm-container:-moz-full-screen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:-webkit-full-screen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:-ms-fullscreen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:fullscreen{height:100%!important;width:100%!important;position:static!important}.pnlm-render-container{cursor:inherit;position:absolute;height:100%;width:100%}.pnlm-controls{margin-top:4px;background-color:#fff;border:1px solid #999;border-color:rgba(0,0,0,0.4);border-radius:3px;cursor:pointer;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-control:hover{background-color:#f8f8f8}.pnlm-controls-container{position:absolute;top:0;left:4px;z-index:1}.pnlm-zoom-controls{width:26px;height:52px}.pnlm-zoom-in{width:100%;height:50%;position:absolute;top:0;border-radius:3px 3px 0 0}.pnlm-zoom-out{width:100%;height:50%;position:absolute;bottom:0;background-position:0 -26px;border-top:1px solid #ddd;border-top-color:rgba(0,0,0,0.10);border-radius:0 0 3px 3px}.pnlm-fullscreen-toggle-button,.pnlm-orientation-button,.pnlm-hot-spot-debug-indicator{width:26px;height:26px}.pnlm-hot-spot-debug-indicator{position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-13px 0 0 -13px;background-color:rgba(255,255,255,0.5);border-radius:13px;display:none}.pnlm-orientation-button-inactive{background-position:0 -156px}.pnlm-orientation-button-active{background-position:0 -182px}.pnlm-fullscreen-toggle-button-inactive{background-position:0 -52px}.pnlm-fullscreen-toggle-button-active{background-position:0 -78px}.pnlm-panorama-info{position:absolute;bottom:4px;background-color:rgba(0,0,0,0.7);border-radius:0 3px 3px 0;padding-right:10px;color:#fff;text-align:left;display:none;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-title-box{position:relative;font-size:20px;display:table;padding-left:5px;margin-bottom:3px}.pnlm-author-box{position:relative;font-size:12px;display:table;padding-left:5px}.pnlm-load-box{position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:rgba(0,0,0,0.7);border-radius:3px;text-align:center;font-size:20px;display:none;color:#fff}.pnlm-load-box p{margin:20px 0}.pnlm-lbox{position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;display:none}.pnlm-loading{animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-name:pnlm-mv;-webkit-animation-name:pnlm-mv;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-timing-function:linear;height:10px;width:10px;background-color:#fff;position:relative}@keyframes pnlm-mv{from{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}@-webkit-keyframes pnlm-mv{from{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}.pnlm-load-button{position:absolute;top:50%;left:50%;width:200px;height:100px;margin:-50px 0 0 -100px;background-color:rgba(0,0,0,.7);border-radius:3px;text-align:center;font-size:20px;display:table;color:#fff;cursor:pointer}.pnlm-load-button:hover{background-color:rgba(0,0,0,.8)}.pnlm-load-button p{display:table-cell;vertical-align:middle}.pnlm-info-box{font-size:15px;position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:#000;border-radius:3px;display:table;text-align:center;color:#fff;table-layout:fixed}.pnlm-info-box a{color:#fff;word-wrap:break-word;overflow-wrap:break-word}.pnlm-info-box p{display:table-cell;vertical-align:middle;padding:0 5px 0 5px}.pnlm-error-msg{display:none}.pnlm-about-msg{font-size:11px;line-height:11px;color:#fff;padding:5px 8px 5px 8px;background:rgba(0,0,0,0.7);border-radius:3px;position:absolute;top:50px;left:50px;display:none;opacity:0;-moz-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;z-index:1}.pnlm-about-msg a:link,.pnlm-about-msg a:visited{color:#fff}.pnlm-about-msg a:hover,.pnlm-about-msg a:active{color:#eee}.pnlm-hotspot-base{position:absolute;visibility:hidden;cursor:default;vertical-align:middle;top:0;z-index:1}.pnlm-hotspot{height:26px;width:26px;border-radius:13px}.pnlm-hotspot:hover{background-color:rgba(255,255,255,0.2)}.pnlm-hotspot.pnlm-info{background-position:0 -104px}.pnlm-hotspot.pnlm-scene{background-position:0 -130px}div.pnlm-tooltip span{visibility:hidden;position:absolute;border-radius:3px;background-color:rgba(0,0,0,0.7);color:#fff;text-align:center;max-width:200px;padding:5px 10px;margin-left:-220px;cursor:default}div.pnlm-tooltip:hover span{visibility:visible}div.pnlm-tooltip:hover span:after{content:'';position:absolute;width:0;height:0;border-width:10px;border-style:solid;border-color:rgba(0,0,0,0.7) transparent transparent transparent;bottom:-20px;left:-10px;margin:0 50%}.pnlm-compass{position:absolute;width:50px;height:50px;right:4px;bottom:4px;border-radius:25px;background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2250%22%20width%3D%2250%22%3E%0A%3Cpath%20d%3D%22m24.5078%206-3.2578%2018h7.5l-3.25781-18h-0.984376zm-3.2578%2020%203.2578%2018h0.9844l3.2578-18h-7.5zm1.19531%200.9941h5.10938l-2.5547%2014.1075-2.5547-14.1075z%22%2F%3E%0A%3C%2Fsvg%3E%0A');cursor:default;display:none}.pnlm-world{position:absolute;left:50%;top:50%}.pnlm-face{position:absolute;-webkit-transform-origin:0 0;transform-origin:0 0}.pnlm-dragfix,.pnlm-preview-img{position:absolute;height:100%;width:100%}.pnlm-preview-img{background-size:cover;background-position:center}.pnlm-lbar{width:150px;margin:0 auto;border:#fff 1px solid;height:6px}.pnlm-lbar-fill{background:#fff;height:100%;width:0}.pnlm-lmsg{font-size:12px}.pnlm-fade-img{position:absolute;top:0;left:0}
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.svg#AkzidenzGroteskBE-Md') format('svg');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.svg#AkzidenzGroteskBE-It') format('svg');
  font-weight: normal;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Berthold-BI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Bold Italic.otf'); }

@font-face {
  font-family: 'Berthold-MI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Medium Italic.otf'); }
/** DEVICES **/
.o-breadcrumb-container {
  display: inline-block;
  background: transparent;
  color: black;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0; }
  .o-breadcrumb-container .o-breadcrumb {
    display: block;
    background: transparent;
    padding: 0px;
    margin: 0px;
    padding: 10px 80px;
    overflow: auto; }
    .o-breadcrumb-container .o-breadcrumb .o-breadcrumb-item {
      display: inline-block;
      font-size: 14px;
      line-height: 14px;
      float: left; }
      .o-breadcrumb-container .o-breadcrumb .o-breadcrumb-item:after {
        content: '';
        padding-left: 6px;
        padding-right: 6px; }
      .o-breadcrumb-container .o-breadcrumb .o-breadcrumb-item:last-child:after {
        content: '';
        padding: 0px;
        display: none; }
      .o-breadcrumb-container .o-breadcrumb .o-breadcrumb-item a {
        text-decoration: underline; }
  @media screen and (max-width: 767px) {
  .o-breadcrumb-container {
    display: none; } }

.o-header.o-scroll .o-breadcrumb-container .o-breadcrumb .o-breadcrumb-item {
  line-height: 23px; }

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.svg#AkzidenzGroteskBE-Md') format('svg');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.svg#AkzidenzGroteskBE-It') format('svg');
  font-weight: normal;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Berthold-BI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Bold Italic.otf'); }

@font-face {
  font-family: 'Berthold-MI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Medium Italic.otf'); }
/** DEVICES **/
.cookie-message {
  display: flex;
  position: fixed;
  float: left;
  bottom: 0;
  color: white;
  font-family: "akzidenz-grotesk-pro", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 25px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999; }
  .cookie-message .text {
    margin-right: 15px; }
    .cookie-message .text a {
      text-decoration: underline;
      font-weight: normal; }
  .cookie-message .validate {
    margin: auto;
    font-weight: normal;
    border-top: solid white 2px;
    border-bottom: solid white 2px;
    padding: 0 0 3px 0;
    cursor: pointer; }

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.svg#AkzidenzGroteskBE-Md') format('svg');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.svg#AkzidenzGroteskBE-It') format('svg');
  font-weight: normal;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Berthold-BI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Bold Italic.otf'); }

@font-face {
  font-family: 'Berthold-MI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Medium Italic.otf'); }
/** DEVICES **/
html, body {
  margin: 0px;
  padding: 0px;
  font-family: "akzidenz-grotesk-pro", sans-serif;
  font-size: 18px; }

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

p a {
  text-decoration: underline; }

.fiche-container {
  width: 100%;
  display: block;
  background-color: white;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: black; }
  @media screen and (max-width: 767px) {
  .fiche-container {
    background-attachment: initial;
    background-size: auto 100vh;
    background-position: top center; } }
  .fiche-container.has-image .credits {
    font-size: 12px;
    font-weight: bold;
    color: #f6f6f6;
    padding: 5px 8px;
    position: relative;
    float: right;
    bottom: 4px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
    .fiche-container.has-image .credits {
      bottom: 24px; } }
    .fiche-container.has-image .credits-content {
      display: none;
      color: #f6f6f6;
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      position: relative;
      bottom: -20px;
      left: 0;
      right: 0;
      padding: 10px 0; }
    .fiche-container.has-image .credits-content p {
      margin: auto; }
    @media screen and (max-width: 767px) {
    .fiche-container.has-image .credits-content {
      bottom: 0; } }
    .fiche-container.has-image .fiche-main-content {
      background-color: rgba(0, 0, 0, 0);
      padding-right: 30px; }
    .fiche-container.has-image .fiche-main-content .main-content {
      min-height: calc(100vh - 322px);
      position: relative; }
      .fiche-container.has-image .fiche-main-content .main-content_blockAlert {
        width: 500px;
        padding: 10px;
        background-color: #ebebeb;
        position: absolute;
        bottom: 0;
        right: 0; }
        @media all and (max-width: 767px) {
    .fiche-container.has-image .fiche-main-content .main-content_blockAlert {
      bottom: 25px; } }
        @media screen and (max-width: 1299px) {
    .fiche-container.has-image .fiche-main-content .main-content_blockAlert {
      width: 320px; } }
        @media screen and (max-width: 767px) {
    .fiche-container.has-image .fiche-main-content .main-content_blockAlert {
      position: initial; } }
        .fiche-container.has-image .fiche-main-content .main-content_blockAlert .section-separator {
          background-color: black;
          height: 12px;
          padding: 0; }
        .fiche-container.has-image .fiche-main-content .main-content_blockAlert--content {
          font-size: 24px;
          font-weight: bold;
          line-height: 30px;
          font-family: "akzidenz-grotesk-pro", sans-serif;
          padding: 15px 0; }
    .fiche-container.has-image .fiche-content {
      display: block;
      padding-left: 30px; }
    @media (max-width: 767px) {
    .fiche-container.has-image .fiche-content {
      padding-left: 10px; } }
    .fiche-container.has-image .fiche-content .section-borders {
      border-left: 20px solid black;
      padding-left: 20px; }
      @media all and (max-width: 767px) {
    .fiche-container.has-image .fiche-content .section-borders {
      border-left: none;
      padding-left: 0; } }
      .fiche-container.has-image .fiche-content .section-borders .section-inner {
        flex-direction: row; }
        @media all and (max-width: 767px) {
    .fiche-container.has-image .fiche-content .section-borders .section-inner {
      flex-direction: column;
      display: block; } }
        .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text {
          width: calc(100% - 500px);
          color: black;
          padding-right: 80px;
          order: 1; }
          .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text.o-inverted {
            order: 2;
            width: calc(100% - 370px);
            padding-right: 0px; }
            @media screen and (max-width: 1299px) {
    .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text.o-inverted {
      order: 1; } }
          @media screen and (max-width: 1299px) {
    .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text {
      padding-right: 40px;
      width: calc(100% - 320px); } }
          @media screen and (max-width: 767px) {
    .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text {
      padding-right: 0px;
      width: 100%; } }
          .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text p {
            font-size: 22px;
            margin-bottom: 40px;
            max-width: 850px; }
            @media screen and (max-width: 767px) {
    .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text p {
      font-size: 18px; } }
            .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text p:last-child {
              margin-bottom: 0px; }
            .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text p:first-child {
              font-size: 24px; }
              @media screen and (max-width: 767px) {
    .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text p:first-child {
      font-size: 20px; } }
          .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text .fiche-content-link .item-type {
            font-size: 20px;
            font-weight: bold; }
            .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text .fiche-content-link .item-title {
              text-decoration: underline;
              font-size: 28px;
              font-weight: normal; }
          .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text .link-spectacles {
            max-width: 430px;
            min-height: 362px;
            margin: 70px 0 34px; }
            .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text .link-spectacles a:hover .item-title {
              text-decoration: underline; }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text .link-spectacles a div:first-child {
                font-size: 22px;
                line-height: 30px; }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text .link-spectacles a .item-title {
                font-size: 40px;
                font-weight: bold;
                line-height: 46px;
                margin-bottom: 20px; }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text .link-spectacles a .item-info, .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text .link-spectacles a .item-dates, .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text .link-spectacles a .item-bookit {
                font-size: 18px;
                line-height: 22px; }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text .link-spectacles a .item-info {
                margin-bottom: 16px; }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text .link-spectacles a .item-dates {
                padding-top: 16px;
                position: relative; }
                .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text .link-spectacles a .item-dates::after {
                  content: "";
                  height: 2px;
                  width: 10px;
                  position: absolute;
                  background-color: #000;
                  top: 0;
                  left: 0; }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .fiche-content-text .link-spectacles a .item-bookit {
                text-decoration: underline; }
        .fiche-container.has-image .fiche-content .section-borders .section-inner .aside {
          width: 500px;
          order: 2;
          /* @media screen and (max-width: $max-mobile)
           {
           width: 100%;
           } */ }
          .fiche-container.has-image .fiche-content .section-borders .section-inner .aside.aside-press {
            width: 100%; }
          @media screen and (max-width: 1299px) {
    .fiche-container.has-image .fiche-content .section-borders .section-inner .aside {
      width: 320px; } }
          @media all and (max-width: 767px) {
    .fiche-container.has-image .fiche-content .section-borders .section-inner .aside {
      order: 1;
      width: 100%; } }
          .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content {
            border-left: 12px solid black;
            border-color: black;
            padding-left: 20px;
            padding-top: 0;
            max-width: 320px;
            width: 100%;
            height: 100%;
            min-height: 228px; }
            @media screen and (max-width: 767px) {
    .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content {
      max-width: 100%;
      border-left: none;
      border-bottom: 10px solid black;
      border-color: black;
      padding-left: 0px;
      padding-bottom: 20px;
      margin-bottom: 20px; } }
            .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content.wider {
              max-width: 376px; }
            .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content__title {
              border-top: 12px solid black;
              border-bottom: 12px solid black;
              padding: 20px 0px;
              margin-bottom: 20px; }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content__title h2 {
                font-weight: bold;
                font-size: 40px;
                line-height: 40px;
                text-decoration: underline;
                margin: 0px; }
                @media screen and (max-width: 767px) {
    .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content__title h2 {
      font-size: 30px;
      line-height: 30px; } }
            .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .project-container .project-sum {
              font-size: 70px;
              line-height: 80px;
              font-weight: normal;
              letter-spacing: -1px;
              margin-bottom: 10px; }
              @media screen and (max-width: 767px) {
      .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .project-container .project-sum {
        font-size: 50px;
        line-height: 50px; } }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .project-container .project-infos {
                border-bottom: 12px solid black;
                padding-bottom: 10px;
                margin-bottom: 20px;
                padding: 0px;
                margin: 0px;
                padding-bottom: 15px;
                margin-bottom: 30px; }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .project-container .project-infos li {
                display: block;
                font-size: 20px;
                line-height: 20px;
                font-weight: bold;
                margin-bottom: 10px; }
                @media screen and (max-width: 767px) {
      .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .project-container .project-infos li {
        font-size: 18px;
        line-height: 18px; } }
                .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .project-container .project-infos li:last-child {
                  font-size: 18px;
                  margin-bottom: 0px; }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .project-container .js-accordion:after {
                content: "";
                width: 36px;
                height: 2px;
                background: #000;
                display: block;
                margin-bottom: 20px; }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .project-container .js-accordion h3 {
                font-weight: normal;
                font-size: 18px;
                line-height: 20px;
                text-decoration: underline;
                outline: 0;
                padding-bottom: 20px; }
                .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .project-container .js-accordion h3:before {
                  content: "";
                  width: 36px;
                  height: 2px;
                  background: #000;
                  display: block;
                  margin-bottom: 20px; }
                .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .project-container .js-accordion h3:first-child:before {
                  content: none;
                  display: none; }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .project-container .js-accordion p {
                font-size: 18px;
                line-height: 20px;
                padding-bottom: 20px; }
            .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .event-dates-container .event-place {
              font-size: 24px; }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .event-dates-container .event-dates {
                font-size: 24px;
                font-weight: bold;
                margin-bottom: 40px; }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .event-dates-container .event-duration {
                font-size: 24px;
                margin-bottom: 20px;
                position: relative; }
            .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .event-persons-container .persons-content {
              font-weight: bold;
              margin-bottom: 20px;
              position: relative; }
            .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .o-image-container {
              position: relative;
              font-size: 0px;
              line-height: 0px; }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .o-image-container img {
                max-width: 100%; }
            @media screen and (max-width: 767px) {
        .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .event-partners-container .partners-title {
          display: none;
          margin-top: 0px; } }
              @media screen and (max-width: 767px) {
      .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .event-partners-container .partners-content {
        display: none; } }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .event-partners-container .partners-content img {
                margin-top: 10px;
                display: block; }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .event-partners-container .button-view-distribution {
                display: none;
                cursor: pointer;
                text-decoration: underline; }
              @media screen and (max-width: 767px) {
      .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .event-partners-container .button-view-distribution {
        display: block; } }
            .fiche-container.has-image .fiche-content .section-borders .section-inner .aside .aside-content .list-container__listing__item {
              width: auto; }
          .fiche-container.has-image .fiche-content .section-borders .section-inner .aside.o-inverted {
            order: 1;
            width: 370px;
            padding-right: 60px; }
            @media screen and (max-width: 1299px) {
    .fiche-container.has-image .fiche-content .section-borders .section-inner .aside.o-inverted {
      width: 370px;
      padding-right: 0px;
      order: 2; } }
            .fiche-container.has-image .fiche-content .section-borders .section-inner .aside.o-inverted .aside-content {
              border: none;
              padding: 0px; }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .aside.o-inverted .aside-content .fiche-list-container__item {
                margin-bottom: 0px; }
              @media screen and (max-width: 1299px) {
      .fiche-container.has-image .fiche-content .section-borders .section-inner .aside.o-inverted .aside-content .fiche-list-container__item {
        margin-top: 20px; } }
              .fiche-container.has-image .fiche-content .section-borders .section-inner .aside.o-inverted .aside-content .fiche-list-container__item .item-content .item-description {
                min-height: 0px; }
    .fiche-container h1, .fiche-container h2, .fiche-container h3, .fiche-container h4, .fiche-container p {
      margin: 0px; }
  .fiche-container h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px; }
  .fiche-container .fiche-sections {
    display: flex; }
    @media all and (max-width: 767px) {
  .fiche-container .fiche-sections {
    flex-direction: column-reverse; } }
  .fiche-container__section {
    background-color: white;
    padding: 0px 30px; }
    @media screen and (max-width: 767px) {
  .fiche-container__section {
    padding: 0px 10px; } }
    .fiche-container__section.fiche-main-content {
      background-color: white;
      flex-grow: 1;
      padding-right: 0; }
    .fiche-container__section.fiche-main-content .main-content {
      padding-bottom: 100px;
      margin-top: -10px; }
      @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-main-content .main-content {
      padding-bottom: 20px; } }
      .fiche-container__section.fiche-main-content .main-content__description {
        padding-bottom: 20px; }
        .fiche-container__section.fiche-main-content .main-content__description__title {
          font-size: 24px; }
          .fiche-container__section.fiche-main-content .main-content__description__title .event-title {
            font-size: 90px;
            line-height: 80px;
            margin-bottom: 30px;
            max-width: 858px; }
            @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-main-content .main-content__description__title .event-title {
      font-size: 40px;
      line-height: 38px;
      padding-top: 10px; } }
          .fiche-container__section.fiche-main-content .main-content__description__title .description-container {
            position: relative;
            font-size: 20px; }
            @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-main-content .main-content__description__title .description-container {
      font-size: 18px;
      line-height: 18px; } }
            .fiche-container__section.fiche-main-content .main-content__description__title .description-container .description-subtitle {
              font-size: 24px;
              position: relative;
              margin-bottom: 20px; }
              @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-main-content .main-content__description__title .description-container .description-subtitle {
      font-size: 22px;
      line-height: 22px; } }
            .fiche-container__section.fiche-main-content .main-content__description__title .description-container .description-date {
              font-weight: bold; }
            .fiche-container__section.fiche-main-content .main-content__description__title .description-container .description-bookit, .fiche-container__section.fiche-main-content .main-content__description__title .description-container .description-bookit a {
              font-weight: bold; }
            .fiche-container__section.fiche-main-content .main-content__description__title .description-container .description-bookit a {
              color: #000;
              border-top: 1px solid #000;
              border-bottom: 1px solid #000;
              line-height: 20px;
              display: inline-block;
              margin-top: 10px; }
            .fiche-container__section.fiche-main-content .main-content__description__title .description-container.index-sections .index-section-title {
              font-weight: bold;
              font-size: 16px;
              text-transform: uppercase;
              margin-top: 20px; }
      .fiche-container__section.fiche-main-content .main-content__with-list {
        padding-bottom: 0px; }
        .fiche-container__section.fiche-main-content .main-content__with-list .main-content__description {
          padding-bottom: 40px; }
        .fiche-container__section.fiche-main-content .main-content__with-list .main-content__listing {
          display: block;
          border-top: 12px solid black; }
          .fiche-container__section.fiche-main-content .main-content__with-list .main-content__listing__item {
            font-weight: bold;
            line-height: 24px;
            font-size: 24px;
            padding: 20px 0px;
            border-bottom: 8px solid black; }
            @media screen and (max-width: 1299px) {
    .fiche-container__section.fiche-main-content .main-content__with-list .main-content__listing__item {
      font-size: 20px; } }
            @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-main-content .main-content__with-list .main-content__listing__item {
      font-size: 16px;
      line-height: 16px;
      padding: 12px 0px; } }
            .fiche-container__section.fiche-main-content .main-content__with-list .main-content__listing__item:last-child {
              border-bottom: none; }
            .fiche-container__section.fiche-main-content .main-content__with-list .main-content__listing__item a {
              text-decoration: underline; }
        .fiche-container__section.fiche-main-content .main-content__with-list .main-content__tabs .title-section-peda {
          font-size: 24px;
          margin-bottom: 20px;
          font-weight: bold;
          text-decoration: underline; }
          .fiche-container__section.fiche-main-content .main-content__with-list .main-content__tabs .list-images {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 30px; }
            .fiche-container__section.fiche-main-content .main-content__with-list .main-content__tabs .list-images .item-video {
              margin-bottom: 2rem;
              width: 240px;
              margin-right: 25px; }
              .fiche-container__section.fiche-main-content .main-content__with-list .main-content__tabs .list-images .item-video .title, .fiche-container__section.fiche-main-content .main-content__with-list .main-content__tabs .list-images .item-video .description, .fiche-container__section.fiche-main-content .main-content__with-list .main-content__tabs .list-images .item-video .credits {
                font-size: 20px; }
            .fiche-container__section.fiche-main-content .main-content__with-list .main-content__tabs .list-images img {
              width: 100%; }
            .fiche-container__section.fiche-main-content .main-content__with-list .main-content__tabs .list-images a {
              display: inline-block;
              width: auto;
              height: 152px;
              vertical-align: top;
              font-size: 0px;
              line-height: 0px;
              margin-right: 10px;
              margin-bottom: 10px; }
              @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-main-content .main-content__with-list .main-content__tabs .list-images a {
      width: 100%;
      max-width: 320px;
      height: auto;
      display: block;
      margin: 0 auto;
      margin: 0px auto;
      margin-bottom: 10px; } }
              .fiche-container__section.fiche-main-content .main-content__with-list .main-content__tabs .list-images a img {
                height: 100%; }
              @media screen and (max-width: 767px) {
      .fiche-container__section.fiche-main-content .main-content__with-list .main-content__tabs .list-images a img {
        width: 100%;
        height: auto; } }
    @media all and (min-width: 767px) and (max-width: 902px) {
      .fiche-container__section.fiche-main-content.has-thumbnail {
        width: 50%; } }
      .fiche-container__section.fiche-main-content.has-thumbnail .section-borders {
        padding-bottom: 0px;
        border-right: 0; }
      .fiche-container__section.fiche-main-content.has-thumbnail .main-content {
        display: flex;
        flex-direction: column;
        padding-bottom: 0px; }
        .fiche-container__section.fiche-main-content.has-thumbnail .main-content__description {
          color: black;
          color: black;
          padding-right: 80px;
          padding-bottom: 20px;
          flex-grow: 1; }
          @media screen and (max-width: 1299px) {
    .fiche-container__section.fiche-main-content.has-thumbnail .main-content__description {
      padding-right: 40px; } }
          @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-main-content.has-thumbnail .main-content__description {
      width: 100%; } }
          @media screen and (max-width: 767px) {
      .fiche-container__section.fiche-main-content.has-thumbnail .main-content__description__title {
        padding-top: 10px; } }
            @media screen and (max-width: 1299px) {
      .fiche-container__section.fiche-main-content.has-thumbnail .main-content__description__title .event-title {
        font-size: 40px;
        line-height: 38px; } }
        .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text {
          color: black;
          padding-right: 80px;
          flex-grow: 1;
          margin-top: 50px; }
          .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text.o-inverted {
            order: 2;
            width: calc(100% - 370px);
            padding-right: 0px; }
            @media screen and (max-width: 1299px) {
    .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text.o-inverted {
      width: 100%;
      width: 370px; } }
          @media screen and (max-width: 1299px) {
    .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text {
      padding-right: 40px; } }
          @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text {
      padding-right: 0px;
      width: 100%; } }
          .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text p {
            font-size: 22px;
            margin-bottom: 40px;
            max-width: 850px; }
            @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text p {
      font-size: 18px; } }
          .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text__summary p {
            font-size: 24px;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text__summary p {
      font-size: 20px; } }
          .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text__body p {
            margin-bottom: 0px; }
          .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .fiche-list-container__item .item-content .link-spectacles {
            max-width: 430px;
            min-height: 362px;
            margin: 70px 0 34px; }
            .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .fiche-list-container__item .item-content .link-spectacles:hover .item-title {
              text-decoration: underline; }
            .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .fiche-list-container__item .item-content .link-spectacles div:first-child {
              font-size: 22px;
              line-height: 30px;
              margin-bottom: 20px; }
            .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .fiche-list-container__item .item-content .link-spectacles .item-title {
              font-size: 40px;
              font-weight: bold;
              line-height: 46px;
              margin-bottom: 20px; }
            .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .fiche-list-container__item .item-content .link-spectacles .item-subtitle, .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .fiche-list-container__item .item-content .link-spectacles .item-infos, .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .fiche-list-container__item .item-content .link-spectacles .item-dates, .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .fiche-list-container__item .item-content .link-spectacles .item-bookit {
              font-size: 18px;
              line-height: 22px; }
            .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .fiche-list-container__item .item-content .link-spectacles .item-subtitle {
              margin-bottom: 16px; }
              .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .fiche-list-container__item .item-content .link-spectacles .item-subtitle p {
                font-size: 18px;
                font-weight: normal; }
            .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .fiche-list-container__item .item-content .link-spectacles .item-dates {
              padding-top: 16px;
              position: relative; }
              .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .fiche-list-container__item .item-content .link-spectacles .item-dates::after {
                content: "";
                height: 2px;
                width: 10px;
                position: absolute;
                background-color: #000;
                top: 0;
                left: 0; }
            .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .fiche-list-container__item .item-content .link-spectacles .item-bookit {
              text-decoration: underline;
              border: none !important; }
          .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .fiche-content-link .item-type {
            font-size: 20px;
            font-weight: bold; }
            .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .fiche-content-link .item-title {
              text-decoration: underline;
              font-size: 28px;
              font-weight: normal; }
          .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .link-spectacles {
            max-width: 430px;
            min-height: 362px;
            margin: 70px 0px 34px 100px;
            border-left: 12px solid #000;
            padding: 0px 20px; }
            @media all and (max-width: 580px) {
    .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .link-spectacles {
      margin-left: 0; } }
            .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .link-spectacles a:hover .item-title {
              text-decoration: underline; }
            .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .link-spectacles a div:first-child {
              font-size: 22px;
              line-height: 30px;
              margin-bottom: 20px; }
            .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .link-spectacles a .item-title {
              font-size: 40px;
              font-weight: bold;
              line-height: 46px;
              margin-bottom: 20px; }
            .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .link-spectacles a .item-subtitle, .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .link-spectacles a .item-dates, .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .link-spectacles a .item-bookit {
              font-size: 18px;
              line-height: 22px; }
            .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .link-spectacles a .item-subtitle {
              margin-bottom: 16px; }
            .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .link-spectacles a .item-dates {
              padding-top: 16px;
              position: relative;
              font-weight: bold;
              margin-bottom: 10px; }
            .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .link-spectacles a .item-dates::after {
              content: "";
              height: 2px;
              width: 10px;
              position: absolute;
              background-color: #000;
              top: 0;
              left: 0; }
            .fiche-container__section.fiche-main-content.has-thumbnail .main-content .fiche-content-text .link-spectacles .item-bookit {
              text-decoration: underline;
              font-weight: bold;
              text-decoration: underline; }
    .fiche-container__section.fiche-main-content.has-thumbnail + .fiche-content .section-borders {
      padding-top: 0px; }
    .fiche-container__section.fiche-content {
      display: flex;
      padding-left: 0; }
    @media all and (max-width: 767px) {
    .fiche-container__section.fiche-content {
      padding-left: 10px; } }
    .fiche-container__section.fiche-content .section-borders {
      border-left: none;
      flex-grow: 1;
      padding-left: 0; }
      @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-content .section-borders {
      padding-top: 20px; } }
    .fiche-container__section.fiche-content .section-inner {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      /* @media screen and (max-width: $max-mobile)
       {
       display: block;
       } */ }
      .fiche-container__section.fiche-content .section-inner .main-content__image {
        width: 500px; }
        @media screen and (max-width: 1299px) {
    .fiche-container__section.fiche-content .section-inner .main-content__image {
      width: 320px; } }
        @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-content .section-inner .main-content__image {
      flex-direction: initial;
      width: 100%; } }
        .fiche-container__section.fiche-content .section-inner .main-content__image .aside-content {
          border-left: 12px solid black;
          border-color: black;
          padding-left: 20px;
          padding-bottom: 20px;
          width: 100%;
          height: 100%;
          position: relative; }
          @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-content .section-inner .main-content__image .aside-content {
      max-width: 100%;
      border-left: none;
      border-bottom: 10px solid black;
      padding-left: 0px;
      padding-bottom: 20px;
      margin-bottom: 20px;
      height: auto; } }
          .fiche-container__section.fiche-content .section-inner .main-content__image .aside-content .img-container {
            position: relative;
            width: 100%;
            height: 100%;
            font-size: 0px;
            line-height: 0px; }
            .fiche-container__section.fiche-content .section-inner .main-content__image .aside-content .img-container .img-border {
              position: absolute;
              bottom: -21px;
              left: 0;
              border-top: solid 2px;
              width: 10px; }
            @media all and (max-width: 767px) {
      .fiche-container__section.fiche-content .section-inner .main-content__image .aside-content .img-container .img-border {
        display: none; } }
            .fiche-container__section.fiche-content .section-inner .main-content__image .aside-content .img-container .img-filter {
              position: absolute;
              top: 0px;
              left: 0px;
              width: 100%;
              height: 100%;
              opacity: 0; }
        .fiche-container__section.fiche-content .section-inner .main-content__image img {
          width: 100%;
          filter: grayscale(100%); }
      .fiche-container__section.fiche-content .section-inner .aside {
        width: 500px; }
        .fiche-container__section.fiche-content .section-inner .aside.aside-press {
          width: 100%; }
        @media screen and (max-width: 1299px) {
    .fiche-container__section.fiche-content .section-inner .aside {
      width: 320px; } }
        @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-content .section-inner .aside {
      width: 100%; } }
        .fiche-container__section.fiche-content .section-inner .aside .aside-content {
          border-left: 12px solid black;
          border-color: black;
          padding-left: 20px;
          padding-top: 20px;
          width: 100%;
          height: 100%;
          min-height: 228px; }
          @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-content .section-inner .aside .aside-content {
      max-width: 100%;
      border-left: none;
      border-bottom: 10px solid black;
      border-color: black;
      padding-left: 0px;
      padding-bottom: 20px;
      margin-bottom: 20px; } }
          .fiche-container__section.fiche-content .section-inner .aside .aside-content.wider {
            max-width: 376px; }
          .fiche-container__section.fiche-content .section-inner .aside .aside-content__title {
            border-top: 12px solid black;
            border-bottom: 12px solid black;
            padding: 20px 0px;
            margin-bottom: 20px; }
            .fiche-container__section.fiche-content .section-inner .aside .aside-content__title h2 {
              font-weight: bold;
              font-size: 40px;
              line-height: 46px;
              text-decoration: underline;
              margin: 0px; }
            @media screen and (max-width: 767px) {
      .fiche-container__section.fiche-content .section-inner .aside .aside-content__title h2 {
        font-size: 30px;
        line-height: 30px; } }
          .fiche-container__section.fiche-content .section-inner .aside .aside-content .project-container .project-sum {
            font-size: 70px;
            line-height: 80px;
            font-weight: normal;
            letter-spacing: -1px;
            margin-bottom: 10px; }
            @media screen and (max-width: 767px) {
      .fiche-container__section.fiche-content .section-inner .aside .aside-content .project-container .project-sum {
        font-size: 50px;
        line-height: 50px; } }
            .fiche-container__section.fiche-content .section-inner .aside .aside-content .project-container .project-infos {
              border-bottom: 12px solid black;
              padding-bottom: 10px;
              margin-bottom: 20px;
              padding: 0px;
              margin: 0px;
              padding-bottom: 15px;
              margin-bottom: 30px; }
            .fiche-container__section.fiche-content .section-inner .aside .aside-content .project-container .project-infos li {
              display: block;
              font-size: 20px;
              line-height: 20px;
              font-weight: bold;
              margin-bottom: 10px; }
            @media screen and (max-width: 767px) {
        .fiche-container__section.fiche-content .section-inner .aside .aside-content .project-container .project-infos li {
          font-size: 18px;
          line-height: 18px; } }
            .fiche-container__section.fiche-content .section-inner .aside .aside-content .project-container .project-infos li:last-child {
              font-size: 18px;
              margin-bottom: 0px; }
            .fiche-container__section.fiche-content .section-inner .aside .aside-content .project-container .js-accordion:after {
              content: "";
              width: 36px;
              height: 2px;
              background: #000;
              display: block;
              margin-bottom: 20px; }
            .fiche-container__section.fiche-content .section-inner .aside .aside-content .project-container .js-accordion h3 {
              font-weight: normal;
              font-size: 18px;
              line-height: 20px;
              text-decoration: underline;
              outline: 0;
              padding-bottom: 20px; }
            .fiche-container__section.fiche-content .section-inner .aside .aside-content .project-container .js-accordion h3:before {
              content: "";
              width: 36px;
              height: 2px;
              background: #000;
              display: block;
              margin-bottom: 20px; }
            .fiche-container__section.fiche-content .section-inner .aside .aside-content .project-container .js-accordion h3:first-child:before {
              content: none;
              display: none; }
            .fiche-container__section.fiche-content .section-inner .aside .aside-content .project-container .js-accordion p {
              font-size: 18px;
              line-height: 20px;
              padding-bottom: 20px; }
          .fiche-container__section.fiche-content .section-inner .aside .aside-content .event-dates-container .event-place {
            font-size: 24px; }
            .fiche-container__section.fiche-content .section-inner .aside .aside-content .event-dates-container .event-dates {
              font-size: 24px;
              font-weight: bold;
              margin-bottom: 40px; }
            .fiche-container__section.fiche-content .section-inner .aside .aside-content .event-dates-container .event-duration {
              font-size: 24px;
              margin-bottom: 20px;
              position: relative; }
          .fiche-container__section.fiche-content .section-inner .aside .aside-content .event-persons-container .persons-content {
            font-weight: bold;
            margin-bottom: 20px;
            position: relative; }
          .fiche-container__section.fiche-content .section-inner .aside .aside-content .o-image-container {
            position: relative;
            font-size: 0px;
            line-height: 0px; }
            .fiche-container__section.fiche-content .section-inner .aside .aside-content .o-image-container img {
              max-width: 100%; }
          @media screen and (max-width: 767px) {
        .fiche-container__section.fiche-content .section-inner .aside .aside-content .event-partners-container .partners-title {
          display: none;
          margin-top: 0px; } }
            @media screen and (max-width: 767px) {
      .fiche-container__section.fiche-content .section-inner .aside .aside-content .event-partners-container .partners-content {
        display: none; } }
            .fiche-container__section.fiche-content .section-inner .aside .aside-content .event-partners-container .partners-content img {
              margin-top: 10px;
              display: block; }
            .fiche-container__section.fiche-content .section-inner .aside .aside-content .event-partners-container .button-view-distribution {
              display: none;
              cursor: pointer;
              text-decoration: underline; }
            @media screen and (max-width: 767px) {
      .fiche-container__section.fiche-content .section-inner .aside .aside-content .event-partners-container .button-view-distribution {
        display: block; } }
          .fiche-container__section.fiche-content .section-inner .aside .aside-content .list-container__listing__item {
            width: auto; }
        .fiche-container__section.fiche-content .section-inner .aside.o-inverted {
          order: 1;
          width: 370px;
          padding-right: 60px; }
          @media screen and (max-width: 1299px) {
    .fiche-container__section.fiche-content .section-inner .aside.o-inverted {
      width: 370px;
      padding-right: 60px;
      order: 2; } }
          .fiche-container__section.fiche-content .section-inner .aside.o-inverted .aside-content {
            border: none;
            padding: 0px; }
            .fiche-container__section.fiche-content .section-inner .aside.o-inverted .aside-content .fiche-list-container__item {
              margin-bottom: 0px; }
            @media screen and (max-width: 1299px) {
      .fiche-container__section.fiche-content .section-inner .aside.o-inverted .aside-content .fiche-list-container__item {
        margin-top: 20px; } }
            .fiche-container__section.fiche-content .section-inner .aside.o-inverted .aside-content .fiche-list-container__item .item-content .item-description {
              min-height: 0px; }
    .fiche-container__section.fiche-content .bloc-pedagogique {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end; }
      .fiche-container__section.fiche-content .bloc-pedagogique .o-inverted {
        width: 60%;
        padding-right: 60px; }
        @media screen and (max-width: 1065px) {
    .fiche-container__section.fiche-content .bloc-pedagogique .o-inverted {
      width: 100%;
      padding-right: 0px; } }
      @media screen and (min-width: 1299px) {
    .fiche-container__section.fiche-content .bloc-pedagogique .event-title {
      font-size: 90px !important; } }
      @media screen and (min-width: 1299px) {
      .fiche-container__section.fiche-content .bloc-pedagogique .o-image-container {
        height: 300px; }
        .fiche-container__section.fiche-content .bloc-pedagogique .o-image-container img {
          height: 100%; } }
    .fiche-container__section.fiche-content__no-img .section-borders {
      border-left: 20px solid black;
      padding-left: 20px; }
    .fiche-container__section.fiche-bookings .booking-slider-container {
      margin: 0 auto;
      width: 100%;
      position: relative;
      max-width: 1120px;
      margin-bottom: 20px;
      overflow: hidden; }
      .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content {
        width: calc(100% - 200px);
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content {
      width: 100%;
      height: 140px;
      overflow: hidden;
      overflow-y: scroll; } }
        .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider {
          padding: 0px;
          margin: 0px; }
          @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider {
      width: auto;
      height: 140px;
      overflow: auto;
      white-space: nowrap; } }
          .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider li {
            display: inline-block;
            width: 58px;
            vertical-align: top;
            text-align: center;
            font-size: 14px;
            padding-top: 15px; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider li:hover {
              background-color: #f6f6f6; }
            @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider li {
      width: 20%; } }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider li a {
              display: block;
              width: 100%; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider li span {
              display: block;
              position: relative;
              width: 58px;
              margin: 0 auto; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider li span.date-day {
              font-weight: bold;
              font-size: 20px; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider li span.date-time {
              font-size: 10px;
              padding-top: 10px;
              margin-top: 5px; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider li span.date-time span {
              padding: 0;
              margin: 0;
              display: block;
              content: "";
              width: 20px;
              height: 3px;
              background-color: black;
              position: absolute;
              left: 19px;
              top: 0px; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider li span.date-time span.disabled {
              background-color: #878787; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider li span.date-time a:hover {
              color: #878787; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider li.disabled {
              padding: 15px 0px;
              color: #878787; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider li.disabled:hover {
              background-color: inherit; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider li.complete {
              color: black; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider li.complete span.date-complete {
              font-size: 14px;
              line-height: 18px;
              padding-top: 24px;
              margin-top: 5px; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider li.complete span.date-complete:before {
              padding: 0;
              margin: 0;
              display: block;
              content: "";
              width: 3px;
              height: 20px;
              background-color: black;
              position: absolute;
              left: 27.5px;
              top: 0px; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider li.not-event {
              padding: 0; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider li.small {
              padding-top: 0; }
          .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider .slick-arrow {
            position: absolute;
            top: 27px;
            background: none;
            background-color: white;
            height: 32px;
            width: 32px;
            font-size: 0px;
            line-height: 0px;
            outline: none;
            border: none;
            cursor: pointer;
            padding: 0px; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider .slick-arrow.slick-prev {
              left: -60px;
              transform: rotate(-45deg); }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider .slick-arrow.slick-prev .before {
              transition: background ease-in 0.3s;
              padding: 0;
              margin: 0;
              display: block;
              content: "";
              width: 24px;
              height: 3px;
              background-color: black;
              position: absolute;
              left: 10px;
              top: 0px; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider .slick-arrow.slick-prev .after {
              transition: background ease-in 0.3s;
              padding: 0;
              margin: 0;
              display: block;
              content: "";
              width: 3px;
              height: 24px;
              background-color: black;
              position: absolute;
              left: 0px;
              top: 10px; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider .slick-arrow.slick-next {
              right: -60px;
              transform: rotate(45deg); }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider .slick-arrow.slick-next .before {
              transition: background ease-in 0.3s;
              padding: 0;
              margin: 0;
              display: block;
              content: "";
              width: 24px;
              height: 3px;
              background-color: black;
              position: absolute;
              left: 0px;
              top: 0px; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider .slick-arrow.slick-next .after {
              transition: background ease-in 0.3s;
              padding: 0;
              margin: 0;
              display: block;
              content: "";
              width: 3px;
              height: 24px;
              background-color: black;
              position: absolute;
              right: 0px;
              top: 10px; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider .slick-arrow.slick-disabled .before {
              background-color: #f6f6f6 !important;
              transition: background ease-in 0.3s; }
            .fiche-container__section.fiche-bookings .booking-slider-container .booking-slider-content .booking-slider .slick-arrow.slick-disabled .after {
              background-color: #f6f6f6 !important;
              transition: background ease-in 0.3s; }
    .fiche-container__section.fiche-bookings .legal-mention {
      color: black;
      font-size: 12px;
      width: 100%;
      text-align: center; }
      @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-bookings .legal-mention {
      text-align: left; } }
    .fiche-container__section.fiche-discover .discover-video-container {
      margin-bottom: 60px;
      color: white; }
      @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-discover .discover-video-container {
      margin-bottom: 20px; } }
      .fiche-container__section.fiche-discover .discover-video-container .video-thumbnail {
        background-color: #878787;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        max-width: calc(100vw - 0px);
        width: auto;
        height: 47vw;
        margin-left: -70px;
        margin-right: -70px;
        padding: 0px 30px; }
        @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-discover .discover-video-container .video-thumbnail {
      width: 100%;
      height: auto;
      margin: 0px;
      padding: 0px 10px;
      padding-bottom: 80px; } }
        .fiche-container__section.fiche-discover .discover-video-container .video-thumbnail .section-borders {
          height: 100%;
          width: 100%;
          padding-top: 10px; }
        .fiche-container__section.fiche-discover .discover-video-container .video-thumbnail .video-type {
          font-size: 30px;
          line-height: 30px;
          margin-bottom: 10px; }
        .fiche-container__section.fiche-discover .discover-video-container .video-thumbnail .video-title {
          font-size: 30px;
          line-height: 30px;
          font-weight: bold;
          max-width: 400px;
          margin-bottom: 20px; }
        .fiche-container__section.fiche-discover .discover-video-container .video-thumbnail .video-player {
          cursor: pointer; }
    .fiche-container__section.fiche-discover .discover-video-description {
      margin-bottom: 80px; }
      @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-discover .discover-video-description {
      margin-bottom: 20px; } }
      .fiche-container__section.fiche-discover .discover-video-description .video-description, .fiche-container__section.fiche-discover .discover-video-description .video-description p {
        font-weight: bold;
        max-width: 1120px; }
        @media screen and (max-width: 1299px) {
    .fiche-container__section.fiche-discover .discover-video-description .video-description, .fiche-container__section.fiche-discover .discover-video-description .video-description p {
      font-size: 34px;
      line-height: 34px; } }
        .fiche-container__section.fiche-discover .discover-video-description .video-description .desc-source, .fiche-container__section.fiche-discover .discover-video-description .video-description p .desc-source {
          font-weight: normal;
          font-size: 16px;
          margin-top: 10px; }
    .fiche-container__section.fiche-discover .discover-list-events {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-discover .discover-list-events {
      display: block; } }
      .fiche-container__section.fiche-discover .discover-list-events .discover-event {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 20px; }
        .fiche-container__section.fiche-discover .discover-list-events .discover-event:nth-child(2n) {
          margin-right: 0px; }
        @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-discover .discover-list-events .discover-event {
      margin: 0px -10px;
      width: calc(100% + 20px);
      margin-bottom: 20px;
      display: block; } }
        .fiche-container__section.fiche-discover .discover-list-events .discover-event.event-image {
          font-size: 0px;
          line-height: 0px; }
          .fiche-container__section.fiche-discover .discover-list-events .discover-event.event-image img {
            width: 100%;
            height: auto; }
        @media screen and (max-width: 767px) {
      .fiche-container__section.fiche-discover .discover-list-events .discover-event.event-quote {
        margin: 0px;
        width: 100%;
        margin-bottom: 20px; } }
          .fiche-container__section.fiche-discover .discover-list-events .discover-event.event-quote p {
            font-weight: bold;
            font-size: 34px;
            line-height: 40px;
            margin-bottom: 20px;
            max-width: 680px; }
            @media screen and (max-width: 1299px) {
    .fiche-container__section.fiche-discover .discover-list-events .discover-event.event-quote p {
      font-size: 24px;
      line-height: 28px; } }
          .fiche-container__section.fiche-discover .discover-list-events .discover-event.event-quote .desc-source {
            font-size: 16px; }
        .fiche-container__section.fiche-discover .discover-list-events .discover-event.event-video {
          min-height: 390px;
          color: white;
          background-color: #878787;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat; }
          @media screen and (min-width: 1800px) {
    .fiche-container__section.fiche-discover .discover-list-events .discover-event.event-video {
      min-height: 500px; } }
          @media screen and (max-width: 1299px) {
    .fiche-container__section.fiche-discover .discover-list-events .discover-event.event-video {
      min-height: 300px; } }
          .fiche-container__section.fiche-discover .discover-list-events .discover-event.event-video .video-inner {
            padding: 20px;
            background-color: rgba(0, 0, 0, 0.2);
            height: 100%; }
          .fiche-container__section.fiche-discover .discover-list-events .discover-event.event-video .video-type {
            font-size: 30px; }
          .fiche-container__section.fiche-discover .discover-list-events .discover-event.event-video .video-title {
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 20px;
            max-width: 400px; }
    .fiche-container__section.fiche-discover .discover-further-informations {
      margin-top: 40px; }
    @media screen and (max-width: 767px) {
        .fiche-container__section.fiche-production .o-container .o-border.o-border--right.o-border--left {
          border-left: 0px;
          border-right: 0px;
          padding-left: 0px;
          padding-right: 0px; } }
    .fiche-container__section.fiche-infos-pratiques {
      color: black; }
    @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-infos-pratiques {
      background-color: #f6f6f6; } }
    .fiche-container__section.fiche-infos-pratiques .section-borders {
      border-color: black; }
    .fiche-container__section.fiche-infos-pratiques .big-tarif {
      font-size: 30px;
      line-height: 30px;
      font-weight: bold;
      position: relative;
      margin-bottom: 20px; }
      .fiche-container__section.fiche-infos-pratiques .big-tarif a {
        font-weight: normal;
        text-decoration: underline;
        font-size: 20px;
        line-height: 20px; }
    .fiche-container__section.fiche-around-event {
      color: black;
      padding-bottom: 40px; }
    @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-around-event {
      background-color: #f6f6f6; } }
    .fiche-container__section.fiche-around-event h2 {
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 767px) {
    .fiche-container__section.fiche-around-event h2 {
      width: calc(100% - 20px); } }
    @media screen and (max-width: 767px) {
    .fiche-container__section .tabulations-container {
      padding-bottom: 20px; } }
    .fiche-container__section .tabulations-container ul {
      display: flex;
      margin: 0px;
      padding: 0px;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
    .fiche-container__section .tabulations-container ul {
      margin-bottom: 0px;
      display: block;
      display: none; } }
      .fiche-container__section .tabulations-container ul li {
        display: inline-block;
        width: 100%;
        margin-right: 40px; }
        @media screen and (max-width: 767px) {
    .fiche-container__section .tabulations-container ul li {
      display: block;
      width: 100%;
      margin-right: 0px;
      margin-bottom: 20px; } }
        .fiche-container__section .tabulations-container ul li a {
          display: block;
          border-top: 12px solid #878787;
          padding-top: 10px;
          font-weight: bold;
          font-size: 30px;
          line-height: 40px;
          color: #878787;
          text-transform: lowercase; }
          .fiche-container__section .tabulations-container ul li a:focus {
            outline: 0; }
          @media screen and (max-width: 1299px) {
    .fiche-container__section .tabulations-container ul li a {
      font-size: 26px;
      line-height: 30px; } }
        .fiche-container__section .tabulations-container ul li:last-child {
          margin-right: 0px; }
    .fiche-container__section .tabulations-container p {
      color: black;
      margin-bottom: 30px;
      font-size: 20px;
      line-height: 28px;
      max-width: 850px; }
    .fiche-container__section .tabulations-container .tab-title {
      display: none;
      border-top: 12px solid #878787;
      padding-top: 10px;
      font-weight: bold;
      font-size: 30px;
      line-height: 40px;
      color: #878787;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
    .fiche-container__section .tabulations-container .tab-title {
      display: block; } }
  .fiche-container .section-borders {
    border-left: 20px solid black;
    border-right: 20px solid black;
    border-color: black;
    padding: 20px;
    height: 100%; }
    @media screen and (max-width: 767px) {
  .fiche-container .section-borders {
    padding: 0px;
    border: none; } }
  .fiche-container .section-space {
    width: 100%;
    height: 640px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
  .fiche-container .section-space {
    display: none; } }
  .fiche-container .section-separator {
    width: calc(100% - 0px);
    margin: 0px auto;
    padding: 20px 70px;
    background-color: white; }
    .fiche-container .section-separator__transparent {
      background-color: transparent; }
    @media screen and (max-width: 767px) {
  .fiche-container .section-separator {
    padding: 10px; } }
    .fiche-container .section-separator .line {
      background-color: black;
      background-color: black;
      width: 100%;
      height: 20px; }
    .fiche-container .section-separator.black .line {
      background-color: black; }
    @media screen and (max-width: 767px) {
    .fiche-container .section-separator.light-grey-mobile {
      background-color: #f6f6f6;
      padding-top: 20px; } }

@media all and (min-width: 767px) and (max-width: 902px) {
    .fiche-traverse .fiche-sections .fiche-content {
      width: 50%; }
      .fiche-traverse .fiche-sections .fiche-content .section-inner {
        align-items: flex-end; } }

.fiche-traverse .fiche-sections .main-content .description-container hr {
  height: 1.5px;
  width: 14px;
  background: black;
  border: 0;
  margin: 18px 0; }

.fiche-traverse .fiche-around-event .fiche-list-container {
  max-width: 66.66%; }
  @media all and (max-width: 1199px) {
  .fiche-traverse .fiche-around-event .fiche-list-container {
    max-width: 100%; } }
  .fiche-traverse .fiche-around-event .fiche-list-container__item {
    width: 50%; }
    @media all and (max-width: 767px) {
  .fiche-traverse .fiche-around-event .fiche-list-container__item {
    width: 100%; } }
    .fiche-traverse .fiche-around-event .fiche-list-container__item .item-content {
      width: 100%; }
    .fiche-traverse .fiche-around-event .fiche-list-container__item .item-content a .item-description {
      max-width: 100%; }

.o-fiche-document.o-list-documents .o-document-images {
  width: 100%;
  height: 45vw;
  margin-left: 0;
  margin-right: 0; }
  .o-fiche-document.o-list-documents .o-document-images--two {
    height: 27vw; }
  .o-fiche-document.o-list-documents .o-document-images--two .o-document-image {
    width: calc(50% - 12px); }
  .o-fiche-document.o-list-documents .o-document-images--three {
    height: 19vw; }
  .o-fiche-document.o-list-documents .o-document-images--three .o-document-image {
    width: calc((100% - 44px) /3); }
  .o-fiche-document.o-list-documents .fiche-container__section {
    padding: 0px 30px; }
  @media screen and (max-width: 767px) {
    .o-fiche-document.o-list-documents .fiche-container__section {
      padding: 0px 10px; } }
  .o-fiche-document.o-list-documents.fiche-container.has-image .fiche-main-content .main-content {
    min-height: calc(100vh - 391px); }
  .o-fiche-document.o-list-documents.has-image .fiche-container__section.fiche-content {
    padding-top: 30px; }
    .o-fiche-document.o-list-documents.has-image .fiche-container__section.fiche-content .section-borders {
      padding-top: 0; }

.o-cta-item {
  border-top: 4px solid black;
  border-bottom: 4px solid black;
  color: black;
  font-weight: bold;
  font-size: 28px;
  margin-top: 20px;
  padding: 5px 0px;
  display: inline-block; }

.fancybox {
  cursor: pointer; }

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

#popin-presse-password {
  display: none; }

.o-modal-container {
  padding: 20px;
  width: 100%;
  min-width: 600px;
  background-color: white; }
  @media screen and (max-width: 1299px) {
  .o-modal-container {
    min-width: 0px; } }
  .o-modal-container .o-modal-content .o-border-separator {
    height: 10px;
    width: calc(100% - 40px); }
  .o-modal-container .o-modal-content .o-border-separator:first-child {
    margin-top: 0px;
    margin-bottom: 10px; }
  .o-modal-container .o-modal-content .o-border-separator:last-child {
    margin-top: 10px;
    margin-bottom: 0px; }
  .o-modal-container .o-modal-content .o-border {
    border-width: 10px;
    padding: 0px 10px; }
  .o-modal-container .o-modal-content__title {
    font-size: 30px;
    line-height: 28px;
    font-weight: bold;
    border-bottom: 10px solid black;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  @media screen and (max-width: 1299px) {
      .o-modal-container .o-modal-content__title {
        font-size: 20px;
        line-height: 18px; } }
  .o-modal-container .o-modal-content__description {
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    max-width: 400px;
    margin: 0px;
    margin-bottom: 60px;
    color: black; }
  @media screen and (max-width: 1299px) {
      .o-modal-container .o-modal-content__description {
        font-size: 16px;
        line-height: 16px; } }
  .o-modal-container .o-modal-content__form {
    display: block;
    width: 100%;
    padding-bottom: 20px; }
  .o-modal-container .o-modal-content__form__content {
    display: flex;
    margin-bottom: 20px; }
    .o-modal-container .o-modal-content__form__content input[type="password"] {
      width: calc(100% - 55px);
      margin-right: 10px;
      border: none;
      outline: 0;
      -webkit-appearance: none;
      color: black;
      font-weight: bold;
      font-size: 30px;
      line-height: 30px;
      padding: 0px;
      border-bottom: 2px solid black;
      border-radius: 0px; }
      @media screen and (max-width: 1299px) {
      .o-modal-container .o-modal-content__form__content input[type="password"] {
        font-size: 20px;
        line-height: 20px; } }
    .o-modal-container .o-modal-content__form__content input[type="submit"] {
      width: 45px;
      border: none;
      outline: 0;
      -webkit-appearance: none;
      color: black;
      font-weight: bold;
      font-size: 30px;
      line-height: 30px;
      padding: 0px;
      text-align: right;
      border-radius: 0px;
      cursor: pointer;
      background: none;
      background-color: transparent; }
      @media screen and (max-width: 1299px) {
      .o-modal-container .o-modal-content__form__content input[type="submit"] {
        font-size: 20px;
        line-height: 20px; } }
  .o-modal-container .o-modal-content a {
    display: block;
    text-decoration: underline;
    color: black;
    font-size: 16px;
    line-height: 16px;
    opacity: 0.5; }
  .o-modal-container .o-modal-content a:hover {
    opacity: 1; }

@media screen and (max-width: 767px) {
    .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner {
      min-width: calc(100vw - 40px);
      height: auto !important; }
      .fancybox-wrap img, .fancybox-skin img, .fancybox-outer img, .fancybox-inner img {
        object-fit: contain; } }

@media screen and (max-width: 767px) {
    .fancybox-wrap {
      left: 20px !important; } }

.fancybox-skin .fancybox-close {
  top: -40px;
  right: 0px; }

.has-image .fiche-container__section.fiche-main-content .main-content__description__title .description-container .description-bookit a:hover {
  border-color: #fff !important;
  color: #fff !important; }

.tabulation-flex-container .tabulation-item {
  margin-right: 40px; }
  .tabulation-flex-container .tabulation-item:last-child {
    margin-right: 0px; }
  .tabulation-flex-container .tabulation-item--header {
    min-width: 320px;
    cursor: pointer;
    display: none; }
  .tabulation-flex-container .tabulation-item--header h2, .tabulation-flex-container .tabulation-item--header h3 {
    display: block;
    border-top: 12px solid #000;
    padding-top: 10px;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #000; }
  .tabulation-flex-container .tabulation-item--content {
    display: none; }
  .tabulation-flex-container .tabulation-item.active .tabulation-item--content {
    display: block; }
  .tabulation-flex-container.js-tabulations {
    display: flex; }
  @media screen and (max-width: 767px) {
    .tabulation-flex-container.js-tabulations {
      flex-direction: column; }
      .tabulation-flex-container.js-tabulations .tabulation-item:not(:first-child) {
        margin-top: 25px; } }
  .tabulation-flex-container.js-tabulations .tabulation-item--header {
    display: block; }
    .tabulation-flex-container.js-tabulations .tabulation-item--header .header-title:hover {
      text-decoration: underline; }
  .tabulation-flex-container.js-tabulations .tabulation-item--content {
    margin-top: 20px; }

.multiple-tabulations-container {
  display: flex;
  flex-wrap: wrap; }
  .multiple-tabulations-container .tabulation-menu-container {
    width: 30%;
    padding-right: 20px; }
  .multiple-tabulations-container .tabulation-menu-container li {
    display: block;
    border-top: 10px solid #000;
    padding-top: 6px;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin-bottom: 20px;
    cursor: pointer; }
  .multiple-tabulations-container .tabulation-flex-container {
    width: 70%; }

.o-container .o-border .main-content .main-content__description .main-content__description__title .section-inner__subsections {
  flex-direction: row-reverse; }
  @media screen and (max-width: 767px) {
    .o-container .o-border .main-content .main-content__description .main-content__description__title .section-inner__subsections {
      flex-direction: column; } }
  .o-container .o-border .main-content .main-content__description .main-content__description__title .section-inner__subsections .aside {
    width: 500px; }
  .o-container .o-border .main-content .main-content__description .main-content__description__title .section-inner__subsections .fiche-content-text {
    width: calc(100% - 500px); }
  @media screen and (max-width: 767px) {
    .o-container .o-border .main-content .main-content__description .main-content__description__title .section-inner__subsections .aside, .o-container .o-border .main-content .main-content__description .main-content__description__title .section-inner__subsections .fiche-content-text {
      width: 100%; } }
  .o-container .o-border .main-content .o-document-images .section-borders-images {
    border-left: 20px solid #000;
    padding-left: 20px; }

.waiting-phrase {
  display: block;
  text-align: center;
  background-color: white; }

.o-border-separator-header {
  background-color: black; }

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

@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.svg#AkzidenzGroteskBE-It') format('svg');
  font-weight: normal;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Berthold-BI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Bold Italic.otf'); }

@font-face {
  font-family: 'Berthold-MI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Medium Italic.otf'); }

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.svg#AkzidenzGroteskBE-Md') format('svg');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.svg#AkzidenzGroteskBE-It') format('svg');
  font-weight: normal;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Berthold-BI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Bold Italic.otf'); }

@font-face {
  font-family: 'Berthold-MI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Medium Italic.otf'); }
/** DEVICES **/
.o-footer {
  background-color: white; }
  @media screen and (max-width: 767px) {
  .o-footer {
    padding-top: 20px; } }

.o-footer-container {
  background-color: white;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
  .o-footer-container {
    display: block; } }
  @media screen and (max-width: 767px) {
  .o-footer-container {
    display: block;
    max-width: calc(100% - 20px) !important; } }
  .o-footer-container .o-footer-block {
    width: calc(100% / 3 - 45px);
    background-color: white; }
    @media screen and (max-width: 767px) {
  .o-footer-container .o-footer-block {
    width: 100%; } }
    .o-footer-container .o-footer-block .o-border-middle {
      margin-left: 0 !important;
      width: 100% !important; }
    .o-footer-container .o-footer-block .o-border-right {
      margin-left: 0 !important; }
    .o-footer-container .o-footer-block .o-border-separator {
      width: calc(100% - 26px);
      background-color: black;
      margin-right: 0; }
      .o-footer-container .o-footer-block .o-border-separator:nth-child(2) {
        margin: 0 auto; }
    @media screen and (max-width: 767px) {
    .o-footer-container .o-footer-block:nth-child(2) {
      margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
    .o-footer-container .o-footer-block .o-border-separator {
      display: none; } }
  .o-footer-container .container-left:after, .o-footer-container .container-middle:after {
    content: '';
    border-right: 10px solid !important;
    display: block;
    position: absolute;
    right: -40px;
    height: 100%;
    top: 0; }
    @media screen and (max-width: 767px) {
    .o-footer-container .container-left:after, .o-footer-container .container-middle:after {
      content: none; } }
  .o-footer-container .o-footer-block-container {
    width: 100%;
    min-height: 395px;
    position: relative; }
    @media screen and (max-width: 767px) {
  .o-footer-container .o-footer-block-container {
    min-height: 0px;
    border-left: 10px solid;
    border-right: none;
    border-top: 0px;
    padding: 20px;
    padding-right: 0px; } }
  .o-footer-container .o-footer-address {
    font-size: 18px;
    line-height: 22px; }
    .o-footer-container .o-footer-address .o-address-title {
      font-weight: 700;
      text-decoration: underline; }
  .o-footer-container .o-menu-list .o-menu-item {
    margin-bottom: 11px; }
    .o-footer-container .o-menu-list .o-menu-item:last-child {
      margin-bottom: 0px; }
    @media screen and (max-width: 767px) {
    .o-footer-container .o-menu-list:after {
      content: none;
      display: none; } }

.o-logo-mini {
  margin-top: -20px;
  margin-bottom: 52px;
  display: inline-block;
  max-width: 100%; }
  @media screen and (max-width: 767px) {
  .o-logo-mini {
    margin-bottom: 20px;
    display: none;
    margin-top: 0px; } }
  .o-logo-mini .o-svg-logo {
    max-width: 100%; }
  .o-logo-mini__mobile {
    display: none; }
    @media screen and (max-width: 767px) {
  .o-logo-mini__mobile {
    display: block; } }

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.svg#AkzidenzGroteskBE-Md') format('svg');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.svg#AkzidenzGroteskBE-It') format('svg');
  font-weight: normal;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Berthold-BI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Bold Italic.otf'); }

@font-face {
  font-family: 'Berthold-MI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Medium Italic.otf'); }
/** DEVICES **/
.o-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%; }
  .o-header .o-header-mini {
    height: 32px;
    font-size: 14px;
    width: 100%;
    font-weight: 700;
    align-items: center;
    display: flex;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    justify-content: flex-end;
    position: relative; }
    .o-header .o-header-mini .o-menu-inline {
      position: relative;
      z-index: 10;
      margin: 0 30px; }
      @media screen and (max-width: 767px) {
  .o-header .o-header-mini .o-menu-inline {
    display: none; } }
    .o-header .o-header-mini__breadcrumb-container {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 34px;
      -moz-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease; }
      @media screen and (max-width: 1299px) {
  .o-header .o-header-mini__breadcrumb-container {
    display: none; } }
    .o-header .o-header-mini .o-hidden-block {
      padding: 0px 0 16px;
      position: absolute;
      width: 100%;
      top: -800px;
      left: 0;
      background-color: #fff;
      color: #000;
      line-height: normal;
      transition: top 1s ease;
      -webkit-transition: top 1s ease;
      /* Safari */
      z-index: 5; }
      @media screen and (max-width: 767px) {
  .o-header .o-header-mini .o-hidden-block {
    top: -100vh;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    background-color: transparent;
    padding-bottom: 200px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); }
    .o-header .o-header-mini .o-hidden-block .o-menu-container {
      width: 100%;
      max-width: 100%;
      padding: 0px 10px;
      background-color: white;
      display: flex;
      flex-wrap: wrap; }
      .o-header .o-header-mini .o-hidden-block .o-menu-container .o-menu-main-item {
        width: 100%; }
        .o-header .o-header-mini .o-hidden-block .o-menu-container .o-menu-main-item:nth-child(1) {
          order: 2; }

        .o-header .o-header-mini .o-hidden-block .o-menu-container .o-menu-main-item:nth-child(2) {
          order: 1;
          padding-top: 20px; }
          .o-header .o-header-mini .o-hidden-block .o-menu-container .o-menu-main-item:nth-child(2) > .o-border-separator {
            display: none; }

        .o-header .o-header-mini .o-hidden-block .o-menu-container .o-menu-main-item .o-menu-main-item-container {
          border: none;
          min-height: 0px; } }
      .o-header .o-header-mini .o-hidden-block .o-menu-container {
        display: flex;
        position: relative; }
        .o-header .o-header-mini .o-hidden-block .o-menu-container .o-menu-main-item {
          width: 100%; }
        .o-header .o-header-mini .o-hidden-block .o-menu-container .o-menu-main-item-container {
          width: 100%;
          min-height: 395px;
          height: calc(100% - 100px); }
      .o-header .o-header-mini .o-hidden-block.o-block-booking {
        padding-top: 40px; }
        .o-header .o-header-mini .o-hidden-block.o-block-booking .o-menu-main-link {
          font-size: 30px;
          font-weight: 700;
          margin-left: 25px;
          line-height: 60px; }
      .o-header .o-header-mini .o-hidden-block--opened {
        top: 33px; }
    .o-header .o-header-mini .o-menu-main-btn {
      opacity: 0;
      margin-right: 10px; }
    .o-header .o-header-mini .o-header-block-btn {
      height: 23px; }
    .o-header .o-header-mini--opened {
      color: #000;
      -moz-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
      background-color: #fff; }
      .o-header .o-header-mini--opened .o-menu-main-btn.o-header-block-btn--opened span:nth-child(1), .o-header .o-header-mini--opened .o-menu-main-btn.o-header-block-btn--opened span:nth-child(2), .o-header .o-header-mini--opened .o-menu-main-btn.o-header-block-btn--opened span:nth-child(3), .o-header .o-header-mini--opened .o-menu-main-btn.o-header-block-btn--opened span:nth-child(4) {
        top: 10.5px; }
      .o-header .o-header-mini--opened .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #000;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out; }
      .o-header .o-header-mini--opened .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #000 transparent transparent transparent;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out; }
  .o-header--hidden {
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    top: -50px; }

.o-menu-main-btn {
  width: 64px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  .o-menu-main-btn p {
    font-size: 13px;
    line-height: 17px;
    font-family: "akzidenz-grotesk-pro", sans-serif;
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
  .o-menu-main-btn {
    width: 44px;
    height: 54px;
    margin-top: -13px; } }
  .o-menu-main-btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    opacity: 1;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .o-menu-main-btn span:nth-child(1) {
      top: 0px; }
    .o-menu-main-btn span:nth-child(2) {
      top: 7px; }
      @media screen and (max-width: 767px) {
  .o-menu-main-btn span:nth-child(2) {
    top: 10px; } }
    .o-menu-main-btn span:nth-child(3) {
      top: 14px; }
      @media screen and (max-width: 767px) {
  .o-menu-main-btn span:nth-child(3) {
    top: 21px; } }
    .o-menu-main-btn span:nth-child(4) {
      top: 21px; }
      @media screen and (max-width: 767px) {
  .o-menu-main-btn span:nth-child(4) {
    top: 31px; } }

@media screen and (max-width: 767px) {
      .o-header-mini .o-menu-main-btn {
        margin-top: 0px;
        width: 64px;
        height: 23px; }
        .o-header-mini .o-menu-main-btn span:nth-child(1) {
          top: 0px; }
          .o-header-mini .o-menu-main-btn span:nth-child(2) {
            top: 7px; }
          .o-header-mini .o-menu-main-btn span:nth-child(3) {
            top: 14px; }
          .o-header-mini .o-menu-main-btn span:nth-child(4) {
            top: 21px; } }

.o-logo {
  display: inline-block;
  margin-top: -24px;
  max-width: 100%; }
  @media screen and (max-width: 767px) {
  .o-logo {
    height: 100px; } }
  .o-logo svg {
    max-width: 100%; }
    @media screen and (max-width: 767px) {
  .o-logo svg {
    width: 220px;
    height: 100px; } }

.o-menu-close {
  position: absolute;
  bottom: -114px;
  left: 0;
  right: 0;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background: url(../bundles/lehubagenceodeon/images/icons/icon-close.svg) no-repeat;
  background-size: contain; }
  @media screen and (max-width: 767px) {
  .o-menu-close {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 100%; } }

.o-scroll .o-header-mini {
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  color: #000 !important;
  background-color: #fff;
  height: 43px; }
  .o-scroll .o-header-mini .o-menu-main-btn {
    opacity: 1; }
    .o-scroll .o-header-mini .o-menu-main-btn span {
      background-color: #000 !important; }
  .o-scroll .o-header-mini .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: #000 !important; }
  .o-scroll .o-header-mini .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-top-color: #000 !important;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent; }
  .o-scroll .o-header-mini .o-breadcrumb-container {
    opacity: 1; }
    @media screen and (max-width: 1299px) {
    .o-scroll .o-header-mini .o-breadcrumb-container {
      opacity: 0; } }
  .o-scroll .o-pageTop .o-menu-main-btn {
    opacity: 0; }

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.svg#AkzidenzGroteskBE-Md') format('svg');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.svg#AkzidenzGroteskBE-It') format('svg');
  font-weight: normal;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Berthold-BI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Bold Italic.otf'); }

@font-face {
  font-family: 'Berthold-MI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Medium Italic.otf'); }
/** DEVICES **/
.o-home {
  position: relative;
  background-color: transparent; }
  .o-home .item-images {
    width: 100%;
    background-color: white !important;
    background-blend-mode: multiply, luminosity !important;
    background-size: cover;
    height: 100%; }
  .o-home .o-page-title {
    font-size: 0; }
  .o-home .o-home-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-color: transparent; }
    .o-home .o-home-block .canape-contenu .o-logo {
      color: white; }
      .o-home .o-home-block .canape-contenu .bloc-right {
        color: white; }
      .o-home .o-home-block .canape-contenu .o-border {
        border-color: white; }
      .o-home .o-home-block .canape-contenu .o-border-separator {
        background-color: white; }
    .o-home .o-home-block a:hover .o-pageContent .o-home-block-title {
      text-decoration: underline; }
      .o-home .o-home-block a:hover .o-pageContent .o-home-block-title span {
        text-decoration: none !important; }
    @media screen and (max-width: 767px) {
  .o-home .o-home-block {
    background-attachment: scroll; } }
    .o-home .o-home-block .bookit:hover {
      border-color: #fff !important;
      color: #fff; }
    .o-home .o-home-block.o-normalheight {
      background-color: white; }
      .o-home .o-home-block.o-normalheight.o-home-block--grey {
        background-color: white; }
      .o-home .o-home-block.o-normalheight.o-home-block--grey .o-container .o-border-separator--dotted:before, .o-home .o-home-block.o-normalheight.o-home-block--grey .o-container .o-border-separator--dotted:after {
        background-color: white; }
    .o-home .o-home-block.o-fullheight {
      height: 100vh; }
      @media screen and (max-width: 767px) {
  .o-home .o-home-block.o-fullheight {
    height: auto;
    min-height: 100vh; } }
      .o-home .o-home-block.o-fullheight .o-pageContent {
        height: calc(100vh - 361px); }
      .o-home .o-home-block.o-fullheight .o-pageContent .card-home-image {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1; }
      .o-home .o-home-block.o-fullheight .o-pageContent .bloc-left {
        width: 50%;
        position: relative;
        height: 100%; }
      .o-home .o-home-block.o-fullheight .o-pageContent .bloc-left .button.play {
        border: 0;
        background: transparent;
        box-sizing: border-box;
        width: 0;
        height: 74px;
        border-color: transparent transparent transparent white;
        transition: 100ms all ease;
        border-style: solid;
        border-width: 37px 0 37px 60px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
        transform: translateY(-50%);
        border-width: 63px 0 63px 96px;
        opacity: 0.7; }
      .o-home .o-home-block.o-fullheight .o-pageContent .bloc-right {
        width: 50%; }
      .o-home .o-home-block.o-fullheight .o-pageContent .bloc-right .item-subtitle span {
        height: fit-content;
        font-size: 20px;
        font-weight: 100;
        margin-top: 40px;
        margin-right: 10px; }
      @media screen and (max-width: 767px) {
      .o-home .o-home-block.o-fullheight .o-pageContent .bloc-right {
        width: 100%; } }
      .o-home .o-home-block.o-fullheight .o-pageContent .bloc-right h3 {
        font-size: 30px;
        font-family: "Berthold-BI";
        display: inline; }
      @media screen and (max-width: 767px) {
    .o-home .o-home-block.o-fullheight .o-pageContent {
      max-width: 100%;
      min-height: calc(100vh - 262px);
      height: auto; } }
      .o-home .o-home-block.o-fullheight .canape-container-home {
        display: flex; }
      @media screen and (max-width: 767px) {
      .o-home .o-home-block.o-fullheight .canape-container-home .bloc-left {
        width: 100%;
        display: none; } }
      @media screen and (max-width: 767px) {
      .o-home .o-home-block.o-fullheight .canape-container-home .bloc-right {
        width: 100%; } }
    .o-home .o-home-block.o-fullheight:last-child {
      overflow: initial; }
    .o-home .o-home-block--grey .o-container .o-border-separator--dotted:before, .o-home .o-home-block--grey .o-container .o-border-separator--dotted:after {
      background-color: #fff; }
    .o-home .o-home-block.o-prehome {
      background-color: #50cdeb;
      padding-top: 6px; }
    .o-home .o-home-block .o-home-block-text {
      font-size: 24px;
      line-height: 24px; }
    .o-home .o-home-block-title {
      font-weight: 700;
      font-size: 70px;
      line-height: 70px; }
      @media screen and (max-width: 767px) {
  .o-home .o-home-block-title {
    font-size: 40px;
    line-height: 40px; } }
      .o-home .o-home-block-title a {
        text-decoration: none; }
      .o-home .o-home-block-title a:hover {
        text-decoration: underline; }
    .o-home .o-home-block-content {
      font-size: 24px;
      line-height: 28px; }
      .o-home .o-home-block-content--dates {
        font-size: 20px;
        line-height: 24px; }
    .o-home .o-home-block .o-pageContent {
      position: relative; }
      .o-home .o-home-block .o-pageContent--more.o-pageContent .o-home-videos--item--half {
        width: calc(33.33% - 31px); }
      .o-home .o-home-block .o-pageContent--more.o-pageContent .o-home-videos--item--half:nth-child(even):not(.o-border-separator) {
        width: calc(33.33% - 4px);
        margin-right: 0px;
        padding-right: 0; }
      .o-home .o-home-block .o-pageContent--more.o-pageContent .o-home-videos--item--half--end {
        width: calc(33.33% - 5px);
        padding-right: 0;
        margin-right: 0;
        margin-left: 20px; }
      .o-home .o-home-block .o-pageContent--more.o-pageContent .o-home-videos--item.o-with-border {
        width: calc(33.33% - 31px) !important; }
      .o-home .o-home-block .o-pageContent--more.o-pageContent .o-home-videos--item--full {
        width: calc(66.66% - 9px);
        margin-right: 20px; }
      .o-home .o-home-block .o-pageContent--more.o-pageContent .o-home-videos--item--full--end {
        width: calc(66.66% + 9px);
        margin-right: 0px;
        padding-right: 0; }
      .o-home .o-home-block .o-pageContent--double-block, .o-home .o-home-block .o-pageContent--triple-block {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        width: 100%;
        align-items: stretch;
        -webkit-align-content: stretch;
        align-content: stretch; }
      @media screen and (max-width: 767px) {
    .o-home .o-home-block .o-pageContent--double-block, .o-home .o-home-block .o-pageContent--triple-block {
      display: block; } }
      .o-home .o-home-block .o-pageContent--double-block .o-content-block {
        margin-top: 0px;
        height: 100%;
        padding-left: 30px;
        padding-right: 30px;
        border-left: 10px solid black; }
      @media screen and (max-width: 767px) {
      .o-home .o-home-block .o-pageContent--double-block .o-content-block {
        padding-left: 0px;
        padding-right: 0px;
        border-left: none;
        margin-bottom: 20px; }
        .o-home .o-home-block .o-pageContent--double-block .o-content-block:last-child {
          margin-bottom: 0px; } }
      .o-home .o-home-block .o-pageContent--double-block .o-content-block .fiche-list-container__item .item-content a .item-description .item-title {
        font-size: 40px;
        line-height: 44px; }
      .o-home .o-home-block .o-pageContent--double-block .o-content-block.o-half-element {
        width: 50%; }
      @media screen and (max-width: 767px) {
        .o-home .o-home-block .o-pageContent--double-block .o-content-block.o-half-element {
          width: 100%; } }
      .o-home .o-home-block .o-pageContent--double-block .o-content-block.o-half-element:nth-child(2n) {
        padding-right: 0px;
        border-right: none;
        padding-left: 30px; }
        @media screen and (max-width: 767px) {
        .o-home .o-home-block .o-pageContent--double-block .o-content-block.o-half-element:nth-child(2n) {
          padding-left: 0px; } }
      .o-home .o-home-block .o-pageContent--double-block .o-content-block.o-third-element {
        width: 33.33%; }
      .o-home .o-home-block .o-pageContent--double-block .o-content-block.o-third-element:nth-child(1), .o-home .o-home-block .o-pageContent--double-block .o-content-block.o-third-element:nth-child(3) {
        width: calc(33.33% - 12px); }
        @media screen and (max-width: 767px) {
        .o-home .o-home-block .o-pageContent--double-block .o-content-block.o-third-element:nth-child(1), .o-home .o-home-block .o-pageContent--double-block .o-content-block.o-third-element:nth-child(3) {
          width: 100%; } }
      .o-home .o-home-block .o-pageContent--double-block .o-content-block.o-third-element:nth-child(2) {
        width: calc(33.33% + 18px); }
        @media screen and (max-width: 767px) {
        .o-home .o-home-block .o-pageContent--double-block .o-content-block.o-third-element:nth-child(2) {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .o-home .o-home-block .o-pageContent--double-block .o-content-block.o-third-element {
          width: 100%; } }
      .o-home .o-home-block .o-pageContent--double-block .o-content-block.o-third-element.o-home-actus {
        width: calc(33.33% - 4px);
        position: absolute;
        right: 15px;
        top: 0; }
        @media screen and (max-width: 767px) {
        .o-home .o-home-block .o-pageContent--double-block .o-content-block.o-third-element.o-home-actus {
          width: 100%;
          position: relative;
          right: auto;
          top: auto; } }
      .o-home .o-home-block .o-pageContent--double-block .o-content-block.o-double-third-element {
        width: calc(66.66% + 10px);
        padding-left: 23px; }
      .o-home .o-home-block .o-pageContent--double-block .o-content-block.o-double-third-element.o-double-image {
        width: 100%; }
      @media screen and (max-width: 767px) {
        .o-home .o-home-block .o-pageContent--double-block .o-content-block.o-double-third-element {
          width: 100%;
          padding-left: 0px; } }
      .o-home .o-home-block .o-pageContent--double-block .o-content-block.o-double-third-element.o-home-videos {
        width: 100%; }
      .o-home .o-home-block .o-pageContent--double-block .o-content-block:first-child {
        padding-left: 0px;
        border-left: none; }
      .o-home .o-home-block .o-pageContent--double-block .o-content-block:last-child {
        border-right: none;
        padding-right: 0px; }
      .o-home .o-home-block .o-pageContent--double-block .o-content-block quote {
        font-weight: bold;
        font-size: 34px;
        line-height: 34px; }
      .o-home .o-home-block .o-pageContent--double-block .o-content-block .quote-source {
        margin-top: 20px;
        font-size: 16px;
        line-height: 16px; }
      .o-home .o-home-block .o-pageContent .o-home-actus {
        height: 100%;
        padding: 0;
        border-left: none; }
      .o-home .o-home-block .o-pageContent .o-home-actus .o-home-actus-content {
        padding: 0 40px;
        height: calc(100% - 55px);
        overflow: hidden; }
      @media screen and (max-width: 1024px) {
      .o-home .o-home-block .o-pageContent .o-home-actus .o-home-actus-content {
        height: calc(100% - 55px); } }
      @media screen and (max-width: 767px) {
      .o-home .o-home-block .o-pageContent .o-home-actus .o-home-actus-content {
        height: auto;
        padding: 0px; } }
      .o-home .o-home-block .o-pageContent .o-home-actus .o-border-separator {
        width: calc(100% - 50px);
        margin-left: 35px; }
      @media screen and (max-width: 767px) {
      .o-home .o-home-block .o-pageContent .o-home-actus .o-border-separator {
        width: 100%;
        display: none; } }
      .o-home .o-home-block .o-pageContent .o-home-actus a:hover .o-item-title {
        text-decoration: underline; }
      .o-home .o-home-block .o-pageContent .o-home-actus--title {
        font-size: 30px;
        margin-bottom: 10px;
        font-weight: normal; }
      .o-home .o-home-block .o-pageContent .o-home-actus--list--item {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px; }
      .o-home .o-home-block .o-pageContent .o-home-actus--list--item:after {
        content: "";
        width: 36px;
        height: 2px;
        background-color: black;
        position: absolute;
        left: 0px;
        bottom: 0px; }
      .o-home .o-home-block .o-pageContent .o-home-actus--list--item .o-item-title {
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 10px; }
        @media screen and (max-width: 1299px) {
        .o-home .o-home-block .o-pageContent .o-home-actus--list--item .o-item-title {
          font-size: 26px;
          line-height: 26px; } }
      .o-home .o-home-block .o-pageContent .o-home-actus--list--item:first-child .o-item-title {
        font-size: 40px;
        line-height: 46px; }
        @media screen and (max-width: 1299px) {
          .o-home .o-home-block .o-pageContent .o-home-actus--list--item:first-child .o-item-title {
            font-size: 30px;
            line-height: 30px; } }
      .o-home .o-home-block .o-pageContent .o-home-actus--seeall a {
        text-decoration: underline;
        font-size: 16px; }
      .o-home .o-home-block .o-pageContent .o-home-videos {
        padding-right: 0px;
        display: flex;
        flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
    .o-home .o-home-block .o-pageContent .o-home-videos {
      display: block; } }
      .o-home .o-home-block .o-pageContent .o-home-videos .o-content-block-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
      @media screen and (max-width: 767px) {
      .o-home .o-home-block .o-pageContent .o-home-videos .o-content-block-container {
        display: block; } }
      .o-home .o-home-block .o-pageContent .o-home-videos .o-content-block-container .o-border {
        height: 28vw; }
      @media screen and (max-width: 767px) {
        .o-home .o-home-block .o-pageContent .o-home-videos .o-content-block-container .o-border {
          height: auto; } }
      .o-home .o-home-block .o-pageContent .o-home-videos .o-content-block-container--noTopBorder {
        align-items: flex-start; }
      .o-home .o-home-block .o-pageContent .o-home-videos .o-content-block--first {
        width: calc(66.66% + 5px); }
      @media screen and (max-width: 767px) {
      .o-home .o-home-block .o-pageContent .o-home-videos .o-content-block--first {
        width: calc(100%); } }
      .o-home .o-home-block .o-pageContent .o-home-videos-container {
        width: 100%;
        height: 390px;
        display: flex; }
      @media screen and (max-width: 767px) {
      .o-home .o-home-block .o-pageContent .o-home-videos-container {
        height: auto;
        display: block; } }
      .o-home .o-home-block .o-pageContent .o-home-videos--item {
        width: calc(50% - 20px);
        color: white;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        height: 100%; }
      .o-home .o-home-block .o-pageContent .o-home-videos--item.o-with-border {
        width: calc(50% - 25px) !important;
        margin-left: 30px; }
      .o-home .o-home-block .o-pageContent .o-home-videos--item.o-with-border:before {
        content: "";
        position: absolute;
        top: 0px;
        left: -30px;
        width: 10px;
        height: 100%;
        background-color: black; }
      @media screen and (max-width: 767px) {
        .o-home .o-home-block .o-pageContent .o-home-videos--item.o-with-border {
          width: calc(100% - 30px) !important; } }
      @media screen and (max-width: 767px) {
      .o-home .o-home-block .o-pageContent .o-home-videos--item {
        min-height: 300px;
        width: 100%;
        margin-bottom: 20px;
        display: block; } }
      .o-home .o-home-block .o-pageContent .o-home-videos--item--full {
        width: 100%; }
      .o-home .o-home-block .o-pageContent .o-home-videos--item--half {
        width: calc(50% - 25px); }
      @media screen and (max-width: 767px) {
        .o-home .o-home-block .o-pageContent .o-home-videos--item--half {
          margin-right: 0px;
          width: 100%; } }
      .o-home .o-home-block .o-pageContent .o-home-videos--item--half:nth-child(even):not(.o-border-separator) {
        width: calc(50% + 5px);
        margin-right: 0px;
        padding-right: 0; }
        @media screen and (max-width: 767px) {
        .o-home .o-home-block .o-pageContent .o-home-videos--item--half:nth-child(even):not(.o-border-separator) {
          margin-right: 0px;
          width: 100%; } }
      .o-home .o-home-block .o-pageContent .o-home-videos--item .o-video-overlay {
        opacity: 0.5;
        width: 100%;
        height: 100%; }
      .o-home .o-home-block .o-pageContent .o-home-videos--item .o-video-content {
        background-color: rgba(0, 0, 0, 0.2);
        padding: 20px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .o-home .o-home-block .o-pageContent .o-home-videos--item .o-video-cta {
        display: block;
        width: 100%;
        height: 100%;
        display: flex;
        color: #2ad9ff;
        background-color: #ff6300;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        font-weight: bold;
        font-size: 40px; }
      .o-home .o-home-block .o-pageContent .o-home-videos--item .o-video-cta span {
        display: inline-block; }
      @media screen and (max-width: 1299px) {
        .o-home .o-home-block .o-pageContent .o-home-videos--item .o-video-cta {
          font-size: 26px; } }
      @media screen and (max-width: 767px) {
        .o-home .o-home-block .o-pageContent .o-home-videos--item .o-video-cta {
          font-size: 30px;
          min-height: 300px; } }
      .o-home .o-home-block .o-pageContent .o-home-videos--item .video-type {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px; }
      .o-home .o-home-block .o-pageContent .o-home-videos--item .video-title {
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 20px; }
    .o-home .o-home-block .o-container {
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed; }
      @media screen and (max-width: 767px) {
  .o-home .o-home-block .o-container {
    width: 100%; } }
    .o-home .o-home-block .o-home-overlay {
      width: 100%;
      height: 100%; }
      .o-home .o-home-block .o-home-overlay .o-container {
        max-width: initial; }
      .o-home .o-home-block .o-home-overlay .o-container .o-pageTop {
        margin: 0 15px; }
      .o-home .o-home-block .o-home-overlay .o-container .o-pageContent {
        margin: 0 15px; }
    .o-home .o-home-block.o-home-traverses .o-pageContent--double-block .o-content-block.o-third-element, .o-home .o-home-block.o-home-traverses .o-pageContent--double-block .o-content-block.o-double-third-element {
      min-height: 28vw; }
      .o-home .o-home-block.o-home-traverses .o-pageContent .main-title {
        color: #ff7000;
        font-family: "Berthold-BI";
        font-size: 30px;
        font-style: italic;
        font-weight: bold;
        margin-bottom: 15px; }
      .o-home .o-home-block.o-home-traverses .o-pageContent--double-block .o-content-block.o-third-element:first-child {
        width: calc(33.33% - 12px); }
      @media screen and (max-width: 767px) {
    .o-home .o-home-block.o-home-traverses .o-pageContent--double-block .o-content-block.o-third-element:first-child {
      width: 100%; } }
      .o-home .o-home-block.o-home-traverses .o-pageContent--double-block .o-content-block.o-third-element:last-child {
        width: calc(33.33% - 16px); }
      @media screen and (max-width: 767px) {
    .o-home .o-home-block.o-home-traverses .o-pageContent--double-block .o-content-block.o-third-element:last-child {
      width: 100%; } }
      .o-home .o-home-block.o-home-traverses .o-pageContent--double-block .o-content-block.o-double-third-element:nth-child(odd) {
        width: calc(66.66% + 4px); }
      @media screen and (max-width: 767px) {
    .o-home .o-home-block.o-home-traverses .o-pageContent--double-block .o-content-block.o-double-third-element:nth-child(odd) {
      width: 100%; } }
      .o-home .o-home-block.o-home-traverses .o-pageContent--double-block .o-content-block.o-double-third-element:nth-child(even) {
        width: calc(66.66% + 12px); }
      @media screen and (max-width: 767px) {
    .o-home .o-home-block.o-home-traverses .o-pageContent--double-block .o-content-block.o-double-third-element:nth-child(even) {
      width: 100%; } }

.o-home-timeline {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5; }
  .o-home-timeline .o-timeline {
    display: flex;
    background-color: #f6f6f6;
    height: 50px;
    line-height: 50px;
    align-items: center;
    z-index: 6; }
  .o-home-timeline .o-timeline-month {
    font-size: 24px;
    font-weight: 400;
    padding: 0 25px 0 15px; }
  .o-home-timeline .o-timeline-week {
    height: 100%;
    display: flex;
    width: 252px;
    margin-right: 80px; }
    .o-home-timeline .o-timeline-week .slick-arrow {
      background-color: transparent; }
    .o-home-timeline .o-timeline-week .slick-arrow.slick-next {
      right: -70px; }
    .o-home-timeline .o-timeline-week .slick-arrow.slick-prev {
      left: auto;
      right: -36px; }
    .o-home-timeline .o-timeline-week .slick-arrow.slick-prev.slick-disabled {
      opacity: 1; }
      .o-home-timeline .o-timeline-week .slick-arrow.slick-prev.slick-disabled.o-limit--disabled {
        opacity: 0.3; }
    .o-home-timeline .o-timeline-week .slick-arrow.slick-next.slick-disabled {
      opacity: 1; }
      .o-home-timeline .o-timeline-week .slick-arrow.slick-next.slick-disabled.o-limit--disabled {
        opacity: 0.3; }
  .o-home-timeline .o-timeline-day {
    line-height: normal;
    width: 36px;
    height: 50px;
    outline: 0; }
    .o-home-timeline .o-timeline-day:focus {
      outline: 0; }
    .o-home-timeline .o-timeline-day--active {
      border-bottom: 2px solid #000;
      background-color: #fff; }
    .o-home-timeline .o-timeline-day--noContents .o-day-link {
      cursor: default;
      outline: 0;
      color: rgba(128, 128, 128, 0.51); }
      .o-home-timeline .o-timeline-day--noContents .o-day-link:focus {
        outline: 0; }
  .o-home-timeline .o-day {
    font-size: 10px;
    display: block; }
    .o-home-timeline .o-day-link {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      outline: none; }
    .o-home-timeline .o-day-nb {
      font-size: 14px;
      display: block;
      font-weight: 700; }
  .o-home-timeline .o-timeline-all {
    background-color: #fff;
    padding: 0 15px;
    height: 100%;
    font-size: 22px;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
  .o-home-timeline .o-timeline-all {
    font-size: 0px; }
    .o-home-timeline .o-timeline-all:before {
      content: "+";
      font-size: 26px; } }
  .o-home-timeline .o-date-programs {
    position: absolute;
    bottom: -900px;
    left: 0;
    background-color: #fff;
    width: 100%;
    min-height: 440px;
    padding: 11px 0 60px;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
    @media screen and (max-width: 767px) {
  .o-home-timeline .o-date-programs {
    padding: 20px 0 50px;
    bottom: calc(-100vh - 110px);
    min-height: calc(100vh - 110px);
    height: calc(100vh - 110px); } }
    .o-home-timeline .o-date-programs .fiche-list-container__item .item-description {
      max-width: 100%; }
      .o-home-timeline .o-date-programs .fiche-list-container__item .item-description .item-chapeau {
        margin-top: 18px; }
    .o-home-timeline .o-date-programs .o-programs-list {
      z-index: 2;
      width: 100%; }
      @media screen and (max-width: 767px) {
  .o-home-timeline .o-date-programs .o-programs-list {
    height: calc(100vh - 180px);
    overflow: hidden;
    overflow-y: scroll;
    width: calc(100% - 10px);
    margin: 0 auto; } }
    .o-home-timeline .o-date-programs .event-traverse .o-border.o-border--light.o-border--left .fiche-list-container__item .item-content .item-description .item-bookit {
      transition-duration: 0.3s; }
      .o-home-timeline .o-date-programs .o-program {
        width: 33%;
        display: inline-block; }
      @media screen and (max-width: 767px) {
  .o-home-timeline .o-date-programs .o-program {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 5px solid black; }
    .o-home-timeline .o-date-programs .o-program:last-child {
      border-bottom: none;
      margin-bottom: 0px; } }
      .o-home-timeline .o-date-programs .o-program .fiche-list-container.single-list-item {
        padding: 0; }
      @media screen and (max-width: 767px) {
    .o-home-timeline .o-date-programs .o-program .fiche-list-container.single-list-item {
      margin: 0px; } }
      .o-home-timeline .o-date-programs .o-program .fiche-list-container.single-list-item .o-border-separator--sm {
        margin-top: 5px; }
      .o-home-timeline .o-date-programs .o-program .item-dates {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px; }
      .o-home-timeline .o-date-programs .o-program .item-dates span {
        font-size: 20px;
        padding: 2px 6px;
        color: #fff;
        margin-left: 17px;
        position: absolute; }
      .o-home-timeline .o-date-programs .o-program .item-type {
        font-size: 20px;
        font-family: "akzidenz-grotesk-pro", sans-serif; }
      .o-home-timeline .o-date-programs .o-program .item-type span {
        font-style: italic;
        font-weight: bold; }
      @media screen and (max-width: 767px) {
  .o-home-timeline .o-date-programs .o-program .item-title {
    margin: 0px;
    font-size: 24px;
    line-height: 24px; }
  .o-home-timeline .o-date-programs .o-program .item-bookit {
    border: none;
    text-decoration: underline;
    margin-top: 0px; } }
      .o-home-timeline .o-date-programs .o-program.event-traverse .fiche-list-container__item .item-description .item-title {
        line-height: 40px; }
      @media screen and (max-width: 767px) {
      .o-home-timeline .o-date-programs .o-program.event-traverse .fiche-list-container__item .item-description .item-title {
        font-size: 30px; } }
      .o-home-timeline .o-date-programs .o-program--spectacle .fiche-list-container__item .item-description .item-title {
        font-size: 40px;
        font-weight: 700; }
      @media screen and (max-width: 767px) {
      .o-home-timeline .o-date-programs .o-program--spectacle .fiche-list-container__item .item-description .item-title {
        font-size: 30px; } }
      .o-home-timeline .o-date-programs .o-program-date {
        width: calc(100% - 50px);
        margin: 0 auto;
        font-size: 40px;
        font-weight: 500; }
    .o-home-timeline .o-date-programs--opened {
      bottom: 0px; }

.o-menu-close--timeline {
  bottom: initial;
  top: -83px; }

.o-home-focus-traverses {
  padding-top: 15px; }

.o-home .o-home-block.o-home-traverses .o-pageContent--double-block .o-content-block.o-third-element, .o-home .o-home-block.o-home-traverses .o-pageContent--double-block .o-content-block.o-double-third-element {
  min-height: auto; }

.dates-actualites {
  font-weight: 100 !important; }

.o-home-background-scroll {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1; }
  @media screen and (max-width: 767px) {
  .o-home-background-scroll {
    background-attachment: scroll; } }
  .o-home-background-scroll .o-front {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none; }
    @media screen and (max-width: 767px) {
  .o-home-background-scroll .o-front {
    background-attachment: scroll; } }

.o-home .fiche-list-container__item .item-description, .o-home .fiche-list-container.single-list-item .fiche-list-container__item .item-content {
  max-width: none; }
  .o-home .fiche-list-container__item .item-description .main-title, .o-home .fiche-list-container.single-list-item .fiche-list-container__item .item-content .main-title {
    font-style: italic;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 11px;
    margin-top: -8px;
    font-family: "akzidenz-grotesk-pro", sans-serif; }

.o-home .fiche-list-container.single-list-item .fiche-list-container__item .item-content a:hover .item-title {
  text-decoration: underline; }

.o-home .fiche-list-container.single-list-item .fiche-list-container__item.has-image .item-image {
  height: 22vw; }
  .o-home .fiche-list-container.single-list-item .fiche-list-container__item.has-image .item-image img {
    height: 100%; }

.grid-home {
  display: flex;
  justify-content: space-between; }
  .grid-home .o-content-block-container--noTopBorder {
    align-items: unset !important; }
  .grid-home .small {
    width: calc(100% / 3 - 45px) !important;
    align-items: unset !important; }
    .grid-home .small .o-border-separator {
      background-color: black; }
    @media screen and (max-width: 1023px) {
  .grid-home .small {
    width: 100% !important; } }
    .grid-home .small .o-border-separator {
      margin: 22px 0px; }
    .grid-home .small .o-content-block--first {
      width: 100% !important; }
      .grid-home .small .o-content-block--first .o-border--right {
        padding: 0px 0px; }
      .grid-home .small .o-content-block--first .o-home-videos-container {
        height: 20vw;
        width: calc(100%); }
      @media screen and (max-width: 1023px) {
    .grid-home .small .o-content-block--first .o-home-videos-container {
      width: 100%; } }
      .grid-home .small .o-content-block--first .o-home-videos-container .card-actualites-home {
        width: calc(100%);
        margin: 0 auto;
        border-left: none;
        padding: 0px 0px; }
      .grid-home .small .o-content-block--first .o-home-videos-container .card-actualites-home .item-description .item-subtitle {
        font-size: 18px !important;
        line-height: 24px; }
      .grid-home .small .o-content-block--first .o-home-videos-container .card-actualites-home .item-description .cat-card {
        font-size: 30px;
        line-height: 30px;
        font-family: 'Berthold';
        font-weight: 100;
        margin-bottom: 10px; }
      .grid-home .small .o-content-block--first .o-home-videos-container .card-actualites-home .item-description .item-subtitle {
        margin-bottom: 8px; }
      .grid-home .small .o-content-block--first .o-home-videos-container .card-actualites-home .item-description .item-title {
        margin-bottom: 10px; }
      .grid-home .large {
        width: calc(100% / (3/2) - 25px) !important;
        align-items: unset !important; }
    @media screen and (max-width: 1023px) {
  .grid-home .large {
    width: 100% !important; } }
    .grid-home .large .o-border-separator {
      margin: 22px 0px;
      background-color: black; }
    .grid-home .large .o-content-block--first {
      width: 100% !important; }
      .grid-home .large .o-content-block--first .o-border--right {
        padding: 0px 0px; }
      .grid-home .large .o-content-block--first .o-home-videos-container {
        height: 20vw;
        width: calc(100%);
        margin: 0 0 !important;
        margin: 0 auto; }
      @media screen and (max-width: 1023px) {
    .grid-home .large .o-content-block--first .o-home-videos-container {
      width: 100% !important; } }
      .grid-home .large .o-content-block--first .o-home-videos-container .list-container__listing__item {
        margin-bottom: initial; }
      .grid-home .large .o-content-block--first .o-home-videos-container .card-actualites-home {
        width: calc(100%); }
      @media screen and (max-width: 1023px) {
      .grid-home .large .o-content-block--first .o-home-videos-container .card-actualites-home {
        margin-left: initial !important; } }
      .grid-home .large .o-content-block--first .o-home-videos-container .card-actualites-home .fiche-list-container__item {
        border-left: none; }
      .grid-home .large .o-content-block--first .o-home-videos-container .card-actualites-home .item-image {
        min-height: initial; }
      .grid-home .large .o-content-block--first .o-home-videos-container .card-actualites-home .item-description .cat-card {
        font-size: 30px;
        line-height: 30px;
        font-family: 'Berthold';
        font-weight: 100;
        margin-bottom: 10px; }
      .grid-home .large .o-content-block--first .o-home-videos-container .card-actualites-home .item-description .item-subtitle {
        margin-bottom: 8px; }
      .grid-home .large .o-content-block--first .o-home-videos-container .card-actualites-home .item-description .item-title {
        margin-bottom: 10px; }
      .grid-home .large .o-content-block--first .o-home-videos-container .image-card {
        width: 100%;
        margin-bottom: unset; }
      @media screen and (max-width: 1023px) {
      .grid-home .large .o-content-block--first .o-home-videos-container .image-card {
        margin-left: initial !important; } }
      .grid-home .large .o-content-block--first .o-home-videos-container .image-card .link-external {
        width: 100%; }
      .grid-home .large .o-content-block--first .o-home-videos-container .image-card .item-images {
        height: 100%;
        color: white;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: initial; }
      .grid-home .large .o-content-block--first .o-home-videos-container .image-card .item-images .button.play {
        border: 0;
        background: transparent;
        box-sizing: border-box;
        width: 0;
        height: 74px;
        border-color: transparent transparent transparent white;
        transition: 100ms all ease;
        border-style: solid;
        border-width: 37px 0 37px 60px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
        transform: translateY(-50%); }
      .grid-home .large .o-content-block--first .o-home-videos-container .image-card .item-images .item-content {
        height: 100%;
        width: 100%; }
        .grid-home .large .o-content-block--first .o-home-videos-container .image-card .item-images .item-content .item-description {
          max-width: unset;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
        .grid-home .large .o-content-block--first .o-home-videos-container .image-card .item-images .item-content .item-description .card-top .item-title-section {
          font-size: 30px;
          font-family: "Berthold-BI";
          margin-top: 14px; }
          .grid-home .large .o-content-block--first .o-home-videos-container .image-card .item-images .item-content .item-description .card-top .item-subtitle p {
            display: contents;
            font-size: 40px;
            font-weight: bold;
            line-height: 46px; }
        .grid-home .large .o-content-block--first .o-home-videos-container .image-card .item-images .item-content .item-description .card-bottom {
          margin-bottom: 20px; }
      .grid-home .large .o-content-block--first a {
        width: 100%; }

.focus-contenu .focus-contenu-traverse {
  width: 100% !important; }
  .focus-contenu .focus-contenu-traverse p {
    font-size: 35px !important; }
  .focus-contenu .focus-contenu-traverse a {
    font-size: 35px !important;
    font-weight: bold; }
  .o-fullheight {
    overflow: hidden; }

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.svg#AkzidenzGroteskBE-Md') format('svg');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.svg#AkzidenzGroteskBE-It') format('svg');
  font-weight: normal;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Berthold-BI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Bold Italic.otf'); }

@font-face {
  font-family: 'Berthold-MI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Medium Italic.otf'); }
/** DEVICES **/
.list-container {
  width: calc(100% - 80px);
  margin: 0 auto;
  font-family: "akzidenz-grotesk-pro", sans-serif;
  font-weight: normal;
  padding-top: 20px; }
  .list-container a {
    color: inherit;
    text-decoration: none; }
  .list-container__listing {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    @media screen and (max-width: 1199px) {
  .list-container__listing {
    display: block; } }
    .list-container__listing__item {
      width: calc(50% - 10px);
      display: block;
      font-size: 18px;
      position: relative;
      margin-right: 20px;
      margin-bottom: 20px; }
      @media screen and (min-width: 1300px) {
  .list-container__listing__item {
    transition: width cubic-bezier(0.42, 0, 0.15, 1.04) 0.4s; } }
      @media screen and (max-width: 1199px) {
  .list-container__listing__item {
    width: 100%;
    margin-right: 0px; }
    .list-container__listing__item:first-child:after {
      content: "";
      width: 0px;
      height: 0px; } }
      @media screen and (max-width: 767px) {
  .list-container__listing__item {
    margin-bottom: 40px; } }
      .list-container__listing__item.list-container__listing__item__event.js-even.o-js-data-color-item-border.o-js-data-color.o-list-traverses-title {
        border-left: none; }
        @media all and (max-width: 767px) {
  .list-container__listing__item.list-container__listing__item__event.js-even.o-js-data-color-item-border.o-js-data-color.o-list-traverses-title {
    margin-left: auto; } }
      .list-container__listing__item:nth-child(2n) {
        margin-right: 0px; }
        @media screen and (min-width: 1300px) {
  .list-container__listing__item:nth-child(2n):after {
    content: "";
    width: 0px !important;
    height: 0px;
    background-color: transparent; } }
      .list-container__listing__item__list-title {
        position: relative;
        padding-left: 36px; }
        .list-container__listing__item__list-title .listing-titles {
          position: relative;
          margin-bottom: 20px; }
          .list-container__listing__item__list-title .listing-titles .listing-title {
            font-size: 40px;
            line-height: 44px;
            margin: 0px;
            font-family: "akzidenz-grotesk-pro", sans-serif;
            font-weight: bold;
            color: black;
            display: block;
            padding-bottom: 14px; }
            .list-container__listing__item__list-title .listing-titles .listing-title:after {
              padding: 0;
              margin: 0;
              display: block;
              content: "";
              width: 36px;
              height: 2px;
              background-color: black;
              position: absolute;
              left: -36px;
              bottom: 2px; }
            .list-container__listing__item__list-title .listing-titles .listing-title a h3 {
              font-weight: bold; }
            .list-container__listing__item__list-title .listing-titles .listing-title a:hover {
              text-decoration: underline; }
            .list-container__listing__item__list-title .listing-titles .listing-title__blue {
              font-style: italic;
              position: relative;
              padding: 14px 0;
              font-family: "Berthold-BI"; }
              .list-container__listing__item__list-title .listing-titles .listing-title__blue a {
                font-family: "Berthold-BI"; }
              .list-container__listing__item__list-title .listing-titles .listing-title__blue .fake-before {
                padding: 0;
                margin: 0;
                display: block;
                content: "";
                width: 36px;
                height: 2px;
                background-color: black;
                position: absolute;
                left: -36px;
                top: 2px; }
              .list-container__listing__item__list-title .listing-titles .listing-title__blue:after {
                padding: 0;
                margin: 0;
                display: block;
                content: "";
                width: 36px;
                height: 2px;
                background-color: black;
                position: absolute;
                left: -36px;
                bottom: 2px; }
            .list-container__listing__item__list-title .listing-titles .listing-title.active:before {
              content: '';
              width: 50px;
              height: 44px;
              left: -30px;
              position: absolute;
              background-image: url(../bundles/lehubagenceodeon/images/icons/listing-title-active-arrow.png);
              background-repeat: no-repeat;
              background-position: left center; }
            .list-container__listing__item__list-title .listing-titles .listing-title.active:after {
              display: none; }
            @media screen and (max-width: 767px) {
  .list-container__listing__item__list-title .listing-titles .listing-title {
    font-size: 30px;
    line-height: 38px; }
    .list-container__listing__item__list-title .listing-titles .listing-title.active:before {
      height: 38px; } }
          .list-container__listing__item__list-title .listing-titles .menu-traverses {
            padding-bottom: 6px;
            overflow: hidden; }
            .list-container__listing__item__list-title .listing-titles .menu-traverses__open-filters {
              font-family: 'Berthold', Arial, sans-serif;
              font-weight: bold;
              font-size: 24px; }
            .list-container__listing__item__list-title .listing-titles .menu-traverses ul {
              display: block;
              opacity: 0;
              height: 0;
              padding: 0px;
              margin-top: 10px;
              margin-left: 20px;
              transition: 0.5s ease; }
              .list-container__listing__item__list-title .listing-titles .menu-traverses ul.filters-open {
                opacity: 1;
                height: 300px;
                width: 100%;
                padding-right: 20px;
                margin-bottom: 10px;
                overflow-y: scroll; }
              .list-container__listing__item__list-title .listing-titles .menu-traverses ul li {
                list-style: none;
                display: block;
                font-size: 20px;
                line-height: 30px;
                font-weight: normal; }
                @media all and (max-width: 369px) {
  .list-container__listing__item__list-title .listing-titles .menu-traverses ul li {
    font-size: 18px; } }
                .list-container__listing__item__list-title .listing-titles .menu-traverses ul li.selected {
                  color: #ce173f;
                  font-weight: bold; }
                .list-container__listing__item__list-title .listing-titles .menu-traverses ul li a {
                  text-decoration: none;
                  display: block; }
                  .list-container__listing__item__list-title .listing-titles .menu-traverses ul li a:hover {
                    text-decoration: underline; }
        .list-container__listing__item__list-title .listing-filters {
          margin-bottom: 20px; }
          .list-container__listing__item__list-title .listing-filters .listing-filter {
            margin-bottom: 10px; }
            .list-container__listing__item__list-title .listing-filters .listing-filter__label {
              font-family: "akzidenz-grotesk-pro", sans-serif;
              font-weight: bold;
              font-size: 24px;
              margin-top: 10px;
              display: flex;
              flex-direction: column-reverse; }
              @media screen and (max-width: 767px) {
  .list-container__listing__item__list-title .listing-filters .listing-filter__label {
    line-height: 24px; } }
              .list-container__listing__item__list-title .listing-filters .listing-filter__label span {
                cursor: pointer; }
                .list-container__listing__item__list-title .listing-filters .listing-filter__label span:hover {
                  text-decoration: underline; }
              .list-container__listing__item__list-title .listing-filters .listing-filter__label a {
                margin: 0;
                font-size: 14px;
                cursor: pointer; }
                .list-container__listing__item__list-title .listing-filters .listing-filter__label a:hover {
                  text-decoration: underline; }
                @media screen and (max-width: 767px) {
  .list-container__listing__item__list-title .listing-filters .listing-filter__label a {
    display: block; } }
            .list-container__listing__item__list-title .listing-filters .listing-filter__listing {
              position: relative;
              width: auto;
              max-width: 325px;
              overflow: visible;
              display: none; }
              .list-container__listing__item__list-title .listing-filters .listing-filter__listing ul {
                display: block;
                margin: 0px;
                padding: 0px;
                width: 100%;
                position: relative;
                max-height: 130px;
                overflow: visible; }
                .list-container__listing__item__list-title .listing-filters .listing-filter__listing ul .slick-list {
                  max-height: 130px;
                  overflow: hidden; }
                .list-container__listing__item__list-title .listing-filters .listing-filter__listing ul li, .list-container__listing__item__list-title .listing-filters .listing-filter__listing ul .slick-slide {
                  display: inline-block;
                  vertical-align: top; }
                  .list-container__listing__item__list-title .listing-filters .listing-filter__listing ul li a, .list-container__listing__item__list-title .listing-filters .listing-filter__listing ul .slick-slide a {
                    display: block;
                    color: #000;
                    font-size: 20px;
                    font-family: "akzidenz-grotesk-pro", sans-serif;
                    font-weight: normal !important;
                    text-decoration: none !important;
                    outline: none; }
                    .list-container__listing__item__list-title .listing-filters .listing-filter__listing ul li a.active, .list-container__listing__item__list-title .listing-filters .listing-filter__listing ul .slick-slide a.active, .list-container__listing__item__list-title .listing-filters .listing-filter__listing ul li a:hover, .list-container__listing__item__list-title .listing-filters .listing-filter__listing ul .slick-slide a:hover {
                      color: #ce173f;
                      text-decoration: underline !important; }
                .list-container__listing__item__list-title .listing-filters .listing-filter__listing ul li {
                  display: block; }
            .list-container__listing__item__list-title .listing-filters .listing-filter__months ul {
              margin: 15px 0;
              margin-left: 20px; }
              .list-container__listing__item__list-title .listing-filters .listing-filter__months ul li, .list-container__listing__item__list-title .listing-filters .listing-filter__months ul .slick-slide {
                display: inline-block;
                vertical-align: top;
                margin-right: 14px;
                margin-bottom: 6px;
                width: 42px; }
                .list-container__listing__item__list-title .listing-filters .listing-filter__months ul li a, .list-container__listing__item__list-title .listing-filters .listing-filter__months ul .slick-slide a {
                  display: block;
                  color: #000;
                  font-size: 20px;
                  line-height: 24px;
                  font-family: "akzidenz-grotesk-pro", sans-serif;
                  font-weight: bold;
                  text-decoration: underline; }
            .list-container__listing__item__list-title .listing-filters .listing-filter__seasons a {
              font-family: 'Berthold', Arial, sans-serif;
              font-weight: bold;
              font-size: 24px;
              cursor: pointer; }
          .list-container__listing__item__list-title .listing-filters a {
            text-decoration: none; }
            .list-container__listing__item__list-title .listing-filters a:hover {
              text-decoration: underline; }
      .list-container__listing__item .listing-edito {
        font-family: 'Berthold', Arial, sans-serif;
        font-weight: bold;
        font-size: 24px;
        text-decoration: underline;
        cursor: pointer; }
      .list-container__listing__item__event {
        display: flex;
        flex-wrap: wrap;
        /* &.blue-event {
         color: $blue;
         &:after {
         background-color:$blue !important;
         }
         &:before {
         background-color:$blue !important;
         }
         .item-content {
         .item-description {
         .item-subtitle {
         &:after {
         background-color:$blue !important;
         }
         }
         }
         }
         } */ }
        @media screen and (max-width: 767px) {
  .list-container__listing__item__event {
    display: block;
    margin-left: -30px; } }
        .list-container__listing__item__event .item-image {
          width: calc(52% - 15px);
          min-height: 354px;
          background-color: #878787;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover; }
          @media screen and (min-width: 1300px) {
  .list-container__listing__item__event .item-image {
    transition: width cubic-bezier(0.42, 0, 0.15, 1.04) 0.4s; } }
          .list-container__listing__item__event .item-image a {
            font-size: 0px;
            line-height: 0px;
            display: block;
            width: 100%;
            height: 100%; }
          @media screen and (max-width: 767px) {
  .list-container__listing__item__event .item-image {
    display: none; } }
          .list-container__listing__item__event .item-image:hover + .item-content .item-description .item-title a {
            text-decoration: underline; }
        .list-container__listing__item__event .item-content {
          width: calc(50% - 20px);
          padding: 0px 30px;
          padding-right: 20px;
          font-size: 18px;
          position: relative; }
          @media screen and (min-width: 1300px) {
  .list-container__listing__item__event .item-content {
    transition: width cubic-bezier(0.42, 0, 0.15, 1.04) 0.4s; } }
          @media screen and (max-width: 767px) {
  .list-container__listing__item__event .item-content {
    display: block;
    width: 100%;
    padding: 0px 15px;
    padding-left: 20px;
    padding-bottom: 40px; } }
          .list-container__listing__item__event .item-content .item-description {
            height: 100%;
            max-width: 300px; }
            @media screen and (max-width: 767px) {
  .list-container__listing__item__event .item-content .item-description {
    max-width: 100%; } }
            .list-container__listing__item__event .item-content .item-description .colored-border {
              display: none; }
            @media screen and (min-width: 768px) {
  .list-container__listing__item__event .item-content .item-description .colored-border {
    display: block;
    padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: 10px;
    background-color: transparent;
    position: absolute;
    left: 20px;
    bottom: 0px; } }
              @media screen and (min-width: 768px) and (min-width: 1300px) {
    .list-container__listing__item__event .item-content .item-description .colored-border {
      transition: width cubic-bezier(0.42, 0, 0.15, 1.04) 0.4s; } }
            .list-container__listing__item__event .item-content .item-description .item-type {
              font-size: 30px;
              font-style: italic;
              line-height: 30px;
              margin-bottom: 10px;
              margin-top: 15px; }
            .list-container__listing__item__event .item-content .item-description .item-title {
              display: block;
              margin: 0px;
              font-family: "akzidenz-grotesk-pro", sans-serif;
              font-weight: bold;
              font-size: 40px;
              line-height: 46px;
              margin-bottom: 20px; }
              @media screen and (max-width: 767px) {
  .list-container__listing__item__event .item-content .item-description .item-title {
    font-size: 30px;
    line-height: 30px; } }
              .list-container__listing__item__event .item-content .item-description .item-title a:hover {
                text-decoration: underline; }
            .list-container__listing__item__event .item-content .item-description .item-subtitle {
              font-size: 18px;
              line-height: 20px;
              position: relative; }
              .list-container__listing__item__event .item-content .item-description .item-subtitle p {
                margin: 0px; }
              .list-container__listing__item__event .item-content .item-description .item-subtitle strong, .list-container__listing__item__event .item-content .item-description .item-subtitle b {
                font-family: "akzidenz-grotesk-pro", sans-serif;
                font-weight: bold; }
            .list-container__listing__item__event .item-content .item-description .item-dates {
              font-family: "akzidenz-grotesk-pro", sans-serif;
              font-size: 18px;
              font-weight: bold; }
            .list-container__listing__item__event .item-content .item-description .item-bookit {
              text-decoration: none;
              border-top: 1px solid;
              border-bottom: 1px solid;
              border-color: #000;
              color: #000;
              line-height: 20px;
              display: inline-block;
              margin-top: 10px;
              font-weight: bold;
              transition-duration: 0.3s;
              width: fit-content;
              /* &.book {
               transition-duration: 0.3s;
               &:hover {
               color: $blue;
               border-color: $blue !important;
               }
               } */ }
            .list-container__listing__item__event .item-content .item-description .main-title {
              display: none; }
        .list-container__listing__item__event .item-summary {
          display: block;
          margin-top: 20px; }
          .list-container__listing__item__event .item-summary p {
            margin: 0px;
            font-family: "akzidenz-grotesk-pro", sans-serif;
            font-size: 18px;
            line-height: 20px; }
        .list-container__listing__item__event.reduct .item-image {
          width: calc(35% - 15px); }
          @media screen and (min-width: 1300px) {
    .list-container__listing__item__event.reduct .item-image {
      transition: width cubic-bezier(0.42, 0, 0.15, 1.04) 0.4s; } }
          .list-container__listing__item__event.reduct .item-content {
            width: calc(65% - 20px); }
          @media screen and (min-width: 1300px) {
    .list-container__listing__item__event.reduct .item-content {
      transition: width cubic-bezier(0.42, 0, 0.15, 1.04) 0.4s; } }
          .list-container__listing__item__event.reduct .item-content .item-description:after {
            width: calc(65% - 60px);
            height: 10px;
            left: calc(35% + 20px);
            bottom: 0px; }
            @media screen and (min-width: 1300px) {
      .list-container__listing__item__event.reduct .item-content .item-description:after {
        transition: width cubic-bezier(0.42, 0, 0.15, 1.04) 0.4s; } }
        .list-container__listing__item__event.spread .item-image {
          width: calc(55% - 15px); }
          @media screen and (min-width: 1300px) {
    .list-container__listing__item__event.spread .item-image {
      transition: width cubic-bezier(0.42, 0, 0.15, 1.04) 0.4s; } }
          .list-container__listing__item__event.spread .item-content {
            width: calc(45% - 20px); }
          @media screen and (min-width: 1300px) {
    .list-container__listing__item__event.spread .item-content {
      transition: width cubic-bezier(0.42, 0, 0.15, 1.04) 0.4s; } }
          .list-container__listing__item__event.spread .item-content .item-description:after {
            width: calc(45% - 60px);
            height: 10px;
            left: calc(55% + 20px);
            bottom: 0px; }
            @media screen and (min-width: 1300px) {
      .list-container__listing__item__event.spread .item-content .item-description:after {
        transition: width cubic-bezier(0.42, 0, 0.15, 1.04) 0.4s; } }
      .list-container__listing__item.reduct {
        width: calc(40% - 10px); }
        @media screen and (min-width: 1300px) {
  .list-container__listing__item.reduct {
    transition: width cubic-bezier(0.42, 0, 0.15, 1.04) 0.4s; } }
      .list-container__listing__item.spread {
        width: calc(60% - 10px); }
        @media screen and (min-width: 1300px) {
  .list-container__listing__item.spread {
    transition: width cubic-bezier(0.42, 0, 0.15, 1.04) 0.4s; } }
      .list-container__listing__item .item-content a .item-description .item-type {
        color: #878787; }
        .list-container__listing__item .item-content a:hover .item-description .item-title {
          text-decoration: underline; }
    .list-container__listing .intro-traverse-text {
      font-size: 18px;
      line-height: 24px;
      width: calc(100% - (33.33% - 14px) - 20px);
      margin-bottom: 40px;
      padding: 0 30px;
      display: flex;
      align-items: center; }
      @media all and (max-width: 1199px) {
  .list-container__listing .intro-traverse-text {
    width: 100%; } }
      @media all and (max-width: 767px) {
  .list-container__listing .intro-traverse-text {
    padding-left: 0; } }
  .list-container .prev-event__title {
    margin-bottom: 40px; }
    .list-container .prev-event__list-events {
      display: flex;
      flex-wrap: wrap; }
      .list-container .prev-event__list-events .fiche-list-container__item {
        width: calc(33.33% - 14px);
        border-left: 10px solid #878787; }
        @media all and (max-width: 1199px) {
  .list-container .prev-event__list-events .fiche-list-container__item {
    width: calc(100% - 30px); } }
        .list-container .prev-event__list-events .fiche-list-container__item:nth-child(even) {
          margin-right: 20px; }
        .list-container .prev-event__list-events .fiche-list-container__item:nth-child(3n + 2) {
          margin-right: 0px; }
        .list-container .prev-event__list-events .fiche-list-container__item:last-child {
          margin-right: 0px; }
        .list-container .prev-event__list-events .fiche-list-container__item .item-content {
          width: 100%;
          padding-top: 15px; }
        @media all and (max-width: 1199px) {
    .list-container .prev-event__list-events .fiche-list-container__item .item-content {
      padding-left: 0; } }
        .list-container .prev-event__list-events .fiche-list-container__item .item-content .item-description {
          max-width: 100%; }
        .list-container .prev-event__list-events .fiche-list-container__item .item-content .item-description .item-subtext {
          font-size: 14px;
          margin: 24px 0; }
  @media screen and (min-width: 768px) {
      .list-container.o-liste-spectacles .list-container__listing__item:after {
        padding: 0;
        margin: 0;
        display: block;
        content: "";
        width: 10px;
        height: calc(100% - 40px);
        background-color: black;
        position: absolute;
        right: 0px;
        top: 0px; } }
    @media screen and (max-width: 767px) {
    .list-container.o-liste-spectacles .list-container__listing__item:not(.list-container__listing__item__list-title):after {
      padding: 0;
      margin: 0;
      display: block;
      content: "";
      width: 10px;
      height: 100%;
      background-color: black;
      position: absolute;
      left: 0px;
      top: 0px; } }
  .list-container__season-title {
    font-size: 90px;
    font-weight: bold;
    width: 100%;
    max-width: 500px;
    margin-top: 100px;
    line-height: 90px;
    text-decoration: underline;
    padding-bottom: 100px; }
    @media screen and (max-width: 767px) {
  .list-container__season-title {
    max-width: 160px;
    font-size: 30px;
    line-height: 30px;
    margin-top: 60px; } }
  .list-container.list-container-grid-three .list-container__listing .list-container__listing__item {
    width: calc(33.33% - 14px);
    margin-right: 20px;
    margin-bottom: 40px;
    padding-left: 20px;
    border-left: 10px solid black; }
    .list-container.list-container-grid-three .list-container__listing .list-container__listing__item:after {
      content: "";
      width: 0px;
      height: 0px;
      background-color: transparent; }
    @media screen and (max-width: 1199px) {
      .list-container.list-container-grid-three .list-container__listing .list-container__listing__item {
        width: calc(100% - 30px); } }
    @media all and (max-width: 600px) {
      .list-container.list-container-grid-three .list-container__listing .list-container__listing__item {
        width: 100%; } }
    .list-container.list-container-grid-three .list-container__listing .list-container__listing__item:nth-child(3n + 2) {
      margin-right: 0px; }
    .list-container.list-container-grid-three .list-container__listing .list-container__listing__item:last-child {
      margin-right: 0px; }
    .list-container.list-container-grid-three .list-container__listing .list-container__listing__item:first-child {
      width: calc(33.33% - 14px);
      border-left: none; }
    @media screen and (max-width: 1199px) {
        .list-container.list-container-grid-three .list-container__listing .list-container__listing__item:first-child {
          width: calc(100%); } }
    .list-container.list-container-grid-three .list-container__listing .list-container__listing__item .item-content {
      display: block;
      width: calc(100% - 20px);
      padding: 0px; }
    .list-container.list-container-grid-three .list-container__listing .list-container__listing__item .item-content .item-description {
      max-width: 100%; }
    .list-container.list-container-grid-three .list-container__listing .list-container__listing__item .item-content .item-description .item-title {
      line-height: 44px; }
      .list-container.list-container-grid-three .list-container__listing .list-container__listing__item .item-content .item-description .item-title a:hover {
        text-decoration: underline; }
    .list-container.list-container-grid-three .list-container__listing .list-container__listing__item .item-content .item-description .item-subtext {
      font-size: 14px;
      margin: 24px 0; }
    .list-container.list-container-grid-three .list-container__listing .list-container__listing__item.theme-title {
      width: calc(100% - (33.33% - 14px) - 40px);
      display: flex;
      flex-direction: column;
      justify-content: center; }
    @media screen and (min-width: 768px) {
        .list-container.list-container-grid-three .list-container__listing .list-container__listing__item.theme-title:after {
          content: "";
          width: 0px;
          height: 0px; } }
    @media screen and (max-width: 1199px) {
        .list-container.list-container-grid-three .list-container__listing .list-container__listing__item.theme-title {
          width: calc(100% - 30px); } }
    .list-container.list-container-grid-three .list-container__listing .list-container__listing__item.theme-title .item-content {
      display: flex;
      width: calc(50% - 20px); }
    @media screen and (max-width: 767px) {
          .list-container.list-container-grid-three .list-container__listing .list-container__listing__item.theme-title .item-content {
            padding-left: 0px;
            width: 100%; } }
    .list-container.list-container-grid-three .list-container__listing .list-container__listing__item.theme-title .item-summary {
      margin: 0; }
    .list-container.list-container-grid-three .list-container__listing .list-container__listing__item .theme-contents {
      display: flex; }
    .list-container.list-container-grid-three .list-container__listing .list-container__listing__item .theme-contents .fiche-list-container__item {
      border-left: 10px solid black;
      width: calc(50% - 50px); }
    .list-container.list-container-grid-three .list-container__listing .list-container__listing__item .theme-contents .item-content {
      width: 100%; }
    @media screen and (min-width: 768px) {
        .list-container.list-container-grid-three .list-container__listing .list-container__listing__item:nth-child(2):after {
          content: "";
          width: 0px;
          height: 0px; } }
    @media screen and (max-width: 1199px) {
        .list-container.list-container-grid-three .list-container__listing .list-container__listing__item:nth-child(2) {
          width: calc(100% - 30px); } }
    .list-container.list-container-grid-three .list-container__listing .list-container__listing__item:nth-child(2) .item-content {
      display: flex; }
    @media screen and (max-width: 767px) {
          .list-container.list-container-grid-three .list-container__listing .list-container__listing__item:nth-child(2) .item-content {
            padding-left: 0px;
            width: 100%; } }
    .list-container.list-container-grid-three .list-container__listing .list-container__listing__item:nth-child(2) .item-summary {
      margin: 0; }

.fiche-list-container {
  display: flex;
  flex-wrap: wrap; }
  .fiche-list-container .image-card:after {
    top: initial !important;
    bottom: -20px !important; }
  @media screen and (max-width: 767px) {
  .fiche-list-container {
    display: block; } }
  .fiche-list-container__item {
    width: 33.33%;
    border-left: 12px solid black;
    margin-bottom: 40px;
    padding: 0px 20px;
    /*&:nth-child(3) {
     @media screen and (min-width: $min-tablet)
     {
     border-right: 12px solid black;
     }
     }*/
    /* &.blue-event {
     color: $blue;
     border-color: $blue;
     &:after {
     background-color:$blue !important;
     }
     &:before {
     background-color:$blue !important;
     }
     .item-content {
     .item-description {
     .item-subtitle {
     &:after {
     background-color:$blue !important;
     }
     }
     .item-dates {
     &:before {
     background-color: $blue;
     }
     }
     .item-bookit {
     border-color: $blue;
     }
     }
     .event-desc-separator {
     background-color: $blue;
     }
     }
     } */ }
    @media screen and (max-width: 767px) {
  .fiche-list-container__item {
    display: block;
    width: 100%;
    padding-right: 0px; } }
    .fiche-list-container__item .item-description {
      height: 100%;
      width: 100%;
      max-width: 300px;
      min-height: 300px;
      color: black; }
    @media screen and (max-width: 767px) {
    .fiche-list-container__item .item-description {
      max-width: 100%;
      min-height: 0px; } }
    .fiche-list-container__item .item-description .item-type {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 10px; }
    .fiche-list-container__item .item-description .item-type span {
      font-style: italic; }
    @media screen and (max-width: 767px) {
      .fiche-list-container__item .item-description .item-type {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 5px; } }
    .fiche-list-container__item .item-description .item-title {
      display: block;
      margin: 0px;
      font-family: "akzidenz-grotesk-pro", sans-serif;
      font-weight: bold;
      font-size: 40px;
      line-height: 46px;
      margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .fiche-list-container__item .item-description .item-title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px; } }
    .fiche-list-container__item .item-description .item-title a:hover {
      text-decoration: underline; }
    .fiche-list-container__item .item-description .item-subtitle {
      font-size: 18px; }
    .fiche-list-container__item .item-description .item-subtitle p {
      margin: 0px; }
    .fiche-list-container__item .item-description .item-subtitle strong, .fiche-list-container__item .item-description .item-subtitle b {
      font-family: "akzidenz-grotesk-pro", sans-serif;
      font-weight: bold; }
    .fiche-list-container__item .item-description .item-dates {
      font-family: "akzidenz-grotesk-pro", sans-serif;
      font-weight: bold;
      position: relative; }
    .fiche-list-container__item .item-description .item-bookit {
      text-decoration: none;
      border-top: 1px solid black !important;
      border-bottom: 1px solid black !important;
      line-height: 20px;
      display: inline-block;
      margin-top: 10px;
      font-weight: bold; }
    .fiche-list-container__item .item-description .item-bookit__traverse {
      border-color: #0054db; }
    .fiche-list-container__item .item-description .item-bookit:hover {
      border-color: #000 !important;
      color: #000; }
    .fiche-list-container__item.type-event .item-description, .fiche-list-container__item.type-portrait .item-description {
      max-width: 100%; }
    .fiche-list-container__item.type-portrait .item-description .item-type, .fiche-list-container__item.type-blog .item-description .item-type, .fiche-list-container__item.type-listen .item-description .item-type {
      text-decoration: none;
      font-style: normal; }
    .fiche-list-container__item.type-portrait .item-description .item-bookit, .fiche-list-container__item.type-blog .item-description .item-bookit, .fiche-list-container__item.type-listen .item-description .item-bookit {
      padding: 0px;
      border: none; }
    .fiche-list-container__item.type-download .item-description .item-type, .fiche-list-container__item.type-link .item-description .item-type {
      font-style: normal;
      font-size: 20px;
      line-height: 30px;
      font-weight: bold; }
    .fiche-list-container__item.type-download .item-description .item-title, .fiche-list-container__item.type-link .item-description .item-title {
      font-weight: normal;
      text-decoration: underline; }
    .fiche-list-container__item.type-download .item-description .item-presse, .fiche-list-container__item.type-link .item-description .item-presse {
      display: block;
      margin: 0px;
      font-family: "akzidenz-grotesk-pro", sans-serif;
      font-size: 30px;
      line-height: 30px;
      text-decoration: underline;
      padding-top: 10px;
      margin-top: 10px;
      position: relative; }
  .fiche-list-container.single-list-item {
    display: block;
    padding-left: 100px; }
    @media screen and (max-width: 1199px) {
  .fiche-list-container.single-list-item {
    padding-left: 40px; } }
    @media screen and (max-width: 767px) {
  .fiche-list-container.single-list-item {
    padding-left: 0px; } }
    .fiche-list-container.single-list-item .fiche-list-container__item {
      width: 100%;
      margin: 0px; }
    .fiche-list-container.single-list-item .fiche-list-container__item .item-content {
      max-width: 400px; }
    .fiche-list-container.single-list-item .fiche-list-container__item .item-content .item-description .item-type {
      text-transform: none; }
    .fiche-list-container.single-list-item .fiche-list-container__item.has-image {
      display: flex; }
    @media screen and (max-width: 767px) {
      .fiche-list-container.single-list-item .fiche-list-container__item.has-image {
        display: block; } }
    .fiche-list-container.single-list-item .fiche-list-container__item.has-image .item-image {
      font-size: 0px;
      line-height: 0px;
      width: calc(50% - 25px); }
    @media screen and (max-width: 767px) {
        .fiche-list-container.single-list-item .fiche-list-container__item.has-image .item-image {
          width: 100%;
          height: auto !important;
          margin-bottom: 10px; } }
    .fiche-list-container.single-list-item .fiche-list-container__item.has-image .item-image img {
      width: 100%; }
    .fiche-list-container.single-list-item .fiche-list-container__item.has-image .item-content {
      width: calc(50% + 25px);
      padding-left: 60px; }
    @media screen and (max-width: 767px) {
        .fiche-list-container.single-list-item .fiche-list-container__item.has-image .item-content {
          width: 100%;
          padding-left: 0px; } }
    .fiche-list-container.single-list-item.o-no-border .fiche-list-container__item {
      padding-left: 0px;
      border: none; }

.o-list-documents .o-list-documents-intro .fiche-content-text {
  max-width: 785px;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
      .o-list-documents .o-list-documents-intro .fiche-content-text {
        margin-bottom: 20px; }
        .o-list-documents .o-list-documents-intro .fiche-content-text .o-text--bold {
          margin-bottom: 0px; } }
  .o-list-documents .fiche-container__section {
    padding: 0; }
  .o-list-documents .fiche-container__section.fiche-main-content .main-content__description__title .event-title {
    font-size: 80px; }
  @media screen and (max-width: 767px) {
    .o-list-documents .fiche-container__section.fiche-main-content .main-content__description__title .event-title {
      font-size: 40px;
      line-height: 38px;
      padding-top: 0px;
      margin-bottom: 20px; } }
  .o-list-documents .fiche-container__section.fiche-content .section-inner .aside .aside-content {
    height: auto;
    max-width: 400px;
    float: right; }
  @media screen and (max-width: 1199px) {
    .o-list-documents .fiche-container__section.fiche-content .section-inner .aside .aside-content {
      float: none;
      max-width: 100%;
      padding-top: 20px; } }
  @media screen and (max-width: 767px) {
    .o-list-documents .fiche-container__section.fiche-content .section-inner .aside .aside-content.o-mobile-top {
      border-top: 10px solid black;
      border-bottom: none;
      padding-top: 20px;
      padding-bottom: 0px;
      margin-bottom: 0px; } }
  .o-list-documents .fiche-container__section.fiche-content .section-inner .aside .aside-content .type-download .item-content .item-description .item-type {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px; }
  .o-list-documents .fiche-container__section.fiche-content .section-inner .aside .aside-content .type-download .item-content .item-description .item-title {
    font-weight: normal;
    font-size: 28px;
    line-height: 30px; }
  .o-list-documents .fiche-container__section.fiche-content .section-inner .aside .aside-content .type-download .item-content .item-description .item-title a {
    text-decoration: underline; }
  .o-list-documents .fiche-container__section.fiche-content .section-inner .aside .aside-content .type-download .item-content .item-description .item-presse {
    text-decoration: underline;
    font-size: 28px;
    line-height: 28px; }
  .o-list-documents .fiche-content-text .o-text--bold {
    font-weight: bold;
    margin-bottom: 40px; }
  .o-list-documents .fiche-content-text .o-text--bold--spaced {
    margin-top: 40px;
    margin-bottom: 10px; }
  .o-list-documents .description-bookit {
    font-size: 24px;
    text-decoration: underline;
    line-height: 24px; }
  .o-list-documents .aside .fiche-list-container__item {
    border: none;
    width: auto;
    padding: 0;
    margin-top: 60px; }
  .o-list-documents .aside .fiche-list-container__item .item-description .item-title {
    font-size: 28px;
    line-height: 34px; }
  .o-list-documents .aside .fiche-list-container__item .item-description .item-title a:hover {
    text-decoration: underline; }
  .o-list-documents .fiche-list-container__item.type-download .item-description .item-presse, .o-list-documents .fiche-list-container__item.type-link .item-description .item-presse {
    margin: 0;
    padding: 0; }
  .o-list-documents .o-document-images {
    width: calc(100% + 140px);
    height: 47vw;
    margin-left: -70px;
    margin-right: -70px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .o-list-documents .o-document-images {
      margin-left: 0px;
      margin-right: 0px;
      width: 100%;
      margin-bottom: 40px; } }
  .o-list-documents .o-document-images .o-document-image {
    width: 100%;
    height: 100%; }
  .o-list-documents .o-document-images .section-borders {
    position: absolute;
    height: 47vw;
    width: calc(100% - 60px);
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0; }
  .o-list-documents .o-document-images .section-borders--images-information {
    position: absolute;
    top: 47.5vw;
    color: #878787;
    font-size: 14Px; }
  .o-list-documents .o-document-images .section-borders--images-information--two {
    left: calc(38% - 44px); }
  @media screen and (max-width: 767px) {
          .o-list-documents .o-document-images .section-borders--images-information--two {
            left: 35%; } }
  .o-list-documents .o-document-images .section-borders--images-information--three {
    left: 72%; }
  @media screen and (max-width: 767px) {
          .o-list-documents .o-document-images .section-borders--images-information--three {
            left: 70%; } }
  @media screen and (max-width: 767px) {
      .o-list-documents .o-document-images .section-borders {
        width: 100%; } }
  .o-list-documents .o-document-images--two {
    height: 30vw; }
  .o-list-documents .o-document-images--two .o-document-image {
    width: calc(50% - 12px); }
  .o-list-documents .o-document-images--two .section-borders {
    height: 30vw; }
  .o-list-documents .o-document-images--two .section-borders--images-information {
    top: 30.5vw; }
  .o-list-documents .o-document-images--two .section-borders--images-information--two {
    left: calc(60% - 54px); }
  @media screen and (max-width: 767px) {
            .o-list-documents .o-document-images--two .section-borders--images-information--two {
              left: 35%; } }
  .o-list-documents .o-document-images--three {
    height: 21vw; }
  .o-list-documents .o-document-images--three .o-document-image {
    width: calc((100% - 44px) /3); }
  .o-list-documents .o-document-images--three .section-borders {
    height: 21.5vw; }
  .o-list-documents .o-document-images--three .section-borders--images-information {
    top: 21.5vw; }
  .o-list-documents .tabulations-container .o-tabulation-content {
    max-width: 660px; }
  .o-list-documents .tabulations-container .o-tab-subtitle {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 28px; }
  .o-list-documents .tabulations-container .o-tab-intro {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 28px;
    line-height: 28px; }
  .o-list-documents .fiche-container__section.fiche-around-event h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px; }

.o-generation-odeon .fiche-content-text .o-text--bold {
  font-weight: bold;
  margin-bottom: 40px; }
  .o-generation-odeon .section-separator {
    padding-bottom: 30px;
    padding-top: 30px; }
  .o-generation-odeon.has-image .fiche-main-content .main-content {
    min-height: calc(100vh - 402px); }
  .o-generation-odeon .fiche-container__overlay {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%; }
  .o-generation-odeon .o-document-images {
    width: 100%;
    height: 45vw;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px; }
  .o-generation-odeon .o-document-images--two {
    height: 27vw; }
  .o-generation-odeon .o-document-images--two .o-document-image {
    width: calc(50% - 12px);
    display: inline-block;
    vertical-align: top; }
  .o-generation-odeon .o-document-images--three {
    height: 19vw;
    height: auto; }
  .o-generation-odeon .o-document-images--three .o-document-image {
    width: calc((100% - 50px) /3);
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
  .o-generation-odeon .o-document-images--three .o-document-image:last-child {
    margin-right: 0px; }

.o-list-traverses-title {
  flex-direction: column; }
  .o-list-traverses-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: bold;
    font-family: "akzidenz-grotesk-pro", sans-serif; }
  .o-list-traverses-title .item-summary, .o-list-traverses-title .item-body {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px; }
  .o-list-traverses-title .item-summary {
    font-weight: 700; }

.js-liste-traverses .list-container__listing .intro-traverses-text {
  position: absolute;
  padding-bottom: 40px;
  left: calc(33.33% + 52px);
  font-size: 18px;
  font-weight: bold; }
  @media (max-width: 1199px) {
      .js-liste-traverses .list-container__listing .intro-traverses-text {
        position: relative;
        left: 32px; } }
  @media (max-width: 1199px) {
      .js-liste-traverses .list-container__listing .first-traverse {
        margin-top: 0 !important; } }

.rencontres {
  font-size: 30px !important;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 30px; }

.inattendus {
  color: #e41587;
  font-size: 24px;
  margin-bottom: 3px; }



@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.svg#AkzidenzGroteskBE-Md') format('svg');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.svg#AkzidenzGroteskBE-It') format('svg');
  font-weight: normal;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Berthold-BI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Bold Italic.otf'); }

@font-face {
  font-family: 'Berthold-MI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Medium Italic.otf'); }
/** DEVICES **/
.o-page-header-container {
  overflow: auto;
  padding-top: 10px; }
  .o-page-header-container .o-pageTop {
    height: auto; }
    @media screen and (max-width: 767px) {
  .o-page-header-container .o-pageTop {
    height: 62px; } }
    .o-page-header-container .o-pageTop .o-menu-main-btn span {
      background-color: black; }
      @media screen and (max-width: 767px) {
  .o-page-header-container .o-pageTop .o-menu-main-btn {
    margin-top: -8px;
    height: 54px; }
    .o-page-header-container .o-pageTop .o-menu-main-btn span:nth-child(2) {
      top: 10px; }
      .o-page-header-container .o-pageTop .o-menu-main-btn span:nth-child(3) {
        top: 20px; }
      .o-page-header-container .o-pageTop .o-menu-main-btn span:nth-child(4) {
        top: 30px; } }
    @media screen and (max-width: 767px) {
      .o-page-header-container .o-pageTop .o-logo .o-svg-logo, .o-page-header-container .o-pageTop .o-logo svg {
        width: 220px;
        height: 100px; } }
    @media screen and (max-width: 767px) {
  .o-page-header-container .o-pageTop {
    border: none;
    padding: 0px; }
    .o-page-header-container .o-pageTop.o-border:before, .o-page-header-container .o-pageTop.o-border:after {
      width: 100%; }
      .o-page-header-container .o-pageTop.o-border:before {
        margin-top: -20px; }

      .o-page-header-container .o-pageTop.o-border:after {
        margin-bottom: -20px; } }
  @media screen and (max-width: 767px) {
  .o-page-header-container {
    padding-top: 0px; }
    .o-page-header-container .o-container {
      max-width: calc(100% - 20px); } }

.o-event-sticky-menu {
  position: fixed;
  left: 0px;
  bottom: -53px;
  background-color: transparent;
  z-index: 2000;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
  transition: all ease-in 0.5s;
  opacity: 0;
  text-align: center;
  height: 53px; }
  @media screen and (max-width: 767px) {
  .o-event-sticky-menu {
    overflow-x: scroll; } }
  .o-event-sticky-menu.visible {
    bottom: 0px;
    transition: all ease-in 0.5s;
    opacity: 1; }
  .o-event-sticky-menu .o-sticky-menu {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    height: 53px;
    line-height: 48px;
    overflow: auto;
    white-space: nowrap;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-bottom: none; }
    .o-event-sticky-menu .o-sticky-menu ul {
      padding: 0px 20px;
      background-color: white;
      display: inline-block;
      margin: 0px;
      height: 48px;
      line-height: 48px; }
    .o-event-sticky-menu .o-sticky-menu li {
      display: inline-block;
      margin-right: 20px;
      vertical-align: top;
      line-height: 48px;
      height: 48px;
      overflow: hidden; }
      .o-event-sticky-menu .o-sticky-menu li:last-child {
        margin-right: 0px; }
      .o-event-sticky-menu .o-sticky-menu li a {
        border-bottom: 3px solid transparent;
        display: block;
        font-size: 24px;
        line-height: 45px;
        font-weight: bold;
        transition: all ease-in 0.3s; }
        .o-event-sticky-menu .o-sticky-menu li a.underline {
          text-decoration: underline; }
        @media screen and (max-width: 1199px) {
  .o-event-sticky-menu .o-sticky-menu li a {
    font-size: 20px; } }
        @media screen and (max-width: 767px) {
  .o-event-sticky-menu .o-sticky-menu li a {
    font-size: 16px; } }

.o-list-search .o-block-search {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  @media screen and (max-width: 767px) {
    .o-list-search .o-block-search {
      display: initial; }
      .o-list-search .o-block-search .o-search-text {
        font-size: 60px;
        line-height: 40px; }
      .o-list-search .o-block-search .o-search-submit {
        width: 23px;
        top: 30px; } }
  .o-list-search .o-block-search .o-search-form {
    width: calc(100% - 200px); }
    @media screen and (max-width: 767px) {
    .o-list-search .o-block-search .o-search-form {
      width: 100%; } }
  .o-list-search .o-block-search .o-search-results-nb {
    margin-right: 30px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
    .o-list-search .o-block-search .o-search-results-nb {
      margin-left: 30px; } }
  .o-list-search .o-search-results {
    margin-top: 20px; }
  .o-list-search .fiche-list-container__item {
    width: 100%;
    border: none;
    margin-bottom: 0; }
  .o-list-search .fiche-list-container__item .item-description {
    min-height: auto; }

.o-search-form-container form {
  display: block;
  width: 100%;
  margin-bottom: 60px; }
  .o-search-form-container form input {
    display: inline-block;
    -webkit-appearance: none; }
  .o-search-form-container form input[type="text"] {
    width: 100%;
    display: block;
    border: none;
    outline: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    height: 36px;
    line-height: 36px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
    max-width: 700px; }
    @media screen and (max-width: 767px) {
    .o-search-form-container form input[type="text"] {
      font-size: 20px; } }
    .o-search-form-container form input[type="text"]:focus {
      border-color: rgba(0, 0, 0, 1); }
  .o-search-form-container form input[type="submit"] {
    display: inline-block;
    border: none;
    outline: 0;
    height: 36px;
    line-height: 36px;
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline;
    background: none;
    border-radius: 0px; }
    @media screen and (max-width: 767px) {
    .o-search-form-container form input[type="submit"] {
      font-size: 20px; } }
  .o-search-form-container form .selector-container {
    display: inline-block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    margin-right: 40px; }
    @media screen and (max-width: 767px) {
    .o-search-form-container form .selector-container {
      margin-right: 0px;
      display: block; } }
    .o-search-form-container form .selector-container:last-child {
      margin-right: 0px; }
    .o-search-form-container form .selector-container label {
      display: inline-block;
      vertical-align: top;
      height: 36px;
      line-height: 36px;
      font-size: 30px;
      font-weight: bold;
      color: rgba(0, 0, 0, 0.5); }
      @media screen and (max-width: 767px) {
    .o-search-form-container form .selector-container label {
      font-size: 18px; } }
    .o-search-form-container form .selector-container select {
      display: inline-block;
      vertical-align: top;
      height: 36px;
      line-height: 36px;
      font-size: 30px;
      background: none;
      border: none;
      border-radius: 0px;
      outline: 0;
      -webkit-appearance: none;
      color: rgba(0, 0, 0, 0.5);
      padding-right: 40px;
      background-image: url(../bundles/lehubagenceodeon/images/icons/icon-select-arrow.png);
      background-position: right center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
    .o-search-form-container form .selector-container select {
      font-size: 16px; } }
  .o-search-form-container .form-results {
    display: block;
    width: 100%; }
  .o-search-form-container .form-results__header {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold; }
  .o-search-form-container .form-results__content .main-content__listing {
    display: block;
    border-top: 12px solid black; }
    .o-search-form-container .form-results__content .main-content__listing__item {
      line-height: 24px;
      font-size: 24px;
      padding: 20px 0px;
      border-bottom: 8px solid black; }
      @media screen and (max-width: 1299px) {
      .o-search-form-container .form-results__content .main-content__listing__item {
        font-size: 20px; } }
      @media screen and (max-width: 767px) {
      .o-search-form-container .form-results__content .main-content__listing__item {
        font-size: 14px;
        line-height: 14px;
        padding: 12px 0px; } }
      .o-search-form-container .form-results__content .main-content__listing__item a {
        text-decoration: none; }
      .o-search-form-container .form-results__content .main-content__listing__item .o-toggle-title {
        font-size: 24px;
        line-height: 24px;
        cursor: pointer; }
        .o-search-form-container .form-results__content .main-content__listing__item .o-toggle-title:focus, .o-search-form-container .form-results__content .main-content__listing__item .o-toggle-title:active {
          outline: 0; }
        .o-search-form-container .form-results__content .main-content__listing__item .o-toggle-title strong {
          font-size: 24px; }
        .o-search-form-container .form-results__content .main-content__listing__item .o-toggle-title span {
          font-size: 18px;
          text-transform: uppercase;
          line-height: 24px; }
      .o-search-form-container .form-results__content .main-content__listing__item .o-toggle-content {
        padding-top: 10px;
        font-size: 18px;
        display: none; }
        .o-search-form-container .form-results__content .main-content__listing__item .o-toggle-content p {
          font-size: 18px;
          line-height: 20px;
          margin-bottom: 10px; }
          .o-search-form-container .form-results__content .main-content__listing__item .o-toggle-content p:last-child {
            margin-bottom: 0px; }
    .o-search-form-container .form-results__content .o-load-more {
      display: block;
      margin-top: 20px;
      text-decoration: underline; }
  .o-search-form-container.o-archives .fiche-list-container .item-type {
    font-size: 30px;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 10px; }
    .o-search-form-container.o-archives .fiche-list-container .item-title {
      font-size: 40px;
      font-weight: bold;
      margin: 20px 0; }
    .o-search-form-container.o-archives .fiche-list-container .item-title:hover {
      text-decoration: underline; }
    .o-search-form-container.o-archives .fiche-list-container .item-subtitle, .o-search-form-container.o-archives .fiche-list-container .item-dates {
      font-size: 18px; }
  .o-search-form-container.o-archives .fiche-list-container__item {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0; }
    .o-search-form-container.o-archives .fiche-list-container__item .item-description {
      min-height: unset; }
    .o-search-form-container.o-archives .fiche-list-container__item .item-dates {
      font-size: 18px; }
  .o-search-form-container.o-archives .form-results__content .main-content__listing {
    width: 100%; }
  .o-search-form-container.o-archives .o-load-more {
    margin-bottom: 20px; }

.contener-canape {
  padding-top: initial;
  width: calc(100% - 60px) !important; }
  .contener-canape .list-container__listing__item:after:after {
    content: none !important; }

.theatre-canape {
  justify-content: space-between; }
  @media screen and (max-width: 1199px) {
  .theatre-canape {
    display: flex; } }
  .theatre-canape a:after {
    content: none !important; }
  .theatre-canape .theatre-canape .list-container__listing__item {
    padding: inherit; }
  .theatre-canape .theatre-canape .list-container__listing__item:after {
    content: none !important; }
  .theatre-canape .container-left {
    width: calc(50% - 15px); }
  .theatre-canape .container-left .list-container__listing__item__list-title {
    padding-left: 50px !important; }
  .theatre-canape .container-left .canape-filter {
    border-left: 20px solid; }
    .theatre-canape .container-left .canape-filter:after {
      content: none !important; }
    .theatre-canape .container-left .canape-filter .listing-title:after {
      bottom: initial !important; }
      .theatre-canape .container-left .canape-filter .listing-title:after a {
        content: none !important; }
  .theatre-canape .container-left .canape-filter-item {
    font-size: 24px;
    font-family: "akzidenz-grotesk-pro", sans-serif;
    font-weight: bold; }
    .theatre-canape .container-left .canape-filter-item:after {
      content: none !important; }
  @media screen and (max-width: 768px) {
      .theatre-canape .container-left .hide-filter {
        display: none; } }
  @media screen and (max-width: 768px) {
      .theatre-canape .container-left .filters-desktop {
        display: none; } }
  .theatre-canape .container-left .mobile-filters {
    display: none; }
    @media screen and (max-width: 768px) {
    .theatre-canape .container-left .mobile-filters {
      display: block; } }
  .theatre-canape .container-left .show-all {
    display: none; }
    .theatre-canape .container-left .show-all p {
      font-size: 24px;
      text-decoration: underline; }
    @media screen and (max-width: 768px) {
    .theatre-canape .container-left .show-all {
      display: block; }
      .theatre-canape .container-left .show-all .show-all-filters {
        display: none;
        text-decoration: none; }
        .theatre-canape .container-left .show-all .show-all-filters a {
          display: block;
          text-decoration: none !important; } }
  .theatre-canape .container-right {
    width: calc(50% - 15px); }
  .theatre-canape .no-image-card {
    margin-bottom: 70px !important; }
  .theatre-canape .no-image-card .card-top {
    margin-bottom: 10% !important; }
  .theatre-canape .no-image-card:after {
    padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 100% !important;
    height: calc(10px) !important;
    background-color: black;
    position: absolute;
    right: 0px;
    top: -20px !important; }
  .theatre-canape .image-card:after {
    padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 100% !important;
    height: calc(10px) !important;
    background-color: black;
    position: absolute;
    right: 0px;
    top: -20px !important; }
  .theatre-canape .canape-card {
    margin-bottom: 50px !important; }
  .theatre-canape .list-container__listing__item {
    margin-bottom: 30px;
    padding: 0; }
  .theatre-canape .list-container__listing__item .button.play {
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 74px;
    border-color: transparent transparent transparent white;
    transition: 100ms all ease;
    border-style: solid;
    border-width: 37px 0 37px 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    transform: translateY(-50%); }
  .theatre-canape .list-container__listing__item a {
    width: 100%; }
    .theatre-canape .list-container__listing__item a:after {
      content: '';
      padding: 0;
      margin: 0;
      display: block;
      width: 100% !important;
      height: calc(10px) !important;
      background-color: black;
      position: absolute;
      right: 0px; }
  .theatre-canape .list-container__listing__item .item-images {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white !important;
    background-blend-mode: multiply, luminosity !important; }
    .theatre-canape .list-container__listing__item .item-images .item-content {
      width: 100% !important; }
  .theatre-canape .list-container__listing__item .item-content {
    width: 100% !important;
    color: white !important;
    height: 100%;
    padding: 15px 25px 20px 25px; }
    .theatre-canape .list-container__listing__item .item-content .item-description {
      max-width: inherit !important;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .theatre-canape .list-container__listing__item .item-content .item-description .card-top {
      margin-bottom: 40%; }
    .theatre-canape .list-container__listing__item .item-content .item-description .item-title-section {
      font-size: 30px;
      font-family: "Berthold-BI"; }
    .theatre-canape .list-container__listing__item .item-content .item-description .item-infos {
      font-size: 25px; }
    .theatre-canape .list-container__listing__item .item-content .item-description .item-title {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: initial !important; }
    .theatre-canape .list-container__listing__item .item-content .item-description .item-subtitle {
      font-size: 40px;
      font-family: "akzidenz-grotesk-pro", sans-serif;
      display: flex;
      line-height: 40px;
      font-weight: bold;
      color: white; }
      .theatre-canape .list-container__listing__item .item-content .item-description .item-subtitle span {
        margin-right: 6px;
        font-weight: inherit; }
  .theatre-canape .bloc-intro {
    width: calc(100%);
    margin-bottom: 50px !important;
    height: fit-content;
    border-right: 20px solid; }
  .theatre-canape .bloc-intro h3 {
    font-size: 30px;
    font-family: "Berthold-MI"; }
  .theatre-canape .bloc-intro h1 {
    line-height: 70px;
    display: inline-block;
    font-size: 70px;
    font-family: "Berthold-BI"; }
  .theatre-canape .bloc-intro p {
    margin-top: 6px;
    font-family: "akzidenz-grotesk-pro", sans-serif;
    font-size: 24px; }
  .theatre-canape__list-right {
    width: calc(100%); }
  .theatre-canape__list-right .list-container__listing__item {
    width: 100% !important; }
  .theatre-canape__list-left {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .theatre-canape__list-left {
      margin-left: initial; } }
  .theatre-canape__list-left .list-container__listing__item {
    width: 100% !important; }
    @media screen and (max-width: 768px) {
    .theatre-canape__list-left .list-container__listing__item {
      margin-left: initial; } }
  .theatre-canape .list-left-canape {
    margin-top: 60px; }

.fiche-contener-canape .contener-canape-fiche {
  width: 100% !important; }
  .fiche-contener-canape .appendix-canape .title-appendix {
    font-size: 40px;
    font-weight: bold; }
  .fiche-contener-canape .section-separator .line {
    height: 10px !important; }

@media screen and (max-width: 768px) {
    .desktop-canape {
      display: none; } }

.mobile-canape {
  display: none; }
  @media screen and (max-width: 768px) {
  .mobile-canape {
    display: flex; } }

.card-canape-home .item-title {
  font-size: 30px !important; }
  .card-canape-home .item-infos {
    font-size: 24px; }
  .card-canape-home .item-subtitle {
    font-size: 40px !important;
    line-height: 46px !important;
    font-weight: bold; }

.home-content-canape {
  width: 100% !important;
  color: white !important;
  position: initial !important;
  height: 100%; }
  .home-content-canape .item-description {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .home-content-canape .item-title-section {
    font-family: "Berthold-BI"; }
  .home-content-canape .item-images {
    background-position: top; }
  @media screen and (max-width: 1200px) {
  .home-content-canape .item-subtitle {
    font-size: 30px !important; } }

.contener-canape .canape-filter {
  width: 100%; }

@media screen and (max-width: 768px) {
    .cancape-fiche {
      padding-right: initial !important;
      padding: 0 10px !important; } }
  .cancape-fiche .discover-event .video-type {
    font-size: 30px;
    color: white; }
  .cancape-fiche .discover-list-events .video-inner {
    position: relative; }
    @media screen and (min-width: 1800px) {
    .cancape-fiche .discover-list-events .video-inner {
      min-height: 500px; } }
    @media screen and (max-width: 1299px) {
    .cancape-fiche .discover-list-events .video-inner {
      min-height: 300px; } }
    .cancape-fiche .discover-list-events .video-inner .button.play {
      border: 0;
      background: transparent;
      box-sizing: border-box;
      width: 0;
      height: 74px;
      border-color: transparent transparent transparent white;
      transition: 100ms all ease;
      border-style: solid;
      border-width: 37px 0 37px 60px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 50%;
      transform: translateY(-50%); }
  .cancape-fiche .fiche-list-container {
    width: 100%; }
  .cancape-fiche .fiche-discover {
    padding: 0; }
  @media screen and (max-width: 768px) {
        .cancape-fiche .fiche-discover .discover-list-events .discover-event {
          width: 100%;
          margin: 0;
          margin-bottom: 20px; } }
  .cancape-fiche .main-content {
    min-height: initial !important;
    display: flex;
    font-family: "akzidenz-grotesk-pro", sans-serif;
    padding-bottom: 30px !important; }
  @media screen and (max-width: 768px) {
    .cancape-fiche .main-content {
      flex-direction: column; } }
  .cancape-fiche .main-content__left {
    width: 70%; }
    @media screen and (max-width: 1000px) {
    .cancape-fiche .main-content__left {
      width: 60%; } }
    @media screen and (max-width: 768px) {
    .cancape-fiche .main-content__left {
      width: 100%; } }
    .cancape-fiche .main-content__left .event-title {
      font-size: 70px;
      color: black;
      font-family: "akzidenz-grotesk-pro", sans-serif;
      font-weight: bold; }
    @media screen and (max-width: 768px) {
      .cancape-fiche .main-content__left .event-title {
        font-size: 40px; } }
    .cancape-fiche .main-content__left .description-time {
      font-size: 24px; }
  .cancape-fiche .main-content__right {
    width: 30%; }
    @media screen and (max-width: 768px) {
    .cancape-fiche .main-content__right {
      width: 100%; } }
    .cancape-fiche .main-content__right .parent-section-name {
      font-size: 30px;
      font-family: "Berthold-BI"; }
    .cancape-fiche .main-content__right .parent-section-name a {
      font-size: 30px;
      font-family: "Berthold-BI"; }
      .cancape-fiche .main-content__right .parent-section-name a:hover {
        text-decoration: underline; }
    @media screen and (max-width: 768px) {
      .cancape-fiche .main-content__right .parent-section-name {
        font-size: 20px; } }
    .cancape-fiche .main-content__right p {
      font-size: 20px;
      display: inline-block; }
    .cancape-fiche .main-content__right .current-section-name {
      font-size: 40px;
      font-weight: bold;
      display: inline; }
    .cancape-fiche .main-content__right .current-section-name:hover a {
      text-decoration: underline; }
    @media screen and (max-width: 768px) {
      .cancape-fiche .main-content__right .current-section-name {
        font-size: 26px; } }
  .cancape-fiche .item-images {
    width: 100%;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
  .cancape-fiche .item-images a {
    height: 100%; }
    .cancape-fiche .item-images a .video-thumbnail {
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
  .cancape-fiche .item-images .button.play {
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 74px;
    border-color: transparent transparent transparent white;
    transition: 100ms all ease;
    border-style: solid;
    border-width: 37px 0 37px 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    transform: translateY(-50%); }
  .cancape-fiche .main-text {
    margin-top: 30px;
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 30px; }
  .cancape-fiche .main-text__content {
    padding: 0 20px;
    width: 55%;
    font-size: 24px; }
    @media screen and (max-width: 768px) {
    .cancape-fiche .main-text__content {
      width: 100%; } }
  .cancape-fiche .second-text {
    margin-top: 30px; }
  .cancape-fiche .second-text .marker {
    padding-top: 30px;
    margin-top: 50px;
    font-size: 40px;
    font-family: "akzidenz-grotesk-pro", sans-serif;
    font-weight: bold;
    margin-bottom: 30px; }
  .cancape-fiche .second-text [style*="rtl"] {
    color: red !important; }
  .cancape-fiche .second-text p tt {
    padding: 0 20px;
    direction: ltr; }
    .cancape-fiche .second-text p img {
      width: 100%;
      margin-top: 30px; }
    .cancape-fiche .second-text p cite {
      margin-top: 30px;
      font-size: 60px;
      background-color: #bed4ff;
      line-height: 70px;
      display: block;
      width: fit-content;
      margin-bottom: 6px; }
    @media screen and (max-width: 768px) {
      .cancape-fiche .second-text p cite {
        font-size: 40px; } }
    .cancape-fiche .second-text p samp {
      margin-left: 30px;
      font-size: 20px;
      line-height: 26px;
      font-weight: 400;
      display: block; }
    .cancape-fiche .second-text p span {
      display: block; }
  .cancape-fiche .exerpt-fiche {
    font-size: 20px;
    padding-left: 20px; }

[style*="rtl"] {
  color: red !important; }

span[style*="direction:rtl"] {
  margin-right: 0;
  color: yellow; }

:-moz-dir(ltr) {
  color: black; }

:dir(rtl) {
  color: black;
  margin-right: 0; }

@media screen and (max-width: 768px) {
    .contener-canape {
      width: calc(100% - 20px) !important; } }

@media screen and (max-width: 768px) {
    .mobile-canape {
      display: block; }
      .mobile-canape .container-left {
        width: 100%; }
        .mobile-canape .container-left .canape-filter {
          width: 100%;
          border-left: none;
          border-bottom: 10px solid;
          padding-left: 38px !important;
          margin-bottom: 25px; }
      .mobile-canape .container-right {
        width: 100%; }
        .mobile-canape .container-right .bloc-intro {
          border-right: none;
          padding-bottom: 30px; }
          .mobile-canape .container-right .bloc-intro h1 {
            font-size: 38px; }
        .mobile-canape .container-right .theatre-canape__list-right .image-card {
          margin-left: initial; } }

.fiche-list-container .image-card:after {
  top: initial !important;
  bottom: -20px !important; }

.o-border--left {
  border-left: 20px solid white; }

.border-header {
  border-left: 20px solid black;
  border-right: 20px solid black; }

.align-right {
  display: flex;
  justify-content: flex-end; }

.border-right-word {
  padding-left: 20px;
  margin-bottom: 10px; }

.focus-contenu-traverse .point-traverse-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  width: 50px;
  margin: 0 auto;
  padding-bottom: 10px; }
  .focus-contenu-traverse .point-traverse-container .point-traverse {
    height: 10px;
    width: 10px;
    border-radius: 50%; }
  .focus-contenu-traverse .trait-traverse {
    position: absolute;
    width: 50px;
    height: 10px;
    display: none;
    margin: 0 auto;
    top: 30px; }
  .focus-contenu-traverse:hover .point-traverse-container {
    text-decoration: underline; }

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.svg#AkzidenzGroteskBE-Md') format('svg');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.svg#AkzidenzGroteskBE-It') format('svg');
  font-weight: normal;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Berthold-BI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Bold Italic.otf'); }

@font-face {
  font-family: 'Berthold-MI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Medium Italic.otf'); }
/** DEVICES **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "akzidenz-grotesk-pro", sans-serif; }

em {
  font-style: italic !important;
  font-family: "akzidenz-grotesk-pro", sans-serif; }

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

p a {
  text-decoration: underline; }

li {
  list-style: none; }

h1 {
  margin: 0; }

img {
  object-fit: cover; }

body {
  background-color: #fff;
  position: relative; }
  body.o-noScroll {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    height: 100vh;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
    body.o-noScroll:before {
      content: "";
      display: block;
      height: 100vh;
      width: 100%;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 5;
      opacity: 1;
      visibility: visible; }

.o-color-orange {
  color: #ff6300; }
  .o-color-blue {
    color: #50cdeb; }
  .o-color-black {
    color: #000; }
/*--------- LIBS REWRITING ---------*/
.select2-hidden-accessible {
  width: 60px; }

.select2-container--default .select2-selection--single {
  border: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "akzidenz-grotesk-pro", sans-serif; }

.select2-container--default .select2-selection--single, .select2-results__option {
  font-family: "akzidenz-grotesk-pro", sans-serif;
  font-size: 14px;
  background-color: transparent; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: black transparent transparent transparent; }

.slick-arrow {
  position: absolute;
  top: calc(50% - 15px);
  background: none;
  background-image: url(../bundles/lehubagenceodeon/images/icons/listing-title-active-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  height: 30px;
  width: 30px;
  font-size: 0px;
  line-height: 0px;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  opacity: 1;
  transition: opacity ease-in 0.3s; }
  .slick-arrow.slick-prev {
    left: -40px;
    background-image: url(../bundles/lehubagenceodeon/images/icons/listing-title-active-arrow-left.png); }
    @media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: -25px; } }
  .slick-arrow.slick-next {
    right: -10px; }
    @media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: -20px; } }
  .slick-arrow.slick-disabled {
    opacity: 0;
    transition: opacity ease-in 0.3s; }

.o-menu-item > .o-item-title:hover {
  text-decoration: underline; }

.o-menu.o-menu-inline .o-menu-item {
  display: inline-block;
  margin-right: 30px; }
  .o-menu.o-menu-inline .o-menu-item:last-child {
    margin-right: 0; }
  .o-menu.o-menu-inline .o-menu-item.o-header-block-btn--opened {
    color: #878787; }
  .o-menu.o-menu-inline .o-menu-item:hover {
    text-decoration: underline; }
  .o-menu-list {
    line-height: 26px; }
  .o-menu-list:after {
    content: "";
    width: 36px;
    height: 2px;
    background: #000;
    display: block;
    margin: 8px 0; }
  .o-menu-list:last-child:after {
    background: transparent;
    display: none;
    content: none; }
  .o-menu-list--simple {
    font-size: 14px;
    font-weight: normal; }
  .o-menu-list--bold {
    font-size: 16px;
    font-weight: 700; }
  .o-menu-list--underline {
    text-decoration: underline; }
  .o-menu-list--pages {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700; }
  @media screen and (max-width: 767px) {
      .o-menu-list--pages {
        font-size: 30px;
        line-height: 50px; } }
  @media screen and (max-width: 767px) {
          .o-menu-list--pages .o-menu-item .o-item-title {
            font-size: 30px;
            line-height: 30px;
            padding: 10px 0px; } }
    .o-menu-list--pages .o-menu-item .o-menu-submenu {
      padding-left: 5px;
      transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      visibility: hidden;
      opacity: 0;
      height: 0; }
      .o-menu-list--pages .o-menu-item .o-menu-submenu .o-submenu-item, .o-menu-list--pages .o-menu-item .o-menu-submenu .o-submenu-item a {
        font-size: 14px;
        line-height: 26px; }
      .o-menu-list--pages .o-menu-item .o-menu-submenu .o-submenu-item:hover {
        text-decoration: underline; }
      .o-menu-list--pages .o-menu-item .o-menu-submenu--opened {
        opacity: 1;
        visibility: visible; }
    .o-menu-list--pages .o-menu-item:after {
      content: "";
      width: 36px;
      height: 2px;
      background: #000;
      display: block; }
    .o-menu-list--pages .o-menu-item:last-child:after {
      background: transparent;
      display: none;
      content: none; }
  .o-menu-social {
    display: flex;
    margin-top: 20px; }
  .o-menu-social .o-menu-item {
    margin-right: 25px; }

.card-3:after {
  content: '';
  border-left: 10px solid !important;
  display: block;
  position: absolute;
  left: -40px;
  height: 100%; }
  @media screen and (max-width: 1023px) {
    .card-3:after {
      content: initial; } }

.o-border--right-cards:after {
  content: '';
  border-right: 10px solid !important;
  display: block;
  position: absolute;
  right: -38px;
  height: 100%; }
  @media screen and (max-width: 1023px) {
    .o-border--right-cards:after {
      content: initial; } }

.large-border-card {
  width: 100% !important; }

.small-border-card {
  width: 100% !important; }

.o-border {
  border-color: #000;
  position: relative; }
  .o-border-separator {
    width: calc(100% - 62px);
    margin: 0px auto;
    background-color: black;
    height: 20px;
    margin-top: 24px;
    margin-bottom: 24px; }
  .o-border-separator--sm {
    width: calc(100% - 50px);
    height: 10px;
    margin-top: 20px;
    margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .o-border-separator {
      width: 100%; } }
  .o-border-separator--spaced-top {
    margin-top: 35px; }
  @media screen and (max-width: 767px) {
      .o-border-separator--spaced-top {
        margin-top: 24px; } }
  .o-border-separator--light {
    height: 10px; }
  .o-border-separator--dotted {
    position: relative; }
  .o-border-separator--dotted:before {
    content: "";
    width: 50px;
    height: 10px;
    position: absolute;
    left: calc(33.33% - 33px);
    background-color: white; }
    @media screen and (max-width: 767px) {
      .o-border-separator--dotted:before {
        content: none;
        display: none; } }
  .o-border-separator--dotted:after {
    content: "";
    width: 50px;
    height: 10px;
    position: absolute;
    left: calc(66.66% - 16px);
    background-color: white; }
    @media screen and (max-width: 767px) {
      .o-border-separator--dotted:after {
        content: none;
        display: none; } }
  .o-border-separator--dotted--half:before {
    content: "";
    width: 60px;
    height: 10px;
    position: absolute;
    left: calc(50% - 30px);
    background-color: white; }
    .o-border-separator--dotted--half:after {
      content: "";
      width: 0px;
      height: 0px;
      background-color: white;
      display: none; }
  .o-border--left {
    border-left: 20px solid black;
    padding: 0px 20px; }
  @media screen and (max-width: 767px) {
    .o-border--left {
      border-left: none;
      padding-left: 0px;
      padding-right: 0px; } }
  .o-border--left.o-border-separator--middle {
    border-right: 10px solid; }
  .o-border--right {
    border-right: 20px solid black;
    padding: 0px 20px; }
  @media screen and (max-width: 767px) {
    .o-border--right {
      border-right: none;
      padding-left: 0px;
      padding-right: 0px; } }
  .o-border--right.o-border-separator--middle {
    border-left: 10px solid; }
  .o-border--light {
    border-width: 10px; }
  .o-border--sm-left {
    border-left: 10px solid;
    padding: 0px 20px; }
  .o-border--sm-left.o-border-separator--middle {
    border-right: 5px solid; }
  @media screen and (max-width: 767px) {
    .o-border--sm-left {
      border-left: none;
      padding-left: 0px;
      padding-right: 0px; } }
  .o-border--sm-right {
    border-right: 10px solid;
    padding: 0px 20px; }
  .o-border--sm-right.o-border-separator--middle {
    border-left: 5px solid; }
  @media screen and (max-width: 767px) {
    .o-border--sm-right {
      border-right: none;
      padding-left: 0px;
      padding-right: 0px; } }
  .o-border--orange {
    border-color: #ff6300; }
  .o-border--blue {
    border-color: #50cdeb; }

.o-container {
  max-width: calc(100% - 60px);
  margin: 0 auto;
  width: 100%; }
  @media screen and (max-width: 767px) {
  .o-container {
    max-width: calc(100%); } }
  @media screen and (max-width: 767px) {
    .o-container .o-container {
      max-width: 100%; } }

.o-pageTop {
  display: flex;
  justify-content: space-between;
  height: 146px; }
  @media screen and (max-width: 767px) {
  .o-pageTop {
    height: 62px; } }
  .o-pageTop .o-menu-main-btn {
    opacity: 1; }
  .o-pageTop .o-menu-main-btn span {
    background: #ff6300; }

.event-desc-separator {
  display: block;
  width: 12px;
  height: 2px;
  background-color: black !important;
  margin: 10px 0px; }
  .event-desc-separator.big-separator {
    width: 36px; }

.bookit {
  text-decoration: none;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  line-height: 15px;
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
  padding-bottom: 1px; }
  .bookit:hover {
    border-color: #000 !important;
    color: #000; }

.o-hidden {
  display: none; }

.notFound {
  text-align: center;
  padding: 150px 0 150px 0; }
  .notFound h1 {
    font-weight: 800;
    font-size: 64px;
    line-height: 64px; }
  .notFound .btn {
    color: initial;
    text-decoration: underline; }

.o-block-search .o-search-form {
  position: relative; }
  .o-block-search .o-search-input {
    border: none; }
  .o-block-search .o-search-text {
    font-size: 90px;
    font-weight: 700;
    margin-left: 40px;
    line-height: 60px;
    padding: 0 6px;
    width: calc(100% - 70px); }
  .o-block-search .o-search-text:focus {
    outline: transparent; }
  .o-block-search .o-search-submit {
    background: url(../bundles/lehubagenceodeon/images/icons/icon-search.svg) no-repeat;
    background-size: contain;
    width: 28px;
    height: 29px;
    position: absolute;
    left: 0;
    top: 40px; }
  .o-block-search .o-border-separator {
    width: calc(100% - 70px); }
  .o-block-search ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #f6f6f6;
    opacity: 1;
    /* Firefox */ }
  .o-block-search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #f6f6f6; }
  .o-block-search ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #f6f6f6; }

#panorama, div[id^='panorama'] {
  width: 100%;
  height: 400px; }

.border-top-bottom {
  background-color: black; }

.bloc-switch-single {
  display: flex;
  align-items: center; }

.next-previous-chronicles {
  display: flex;
  justify-content: space-between;
  margin-right: 1rem; }
  .next-previous-chronicles a {
    font-weight: bold;
    padding: 12px 10px;
    color: black;
    font-size: 14px; }

.chevron::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 1em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 1em; }

.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg); }

.chevron.right:before {
  left: 0;
  transform: rotate(45deg); }

.ghostly {
  opacity: 0; }

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-Md.svg#AkzidenzGroteskBE-Md') format('svg');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Berthold';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot');
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.eot?#iefix') format('embedded-opentype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff2') format('woff2'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.woff') format('woff'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.ttf') format('truetype'), url('../bundles/lehubagenceodeon/fonts/Berthold/AkzidenzGroteskBE-It.svg#AkzidenzGroteskBE-It') format('svg');
  font-weight: normal;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Berthold-BI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Bold Italic.otf'); }

@font-face {
  font-family: 'Berthold-MI';
  src: url('../bundles/lehubagenceodeon/fonts/Berthold/Berthold Akzidenz Grotesk BE Medium Italic.otf'); }
/** DEVICES **/

/* body {
  animation: pagecrossfade 2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; 
}


@keyframe pagecrossfade {
  from {
    opacity: 0.6; }
  to {
    opacity: 1;
 } }

@-webkit-keyframes pagecrossfade {
  from {
    opacity: 0.6; }
  to {
    opacity: 1;
  } 
} */
