/* @override 
	https://www.utopsie.com/work/troistristestigres/wp-content/themes/ttt_2026_theme/assets/styles/style.css?*
	https://troistristestigres.com/wp-content/themes/ttt_2026_theme/assets/styles/style.css?* */
	
/************************************************

Stylesheet: Global Stylesheet

*************************************************/

/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,wdth,wght@0,70.2,602;0,80.2,402;1,70.2,602;1,80.2,402&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,wdth,wght@0,80,600;0,87.5,400;1,80,600;1,87.5,400&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400;1,500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*@import url('https://www.utopsie.com/work/troistristestigres/wp-content/themes/ttt_theme/assets/styles/masks.css');*/

/* COLORS ***********/
:root {
	--coul-main:#ac1717 ;
	--coul-sec: #e36200;
	--coul-ter: #f0ead4;
	--swiper-navigation-size: 2rem;
	
	--noir:	#000000;
	--noir50: rgba(0, 0, 0, 0.5);
	--noir40: rgba(0, 0, 0, 0.4);
	--noir30: rgba(0, 0, 0, 0.3);
	--noir20: rgba(0, 0, 0, 0.2);
	--noir10: rgba(0, 0, 0, 0.1);
	--noir05: rgba(0, 0, 0, 0.05);
	--noir0: rgba(0, 0, 0, 0);
	
	--blanc:	#ffffff;
	--blanc90: rgba(255, 255, 255, 0.9);
	--blanc60: rgba(255, 255, 255, 0.6);
	--blanc50: rgba(255, 255, 255, 0.5);
	--blanc25: rgba(255, 255, 255, 0.25);
	--blanc20: rgba(255, 255, 255, 0.2);
	
}
.has-main-color,
.has-main-color p {
	color: var(--coul-main) !important;
}
.has-sec-color,
.has-sec-color p {
	color: var(--coul-sec) !important;
}
.has-ter-color,
.has-ter-color p {
	color: var(--coul-ter) !important;
}
.has-light-color,
.has-light-color p {
	color: silver !important;
}
.has-black-color,
.has-black-color p {
	color: black !important;
}
.has-background {
	
}
.has-main-background-color,
.has-main-background-color p {
	background-color: var(--coul-main) !important;
}
.has-sec-background-color,
.has-sec-background-color p {
	background-color: var(--coul-sec) !important;
}
.has-ter-background-color,
.has-ter-background-color p {
	background-color: var(--coul-ter) !important;
}


/*********************
COLOR LOGIC 
*********************/
.bg1 {
	background-color: var(--coul-ter);
	padding-bottom: 4rem;
	position: relative;
	z-index: 1;
}
.page-olivier-kemeid .bg1:after {
	background-color: var(--coul-main);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 2;
	content: '';
	opacity: .1;
}
.bg1 .inner-content {
	position: relative;
	z-index: 3;
}
.bg1 a {
	position: relative;
}
.bg1 a .titre {
	position: relative;
	z-index: -1;
	mix-blend-mode: multiply;
	/*background-color: white;*/
}
.bg2.buffer {
	background-color: var(--coul-ter);
	height: 1rem;
	margin-top: -2rem;
	padding-top: 2rem;
	padding-bottom: 0;
	position: relative;
	z-index: 1;
} 
.bg2.buffer:after {
	background-color: var(--coul-main);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 1;
	content: '';
	opacity: .3;
}
.bg2 {
	background-color: var(--coul-ter);
	margin-top: -2rem;
	z-index: 2;
	padding-top: 4rem;
	padding-bottom: 4rem;
	position: relative;
}
.bg2:after {
	background-color: var(--coul-main);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 1;
	content: '';
	opacity: .3;
}
.bg2 .inner-content {
	position: relative;
	z-index: 10;
}
.bg3 {
	background-color: var(--coul-ter);
	margin-top: -2rem;
	padding-top: 8rem;
	z-index: 9;
	position: relative;
}
.bg3:after {
	background-color: var(--coul-main);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 1;
	content: '';
	opacity: .7;
	filter: brightness(0.9);
}
.bg3 .inner-content {
	position: relative;
	z-index: 10;
}
.bg3 h3 {
	color: var(--coul-ter);
}
.bg4 {
	/*background-color: #ecdece;*/
}
.bg4.buffer {
	/*background-color: #ecdece;*/
}



/*********************
GLOBAL
*********************/
body {
	font-family: 'Merriweather','Roboto Serif', sans-serif;
	font-weight: 400;
	color: rgba(0, 0, 0, .95);
	/*font-stretch: 87.5%;*/
}
a {
	color: var(--coul-sec);
}
a, a * {
	transition: color 250ms ease-in-out;
}
a:focus, a:hover {
color: var(--coul-main);
}
 h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
 	font-family: 'Merriweather','Roboto Serif', serif;
 	font-weight: 900;
 	/*font-stretch: 70%;*/
 }
 p {
 	font-family: 'Merriweather','Roboto Serif', sans-serif;
 	font-weight: 300;
	/*font-stretch: 80%;*/
 }
 .header {
 	background-color: rgba(255, 0, 0, 0);
	height: 8rem;
	width: 100%;
	position: absolute;
	z-index: 20;
	top: 0;
 }
.grid-container {
	width: 100%;
	box-sizing: border-box;
}
.content {
	padding-bottom: 5rem;
}
.page {
	background-color: var(--coul-ter);
}
.page .content,
.single .content {
	margin-top: 12rem;
}
.single-post .content {
	margin-top: 12rem;
}
.page.home .content {
	margin-top: 0;
	background: var(--coul-ter);
	padding-bottom: 2rem;
}
.single-spectacle .content {
	margin-top: 4rem;
}
ul	 {
	list-style: none;
	margin: 0;
}
.wp-block-quote {
	margin: 3rem 2rem 3rem 1rem;
	padding: .5625rem 1.25rem 0 1.1875rem;
	border-left: none;
	position: relative;
	font-family: 'Merriweather','Roboto Serif', sans-serif;
}
.wp-block-quote, .wp-block-quote p {
	line-height: 1.5;
	font-size: 1.75rem;
	font-weight: 500;
	/*color: var(--coul-main);*/
	/*color: rgba(0, 0, 0, .4);*/
}
.wp-block-quote cite {
	font-size: 1.25rem;
	margin-left: 2rem;
	/*color: rgba(0, 0, 0, .4);*/
}
.wp-block-quote p:first-of-type:before {
	content: '«';
	/*color: rgba(0, 0, 0, .15);*/
	font-size: 12rem;
	line-height: 6rem;
	/*background-color: rgba(255, 0, 0, 0.05);*/
	display: block;
	position: absolute;
	top: -0.6rem;
	left: -5rem;
	opacity: .3;
}
.wp-block-quote p:last-of-type:after {
	content: '»';
	/*color: rgba(0, 0, 0, .15);*/
	font-size: 12rem;
	line-height: 6rem;
	/*background-color: rgba(255, 0, 0, 0.05);*/
	display: block;
	position: absolute;
	bottom: 3rem;
	right: -2rem;
	opacity: .3;
}
.wp-block-pullquote.alignleft, 
.wp-block-pullquote.alignright, 
.wp-block-pullquote.has-text-align-left, 
.wp-block-pullquote.has-text-align-right {
	max-width: 100%;
	font-size: 1.25rem;
}
blockquote {
margin: 0;
padding: 0;
border-left: none;
}
.wp-block-pullquote {
	padding: 2rem 0;
	margin: 0;
}
.wp-block-pullquote p {
	line-height: 1.55;
	/*font-size: 1.75rem;*/
	font-weight: 500;
	/*color: var(--coul-main);*/
	/*color: rgba(0, 0, 0, .4);*/
}
.wp-block-pullquote strong {
	/*color: red;*/
}
.wp-block-gallery {
	margin-bottom: .5em;
}
/*********************
CLIP MASKS
*********************/

.cliptop {
	-webkit-mask-position: top;
}
.clipbot {
	-webkit-mask-position: bottom;
}




/*********************
TOP NAV
*********************/
.top-bar {
	position: absolute;
	top: 1rem;
	z-index: 20	;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.top-bar, 
.top-bar ul {
	background-color: transparent;
}

.top-bar .top-bar-right ul.menu {
	justify-content: flex-end;
	height: 3.25rem;
	align-items: center;
}
.top-bar a.homelink {
	font-size: 0;
	padding: 0;
	height: 3.25rem;
	width: 6rem;
}
.top-bar a.homelink svg {
	height: 100%;
	width: 100%;
	fill: red;
}
.top-bar a.homelink svg path {
	fill: var(--coul-main);
}
.top-bar a.homelink:hover svg path {
	fill: var(--coul-sec);
}
.top-bar a {
	color: var(--coul-main);
}

.top-bar a {
	color: var(--coul-main);
}

.top-bar a:hover {
	color: var(--coul-sec);
}
.top-bar .menu .active>a {
	background: transparent;
	color: var(--coul-sec);
}

.page-accueil .top-bar a.homelink svg path,
.single-spectacle .top-bar a.homelink svg path {
	fill: var(--coul-ter);
}
.page-accueil .top-bar a.homelink:hover svg path,
.single-spectacle .top-bar a.homelink:hover svg path {
	fill: var(--coul-sec);
}
.page-accueil .top-bar a,
.single-spectacle .top-bar a {
	color: var(--coul-ter);
}
.page-accueil .top-bar a:hover,
.single-spectacle .top-bar a:hover {
	color: var(--coul-sec);
}

.menu .active>a {
	background: transparent;
color: var(--coul-sec);
}

/*********************
PAGE ACCUEIL
*********************/
.page-accueil .article-header {
	position: absolute;
	z-index: 10;
	width: 100%;
	padding: 6rem;
	color: white;
	text-align: center;
	display: none;
}
.page-accueil .content {
	margin-top: 0;
}
/*********************
PAGE ACCUEIL SWIPER
*********************/
.page-accueil .swiper-frame {
	height: 100vh;
	height: calc(100vh + 2rem);
}
.page-accueil .swiper-container {
	height: 100%;
	height: calc(100vh + 2rem);
	position: relative;
	background-color: black;
	
	/*clip-path: url(../images/maskframe2.svg#svgPath);*/
	/*clip-path: polygon(626px 463px,765px 236px,687px 31px,271px 100px,70px 10px,49px 250px,133px 406px,374px 462px,529px 393px);*/
	
	
}



.swiper-container .swiper-slide {
	position: relative;
}
.swiper-container .swiper-slide .image {
	height: 100%;
	width: 100%;
	position: absolute;
}
.swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-container .swiper-slide:after {
	content: '';
	width: 100%;
	height: 15rem;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	position: absolute;
	/*z-index: 99999;/*/
	bottom: 0;
	transition: all 150ms ease-in-out;
}

.swiper-container .legende {
	position: absolute;
	z-index: 10;
	color: white;
	/*padding: 1rem;*/
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	bottom: 5rem;
	box-sizing: border-box;
	padding: 0 5rem;
	text-shadow: 0 1px 3px rgba(0,0,0,0.5), 0 1px 10px rgba(0,0,0,0.3);
}
.swiper-container .legende a {
	color: var(--coul-blanc);
	
}
.swiper-container .legende .titre {
	font-size: 2.75rem;
	/*background-color: red;*/
	text-align: center;
	border-bottom: 2px solid white;
	margin-bottom: 1rem;
	padding-bottom: .5rem;
	font-family: 'oswald';
}
.swiper-container .legende .sous-titre {
	font-family: 'Barlow Semi Condensed';
	font-size: 1.25rem;
	font-weight: 400;
	text-align: center;
}
.swiper-container .swiper-button-next, 
.swiper-container .swiper-button-prev {
	position: absolute;
	top: unset;
	bottom: 7rem;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	/*color: var(--swiper-navigation-color,var(--swiper-theme-color));*/
	color: white;
	z-index: 13;
}
.swiper-horizontal .swiper-button-prev, 
.swiper-horizontal .swiper-rtl .swiper-button-next {
	left: 2rem;
	right: auto;
	/*background-color: yellow;*/
}
.swiper-horizontal .swiper-button-next, 
.swiper-horizontal .swiper-rtl .swiper-button-prev {
	right: 2rem;
	left: auto;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
	display: none;
}
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 3rem;
	width: 80%;
	margin-left: 10%;
}
.swiper-pagination-bullet {
	background-color: white;
	opacity: .3;
}
.swiper-pagination-bullet-active {
	opacity: 1;
}
.swiper-container .swiper-slide img {
	opacity: 0;
	transition: all 250ms ease-in-out;
}
.swiper-container.swiper-initialized .swiper-slide img {
	opacity: 1;
}
/*********************
ACCUEIL - TABS
*********************/





