<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Arsenic 32
Version: 1.0
Text Domain: karma
*/


/* WEBFONT
---------------- */


/* @font-face {
  font-family: 'arsenic';
  src: url('fonts/f893.php');
} */
@font-face {
  font-family: 'arsenic-picto';
  src: url('fonts/Arsenic-Picto.woff');
}
@font-face {
  font-family: 'arsenic';
  src: url("fonts/2022/Arsenic-Light.woff2") format("woff2"),
        url("fonts/2022/Arsenic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'arsenic';
  src: url("fonts/2022/Arsenic-LightItalic.woff2") format("woff2"),
        url("fonts/2022/Arsenic-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'arsenic';
  src: url("fonts/2022/Arsenic-Regular.woff2") format("woff2"),
        url("fonts/2022/Arsenic-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'arsenic';
  src: url("fonts/2021/Arsenic-RegularItalic.woff2") format("woff2"),
        url("fonts/2021/Arsenic-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'arsenic';
  src: url("fonts/2022/Arsenic-Medium.woff2") format("woff2"),
        url("fonts/2022/Arsenic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'arsenic';
  src: url("fonts/2022/Arsenic-MediumItalic.woff2") format("woff2"),
        url("fonts/2022/Arsenic-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

/* General
---------------- */
* {
	outline: none;
	/* text-decoration: none !important; */
}
html, body {
	height: 100%;
}
body {
	/* -webkit-font-smoothing: antialiased !important; */
	/* -moz-osx-font-smoothing: grayscale; */
	font-family: 'arsenic', verdana;
	margin: 0;
	/* padding: 0 50px; */
	font-size: 18px;
	line-height: 1.35;
	background-color: #f5f5f5;
}
strong, h1, h2, h3, h4 {
	font-family: 'arsenic', verdana;
  font-weight: 500;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
a {
	color: black;
  text-decoration: none;
}

img a {
	border: none;
}
hr {
	border: none;
	border-bottom: 2px solid black;
	margin: 0;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}

.gray {
	color: rgb(150, 150, 150);
}
.wrapper {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.column {
	float:left;
	box-sizing: border-box;
}

.small-text {
	font-size: 85%;
}
.text-xs {
	font-size: 62.5%;
}
.big-text {
	font-size: 125%;
}

#site-container {
	position: absolute;
	top: 0;
	width: 100%;
	min-height: 100%;
}
.mobile-only {

}

@media (max-width: 800px) {
	body {
		-webkit-text-size-adjust: 100%;
	}
}

/* Selection
-------------------- */
::selection {
  background-color: black;
  color: white;
}
::-moz-selection {
  background-color: black;
  color: white;
}

header ::selection {
  background-color: white;
  color: black;
}
header ::-moz-selection {
  background-color: white;
  color: black;
}

/* Banner
--------------------- */
.banner {
	height: 40px;
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;

}
.banner-item {
	display: table-cell;
	vertical-align: middle;
	/* padding: 0 40px; */
}
.offset {
	top: 40px;
}

/* Header
--------------------- */
header {
	position: fixed;
	z-index: 200;
	height: 40px;
  font-weight: 500;
}
.top-bar {
	text-transform: uppercase;
	background-color: black;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}
.top-bar ::selection {
  background-color: white;
  color: black;
}
.top-bar ::-moz-selection {
  background-color: white;
  color: black;
}

.top-bar,
.top-bar a {
	color: white;
}

.top-bar .site-title {
	text-align: center;
	font-size: 85%;
}
.top-bar .site-control {
	text-align: right;
	padding-right: 20px;
}

.top-bar .accessibility-shortcut {
  margin-right: 0.5em;
  display: none;
}

#menu-btn {
	display: block;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 0;
	width: 40px;
	background-color: black;
	z-index: 3;
	color: white;
	padding: 0 20px;
	text-transform: uppercase;
	z-index: 35;
}
#menu-container {
	position: absolute;
	z-index: 25;
	width: 100%;
	left:0;
	font-size: 85%;
	overflow: hidden;
}
#menu-slider {
	position:absolute;
	width:100%;
	bottom: 0;
}
.top-menu ul li {
	height: 40px;
	line-height: 40px;
	margin-bottom: 3px;

}
.top-menu ul li a {
	background-color: black; /* rgb(150, 150, 150); */
	color: white;
	display: block;
	padding: 0 40px;
}
.top-menu ul li a:hover {
	/*
background-color: white;
	color: black;
 */
}
#loupe-btn,
#language-switch {
	display: inline-block;
}
#language-switch li {
	display: inline;
	margin-left: 1px;
}
#language-switch li.current a {
	border-bottom: 2px solid white;
}

#loupe-btn {
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
}

.search-form-container {
	position: fixed;
	width: 100%;
	top: 40px;
	overflow: hidden;
	z-index: 12;
}
#search-form {
	position: absolute;
	height: 80px;
	width: 100%;
	background-color: black;
	bottom:-2px;
	border-top: 2px solid white;
}
body.search .search-form-container,
body.archive .search-form-container {
	/* always open */
	overflow: visible;
}
body.search #search-form,
body.archive #search-form {
	/* always open */
	position: static;
}

#search-form,
#search-form a {
	color: white;
}
#search-form .search-form-content {
	margin: 0 20px;
}
#search-form ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 80px;
}
#search-form ul li {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
	width: 30px;
}
#search-form ul li.close,
#search-form ul li.search-btn {
	/* width: 50px; */
}
#search-form ul li.close a {
	cursor: pointer;
	padding: 10px 10px 10px 0;
	font-size: 16px;
}
#search-form ul li.input {
	text-align: center;
	width: 70%;
}
#search-form ul li.search-btn {
	text-align: right;
}
#search-form li.accessibility {
	display: none; /* responsive */
}
#search-form li.accessibility ul {
	position: relative;
}
#search-form li.accessibility ul,
#search-form li.accessibility ul li {
	display: inline-block;
	height: 42px;
	width: auto;
}

#search-form li.accessibility .accessibility-label {
	position: absolute;
	opacity: 0;
	font-family: 'arsenic', verdana;
	right: 0;
	white-space: nowrap;

	transition: opacity 400ms;
}
#search-form li.accessibility ul li:hover .accessibility-label {
	opacity: 1;
}

#search-form button {
	border:none;
	background: none;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	cursor: pointer;
}
#search-form input {
	font-family:inherit;
	font-weight:inherit;
	font-size: 120%;
	background-color:transparent;
	border:none;
	box-sizing: border-box;
	color: white;
	padding:0;
	text-align: center;
	width: 100%;
	height: 47px;
}
#search-form input::placeholder {
  color: white;
}

@media (min-width: 900px) {
	#menu-btn {
		padding: 0 40px;
	}
	.top-bar .site-control {
		padding-right: 40px;
	}
	#menu-container {
		max-width: 330px;
	}
	#search-form .search-form-content {
		margin: 0 40px;
	}
	#search-form ul li {
		width: 200px;
	}

	#search-form ul li.input {
		/* width: 27%; */
	}
	#search-form ul li.input input {
		/* text-align: right; */
		/* padding-right: 10px; */
	}
	#search-form ul li.search-btn {
		display: none;
	}
	#search-form ul li.accessibility {
		display: table-cell;
		text-align: right;
	}

  .top-bar .accessibility-shortcut {
    margin-right: 0.5em;
    display: inline-block;
  }
}


