@charset "UTF-8";


.ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 1em;
	height: 3em;
	width: 100%;
	font-size: .875em;
	line-height: 1;
}

.page-title + .post-range {
	margin-top: calc(var(--content-spacing) / 2);
}

/************************/
/********** WP **********/
/************************/

mark.has-inline-color {
	background: none !important;
}
.has-text-align-center {
	text-align: center;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	   -moz-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important; /* main-title */
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

/*********************************/
/********** HIGHLIGHTED **********/
/*********************************/
/* inline needs to be encapsulated */

mark,
.highlighted {
	display: inline;
	color: var(--bright-color);
	background-color: var(--dark-color);
	line-height: 1.5;
	padding: 0.125em 0;
	-webkit-box-shadow: .25em 0 0 var(--dark-color), -.25em 0 0 var(--dark-color);
	   -moz-box-shadow: .25em 0 0 var(--dark-color), -.25em 0 0 var(--dark-color);
	        box-shadow: .25em 0 0 var(--dark-color), -.25em 0 0 var(--dark-color);
	-webkit-box-decoration-break: clone;
	-moz-box-decoration-break: clone; 
	box-decoration-break: clone;
}







figure figcaption {
	font-size: .75em;
}
figure img + figcaption {
	margin-top: .5em;
}

/*****************************/
/*****************************/
/********** FORMATS **********/
/*****************************/
/*****************************/

.distribution {
	font-size: .75em;
	font-weight: var(--font-weight-bold);
}
.credits {
	font-size: .625em;
	opacity: .66;
}

.production {

}
.comments {

}



/***************************/
/***************************/
/********** DEBUG **********/
/***************************/
/***************************/

pre {
	display: inline-block;
	font-size:.75em;
	white-space: unset;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.small pre {
	font-size: inherit;
}
.debug-panel {
	position:fixed;
	z-index:999999;
	bottom:0;
	right:0;
	padding:1em;
}

/***************************/
/***************************/
/********** STYLE **********/
/***************************/
/***************************/

/*****************************/
/********** DEFAULT **********/
/*****************************/

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
html {
	font-size:100%;
}
html,
input,
textarea,
select,
button {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6,
ul, ol,
p, a, span,
blockquote, label, div, table,
input, textarea, button, select {
	margin:0;
	padding:0;
	font-weight:inherit;
}
p {
	font-size:inherit;
	line-height:inherit;
	color:inherit;
	text-shadow:inherit;
}
b, strong, del,
i, em {
	/*font-size: inherit;*/
	line-height: inherit;
}
sup {
	line-height: 0;
}

/************************/
/********** HR **********/
/************************/

hr {
	width:100%;
	border:0;
	color:inherit;
	border-bottom:solid var(--stroke-width);
}
hr.blank {
	border:0 !important;
}

/***********************************/
/********** LIST + INLINE **********/
/***********************************/

.list > * {
	display: block;
}
.inline {
	display: flex;
}

/****************************/
/********** IFRAME **********/
/****************************/
/* OUT ? */
.iframe-container {
	display: block;
	width: 100%;
}
iframe {
	max-width: 100%;
	border:none;
}


/****************************/
/********** @MEDIA **********/
/****************************/

@media screen and (max-device-width:320px) {
	body {
		-webkit-text-size-adjust: none;
	}
}

/********************************/
/********************************/
/********** BLOCKQUOTE **********/
/********************************/
/********************************/

/**
WIP !!!
**/
/*
blockquote.important {
	font-size: 2em;
}
section.focus blockquote.important {
	margin-left: auto;
	margin-right: auto;
}
*/
/*
blockquote > * {
	display: inline;
}
*/
blockquote cite {
	display: block;
	font-size: .75em;
	font-style: normal;
	text-align: right;
	font-weight: var(--font-weight-bold);
}
/*
blockquote cite:before {
	content:"— ";
}
*/
/****************************/
/****************************/
/********** CUSTOM **********/
/****************************/
/****************************/

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	white-space: nowrap;
}
.disabled {
	opacity: .33;
	pointer-events: none;
}
.centered {
	text-align: center;
}

/********** IS-LAST **********/

.is-last {
	margin-left:auto !important;
}
.columns .is-last {
	margin-left:auto !important;
	min-width:auto;
	white-space:nowrap;
	-webkit-box-flex:0;
	-webkit-flex-grow:0;
	   -moz-box-flex:0;
	    -ms-flex-positive:0;
	        flex-grow:0;
}


.copyright {
	font-size:.625rem;
	text-transform:none;
}


/********** LOGOS **********/

.logo {
	max-width:10rem;
}



/**************************/
/**************************/
/********** POST **********/
/**************************/
/**************************/

.grid:not(.search) .post-title,
.grid:not(.search) .post-location {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.post-tags {
	display: inline-flex;
	gap: .5em;
}
.post-tags > *,
.post-tag {
	display: inline-block;
	font-size: calc(var(--font-size) * .625); /*.75em;*/
	line-height: 1;
	padding: .5em 1em;
	width: auto;
	max-width: 100%;
	white-space: nowrap;
	text-transform: uppercase;
	border: solid var(--stroke-width);
	border-radius: 3em;
}
.post-tags.alt > *,
.post-tag.alt {
	color: var(--dark-color);
	border-color: var(--bright-color);
	background: var(--bright-color);
}

.post-production {
	font-size: .75em;
	font-weight: var(--font-weight-bold);
}


.post-meta {
	display: inline-flex;
	/*justify-content: center;*/
	gap: .5em;
}
.post-meta > * {
	margin: 0 !important;
}

/****************************/
/****************************/
/********** ARTIST **********/
/****************************/
/****************************/

.artist-title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .25em;
}
.artist-title + .artist-infos {
	margin-top: 0;
}


/****************************/
/****************************/
/********** TITLES **********/
/****************************/
/****************************/

/* OUT */
/*
.title
.titles
.titles-link

.event-title
*/



/*
h1, h2, h3, h4, h5, h6 {
	display: flex;
}
*/


/********** TITLE **********/

.title {
	display:inline-block;
	color:var(--bright-color);
	background:var(--dark-color);
	border:0;
}
.title + .title,
.title + br + .title {
	margin-top:0;
}

/********** TITLES **********/

.titles {
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	   -moz-box-orient:vertical;
	   -moz-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	   -moz-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
	gap: 0;
}
.titles > * {
	display:inline-block;
	text-transform:uppercase;
	padding: 1em;
	color:var(--bright-color);
	background:var(--dark-color);
}
.titles > * + * {
	margin-top:0;
}

/********** MOVIE **********/

.titles .movie-title {
	font-size:1.25em;
}
.titles .director {
	font-size:1em;
}

/********** IN TOOLTIP **********/

.tooltip .titles > * + * {
	margin-top:.25rem;
}

/********** TITLES-LINK **********/

.titles .buttons.titles-link {
	width: auto;
	background: none;
	padding: 0;
}
.titles .titles-link,
.titles .buttons.titles-link a {
	margin: 0;
	gap: 0;
}

/********** COLORS **********/

.title.R,
.titles.R > * {
	background:var(--red-color);
}
.title.B,
.titles.B > * {
	background:var(--blue-color);
}

/********** @MEDIA **********/

.title,
.titles > * {
	padding: 1em;
}







/********************************/
/********************************/
/********** SHORTCODES **********/
/********************************/
/********************************/


/******************************/
/******************************/
/********** ARTICLES **********/
/******************************/
/******************************/

/********** AVATAR **********/

.avatar {
	position:relative;
	display:block;
	height:0;
	width:100%;
	padding:0;
	padding-top:100%;
	background:var(--bright-color);
}
.avatar:before {
	content:"";
	font-family:'icomoon';
	position:absolute;
	z-index:1;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	   -moz-transform:translate(-50%,-50%);
	    -ms-transform:translate(-50%,-50%);
	     -o-transform:translate(-50%,-50%);
	        transform:translate(-50%,-50%);
}
.avatar:after {
	content:"";
	position:absolute;
	z-index:0;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:var(--dark-color);
	opacity:.25;
}
.avatar img {
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	object-fit:cover;
}
.avatar .empty {
	position:relative;
	display:block;
	height:0;
	width:100%;
	padding:0;
	padding-top:100%;
}

/********** AUTHORS **********/

.grid.authors .item .more-link {
	height:0;
	padding-top:100%;
}
.author {
	font-size:.75rem;
	background:var(--bright-color);
}
.author.short {
	max-width:10rem;
}
.author .title {
	color:var(--dark-color);
	font-size:inherit;
	background:none;
	padding:0;
	padding:1rem;
	margin:0;
}




/*****************************************/
/*****************************************/
/********** MOVIE PROGRAMMATION **********/
/*****************************************/
/*****************************************/

.movie-programmation {
	width: 100%;
}
/*****************************************/
/********** PROGRAMMATION TITLE **********/
/*****************************************/

.programmation-title {
	display: inline-flex;
	align-items: center;
	padding: 1em;
	color: var(--dark-color);
	background: var(--bright-color);
	text-transform: uppercase;
}
.programmation-title:before {
	content:"";
	display:inline-block;
	vertical-align:middle;
	height:.5em;
	width:.5em;
	margin-right:.5em;
	border-radius:100%;
}
.programmation-title.R:before {
	background:var(--red-color);
}
.programmation-title.B:before {
	background:var(--blue-color);
}
.programmation-title + * {
	margin-top:0;
}

/*************************************/
/*************************************/
/********** MOVIE-TIMETABLE **********/
/*************************************/
/*************************************/

.movie-timetable {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: .875em;
}
.movie-timetable .day {
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	padding: 1em;
	color: rgba(var(--dark-rgb), .5);
	background: var(--bright-color);
}
.movie-timetable .day.active {
	color:var(--dark-color);
}
.movie-timetable .day-title {
	font-weight: var(--font-weight-bold);
	white-space: nowrap;
	text-transform: uppercase;
}
.movie-timetable .day-title + * {
	margin-top: .5em;
}

/********************************/
/********** IN TOOLTIP **********/
/********************************/

.tooltip .titles + .movie-programmation {
	padding-top:1.25rem;
	margin-top:1.25rem;
	border-top:solid .0625rem;
}
.tooltip .programmation-title {
	color:var(--bright-color);
	background:none;
	padding:0;
}
.tooltip .movie-timetable {
	margin-left:-1rem;
	margin-right:-1rem;
}
.tooltip .movie-timetable .day {
	color: rgb(var(--bright-rgb, .5));
	background: none;
}
.tooltip .movie-timetable .day.active {
	color: var(--bright-color);
}
.tooltip .movie-timetable + * {
	margin-top: 1rem;
}

/********** @MEDIA **********/

@media (min-width:0px) {
	/*.movie-timetable {
		font-size:.75em;
	}*/
	.movie-timetable .day {
		flex-basis:calc(100% / 4);
	}
	/* in tooltip */
	.tooltip .movie-timetable .day {
		flex-basis: auto;
	}
}
@media (min-width:1000px) {
	/*.movie-timetable {
		font-size: .875em;
	}*/
	.movie-timetable .day {
		flex-basis: calc(100% / 7);
	}
}

/*******************************/
/*******************************/
/********** IMG / SVG **********/
/*******************************/
/*******************************/

/********** IMG **********/

img.full {
	display:block;
	height:auto;
	width:100%;
	margin:0 auto;
}

/********** IMG WITHIN TEXT **********/

.alignleft {
	float:left;
	margin:0 1rem 0 0;
}
.alignright {
	float:right;
	margin:0 0 0 1rem;
}
.aligncenter {
    display:block;
}
.alignleft:after,
.alignright:after,
.aligncenter:after {
	content:"";
    display:block;
    clear:both;
}

/********** SVG **********/

figure > svg {
	display:block;
	width:100%;
	margin:0 auto;
}

/********** BACKGROUND **********/

.background-container {
	position:absolute;
	z-index:-1;
	top:0;
	left:-100%;
	right:-100%;
	height:100%;
	width:auto;
	overflow:hidden;
	padding:0 !important;
	margin:0 !important;
}
.background {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	height:100%;
	width:100%;
	margin:0 !important;
	padding:0 !important;
	max-width:none;
	-webkit-background-size:cover !important;
	   -moz-background-size:cover !important;
	     -o-background-size:cover !important;
	        background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	pointer-events: none;
}
.background.contain {
	-webkit-background-size:contain !important;
	   -moz-background-size:contain !important;
	     -o-background-size:contain !important;
	        background-size:contain !important;
	background-position:left !important;
}
.bg-top-left {
	background-position:top left !important;
}
.bg-top-center {
	background-position:top center !important;
}
.bg-top-right {
	background-position:top right !important;
}
.bg-center-left {
	background-position:center left !important;
}
.bg-center-right {
	background-position:center right !important;
}
.bg-bottom-left {
	background-position:bottom left !important;
}
.bg-bottom-center {
	background-position:bottom center !important;
}
.bg-bottom-right {
	background-position:bottom right !important;
}



/********************************/
/********************************/
/********** RESPONSIVE **********/
/********************************/
/********************************/

/********** @MEDIA **********/

@media (min-width:1000px) {
	.only-mobile {
		visibility:hidden;
		display:none !important;
	}
}
@media (max-width:1000px) {
	.only-desktop {
		visibility:hidden;
		display:none !important;
	}
}

/********** ONLY FOR SPECIFIC DEVICES **********/

body:not(.mobile) .for-mobile,
body.mobile .for-desktop {
	visibility:hidden;
	display:none !important;
}

/********************************/
/********************************/
/********** COLUMNIZER **********/
/********************************/
/********************************/

/*
data-columns= 2 / 3 / 4
2 == default
*/

.columnizer * + * {
	padding:0;
	margin:1rem 0 0 0;
}
.columnizer p + p {
	padding:0;
	margin:0 0 1rem 0;
}
.columnizer p:not(:last-child) {
	margin-bottom:1rem;
}
.columnizer .break {
	-webkit-column-break-before:always;
	-moz-column-break-before:always;
	     break-before:always;
	padding-top:0;
}

/********** @MEDIA **********/

@media (min-width:760px) {
	.columnizer {
		-webkit-column-count:2;
		-moz-column-count:2;
		-ms-column-count:2;
		column-count:2;
		-webkit-column-gap:2rem;
		-moz-column-gap:2rem;
		-ms-column-gap:2rem;
		column-gap:2rem;
	}
}
@media (min-width:1000px) {
	.columnizer[data-columns="3"] {
		-webkit-column-count:3;
		-moz-column-count:3;
		-ms-column-count:3;
		column-count:3;
	}
	.columnizer[data-columns="4"] {
		-webkit-column-count:4;
		-moz-column-count:4;
		-ms-column-count:4;
		column-count:4;
	}
}

/*****************************/
/*****************************/
/********** UL / OL **********/
/*****************************/
/*****************************/

ul,
ol {
	list-style-position:inside;
}
li {
	list-style-type: disc;
}

/********** OL **********/

ol {
	margin:0;
	list-style-type:none;
}
ol li {
	position:relative;
	display:block;
	counter-increment:step-counter;
	padding:.5rem 0 .5rem 2.5rem !important;
}
ol li:before {
	position:absolute;
	z-index:10;
	top:50%;
	left:0;
	content:counter(step-counter);
	display:inline-block;
	text-align:center;
	color:var(--bright-color);
	background:rgb(62,79,97);
	font-size:.75rem;
	line-height:.75rem;
	height:.75rem;
	width:.75rem;
	padding:.5rem;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	   transform:translateY(-50%);
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}

/********** BULLET LIST **********/

.bullet li,
.columns .bullet li {
	position:relative;
	display:block;
	width:auto !important;
	padding:.25rem 0 .25rem 1.25rem;
}
.bullet li:before,
.columns .bullet li:before {
	position:absolute;
	top:50%;
	color:rgb(201,228,71);
	background:rgb(201,228,71);
	margin:-.25rem 0 0 -1.25rem;
	content:"";
	display:block;
	height:.5rem;
	width:.5rem;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}

/*****************************/
/*****************************/
/********** ANCHORS **********/
/*****************************/
/*****************************/

/*
default inline
buttons / button
.more-link
*/

/********** DEFAULT INLINE **********/

a {
	position:relative;
	font-size:inherit;
	line-height:inherit;
	color:inherit;
	outline:0;
	text-decoration:none;
}

/*
p a {
	border-bottom: solid var(--stroke-width);
}
p a:hover {
	color: var(--accent-color);
}
*/

p a {
	border-bottom: solid var(--stroke-width);
	background: linear-gradient(var(--dark-color), var(--dark-color));
	background-size: 100% 0%;
	background-position: bottom center;
	background-repeat: no-repeat;
}

p a:hover {
	color:var(--bright-color);
	background-size: 100% 100%;
	border-bottom: solid transparent;
}

/*
p a:before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	box-shadow: inset 0 0 0 100rem currentColor;
	pointer-events: none;
	width: 0;
	transition: all var(--duration-fast) var(--ease);
}
p a:hover:before {
	width: 100%;
	filter: invert(1);
	mix-blend-mode: difference;
}

p a:after {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	box-shadow: inset 0 0 0 100rem currentColor;
	pointer-events: none;
	width: 0;
	transition: all var(--duration-fast) var(--ease);
}
p a:hover:before {
	width: 100%;
	filter: invert(1);
	mix-blend-mode: difference;
}
*/

/********** WITH ICONS **********/

a [class^="icon-"] + span,
a [class*=" icon-"] + span {
	margin:0 0 0 .5rem;
}
a span {
	display:inline-block;
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
	color:inherit;
}

/*********************************/
/********** WITH LABELS **********/
/*********************************/

/** like .hidden **/

a .label,
button .label {
	position: absolute !important;
	font-size: 0 !important;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	white-space: nowrap;
}


/********** BUTTONS **********/
/*
.buttons {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	    -ms-flex-wrap:wrap;
	        flex-wrap:wrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	   -moz-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	width:-webkit-calc(100% + 1rem);
	width:-moz-calc(100% + 1rem);
	width:calc(100% + 1rem);
	margin:-.5rem;
}
.buttons > * {
	text-align:center;
	margin:.5rem;
}
	*/

/********** DEFAULT **********/
/*
.buttons > *,
.button {
	position:relative;
	display:inline-block;
	text-transform:uppercase;
	padding:1rem;
	color:var(--dark-color);
	background:var(--bright-color);
	border:0;
}
.buttons a.active,
.button.active,
.buttons a:hover,
.button:hover {
	color:var(--bright-color);
	background:var(--dark-color);
}
.buttons a.active,
.button.active {
	pointer-events:none;
}
*/
/********** MIN **********/

.buttons.min a {
	margin:0;
}

/********** @MEDIA **********/
/*
@media (min-width:0px) {
	.buttons > a,
	.button {
		font-size:.75rem;
		line-height:.75rem;
		padding:.75rem;
	}
}
@media (min-width:760px) {
	.buttons > a,
	.button {
		font-size:.75rem;
		line-height:.75rem;
		padding:.75rem;
	}
}
	*/

/********** BEHAVIOURS **********/

:focus {
	outline-color:transparent;
	outline-style:none;
}
/*
::-moz-selection {
	background:rgb(255,255,153);
}
::selection {
	background:rgb(255,255,153);
}
*/

/*******************************/
/*******************************/
/********** STRUCTURE **********/
/*******************************/
/*******************************/

/*
#wrapper {
	position:relative;
	min-height:100%;
}

header,
footer {
	position:-webkit-sticky;
	position:sticky;
	z-index:1100;
	width:100%;
}
header {
	top:0;
}
footer {
	bottom:0;
}
*/
section {
	position:relative;
	display:block;
	width:100%;
	padding:1.25rem;
	min-height:100%;
}

/********** FOOTER AT BOTTOM **********/
/*
html,
body {
	height:100%;
}
#wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	   -moz-box-orient:vertical;
	   -moz-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}
#wrapper main {
	-webkit-box-flex:1;
	-webkit-flex-grow:1;
	   -moz-box-flex:1;
	    -ms-flex-positive:1;
	        flex-grow:1;
}
*/


/****************************/
/****************************/
/********** FOOTER **********/
/****************************/
/****************************/

/********** @MEDIA **********/
/*
@media (min-width:1000px) {
	body #today {
		padding:0 1.25rem;
	}
	footer .buttons.min a .label {
		position:relative !important;
		font-size:.75rem !important;
		line-height:.75rem;
	}
}
*/

/******************************/
/********** TIMELINE **********/
/******************************/

:root {
	--timeline-gap : calc(var(--stroke-width) * 4); /* .5em */
	--timeline-slot-width: calc(100% / 7);
	
}
.timeline {
	position: absolute;
	inset: 0;
	display: flex;
	gap :var(--timeline-gap);
}
.timeline .day,
.timeline .hour,
.timeline .segment {
	display: block;
	margin: 0;
}
.timeline .day {
	position: relative;
	height: 100%;
	width: var(--timeline-slot-width);
	text-align: center;
}
.timeline .hour,
.timeline .segment {
	position: relative;
	width: 100%;
}
.timeline .hour {
	height: calc(100% / 14);
	text-align: center;
}
.timeline .segment {
	height: calc(100% / 12);
}
.timeline .hour:before,
.timeline .segment:before {
	content: "";
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	border-top: solid var(--stroke-width);
	filter: brightness(0) invert(1);
}
.timeline .hours .hour:before {
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	filter: none;
}
.timeline .segment:before {
	opacity: .5;
}
.timeline .hours {
	position:absolute;
	top:0;
	/*left:-2.5%;*/
	transform:translateX(-50%);
	display:block;
	height:100%;
	background: var(--bright-color);
}
.timeline .hours ul {
	height:100%;
}
.timeline .hour h4 {
	padding-top:.5rem;
}
.timeline .day-title {
	position:absolute;
	z-index:20;
	top:-2.5%;
	left:0;
	width:100%;
	transform:translateY(-50%);
}