.nav-swiper {
	width: 100dvw;
	/*margin-left: -.9375rem;*/
	/*margin-right: -.9375rem;*/
	/*padding-right: .9375rem;*/
	/*padding-left: .9375rem;*/

	overflow: hidden;  /*swiper handles scroll internally */
	/*background-color: yellow;*/
	position: relative;
}

.nav-swiper .swiper-wrapper {
	width: 100%;
	max-width: 75rem;
	/*margin-left: -.9375rem;*/
	/*margin-right: -.9375rem;*/
	/* don't justify-content here — flex default (flex-start) packs left */
	justify-content: flex-start; /* default: packed left, natural overflow */
	justify-content: space-between;
	/*background-color: rgba(254, 255, 18, 0.41);*/

}
.nav-swiper.swiper-lock .swiper-wrapper {
	width: 100%;
	justify-content: space-between; /* or space-evenly if you want edge padding too */
}
.nav-swiper.swiper-lock {
	/*background-color: red;*/
}

.nav-swiper__slide {
	width: auto;       /* shrink to content, not equal-width */
	flex-shrink: 0;    /* prevent squishing when it overflows */
	white-space: nowrap;
	font-family: 'oswald', sans-serif;
	text-transform: uppercase;
	
	padding: 1.25rem .9375rem;
	/*background-color: red;*/
	cursor: pointer;
	transition: all 150ms ease-in-out;
}
.nav-swiper__slide:hover {
	color: var(--coul-sec);
}
.nav-swiper__slide.swiper-slide-thumb-active {
	color: var(--coul-main);
}

.content-swiper {
	overflow: visible;
}

.content-swiper .swiper-wrapper {
	transition: height 300ms ease;
}















.page-accueil .navtabs {
	padding: 2rem 0 0;
	background-color: var(--coul-ter);
}
.page-accueil .tabs-panel.is-active {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-accueil .tabs {
	margin: 0;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	border: none;
	background: transparent;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	padding-bottom: 2rem;
}
.page-accueil .tabs-title {
	float: none;
	/*background-color: yellow;*/
	text-transform: uppercase;
}
.page-accueil .tabs-title>a {
	font-family: 'oswald', sans-serif;
	font-size: 1rem;
	color: black;
}
.page-accueil .tabs-title>a:hover {
	background: transparent;
}
.page-accueil .tabs::after, 
.page-accueil .tabs::before {
	display: none;
}
.page-accueil .tabs-title>a:hover {
	color: var(--coul-sec);
}
.page-accueil .tabs-title>a:focus, 
.page-accueil .tabs-title>a[aria-selected=true] {
	background: transparent;
	color: var(--coul-main);
	/*font-weight: 600;*/
	outline: none;
	/*font-weight: bold;*/
	
}
.page-accueil .tabs-content {
	border: none;
	background: transparent;
}
.page-accueil .tabs-panel {
	height: 100%;
	padding: 0;
}
.page-accueil .tabs-panel .grid-x:first-of-type {
	height: 100%;
}
.page-accueil .newtabs .cadre,
.page-accueil .tabs-content .cadre {
	height: 100%;
	/*background-color: yellow;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page-accueil .newtabs a,
.page-accueil .tabs-content a {
	color: black;
	transition: all 150ms ease-in;
	/*position: relative;*/
}
.page-accueil .newtabs a:hover ,
.page-accueil .tabs-content a:hover {
	color: var(--coul-main);
	font-size: .9375rem;
}
.page-accueil .newtabs .thumb,
.page-accueil .tabs-content .thumb,
.page-spectacles .liste .item .thumb,
.suite .thumb {
	position: relative;
	width: 100%;
	/*height: 0;*/
	overflow: hidden;
	/*padding-bottom: 100%;*/
}

.page-accueil .newtabs .thumb,
.page-accueil .tabs-content .thumb {
	/*background-color: yellow;*/
	height: 10rem;
	width: auto;
	display: flex;
	justify-content: end;
	margin-top: 0.25rem;
	/*padding-right: 1rem;*/
}
.page-accueil .newtabs .thumb img,
.page-accueil .tabs-content .thumb img {
	width: 100%;
}
.page-accueil .newtabs .thumb svg, 
.page-accueil .tabs-content .thumb svg {
	width: auto;
	height: 100%;
}
.page-accueil .newtabs a img,
.page-accueil .tabs-content a img,
.page-spectacles .liste .item a img,
.suite a img  {
	transition: all 150ms ease-in-out;
}
.page-accueil .newtabs a:hover img,
.page-accueil .tabs-content a:hover img,
.page-spectacles .liste .item a:hover img,
.suite .item a:hover img {
	transform: scale(1.05);
}
.page-accueil .newtabs .spectacles a:hover img,
.page-accueil .tabs-content .spectacles a:hover img,
.page-spectacles .liste .item a:hover img,
.suite a:hover img {
	filter: grayscale(80%) brightness(0.4) blur(3px);
}










.page-accueil .newtabs .liensuite,
.page-accueil .tabs-content .liensuite {
	padding: 0;
	height: 3rem;
	/*background-color: red;*/
	position: relative;
	margin-top: 1rem;
	opacity: 0;
	transition: all 250ms ease-in-out 250ms;
	margin-top: 3rem;
}

.page-accueil .newtabs .actualites .liensuite {
	margin-top: 4rem;
}
.page-accueil .newtabs .swiper-slide-active .liensuite {
	opacity: 1;
	/*margin-top: 0;*/
	transition: all 250ms ease-in-out 250ms;
}
.page-accueil .tabs-content .liensuite:before {
/*	content: '';
	display: block;
	position: absolute;
	width: 200%;
	height: 8rem;
	margin-left: -25%;
	top: -1rem;
	background-color: rgba(255, 0, 0, 0.25);*/
}

.page-accueil .newtabs .liensuite .cadrelien,
.page-accueil .tabs-content .liensuite .cadrelien,
.cadrelien {
	/*background-color:  var(--coul-sec);*/
	position: absolute;
	width: 100dvw;
	/*margin-left: -25%;*/
	height: 6rem;
	padding: .25rem 0 .75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
	/*background-color: yellow;*/
	/*border: 1px solid #333;*/
}
.single-spectacle .cadrelien {
	/*margin-left: -14%;*/
}
.page-accueil .newtabs .liensuite .cadrelien:before,
.page-accueil .tabs-content .liensuite .cadrelien:before,
.cadrelien:before {
	background-color: var(--coul-main);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: -1;
	content: '';
	opacity: .25;
}
 
.page-accueil .newtabs .liensuite .cadrelien a,
.page-accueil .tabs-content .liensuite .cadrelien a,
.cadrelien .tout,
.cadrelien .rien,
.cadrelien a {
	padding: 1rem 5rem;
	font-family: 'Merriweather','Roboto Serif', sans-serif;
	font-weight: 700!important;
	color: var(--coul-main);
	
	/*background-color: lime;*/
}

























.page-accueil .newtabs .actualites .item .title,
.page-accueil .navtabs .actualites .item .title {
	font-weight: 600;
}
.page-accueil .newtabs .actualites .thumb,
.page-accueil .navtabs .actualites .thumb {
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 85%;
	margin-bottom: 1rem;
}
.page-accueil .newtabs .actualites .thumb img,
.page-accueil .navtabs .actualites .thumb img,
.page-accueil .navtabs .spectacles .thumb img,
.suite .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.page-accueil .newtabs .spectacles .item,
.page-accueil .navtabs .spectacles .item,
.suite .item {
	position: relative;
}
.page-accueil .newtabs .spectacles .thumb,
.page-accueil .navtabs .spectacles .thumb,
.page-spectacles .liste .item .thumb,
.suite .thumb {
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 100%;
	margin-bottom: 1rem;
	background-color: rgba(0, 0, 0, 0.05);
}
.page-accueil .newtabs .spectacles .item h3,
.page-accueil .navtabs .spectacles .item h3,
.page-spectacles .liste .item h3,
.suite .item h3 {
	font-family: 'oswald', sans-serif;
	font-weight: 400;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: white;
	padding: 0 3rem;
	opacity: 0;
	transition: transform 250ms ease-in-out;
	text-shadow: 0 0 9px black, 0 5px 20px black;
	text-transform: none;
	box-sizing: border-box;
	
}
.single-spectacle .clip.suite .item h3 {
	color: white;
}
.page-accueil .newtabs .spectacles .item a:hover h3,
.page-accueil .navtabs .spectacles .item a:hover h3,
.page-spectacles .liste .item a:hover h3,
.suite .item a:hover h3 {
	opacity: 1;
}
.page-accueil .newtabs .spectacles .thumb img,
.page-accueil .navtabs .spectacles .thumb img,
.page-spectacles .liste .item .thumb img,
.suite .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
.page-accueil .newtabs .compagnie h3,
.page-accueil .newtabs .olivier-kemeid h3,
.page-accueil .newtabs .soutenir-les-tigres h3, 
.page-accueil .navtabs .la-compagnie h3,
.page-accueil .navtabs .olivier-kemeid h3,
.page-accueil .navtabs .soutenir-les-tigres h3 {
	color: var(--coul-main);
	font-weight: 700;
	font-size: 2.5rem;
}
.page-accueil .newtabs a:hover h3,
.page-accueil .navtabs a:hover h3 {
	color: var(--coul-sec);
} 
.page-accueil .newtabs .compagnie svg path ,
.page-accueil .navtabs .la-compagnie svg path {
	fill: var(--coul-main);
}
.page-accueil .newtabs .compagnie .liensuite:before,
.page-accueil .navtabs .la-compagnie .liensuite:before {
	/*flex: 1 0 55%;*/
}
.page-accueil .newtabs .compagnie h3,
.page-accueil .navtabs .la-compagnie h3 {
	margin-top: 1rem;
}
.page-accueil .newtabs .olivier-kemeid .thumb,
.page-accueil .navtabs .olivier-kemeid .thumb {
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 80%;
	margin-bottom: 1rem;
	background-color: rgba(0, 0, 0, 0.05);
}
.page-accueil .newtabs .olivier-kemeid .thumb img,
.page-accueil .navtabs .olivier-kemeid .thumb img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 25%;
}
.page-accueil .newtabs .soutenir-les-tigres .thumb,
.page-accueil .navtabs .soutenir-les-tigres .thumb {
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 60%;
	margin-bottom: 1rem;
	background-color: rgba(0, 0, 0, 0.05);
}
.page-accueil .newtabs .soutenir-les-tigres .thumb img,
.page-accueil .navtabs .soutenir-les-tigres .thumb img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 25%;
}




