/* Burger
---------------- */
#burger {
	position: relative;
	width: 20px;
	height: 20px;
	padding: 20px;

	left: -20px;
	cursor: pointer;
}
#burger ul li {
	width: 100%;
	height: 4px;
	margin: 3px 0;
	background-color: black;
}
body.menu-open #burger ul li {
	visibility: hidden;
}
#burger ul li:nth-child(2) {
	visibility: visible !important;
}

@media (min-width: 800px) {

	#burger {
		position: absolute;
		top: 30px;
	}

	#burger ul li {
		visibility: hidden;
	}
}






/* Main
--------------------- */
#home-main {
	position: relative;
	top: 0;
}


body.single-open main,
body.single-open #header,
body.single-open #agenda-container {
	/* display: none; */
}
body.single-open main {
	/*
height: 100vh;
	overflow:hidden;
 */
}
body.single-open #site-container,
body.reservation-open #site-container {
	overflow: hidden;
}
body.single-open #site-slider,
body.reservation-open #site-slider {
	position: absolute;
	width: 100%;
}


body.reservation-open #site-container {
	/* position: fixed; */
}
body.reservation-open #site-container {
	/*
height: 100vh;
  overflow: hidden;
 */

}
body.reservation-open #home-main {
/*
	position:absolute;
	width: 100%;
 */
}




/* Home
--------------------- */

.section-title {
	text-transform: uppercase;
	text-align: center;
	font-size: 85%;
  font-weight: 500;
	cursor:pointer;
}


body.home main {
  min-height: calc(100vh + 140px);
}

/* Agenda
--------------------- */
#agenda-container {
	/* display: none; */ /* -&gt; display when javascript load */
	height: 100vh;
	/* position: relative; */

	/* transition: height 300ms; */
  box-sizing: border-box;
  padding-top: 42px;
  display: flex;
  flex-direction: column;
}
body.has-news #agenda-container,
body.has-privacy-popup #agenda-container {
	height: calc(100vh - 40px);
}
body.has-news.has-privacy-popup #agenda-container {
	height: calc(100vh - 80px);
}


#date-bar {
	/* position: absolute;
	top: 42px;
	height: 40px;
	line-height: 40px; */
	width: 100%;
	font-size: 85%;
  font-weight: 500;

  flex-basis: 40px;
  flex-shrink: 0;
  display: flex;

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

  /* background-color: black; */
}
#date-bar,
#date-bar a {
	/* color: white; */
}
.date-bar-content {
	padding: 0 20px;
	/* position:relative; */
  display: flex;
  box-sizing: border-box;
  flex-grow: 1;
}

.current-date-container {
	/* position: absolute;
	left:0;
	right:0;
	margin: 0 auto; */
	text-transform: uppercase;
	/* text-align: center; */
  display: flex;
  flex-grow: 1;

}
.current-date-container a:hover {
	/* background-color: rgba(0,0,0, 1); */
}
/*
#date-bar-background-left,
#date-bar-background-right {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	z-index: -1;

	display: none;
}
#date-bar-background-left {
	right:50%;
}
#date-bar-background-right {
	left:50%;
}


#date-bar-zone-left,
#date-bar-zone-right {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	z-index: 10;
	cursor:pointer;
}
#date-bar-zone-left {
	right:50%;
}
#date-bar-zone-right {
	left:50%;
} */

#current-date {
  flex-basis: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.date-bar-nav {
	/* position: absolute;
	width: 40px;
	height: 40px;
	text-align: center; */
	cursor: pointer;
	font-size: 85%;
	/* transition: left 500ms ease-in-out, right 500ms ease-in-out; */

  flex-basis: 40px;
  flex-grow: 1;

  display: flex;
  align-items: center;

}
.date-bar-nav .arrow {
  width: 40px;
  transition: width 500ms ease-in-out;
}
.date-bar-nav:hover .arrow {
  width: 100%;
}
.date-bar-nav.left-arrow {
  justify-content: flex-end;
}
.date-bar-nav.right-arrow .arrow {
  text-align: right;
}





#date-bar.first-slide #date-bar-background-left {
	background-color: transparent;
}
#date-bar.first-slide .date-bar-nav.left-arrow {
	display: none;
}
#date-bar.first-slide #date-bar-zone-left {
	cursor: default;
}
#date-bar.last-slide #date-bar-background-right {
	background-color: transparent;
}
#date-bar.last-slide .date-bar-nav.right-arrow {
	/* display: none; */
  visibility: hidden;
}
#date-bar.last-slide #date-bar-zone-right {
	cursor: default;
}

@media (min-width: 900px) {
	.date-bar-content {
		padding: 0 40px;
	}
}


.programme-header {
	/* position: absolute;
	width: 100%;
	height: 40px;
	bottom: 2px; */

  flex-basis: 42px;
  padding-bottom: 2px;
  box-sizing: border-box;
  flex-shrink: 0;
}


#agenda {
	/* position: absolute;
	top: 42px;
	bottom: 42px; */
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
	width: 100%;
  display: flex;
}
#agenda .agenda-header {
	background-color: rgb(150, 150, 150);
	color: white;
	text-transform: uppercase;
}
#agenda-control {
	text-align: center;
	width:50%;

}
#agenda-control ul {

}
#agenda-control ul li {
	display: inline-block;
}
#agenda-control a {
	color: white;
	padding: 10px;
	cursor: pointer;
}

.slideshow {
	/* position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%; */
	overflow: hidden;
  display: flex;
  flex-grow: 1;
}
.library {
	/* display: none; */
	/* position: absolute; */
	/* left: 100%;
	width:100%;
	height: 100%; */
}
.viewer {
	/* position: absolute;
	width:100%;
	bottom: 0;
	top: 0;
	left:0; */
  position: relative;
	user-select: none;
  display: flex;
  flex-grow: 1;
}
.slide {
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
	/* overflow:hidden; */
}

.slideshow .controller {
	-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slideshow .controller .arrow-container {
	position: absolute;
	width: 40px;
	top:0;
	bottom:0;
}
.slideshow .controller .left-arrow-container {
	left:0;
}
.slideshow .controller .right-arrow-container {
	right:0;
}
.slideshow .controller a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
	width: 40px;
	font-size: 36px;
	line-height: 36px;
	box-sizing: border-box;
	text-align: center;

	color: white;
}


/* Spectacle
--------------------- */
.spectacle {
	position: relative;
	/* overflow: hidden; */
}
#agenda .spectacle {
	overflow: hidden;
}
#agenda .viewer {
	/* top:40px; */
}

.slide .spectacle .wrapper,
.slide .spectacle .spectacle-content,
.slide .spectacle .img-container {
	height: 100%;
}

#agenda .slide {

}
#agenda .slide .spectacle {
  flex-basis: 0;
  flex-grow: 1;
}


#agenda .slide .spectacle .img-container {
	/* height: calc(100% + 1px); */
  height: 100%;
}





.slide .spectacle .wrapper {
	max-width: none;
}

#home-slideshow .slide img,
#home-slideshow .slide canvas {
	-webkit-filter: grayscale(100%) brightness(133%);
  filter: grayscale(100%) brightness(133%);
  mix-blend-mode: multiply;
}


