/*! 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('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('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('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('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('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('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("https://www.theatredelarchipel.org/bundles/lehubagencearchipel/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("https://www.theatredelarchipel.org/bundles/lehubagencearchipel/libs/img/glyphicons-halflings-white.png");}
.icon-glass{background-position:0 0;}
.icon-music{background-position:-24px 0;}
.icon-search{background-position:-48px 0;}
.icon-envelope{background-position:-72px 0;}
.icon-heart{background-position:-96px 0;}
.icon-star{background-position:-120px 0;}
.icon-star-empty{background-position:-144px 0;}
.icon-user{background-position:-168px 0;}
.icon-film{background-position:-192px 0;}
.icon-th-large{background-position:-216px 0;}
.icon-th{background-position:-240px 0;}
.icon-th-list{background-position:-264px 0;}
.icon-ok{background-position:-288px 0;}
.icon-remove{background-position:-312px 0;}
.icon-zoom-in{background-position:-336px 0;}
.icon-zoom-out{background-position:-360px 0;}
.icon-off{background-position:-384px 0;}
.icon-signal{background-position:-408px 0;}
.icon-cog{background-position:-432px 0;}
.icon-trash{background-position:-456px 0;}
.icon-home{background-position:0 -24px;}
.icon-file{background-position:-24px -24px;}
.icon-time{background-position:-48px -24px;}
.icon-road{background-position:-72px -24px;}
.icon-download-alt{background-position:-96px -24px;}
.icon-download{background-position:-120px -24px;}
.icon-upload{background-position:-144px -24px;}
.icon-inbox{background-position:-168px -24px;}
.icon-play-circle{background-position:-192px -24px;}
.icon-repeat{background-position:-216px -24px;}
.icon-refresh{background-position:-240px -24px;}
.icon-list-alt{background-position:-264px -24px;}
.icon-lock{background-position:-287px -24px;}
.icon-flag{background-position:-312px -24px;}
.icon-headphones{background-position:-336px -24px;}
.icon-volume-off{background-position:-360px -24px;}
.icon-volume-down{background-position:-384px -24px;}
.icon-volume-up{background-position:-408px -24px;}
.icon-qrcode{background-position:-432px -24px;}
.icon-barcode{background-position:-456px -24px;}
.icon-tag{background-position:0 -48px;}
.icon-tags{background-position:-25px -48px;}
.icon-book{background-position:-48px -48px;}
.icon-bookmark{background-position:-72px -48px;}
.icon-print{background-position:-96px -48px;}
.icon-camera{background-position:-120px -48px;}
.icon-font{background-position:-144px -48px;}
.icon-bold{background-position:-167px -48px;}
.icon-italic{background-position:-192px -48px;}
.icon-text-height{background-position:-216px -48px;}
.icon-text-width{background-position:-240px -48px;}
.icon-align-left{background-position:-264px -48px;}
.icon-align-center{background-position:-288px -48px;}
.icon-align-right{background-position:-312px -48px;}
.icon-align-justify{background-position:-336px -48px;}
.icon-list{background-position:-360px -48px;}
.icon-indent-left{background-position:-384px -48px;}
.icon-indent-right{background-position:-408px -48px;}
.icon-facetime-video{background-position:-432px -48px;}
.icon-picture{background-position:-456px -48px;}
.icon-pencil{background-position:0 -72px;}
.icon-map-marker{background-position:-24px -72px;}
.icon-adjust{background-position:-48px -72px;}
.icon-tint{background-position:-72px -72px;}
.icon-edit{background-position:-96px -72px;}
.icon-share{background-position:-120px -72px;}
.icon-check{background-position:-144px -72px;}
.icon-move{background-position:-168px -72px;}
.icon-step-backward{background-position:-192px -72px;}
.icon-fast-backward{background-position:-216px -72px;}
.icon-backward{background-position:-240px -72px;}
.icon-play{background-position:-264px -72px;}
.icon-pause{background-position:-288px -72px;}
.icon-stop{background-position:-312px -72px;}
.icon-forward{background-position:-336px -72px;}
.icon-fast-forward{background-position:-360px -72px;}
.icon-step-forward{background-position:-384px -72px;}
.icon-eject{background-position:-408px -72px;}
.icon-chevron-left{background-position:-432px -72px;}
.icon-chevron-right{background-position:-456px -72px;}
.icon-plus-sign{background-position:0 -96px;}
.icon-minus-sign{background-position:-24px -96px;}
.icon-remove-sign{background-position:-48px -96px;}
.icon-ok-sign{background-position:-72px -96px;}
.icon-question-sign{background-position:-96px -96px;}
.icon-info-sign{background-position:-120px -96px;}
.icon-screenshot{background-position:-144px -96px;}
.icon-remove-circle{background-position:-168px -96px;}
.icon-ok-circle{background-position:-192px -96px;}
.icon-ban-circle{background-position:-216px -96px;}
.icon-arrow-left{background-position:-240px -96px;}
.icon-arrow-right{background-position:-264px -96px;}
.icon-arrow-up{background-position:-289px -96px;}
.icon-arrow-down{background-position:-312px -96px;}
.icon-share-alt{background-position:-336px -96px;}
.icon-resize-full{background-position:-360px -96px;}
.icon-resize-small{background-position:-384px -96px;}
.icon-plus{background-position:-408px -96px;}
.icon-minus{background-position:-433px -96px;}
.icon-asterisk{background-position:-456px -96px;}
.icon-exclamation-sign{background-position:0 -120px;}
.icon-gift{background-position:-24px -120px;}
.icon-leaf{background-position:-48px -120px;}
.icon-fire{background-position:-72px -120px;}
.icon-eye-open{background-position:-96px -120px;}
.icon-eye-close{background-position:-120px -120px;}
.icon-warning-sign{background-position:-144px -120px;}
.icon-plane{background-position:-168px -120px;}
.icon-calendar{background-position:-192px -120px;}
.icon-random{background-position:-216px -120px;width:16px;}
.icon-comment{background-position:-240px -120px;}
.icon-magnet{background-position:-264px -120px;}
.icon-chevron-up{background-position:-288px -120px;}
.icon-chevron-down{background-position:-313px -119px;}
.icon-retweet{background-position:-336px -120px;}
.icon-shopping-cart{background-position:-360px -120px;}
.icon-folder-close{background-position:-384px -120px;width:16px;}
.icon-folder-open{background-position:-408px -120px;width:16px;}
.icon-resize-vertical{background-position:-432px -119px;}
.icon-resize-horizontal{background-position:-456px -118px;}
.icon-hdd{background-position:0 -144px;}
.icon-bullhorn{background-position:-24px -144px;}
.icon-bell{background-position:-48px -144px;}
.icon-certificate{background-position:-72px -144px;}
.icon-thumbs-up{background-position:-96px -144px;}
.icon-thumbs-down{background-position:-120px -144px;}
.icon-hand-right{background-position:-144px -144px;}
.icon-hand-left{background-position:-168px -144px;}
.icon-hand-up{background-position:-192px -144px;}
.icon-hand-down{background-position:-216px -144px;}
.icon-circle-arrow-right{background-position:-240px -144px;}
.icon-circle-arrow-left{background-position:-264px -144px;}
.icon-circle-arrow-up{background-position:-288px -144px;}
.icon-circle-arrow-down{background-position:-312px -144px;}
.icon-globe{background-position:-336px -144px;}
.icon-wrench{background-position:-360px -144px;}
.icon-tasks{background-position:-384px -144px;}
.icon-filter{background-position:-408px -144px;}
.icon-briefcase{background-position:-432px -144px;}
.icon-fullscreen{background-position:-456px -144px;}
.carousel{position:relative;margin-bottom:20px;line-height:1;}
.carousel-inner{overflow:hidden;width:100%;position:relative;}
.carousel-inner>.item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-moz-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left;}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;line-height:1;}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block;}
.carousel-inner>.active{left:0;}
.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%;}
.carousel-inner>.next{left:100%;}
.carousel-inner>.prev{left:-100%;}
.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0;}
.carousel-inner>.active.left{left:-100%;}
.carousel-inner>.active.right{left:100%;}
.carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#ffffff;text-align:center;background:#222222;border:3px solid #ffffff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:0.5;filter:alpha(opacity=50);}.carousel-control.right{left:auto;right:15px;}
.carousel-control:hover,.carousel-control:focus{color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90);}
.carousel-indicators{position:absolute;top:15px;right:15px;z-index:5;margin:0;list-style:none;}.carousel-indicators li{display:block;float:left;width:10px;height:10px;margin-left:5px;text-indent:-999px;background-color:#ccc;background-color:rgba(255, 255, 255, 0.25);border-radius:5px;}
.carousel-indicators .active{background-color:#fff;}
.carousel-caption{position:absolute;left:0;right:0;bottom:0;padding:15px;background:#333333;background:rgba(0, 0, 0, 0.75);}
.carousel-caption h4,.carousel-caption p{color:#ffffff;line-height:20px;}
.carousel-caption h4{margin:0 0 5px;}
.carousel-caption p{margin-bottom:0;}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

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

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://www.theatredelarchipel.org/bundles/lehubagencearchipel/libs/slick/fonts/slick.eot');
    src: url('https://www.theatredelarchipel.org/bundles/lehubagencearchipel/libs/slick/fonts/slick.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/lehubagencearchipel/libs/slick/fonts/slick.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/lehubagencearchipel/libs/slick/fonts/slick.ttf') format('truetype'), url('https://www.theatredelarchipel.org/bundles/lehubagencearchipel/libs/slick/fonts/slick.svg') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

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

    cursor: pointer;

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

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

    opacity: .75;
    color: white;

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

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

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

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

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

    display: block;

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

    list-style: none;

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

    display: inline-block;

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

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

    display: block;

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

    cursor: pointer;

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

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

    width: 20px;
    height: 20px;

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

    opacity: .25;
    color: black;

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

@import url('css@family=IBM+Plex+Sans%253A300,400,400i,500,600,700.css');
@font-face {
  font-family: 'Octin Spraypaint A Rg';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

.clear {
  clear: both; }

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

* {
  margin: 0px;
  padding: 0px;
  word-wrap: normal;
  word-break: break-word; }

body {
  margin: 0;
  padding: 0; }
  body:before {
    content: "";
    display: block;
    background: rgba(26, 26, 26, 0.5);
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out; }
  body.o-noScroll:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease-in-out; }

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

h4 {
  font-weight: 400; }

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

p {
  margin: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

br {
  display: block; }
/** COLORS **/
/** FONTS **/
/* MEDIA QUERIES */
.o-elmediator .o-item-event .o-item-title {
  color: #feff00; }
  .o-elmediator .o-item-event .o-item-date {
    color: #feff00; }
  .o-elmediator .o-item-event .o-item-ticket {
    color: #000; }
    .o-elmediator .o-item-event .o-item-ticket .o-background {
      background: #feff00; }
  .o-elmediator .o-item .o-item-video {
    color: #000; }
  .o-elmediator .o-item .o-item-video .o-background {
    background-color: #feff00; }
    .o-elmediator .o-item .o-item-video .o-background:before {
      border-left: 12px solid #000; }
  .o-elmediator .o-text-bg {
    color: #fff; }
  .o-elmediator .o-text-bg .o-background {
    background-color: #000; }

@import url('css@family=IBM+Plex+Sans%253A300,400,400i,500,600,700.css');
@font-face {
  font-family: 'Octin Spraypaint A Rg';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

.clear {
  clear: both; }

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

* {
  margin: 0px;
  padding: 0px;
  word-wrap: normal;
  word-break: break-word; }

body {
  margin: 0;
  padding: 0; }
  body:before {
    content: "";
    display: block;
    background: rgba(26, 26, 26, 0.5);
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out; }
  body.o-noScroll:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease-in-out; }

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

h4 {
  font-weight: 400; }

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

p {
  margin: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

br {
  display: block; }
/** COLORS **/
/** FONTS **/
/* MEDIA QUERIES */
.o-fiche > .o-list .o-item {
  margin-bottom: 0px; }
  .o-fiche > .o-list .o-item .o-item-content {
    margin-bottom: 170px; }
    @media screen and (max-width: 1023px) {
      .o-fiche > .o-list .o-item .o-item-content {
        margin-bottom: 30px; } }
  .o-fiche > .o-list .o-item.o-item-event .o-item-title {
    max-width: 90%; }
    .o-fiche > .o-list .o-item.o-item-event .o-item-title:hover {
      text-decoration: none; }
    .o-fiche > .o-list .o-item.o-item-event .o-item-info {
      margin-top: 0px; }
  @media screen and (max-width: 1023px) {
        .o-fiche > .o-list .o-overlay--video ~ .o-item-content {
          margin-bottom: 0; } }
  .o-fiche.o-fiche-music .o-item-event.o-item-100 .o-item-ticket .o-background {
    background-color: #1a525a; }
  .o-fiche.o-fiche-music .o-item-event.o-item-100 .o-item-title span {
    display: none; }
    .o-fiche.o-fiche-music .o-item-event.o-item-100 .o-item-title span.o-title-agenda {
      display: initial; }
  .o-fiche.o-fiche-music .o-item-event.o-item-100 .o-item-title img {
    padding: 0 0 20px 50px; }
  .o-fiche.o-fiche-music .o-fiche-description {
    color: #1a525a; }
  .o-fiche.o-fiche-music .o-fiche-description--main .o-main-summary {
    border-bottom-color: #1a525a; }
    .o-fiche.o-fiche-music .o-fiche-description--main .o-main-booking {
      border-bottom: 1px solid #1a525a; }
    .o-fiche.o-fiche-music .o-fiche-description--main .o-main-booking--header h2, .o-fiche.o-fiche-music .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .o-slider-bookit-item--list-schedule div, .o-fiche.o-fiche-music .o-fiche-description--main .o-main-booking--slider .o-slider-month {
      color: #1a525a; }
    .o-fiche.o-fiche-music .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .o-slider-bookit-item--date-indicator {
      background: #1a525a; }
  .o-fiche.o-fiche-music .o-fiche-description--aside div, .o-fiche.o-fiche-music .o-fiche-description--aside h2 {
    color: #1a525a;
    border-color: #1a525a; }
    .o-fiche.o-fiche-music .o-fiche-description--aside hr {
      color: #1a525a;
      background-color: #1a525a; }
    .o-fiche.o-fiche-music .o-fiche-description--aside h2:after, .o-fiche.o-fiche-music .o-fiche-description--aside h2.open:after {
      border-left: 1px solid #1a525a;
      border-right: 1px solid #1a525a; }
  .o-fiche.o-fiche-music .o-fiche-description--aside h2 .recontainer {
    color: #1a525a;
    border-bottom: #1a525a; }
    .o-fiche.o-fiche-music .o-fiche-description--aside h2:before {
      border-color: #1a525a; }
  .o-fiche.o-fiche-music .o-fiche-see-also > h2 {
    color: #1a525a; }
  .o-fiche.o-fiche-music .o-item-event .o-item-title, .o-fiche.o-fiche-music .o-item-event .o-item-date {
    color: #1a525a; }
  .o-fiche.o-fiche-music .o-item .o-item-video-trailer, .o-fiche.o-fiche-music .o-item .o-item-book-ticket {
    background-color: #1a525a; }
  .o-fiche.o-fiche-music .o-main-accordions, .o-fiche.o-fiche-music .o-main-accordions h3 {
    border-color: #1a525a;
    color: #1a525a; }
  .o-fiche.o-fiche-music .o-main-accordions .recontainer .ui-icon {
    background: none; }
  .o-fiche.o-fiche-no-image > .o-list {
    width: calc(100%); }
  .o-fiche.o-fiche-no-image > .o-list .o-item {
    background-image: none;
    background-color: white;
    min-height: 0px;
    height: auto;
    width: calc(100% - 60px);
    padding: 30px;
    padding-top: 80px;
    padding-bottom: 0px;
    margin: 0px; }
    .o-fiche.o-fiche-no-image > .o-list .o-item .o-item-hover-border, .o-fiche.o-fiche-no-image > .o-list .o-item .o-overlay {
      display: none; }
    .o-fiche.o-fiche-no-image > .o-list .o-item .o-item-content {
      margin-bottom: 0px; }
  .o-fiche.o-fiche-no-image .o-fiche-description--main {
    margin-top: 0px; }
  .o-fiche .o-fiche-description {
    display: flex; }
  @media screen and (max-width: 1023px) {
    .o-fiche .o-fiche-description {
      display: block; } }
  .o-fiche .o-fiche-description--main {
    width: 62vw;
    padding: 30px 40px;
    padding-right: 80px;
    margin-top: -140px;
    background-color: #fff;
    z-index: 100;
    transition: 0.5s; }
  @media screen and (max-width: 1023px) {
      .o-fiche .o-fiche-description--main {
        padding: 20px;
        width: calc(100% - 40px);
        margin-top: 0px; } }
  .o-fiche .o-fiche-description--main .o-main-summary {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #e90000;
    margin-bottom: 40px;
    padding-bottom: 40px;
    font-weight: bold;
    font-size: 18px; }
    .o-fiche .o-fiche-description--main .o-main-summary a {
      color: #e90000;
      text-decoration: underline;
      font-weight: 700; }
  .o-fiche .o-fiche-description--main .o-main-booking {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #e90000;
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative; }
    .o-fiche .o-fiche-description--main .o-main-booking--header {
      position: relative;
      margin-bottom: 20px; }
    .o-fiche .o-fiche-description--main .o-main-booking--header h2 {
      color: #e90000;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 28px;
      line-height: 30px; }
    .o-fiche .o-fiche-description--main .o-main-booking--header .booking-places-indicator {
      position: absolute;
      right: 0px;
      top: 0px; }
      @media screen and (max-width: 1279px) {
        .o-fiche .o-fiche-description--main .o-main-booking--header .booking-places-indicator {
          position: relative;
          right: auto;
          top: auto; } }
      .o-fiche .o-fiche-description--main .o-main-booking--header .booking-places-indicator span {
        display: inline-block;
        line-height: 30px;
        margin-right: 20px;
        font-size: 20px;
        font-weight: bold;
        color: #000; }
        .o-fiche .o-fiche-description--main .o-main-booking--header .booking-places-indicator span:last-child {
          margin-right: 0px; }
        .o-fiche .o-fiche-description--main .o-main-booking--header .booking-places-indicator span.current {
          color: #e90000;
          text-decoration: underline; }
        .o-fiche .o-fiche-description--main .o-main-booking--header .booking-places-indicator span.not-current {
          color: #9b9b9b;
          text-decoration: line-through; }
    @media screen and (max-width: 1023px) {
        .o-fiche .o-fiche-description--main .o-main-booking--slider {
          width: calc(100% - 20px);
          margin-left: auto;
          margin-right: auto; } }
    .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-month {
      margin-bottom: 10px;
      color: #e90000;
      font-size: 24px; }
    .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit {
      display: flex; }
      .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .slick-list {
        width: 100%; }
      .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .slick-slide {
        margin-right: 20px; }
      .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .o-slider-bookit-item {
        display: block;
        margin-right: 20px;
        text-align: center;
        width: 100%;
        /*max-width: 110px;*/ }
        .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .o-slider-bookit-item:last-child, .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .o-slider-bookit-item:nth-child(6n) {
          margin-right: 0px; }
        .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .o-slider-bookit-item--date-indicator {
          background-color: #e90000;
          color: #fff;
          padding: 15px;
          margin-bottom: 10px; }
          .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .o-slider-bookit-item--date-indicator span {
            display: block; }
            .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .o-slider-bookit-item--date-indicator span.day {
              font-size: 24px;
              line-height: 20px; }
            .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .o-slider-bookit-item--date-indicator span.date {
              font-size: 16px;
              line-height: 14px; }
        .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .o-slider-bookit-item--list-schedule div {
          height: 50px;
          color: #e90000;
          font-size: 20px;
          line-height: 20px;
          font-weight: 500;
          text-decoration: underline; }
          .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .o-slider-bookit-item--list-schedule div a {
            text-decoration: underline;
            display: block; }
          .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .o-slider-bookit-item--list-schedule div span {
            font-size: 12px;
            line-height: 12px; }
          .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .o-slider-bookit-item--list-schedule div.unavailable {
            color: #9b9b9b;
            text-decoration: line-through; }
          .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .o-slider-bookit-item--list-schedule div.free {
            text-decoration: none; }
      .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .slick-arrow {
        font-size: 0px;
        line-height: 0px;
        height: 22px;
        width: 22px;
        background-repeat: no-repeat;
        background-position: center;
        top: 30px; }
        .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .slick-arrow:before, .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .slick-arrow:after {
          content: "";
          display: none; }
        .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .slick-arrow.slick-disabled {
          opacity: 0.2; }
      .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .slick-prev {
        background-image: url(icon-slider-left-red.png);
        left: -30px; }
      .o-fiche .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .slick-next {
        background-image: url(icon-slider-right-red.png);
        right: -30px; }
  .o-fiche .o-fiche-description--main .o-main-medias {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .o-fiche .o-fiche-description--main .o-main-medias {
        display: block; } }
    .o-fiche .o-fiche-description--main .o-main-medias--item {
      width: calc(50% - 10px);
      margin-bottom: 20px;
      position: relative; }
    .o-fiche .o-fiche-description--main .o-main-medias--item:first-child:last-child {
      width: 100%;
      margin-right: 0px; }
    @media screen and (max-width: 767px) {
        .o-fiche .o-fiche-description--main .o-main-medias--item {
          margin-right: 0px;
          width: 100%; } }
    .o-fiche .o-fiche-description--main .o-main-medias--item img {
      width: 100%;
      height: 210px;
      object-fit: cover;
      object-position: center top; }
    .o-fiche .o-fiche-description--main .o-main-medias--item .o-media-link {
      display: block;
      position: relative;
      font-size: 0px;
      line-height: 0px;
      height: 210px; }
    .o-fiche .o-fiche-description--main .o-main-medias--item .o-link-medias {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
      .o-fiche .o-fiche-description--main .o-main-medias--item .o-link-medias a {
        background-color: #e90000;
        font-size: 16px;
        line-height: 18px;
        padding: 10px 15px;
        color: #fff; }
      .o-fiche .o-fiche-description--main .o-main-medias--item .o-link-medias .o-player-triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 44px 0 44px 88px;
        border-color: transparent transparent transparent #e90000; }
  .o-fiche .o-fiche-description--main .o-main-content {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 24px; }
    .o-fiche .o-fiche-description--main .o-main-content p, .o-fiche .o-fiche-description--main .o-main-content h1, .o-fiche .o-fiche-description--main .o-main-content h2, .o-fiche .o-fiche-description--main .o-main-content h3, .o-fiche .o-fiche-description--main .o-main-content h4, .o-fiche .o-fiche-description--main .o-main-content h5, .o-fiche .o-fiche-description--main .o-main-content h6 {
      margin-bottom: 20px; }
    .o-fiche .o-fiche-description--main .o-main-content h1, .o-fiche .o-fiche-description--main .o-main-content h2, .o-fiche .o-fiche-description--main .o-main-content h3, .o-fiche .o-fiche-description--main .o-main-content h4, .o-fiche .o-fiche-description--main .o-main-content h5, .o-fiche .o-fiche-description--main .o-main-content h6 {
      color: #e90000;
      text-transform: uppercase;
      font-size: 22px; }
    .o-fiche .o-fiche-description--main .o-main-content h2 {
      font-size: 28px; }
    .o-fiche .o-fiche-description--main .o-main-content a {
      color: #e90000;
      text-decoration: underline;
      font-weight: 700; }
  .o-fiche .o-fiche-description--aside {
    width: 38vw;
    padding: 20px 40px; }
  @media screen and (max-width: 1023px) {
      .o-fiche .o-fiche-description--aside {
        padding: 20px;
        width: calc(100% - 40px); } }
  .o-fiche .o-fiche-description--aside .o-accordion-title {
    margin-top: 20px; }
    .o-fiche .o-fiche-description--aside .o-accordion-title:focus {
      outline: 0; }
    .o-fiche .o-fiche-description--aside .o-accordion-title:first-child {
      margin-top: 0px; }
  .o-fiche .o-fiche-description--aside h2 {
    position: relative; }
    .o-fiche .o-fiche-description--aside h2 .recontainer {
      font-size: 16px;
      color: #e90000;
      line-height: 18px;
      text-transform: uppercase;
      font-weight: bold;
      border-bottom: 2px solid #e90000;
      display: inline-block;
      margin-bottom: 2px;
      cursor: pointer;
      margin-left: 20px; }
    .o-fiche .o-fiche-description--aside h2:focus {
      outline: 0; }
    .o-fiche .o-fiche-description--aside h2:before {
      content: "";
      position: absolute;
      display: block;
      height: 8px;
      width: 8px;
      border-width: 0px 1.5px 1.5px 0px;
      border-style: solid;
      border-color: red;
      top: calc(50% - 1px);
      transform: translateY(-50%) rotate(45deg);
      -webkit-transform: translateY(-50%) rotate(45deg); }
    .o-fiche .o-fiche-description--aside h2.open:before {
      top: calc(50% + 4px);
      transform: translateY(-50%) rotate(225deg);
      -webkit-transform: translateY(-50%) rotate(225deg); }
  .o-fiche .o-fiche-description--aside--partners h2 {
    border: none; }
  .o-fiche .o-fiche-description--aside div {
    font-size: 16px;
    line-height: 20px;
    color: #000; }
    .o-fiche .o-fiche-description--aside div p {
      margin-bottom: 20px; }
    .o-fiche .o-fiche-description--aside div p:last-child {
      margin-bottom: 0px; }
  .o-fiche .o-fiche-description--aside a {
    text-decoration: underline; }
  .o-fiche .o-fiche-description--aside img {
    margin-top: 4px;
    margin-right: 4px;
    display: inline-block; }
  .o-fiche .o-fiche-description--aside hr {
    height: 2px;
    color: #e90000;
    background-color: #e90000;
    margin: 5px 0;
    border: 0; }
  .o-fiche .o-fiche-description--aside .o-aside-item-partners {
    margin-top: 20px; }
    .o-fiche .o-fiche-description--aside .o-aside-item-partners img {
      margin-top: 4px;
      margin-right: 4px;
      display: inline-block;
      max-width: 100%; }
  .o-fiche.o-fiche-elmediator > .o-list .o-item .o-item-content .o-item-tag .o-background, .o-fiche.o-fiche-elmediator > .o-list .o-item .o-item-content .o-item-info .o-item-date .o-background {
    background-color: #000;
    color: #fff; }
    .o-fiche.o-fiche-elmediator > .o-list .o-item .o-item-content .o-item-title {
      color: #feff00; }
      .o-fiche.o-fiche-elmediator > .o-list .o-item .o-item-content .o-item-title .o-background {
        background-color: #000;
        color: #feff00; }
    .o-fiche.o-fiche-elmediator > .o-list .o-item .o-item-content .o-item-info .o-item-ticket .o-background {
      background-color: #feff00;
      color: #000; }
  .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-summary, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-booking, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h3 {
    border-color: #000; }
    .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-booking--header h2 {
      color: #000; }
      .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-booking--header .booking-places-indicator .current {
        color: #000; }
    .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-booking--slider .o-slider-month {
      color: #000; }
      .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .o-slider-bookit-item--date-indicator {
        color: #000;
        background-color: #feff00; }
        .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .o-slider-bookit-item--list-schedule div {
          color: #000; }
          .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .o-slider-bookit-item--list-schedule div.unavailable {
            color: #9b9b9b; }
        .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .slick-prev {
          background-image: url(icon-slider-left-black.png); }
        .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-booking--slider .o-slider-bookit .slick-next {
          background-image: url(icon-slider-right-black.png); }
    .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-medias--item .o-link-medias .o-player-triangle {
      border-color: transparent transparent transparent #feff00; }
      .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-medias--item .o-link-medias a {
        color: #feff00;
        background-color: #000; }
    .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-content h1, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-content h2, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-content h3, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-content h4, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-content h5, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-content h6 {
      color: #000;
      position: relative;
      display: inline-block; }
      .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-content h1:before, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-content h2:before, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-content h3:before, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-content h4:before, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-content h5:before, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-content h6:before {
        position: absolute;
        top: -4px;
        left: -4px;
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        background-color: #feff00;
        content: "";
        z-index: -1; }
    .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions {
      width: 100%;
      margin: 40px 0px;
      margin-bottom: 80px;
      color: #000; }
    .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h1, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h2, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h3, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h4, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h5, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h6 {
      color: #000;
      position: relative;
      display: block; }
      .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h1 .recontainer, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h2 .recontainer, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h3 .recontainer, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h4 .recontainer, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h5 .recontainer, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h6 .recontainer {
        position: relative; }
      .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h1 .recontainer:before, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h2 .recontainer:before, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h3 .recontainer:before, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h4 .recontainer:before, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h5 .recontainer:before, .o-fiche.o-fiche-elmediator .o-fiche-description--main .o-main-accordions h6 .recontainer:before {
        position: absolute;
        top: 0px;
        left: -4px;
        width: calc(100% + 8px);
        height: 100%;
        background-color: #feff00;
        content: "";
        z-index: -1; }
  .o-fiche.o-fiche-elmediator .o-fiche-description--aside h2 {
    color: black;
    border-color: #000;
    position: relative; }
  .o-fiche.o-fiche-elmediator .o-fiche-see-also > h2 {
    color: #000; }

.o-main-accordions {
  border-bottom: 1px solid #e90000;
  margin: 80px 0px;
  color: #e90000; }
  .o-main-accordions h1, .o-main-accordions h2, .o-main-accordions h3, .o-main-accordions h4, .o-main-accordions h5, .o-main-accordions h6 {
    color: #e90000;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 0px;
    border-top: 1px solid #e90000;
    outline: 0;
    cursor: pointer;
    position: relative;
    line-height: 25px; }
  .o-main-accordions h1 .recontainer, .o-main-accordions h2 .recontainer, .o-main-accordions h3 .recontainer, .o-main-accordions h4 .recontainer, .o-main-accordions h5 .recontainer, .o-main-accordions h6 .recontainer {
    position: relative; }
  .o-main-accordions h1 .recontainer .ui-icon, .o-main-accordions h2 .recontainer .ui-icon, .o-main-accordions h3 .recontainer .ui-icon, .o-main-accordions h4 .recontainer .ui-icon, .o-main-accordions h5 .recontainer .ui-icon, .o-main-accordions h6 .recontainer .ui-icon {
    background-image: url(icon-accordion-red.png);
    background-position: left center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle; }
  .o-main-accordions h1.ui-accordion-header-active .recontainer .ui-icon, .o-main-accordions h2.ui-accordion-header-active .recontainer .ui-icon, .o-main-accordions h3.ui-accordion-header-active .recontainer .ui-icon, .o-main-accordions h4.ui-accordion-header-active .recontainer .ui-icon, .o-main-accordions h5.ui-accordion-header-active .recontainer .ui-icon, .o-main-accordions h6.ui-accordion-header-active .recontainer .ui-icon, .o-main-accordions h1.ui-state-active .recontainer .ui-icon, .o-main-accordions h2.ui-state-active .recontainer .ui-icon, .o-main-accordions h3.ui-state-active .recontainer .ui-icon, .o-main-accordions h4.ui-state-active .recontainer .ui-icon, .o-main-accordions h5.ui-state-active .recontainer .ui-icon, .o-main-accordions h6.ui-state-active .recontainer .ui-icon {
    transform: rotate(180deg);
    background-position: right center; }
  .o-main-accordions p, .o-main-accordions ul {
    margin-bottom: 20px; }

.o-fiche-elmediator .o-main-accordions h1 .recontainer .ui-icon, .o-fiche-elmediator .o-main-accordions h2 .recontainer .ui-icon, .o-fiche-elmediator .o-main-accordions h3 .recontainer .ui-icon, .o-fiche-elmediator .o-main-accordions h4 .recontainer .ui-icon, .o-fiche-elmediator .o-main-accordions h5 .recontainer .ui-icon, .o-fiche-elmediator .o-main-accordions h6 .recontainer .ui-icon {
  background-image: url(icon-accordion-black.png); }

.o-fiche-see-also {
  background-color: #f8f8f8;
  padding: 10px 0px; }
  .o-fiche-see-also > h2 {
    padding: 10px 20px;
    color: #e90000;
    text-transform: uppercase;
    font-size: 28px; }
  .o-fiche-see-also .o-list .o-item {
    border-color: #f8f8f8; }
  .o-fiche-see-also .o-list .o-item .o-item-hover-border {
    border-color: #f8f8f8; }

.fancybox {
  cursor: pointer; }

.fancybox-skin .fancybox-close {
  background: url(icon-cross.png) center no-repeat;
  top: -10px;
  right: -40px; }
  @media screen and (max-width: 767px) {
    .fancybox-skin .fancybox-close {
      top: -40px;
      right: -20px; } }
  .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(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(icon-arrow-next.png) center no-repeat;
    right: -45px; }

@media screen and (max-width: 767px) {
    .fancybox-skin {
      max-height: calc(100vh - 120px); }
      .fancybox-skin .fancybox-outer, .fancybox-skin .fancybox-inner, .fancybox-skin iframe {
        max-height: calc(100vh - 120px); } }

.o-fiche .o-fiche-description--main .o-main-medias--item .o-link-medias .o-media-link.fancybox-video {
  display: none; }

@import url('css@family=IBM+Plex+Sans%253A300,400,400i,500,600,700.css');
@font-face {
  font-family: 'Octin Spraypaint A Rg';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

.clear {
  clear: both; }

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

* {
  margin: 0px;
  padding: 0px;
  word-wrap: normal;
  word-break: break-word; }

body {
  margin: 0;
  padding: 0; }
  body:before {
    content: "";
    display: block;
    background: rgba(26, 26, 26, 0.5);
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out; }
  body.o-noScroll:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease-in-out; }

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

h4 {
  font-weight: 400; }

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

p {
  margin: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

br {
  display: block; }
/** COLORS **/
/** FONTS **/
/* MEDIA QUERIES */
.cookie-message {
  display: flex;
  width: 30%;
  border-radius: 10px;
  right: 15px;
  bottom: 15px;
  font-size: 14px;
  position: fixed;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 0px 15px #ccc;
  z-index: 9999;
  width: 235px; }
  @media screen and (max-width: 767px) {
  .cookie-message {
    width: 100%;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; } }
  .cookie-message .text {
    color: #333;
    font-size: 14px;
    margin: auto;
    font-family: 'IBM Plex Sans', Arial, sans-serif; }
    .cookie-message .text a {
      text-decoration: underline;
      color: #333;
      font-family: 'IBM Plex Sans', Arial, sans-serif; }
  .cookie-message .cancel {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px; }

.o-footer {
  border-top: 1px solid #000;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 40px;
  padding: 20px 0;
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  display: flex;
  justify-content: space-between;
  padding-bottom: 94px; }
  @media screen and (max-width: 767px) {
  .o-footer {
    display: block; } }
  .o-footer .mediator-mobile {
    position: fixed;
    bottom: 0;
    right: 0;
    display: none; }
    @media screen and (max-width: 767px) {
  .o-footer .mediator-mobile {
    display: block; } }
    .o-footer .mediator-mobile img {
      width: 150px;
      display: block; }
  .o-footer-left .o-footer-logo {
    display: flex;
    align-items: center;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
    .o-footer-left .o-footer-logo {
      display: block;
      text-align: center; } }
    .o-footer-left .o-footer-logo .o-logo {
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
    .o-footer-left .o-footer-logo .o-logo {
      margin: 0px;
      margin-bottom: 20px;
      display: inline-block; } }
    .o-footer-left .o-footer-logo .o-footer-adress {
      font-size: 12px;
      line-height: 16px; }
  .o-footer-right {
    text-align: right; }
    @media screen and (max-width: 767px) {
  .o-footer-right {
    text-align: center; } }
    .o-footer-right .o-footer-url {
      text-decoration: underline;
      font-size: 14px;
      line-height: 20px;
      text-transform: lowercase;
      color: #000; }
    @media screen and (max-width: 767px) {
    .o-footer-right .o-footer-url {
      margin-top: 10px;
      display: inline-block; } }

.o-social {
  display: flex; }
  @media screen and (max-width: 767px) {
  .o-social {
    justify-content: center;
    align-items: center; } }
  .o-social-url {
    font-size: 0;
    width: 50px;
    height: 50px;
    margin-right: 18px;
    background-position: center;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    display: block; }
    @media screen and (max-width: 400px) {
  .o-social-url {
    margin-right: 10px; } }
    @media screen and (max-width: 767px) {
  .o-social-url {
    width: 40px;
    height: 40px; }
    .o-social-url svg {
      width: 40px;
      height: 40px; } }
  .o-social li:last-child .o-social-url {
    margin-right: 0px; }

@import url('css@family=IBM+Plex+Sans%253A300,400,400i,500,600,700.css');
@font-face {
  font-family: 'Octin Spraypaint A Rg';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

.clear {
  clear: both; }

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

* {
  margin: 0px;
  padding: 0px;
  word-wrap: normal;
  word-break: break-word; }

body {
  margin: 0;
  padding: 0; }
  body:before {
    content: "";
    display: block;
    background: rgba(26, 26, 26, 0.5);
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out; }
  body.o-noScroll:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease-in-out; }

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

h4 {
  font-weight: 400; }

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

p {
  margin: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

br {
  display: block; }
/** COLORS **/
/** FONTS **/
/* MEDIA QUERIES */
.o-pageContainer {
  padding-top: 70px; }
  .o-pageContainer.o-home, .o-pageContainer.o-fiche {
    padding-top: 0px; }

.global-mediator .bar {
  background: #feff00; }

.global-mediator .o-main-summary a, .global-mediator .o-main-content a {
  color: #ffe44b !important;
  text-decoration: underline !important;
  font-weight: 700 !important; }

.bar {
  background: #e90000; }

.notFound {
  text-align: center;
  padding-top: 50px;
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  margin: 20px; }

@import url('css@family=IBM+Plex+Sans%253A300,400,400i,500,600,700.css');
@font-face {
  font-family: 'Octin Spraypaint A Rg';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

.clear {
  clear: both; }

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

* {
  margin: 0px;
  padding: 0px;
  word-wrap: normal;
  word-break: break-word; }

body {
  margin: 0;
  padding: 0; }
  body:before {
    content: "";
    display: block;
    background: rgba(26, 26, 26, 0.5);
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out; }
  body.o-noScroll:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease-in-out; }

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

h4 {
  font-weight: 400; }

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

p {
  margin: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

br {
  display: block; }
/** COLORS **/
/** FONTS **/
/* MEDIA QUERIES */
.o-header {
  position: fixed;
  top: 0;
  /*height: 110px;*/
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: top ease-in 0.4s; }
  .o-header:before {
    position: absolute;
    top: -53px;
    left: 0px;
    height: 53px;
    width: 100%;
    background-color: #000;
    content: "";
    transition: all ease-in 0.4s;
    z-index: -1; }
  .o-header--scroll, .o-header--mini {
    height: 53px; }
    .o-header--scroll .o-logo.o-logo-multiple svg, .o-header--mini .o-logo.o-logo-multiple svg {
      transition: all ease-in 0.3s; }
      @media screen and (max-width: 767px) {
        .o-header--scroll .o-logo.o-logo-multiple svg.o-logo-mobile, .o-header--mini .o-logo.o-logo-multiple svg.o-logo-mobile {
          opacity: 1;
          transition: all ease-in 0.3s; } }
    .o-header--scroll:before, .o-header--mini:before {
      top: 0px;
      transition: all ease-in 0.4s; }
  .o-header--mini:before {
    top: 0px; }
  .o-header--hidden {
    top: -50px;
    transition: top ease-in 0.4s; }
  .o-header-main {
    width: 100%;
    margin: 0 auto;
    height: 53px;
    display: flex;
    justify-content: space-between; }
  .o-header-menu p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2.33px;
    line-height: 18px;
    position: absolute;
    left: 29px;
    top: 52px; }
  .o-header-left {
    position: relative;
    display: flex; }
    .o-header-left .o-header_icon {
      position: relative;
      top: 50%;
      margin-left: 20px;
      margin-right: 40px;
      width: 60px;
      height: 14px;
      display: inline-block;
      vertical-align: middle;
      transform: translateY(-50%) 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; }
      .o-header-left .o-header_icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        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-header-left .o-header_icon span:nth-child(1) {
        top: 0px; }
      .o-header-left .o-header_icon span:nth-child(2), .o-header-left .o-header_icon span:nth-child(3) {
        top: 6px; }
      .o-header-left .o-header_icon span:nth-child(4) {
        top: 12px; }
      .o-header-left .o-header_icon--opened {
        width: 60px; }
      .o-header-left .o-header_icon--opened span:nth-child(1), .o-header-left .o-header_icon--opened span:nth-child(4) {
        top: 10px;
        width: 0%;
        left: 50%; }
      .o-header-left .o-header_icon--opened span:nth-child(2) {
        -moz-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
        width: 60px; }
      .o-header-left .o-header_icon--opened span:nth-child(3) {
        -moz-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
        width: 60px; }
    .o-header-left .o-logo {
      display: flex;
      align-items: center; }
      .o-header-left .o-logo.o-logo-multiple .o-logo-mobile {
        margin-top: 6px;
        opacity: 0;
        fill: #fff;
        transition: all ease-in 0.3s; }
      @media screen and (max-width: 767px) {
    .o-header-left .o-logo.o-logo-multiple svg {
      margin-top: 0;
      opacity: 0;
      transition: all ease-in 0.3s; }
      .o-header-left .o-logo.o-logo-multiple svg.o-logo-mobile {
        opacity: 1;
        transition: all ease-in 0.3s; } }
  .o-header-right {
    display: flex;
    z-index: 2; }
    @media screen and (max-width: 870px) {
  .o-header-right {
    display: none; } }
    .o-header-right .o-logo {
      position: relative;
      display: flex;
      align-items: center;
      padding: 0 20px; }
      .o-header-right .o-logo:before {
        content: "";
        position: absolute;
        display: block;
        width: 1px;
        height: 40px;
        background: #fff;
        left: 0;
        bottom: 0; }
      @media screen and (max-width: 1023px) {
    .o-header-right .o-logo svg, .o-header-right .o-logo img {
      width: 100px; } }
      .o-header-right .o-logo:last-of-type {
        padding-right: 40px; }
    .o-header-right .o-header-more {
      display: flex;
      align-items: center;
      font-size: 14px;
      letter-spacing: 2.33px;
      margin-right: 53px; }
      .o-header-right .o-header-more li {
        position: relative;
        padding-right: 17px;
        margin-right: 10px; }
      .o-header-right .o-header-more li .o-header-url {
        color: #fff;
        font-family: 'IBM Plex Sans', Arial, sans-serif;
        font-weight: 300;
        letter-spacing: 3px;
        letter-spacing: 2.3px;
        position: relative;
        line-height: 18px;
        font-size: 14px; }
      .o-header-right .o-header-more li .o-header-url:hover {
        /*text-decoration: underline;*/
        border-bottom: 1px solid white; }
      .o-header-right .o-header-more li:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        right: 0px;
        top: 9px; }
      .o-header-right .o-header-more li:last-child {
        padding-right: 0px;
        margin-right: 0px; }
      .o-header-right .o-header-more li:last-child:after {
        display: none; }

.o-menu {
  width: 400px;
  height: 100%;
  background: #1a1a1a;
  position: fixed;
  top: 0;
  z-index: 105;
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  left: -400px;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }
  @media screen and (max-width: 767px) {
  .o-menu {
    width: 100vw;
    left: -100vw; } }
  .o-menu--opened {
    left: 0px;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
  .o-menu-content {
    margin-top: 300px; }
    @media screen and (max-height: 1023px) {
  .o-menu-content {
    margin-top: 160px;
    height: calc(100vh - 305px);
    overflow: hidden;
    overflow-y: scroll; } }
    @media screen and (max-width: 767px) {
  .o-menu-content {
    margin-top: 60px;
    height: calc(100vh - 205px);
    overflow: hidden;
    overflow-y: scroll; } }
  .o-menu-url {
    background: #fff;
    text-transform: uppercase; }
    .o-menu-url:hover, .o-menu-url--active {
      text-decoration: underline; }
  .o-menu .o-submenu {
    display: none; }
    .o-menu .o-submenu .o-menu-url {
      font-size: 22px;
      color: #000;
      padding: 1px 20px;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
  .o-menu .o-submenu .o-menu-url {
    font-size: 16px; } }
  .o-menu--big {
    margin: 20px 0px; }
    .o-menu--big .o-menu-url {
      font-size: 44px;
      color: #e90000;
      padding: 1px 30px;
      padding-left: 20px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
  .o-menu--big .o-menu-url {
    font-size: 24px; } }
  .o-menu-bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 360px; }
    @media screen and (max-width: 767px) {
  .o-menu-bottom {
    width: calc(100% - 40px); } }
  .o-menu-btns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px; }
    .o-menu-btns .o-menu-btn {
      background: #8f8f8f;
      width: 110px;
      line-height: 46px;
      height: 46px;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
  .o-menu-btns .o-menu-btn {
    width: calc(50% - 5px); } }
  .o-menu-search {
    position: relative; }
    .o-menu-search .o-search {
      width: 100%;
      line-height: 46px;
      height: 46px;
      box-sizing: border-box;
      padding-left: 20px;
      font-weight: 700;
      font-size: 16px;
      color: #fff;
      text-transform: uppercase;
      background: rgba(166, 166, 166, 0.2);
      border: none; }
      .o-menu-search .o-search-submit {
        font-size: 0;
        border: none;
        background: url(icon_search.svg) center no-repeat;
        width: 40px;
        height: 46px;
        position: absolute;
        top: 0;
        right: 0; }

.o-logo-container {
  display: block;
  position: absolute;
  left: 120px;
  height: 100%;
  z-index: 9999; }
  .o-logo-container a {
    display: block;
    font-size: 0px;
    height: 100%; }
  @media screen and (max-width: 1023px) {
  .o-logo-container {
    left: 100px; }
    .o-logo-container svg {
      max-width: 180px;
      height: auto; } }
  @media screen and (max-width: 767px) {
  .o-logo-container {
    display: none; } }

body.o-noScroll:before {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh; }

@import url('css@family=IBM+Plex+Sans%253A300,400,400i,500,600,700.css');
@font-face {
  font-family: 'Octin Spraypaint A Rg';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

.clear {
  clear: both; }

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

* {
  margin: 0px;
  padding: 0px;
  word-wrap: normal;
  word-break: break-word; }

body {
  margin: 0;
  padding: 0; }
  body:before {
    content: "";
    display: block;
    background: rgba(26, 26, 26, 0.5);
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out; }
  body.o-noScroll:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease-in-out; }

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

h4 {
  font-weight: 400; }

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

p {
  margin: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

br {
  display: block; }
/** COLORS **/
/** FONTS **/
/* MEDIA QUERIES */
body {
  font-family: 'IBM Plex Sans', Arial, sans-serif; }

.o-home {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }
  .o-home .full-block_container {
    display: flex;
    flex-direction: column;
    margin: 0 20px; }
    .o-home .full-block_container__top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 40px 0; }
      .o-home .full-block_container__top .main-title {
        text-transform: uppercase;
        color: #000;
        font-weight: bold;
        font-size: 34px; }
        @media all and (max-width: 472px) {
    .o-home .full-block_container__top .main-title {
      font-size: 21px; } }
        .o-home .full-block_container__top .main-title__archipel {
          color: #e90000; }
      .o-home .full-block_container__top ul {
        display: flex; }
        .o-home .full-block_container__top ul li:nth-child(even) {
          margin: 0 10px; }
    .o-home .full-block_container .mason-container-social {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap; }
      .o-home .full-block_container .mason-container-social .item-social {
        padding: 0 20px 20px;
        position: relative;
        margin-bottom: 30px;
        width: calc(25% - 40px); }
        @media all and (max-width: 1200px) {
    .o-home .full-block_container .mason-container-social .item-social {
      width: calc(33.333333% - 40px); } }
        @media all and (max-width: 905px) {
    .o-home .full-block_container .mason-container-social .item-social {
      width: calc(50% - 40px); } }
        @media all and (max-width: 678px) {
    .o-home .full-block_container .mason-container-social .item-social {
      width: calc(100% - 40px); } }
        .o-home .full-block_container .mason-container-social .item-social::after {
          content: "";
          background-color: black;
          width: 50%;
          height: 2px;
          bottom: 0;
          left: 0;
          position: absolute;
          display: block; }
        .o-home .full-block_container .mason-container-social .item-social .item-social-top {
          display: flex;
          align-items: center;
          margin-bottom: 15px; }
          .o-home .full-block_container .mason-container-social .item-social .item-social-top p {
            margin-left: 10px;
            color: #000; }
          .o-home .full-block_container .mason-container-social .item-social .item-social-top__archipel p {
            color: #d10000; }
        .o-home .full-block_container .mason-container-social .item-social .o-wall_img {
          margin-bottom: 15px; }
          .o-home .full-block_container .mason-container-social .item-social .o-wall_img img {
            width: 100%; }

@import url('css@family=IBM+Plex+Sans%253A300,400,400i,500,600,700.css');
@font-face {
  font-family: 'Octin Spraypaint A Rg';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

.clear {
  clear: both; }

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

* {
  margin: 0px;
  padding: 0px;
  word-wrap: normal;
  word-break: break-word; }

body {
  margin: 0;
  padding: 0; }
  body:before {
    content: "";
    display: block;
    background: rgba(26, 26, 26, 0.5);
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out; }
  body.o-noScroll:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease-in-out; }

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

h4 {
  font-weight: 400; }

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

p {
  margin: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

br {
  display: block; }
/** COLORS **/
/** FONTS **/
/* MEDIA QUERIES */
.o-list-header {
  padding: 74px 0 0 50px;
  font-size: 18px;
  max-width: 800px;
  font-weight: 400; }
  @media screen and (max-width: 1023px) {
    .o-list-header {
      padding-right: 50px; } }
  @media screen and (max-width: 767px) {
    .o-list-header {
      padding-left: 20px;
      padding-right: 0;
      width: calc(100% - 40px); } }
  .o-list-header-title {
    font-size: 38px;
    color: #e90000;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-left: 65px; }
    @media screen and (max-width: 767px) {
    .o-list-header-title {
      padding-left: 0; } }
  .o-list-header-subtitle {
    font-weight: 400; }

.o-documents {
  margin: 23px 20px 0 20px; }
  .o-documents-filter {
    display: flex;
    justify-content: flex-end;
    font-size: 18px; }
  @media screen and (max-width: 767px) {
    .o-documents-filter {
      width: 100%;
      display: block; } }
  .o-documents-filter select {
    max-width: 100%;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 0;
    background: none;
    border-bottom: 1px solid #000;
    font-size: 18px; }
  .o-documents-filter .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
    outline: none; }
    .o-documents-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #c2c2c2 transparent transparent transparent; }
    .o-documents-filter .select2-container.select2-container--default {
      width: 452px !important; }
  .o-documents-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px; }
  @media screen and (max-width: 767px) {
      .o-documents-gallery a {
        width: 100%; } }
  .o-documents-gallery:after {
    content: "";
    width: calc((100vw - 100px) / 3); }
    @media screen and (max-width: 1023px) {
    .o-documents-gallery:after {
      width: calc((100vw - 60px) / 2); } }
    @media screen and (max-width: 767px) {
    .o-documents-gallery:after {
      width: 100%; } }
  @media screen and (max-width: 1023px) {
    .o-documents-gallery {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 767px) {
    .o-documents-gallery {
      grid-template-columns: 1fr; } }
  .o-documents-gallery a:last-child {
    grid-column: 2; }
    @media screen and (max-width: 1023px) {
    .o-documents-gallery a:last-child {
      grid-column: unset; } }
  .o-documents-gallery-item {
    width: calc((100vw - 100px) / 3);
    position: relative;
    margin-bottom: 20px; }
    @media screen and (max-width: 1023px) {
    .o-documents-gallery-item {
      width: calc((100vw - 60px) / 2); } }
    @media screen and (max-width: 767px) {
    .o-documents-gallery-item {
      width: 100%; } }
    .o-documents-gallery-item-img {
      height: calc((50vw - 40px) / 3);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    @media screen and (max-width: 1023px) {
      .o-documents-gallery-item-img {
        height: calc((50vw - 40px) / 2); } }
    @media screen and (max-width: 767px) {
      .o-documents-gallery-item-img {
        height: calc(100vw - 40px); } }
    .o-documents-gallery-item-title {
      position: absolute;
      bottom: 25px;
      max-width: calc(100% - 40px); }
    @media screen and (max-width: 767px) {
      .o-documents-gallery-item-title {
        bottom: 54px;
        max-width: calc(100% - 20px); } }
    .o-documents-gallery-item-title h2 {
      text-transform: uppercase;
      font-size: 24px;
      color: #e90000;
      background: #fff;
      display: inline;
      box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
      padding: 2px;
      padding-left: 5px; }
      .o-documents-gallery-item-title h2 span {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        -moz-box-decoration-break: clone;
        background: #fff;
        color: #000;
        font-size: 16px;
        font-weight: normal;
        text-transform: none;
        max-width: 281px;
        padding-left: 5px; }

.select2-container .select2-dropdown {
  margin-left: 0 !important; }

@import url('css@family=IBM+Plex+Sans%253A300,400,400i,500,600,700.css');
@font-face {
  font-family: 'Octin Spraypaint A Rg';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

.clear {
  clear: both; }

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

* {
  margin: 0px;
  padding: 0px;
  word-wrap: normal;
  word-break: break-word; }

body {
  margin: 0;
  padding: 0; }
  body:before {
    content: "";
    display: block;
    background: rgba(26, 26, 26, 0.5);
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out; }
  body.o-noScroll:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease-in-out; }

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

h4 {
  font-weight: 400; }

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

p {
  margin: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

br {
  display: block; }
/** COLORS **/
/** FONTS **/
/* MEDIA QUERIES */
.o-list {
  width: calc(100% - 20px);
  margin: 0 auto; }

.o-list-flex {
  display: flex;
  flex-wrap: wrap; }
  .o-list-flex .o-item {
    display: flex; }

.o-item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex; }
  .o-item .o-item-global-link {
    width: 100%;
    display: block; }
  .o-item article {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end; }
  .o-item .o-item-video-trailer, .o-item .o-item-book-ticket {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #e90000;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px; }
    @media screen and (max-width: 767px) {
  .o-item .o-item-video-trailer, .o-item .o-item-book-ticket {
    padding: 6px 12px; } }
  .o-item .o-item-video-trailer {
    bottom: 50px;
    font-size: 0px;
    line-height: 25px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(icon-video-camera.png);
    background-size: auto 20px; }
    @media screen and (max-width: 767px) {
  .o-item .o-item-video-trailer {
    background-color: #d10000;
    bottom: 37px; } }
  @media screen and (max-width: 767px) {
    .o-item .o-item-book-ticket {
      bottom: 0px;
      font-size: 0px;
      line-height: 25px;
      width: 20px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(icon-bookit-ticket.png);
      background-size: auto 20px; } }
  .o-item.invisible {
    visibility: hidden;
    opacity: 0;
    border-color: transparent; }
  .o-item:hover .o-overlay {
    opacity: 0;
    transition: all ease 0.5s; }
    .o-item:hover .o-overlay--video {
      opacity: 1; }
  .o-item .o-item-content {
    position: relative; }
  .o-item .o-item-video {
    font-size: 20px;
    color: #fff;
    margin-top: 2px; }
    .o-item .o-item-video .o-background {
      background-color: #e90000;
      padding: 10px; }
      .o-item .o-item-video .o-background:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        padding-left: 10px;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 12px solid #fff; }
  .o-item .o-item-logo {
    position: absolute;
    top: 10px;
    left: 10px; }
    .o-item .o-item-logo--right {
      margin-top: 55px;
      left: auto;
      right: 10px; }
    .o-item .o-item-logo img {
      max-width: 215px;
      max-height: 140px; }
    .o-item .o-item-logo--text {
      line-height: 32px;
      background-color: #fff;
      padding: 0px 15px;
      color: #e90000;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 18px;
      display: inline-block;
      margin-left: -10px; }
  .o-item .o-item-hover-border {
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #fff;
    transition: all ease 0.5s; }
  .o-item-100 .o-item-hover-border {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
    transition: all ease 0.5s; }
  .o-item-25 {
    width: calc(25% - 20px); }
  .o-item-33 {
    width: calc(33.33% - 20px); }
  .o-item-66 {
    width: calc(66.66% - 20px); }
  .o-item-25, .o-item-33, .o-item-66 {
    min-height: 450px;
    height: calc(( (100vw - 20px) / 3 ) - 20px);
    border: 10px solid #fff; }
    .o-item-25.hover .o-item-hover-border, .o-item-33.hover .o-item-hover-border, .o-item-66.hover .o-item-hover-border {
      border-width: 32px;
      width: calc(100% - 56px);
      height: calc(100% - 56px);
      transition: all ease 0.5s; }
      .o-item-25.hover .o-item-social-network-link, .o-item-33.hover .o-item-social-network-link, .o-item-66.hover .o-item-social-network-link {
        top: 40px;
        left: 40px;
        transition: all ease 0.5s; }
    @media screen and (max-width: 767px) {
  .o-item-25, .o-item-33, .o-item-66 {
    width: calc(100% - 20px);
    min-height: calc(100vw - 40px); } }
  .o-item-100 {
    width: calc(100% + 20px);
    min-height: 700px;
    margin-left: -10px;
    height: 48.5vw;
    margin-top: 10px;
    margin-bottom: 10px; }
    .o-item-100:first-child {
      margin-top: 0px; }
    .o-item-100 + .o-item-100 {
      margin-top: -10px; }
    @media screen and (max-width: 767px) {
  .o-item-100 {
    min-height: 100vw; } }
  .o-item-event {
    position: relative; }
    .o-item-event .o-item-content {
      flex-direction: column;
      display: flex;
      align-self: flex-end;
      margin-bottom: 54px;
      width: 100%; }
    .o-item-event .o-item-tag {
      font-size: 20px; }
    .o-item-event .o-item-title {
      text-transform: uppercase;
      font-size: 48px;
      line-height: 54px;
      font-weight: 700;
      color: #e90000; }
      .o-item-event .o-item-title .o-background {
        padding: 0 10px;
        display: inline; }
      .o-item-event .o-item-title:hover {
        text-decoration: underline; }
      @media screen and (max-width: 767px) {
  .o-item-event .o-item-title {
    max-width: 100%; } }
    .o-item-event .o-item-quote {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 60px;
      line-height: 60px; }
    .o-item-event .o-item-info {
      text-transform: uppercase;
      display: flex;
      flex-direction: row; }
      @media screen and (max-width: 767px) {
  .o-item-event .o-item-info {
    display: block; } }
    .o-item-event .o-item-date {
      color: #e90000; }
    .o-item-event .o-item-ticket {
      color: #fff; }
      .o-item-event .o-item-ticket .o-background {
        background: #e90000; }
    .o-item-event .o-item-video {
      margin-top: 0; }
      @media screen and (max-width: 767px) {
  .o-item-event .o-item-video {
    display: none; } }
    .o-item-event.o-item-66 .o-item-tag, .o-item-event.o-item-66 .o-item-video {
      font-size: 16px; }
      .o-item-event.o-item-66 .o-item-title {
        font-size: 34px;
        line-height: 38px; }
      .o-item-event.o-item-66 .o-item-info {
        font-size: 14px; }
    .o-item-event.o-item-33 .o-item-tag, .o-item-event.o-item-33 .o-item-video {
      font-size: 16px; }
      .o-item-event.o-item-33 .o-item-title {
        font-size: 24px;
        line-height: 32px; }
        .o-item-event.o-item-33 .o-item-title .o-background {
          font-size: 24px;
          line-height: 32px; }
      .o-item-event.o-item-33 .o-item-info {
        font-size: 14px; }
    .o-item-event.o-item-25 .o-item-tag, .o-item-event.o-item-25 .o-item-video {
      font-size: 16px; }
      .o-item-event.o-item-25 .o-item-title {
        font-size: 24px;
        line-height: 32px; }
        .o-item-event.o-item-25 .o-item-title .o-background {
          font-size: 24px;
          line-height: 32px; }
      .o-item-event.o-item-25 .o-item-info {
        font-size: 14px; }
    .o-item-event.o-item-100 .o-item-title {
      font-size: 48px;
      line-height: 61px; }
      .o-item-event.o-item-100 .o-item-title .o-background {
        font-size: 48px;
        line-height: 61px; }
    @media screen and (max-width: 767px) {
  .o-item-event.o-item-25 .o-item-tag, .o-item-event.o-item-33 .o-item-tag, .o-item-event.o-item-66 .o-item-tag, .o-item-event.o-item-100 .o-item-tag, .o-item-event.o-item-25 .o-item-video, .o-item-event.o-item-33 .o-item-video, .o-item-event.o-item-66 .o-item-video, .o-item-event.o-item-100 .o-item-video {
    font-size: 16px; }
    .o-item-event.o-item-25 .o-item-title, .o-item-event.o-item-33 .o-item-title, .o-item-event.o-item-66 .o-item-title, .o-item-event.o-item-100 .o-item-title {
      font-size: 24px;
      line-height: 32px; }
      .o-item-event.o-item-25 .o-item-title .o-background, .o-item-event.o-item-33 .o-item-title .o-background, .o-item-event.o-item-66 .o-item-title .o-background, .o-item-event.o-item-100 .o-item-title .o-background {
        font-size: 24px;
        line-height: 32px; }
    .o-item-event.o-item-25 .o-item-info, .o-item-event.o-item-33 .o-item-info, .o-item-event.o-item-66 .o-item-info, .o-item-event.o-item-100 .o-item-info {
      font-size: 14px; } }
  .o-item-doc, .o-item-link {
    justify-content: center;
    align-items: center; }
    .o-item-doc .o-item-content, .o-item-link .o-item-content {
      text-align: center;
      height: 100%;
      width: 100%; }
      .o-item-doc .o-item-content a, .o-item-link .o-item-content a {
        flex-direction: column;
        display: flex;
        height: 100%;
        width: 100%; }
    .o-item-doc .o-item-title, .o-item-link .o-item-title {
      font-size: 60px;
      line-height: 83px;
      font-weight: 700;
      width: 100%;
      max-width: 1100px;
      text-transform: uppercase;
      margin: auto; }
      .o-item-doc .o-item-title .o-background, .o-item-link .o-item-title .o-background {
        display: inline;
        padding: 5px 15px; }
    .o-item-doc.o-item-66 .o-item-title, .o-item-link.o-item-66 .o-item-title {
      font-size: 50px;
      line-height: 62px;
      max-width: 780px; }
      .o-item-doc.o-item-66 .o-item-title .o-background, .o-item-link.o-item-66 .o-item-title .o-background {
        padding: 3px 10px; }
    .o-item-doc.o-item-25 .o-item-title, .o-item-link.o-item-25 .o-item-title {
      font-size: 24px;
      line-height: 38px;
      max-width: 370px; }
      .o-item-doc.o-item-25 .o-item-title .o-background, .o-item-link.o-item-25 .o-item-title .o-background {
        padding: 5px; }
      @media screen and (min-width: 1500px) {
    .o-item-doc.o-item-25 .o-item-title, .o-item-link.o-item-25 .o-item-title {
      font-size: 50px;
      line-height: 62px; }
      .o-item-doc.o-item-25 .o-item-title .o-background, .o-item-link.o-item-25 .o-item-title .o-background {
        font-size: 45px;
        line-height: 62px;
        padding: 3px 10px; } }
    .o-item-doc.o-item-33 .o-item-title, .o-item-link.o-item-33 .o-item-title {
      font-size: 24px;
      line-height: 38px;
      max-width: 370px; }
      .o-item-doc.o-item-33 .o-item-title .o-background, .o-item-link.o-item-33 .o-item-title .o-background {
        padding: 5px; }
      @media screen and (min-width: 1500px) {
    .o-item-doc.o-item-33 .o-item-title, .o-item-link.o-item-33 .o-item-title {
      font-size: 50px;
      line-height: 62px; }
      .o-item-doc.o-item-33 .o-item-title .o-background, .o-item-link.o-item-33 .o-item-title .o-background {
        font-size: 45px;
        line-height: 62px;
        padding: 3px 10px; } }
    @media screen and (max-width: 767px) {
  .o-item-doc.o-item-25 .o-item-title, .o-item-link.o-item-25 .o-item-title, .o-item-doc.o-item-33 .o-item-title, .o-item-link.o-item-33 .o-item-title, .o-item-doc.o-item-66 .o-item-title, .o-item-link.o-item-66 .o-item-title, .o-item-doc.o-item-100 .o-item-title, .o-item-link.o-item-100 .o-item-title {
    font-size: 24px;
    line-height: 38px;
    max-width: 300px; }
    .o-item-doc.o-item-25 .o-item-title .o-background, .o-item-link.o-item-25 .o-item-title .o-background, .o-item-doc.o-item-33 .o-item-title .o-background, .o-item-link.o-item-33 .o-item-title .o-background, .o-item-doc.o-item-66 .o-item-title .o-background, .o-item-link.o-item-66 .o-item-title .o-background, .o-item-doc.o-item-100 .o-item-title .o-background, .o-item-link.o-item-100 .o-item-title .o-background {
      padding: 5px; } }
  .o-item-link .o-underline--red {
    color: #e90000;
    text-decoration: underline;
    z-index: 3; }
    .o-item-link .o-item-title .o-background {
      padding: 5px; }
  .o-item-social {
    position: relative; }
    .o-item-social-network-link {
      position: absolute;
      width: auto;
      height: auto;
      top: 10px;
      left: 10px;
      transition: all ease 0.3s; }
    .o-item-social .o-item-content {
      display: block;
      width: 100%; }
    .o-item-social .o-item-text {
      background-color: rgba(0, 0, 0, 0.6);
      color: white;
      padding: 10px;
      position: absolute;
      width: calc(100% - 20px);
      bottom: 0px;
      left: 0px;
      font-size: 14px;
      line-height: 18px;
      font-weight: normal; }
      .o-item-social .o-item-text p {
        margin: 0px;
        font-size: 14px;
        line-height: 18px; }
  .o-item .o-overlay {
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: all ease 0.5s; }
  .o-item.o-item-elmediator .o-item-video-trailer, .o-item.o-item-elmediator .o-item-book-ticket {
    background-color: #feff00;
    color: #000; }
    .o-item.o-item-elmediator .o-item-video-trailer {
      background-image: url(icon-video-camera-black.png); }
    .o-item.o-item-elmediator .o-item-content .o-item-title {
      color: #feff00; }
      .o-item.o-item-elmediator .o-item-content .o-item-title .o-background {
        background-color: #000; }
      .o-item.o-item-elmediator .o-item-content .o-item-info .o-item-date .o-background, .o-item.o-item-elmediator .o-item-content .o-item-tag .o-background {
        background-color: #000; }
      .o-item.o-item-elmediator .o-item-content .o-item-tag {
        color: white; }
      .o-item.o-item-elmediator .o-item-content .o-item-info .o-item-date {
        color: #feff00; }
      .o-item.o-item-elmediator .o-item-content .o-item-info .o-item-ticket, .o-item.o-item-elmediator .o-item-content .o-item-video {
        color: #000; }
      .o-item.o-item-elmediator .o-item-content .o-item-info .o-item-ticket .o-background, .o-item.o-item-elmediator .o-item-content .o-item-video .o-background {
        background-color: #feff00; }
        .o-item.o-item-elmediator .o-item-content .o-item-info .o-item-ticket .o-background:before, .o-item.o-item-elmediator .o-item-content .o-item-video .o-background:before {
          border-left: 12px solid #000; }
    .o-item.o-item-elmediator .o-triangle-container .o-triangle > div {
      background-color: #feff00; }
      .o-item.o-item-elmediator .o-triangle-container .o-triangle > div:before, .o-item.o-item-elmediator .o-triangle-container .o-triangle > div:after {
        background-color: #feff00; }
    .o-item.o-item-elmediator.o-item-link .o-item-content .o-item-title {
      color: white; }
      .o-item.o-item-elmediator.o-item-link .o-item-content .o-item-title .o-underline--red, .o-item.o-item-elmediator.o-item-link .o-item-content .o-item-title .o-underline--yellow {
        color: #feff00; }
  .o-item.o-item-music .o-item-video-trailer, .o-item.o-item-music .o-item-book-ticket {
    background-color: #1a525a; }
    .o-item.o-item-music .o-item-content .o-item-title {
      color: #1a525a; }
      .o-item.o-item-music .o-item-content .o-item-info .o-item-date {
        color: #1a525a; }
      .o-item.o-item-music .o-item-content .o-item-info .o-item-ticket .o-background, .o-item.o-item-music .o-item-content .o-item-video .o-background {
        background-color: #1a525a; }
    .o-item.o-item-music .o-triangle-container .o-triangle > div {
      background-color: #1a525a; }
      .o-item.o-item-music .o-triangle-container .o-triangle > div:before, .o-item.o-item-music .o-triangle-container .o-triangle > div:after {
        background-color: #1a525a; }
    .o-item.o-item-music.o-item-link .o-item-content .o-item-title .o-underline--red, .o-item.o-item-music.o-item-link .o-item-content .o-item-title .o-underline--yellow {
      color: #1a525a; }

.o-text-bg {
  display: inline-block; }
  .o-text-bg .o-background {
    background-color: #fff;
    padding: 5px 10px;
    display: inline-block;
    moz-box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone; }

.o-triangle-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .o-triangle-container .o-triangle-content {
    width: 130px;
    height: 130px; }
  .o-triangle-container .o-triangle {
    position: relative;
    width: 130px;
    margin-top: 100px;
    opacity: 0.8;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform: translate(-50px, -40px) rotate(90deg); }
    .o-triangle-container .o-triangle > div {
      width: 130px;
      height: 10px;
      background: #e90000;
      margin-top: 100px;
      border-radius: 5px; }
      .o-triangle-container .o-triangle > div:before {
        content: " ";
        display: block;
        width: 130px;
        height: 10px;
        background: #e90000;
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        position: absolute;
        top: -52px;
        right: -30px;
        border-radius: 5px; }
      .o-triangle-container .o-triangle > div:after {
        content: " ";
        display: block;
        width: 130px;
        height: 10px;
        background: #e90000;
        -webkit-transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        transform: rotate(-60deg);
        position: absolute;
        top: -52px;
        left: -30px;
        border-radius: 5px; }

.o-home .o-list > .o-item.o-item-doc.o-item-100:first-child .o-item-content {
  padding-top: 140px; }
  @media screen and (max-width: 767px) {
        .o-home .o-list > .o-item.o-item-doc.o-item-100:first-child .o-item-content {
          padding-top: 40px; } }

.video--playing .o-fiche-description .o-fiche-description--main {
  margin-top: 0; }
  .video--playing .o-item-content {
    display: none; }

@import url('css@family=IBM+Plex+Sans%253A300,400,400i,500,600,700.css');
@font-face {
  font-family: 'Octin Spraypaint A Rg';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

.clear {
  clear: both; }

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

* {
  margin: 0px;
  padding: 0px;
  word-wrap: normal;
  word-break: break-word; }

body {
  margin: 0;
  padding: 0; }
  body:before {
    content: "";
    display: block;
    background: rgba(26, 26, 26, 0.5);
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out; }
  body.o-noScroll:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease-in-out; }

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

h4 {
  font-weight: 400; }

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

p {
  margin: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

br {
  display: block; }
/** COLORS **/
/** FONTS **/
/* MEDIA QUERIES */
.o-login-form {
  margin: 50px 20px 0 20px; }
  .o-login-form input[type='text'], .o-login-form input[type='password'] {
    border: none;
    border-bottom: 1px solid #000;
    width: 334px;
    outline: none;
    padding: 5px 0;
    margin-right: 20px;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
  .o-login-form input[type='text'], .o-login-form input[type='password'] {
    margin-bottom: 40px;
    width: 100%; } }
    .o-login-form input[type='text']::placeholder, .o-login-form input[type='password']::placeholder {
      color: #000;
      font-size: 18px;
      padding: 10px 5px; }
  .o-login-form-submit {
    margin-top: 42px;
    background: #e90000;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 30px;
    outline: none;
    cursor: pointer;
    display: flex; }
  .o-login-form input[type='text']:focus::placeholder {
    opacity: 0; }
  .o-login-form .o-form_errors {
    color: red;
    padding: 5px 0;
    margin-right: 20px;
    font-size: 18px; }

@import url('css@family=IBM+Plex+Sans%253A300,400,400i,500,600,700.css');
@font-face {
  font-family: 'Octin Spraypaint A Rg';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

.clear {
  clear: both; }

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

* {
  margin: 0px;
  padding: 0px;
  word-wrap: normal;
  word-break: break-word; }

body {
  margin: 0;
  padding: 0; }
  body:before {
    content: "";
    display: block;
    background: rgba(26, 26, 26, 0.5);
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out; }
  body.o-noScroll:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease-in-out; }

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

h4 {
  font-weight: 400; }

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

p {
  margin: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

br {
  display: block; }
/** COLORS **/
/** FONTS **/
/* MEDIA QUERIES */
.o-programme--header {
  padding: 0px 20px;
  padding-left: 110px;
  width: calc(100% - 130px); }
  @media screen and (max-width: 767px) {
    .o-programme--header {
      padding-left: 20px;
      width: calc(100% - 40px); } }
  .o-programme--header + .o-programme-month {
    margin-top: -65px; }
    @media screen and (max-width: 1100px) {
    .o-programme--header + .o-programme-month {
      margin-top: 0px; } }
  .o-programme--header--title {
    color: #e90000;
    font-size: 38px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase; }
  .o-programme--header--filters .o-programme-filters {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 20px;
    /*input {
     font-size: 0px;
     line-height: 0px;
     background-image: url(../bundles/lehubagencearchipel/images/icons/today-music-black.svg);
     background-repeat: no-repeat;
     background-size: contain;
     width: 102px;
     height: 29px;
     cursor: pointer;
     }*/ }
    @media screen and (max-width: 767px) {
      .o-programme--header--filters .o-programme-filters {
        text-align: left; } }
    .o-programme--header--filters .o-programme-filters select, .o-programme--header--filters .o-programme-filters input, .o-programme--header--filters .o-programme-filters .select2 {
      -webkit-appearance: none;
      outline: 0;
      border: none;
      border-radius: 0px;
      background: none;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 26px;
      display: inline-block;
      vertical-align: top; }
    .o-programme--header--filters .o-programme-filters a {
      display: inline-block;
      vertical-align: top; }
    .o-programme--header--filters .o-programme-filters select, .o-programme--header--filters .o-programme-filters .select2 {
      border-bottom: 1px solid #000;
      margin-right: 20px;
      width: calc((100% - 174px) / 3);
      max-width: 264px; }
      @media screen and (max-width: 1279px) {
      .o-programme--header--filters .o-programme-filters select, .o-programme--header--filters .o-programme-filters .select2 {
        max-width: 180px; } }
      @media screen and (max-width: 1023px) {
      .o-programme--header--filters .o-programme-filters select, .o-programme--header--filters .o-programme-filters .select2 {
        max-width: 100%; } }
      @media screen and (max-width: 767px) {
      .o-programme--header--filters .o-programme-filters select, .o-programme--header--filters .o-programme-filters .select2 {
        max-width: 100%;
        width: 100%;
        display: block;
        margin-right: 0px;
        margin-bottom: 20px; } }
    .o-programme--header--filters .o-programme-filters .select2 .select2-container--default, .o-programme--header--filters .o-programme-filters .select2 .select2-selection--single, .o-programme--header--filters .o-programme-filters .select2 .select2-selection__rendered {
      border: none;
      outline: 0;
      border-radius: 0px;
      background-color: transparent;
      text-align: left;
      padding: 0px; }
  .o-programme .o-programme-month .o-list-title {
    padding: 10px;
    padding-left: 110px;
    width: calc(100% - 120px);
    font-size: 58px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: lighter; }
    .o-programme .o-programme-month .o-list-title h2, .o-programme .o-programme-month .o-list-title h3 {
      font-size: 58px;
      line-height: 60px;
      font-weight: lighter; }
    @media screen and (max-width: 767px) {
    .o-programme .o-programme-month .o-list-title {
      padding: 10px 20px;
      width: calc(100% - 40px);
      font-size: 38px;
      line-height: 40px; }
      .o-programme .o-programme-month .o-list-title h2, .o-programme .o-programme-month .o-list-title h3 {
        font-size: 48px;
        line-height: 50px; } }
  @media screen and (max-width: 767px) {
        .o-programme .o-list .o-item.o-item-100 {
          width: calc(100% - 20px);
          min-height: calc(100vw - 40px);
          margin-bottom: 0px;
          margin-top: 0px;
          margin-left: 0px;
          margin-right: 0px;
          border: 10px solid #fff; } }

.select2-container .select2-dropdown {
  border: none;
  border-radius: 0px;
  margin-top: -28px;
  background-color: #fff;
  padding: 0px 10px;
  padding-bottom: 10px;
  min-width: 284px;
  margin-left: -10px; }
  .select2-container .select2-dropdown .select2-search {
    display: none; }
  .select2-container .select2-dropdown .select2-results .select2-results__options {
    max-height: 300px;
    border-bottom: 1px solid #000; }
    .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
      -webkit-appearance: none;
      outline: 0;
      border: none;
      border-radius: 0px;
      background: none;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 26px;
      padding: 0px;
      margin-bottom: 10px; }
      .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted {
        background-color: transparent;
        color: #000;
        text-decoration: underline; }

@import url('css@family=IBM+Plex+Sans%253A300,400,400i,500,600,700.css');
@font-face {
  font-family: 'Octin Spraypaint A Rg';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

.clear {
  clear: both; }

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

* {
  margin: 0px;
  padding: 0px;
  word-wrap: normal;
  word-break: break-word; }

body {
  margin: 0;
  padding: 0; }
  body:before {
    content: "";
    display: block;
    background: rgba(26, 26, 26, 0.5);
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out; }
  body.o-noScroll:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease-in-out; }

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

h4 {
  font-weight: 400; }

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

p {
  margin: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

br {
  display: block; }
/** COLORS **/
/** FONTS **/
/* MEDIA QUERIES */
.o-search {
  opacity: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: -100; }
  .o-search-form {
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    position: absolute; }
    @media screen and (max-width: 767px) {
  .o-search-form {
    top: 40%; } }
    .o-search-form input[type="text"] {
      border: none;
      border-bottom: 1px solid #fff;
      background: none;
      width: 434px;
      font-size: 22px;
      outline: none;
      color: #fff; }
      @media screen and (max-width: 767px) {
  .o-search-form input[type="text"] {
    width: 300px; } }
      .o-search-form input[type="text"]::placeholder {
        color: #fff; }
    .o-search-form-submit {
      display: flex;
      align-items: center;
      margin-top: 50px;
      justify-content: center; }
      .o-search-form-submit input[type="submit"] {
        background: #e90000;
        border-radius: 0;
        padding: 10px 28px;
        color: #fff;
        border: none;
        text-transform: uppercase;
        font-weight: 600;
        margin-right: 23px; }
      .o-search-form-submit p {
        text-decoration: underline;
        color: #fff;
        font-size: 16px; }
  .o-search--opened {
    opacity: 1;
    z-index: unset; }

.o-search-results {
  margin: 0 20px; }
  .o-search-results-header {
    margin: 74px 29px 0 29px; }
    @media screen and (max-width: 767px) {
  .o-search-results-header {
    margin: 70px 0 0 0; } }
    .o-search-results-header-title {
      padding: 0 0 17px 66px;
      font-size: 38px;
      text-transform: uppercase;
      color: #e90000;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
  .o-search-results-header-title {
    padding-left: 0; } }
    .o-search-results-header-form input[type="text"] {
      border: none;
      border-bottom: 1px solid #000;
      width: 434px;
      font-size: 22px;
      outline: none; }
      @media screen and (max-width: 767px) {
    .o-search-results-header-form input[type="text"] {
      width: 100%; } }
      .o-search-results-header-form input[type="text"]:focus::placeholder {
        opacity: 0; }
      .o-search-results-header-form input[type='submit'] {
        font-size: 14px;
        font-weight: bold;
        background: #e90000;
        border: none;
        padding: 10px 30px;
        color: #fff;
        text-transform: uppercase;
        margin-left: 21px; }
      @media screen and (max-width: 767px) {
    .o-search-results-header-form input[type='submit'] {
      margin: 20px 0 0 0;
      width: 100%; } }
  .o-search-results-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-top: 27px; }
    @media screen and (max-width: 1100px) {
  .o-search-results-content {
    grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 767px) {
  .o-search-results-content {
    grid-template-columns: 1fr; } }
    .o-search-results-content-item {
      position: relative; }
      .o-search-results-content-item-img {
        height: calc((100vw - 100px) / 3);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
      @media screen and (max-width: 1100px) {
    .o-search-results-content-item-img {
      height: calc((100vw - 100px) / 2); } }
      @media screen and (max-width: 767px) {
    .o-search-results-content-item-img {
      height: calc(100vw - 40px);
      width: 100%; } }
      .o-search-results-content-item-tag {
        position: absolute;
        bottom: 48px;
        left: 0; }
      @media screen and (max-width: 767px) {
    .o-search-results-content-item-tag {
      bottom: 68px; } }
      .o-search-results-content-item-tag-title {
        font-size: 24px;
        color: #e90000;
        text-transform: uppercase;
        display: inline-block; }
      .o-search-results-content-item-tag-subtitle {
        font-size: 16px;
        max-width: 281px; }
      .o-search-results-content-item-tag-info {
        font-size: 14px;
        color: #e90000;
        max-width: 181px; }
      .o-search-results-content-item-tag .o-background {
        background: #fff;
        padding: 5px 10px;
        box-decoration-break: clone;
        moz-box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
        -o-box-decoration-break: clone;
        line-height: 28px; }
      .o-search-results-content-item-ticket {
        background: #e90000;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 10px 20px; }
      .o-search-results-content-item-ticket button {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        border: none;
        background: none;
        outline: none;
        cursor: pointer; }

@import url('css@family=IBM+Plex+Sans%253A300,400,400i,500,600,700.css');
@font-face {
  font-family: 'Octin Spraypaint A Rg';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/OctinSpraypaintARg-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot');
  src: url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.eot?') format('embedded-opentype'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff2') format('woff2'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.woff') format('woff'), url('https://www.theatredelarchipel.org/bundles/fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

.clear {
  clear: both; }

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

* {
  margin: 0px;
  padding: 0px;
  word-wrap: normal;
  word-break: break-word; }

body {
  margin: 0;
  padding: 0; }
  body:before {
    content: "";
    display: block;
    background: rgba(26, 26, 26, 0.5);
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out; }
  body.o-noScroll:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease-in-out; }

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

h4 {
  font-weight: 400; }

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

p {
  margin: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

br {
  display: block; }
/** COLORS **/
/** FONTS **/
/* MEDIA QUERIES */
.o-timeline {
  position: fixed;
  width: calc(100% - 115px);
  left: 60px;
  bottom: 0px;
  color: #fff; }
  .o-timeline .disable {
    color: rgba(255, 255, 255, 0.5);
    cursor: default; }
  @media screen and (max-width: 1023px) {
  .o-timeline {
    width: 100%;
    left: 0px; } }
  .o-timeline--type {
    text-align: right;
    font-size: 0px;
    line-height: 0px;
    display: none; }
    @media screen and (max-width: 767px) {
  .o-timeline--type {
    display: block; } }
    .o-timeline--type img {
      display: inline-block;
      max-width: 100%; }
  .o-timeline--selector {
    background-color: #424242;
    height: 70px;
    display: flex; }
    @media screen and (max-width: 767px) {
  .o-timeline--selector {
    width: calc(100% - 34px);
    padding-right: 34px; } }
    .o-timeline--selector--red {
      background-color: #e90000; }
  .o-timeline--current-month {
    width: 130px;
    padding: 15px;
    line-height: 24px;
    font-size: 20px;
    font-weight: normal;
    text-transform: lowercase; }
    @media screen and (max-width: 767px) {
  .o-timeline--current-month {
    font-size: 18px;
    width: 90px; } }
  .o-timeline--list {
    width: calc(100% - 108px);
    margin-left: 54px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 767px) {
  .o-timeline--list {
    width: calc(100% - 114px);
    margin-left: 34px; } }
    .o-timeline--list--item {
      display: block;
      min-width: 58px;
      height: 70px;
      text-align: center;
      display: flex !important;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      cursor: pointer;
      position: relative; }
      .o-timeline--list--item:hover {
        background-color: #e90000; }
      .o-timeline--list--item.not-current-month {
        background: #3b3b3b; }
      .o-timeline--list--item.o-active {
        background-color: #e90000; }
      .o-timeline--list--item span {
        display: block;
        font-size: 20px;
        line-height: 20px; }
        .o-timeline--list--item span.day, .o-timeline--list--item span.month {
          font-size: 12px;
          line-height: 15px; }
        .o-timeline--list--item span.date {
          font-size: 24px;
          line-height: 32px; }
  .o-timeline .slick-slider .slick-list {
    width: 100%; }
    .o-timeline .slick-slider .slick-arrow {
      width: 54px;
      height: 70px;
      background-position: center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
  .o-timeline .slick-slider .slick-arrow {
    width: 34px; } }
      .o-timeline .slick-slider .slick-arrow:before {
        content: "";
        display: none; }
      .o-timeline .slick-slider .slick-arrow.slick-disabled {
        opacity: 0.4; }
    .o-timeline .slick-slider .slick-prev {
      background-image: url(icon-slider-left-white.png);
      left: -54px; }
      @media screen and (max-width: 767px) {
  .o-timeline .slick-slider .slick-prev {
    left: -34px; } }
    .o-timeline .slick-slider .slick-next {
      background-image: url(icon-slider-right-white.png);
      right: -54px; }
      @media screen and (max-width: 767px) {
  .o-timeline .slick-slider .slick-next {
    right: -34px; } }
      .o-timeline .slick-slider .slick-next.not-current-month {
        background-color: #3b3b3b; }
  .o-timeline--results {
    position: absolute;
    bottom: 100%;
    left: 0px;
    transform: translateY(-14px);
    width: 100%;
    background-color: #222;
    height: auto;
    max-height: calc(100vh - 104px);
    display: none; }
    @media screen and (max-width: 767px) {
  .o-timeline--results {
    overflow-y: scroll; } }
    .o-timeline--results div a {
      display: flex;
      height: 100%; }
    .o-timeline--results__arrow {
      position: absolute;
      top: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 18px 9px 0 9px;
      border-color: #fff transparent transparent transparent; }
    .o-timeline--results--content {
      position: relative; }
      .o-timeline--results--content__arrow {
        position: absolute;
        top: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 9px 0 9px;
        border-color: #fff transparent transparent transparent; }
      .o-timeline--results--content .o-timeline-result-item {
        background-color: #fff;
        line-height: 38px;
        font-size: 18px;
        font-weight: 300;
        position: relative;
        display: flex;
        height: 111px;
        cursor: pointer; }
        @media screen and (max-width: 1023px) {
  .o-timeline--results--content .o-timeline-result-item {
    font-size: 16px; } }
        @media screen and (max-width: 767px) {
  .o-timeline--results--content .o-timeline-result-item {
    line-height: 22px;
    padding: 10px; } }
        .o-timeline--results--content .o-timeline-result-item:nth-child(2n) {
          background-color: #f8f8f8; }
          .o-timeline--results--content .o-timeline-result-item:nth-child(2n):hover .o-item-image__border {
            display: block;
            border-top: solid 7px #f8f8f8;
            border-bottom: solid 7px #f8f8f8;
            border-left: solid 10px #f8f8f8;
            border-right: solid 10px #f8f8f8; }
        .o-timeline--results--content .o-timeline-result-item span {
          display: inline-block; }
        .o-timeline--results--content .o-timeline-result-item:hover .o-item-title {
          text-decoration: underline; }
          .o-timeline--results--content .o-timeline-result-item:hover .o-item-image__border {
            display: block;
            border-top: solid 7px #fff;
            border-bottom: solid 7px #fff;
            border-left: solid 10px #fff;
            border-right: solid 10px #fff; }
        .o-timeline--results--content .o-timeline-result-item .o-item-schedule {
          width: 56px;
          height: 28px;
          line-height: 28px;
          text-align: center;
          background-color: #e90000;
          color: #fff;
          font-size: 12px;
          font-weight: bold;
          position: absolute;
          top: 0;
          left: 0; }
          @media screen and (max-width: 1023px) {
  .o-timeline--results--content .o-timeline-result-item .o-item-schedule {
    font-size: 16px;
    width: 50px; } }
          @media screen and (max-width: 767px) {
  .o-timeline--results--content .o-timeline-result-item .o-item-schedule {
    width: auto; } }
        .o-timeline--results--content .o-timeline-result-item .o-item-separator {
          margin: 0px 10px; }
          @media screen and (max-width: 767px) {
  .o-timeline--results--content .o-timeline-result-item .o-item-separator {
    margin: 0px; } }
        .o-timeline--results--content .o-timeline-result-item .o-item-place {
          margin-left: 20px;
          width: 200px; }
          @media screen and (max-width: 1023px) {
  .o-timeline--results--content .o-timeline-result-item .o-item-place {
    width: auto;
    margin-right: 20px;
    margin-left: 0px;
    min-width: 90px; } }
        .o-timeline--results--content .o-timeline-result-item .o-item-title {
          font-size: 22px;
          color: #e90000;
          font-weight: bold;
          line-height: 28px;
          text-transform: uppercase; }
          @media screen and (max-width: 767px) {
  .o-timeline--results--content .o-timeline-result-item .o-item-title + .o-item-separator {
    display: block;
    font-size: 0px;
    line-height: 0px; } }
        .o-timeline--results--content .o-timeline-result-item .o-item-type {
          font-size: 12px;
          line-height: 15px;
          color: #e90000; }
        .o-timeline--results--content .o-timeline-result-item .o-item-image {
          width: 166px;
          height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          position: relative; }
          .o-timeline--results--content .o-timeline-result-item .o-item-image__border {
            position: absolute;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            display: none; }
        .o-timeline--results--content .o-timeline-result-item .o-item-resume {
          display: flex;
          flex-direction: column;
          padding: 13px 0 0 13px; }
        .o-timeline--results--content .o-timeline-result-item .o-item-description {
          font-family: 'IBM Plex Sans', Arial, sans-serif;
          font-size: 14px;
          line-height: 18px;
          color: #000; }
          .o-timeline--results--content .o-timeline-result-item .o-item-description span {
            font-weight: bold; }
        .o-timeline--results--content .o-timeline-result-item .o-item-bookit {
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate(-20px, -50%); }
          @media screen and (max-width: 767px) {
  .o-timeline--results--content .o-timeline-result-item .o-item-bookit {
    float: none;
    margin-top: 5px; } }
          .o-timeline--results--content .o-timeline-result-item .o-item-bookit a {
            display: block;
            color: #fff;
            background-color: #e90000;
            line-height: 38px;
            padding: 0px 20px;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 500; }
            @media screen and (max-width: 767px) {
  .o-timeline--results--content .o-timeline-result-item .o-item-bookit a {
    display: inline-block; } }
        .o-timeline--results--content .o-timeline-result-item.o-item-elmediator .o-item-bookit a {
          color: #000;
          background-color: #feff00; }

.clear {
  clear: both; }

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

* {
  margin: 0px;
  padding: 0px;
  word-wrap: normal;
  word-break: break-word; }

body {
  margin: 0;
  padding: 0; }
  body:before {
    content: "";
    display: block;
    background: rgba(26, 26, 26, 0.5);
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out; }
  body.o-noScroll:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease-in-out; }

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

h4 {
  font-weight: 400; }

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

p {
  margin: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

br {
  display: block; }

@font-face {
  font-family: 'Octin Spraypaint A Rg';
  src: url('OctinSpraypaintARg-Regular.eot');
  src: url('OctinSpraypaintARg-Regular.eot@') format('embedded-opentype'), url('OctinSpraypaintARg-Regular.woff2.html') format('woff2'), url('OctinSpraypaintARg-Regular.woff') format('woff'), url('OctinSpraypaintARg-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-Thin.eot');
  src: url('IBMPlexSans-Thin.eot@') format('embedded-opentype'), url('IBMPlexSans-Thin.woff2.html') format('woff2'), url('IBMPlexSans-Thin.woff') format('woff'), url('IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-MediumItalic.eot');
  src: url('IBMPlexSans-MediumItalic.eot@') format('embedded-opentype'), url('IBMPlexSans-MediumItalic.woff2.html') format('woff2'), url('IBMPlexSans-MediumItalic.woff') format('woff'), url('IBMPlexSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-Medium.eot');
  src: url('IBMPlexSans-Medium.eot@') format('embedded-opentype'), url('IBMPlexSans-Medium.woff2.html') format('woff2'), url('IBMPlexSans-Medium.woff') format('woff'), url('IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-Italic.eot');
  src: url('IBMPlexSans-Italic.eot@') format('embedded-opentype'), url('IBMPlexSans-Italic.woff2.html') format('woff2'), url('IBMPlexSans-Italic.woff') format('woff'), url('IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-SemiBold.eot');
  src: url('IBMPlexSans-SemiBold.eot@') format('embedded-opentype'), url('IBMPlexSans-SemiBold.woff2.html') format('woff2'), url('IBMPlexSans-SemiBold.woff') format('woff'), url('IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans.eot');
  src: url('IBMPlexSans.eot@') format('embedded-opentype'), url('IBMPlexSans.woff2.html') format('woff2'), url('IBMPlexSans.woff') format('woff'), url('IBMPlexSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-SemiBoldItalic.eot');
  src: url('IBMPlexSans-SemiBoldItalic.eot@') format('embedded-opentype'), url('IBMPlexSans-SemiBoldItalic.woff2.html') format('woff2'), url('IBMPlexSans-SemiBoldItalic.woff') format('woff'), url('IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-ExtraLightItalic.eot');
  src: url('IBMPlexSans-ExtraLightItalic.eot@') format('embedded-opentype'), url('IBMPlexSans-ExtraLightItalic.woff2.html') format('woff2'), url('IBMPlexSans-ExtraLightItalic.woff') format('woff'), url('IBMPlexSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-ThinItalic.eot');
  src: url('IBMPlexSans-ThinItalic.eot@') format('embedded-opentype'), url('IBMPlexSans-ThinItalic.woff2.html') format('woff2'), url('IBMPlexSans-ThinItalic.woff') format('woff'), url('IBMPlexSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-Light.eot');
  src: url('IBMPlexSans-Light.eot@') format('embedded-opentype'), url('IBMPlexSans-Light.woff2.html') format('woff2'), url('IBMPlexSans-Light.woff') format('woff'), url('IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-Bold.eot');
  src: url('IBMPlexSans-Bold.eot@') format('embedded-opentype'), url('IBMPlexSans-Bold.woff2.html') format('woff2'), url('IBMPlexSans-Bold.woff') format('woff'), url('IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-ExtraLight.eot');
  src: url('IBMPlexSans-ExtraLight.eot@') format('embedded-opentype'), url('IBMPlexSans-ExtraLight.woff2.html') format('woff2'), url('IBMPlexSans-ExtraLight.woff') format('woff'), url('IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-LightItalic.eot');
  src: url('IBMPlexSans-LightItalic.eot@') format('embedded-opentype'), url('IBMPlexSans-LightItalic.woff2.html') format('woff2'), url('IBMPlexSans-LightItalic.woff') format('woff'), url('IBMPlexSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-BoldItalic.eot');
  src: url('IBMPlexSans-BoldItalic.eot@') format('embedded-opentype'), url('IBMPlexSans-BoldItalic.woff2.html') format('woff2'), url('IBMPlexSans-BoldItalic.woff') format('woff'), url('IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }



@import url('css@family=IBM+Plex+Sans%253A300,400,400i,500,600,700.css');
@font-face {
  font-family: 'Octin Spraypaint A Rg';
  src: url('OctinSpraypaintARg-Regular.eot');
  src: url('OctinSpraypaintARg-Regular.eot@') format('embedded-opentype'), url('OctinSpraypaintARg-Regular.woff2.html') format('woff2'), url('OctinSpraypaintARg-Regular.woff') format('woff'), url('OctinSpraypaintARg-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-Thin.eot');
  src: url('IBMPlexSans-Thin.eot@') format('embedded-opentype'), url('IBMPlexSans-Thin.woff2.html') format('woff2'), url('IBMPlexSans-Thin.woff') format('woff'), url('IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-MediumItalic.eot');
  src: url('IBMPlexSans-MediumItalic.eot@') format('embedded-opentype'), url('IBMPlexSans-MediumItalic.woff2.html') format('woff2'), url('IBMPlexSans-MediumItalic.woff') format('woff'), url('IBMPlexSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-Medium.eot');
  src: url('IBMPlexSans-Medium.eot@') format('embedded-opentype'), url('IBMPlexSans-Medium.woff2.html') format('woff2'), url('IBMPlexSans-Medium.woff') format('woff'), url('IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-Italic.eot');
  src: url('IBMPlexSans-Italic.eot@') format('embedded-opentype'), url('IBMPlexSans-Italic.woff2.html') format('woff2'), url('IBMPlexSans-Italic.woff') format('woff'), url('IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-SemiBold.eot');
  src: url('IBMPlexSans-SemiBold.eot@') format('embedded-opentype'), url('IBMPlexSans-SemiBold.woff2.html') format('woff2'), url('IBMPlexSans-SemiBold.woff') format('woff'), url('IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans.eot');
  src: url('IBMPlexSans.eot@') format('embedded-opentype'), url('IBMPlexSans.woff2.html') format('woff2'), url('IBMPlexSans.woff') format('woff'), url('IBMPlexSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-SemiBoldItalic.eot');
  src: url('IBMPlexSans-SemiBoldItalic.eot@') format('embedded-opentype'), url('IBMPlexSans-SemiBoldItalic.woff2.html') format('woff2'), url('IBMPlexSans-SemiBoldItalic.woff') format('woff'), url('IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-ExtraLightItalic.eot');
  src: url('IBMPlexSans-ExtraLightItalic.eot@') format('embedded-opentype'), url('IBMPlexSans-ExtraLightItalic.woff2.html') format('woff2'), url('IBMPlexSans-ExtraLightItalic.woff') format('woff'), url('IBMPlexSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-ThinItalic.eot');
  src: url('IBMPlexSans-ThinItalic.eot@') format('embedded-opentype'), url('IBMPlexSans-ThinItalic.woff2.html') format('woff2'), url('IBMPlexSans-ThinItalic.woff') format('woff'), url('IBMPlexSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-Light.eot');
  src: url('IBMPlexSans-Light.eot@') format('embedded-opentype'), url('IBMPlexSans-Light.woff2.html') format('woff2'), url('IBMPlexSans-Light.woff') format('woff'), url('IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-Bold.eot');
  src: url('IBMPlexSans-Bold.eot@') format('embedded-opentype'), url('IBMPlexSans-Bold.woff2.html') format('woff2'), url('IBMPlexSans-Bold.woff') format('woff'), url('IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-ExtraLight.eot');
  src: url('IBMPlexSans-ExtraLight.eot@') format('embedded-opentype'), url('IBMPlexSans-ExtraLight.woff2.html') format('woff2'), url('IBMPlexSans-ExtraLight.woff') format('woff'), url('IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-LightItalic.eot');
  src: url('IBMPlexSans-LightItalic.eot@') format('embedded-opentype'), url('IBMPlexSans-LightItalic.woff2.html') format('woff2'), url('IBMPlexSans-LightItalic.woff') format('woff'), url('IBMPlexSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('IBMPlexSans-BoldItalic.eot');
  src: url('IBMPlexSans-BoldItalic.eot@') format('embedded-opentype'), url('IBMPlexSans-BoldItalic.woff2.html') format('woff2'), url('IBMPlexSans-BoldItalic.woff') format('woff'), url('IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

.clear {
  clear: both; }

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

* {
  margin: 0px;
  padding: 0px;
  word-wrap: normal;
  word-break: break-word; }

body {
  margin: 0;
  padding: 0; }
  body:before {
    content: "";
    display: block;
    background: rgba(26, 26, 26, 0.5);
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out; }
  body.o-noScroll:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease-in-out; }

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

h4 {
  font-weight: 400; }

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

p {
  margin: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

br {
  display: block; }
/** COLORS **/
/** FONTS **/
/* MEDIA QUERIES */