/*********************
LIEN SUITE
*********************/
.liensuite {
	padding: 2rem 0 0;
	text-align: center;
	display: flex;
	align-items: center;
	gap: 1rem;
	white-space: nowrap;
	/*width: 100%;*/
	font-family: 'oswald', sans-serif;
	text-transform: uppercase;
	box-sizing: border-box;
}
.liensuite:before,
.liensuite:after {
/*	display: block;
	content: '';
	width: 3100%;
	height: 1px;
	background-color: black;*/
}
.liensuite a,
.liensuite .lien {
	font-size:	.875rem;
	font-weight: normal!important;
	color: black;
	display: flex;
	align-items: center;
	height: 2rem;
}
.liensuite a:hover,
.liensuite .lien:hover {
	color: var(--coul-main);
}
.liensuite a:before,
.liensuite a:after,
.liensuite .lien:before,
.liensuite .lien:after {
	font-size: 2rem;
	font-weight: 200;
	position: relative;
	display: inline-block;
	margin-top: -.45rem;
	line-height: 0;
	display: flex;
	align-items: center;
}
.liensuite a:before,
.liensuite .lien:before {
/*	content: '>';
	margin-right: 1rem;*/
}
.liensuite a:after,
.liensuite .lien:after {
/*	content: '<';
	margin-left: 1rem;*/
}
.liensuite a:hover:before,
.liensuite .lien:hover:before {
/*	content: '<';
	margin-right: 1rem;*/
}
.liensuite a:hover:after,
.liensuite .lien:hover:after {
/*	content: '>';
	margin-left: 1rem;*/
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 0; 
	background-color: var(--coul-main);
	background-image: url(../images/footer_trans.png);
	background-position: bottom;
	background-size: cover;
	min-height: 30rem;
	padding: 6rem 0;
	color: white;
	margin-top: -1rem;
	z-index: 60;
	position: relative;
	overflow: visible;
}
.footer .button,
.footer .wp-block-button__link {
	margin-top: -1rem;
	font-family: 'oswald', sans-serif;
	text-transform: uppercase;
	border-radius: 3px;
	border: 1px solid white!important;
	color: white;
	background-color: transparent;
	margin-top: 0;
	transition: all 250ms ease-in-out;
	margin-bottom: 1rem;
}
.footer .button:hover,
.footer .wp-block-button__link:hover {
	color: var(--coul-main);
	background-color: white;
}
.footer svg {
	position: absolute;
}
.footer a {
	color: white;
	opacity: 1;
}
.footer a:hover {
	color: white;
	opacity: .5;
}

.footer .logo {
	margin-bottom: 1rem;
}
.footer .formulaire_dabonnement {
	margin-bottom: 1rem;
	margin-top: -0.5rem;
	padding-top: .5rem;
}
.footer .formulaire_dabonnement .titre {
	/*font-weight: bold;*/
	font-size: 1rem;
	margin-bottom: .75rem;
	display: flex;
}
.footer .social ul {
	list-style: none;
	margin: 0;
	display: flex;
	gap: 1rem
}
.footer .social ul li a {
	position: relative;
	width: 2rem;
	height: 2rem;
	display: block;
}
.footer .social ul li a svg {
	width: 100%;
	height: 100%;
}


.footer .wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_success {
	background-color: var(--coul-sec);
	color: #fff;
}
.footer .wp-block-jetpack-mailchimp form input {
	box-sizing: border-box;
	width: 100%;
	height: 2.125rem;
	margin: 0 0 1rem;
	padding: .5rem;
	border: none;
	border-radius: 3px;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
	box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
	transition: box-shadow .5s,border-color .25s ease-in-out;
	transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



.footer .copyright {
	opacity: .5;
	margin-top: 2rem;
	font-family: "Noto Sans", sans-serif;
	font-size: .75rem;
}


/*********************
PAGE
*********************/
.article-header {
	margin-bottom: 3rem;
	/*height: 20rem;*/
	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/
}
.article-header .entry-title {
	color: var(--coul-main);
}
/*********************
PAGE ACTUALITÉS
*********************/
.page-actualites {
	background-color: var(--coul-ter);
}
.page-actualites .articles {
	line-height: 1.3;
}
.page-actualites .articles a {
	color: black;
	line-height: 1.3;
	font-weight: 600;
}
.page-actualites .articles a:hover {
	color: var(--coul-main);
}
.page-actualites .articles ul {
	list-style: none;
	margin: 0;
}
.page-actualites .articles ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 4rem
}
.page-actualites .articles ul li .item {
	padding-bottom: 4rem;
}
.page-actualites .articles ul li .thumb {
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 85%;
	margin-bottom: 1rem;
	overflow: hidden;
	/*background-color: red;*/
	/*background-color: var(--coul-main);*/
}
.page-actualites .articles ul li .thumb:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(../images/default_bg_a.png);
	opacity: .15;
	background-color: rgba(0,0,0,0.15);
/*	top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
	/*background-color: red;*/
}
.page-actualites .articles ul li .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: all 250ms ease-in-out;
}
.page-actualites .articles ul li .thumb:hover img {
	transform: scale(1.02);
}

.page-actualites .articles .premiers ul li {
	flex: 1 0 45%;
}
.page-actualites .articles .suivants ul li {
	flex: 0 0 29%;
}
.page-actualites .articles .premiers {
	font-size: 1.5rem;
}
.page-actualites .liensuite {
	padding: 0 0 4rem;
	text-align: center;
	display: flex;
	align-items: center;
	gap: 2rem;
	white-space: nowrap;
	width: 100%;
	color: var(--coul-main);
}
.page-actualites .liensuite:hover {
	color: var(--coul-sec);
}
/*********************
PAGE SPECTACLES
*********************/
.page-spectacles .liste ul {
	list-style: none;
	margin: 0;
}
.page-spectacles .liste ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 4rem;
	justify-content: center;
}
.page-spectacles .liste ul li .item {
	margin-bottom: 4rem;
	position: relative;
}
.page-spectacles .liste ul li .thumb {
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 100%;
	margin-bottom: 1rem;
	background-color: rgba(0, 0, 0, 0.05);
}
.page-spectacles .liste ul li .title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-spectacles .liste ul li .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
.page-spectacles .liste ul li {
	flex: 0 0 29%;
}

/*********************
PAGES LA COMPAGNIE
*********************/
.parent-pageid-36 .sidebar {
	/*background-color: white;*/
	/*margin-left: 10%;*/
	padding: 1.5rem 1.5rem;
	position: relative;
	z-index: 5;
}
.parent-pageid-36 .sidebar h3 {
	color: var(--coul-main);
	font-size: 1.25rem;
	/*font-weight: 400;*/
	/*margin-bottom: 1rem;*/
}
.parent-pageid-36 .sidebar .sidebarback {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	top: 0;
	left: 0;
	/*background-color: red;*/
	z-index: -1;
	
}
.parent-pageid-36 .sidebar .sidebarback .top {
	height: 3rem;
	width: 100%;
	background-color: var(--coul-ter);
	/*mask-size: 1000px;*/
}
.parent-pageid-36 .sidebar .sidebarback .mid {
	flex: 1;
	background-color: var(--coul-ter);
}
.parent-pageid-36 .sidebar .sidebarback .bot {
	height: 3rem;
	width: 100%;
	background-color: var(--coul-ter);
	/*mask-size: 1000px;*/
}

.parent-pageid-36 {
	background-color: white;
}
.parent-pageid-36 .header {
	/*background-color: red;*/
	height: 7rem;
	background-color: var(--coul-ter);
}
.parent-pageid-36 .item .header {
	height: unset;
}
.parent-pageid-36 .article-header .page-title {
	color: var(--coul-main);
}
.parent-pageid-36 .sidebar .current_page_item {
	font-weight: bold;
	padding-left: .25rem;
}
.parent-pageid-36 .sidebar .current_page_item:before {
	content: '';
	display: inline-block;
	width: .5rem;
	height:.5rem;
	margin-right: .5rem;
	margin-bottom: .1rem;
	position: relative;
	background-color: var(--coul-sec);
	border-radius: 100%;
} 
.parent-pageid-36 .page {
	background-color: white;
}

/*********************
MISSION ET HISTORIQUE
*********************/
.page-mission-et-historique .historique  {
	/*border: 1px solid red;*/
	margin-top: 2rem;
}
.page-mission-et-historique .titre {
	font-weight: bold;
	margin-bottom: 1rem;
}
.page-mission-et-historique .texte {
	margin-bottom: 3rem;
}
.page-mission-et-historique .image img {
	/*margin-top: 2.75rem;*/
	/*margin-bottom: 1rem;*/
}




/*********************
L'ÉQUIPE
*********************/
.page-equipe .item {
	margin-bottom: 4rem;
}
.page-equipe .item .header {
	/*background-color: rgba(0, 0, 0, 0.1);*/
	display: flex;
	/*gap: 1rem*/
	margin-bottom: 1rem;
	position: relative;
	/*height: 7rem;*/
}
.page-equipe .item .header .info {
	/*padding: 1rem;*/
}
.page-equipe .item .header .info .nom {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: -1px;
}
.page-equipe .item .header .thumb {
	flex: 1 0 100%;
	height: 0;
	padding-bottom: 60%;
	/*background-color: green;*/
	position: relative;
	/*background-color: var(--coul-ter);*/
}
.page-equipe .item .header .thumb img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	/*padding: 1.5rem;*/
	mix-blend-mode: multiply;
}
.page-equipe .item .header .creditphoto {
	/*background-color: red;*/
	z-index: 10;
	color: white;
	display: flex;
	/*width: 15rem;*/
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: .75rem;
	opacity: .75;
}
.page-equipe .item .header .info {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: stretch;
	flex: 1 0 70%;
	position: absolute;
	bottom: 1rem;
	left: 1.5rem;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.46);
}
.page-equipe .item .header .info:before {
	content: '';
	display: block;
	position: absolute;
	width: 130%;
	height: 150%;
	background: -webkit-linear-gradient(70deg, #000000 35.4%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(70deg, #000000 35.4%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(70deg, #000000 35.4%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(20deg, #000000 35.4%, rgba(0, 0, 0, 0) 100%);
	z-index: -1;
	left: -4rem;
	top: -1rem;
	filter: blur(40px);
}
.page-equipe .item .header .info .nom {
	color: var(--coul-sec);
	line-height: normal;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: -1px;
	/*background-color: yellow;*/
	flex: 1 0 60%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.page-equipe .item .header .info .titre {
	/*background-color: pink;*/
	color: white;
	flex: 1 0 40%;
} 
.page-equipe .item .header .info .titre p {
	/*font-size: 1.25rem;*/
	line-height: 1.3;
	
}
.page-equipe .item .bio	{
	/*padding: 0 1rem;*/
}
/*********************
CONSEIL D'ADMINISTRATION
*********************/
.page-ca .item {
	margin-bottom: 3rem;
}
.page-ca .item .header {
	position: relative;
	/*background-color: rgba(0, 0, 0, 0.1);*/
	display: flex;
	/*gap: 1rem*/
	/*margin-bottom: 1rem;*/
	position: relative;
}
.page-ca .item .header .thumb {
	flex: 1 0 30%;
	height: 0;
	padding-bottom: 40%;
	/*background-color: green;*/
	position: relative;
	background-color: var(--coul-ter);
}
.page-ca .item .header .thumb img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	/*padding: 1.5rem 1.5rem 2rem;*/
	mix-blend-mode: multiply;
}
.page-ca .item .header .info {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	/*background-color: orange;*/
	flex: 1 0 70%;
	padding-left: 1.5rem;
}
.page-ca .item .header .info .nom {
	color: var(--coul-main);
	line-height: normal;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: -1px;
	/*background-color: lime;*/
	/*flex: 1 0 60%;*/
	/*display: flex;*/
	/*flex-direction: column;*/
	/*justify-content: flex-end;*/
}
.page-ca .item .header .info .titre {
	/*background-color: pink;*/
	padding-bottom: 3rem;
	/*flex: 1 0 40%;*/
} 
.page-ca .item .header .info .titre p {
	/*font-size: 1.25rem;*/
	line-height: 1.3;
	
}
.parent-pageid-36 .accordion {
	margin-left: 0;
	background: #fefefe;
	list-style-type: none;
}
.parent-pageid-36 .accordion .header {
	background-color: transparent;
	pointer-events: none;
}
.parent-pageid-36 .accordion-item {
	background-color: var(--coul-ter);
	position: relative;
}
.parent-pageid-36 .accordion-title {
	/*pointer-events: auto;*/
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 75%;*/
	display: block;
	/*padding: 1.25rem 1rem 1.25rem 30%;*/
	height: 4rem;
	margin-top: -4rem;
	bottom: 0;
	margin-left: 30%;
	padding-left: 1.5rem;
	border: none;
	border-bottom: 0;
	font-size: 1rem;
	line-height: 1;
	color: black;
	z-index: 10;
	/*background-color: yellow;*/
}
.parent-pageid-36 .accordion-title:focus, 
.parent-pageid-36 .accordion-title:hover {
	background-color: transparent;
	color: var(--coul-sec);
}
.parent-pageid-36 .accordion-item:first-child>:first-child {
border-radius: 0;
}
.parent-pageid-36 :last-child:not(.is-active)>.accordion-title {
border-bottom: none;
border-radius: 0;
}
.parent-pageid-36 .accordion-title::before {
position: relative;
display: inline-block;
top: 0;
left: 0;
top: 2px;
/*right: unset;*/
/*left: 0%;*/
/*margin-top: -1.25rem;*/
content: '+';
font-size: 1.5rem;
margin-right: .5rem;
width: 1.25rem;
}
.parent-pageid-36  .is-active>.accordion-title::before {
content: '\2013';
}
.parent-pageid-36 .accordion-content {
display: none;
padding: .5rem 1.5rem 1.5rem;
border: none;
border-bottom: 0;
background-color: transparent;
color: #0a0a0a;
}
.parent-pageid-36 :last-child>.accordion-content:last-child {
border-bottom: 1px solid #e6e6e6;
}
.parent-pageid-36 .accordion-item:last-child>:last-child {
border-radius: 0;
}



/*********************
SINGLE SPECTACLE
*********************/
.single-spectacle .swiper-frame:has(galerie) {
	height: 100vh;
	height: calc(100vh + 2rem);
}
.single-spectacle .swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}
.single-spectacle .swiper-pagination.disabled {
    display: none;
}
.single-spectacle .galerie {
	background-color: black;
}
.single-spectacle .swiper-container.galerie {
	position: relative;
	height: 100%;
	z-index: 10;
}
.single-spectacle .swiper-container .swiper-slide {
	position: relative;
}
.single-spectacle .swiper-container.galerie .swiper-slide .image {
	height: 100%;
	width: 100%;
	position: absolute;
}
.single-spectacle .swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-container .swiper-slide .creditphoto {
	font-size: .75rem;
	position: absolute;
	bottom: 3rem;
	left: 1.3rem;
	/*background-color: red;*/
	display: flex;
	gap: .5rem;
	align-items: center;
	padding: .5rem;
	color: white;
	cursor: pointer;
	z-index: 20;
}
.swiper-container .swiper-slide .creditphoto .icone {
	font-style: italic;
	width: 1rem;
	height: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(155,155,155,0.25);
	border: 1px solid #fff;
	border-radius: 100%;
}
.swiper-container .swiper-slide .creditphoto .credit {
	transition: all 150ms ease-in-out;
	opacity: 0;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.47);
}
.swiper-container .swiper-slide .creditphoto:hover .credit {
	opacity: 1;
}