.spectacle .img-container {
	width: 100%; /* responsive */
	position: relative;
	/* float: left; */
	overflow: hidden;
}
#home-slideshow .spectacle .img-container {
	display: none; /* responsive */
}
.spectacle .img-frame {
	position: relative;
	width:100%;
	padding-bottom:100%; /* responsive */
	overflow: hidden;
}
.spectacle .img-frame .inside {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* .spectacle table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
.archives .spectacle table {
	margin-bottom: 25px;
}
.spectacle td {
	vertical-align: top;
}
.spectacle td.text {
	padding: 15px 20px 5px 20px;
	line-height:1.15;
}
.spectacle td.spectacle-hour {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
#home-slideshow .spectacle td.spectacle-hour {
	display: none;
} */

.spectacle .table {
	display: flex;
  flex-wrap: wrap;
}
.archives .spectacle .table {
	margin-bottom: 25px;
}
.spectacle .td {
	/* vertical-align: top; */
}
.spectacle .td.text {
	padding: 15px 20px 5px 20px;
	line-height: 1.15;
  box-sizing: border-box;
  width: 100%;
}
.spectacle .td.text h2 {
  overflow: hidden;
	text-overflow: ellipsis;
  white-space: nowrap;
}
.spectacle .td.spectacle-hour {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
@media (max-width:899px) {
  #home-slideshow .spectacle .td.spectacle-hour {
  	display: none;
  }
}





.spectacle-dropdown {
	position:relative;
	margin-bottom: 4px;
	text-transform:uppercase;
	width: 100%;
  height: 26px;
}
.spectacle-dropdown a {
	/* display: block; */
	/* text-align: center; */
	height: 26px;
	line-height: 1em;
	border: 2px solid black;
	cursor: default;
  /* white-space: nowrap; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 2px 0;
  box-sizing: border-box;
  font-weight: 500;
}
.page-body .spectacle-dropdown a,
.single-body .spectacle-dropdown a {
  text-decoration: none;
}

.spectacle-dropdown a.spectacle-btn {
	text-align: center;
  /* white-space: nowrap; */
}

.spectacle-dropdown a.spectacle-btn .date {
	/* margin-right: 20px; */
  /* white-space: nowrap; */
}

.spectacle-dropdown a.spectacle-btn .chevron {
	margin-right: 10px;
}
.spectacle-dropdown ul {
  display: none;
  margin: 0 -2px;
	/* position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: 0; */
}
.spectacle-dropdown:hover ul,
.spectacle-dropdown.inverse ul {
	display: flex;
}
.spectacle-dropdown.inverse ul {
}
/* .spectacle-dropdown.open:not(.inverse) a.spectacle-btn {
	border:none;
	padding: 2px 0;
	display: none;
} */
.spectacle-dropdown.has-content.inverse:hover ul {
	display: none;
}
.spectacle-dropdown.has-content:hover a.spectacle-btn,
.spectacle-dropdown.has-content.inverse a.spectacle-btn {
  display: none;
}
.spectacle-dropdown:hover.inverse a.spectacle-btn {
  display: flex;
}

.spectacle-dropdown.inverse a.spectacle-btn {
	color: white;
}
.spectacle-dropdown.inverse:hover a.spectacle-btn {
	color: black;
}

.spectacle-dropdown.external a.spectacle-btn {
  cursor: pointer;
}
.spectacle-dropdown.external:not(.inverse) a.spectacle-btn {
  /* display: flex; */
}
.spectacle-dropdown.external:not(.inverse):hover a.spectacle-btn {
  color: white;
  background-color: black;
}


.spectacle-dropdown ul li {
	/* position: absolute;
	top:0;
	height:100%; */
  margin: 0 2px;
  flex-grow: 1;
}
.spectacle-dropdown ul li.book-btn {
	/* left: 0;
	width: calc(100% - 32px); */
}
.spectacle-dropdown ul li.plus {
	width: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
.spectacle-dropdown ul li.complet {

}
.spectacle-dropdown ul li a {
	background-color: black;
	/* color: white; */
}
.spectacle-dropdown:hover ul li a,
.spectacle-dropdown.inverse ul li a {
	color: white;
}
.spectacle-dropdown ul li.book-btn a,
.spectacle-dropdown ul li.plus a {
	cursor: pointer;
}
.spectacle-dropdown .book-btn-content.small {
  /* font-size: 0.75em;
  line-height: 1.1em; */
}
.spectacle-dropdown .book-btn {
  overflow: hidden;
}
.spectacle-dropdown .book-btn-content.small {
  white-space: nowrap;
  justify-content: flex-start;
  display: flex;
}
.spectacle-dropdown .book-btn-content&gt;span:not(:first-child) {
  display: none;
}
/* .spectacle-dropdown .book-btn-content&gt;span:first-child {
  display: inline-block;
} */
.spectacle-dropdown .book-btn-content.small&gt;span {
  display: inline-block;
  animation: marquee 5s linear infinite;
  padding: 0 4px;
  box-sizing: border-box;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}



.spectacle-dropdown ul li .tooltip {
	position: absolute;
	display: none;

	background-color: black;
	color: white;
	line-height: 20px;
	right: 0;
	top: 32px;
  width: 100px;
	padding: 3px 10px 0;
	z-index: 1000;
}
.spectacle-dropdown ul li:hover .tooltip {
	display: block;
}

.spectacle h2,
.spectacle h3,
.spectacle h4 {
	font-size: 100%;
	line-height: 19px;
	margin: 0;
}
.spectacle h2 {
	/* text-transform: uppercase; */
}
.spectacle h3 {
	font-style: italic;
}

.spectacle ul.details {
	margin-top: 3px;
}

.spectacle ul.details li {
	font-size: 85%;
	display: inline;
}
.spectacle ul.details li::after {
	content: " | ";
}
.spectacle ul.details li:last-child::after {
	content: "";
}

.evenement {
	line-height: 40px;
  position: relative;
  width: 100%;
  font-size: 85%;
  font-weight: 500;
}
#agenda .evenement {
	background-color: rgb(225, 225, 225);
	position: relative;
	color: rgb(0, 0, 0);
	transition: background-color 1s;
}
#agenda .evenement:hover {

	background-color: rgb(0, 0, 0);
	color: rgb(225, 225, 225);

	transition: background-color 0s;
}
#agenda .evenement:hover a {
	color: rgb(225, 225, 225);
	transition: background-color 0s;
}


#agenda .evenement.border-top::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 0;
	border-bottom: 2px solid black;
	z-index: 3;
}
.evenement-container.alone {
	background-color: rgb(255, 255, 0);
	position:relative;
}
.evenement .evenement-content {
	height: 100%;
}
#agenda .evenement a:hover .content {
	border-bottom: 2px solid rgb(225, 225, 225);
}




.spectacle .accessibility ul {
	font-size: 85%;
	margin-top: 0px;
	position: relative;
}
.spectacle .accessibility ul li {
	display: inline;
	line-height: 17px;
}
.spectacle .accessibility ul li.mobile-date .dayweek {
	text-transform: capitalize;
}
.spectacle .accessibility ul li.mobile-date .month {
	text-transform: lowercase;
}
.spectacle .accessibility ul li::after {
	font-size: 16px;
  line-height: 13px;
	font-family: 'arsenic-picto';
	content: " I ";
}
.spectacle .accessibility ul li:last-child::after {
	content: "";
}
.spectacle .accessibility ul li .description {
	display: inline;
	cursor: default;
}
.accessibility ul li .name,
.accessibility ul li .garderie {
	display: none;
}

.accessibility .definition .dayweek,
.accessibility .definition .month {
	text-transform: capitalize;
}

/*
.spectacle .accessibility ul li:hover .name {
	display: block;
}
 */

.spectacle .accessibility .definition {
	font-size: 85%;
	height:18px;
}

.accessibility .definition {
	opacity:0;
	transition: opacity 400ms;
	min-height: 20px;
}
.accessibility .definition.show {
	opacity:1;
}