.single-spectacle .swiper-container.affiches .swiper-wrapper {
	height: 15rem;
	/*background-color: rgba(254, 255, 0, 0.17);*/
}
.single-spectacle .swiper-container.affiches .swiper-slide {
	width: auto;
}
.single-spectacle .swiper-container.affiches .swiper-slide .thumb {
	/*margin: 0;*/
	/*overflow: auto;*/
	/*position: relative;*/
	width: auto;
	height: 100%;
	position: relative;
}
.single-spectacle .swiper-container.affiches .swiper-slide .image {
	width: auto;
	height: 100%;
	position: relative;
}
.single-spectacle .swiper-container.affiches .swiper-slide img {
	/*width: auto;*/
	/*height: auto;*/
	height: 100%;
	width: auto;
	object-fit: contain;
}
.single-spectacle .swiper-container.affiches .swiper-button-disabled {
	display: none;
}







.single-spectacle .intro {
	font-size: 1.5rem;
	padding: 4rem 0 2.5rem;
	margin-top: -2rem;
	font-style: italic;
	text-align: center;
}
.single-spectacle .intro.texte {
	color: var(--coul-main);
	background-color: var(--coul-ter);
	
}
.single-spectacle .intro.fond {
	color: var(--coul-ter);
	background-color: var(--coul-main);
	
}
.single-spectacle section {
	position: relative;
	/*background-color: red;*/
	padding: 4rem 0;
}
.single-spectacle section .content {
	margin: 0;
}
.single-spectacle section h3 {
	font-family: 'oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
}
.single-spectacle  h4 {
	font-size: 1.25rem;
}

.single-spectacle section.photos  {
	
}
.single-spectacle .photos .gutter-sizer {
  width: 2rem;
}
.single-spectacle .photos .listephotos .grid-sizer {
  width: calc( 25% - 2rem );
	/*width: 25%;*/
 } 
.single-spectacle .photos .listephotos .singlephoto {
	opacity: 0;
	/*height: 0;*/
	width: calc( 25% - 2rem );
}
.single-spectacle .photos .listephotos.is-showing-items .singlephoto {
	opacity: 1;
	height: auto;
} 
.single-spectacle .photos .singlephoto {
}

/*.single-spectacle .clip:before {
	/*content: 'x';*!/
	margin: 1rem;
	position: absolute;
	top: 0;
}
.single-spectacle .clip:nth-of-type(1) {
	background-color: var(--coul-ter);
	/*background-color: #ecdecd;*!/
	/*background-clip: red;*!/
	
}
.single-spectacle .clip:nth-of-type(1):before {
	/*content: 'ZX';*!/
}
.single-spectacle .clip:nth-of-type(2) {
	background-color: #ecdecd;
	background-color: #deb7a8;
	margin-top: -2rem;
	z-index: 10;
}
.single-spectacle .clip:nth-of-type(2):before {
	/*content: '2';*!/
}
.single-spectacle .clip:nth-of-type(3) {
	background-color: #ecdecd;
	margin-top: -2rem;
	z-index: 20;
}
.single-spectacle .clip:nth-of-type(3):before {
	/*content: '3';*!/
}
.single-spectacle .clip:nth-of-type(4) {
	background-color: #874c3c;
	margin-top: -2rem;
	z-index: 30;
	
}
.single-spectacle .clip:nth-of-type(4):before {
	/*content: '4';*!/
}
.single-spectacle .clip:nth-of-type(5) {
	background-color: #683223;
	margin-top: -2rem;
	z-index: 40;
}
.single-spectacle .clip:nth-of-type(5):before {
	/*content: '5';*!/
}
.single-spectacle .clip.suite {
	/*width: 110%;*!/
	/*margin-left: -5%;*!/
	background-color: var(--coul-ter);
	padding-bottom: 5rem;
	margin-top: -2rem;
	/*box-shadow: inset 0 6px 17px rgba(255, 255, 255, 0.3);*!/
}*/


.single-spectacle .clip .inner-content {
	position: relative;
	z-index: 3;
}
.single-spectacle .clip a {
	/*position: relative;*/
}
.single-spectacle .clip a .titre {
	position: relative;
	z-index: -1;
	mix-blend-mode: multiply;
}

.single-spectacle .off-canvas-content .clip:nth-of-type(1) {
	background-color: var(--coul-ter);
	/*background-color: red;*/
}
.single-spectacle .clip:nth-of-type(1):after {
	background-color: var(--coul-main);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 2;
	content: '';
	opacity: .1;
}
.single-spectacle .clip:nth-of-type(2) {
	background-color: var(--coul-ter);
	padding-bottom: 4rem;
	position: relative;
	z-index: 1;
}
.single-spectacle .clip:nth-of-type(2):after {
	background-color: var(--coul-main);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: -1;
	content: '';
	opacity: .25;
}



.single-spectacle .clip:nth-of-type(3) {
	background-color: var(--coul-ter);
	margin-top: -2rem;
	z-index: 2;
	padding-top: 4rem;
	padding-bottom: 4rem;
	position: relative;
}
.single-spectacle .clip:nth-of-type(3):after {
	background-color: var(--coul-main);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: -1;
	content: '';
	opacity: .4;
}


.single-spectacle .clip:nth-of-type(4) {
	background-color: var(--coul-ter);
	margin-top: -2rem;
	padding-top: 8rem;
	z-index: 9;
	position: relative;
	
}
.single-spectacle .clip:nth-of-type(4):after {
	background-color: var(--coul-main);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 1;
	content: '';
	opacity: .7;
	filter: brightness(0.9);
}
.single-spectacle .clip:nth-of-type(4) h3 {
	color: var(--coul-ter);
}

.single-spectacle .clip:nth-of-type(5) {
	background-color: var(--coul-ter);
	margin-top: -2rem;
	padding-top: 8rem;
	z-index: 9;
	position: relative;
	
}
.single-spectacle .clip:nth-of-type(5):after {
	background-color: var(--coul-main);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 1;
	content: '';
	opacity: .8;
	filter: brightness(0.7);
}
.single-spectacle .clip.suite {
	background-color: var(--coul-ter);
	margin-top: -2rem;
	padding-top: 3rem;
	z-index: 9;
	position: relative;
	color: var(--noir)!important;
}
.single-spectacle .clip.suite:after {
	display: none;
}
.single-spectacle .clip.suite h3 {
	color:  var(--noir);
}


.single-spectacle .swiper-button-prev, 
.single-spectacle .swiper-rtl .swiper-button-next {
left: 2rem;
right: auto;
}
/*.single-spectacle section.buffer {
	background-color: #deb7a8;
	height: 1rem;
	padding-top: 2rem;
	padding-bottom: 0;
	z-index: 10;
} */
.single-spectacle section.affiches .content {
	padding-bottom: 2rem;
}
.single-spectacle section.affiches .swiper-container .swiper-slide:after {
    display: none;
}
.single-spectacle section.affiches .swiper-container {
	/*position: relative;*/
	overflow: hidden;
}
.single-spectacle section.affiches .swiper-wrapper {
	/*position: relative;/*  *!/*/
	/*overflow: hidden;*/
}
.single-spectacle section.affiches .swiper-button-prev,
.single-spectacle section.affiches .swiper-button-next {
	color: var(--coul-main);
}
.single-spectacle section.affiches .xswiper-frame {
	position: relative;
}
.single-spectacle section.affiches .swiper-button-prev {
	left: -3rem;
}
.single-spectacle section.affiches .swiper-button-next  {
	right: -3rem;
}



.single-spectacle section.video  {
	/*background-color: #9a9a9a;*/
	z-index: 9;
	/*margin-bottom: -2rem;*/
	padding: 8rem 0 5rem;
}
.single-spectacle section.video .videoframe {
	/*display: flex;*/
	/*justify-content: center;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*align-items: center;*/
	/*background-color: red;*/
}
.single-spectacle section.video .videoframe .wp-video {
	margin: 0 auto;
}