.picto {
	font-size: 16px;
	font-family: 'arsenic-picto';
}

.external-link a {
  cursor: pointer;
}
.external-link a:hover {
  color: white;
  background-color: black;
}


.spectacle .td.text .spectacle-date {
	font-size: 85%;
  line-height: 1.15;
  text-transform: uppercase;
  margin-top: 3px;
}


@media (min-width: 600px) {
	.spectacle h2,
	.spectacle h3,
	.spectacle h4 {
		font-size: 150%;
		line-height: 1.2963em;
    font-weight: 500;
	}
	.spectacle .accessibility ul {
		margin-top: 2px;
	}
	.spectacle .accessibility ul li {
		line-height: 22px;
	}
}

@media (min-width: 900px) {

	.spectacle .img-container {
		width: 50%;
		float: left;
	}
	.spectacle .spectacle-text-container {
		width: 50%;
		left: 50%;
		float: left;
	}

	.slide .spectacle .table {
		max-width: 600px; /* 1280px */
	}

	#home-slideshow .spectacle .img-container {
		display: block;
	}
  .spectacle .td.text .spectacle-date {
  	display: none;
  }

	.spectacle-dropdown {
		min-width: 180px;
	}
	.spectacle-dropdown a.spectacle-btn {
		/* text-align: right; */
	}
	.spectacle-dropdown a.spectacle-btn.align-center {
		text-align: center;
	}
  .spectacle .td.text {
    width: 50%;
    flex-grow: 1;
  }
  .spectacle .td.text h2 {
    overflow: visible;
    white-space: normal;
  }

	.spectacle .td.spectacle-hour {
    width: 50%;
		width: 180px;
		padding-top: 20px;
		padding-left: 0;
		padding-right: 0;
	}

	.spectacle .img-frame {
		padding-bottom:66.6666%;
	}
	.archives .spectacle .table {
		margin-bottom: 0;
	}
	.spectacle .accessibility ul li.mobile-date {
		display: none;
	}

}

@media (max-width: 899px) { /* MAX WIDTH !! */
	.spectacle-dropdown a {
		padding: 6px 0;
	}
	.spectacle-dropdown:hover:not(.inverse) a.spectacle-btn {
		padding: 8px 0;
	}
}


/* Site Footer
--------------------- */
.site-footer {
  position:fixed;
  bottom: 0px;
	width: 100%;
}


/* News
--------------------- */
.news {
	position: relative;
	/* bottom: 0px;
	width: 100%; */
	height:40px;
	line-height:40px;
	font-size: 85%;
	/* background-color: #f5f5f5; */
	/* border-top: 2px solid black; */
	background-color: black;
  font-weight: 500;
}
.news,
.news a {
	color: white;
}
.news a:hover {
	/* border-bottom: 2px solid white; */
  text-decoration: underline;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.035em;
}
.news.closed {
	/* border-right: 2px solid black; */
	width: 60px;
}
.news-header {
	position:absolute;
	width: 60px;
	height:100%;
	/* background-color: red; */
	/* color: white; */
}

.news-body {
	position:absolute;
	left: 60px;
	right:0;
	height:100%;

	/* background-color: black; */
	/* color: white; */
}

.news-body .marquee {
	left: 0px;
	right: 0px;
}
.news-body .marquee span {
  padding-top: 3px;
	/* margin-right: 20px; */
}
.marquee .sep {
	display: inline-block;
	height: 12px;
	width: 0;
	background-color: white;
	margin: 0 15px;
}
.news .marquee .segment .news-item:last-child .sep {
	/* margin: 0 8px; */
}



.marquee,
.no-marquee {
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	height: 40px;
	top: 0;
	bottom: 0;
}
.marquee .segment {
	position: absolute;
}
.news .news-button {
	display: block;
	cursor:pointer;
}
.news-button ul {
	margin-left: 20px;
}
.news-button ul li {
	display: inline-block;
}
.news-button ul li.news-close-icon {
	width: 20px;
}
.news-button ul li.news-title {
	margin-left: 10px;
	text-transform: uppercase;
	display: none;
}

@media (min-width: 900px) {
	.news-button ul {
		margin-left: 40px;
	}
	.news-header {
		width: 120px;
	}
	.news-body {
		left: 120px;
	}
	.news-button ul li.news-title {
		display: inline-block;
	}
	.news-body .marquee {
		left: 40px;
		right: 0;
	}
	.news.closed {
		width: 160px;
	}
}


/* Cookies
--------------------- */
.privacy {
	position: relative;
	/* bottom: 0px;
	width: 100%; */

	/* line-height:40px; */
	font-size: 85%;
	/* background-color: #f5f5f5; */
	/* border-top: 2px solid black; */
	background-color: yellow;

  overflow: hidden;
  transition: height 300ms;

  font-weight: 500;
}
.privacy.hide {
  height: 0;
}
.privacy-content {
  padding: 8px 20px;
  box-sizing: border-box;
  min-height: 40px;

}
.privacy p {
  margin: 0;
  flex-grow: 1;
}
.privacy button,
.privacy a.button {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid black;
  min-width: 120px;
  font-weight: inherit;
  font-size: 15px;
  line-height: 18px;
  font-family: inherit;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  margin-top: 0.5em;

  display: inline-block;
  padding: 2px 20px 0;
}
.privacy button:hover,
.privacy a.button:hover {
  background-color: black;
  color: yellow;
}
@media (min-width: 900px) {
  .privacy {
    height: 40px;
  }
  .privacy .privacy-content {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin: 0 -5px 0 0;
  }
  .privacy button,
  .privacy a.button {
    margin: 0 5px;
  }
}


/* Home (Programme + Archives)
--------------------- */


/* .archives .inside, */
.archives img {
	/* transition: transform 500ms ease-out; */
	/* transform: scale(1.03); */
	transform: scale(1);
	transition: transform 6s cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-transition: transform 6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
/* .archives .spectacle .spectacle-content:hover .inside, */
.archives .spectacle .spectacle-content:hover img {
	/* transform: scale(1); */
	transform: scale(1.16, 1.16);
}

.spectacle .spectacle-content {
	cursor: pointer;
}
.archives .spectacle .spectacle-content,
.archives .evenement a {
	background-color: rgba(255,255,255,0);

	transition: background-color 1s;
}
.archives .spectacle .spectacle-content:hover,
.archives .evenement a:hover {
	background-color: rgba(255,255,255,1);

	/* transition: background-color 1s; */
}

.archives .evenement.has-link a {
	/* display: block;
	height:100%; */
}

.archives .spectacle {
	 /* padding: 5px 0; */
	 /* margin-top: -5px; */
	/*  border-bottom: 2px solid black; */
}

.archives .spectacle .spectacle-wrapper {
	margin: 0 auto;
	max-width: 560px;
}
.archives .evenement .spectacle-wrapper {
	margin: 0 auto;
	max-width: 600px;
	height: 100%;
	position: relative;
}

.archives .spectacle table td.text {
	 padding-top: 15px;
}
.archives .spectacle .inside {
/*
	width:100%;
	height:auto;
	display:block;
 */

	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.archives .spectacle canvas {
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.archives .spectacle .img-container {
	overflow: visible;
}


#archives-section {
	background-color: black;
	color: white;
	display: none;
}

.archives .wrapper {
	/* max-width: 3000px; */
}



.spectacle .spectacle-content,
.evenement .evenement-content {
	margin: 0;
	position: relative;
}
.archives .spectacle .spectacle-content,
.archives .evenement .evenement-content {
	border-bottom: 2px solid rgba(0,0,0,1);
}

.evenement .evenement-content::after {
	content: "";
	display: block;
	height: 40px;
}
.archives .evenement {
	background-color: #f5f5f5;
	color: black;
}
.evenement .evenement-left-col {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.archives .evenement .evenement-left-col {
	background-color: rgba(0,0,0,1);
}
.archives .evenement .evenement-left-col::after,
.archives .spectacle .img-container::after {
	/*
content:"";
	position: absolute;
	width: 100%;
	top: -2px;
	bottom: -2px;
	border-top: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
 */
}
.evenement .evenement-right-col {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/* .archives .evenement .content {
	position:absolute;
	display: block;
	top: 0;
	left: 20px;
	right: 190px;
	bottom: 0;
	overflow:hidden;
}
.archives .evenement .content .etc {
	display:inline-block;
}

.archives .evenement .date {
	float:right;
	text-transform: uppercase;
	margin-right: 22px;
} */
.archives .evenement .display-etc {
	display: flex;
  margin: 0;
}
.archives .evenement .display-etc .content {
  display: block;
  margin: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.archives .evenement .display-etc .date {
  flex-shrink: 0;
  margin: 0 20px 0 0;
	text-transform: uppercase;
}
@media (min-width: 900px) {
  .archives .evenement .display-etc .date {
    margin: 0;
  }
}




.evenement ul {
	display: table;
	width: 100%;
}
.evenement ul.has-link {
	cursor:pointer;
}
.evenement ul li {
	display: table-cell;
}
.evenement ul li.evenement-title {
	padding-right: 10px;
}
.evenement ul li.evenement-date {
	white-space: nowrap;
	text-align: right;
}
.evenement-col-content {
	margin: 0 20px;
}


#agenda .evenement .marquee .content {
	float:none;
	margin-left: 15px;
}

#agenda .evenement .marquee .date {
	float:none;
	margin-right: 0;
	margin-left: 15px;
}


.archives .evenement .date {
	margin-right: 20px;
}
.archives .evenement .marquee {
	right: 40px;
}
.archives .spectacle td.spectacle-hour {
	padding-left: 20px;
	padding-right: 20px;
	/* width:100%; */
	box-sizing: border-box;
}
.archives .border-top {
	border-bottom: 2px solid black;
}
.search-body .groups .group,
.spectacle .groups .group {
	margin-bottom: 18px;
}
.marquee .segment .date {
	text-transform: uppercase;
	/* margin-left: 20px; */
}

@media (min-width: 900px) {
	.evenement .evenement-left-col {
		right: 50%;
	}
	.evenement .evenement-right-col {
		left: 50%;
	}
	#agenda .evenement .evenement-right-col {
		left: 0;
	}
	.spectacle .spectacle-content,
	.evenement .evenement-content {
		margin: 0 40px;
	}
	.slide .evenement .evenement-content {
		margin: 0;
	}


	.archives .spectacle td.spectacle-hour {
		padding-left: 0;
		/* width:auto; */
		/* float:right; */
	}
	.archives .evenement .date {
		/* margin-right: 42px; */
	}
	.archives .border-top {
		margin: 0 40px;
	}
}

/* A venir
--------------------- */
.avenir-container {
	margin: 0 0 15px 0;
}

.avenir-header {
	display: table;
	height: 42px;
	width: 100%;
}
.avenir-header-title {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 2px solid black;
	font-size: 85%;
}
.avenir-body ul {
}
.avenir-body ul li {
	cursor: pointer;
}
.avenir-body ul li:hover .cell.title,
.avenir-body ul li:hover .cell.date {
	background-color: white;
}
.avenir-body ul li .table {
	display: table;
	width: 100%;
	height: 42px;
	max-width: 600px;
	margin: 0 auto;
}
.avenir-body ul li .cell {
	display: table-cell;
	vertical-align: middle;
	font-size: 85%;
  font-weight: 500;
}
.avenir-body ul li .cell.placeholder {
	display: none;
}
.avenir-body ul li .cell.title {
	padding-left: 20px;
}
.avenir-body ul li .cell.date {
	text-align: right;
	padding-right: 20px;
	text-transform: uppercase;
}
.avenir-body ul li .cell.title,
.avenir-body ul li .cell.date {
	border-bottom: 2px solid black;
}
.avenir-body ul li .cell.placeholder {
	border-bottom: 2px solid white;
}

@media (min-width: 900px) {
	.avenir-content {
		margin: 0 40px;
		max-width: none;
	}
	.avenir-body ul li .cell.placeholder {
		display: table-cell;
		width: 50%;
		background-color: black;
	}
	.avenir-body ul li .table {
		max-width: none;
	}
	.avenir-body ul li .cell.date {
		padding-right: 40px;
	}

}

/* Calendar
--------------------- */

#calendar-btn {
	cursor: pointer;
}
#calendar {
	position: absolute;
	width: 300px;
	left: 40px;
	z-index: 5;
	text-transform:uppercase;
	font-size: 85%;
	bottom: 40px;
	margin: auto;
	display: none;
}
#calendar:hover {

}
#calendar,
#calendar a {
	color:white;
}
#calendar .calendar-header {
	text-align: center;
}
#calendar .calendar-header a,
#calendar .calendar-header span {
	/* color: black; */
}

#calendar ul {
	padding: 0 10px;
}
#calendar ul li {
	padding: 2px 0;
}
#calendar .calendar-header,
#calendar .calendar-body ul li {
	height: 40px;
	padding:2px;
	box-sizing: border-box;
	line-height: 36px;
}
#calendar .calendar-header a {
	display:block;
	cursor: pointer;
}
#calendar ul li {
	display:block;
	position:relative;
	float:left;
	width: 14.2857%;
	text-align: center;
}
#calendar ul li.cols-5 {
	width: 71.4284%;
}
#calendar .calendar-body ul li.active::before,
#calendar .calendar-body ul li.today::before {
	content:"";
	position:absolute;
	top:-1px;
	left:-1px;
	right:-1px;
	bottom:-1px;
	border-bottom: 2px solid white;
}
#calendar .calendar-body ul li a {
	display:block;
	position:relative;
	z-index:1;
	cursor:default;
}
#calendar .calendar-body ul li.active a {
	cursor:pointer;
}
#calendar .calendar-body ul li.hide {
	visibility: hidden;
}
#calendar .calendar-body ul li.current {
	/* background-color: white; */
}
#calendar .calendar-body ul li.current::after {
	content:"";
	position:absolute;
	top:-1px;
	left:-1px;
	right:-1px;
	bottom:-1px;
	background-color: white;
}
#calendar .calendar-body ul li.current a {
	color: rgb(0,0,0);
}
#calendar .calendar-body ul li.today {
}
#calendar .calendar-body ul li.today::before {
	border: 2px solid white;
}
#calendar .calendar-footer {
	height: 20px;
	width:100%;
	/* clear:both; */
}
@media (min-width: 780px) and (min-height: 500px) {
	#calendar {
		display: block;
	}
}


/* Single
-------------------- */


.single-popup-container {
  /* padding-top: 40px; */
}

.single-content {
	position: relative;
	/*
width: 100%;
	top: 0;
 */
  padding-top: 40px;
	z-index: 100;
}

body.reservation-open .single-content {
	position: absolute;
	top: 0;
	width: 100%;
}