.single-spectacle section.videos  {
	/*background-color: #9a9a9a;*/
	/*z-index: 9;*/
	/*margin-bottom: -2rem;*/
	padding: 6rem 0;
}
.single-spectacle section.videos .swiper-frame {
	position: relative;
	/*height: 10rem;*/
	margin-top: 1rem;
}
.single-spectacle section.videos .swiper-frame.single {
	display: none;
} 
.single-spectacle section.videos .swiper-frame.more {
	padding-left: 2.75rem;
	padding-right: 2.75rem;
}
.single-spectacle section.videos .videogallery .swiper-slide:after {
	/*height: 10rem;*/
	/*bottom: 1rem;*/
	display: none;
}
.single-spectacle section.videos .more .swiper-button-prev,
.single-spectacle section.videos .more .swiper-button-next {
	color: var(--coul-main);
}
.single-spectacle section.videos .more .swiper-button-prev {
	left: -0.25rem;
}
.single-spectacle section.videos .more .swiper-button-next {
	right: -0.25rem;
}
.single-spectacle section.videos .videogallerythumbs {
	overflow: hidden;
	/*height: 10rem;*/
	/*padding-right: 3rem;*/
	/*padding-left: 3rem;*/
}
.single-spectacle section.videos .videogallerythumbs .swiper-slide img {
	/*height: 10rem;*/
}
.single-spectacle section.videos .videogallerythumbs .swiper-slide:hover {
	cursor: pointer;
}
.single-spectacle section.videos .videogallerythumbs .responsive-embed {
	position: relative;
	height: 0;
	margin-bottom: 0;
	/*padding-bottom: 75%;*/
	/*overflow: hidden;*/
}
.single-spectacle section.videos .videogallerythumbs .swiper-slide:hover img {
	transition: all 300ms ease-in-out;
}
.single-spectacle section.videos .videogallerythumbs .swiper-slide:hover img {
	transform: scale(1.02);
}

.single-spectacle section.videos .swiper-container.videogallerythumbs .swiper-slide {
	position: relative;
}
.single-spectacle section.videos .swiper-container.videogallerythumbs .swiper-slide:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	z-index: -1;
	opacity: .2;
	background-image: url(../images/logo_ttt_noir.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 6rem;
}




.single-spectacle section.videos .swiper-container.videogallerythumbs .swiper-slide:after {
	/*height: 100%;*/
	aspect-ratio: 4/3;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0.15, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	opacity: .25;
	transition: all 300ms ease-in-out;
	display: block;
}
.single-spectacle section.videos .swiper-container.videogallerythumbs .swiper-slide:hover:after {
	/*height: 70%;*/
	/*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);*/
	opacity: 1;
}
.single-spectacle section.videos .swiper-container.videogallerythumbs .swiper-slide .title {
	color: white;
	/*background-color: red;*/
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	/*font-family: 'oswald', sans-serif;*/
	font-family: "Noto Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.2;
	z-index: 10;
	opacity: 0;
	transition: all 300ms ease-in-out;
	padding: 0 1rem;
}
.single-spectacle section.videos .swiper-container.videogallerythumbs .swiper-slide:hover .title {
	opacity: 1;
}	


.mejs-fullscreen section.photos {
	display: none;
}
.mejs-fullscreen section.suite {
	display: none;
}
.mejs-fullscreen .videoframe {
	height: 100vh;
}
.mejs-fullscreen .footer {
	display: none;
}
.single-spectacle .thumb {
	/*position: relative;*/
	/*width: 100%;*/
/*	height: 0;
	padding-bottom: 100%;*/
	margin-bottom: 2rem;
	/*z-index: 10;*/
	overflow: hidden;
}
.single-spectacle .videogallerythumbs .thumb {
	aspect-ratio: 4/3;
	margin-bottom: 0;
}

.single-spectacle .thumb a img {
	transition: all 250ms ease-in-out;
	width: 100%;
}
.single-spectacle .thumb a:hover img {
	transform: scale(1.02);
}





.single-spectacle section.videos {
	
	/*margin-top: -2rem;*/
}
.single-spectacle section.video .responsive-embed {
	z-index: 10;
}
.single-spectacle .suite .suitecadre {
	display: block;
	position: relative;
	/*background-color: red;*/
	transition: all 500ms ease-in-out 500ms;
	padding: 0 0 1rem;
	height: auto;
}
.single-spectacle .suite .suitecadre .item {
	margin-bottom: 2rem;
}
.single-spectacle .suite .suitespectacles {
	display: flex;
}
.single-spectacle .suite .suitespectacles .cell {
	display: none;
}
.single-spectacle .suite .suitespectacles.visible .cell {
		display: block;
}
.single-spectacle .suite .liensuite .tout {
	display: block;
	text-align: center;
}
.single-spectacle .suite .liensuite .rien {
	display: none;
}
/*********************
SIDEBAR
*********************/
.sidebarframe {
	/*font-family: 'Barlow Semi Condensed', sans-serif;*/
	/*background-color: var(--coul-ter);*/
	/*padding: 1rem;*/
	position: relative	;
	padding: 2rem 1.5rem;
	/*margin-left: 10%;*/
}
.sidebarframe p:first-child {
/*	color: var(--coul-main);
	font-weight: 600;
	font-size: 1.25rem;*/
}
.sidebarframe strong {
	font-weight: 600;
}
.sidebar h3 {
	font-size: 1.125rem;
	margin-bottom: 1rem;
}
.sidebar p + h3 {
	margin-top: 2rem;
	/*color: red;*/
}
.single-spectacle .sidebar {
	position: relative;
	z-index: 5;
	display: flex;
	/*background: aqua;*/
	display: block;
}
.single-spectacle .sidebar .infos {
	/*font-size: 1.25rem;*/
	/*font-weight: 700;*/
	margin-top: .25rem;
	margin-bottom: 1.5rem;
	color: var(--coul-main);
}
.single-spectacle .sidebar .infos p {
	font-weight: 700;
}
.single-spectacle .sidebar p {
	font-size: .875rem;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: .75rem;
}
.single-spectacle .sidebar .sidebarback {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	top: 0;
	left: 0;
	/*background-color: red;*/
	z-index: -1;
	
}
.single-spectacle .sidebar .sidebarback .top {
	height: 3rem;
	width: 100%;
	background-color: var(--coul-ter);
	/*mask-size: 1000px;*/
}
.single-spectacle .sidebar .sidebarback .mid {
	flex: 1;
	background-color: var(--coul-ter);
}
.single-spectacle .sidebar .sidebarback .bot {
	height: 3rem;
	width: 100%;
	background-color: var(--coul-ter);
	/*mask-size: 1000px;*/
}


/*********************
PAGE OLIVIER KEMEID 
*********************/
.page-olivier-kemeid .galerieok {
	/*margin-top: 15rem;*/
	height: 100vh;
	height: calc(100vh + 2rem);
	position: relative;
	background-color: rgba(0, 0, 0, 0.5);
}
.page-accueil .swiper-frame {
	height: 100vh;
	height: calc(100vh + 2rem);
}
.page-accueil .swiper-container {
	height: 100%;
	height: calc(100vh + 2rem);
	position: relative;
	background-color: black;
	
	/*clip-path: url(../images/maskframe2.svg#svgPath);*/
	/*clip-path: polygon(626px 463px,765px 236px,687px 31px,271px 100px,70px 10px,49px 250px,133px 406px,374px 462px,529px 393px);*/
	
	
}



.page-olivier-kemeid  .swiper-container.galerieok .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.page-olivier-kemeid section {
	padding-top: 6rem;
	padding-bottom: 6rem;
	/*margin-bottom: 2rem;*/
	position: relative;
}
.page-olivier-kemeid section h3 {
	font-family: 'oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 3rem;
	font-size: 1.5rem;
}
.page-olivier-kemeid section.publications {
	/*background-color: red;*/
	padding-bottom: 4rem;
	position: relative;
}
.page-olivier-kemeid section.buffer {
	height: 1rem;
	margin-top: -2rem;
	padding-top: 2rem;
	padding-bottom: 0;
} 
.page-olivier-kemeid section.articles {
	/*padding: 0;*/
	z-index: 2;
	padding-top: 4rem;
	padding-bottom: 4rem;
	position: relative;
}
.page-olivier-kemeid section.photos {
	margin-top: -2rem;
	padding-top: 8rem;
	z-index: 3;
}

.page-olivier-kemeid section.theatrographie {
	margin-top: -2rem;
	padding-bottom: 7rem;
	padding-top: 8rem;
	z-index: 4;
}
.page-olivier-kemeid section.theatro_buffer {
	padding: 0;
	height: 2rem;
}
.page-olivier-kemeid section.suite {
	background-color: var(--coul-ter);
	margin-top: -2rem;
	padding-top: 8rem;
	padding-bottom: 5rem;
	z-index: 4;
}
.page-olivier-kemeid .swiper-container.publicationsliste .swiper-slide:after,
.page-olivier-kemeid .swiper-container.articlesliste .swiper-slide:after {
	display: none;
}
.page-olivier-kemeid .xswiper-frame {
	/*height: 20rem;*/
	/*background-color: red;*/
	position: relative;
}
.page-olivier-kemeid .xswiper-frame .swiper-container {
	/*height: 100%;*/
	/*background-color: yellow;*/
	overflow: hidden;
	/*background-color: red;*/
	/*margin-bottom: 4rem;*/
}
.page-olivier-kemeid .xswiper-frame .swiper-container .swiper-wrapper {
	/*height: 100%;*/
	align-items: flex-end;
}
.page-olivier-kemeid .item {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
	/*background-color: yellow;*/
}

.page-olivier-kemeid .xswiper-frame .swiper-container .swiper-slide .image {
	position: relative;
	margin-bottom: 1rem;
	overflow: hidden;
}
.page-olivier-kemeid .xswiper-frame .swiper-container.articlesliste .swiper-slide .image {
	min-height: 18rem;
	background-color: white;
}

.page-olivier-kemeid .xswiper-frame .swiper-container .swiper-slide a .image img {
	transition: all 250ms ease-in-out;
}
.page-olivier-kemeid .xswiper-frame .swiper-container .swiper-slide a:hover .image img {
	transform: scale(1.02);
}
.page-olivier-kemeid .xswiper-frame .swiper-container .swiper-slide .titre {
	min-height: 5rem;
}
.page-olivier-kemeid .swiper-container .swiper-button-next, 
.page-olivier-kemeid .swiper-container .swiper-button-prev {
	position: absolute;
	top: 50%;
	/*bottom: 7rem;*/
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	/*color: var(--swiper-navigation-color,var(--swiper-theme-color));*/
	color: var(--coul-main);
	z-index: 3;
}
.page-olivier-kemeid .swiper-button-prev, 
.page-olivier-kemeid .swiper-rtl .swiper-button-next {
left: -3rem;
right: auto;
}
.page-olivier-kemeid .swiper-button-next, 
.page-olivier-kemeid .swiper-rtl .swiper-button-prev {
right: -3rem;
left: auto;
}
.page-olivier-kemeid .photos .gutter-sizer {
  width: 2rem;
}
.page-olivier-kemeid .photos .grid-sizer {
  width: calc( 25% - 2rem );
	/*width: 25%;*/
 } 

.page-olivier-kemeid .photos .grid-item {
  /*width: calc( 25% - 24px );*/
	/*width: 25%;*/
 }