.single-content.type-spectacle {
	background-color: #f5f5f5;
}
.single-content.type-evenement,
.single-content.type-avenir,
.single-content.type-post {
	width: 100%;
	max-width: 700px;
	z-index: 100;
	margin: 0 auto;
}
.single-content.type-evenement .single-body,
.single-content.type-avenir .single-body,
.single-content.type-post .single-body {
	/* margin: 100px 0 50px 0; */
	background-color: #f5f5f5;
}


.single-header {
	height: 100vw;
  position: relative;
}
.single-header.no-image {
	height: 0;
}
.single-header .slideshow {
	height: 100%;
  position: relative;
}
.single-header .credits {
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 60%;
	color: #f5f5f5;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
  transform: rotate(-90deg);
}
.single-header .credits .credits-content {
  position: absolute;
  white-space: nowrap;
}

.shrink {
	margin: 0 20px;
}
.single-body .main-column {
	width: 100%;
	padding-bottom: 40px;
}
.single-body .main-column .column {
	float:none;
}
.single-body .content-body .column {
	margin-bottom:30px;
}
.left-col-text {
	margin-bottom: 18px;
  font-weight: 300;
}

.single-body .left-col-text a {
  text-decoration-thickness: 0.075em;
}


.wp-video {
	width: auto !important;
}
.single-body .main-column .shrink-column {
	/* overflow: hidden; */
	position: relative;
}


.single-body .content-header {
	padding-top: 18px;
	padding-bottom: 8px; /* only responsive */
}
.single-body .content-header .left-column,
.single-body .content-header .right-column {
	display: none;
}
.single.type-spectacle h2 {
	/* text-transform: uppercase; */
}
.single-body h2,
.single-body h3,
.single-body h4 {
  font-size: 150%;
  font-weight: 500;
	margin: 0;
}
.single-body h3 {
	font-style: italic;
}
.single-body h4 {
	font-size: inherit;
}
.single-body h4.dates {
	text-transform: uppercase;
}
.single-body p {
	margin-top: 0;
}
.single-body img {
	max-width: 100%;
	height: auto;
}
.single-body .right-col-text {
	font-size: 85%;
	margin-top: 10px;
}
.single-body .content-header .group {
	margin-bottom: 18px;
}
.single-body .content-header .group {
	margin-bottom: 18px;
}

.single-close {
	position: fixed;
	right: 0px;
	top: 30px;
	z-index: 5;
  padding: 20px;
  cursor: pointer;
  font-size: 120%;
}

.single-content.type-post .single-close,
/* .single-content.type-evenement .single-close, */
.single-content.type-spectacle .single-close {
  color: white;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}

.single-content.type-evenement .single-close,
.single-content.type-avenir .single-close {
	position: absolute;
	right: 0;
	top: 0;
}



.single-body .content-body {
	display: flex;
	flex-direction: column;
}
.single-body .main-column .left-column {
	order:3;
}
.single-body .main-column .center-column {
	order:2;
}
.single-body .main-column .right-column {
	order:1;
}

.single .accessibility ul li {
	font-size: 85%;
	display: inline;
	cursor: default;
}
.single .accessibility li::after {
	content: " | ";
}
.single .accessibility li:last-child::after {
	content: "";
}
.single .accessibility ul li .name {
	display: none;
}
.single .accessibility .definition {
	font-size: 85%;
}
.single-body .content-body .accessibility {
	display: none;
}
.single-body .content-header .accessibility {
	display: block;
}

.slideshow .pagination {
	position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.slideshow .pagination ul li {
	width:12px;
	height: 12px;
	display: inline-block;
	margin: 0 10px;
	background-color: white;
	border-radius: 100%;
	cursor:pointer;

	box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}
.slideshow .pagination ul li.active {
	background-color: rgb(0, 0, 0);
}

.slideshow .controller .left-side {
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
	bottom: 0;
}
.slideshow .controller .right-side {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
}


.single-popup-background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(245, 245, 245,0.7);
	z-index: 50;
}
.single-popup-background svg {
	position: absolute;
	width: 160px;
	height: 128px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.single-popup-background svg path {
	stroke: #000000;
}
.load-anim {
	position: absolute;
	width: 100px;
	height: 100px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: black;
	font-size: 100px;

	/* animation: pulse 2s infinite; */
}

body.single-open .single-popup-opaque-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.8);
	z-index: 99;
}

.single-popup .footer-placeholder {
	display: none;
}


@media (min-width: 600px) {
	.single-body .main-column .shrink-column {
		max-width: 650px;
		margin: 0 auto;
	}

}
@media (min-width: 900px) {
	/* .single-content.type-spectacle .single-header {
		padding-bottom:50%;
	} */
  .single-content.type-spectacle .single-header {
  	height: 50vw;
  }
	/* .single .reservation-container, */
	/* .single .right-col-text, */
	.single-content.type-spectacle .single .accessibility ul,
	.single-content.type-spectacle .single .accessibility .definition {
		float: right;
	}
	.single-content.type-spectacle .single .accessibility .definition {
		text-align: right;
	}

	.single-content.type-spectacle .single-body .content-body,
	.single-content.type-spectacle .single-body .content-header {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.single-content.type-spectacle .single-body .content-body .column,
	.single-content.type-spectacle .single-body .content-header .column {
		display: table-cell;
		vertical-align: top;
		float: none;
	}

	.single-content.type-spectacle .single-body .main-column .column {
		margin-bottom:0;
	}
	.single-content.type-spectacle .single-body .main-column .left-column {
		width: 25%;
		padding-top: 2px;
	}
	.single-content.type-evenement .single-body .main-column .left-column,
	.single-content.type-evenement .single-body .main-column .right-column {
		/* display: none; */
	}

	/*
.single-content.type-evenement .single-body .content-header,
	.single-content.type-evenement .single-body .content-body,
	.single-content.type-evenement .single-body .content-header .column,
	.single-content.type-evenement .single-body .content-body .column {
		display: block;
	}
 */

	.single-content.type-spectacle .single-body .main-column .center-column {
		/* width: 55%; */
	}
	.single-content.type-spectacle .single-body .main-column .right-column {
		/* width: 20%; */
		width: 240px;
		padding-top: 5px;
	}
	.single-content.type-spectacle .single-body .content-header .left-column,
	.single-content.type-spectacle .single-body .content-header .right-column {
		display: table-cell;
	}
	.single-content.type-spectacle .single-body .content-header {
		padding: 25px 0;
	}
	.single-content.type-spectacle .single-body .main-column .shrink-column {
		max-width: none;
		margin: 0 20px;
	}
	.single-content.type-spectacle .single-body .content-body .accessibility {
		display: block;
	}
	.single-content.type-spectacle .single-body .content-header .accessibility {
		/* display: none; */
    height: 30px;
	}
	.single-content.type-spectacle .single-body .content-header {
		padding-bottom: 18px;
	}
	.single-content.type-spectacle .single-body .content-body .column {
		margin-bottom:20px;
	}
	/* .single-content.type-spectacle .single-body .column a:not(.spectacle-btn) {
		word-wrap: break-word;
		border-bottom: 2px solid black;
	} */

}





/* Pages
--------------------- */
.page-container {
	position: relative;
	margin-top: 40px;
	width: 100%;
}

.page-body .left-column,
.page-body .right-column {
	display: none;
}
.page-body .center-column {
	width: 100%;
	position: relative;
	padding-bottom: 40px;
}
.page-body img {
	max-width: 100%;
	height:auto;
}
body:not(.page-template-template-accessiblility,.page-template-template-partenaires) .page-body img {
	width: 100%;
}
.page-text {
	font-size: 100%;
  font-weight: 500;
}
.page-body p {
  margin-top: 0;
}
.page-body hr {
  margin: 0 0 20px;
}
.page-body h2 {
  font-size: 125%;
  margin-top: 20px;
  font-weight: 500;
}
.page-body h3,
.page-body h4 {
  font-size: inherit;
  margin-top: 20px;
  margin-bottom: 0;
}

.page-container .column-shrink {
	max-width: 560px;
	margin: 0 auto;
}
.page-body a,
.single-body a {
	text-decoration: underline;
	/* border-bottom: 2px solid black; */
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.05em;
}
@media (min-width: 900px) {
	.page-body .left-column {
		width: 25%;
		display: block;
	}
	.page-body .right-column {
		width: 20%;
		display: block;
	}
	.page-body .center-column {
		width: 55%;
	}
	.page-container .column-shrink {
		max-width: none;
		margin: 0;
	}

}


/* Search Results
--------------------- */
#search-main {
	margin-top: 122px;
}
.search-header-content {
	margin: 0 20px;
}
.search-header-table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 80px;
}
.search-header-cell {
	display: table-cell;
	vertical-align: middle;
}
.search-header-cell .search-query {
	font-style: italic;
}
.search-header-cell h2 {
  font-size: 125%;
}