.page-olivier-kemeid .photos .singlephoto {
	width: calc( 25% - 2rem );
}
.page-olivier-kemeid .photos .thumb {
	margin-bottom: 2rem;
	overflow: hidden;
}
.page-olivier-kemeid .photos .thumb a img {
	transition: all 250ms ease-in-out;
}
.page-olivier-kemeid .photos .thumb a:hover img {
	transform: scale(1.02);
}
.page-olivier-kemeid .xcontent {
	padding: 4rem 0;
}
.page-olivier-kemeid .sidebar {
	/*background-color: white;*/
	/*margin-left: 10%;*/
	padding: 1.5rem 1.5rem;
	position: relative;
	z-index: 5;
}
.page-olivier-kemeid .sidebar h3 {
	color: var(--coul-main);
	font-size: 1.25rem;
	/*font-weight: 400;*/
	/*margin-bottom: 1rem;*/
}
.page-olivier-kemeid .sidebar .sidebarback {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	top: 0;
	left: 0;
	/*background-color: red;*/
	z-index: -1;
	
}
.page-olivier-kemeid .sidebar .sidebarback .top {
	height: 3rem;
	width: 100%;
	background-color: white;
	/*mask-size: 1000px;*/
}
.page-olivier-kemeid .sidebar .sidebarback .mid {
	flex: 1;
	background-color: white;
}
.page-olivier-kemeid .sidebar .sidebarback .bot {
	height: 3rem;
	width: 100%;
	background-color: white;
	/*mask-size: 1000px;*/
}
.page-olivier-kemeid .sidebar:before {
/*	content: '';
	display: block;
	position: absolute;
	background-color: red;
	width: 100%;
	height: 50%;
	z-index: -1;
	left: 0;
	top: 0;*/
}
.page-olivier-kemeid .sidebar:after {
/*	content: '';
	display: block;
	position: absolute;
	background-color: orange;
	width: 100%;
	height: 50%;
	bottom: 0;
	z-index: -1;
	left: 0;*/
}
/*********************
SOUTENIR LES TIGRES 
*********************/
.page-soutenir-les-tigres,
.page-soutenir-les-tigres .page {
	background-color: white;
}
.page-soutenir-les-tigres .header {
	display: block;
	background-color: var(--coul-ter);
	height: 7rem;
}
.article-header .page-title {
color: var(--coul-main);
}
.page-soutenir-les-tigres .sidebar {
	/*background-color: red;*/
	/*margin-left: 10%;*/
	padding: 1.5rem 1.5rem;
	position: relative;
	z-index: 5;
}
.page-soutenir-les-tigres .sidebar h3 {
	color: var(--coul-main);
	font-size: 1.25rem;
	/*font-weight: 400;*/
	/*margin-bottom: 1rem;*/
}
.page-soutenir-les-tigres .sidebar .sidebarback {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	top: 0;
	left: 0;
	/*background-color: red;*/
	z-index: -1;
	
}
.page-soutenir-les-tigres .sidebar .sidebarback .top {
	height: 3rem;
	width: 100%;
	background-color: var(--coul-ter);
	/*mask-size: 1000px;*/
}
.page-soutenir-les-tigres .sidebar .sidebarback .mid {
	flex: 1;
	background-color: var(--coul-ter);
}
.page-soutenir-les-tigres .sidebar .sidebarback .bot {
	height: 3rem;
	width: 100%;
	background-color: var(--coul-ter);
	/*mask-size: 1000px;*/
}





/*********************
SINGLE 
*********************/
.single .sidebar li {
	margin-bottom: 1rem;
}
.single .sidebar .retour {
	border-top: 1px solid var(--coul-ter);
	padding-top: .5rem;
}

.single-post .header {
	display: block;
	background-color: var(--coul-ter);
	height: 7rem;
}
.single-post .thumbnail {
	display: block;
	max-width: 100%;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 0;
	margin-bottom: 2rem;
}
.single-post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	font-size: .75rem;
	text-align: left;
}
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }
  
/*********************
FANCYBOX
*********************/
#fancybox-outer {
	background: #000;
}
#fancybox-content {
	background: #000;
}
#fancybox-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2rem;
	height: 2rem;
	background: none;
	cursor: pointer;
	z-index: 111103;
	display: none;
	/*background-color: yellow;*/
}
#fancybox-close:before {
	content: '×';
	font-size: 3rem;
	line-height: 2rem;
	width: 100%;
	display: flex;
	justify-content: center;
	color: var(--coul-ter);
}
#fancybox-left-ico, 
#fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 2rem;
	height: 2rem;
	margin-top: -1rem;
	cursor: pointer;
	z-index: 111102;
	display: block;
	font-family: swiper-icons;
}
#fancybox-left-ico {
	background-image: none;
}
#fancybox-left-ico:before {
	content: '';
	font-size: 1.5rem;
	line-height: 2rem;
	width: 100%;
	display: flex;
	justify-content: center;
	color: var(--coul-ter);
	content: '';
	background-image: url('../images/fancybox-prev.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1rem;
	width: 2rem;
	height: 3rem;
	transform: rotate(180deg);
	/*background-position: -40px -30px;*/
}
#fancybox-right-ico {
	background-image: none;
	/*background-image: url('../images/fancybox.png');*/
	/*background-position: -40px -60px;*/
}
#fancybox-right-ico:before {
	content: '×';
	font-size: 1.5rem;
	line-height: 2rem;
	width: 100%;
	display: flex;
	justify-content: center;
	color: var(--coul-ter);
	content: '';
	background-image: url('../images/fancybox-next.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1rem;
	width: 2rem;
	height: 3rem;
	/*background-image: url('../images/fancybox.png');*/
	/*background-position: -40px -30px;*/
}
#fancybox-title-over {
	font-family: 'oswald', sans-serif;
	font-weight: 300;
	color: rgba(255, 255, 255, .5);
	padding: 3rem 1.5rem 1rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	display: block;
}
#fancybox-overlay {
	background-color: rgba(0, 0, 0, .8)!important;
}
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }



/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }


/*********************
MEDIA QUERIES
*********************/

/* Small only */