.search-body {
	padding-bottom: 20px;
}
.search-item-content a {
	display: block;
}
.search-item-table {
	border-bottom: 2px solid black;
}
.search-item-cell {
	position: relative;
}
.search-item-content.type-archive .search-item-table {
	border-bottom-color: white;
}
a:hover .search-item-cell {
	background-color: white;
}
.search-item-content.type-archive .search-item-cell {
	background-color: black;
	color: white;
}
.search-item-content.type-archive .search-item-cell a {
	color: white;
}
.search-item-cell h2,
.search-item-cell h3 {
	margin: 0;
	font-size: 150%;
  line-height: 1.2963em;
  font-weight: 500;
}
.search-item-cell h2 {
  /* text-transform: uppercase; */
}
.search-item-cell h3 {
  font-style: italic;
}
.search-item-cell h3 p { /* why??? */
  margin: 0;
}
.search-item-cell.image {
	width: 50%;
	display: none; /* responsive */
}
.search-item-cell .image-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-color: black;
}
.search-item-cell .image-container img {
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.search-item-cell.text {
	padding: 15px 20px;
}
.search-item-cell.date {
	padding: 15px 20px;
	font-size: 85%;
  font-weight: 500;
}
.search-item-cell.date ul li.season{
	text-transform: uppercase;
}

@media (min-width: 900px) {
	.search-header-content,
	.search-item-content {
		margin: 0 40px;
	}
	.search-item-table {
		display: table;
		table-layout: fixed;
		width: 100%;
		border: none !important;
	}
	.search-item-cell {
		height: 200px;
		display: table-cell;
		vertical-align: top;
		border-bottom: 2px solid black;
	}
	.search-item-cell .image-container {
		position: absolute;
	}
	.search-item-cell.image,
	.search-item-content.type-archive .search-item-cell {
		display: table-cell;
		border-bottom-color: white;
	}
	.search-item-cell.date {
		padding: 15px 10px;
		width: 120px;
		text-align: right;
	}
}


/* Archive Page
--------------------- */
/* body.page-template-template-archive { */
main.archive {
	background-color: black;
}
body.page-template-template-archive header {
	border-bottom: 2px solid white;
}


main.archive {
	margin-top: 42px;
	/* border-top: 2px solid white; */
}
.archive-footer {
	margin-bottom: 20px;
}
main.archive,
main.archive a {
	color: white;
}
.archive-years-content {
	border-bottom: 2px solid white;
}
.archive-years ul {
	padding: 18px 10px;
}
.archive-years ul li {
	display: inline-block;
	padding: 0 10px;
	text-transform: uppercase;
}
.archive-years ul li.active a {
	border-bottom: 2px solid white;
}
.archive-range-header-content {
	display: table;
	width: 100%;
	height: 40px;
}
.archive-range-header-title {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-bottom: 2px solid white;
	text-transform: uppercase;
}
.archive-content.archives .spectacle .spectacle-content:hover,
.archive-content.archives .evenement.has-link .evenement-content:hover {
	background-color: transparent;
}
.archive-content.archives .spectacle .spectacle-content,
.archive-content.archives .evenement .evenement-content {
	border-bottom-color: white;
}
.archive-content .spectacle .spectacle-content {
	cursor: inherit;
}
.archive-content .spectacle-content a {
	display: block;
}
.archive-content .spectacle-dropdown a {
	border-color: white;
}
.archive-content .img-container {
	display: none;
}
.archive-content  .evenement {
	background-color: transparent;
	color: white;
}

.archive-following-years-content {
	text-align: center;
}
.archive-following-years-content ul li  {
	display: table;
	width: 100%;
	height: 40px;
	border-bottom: 2px solid white;
}
.archive-following-years-content ul li a {
	display: table-cell;
	vertical-align: middle;
}


@media (min-width: 900px) {
	.archive-years-content,
	.archive-range-header {
		margin: 0 40px;
	}
	.archive-years ul {
		padding: 18px 0;
	}
	.archive-content .img-container {
		display: block;
	}
	.archive-following-years-content {
		margin: 0 40px;
	}
}


/* Page AccessibilitÃ©
--------------------- */

body.page-template-template-accessiblility .page-body .page-text {
  font-size: 1.25em;
  line-height: 1.333em;
}
body.page-template-template-accessiblility .page-body .page-text img {
}
body.page-template-template-accessiblility .page-body .page-text p {
}
body.page-template-template-accessiblility .page-body .page-text h2 {
  font-size: 1.75em;
  line-height: 1.333em;
}
body.page-template-template-accessiblility .page-body .page-text ul li {
  margin-bottom: 1em;
}
body.page-template-template-accessiblility .page-body .page-text ul li::before {
  content: "â—";
  display: inline-block;
  margin-right: 1em;
}


/* Page Partenaires
--------------------------------- */
body.page-template-template-partenaires {

}

body.page-template-template-partenaires .page-text p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -0.5em 1em;
  /* justify-content: center; */
}
body.page-template-template-partenaires .page-text p&gt;a,
body.page-template-template-partenaires .page-text p&gt;img {
  padding: 0.5em 0.5em;
  flex: 1 1 0;
  min-width: 12em;
  max-width: 33.333%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}




/* Inscription - Popup
--------------------- */
/*
body.popup-open #popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 40;
}
 */
.popup-container {
	z-index: 200;
	position: relative;
	/*
top: 0;
	left: 0;
	right: 0;
	bottom: 0;
 */
}
.popup-background {
	position:fixed;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0, 0.8);
}
.popup-table {
	width: 100%;
	height: 100%;
	display: table;
}
.popup-cell {
	display: table-cell;
	vertical-align: middle;
}
.popup-content {
	display: block;
	position: relative;
	width: 100%;
	max-width: 550px;
	background-color: white;
	overflow: auto;
	margin: 0 auto;
	/* bottom: 20px; */
	/* max-height: 465px; */
}

.popup-wrapper {
	margin: 20px;
}
.popup-header {
	position: relative;
	min-height: 120px;
}
.popup-header h2 {
}
.popup-header h2,
.popup-header h3,
.popup-header h4 {
	font-size: inherit;
	margin: 0;
}
.popup-header h2 {
	text-transform: uppercase;
}
.popup-header h3 {
	font-style: italic;
}
.popup-header a.close {
	display:block;
	cursor:pointer;
	font-size: 85%;
	float: right;
	padding: 10px;
	position: relative;
	top: -10px;
	right: -10px;
}
.popup-body  {
	min-height: 300px;
}
.popup-body .left-column {
	width: 100%;
	margin-bottom: 20px;
}
.popup-body .right-column {
	width: 100%;
}
.popup-body .text-input {
	border: 2px solid black;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 4px;
	padding: 2px 6px;
	display:block;
	height: 32px;
	border-radius: 0 !important;
}
.popup-body textarea.text-input {
  height: 68px;
}

.popup-body.edit-remarque textarea.text-input {
  height: 268px;
}

.date-selector ul li {
	border: 2px solid black;
	margin-bottom: 4px;
	cursor: pointer;
	position: relative;
}
.date-selector ul li.before {
	cursor: default;
}
.date-selector ul li a {
	display: block;
	text-transform: uppercase;
	padding: 4px 6px;
}
.date-selector ul li.active {
	background-color: black;
}
.date-selector ul li.active a {
	color:white;
}

.date-selector ul li .vu {
	display: none;
	position: absolute;
	right: 10px;
	top: 3px;
	color: rgb(0,255,0);
}
.date-selector ul li.active .vu {
	display: block;
}
.date-selector ul li.complet {
	padding: 4px 6px;
	background-color: white;
	color: black;
	cursor: default;
	text-transform: uppercase;
	text-align: center;
}


.popup-body .tarifs {
  margin-bottom: 1em;
}
.popup-body .missing {
	min-height: 20px;
	padding: 5px 0;
}
.popup-footer {
	margin-top: 0;
}
.popup-footer a,
.popup-body a.button {
	display: block;
	background-color: black;
	color: white;
	padding: 11px 6px;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
}
.popup-body a.button {
	margin-top: 5px;
	margin-bottom: 5px;
}

.popup-success .popup-body {
	text-align: center;
}
.popup-success-title,
.popup-success-v {
	color: rgb(0, 255, 0);
}
.popup-body.cancel-reservation .popup-success-title,
.popup-body.cancel-reservation .popup-success-v {
	color: rgb(255, 0, 0);
}


.popup-success-v {
	font-size: 96px;
}
.popup-success-date::first-letter {
	text-transform: uppercase;
}
.popup-success-date {
	margin-bottom: 20px;
}

.popup-body .add-calendar {
	display: inline-block;
	border: 2px solid black;
	padding: 4px 40px;
	cursor: pointer;
	margin-top: 10px;
}

.popup-body .edit-booking-title {
	margin-bottom: 30px;
}
.popup-body .edit-booking-item:not(:first-child) {
	margin-top: 30px;
}



.popup-loading-icon {
	height: 470px;
}
.popup-loading-icon svg {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.popup-loading-icon svg .st0 {
	stroke: black;
}




@media (min-width: 600px) {
	.popup-body .left-column {
		width: 40%;
		margin-bottom: 0;
	}
	.popup-body .right-column {
		width: 60%;
		padding-left: 20px;
	}
	.popup-body a.button {
		margin-bottom: 0;
	}
}

@media (max-width: 899px) { /* MAX WIDTH !! */
	.date-selector ul li a,
	.date-selector ul li.complet {
		padding: 9px 6px;
	}
	.popup-body .text-input {
		height: 42px;
	}
}

@media (min-height: 540px and min-width: 900px) {
	.popup-content,
	.single-content.type-evenement,
	.single-content.type-avenir,
	.single-content.type-post {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (min-height: 700px) {
	.popup-content,
	.single-content.type-evenement,
	.single-content.type-avenir,
	.single-content.type-post {
		margin-top: 80px;
		margin-bottom: 80px;
	}
}
/*
@media (min-height: 800px) {
	.popup-content,
	.single-content.type-evenement,
	.single-content.type-avenir {
		margin-top: 100px;
		margin-bottom: 100px;
	}
}
@media (min-height: 1000px) {
	.popup-content,
	.single-content.type-evenement,
	.single-content.type-avenir {
		margin-top: 200px;
		margin-bottom: 200px;
	}
}
@media (min-height: 1200px) {
	.popup-content,
	.single-content.type-evenement,
	.single-content.type-avenir {
		margin-top: 300px;
		margin-bottom: 300px;
	}
}
 */





 /* Annonce Image (@from juin2021)
 --------------------------------------- */

.annonce-image {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  object-fit: contain;
  object-position: center;
  position: fixed;
  z-index: 300;
  filter: blur(0px);
  opacity: 1;
  transition: filter 1000ms linear, opacity 1000ms linear;

  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.annonce-image.hide {
  filter: blur(32px);
  opacity: 0;
  /* pointer-events: none; */

}


/* Footer
-------------------- */
.footer-placeholder {
	padding-bottom: 100%;
}

#footer {
	position: absolute;
	width: 100%;
	bottom:0;
	padding-bottom: 100%;
	z-index: 20;
}

#footer, #footer a {
	color: white;
}
.footer-content {
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:0;
	padding-bottom: 100%;
	box-sizing: border-box;
	background-color: black;
}
.footer-item {
	position: relative;
	display: block;
	padding: 20px 20px;
	vertical-align: middle;

}
.footer-item.social-menu,
.footer-item.contact {
	width: 200px;
	font-size: 85%;
  font-weight: 500;
	position: absolute;
	bottom: 0;
}

body.single-open .footer-item.social-menu,
body.single-open .footer-item.contact {
	visibility: hidden;
}
.footer-item.social-menu {
	right: 0;
}
.footer-item.contact {
}

.footer-item.logo {
	text-align: center;
	font-size: 96px;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
}
.footer-item.logo svg {
	width: 160px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.footer-item.social-menu ul li {
    text-align: right;
}

@media (min-width: 900px) {
	#footer,
	.footer-placeholder {
		padding-bottom: 0;
	}
	.footer-placeholder {
		height: 140px; /* ! should be sync with .footer-content by javascript */
	}
	.footer-content {
		display: table;
		height: auto;
		width: 100%;
		height: auto;
		position: static;
		padding-bottom: 0;
	}
	.footer-item.logo,
	.footer-item.social-menu,
	.footer-item.contact {
		position: static;
		display: table-cell;
		padding: 20px 40px;
		overflow: hidden;
	}
}




/* Animation
-------------------- */

@keyframes wave {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(1px);
  }
  50%{
    transform: translateY(0);
  }
  75% {
    transform: translateY(-1px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes pulse {
  0% {
    color: #000000;
  }
  50% {
    color: #f5f5f5;
  }
  100% {
    color: #000000;
  }
}


/* Logo animation
-------------------- */

.st0{
	fill:none;
	stroke:#fff;
	stroke-width:50;
	stroke-miterlimit:10;
}
.IzMTgyBG_0 {
	visibility: hidden;
}
svg.play .IzMTgyBG_0 {
	visibility: visible;
	stroke-dasharray:2993 2995;
	stroke-dashoffset:2994;
	animation:IzMTgyBG_draw 2000ms ease-in-out 0ms forwards;
}
svg.play.continue .IzMTgyBG_0 {
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@keyframes IzMTgyBG_draw{
	100%{stroke-dashoffset:0;}
}



/* Splash Page
-------------------- */
#splashpage-logo {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 500;
	background-color:#000;
}
#splashpage-logo img {
	display: block;
	position: absolute;
	margin:auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* Date
-------------------- */
</pre></body></html>