@media screen and (max-width: 39.9375em) {
	p {
		font-size: .875rem;
	}
	.page-accueil .swiper-frame {
		height: 125dvw;
	}
	.page-accueil .swiper-container {
		height: 125dvw;
	}
	.swiper-container .legende {
		bottom: 3rem;
		padding: 0 4rem;
	}
	.swiper-container .legende .titre {
		font-size: 1.75rem;
		line-height: 1.3;
		margin-bottom: .5rem;
		padding-bottom: 1rem;
		/*border-bottom-width: 1px;*/
		/*border-bottom: none;*/
	}
	.swiper-container .legende .sous-titre {
		font-family: 'Barlow Semi Condensed';
		font-size: 1rem;
		font-weight: 400;
		text-align: center;
	}
	.swiper-horizontal>.swiper-pagination-bullets, 
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 1.5rem;
	}
	.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
		bottom: 3rem;
		width: 4rem;
		height: 4rem;
		
		padding: 1rem;
		/*background-color: rgba(0, 127, 128, 0.5);*/
	}
	
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: 0;
		right: auto;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: 0;
		left: auto;
	}
	
	.swiper-horizontal .swiper-button-prev, 
	.swiper-horizontal .swiper-rtl .swiper-button-next {
		left: .5rem;
		right: auto;
		/*background-color: yellow;*/
	}
	.swiper-horizontal .swiper-button-next, 
	.swiper-horizontal .swiper-rtl .swiper-button-prev {
		right: .5rem;
		left: auto;
	}
		
	
	
	.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
		content: '';
		font-size: 1.25rem
	}
	.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
		content: '';
		font-size: 1.25rem
	}
	.swiper-container .swiper-slide .creditphoto {
		font-size: 0.625rem;
		bottom: 1.25rem;
	}
	.page-accueil .navtabs {
		padding: 0;
		background-color: var(--coul-ter);
	}
	.page-accueil .cadretabs {
		display: block;
		/*background-color: red;*/
		overflow-x: scroll;
		/*padding: .5rem;*/
		position: relative;
		padding-left: 0;
	}
	.page-accueil .cadrecadretabs {
		display: block;
		margin-left: -.625rem;
		margin-right: -.625rem;
		position: relative;
		/*background-color: yellow;*/
		overflow: hidden;
	}
	.nav-swiper__slide {
		width: auto;       /* shrink to content, not equal-width */
		flex-shrink: 0;    /* prevent squishing when it overflows */
		white-space: nowrap;
		font-family: 'oswald', sans-serif;
		text-transform: uppercase;
		
		padding: 1.25rem .66rem;
		/*background-color: red;*/
	}
	.page-accueil .nav-swiper:before,
	.page-accueil .cadrecadretabs:before {
		content: '';
		display: block;
		z-index: 2;
		position: absolute;
		width: 1.5rem;
		height: 3.5rem;
		background: linear-gradient(to right, var(--coul-ter) 20%, rgba(255, 255, 255, 0) 100%);
		/*background-color: red;*/
		}
	.page-accueil .nav-swiper:after,
	.page-accueil .cadrecadretabs:after {
		content: '';
		display: block;
		z-index: 1;
		position: absolute;
		right: 0;
		top: 0;
		width: 1.5rem;
		height: 3.5rem;
		background: linear-gradient(to left, var(--coul-ter) 20%, rgba(255, 255, 255, 0) 100%);
		}
	.page-accueil .tabs {
		margin: 0;
		margin-left: 0;
		margin-right: 0;
		border: none;
		/*background: rgba(254, 255, 0, 0.37);*/
		list-style-type: none;
		display: flex;
		gap: .5rem;
		/*justify-content: space-between;*/
		padding-bottom: 0.5rem;
		padding-left: 1.25rem;
		padding-right: 1.5rem;
		
	}
	.page-accueil .tabs-title {
		/*border: 1px solid #333;*/
		/*background-color: lime;*/
	}
	.page-accueil .tabs-title>a {
		font-family: 'oswald', sans-serif;
		font-size: .75rem;
		font-size: .875rem;
		/*font-size: 1rem;*/
		font-size: 1.125rem;
		font-weight: 300;
		letter-spacing: 0.01em;
		
		color: black;
		padding: 1.25rem .25rem;
		/*background-color: red;*/
		text-align: center;
		display: flex;
		white-space: nowrap;
		align-items: flex-end;
		height: 100%;
		opacity: .5;
	}
	.page-accueil .tabs-title:last-of-type {
		/*background-color: red;*/
		padding-right: 1.125rem;
	}
	.page-accueil .tabs-title>a:focus, .page-accueil .tabs-title>a[aria-selected=true] {
		background: transparent;
		color: var(--coul-main);
		 font-weight: 500; 
		letter-spacing: 0.00em;
		outline: none;
		/* font-weight: bold; */
		opacity: 1;
	}
	
	.page-accueil .newtabs .content-swiper .swiper-slide .grid-container:not(.full),
	.single-spectacle .suite .grid-container:not(.full) {
		/*background-color: red;*/
		padding-left: 1.625rem;
		padding-right: 1.625rem;	
	}
	.page-accueil .newtabs .nav-swiper {
	/*	margin-left: -1.625rem;
		margin-right: -1.625rem;*/
	}
	
	.page-accueil .newtabs .nav-swiper .nav-swiper__slide:first-child {
		/*opacity: .3;*/
		padding-left: 1.625rem;
	}
	.page-accueil .newtabs .nav-swiper .nav-swiper__slide:last-child {
		/*opacity: .3;*/
		padding-right: 1.625rem;
	}
	
	
	.page-accueil .newtabs,
	.page-accueil .tabs-content {
		border: none;
		background: transparent;
		/*padding-left: 1rem;*/
		/*padding-right: 1rem;*/
	}
	
	.page-accueil .newtabs .cadre,
	.page-accueil .tabs-content .cadre {
		height: auto;
		/* background-color: yellow; */
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.page-accueil .newtabs .liensuite, .page-accueil .tabs-content .liensuite {
		padding: 0;
		height: 3rem;
		/* background-color: red; */
		position: relative;
		margin-top: 1rem;
		opacity: 0;
		transition: all 250ms ease-in-out 250ms;
		margin-top: 2rem;
	}
	.page-accueil .newtabs .spectacles .thumb,
	.page-accueil .navtabs .spectacles .thumb, 
	.page-spectacles .liste .item .thumb, 
	.suite .thumb {
		width: 100%;
		position: relative;
		height: 0;
		padding-bottom: 125%;
		margin-bottom: 1rem;
		background-color: rgba(0, 0, 0, 0.05);
	}
	.page-accueil .newtabs .spectacles .item a ,
	.page-accueil .navtabs .spectacles .item a {
		/*position: relative;*/
		display: block;
	}
	.page-accueil .newtabs .spectacles .item h3, 
	.page-accueil .navtabs .spectacles .item h3, 
	.page-spectacles .liste .item h3, 
	.suite .item h3 {
		font-family: 'oswald', sans-serif;
		font-size: 1rem;
		font-weight: 400;
		position: absolute;
		top: 0;
		bottom: 2rem;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		text-align: center;
		color: white;
		padding: 0 3rem .5rem;
		opacity: 1;
		/*background-color: red;*/
	}
	.page-spectacles .liste .item h3, 
	.page-accueil .newtabs .spectacles .item h3,
	.page-accueil .navtabs .spectacles .item h3,
	.single-spectacle .clip.suite .item h3  {
		background-color: var(--noir40);
		backdrop-filter: blur(2px);
		
		font-family: "Noto Sans", sans-serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-variation-settings:
	    	"wdth" 100;
		
		justify-content: start;
		font-size: .8125rem;
		text-align: left;
		padding: 0;
		top: 70%;
		bottom: 0;
		height: auto;
		margin: 0;
		padding: .5rem;
		display: flex;
		align-items: start;
	}
	.page-accueil .newtabs .compagnie h3,
	.page-accueil .navtabs .la-compagnie h3 {
		font-size: 1.5rem;
		padding-top: 0;
	} 
	
	.page-accueil .newtabs .compagnie .thumb,
	.page-accueil .tabs-content .la-compagnie .thumb {
		/*background-color: red;*/
		height: 36vw;
		width: auto;
		justify-content: start;
	}
	
	.page-accueil .newtabs .soutenir-les-tigres h3,
	.page-accueil .navtabs .soutenir-les-tigres h3 {
		font-size: 1.5rem;
		padding-top: 0;
	}
	.page-accueil .newtabs .olivier-kemeid h3,
	.page-accueil .navtabs .olivier-kemeid h3 {
		font-size: 1.5rem;
		padding-top: 0;
		margin-bottom: .75rem;
	}
	.page-accueil .newtabs p ,
	.page-accueil .tabs-content p {
		font-size: .75rem;
	}
	
	
	
	
	
	.page-accueil .newtabs .actualites a,
	.page-accueil .navtabs .actualites a {
		display: block;
		gap: 1rem;
		position: relative;
		margin-bottom: 1.25rem;
		/*background-color: yellow;*/
	}
	.page-accueil .newtabs .actualites .thumb,
	.page-accueil .navtabs .actualites .thumb {
		/*width: 100%;
		position: relative;
		height: auto;*/
		/*padding-bottom: 36%;*/
		/*margin-bottom: 1rem;*/
		
		width: 100%;
		position: relative;
		height: 0;
		padding-bottom: 90%;
		margin-bottom: .5rem;
		background-color: rgba(0, 0, 0, 0.05);
	}
	.page-accueil .newtabs .actualites .item .title,
	.page-accueil .navtabs .actualites .item .title {
		font-size: .8125rem;
		font-family: "Noto Sans", sans-serif;
		font-weight: 500;
		line-height: normal;
		/*width: 100%;
		position: absolute;
		bottom: 0;*/
	}
	.page-accueil .newtabs .actualites .liensuite {
		margin-top: 2rem;
	}
	
	
	
	
	
	.page-accueil .newtabs .olivier-kemeid .thumb,
	.page-accueil .navtabs .olivier-kemeid .thumb {
		padding-bottom: 60%;
		margin-bottom: 1rem;
	}
	.page-accueil .newtabs .olivier-kemeid .ok,
	.page-accueil .navtabs .olivier-kemeid .ok {
		/*margin-top: -3.5rem;*/
		z-index: 10;
		position: relative;
	}
	.page-accueil .newtabs .olivier-kemeid .thumb img, 
	.page-accueil .navtabs .olivier-kemeid .thumb img {
	position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 50% 23%;
	}
	
	
	.page-accueil .newtabs .liensuite .cadrelien {
		/*margin-left: -21%;*/
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.page-spectacles .liste ul {
	    column-gap: 1.25rem;
		row-gap: .33rem;
		margin-left: -.6rem;
		margin-right: -.6rem;
	}
	.page-spectacles .liste ul li {
	    flex: 0 0 41dvw;
	}
	.page-spectacles .liste ul li .item {
	    margin-bottom: 0;
	}
	.page-spectacles .liste .item .thumb {
	    /*padding-bottom: 100%;*/
	}
	.page-spectacles .liste .item h3,
	.single-spectacle .clip.suite h3 {
		/*padding: 0 .5rem .5rem;*/
		line-height: 1.3;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	.single-spectacle .swiper-frame {
		height: 65vh;
	}
	.single-spectacle .swiper-container {
		height: 65vh;
	}
	.single-spectacle .swiper-container .legende {
		bottom: 1.5rem;
		padding: 0 2rem;
	}
	.single-spectacle .content {
		margin-top: 2rem;
		/*background-color: yellow;*/
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.article-header {
		margin-bottom: 2rem;
		/* height: 20rem; */
		/* display: flex; */
		/* justify-content: center; */
		/* align-items: center; */
	}
	.article-header .entry-title {
		font-size: 2rem;
	}
	.single-spectacle .photos .listephotos {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.single-spectacle .photos .listephotos .grid-sizer {
		width: calc( 35% - 2rem );
		/* width: 25%; */
	}
	.single-spectacle .photos .listephotos .singlephoto {
		/*opacity: 0;*/
		/* height: 0; */
		width: calc( 35% - 2rem );
	}
	.single-spectacle .photos .gutter-sizer {
		width: 2rem;
	}
	.single-spectacle .thumb {
		/* position: relative; */
		/* width: 100%; */
		margin-bottom: 1.25rem;
		/* z-index: 10; */
		/*overflow: hidden;*/
	}
	.single-spectacle section.affiches .swiper-frame,
	.single-spectacle .section.videos .swiper-frame {
		height: auto;
		
		/*background-color: yellow;*/
		width: calc(100% + 1.625rem);
	}
	.single-spectacle section.affiches .swiper-container,
	.single-spectacle section.videos .swiper-container {
		height: auto;
		overflow: visible;
	}
	.single-spectacle section.affiches .swiper-container:before {
		content: '';
		display: block;
		position: absolute;
		width: 1.625rem;
		height: 100%;
		background: -webkit-linear-gradient(left, rgba(212, 205, 214, 0.72) 44.9%, rgba(213, 205, 215, 0) 100%);
		background: -moz-linear-gradient(left, rgba(212, 205, 214, 0.72) 44.9%, rgba(213, 205, 215, 0) 100%);
		background: -ms-linear-gradient(left, rgba(212, 205, 214, 0.72) 44.9%, rgba(213, 205, 215, 0) 100%);
		background: linear-gradient(to right, rgba(212, 205, 214, 0.72) 44.9%, rgba(213, 205, 215, 0) 100%);
		z-index: 10;
		margin-left: -1.625rem;
	}
	.single-spectacle section.affiches .swiper-container:after {
		content: '';
		display: block;
		position: absolute;
		width: 1.625rem;
		height: 100%;
		background: -webkit-linear-gradient(right, rgba(212, 205, 214, 0.73) 28.9%, rgba(213, 205, 215, 0) 100%);
		background: -moz-linear-gradient(right, rgba(212, 205, 214, 0.73) 28.9%, rgba(213, 205, 215, 0) 100%);
		background: -ms-linear-gradient(right, rgba(212, 205, 214, 0.73) 28.9%, rgba(213, 205, 215, 0) 100%);
		background: linear-gradient(to left, rgba(212, 205, 214, 0.73) 28.9%, rgba(213, 205, 215, 0) 100%);
		z-index: 10;
		right: -1rem;
		top: 0;
		/*margin-left: -1.625rem;*/
	}
	
	.single-spectacle .clip.suite {
		background-color: var(--coul-ter);
		margin-top: -2rem;
		padding-top: 3rem;
		/*padding-left: 1rem;*/
		/*padding-right: 1rem;*/
	}
	.single-spectacle .clip.suite h3 {
	/*	margin-bottom: 2rem;
		text-align: center;
		font-size: 1.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		color: var(--coul-main);*/
	}
	.single-spectacle .clip.suite .item h3 {
		color: white;
	}
	.single-spectacle .suite .suitecadre {
		padding: 0;
	}
	.wp-block-quote {
		margin: 3rem 2rem ;
	}
	.wp-block-quote p:first-of-type:before {
		font-size: 10rem;
		top: -1rem;
		left: -3rem;
	}
	.wp-block-quote p:last-of-type:after {
		font-size: 10rem;
		bottom: 0rem;
		right: -2rem;
	}
	.single-spectacle section.affiches .xswiper-frame {
		position: relative;
		padding: 0 1rem;
	}
	.single-spectacle .swiper-container.affiches .swiper-wrapper {
		height: 10rem;
	/* background-color: rgba(254, 255, 0, 0.17); */
	}
	.single-spectacle section.affiches .swiper-button-prev, 
	.single-spectacle section.affiches .swiper-button-next {
		display: none;
	}
	.single-spectacle section.affiches .swiper-button-prev {
		left: -1rem;
	}
	.single-spectacle section.affiches .swiper-button-next {
		right: -1rem;
	}
	.single-spectacle section.videos {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.single-spectacle section.videos .swiper-frame.more {
		position: relative;
		padding-left: 0;
		padding-right: 0;
		height: 6rem;
		margin-bottom: 3rem;
		width: calc(100% + 1.625rem);
		width: 100%;
	}
	.single-spectacle section.videos .videogallerythumbs {
		overflow: visible;
		/*height: 6rem;*/
	}
	.single-spectacle section.videos .videogallerythumbs.swiper-slide img {
		/*height: 6rem;*/
	}
	.single-spectacle section.videos .videogallerythumbs.swiper-container:before {
		content: '';
		display: block;
		position: absolute;
		width: 1.625rem;
		height: 100%;
		background: -webkit-linear-gradient(left, rgba(192, 179, 197, 0.79) 44.9%, rgba(192, 179, 197, 0) 100%);
		background: -moz-linear-gradient(left, rgba(192, 179, 197, 0.79) 44.9%, rgba(192, 179, 197, 0) 100%);
		background: -ms-linear-gradient(left, rgba(192, 179, 197, 0.79) 44.9%, rgba(192, 179, 197, 0) 100%);
		background: linear-gradient(to right, rgba(192, 179, 197, 0.79) 44.9%, rgba(192, 179, 197, 0) 100%);
		z-index: 10;
		margin-left: -1.625rem;
	}
	.single-spectacle section.videos .videogallerythumbs.swiper-container:after {
		content: '';
		display: block;
		position: absolute;
		width: 1.625rem;
		height: 100%;
		background: -webkit-linear-gradient(right, rgba(192, 179, 197, 0.73) 44.9%, rgba(192, 179, 197, 0) 100%);
		background: -moz-linear-gradient(right, rgba(192, 179, 197, 0.73) 44.9%, rgba(192, 179, 197, 0) 100%);
		background: -ms-linear-gradient(right, rgba(192, 179, 197, 0.73) 44.9%, rgba(192, 179, 197, 0) 100%);
		background: linear-gradient(to left, rgba(192, 179, 197, 0.73) 44.9%, rgba(192, 179, 197, 0) 100%);
		z-index: 10;
		right: -1.625rem;
		top: 0;
		margin-left: -1.625rem;
	}
	.single-spectacle section.videos .more .swiper-button-prev,
	.single-spectacle section.videos .more .swiper-button-next {
		display: none;
	}
	.single-spectacle section.videos .more .swiper-button-prev {
		left: 0rem;
	}
	.single-spectacle section.videos .more .swiper-button-next {
		right: 0rem;
	}
	.single-spectacle section.videos .swiper-container.videogallerythumbs .swiper-slide .title {
		/*aspect-ratio: 4/3;*/
		font-size: .75rem;
		top: 100%;
		opacity: 1;
		color: var(--noir);
		text-align: left;
		padding-left: 0;
		padding-top: .5rem;
		align-items: start;
	}
	.single-spectacle section.videos .swiper-container.videogallerythumbs .swiper-slide:before {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: auto;
		aspect-ratio: 4/3;
		z-index: -1;
		opacity: .2;
		background-image: url("https://www.utopsie.com/work/troistristestigres/wp-content/themes/ttt_2026_theme/assets/images/logo_ttt_noir.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 4rem;
	}
	.single-spectacle section.videos .swiper-container.videogallerythumbs .swiper-slide:after {
		/*top: 0;*/
		height: 5rem;
	}
	.page-olivier-kemeid .galerieok {
		/* margin-top: 15rem; */
		height: 100vh;
		height: 80vh;
		position: relative;
		background-color: rgba(0, 0, 0, 0.5);
	}
	
	.page-olivier-kemeid .xcontent {
	padding: 4rem 1rem;
	}
	.page-olivier-kemeid .xswiper-frame  {
	/* height: 100%; */
	/*align-items: flex-end;*/
	padding: 0 1.75rem;
	}
	.page-olivier-kemeid .swiper-container.articlesliste .swiper-button-next, 
	.page-olivier-kemeid .swiper-container.articlesliste .swiper-button-prev {
	top: 35%;}
	.page-olivier-kemeid .xswiper-frame .swiper-container .swiper-slide .titre {
		font-size: .875rem;
	}
	.page-olivier-kemeid .swiper-button-prev, .page-olivier-kemeid .swiper-rtl .swiper-button-next {
	left: 0;
	right: auto;
	}
	.page-olivier-kemeid .swiper-button-next, .page-olivier-kemeid .swiper-rtl .swiper-button-prev {
	right: 0;
	left: auto;
	}
	.page-olivier-kemeid section h3 {
	font-family: 'oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 2rem;
	font-size: 1.5rem;
	padding-left: 1rem;
	}
	.page-olivier-kemeid section {
	padding-top: 3rem;
	padding-bottom: 3rem;
	/* margin-bottom: 2rem; */
	position: relative;
	}
	.page-olivier-kemeid section.publications {
	/* background-color: red; */
	padding-bottom: 4rem;
	position: relative;
	}
	.page-olivier-kemeid .xswiper-frame .swiper-container.articlesliste .swiper-slide .image {
	min-height: 10rem;
	background-color: white;
	}
	.page-olivier-kemeid section.theatrographie {
	margin-top: -2rem;
	padding-bottom: 7rem;
	padding-top: 4rem;
	padding-left: 1rem;
	padding-right: 1rem;
	z-index: 4;
	}
	.page-olivier-kemeid section.theatrographie h3 {
		padding-left: 0;
	}
	
	.page-olivier-kemeid section.theatrographie p {
		/*font-size: .875rem;*/
	}
	
	
	.page-actualites .articles .premiers ul li {
	    flex: 1 0 45%;
	}
	.page-actualites .articles .suivants ul li {
		flex: 1 0 45%;
	}
	.page-actualites .articles ul {
	    column-gap: 1rem;
	}
	.page-actualites .articles ul li .item {
		padding-bottom: 2rem;
	}
	.page-actualites .articles a {
		font-size: .75rem;
	}
	.single .sidebar {
		margin-top: 2rem;
	}
	.single .sidebar h2 {
		margin-bottom: 1rem;
	}
	.single .sidebar li {
		margin-bottom: 1rem;
	}
	.page .content, 
	.single .content {
		margin-top: 9rem;
		padding-left: 1rem;
		padding-right: 1rem;
		padding-bottom: 2rem;
	}
	.page.home .content {
		padding-left: 0;
		padding-right: 0;
	}
	.single.single-spectacle .content {
		margin-top: 2rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.single-spectacle .cadrelien {
		/*margin-left: -18%;*/
	}
	
	.page-mission-et-historique .image img {
		/*margin-top: 2.75rem;*/
		margin-bottom: 1rem;
	}
	
	.page-ca .item .header .thumb {
	flex: 1 0 33%;
	padding-bottom: 45%;
	}
	.page-ca .item .header .info {
	flex: 1 0 67%;
	}
	.page-equipe .item .header .thumb {
	padding-bottom: 70%;
	}
	.page-equipe .item .header .info .nom {
	font-size: 1.25rem;
	}
	.page-equipe .item .header .info .titre {
		font-size: .75rem;
		padding-right: 8rem;
		/*background-color: red;*/
	}
	.page-ca .item .header .info .nom {
	font-size: 1.25rem;
	margin-bottom: .5rem;
	}
	.page-ca .item .header .info .titre {
		font-size: .75rem;
		padding-right: 1rem;
		padding-bottom: 2rem;
	}
	.page-ca .item .header .info .titre p {
		font-size: .75rem;
	}
	.parent-pageid-36 .accordion-title {
	height: 2.25rem;
	margin-top: -2.25rem;
	padding-left: 1.5rem;
	padding-top: 0;
	padding-bottom: 0;
	font-size: .875rem;
	}
	.page-ca .item {
	margin-bottom: 1rem;
	}
	.page-ca .item p {
		font-size: .875rem;
	}
	
	
	.footer {
		padding: 0;
		background-image: none;
	
	}
	.footer .inner-footer {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.footer .poeme {
		margin-bottom: 5rem;
		padding-top: 4rem;
	}
	.footer .adresse {
		margin-bottom: 2rem;
	}
	.footer .adresse p {
		font-size: .875rem;
	}
	.footer .cadresocial {
		background-color: var(--noir20);
		padding: 2rem 15dvw;
		margin-left: -1.625rem;
		margin-right: -1.625rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.footer .formulaire_dabonnement {
		margin-top: 0;
	}
	.footer .formulaire_dabonnement .titre {
		
		justify-content: center;
		white-space: nowrap;
	}
	.footer:after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 60rem;
		top: 45%;
		left: 0;
		/*background-color: red;*/
		z-index: -1;
		background-image: url(../images/footer_trans_vert.png);
		background-size: 160%;
		background-position-x: 30%;
	} 
	.footer .footermenu {
		margin-top: 19vw;
		font-family: 'Oswald', sans-serif;
		font-size: 1rem;
		font-weight: 300;
	}
	.footer .footermenu a {
		padding-right: 0;
		padding-top: .58rem;
	}
	
	
	
	
	
	.footer .social ul {
		list-style: none;
		margin: 0;
		display: flex;
		justify-content: center;
		gap: 1.25rem;
		margin-left: -1.5rem;
	}
	.footer .social ul li a {
		position: relative;
		width: 3rem;
		height: 2rem;
		display: block;
	}
	
	
	
	
	
	
	.wp-block-jetpack-mailchimp form {
		display: flex;
		justify-content: space-between;
		gap: .75rem
	}
	.footer .wp-block-jetpack-mailchimp .wp-block-jetpack-button, 
	.footer .wp-block-jetpack-mailchimp p {
		margin-bottom: 0!important;
		display: inline-block;
	}
	.footer .button, .footer .wp-block-button__link {
		margin-top: unset;
		/*font-family: 'oswald', sans-serif;*/
		/*text-transform: uppercase;*/
		/*border-radius: 3px;*/
		/*border: 1px solid white!important;*/
		/*color: white;*/
		/*background-color: transparent;*/
		/*margin-top: 0;*/
		/*transition: all 250ms ease-in-out;*/
		/*margin-bottom: 1rem;*/
		padding: .25rem .75rem .33rem;
		white-space: nowrap;
	}
	
	
	
	.footer .copyright {
		text-align: center;
	}
	
	
	
	
	
	
	
	
	
	
	
	.off-canvas {
		background-color: var(--coul-main);
		padding: 2rem 1rem 2rem 2rem;
		color: var(--blanc);
		
		background-image: url("https://www.utopsie.com/work/troistristestigres/wp-content/themes/ttt_2026_theme/assets/images/footer_trans_vert.png");
		background-size: 160%;
		background-position-x: 30%;
	}
	.off-canvas .logo {
		height: 3rem;
		width: 6rem;
	}
	.off-canvas a {
		font-family: 'Oswald', sans-serif;
		font-weight: 300;
		color: white;
		
	}
	.off-canvas .menu {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
	.off-canvas .menu a {
		padding-left: 0;
		font-size: 1.125rem;
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	.off-canvas .menu .active>a {
		background: transparent;
		color: var(--coul-sec);
	}
	
	.off-canvas  .adresse p {
		font-size: .75rem;
	}
	.off-canvas .formulaire_dabonnement {
		margin-top: 2rem;
	}
	.off-canvas .formulaire_dabonnement .titre {
		font-size: .75rem;
		margin-bottom: .5rem;
	}
	.off-canvas .formulaire_dabonnement input {
		box-sizing: border-box;
		width: 100%;
		height: 1.75rem;
		margin: 0 0 1rem;
		padding: .5rem;
		border: none;
		border-radius: 3px;
		background-color: #fefefe;
		-webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
		box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
		font-family: inherit;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #0a0a0a;
	}
	.off-canvas .formulaire_dabonnement input::placeholder { 
		/*color: red; */
		/*opacity: 0.5; */
		font-family: "Noto Sans", sans-serif;
		font-size: .75rem;
	}
	
	.off-canvas .formulaire_dabonnement .wp-block-button__link {
		font-family: 'oswald', sans-serif;
		text-transform: uppercase;
		padding: .25rem .75rem .33rem;
		white-space: nowrap;
		
		border: 1px solid white!important;
		color: white;
		background-color: transparent;
		margin-top: 0;
		transition: all 250ms ease-in-out;
		margin-bottom: 1rem;
		font-size: .75rem;
	}
	.off-canvas .social ul {
		list-style: none;
		margin: 0;
		display: flex;
		justify-content: center;
		gap: 1.25rem;
		margin-left: -1.5rem;
	}
	.off-canvas .social ul li a {
		position: relative;
		width: 2rem;
		height: 2rem;
		display: block;
	}
	
	.off-canvas .copyright {
		opacity: .5;
		margin-top: 2rem;
		font-family: "Noto Sans", sans-serif;
		font-size: .75rem;
		text-align: center;
	}
	
	
	
	
	#fancybox-close {
		position: absolute;
		top: -3rem;
		right: 0rem;
		width: 2rem;
		height: 2rem;
		background: none;
		cursor: pointer;
		z-index: 111103;
		display: none;
		/* background-color: yellow; */
	}
	#fancybox-close:before {
		content: '×';
		font-size: 2.75rem;
		font-weight: 300;
		line-height: 2rem;
		width: 100%;
		display: flex;
		justify-content: center;
		color: var(--coul-ter);
	}
	#fancybox-left, #fancybox-right {
		position: absolute;
		bottom: 0;
		height: 100%;
		width: 35%;
		cursor: pointer;
		background: initial;
		z-index: 111102;
		display: none;
	}

	#fancybox-left-ico,
	 #fancybox-right-ico {
		top: 100%;
		margin-top: .5rem;
	}
	#fancybox-left-ico,
	:hover #fancybox-left-ico,
	 #fancybox-left:hover span {
		left: 0;
	}
	 #fancybox-right-ico,
	 #fancybox-right:hover span {
		left: unset;
		right: 0;
	}







}

/* For general iPad layouts */

@media only screen and (device-width: 768px) {
	
}

/* For portrait layouts only */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	
}
/* For landscape layouts only */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	
}

/* Medium and up */

@media screen and (min-width: 40em) {
	
}

/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
}

/* Large and up */

@media screen and (min-width: 64em) {
	
}

/* Large only */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	
}