/* cmsms stylesheet: BN Foundation modified: lundi 14 septembre 2026 19:18:13 */
@charset "UTF-8";
/*
Correspondance entre les valeurs numériques et les noms
100 : Extra Light (Ultra Light)
200 : Thin (Hairline)
300 : Light
400 : Roman (Normal)
500 : Medium
600 : Semi Bold (Demi Bold)
700 : Bold
800 : Heavy (Extra Bold ou Ultra Bold)
900 : Black
*/

@font-face {
	font-family: 'OpenSans';
	src: url('https://compagniedelabetenoire.be/assets/fonts/OpenSans-Regular.woff2') format('woff2'),
		url('https://compagniedelabetenoire.be/assets/fonts/OpenSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('https://compagniedelabetenoire.be/assets/fonts/OpenSans-Bold.woff2') format('woff2'),
		url('https://compagniedelabetenoire.be/assets/fonts/OpenSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('https://compagniedelabetenoire.be/assets/fonts/OpenSans-Italic.woff2') format('woff2'),
		url('https://compagniedelabetenoire.be/assets/fonts/OpenSans-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'OpenSans';
	src: url('https://compagniedelabetenoire.be/assets/fonts/OpenSans-BoldItalic.woff2') format('woff2'),
		url('https://compagniedelabetenoire.be/assets/fonts/OpenSans-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'OpenSansCondensed';
	src: url('https://compagniedelabetenoire.be/assets/fonts/OpenSans-CondLight.woff2') format('woff2'),
		url('https://compagniedelabetenoire.be/assets/fonts/OpenSans-CondLight.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansCondensed';
	src: url('https://compagniedelabetenoire.be/assets/fonts/OpenSans-CondBold.woff2') format('woff2'),
		url('https://compagniedelabetenoire.be/assets/fonts/OpenSans-CondBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'RGER';
	src: url('https://compagniedelabetenoire.be/assets/fonts/RGER.woff2') format('woff2');,
		url('https://compagniedelabetenoire.be/assets/fonts/RGER.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*valeurs prédéfinies*/

/*default link styles*/
a, a:link, a:active {
	color: #ae0827;
}
a:visited {
	color: #ae0827;
}
a:hover {
	/*text-decoration: none;*/
	color: #ae0827;
}

/*icônes et pictos*/
.icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin: .4rem 1rem;
	background: white;
	-webkit-mask-size: cover;
	mask-size: cover;
}
.icon:hover,
.icon:focus {
	background: #ae0827;
}
.icon.chevron {
	-webkit-mask: url(https://compagniedelabetenoire.be/assets/images/pictos2.svg#chevron3);
	mask: url(https://compagniedelabetenoire.be/assets/images/pictos2.svg#chevron3);
}
.icon.grid {
	-webkit-mask: url(https://compagniedelabetenoire.be/assets/images/pictos2.svg#grid-3);
	mask: url(https://compagniedelabetenoire.be/assets/images/pictos2.svg#grid-3);
}
.r90 {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.r270 {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/***** BASE *****/
body {
	background-color: #1b1b1b;
	font-family: OpenSans, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: RGER, sans-serif;
	/*text-transform: uppercase;*/
	line-height: 1.2;
	margin-bottom: .1em;
	color: #333;
	font-weight: normal;
}
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
	margin-top: .5rem;
}
.container {
	max-width: 1200px;
	margin: 0 auto 1rem auto;
}

/*** Header ***/
header {
	/*background-color: yellow;*/
}
header h1, header h1 a {
	margin: 0;
	/*font-size: 2rem;*/
	/*line-height: 1;*/
}
.pid-1 header .logo {
	display: none;
}
header .logo img {
	height: 4rem;
	margin: .4rem 0;
}
header .menu {
	font-family: RGER, sans-serif;
	font-size: 1.4rem;
}
.menu a, .menu a:link, .menu a:active {
	color: #fff;
}
.menu a:visited {
	color: #fff;
}
.menu a:hover, .menu a.menuactive {
	/*text-decoration: none;*/
	color: #ae0827;
}


/*** Main ***/
main {
	min-height: 35rem;
}
main a[href$='.pdf'] {
	background: transparent url(https://compagniedelabetenoire.be/assets/images/links/pdf4b.svg) no-repeat center right;
	background-size: auto 1rem;
	padding: 0 1.2rem 0 0;
}
/*main a[href*="//"]:not([href*="compagniedelabetenoire.be"]):after {*/ /* à résoudre */
main a:not([href*='compagniedelabetenoire.be']):not([href^='#']):not([href^='/']):after {
    /* external link styles, use :before or :after if you want! */
	background: transparent url(https://compagniedelabetenoire.be/assets/images/links/external-link.svg) no-repeat center right;
	background-size: auto 1rem;
	padding: 0 2rem 0 0;
}
main aside {
	background-color: #ae0827;
}
main .couv {
	position:relative;
	background-color: black;
	/*height: 100%;*/

}
main .couv .fond {
	background: no-repeat center center;
	background-size: cover;
	min-height:10rem;
	height: 100%;
	position:relative;
	z-index:1;
	-webkit-mask-image: url(https://compagniedelabetenoire.be/assets/images/patate.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	mask-image: url(https://compagniedelabetenoire.be/assets/images/patate.svg);
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
}
main .couv .logo-cover {
	position:absolute;
	z-index:2;
	width: 8rem;
	bottom: 1rem;
	left: 1rem;
}
.interieur {
	background-color: white;
}
.interieur h2,
.podcasts > h2 {
	margin:0;
	padding: .8rem 1rem .6rem 1rem;
	font-size: 3rem;
	line-height: 1;
	text-transform: uppercase;
	color: white;
	background-color: #ae0827;
}
.podcasts > h2 {
	margin-top: .8em;
	font-size: 1.4rem;
}
.interieur article,
.interieur .news,
.podcast article,
.contactform {
	padding: 1rem;
}
.stele article {
	padding: 0 1rem 1rem 1rem;
}
.pid-5 .interieur article,
.pid-25 .interieur article {
	padding: 0;
}
p {
	margin:0 0 .5rem 0;
	line-height: 1.4;
}
blockquote {
	font-size: 1.6rem;
	/*font-weight: 200;*/
	font-style: italic;
	text-align: right;
	border: unset;
}
blockquote .auteur {
	font-size: 1.2rem;
	font-style: normal;
}
blockquote .auteur::after {
	content: " —";
}
.texte h3, .texte h4 {
	margin-top: 1em;
	text-transform: uppercase;
}
.texte h5, .texte h6 {
	margin-top: 1em;
}
.texte > :first-child,
.tabs-panel > :first-child {
	margin-top: 0;
}
.texte h3 + h4,
.texte h4 + h5,
.texte h5 + h6 {
	margin-top: .3rem;
}
.texte h3 {font-size:2.3rem;}
.texte h4 {font-size:2rem;}
.texte h5 {font-size:1.7rem;}
.texte h6 {font-size:1.4rem;}

.texte li {margin-bottom:.4rem; line-height:1.4;}

article figure {margin: 1rem 0;}
.my-gallery figure {margin: 0;}
.a-droite { float: right; margin: .2rem 0 .2rem .8rem;}
.a-gauche { float: left; margin: .2rem .8rem .2rem 0;}
.a-droite, .a-gauche { max-width: 150px; height: auto;}
.petit { font-size: .8rem;}
.note, article figcaption { font-size: .8rem; text-align:right;}
.gris { color: #666; }
.masque {display: none;}


/* Grilles des spectacles et des podcasts */
.spectacles figure,
.podcasts figure {
	position: relative;
	z-index:2;
	background-color: #ae0827;
}
.podcasts figure {
	border: thin solid #1b1b1b;
}
/* pour qu'une figure sans image ait les mêmes dimensions qu'avec
.podcasts figure {
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%;
}
*/
.spectacles figure:hover img,
.podcasts figure:hover img {
	-webkit-mask-image: url(https://compagniedelabetenoire.be/assets/images/patate.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: 90%;
	mask-image: url(https://compagniedelabetenoire.be/assets/images/patate.svg);
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: 90%;
}
.spectacles figcaption,
.podcasts figcaption {
	position: absolute;
	z-index:3;
	bottom: 1.4rem;
	left: 0;
	margin:0 1rem;
}
.spectacles figcaption h2,
.podcasts figcaption h2 {
	color: white;
	font-size: 1.6rem;
	line-height:1;
	text-transform: uppercase;
	text-shadow: 0 0 6px rgba(0,0,0,0.7);
}
.podcasts figcaption p {
	font-weight: bold;
	color: white;
	line-height:1;
}

/* Pages spectacles individuelles */
.spectacle header,
.podcast header,
.stele header{
	position:relative;
}
.spectacle header img,
.podcast header img,
.stele header img {
	position:relative;
	z-index:1;
	min-height: 8rem;
}
.spectacle header .titre,
.podcast header .titre,
.stele header .titre {
	position:absolute;
	z-index:2;
	bottom: 0;
	left: 0;
	padding: 1rem;
	text-shadow: 0 0 6px rgba(0,0,0,0.7);
}
.spectacle header h2,
.podcast header h2,
.stele header h2 {
	margin:0;
	font-size: 2.5rem;
	color: white;
	line-height:1;
	text-transform: uppercase;
}
.spectacle header h2 span,
.podcast header h2 span,
.stele header h2 span {
	font-size: 1.4rem;
	padding-left: 1rem;
}
/*
.spectacle header h3 {
	margin:0;
	font-size: 1.2rem;
	color: white;
	text-transform: uppercase;
}
*/
.spectacle .texte,
.podcast .texte,
.stele .texte {
	background-color: white;
}
main .texte:after {
	content:"";
	display:block;
	clear:both;
}

.tabs {
	margin: 0 .5rem;
}
.tabs, .tabs-content {
	border: none;
}
.tabs-content, .accordion-content {
	/*color: #666;*/
}
.tabs-panel {
	/*padding: 1rem 0;*/
}
.tabs-panel h3:first-child {
	/*margin-top: 0;*/
}
.tabs-title > a {
	font-family: RGER, sans-serif;
	/*font-weight:400;*/
	font-size: 1.6rem;
	margin: 1rem .5rem;
	padding: .5rem;
	/*border-left: 2px solid #666;*/
}
.tabs-title:first-child a {
	/*padding-left: 0;
	border: none;*/
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
	color: white;
	background: #666;
	/*outline:0;*/
}
.accordion-title {
	font-family: 'RGER', sans-serif;
	font-size: 1.6rem;
}
.accordion-title:focus, .accordion-title:hover { background-color: unset; }
.accordion-content h3:first-child {
	margin-top: 0;
}

.distinctions {
	background-color: #eee;
	margin-bottom: 1rem;
	padding: 1.5rem 2rem;
	/*font-weight: bold;*/
	font-style: italic;
}
.distinctions p {
	margin-bottom: .2rem;
}
.distinctions ul {
	margin-bottom: 0;
	line-height: 1.3;
}
.distinctions li {
	margin-bottom: 0;
}

/* Formulaires */
.button {
	font-weight: bold;
	background-color: #ae0827;
	border-radius: 3px;
}
.button:focus, .button:hover {
	background-color: #ae0827;
}
a.button,
a.button:visited {
	color: white;
}


/* Page Actualité */
.news h3, .news h4 {
	text-transform: uppercase;
}
.news h4 {
	margin-top:0;
}
.news-detail article h3 {
	font-size: 2.3rem;
	text-transform: uppercase;
}


/* Page Calendrier */

table[id^="calendarTable"] tr th:nth-child(n+4),
table[id^="calendarTable"] tr td:nth-child(n+4) {
	display:none;
}

.pid-3 h3 {
	margin: 1em 0 0 3rem;
	font-size:2.3rem;
	text-transform: uppercase;
}
.dataTables_filter label {
	display: inline;
}
.dataTables_filter [type=search] {
	display: inline;
	width: auto;
	height: auto;
	margin: 0 .7rem .7rem 0;
	padding: .1rem .5rem;
}

/* Aside */
aside {
	font-family: OpenSansCondensed, sans-serif;
	color: #fff;
}
aside .contenu,
.news-list {
	padding: .4rem 1rem 1rem 1rem;
}
aside h2, aside h3, aside h4 {
	color: #fff;
	line-height:1;
	text-transform: uppercase;
	margin: 1.2rem 0 0 0;
}
aside h2 {
	font-size: 2rem;
}
.pid-1 aside h3 {
	font-size: 1.6rem;
}
aside h4 {
	margin-top: .5rem;
}
aside h2 + .calendar-list .calendar-event:first-child h3 {
	margin-top: .5rem;
}
aside a, aside a:link, aside a:active, aside a:visited {
	color: white;
}
aside a:hover {
	color: white;
}
.interieur aside .news {
	line-height:1.2;
	margin-bottom:.4rem;
	padding: 0;
}
.pid-1 aside .news {
	margin-bottom: .3rem;
}
.pid-1 aside .news h3 {
	margin: 0;
}
aside .news-date {
	margin-top:1.5rem;
	margin-bottom:.1rem;
}
aside .news-title,
aside .event-date {
	font-weight: bold;
}
aside .event-date {
	line-height:1.2;
	margin-top:.4rem;
}

/* Galerie */
.my-gallery {
	position:relative;
}
.my-gallery h3 {
	position:absolute;
	z-index:2;
	bottom:1rem;
	left:1rem;
	margin:0;
	padding:0;
	text-shadow: 0 0 2px black;
}

/*** Footer ***/
footer {
	padding: .4rem 0;
	font-size: .8rem;
	color: #fff;
	/*background-color: blue;*/
}
footer a, footer a:link, footer a:active, footer a:visited {
	color: white;
}
footer a:hover {
	color: #999;
}
footer img {
	height: 4rem;
}
.mentions {
	margin-top: 1rem;
}
.mentions .align-bottom {
	/*font-family: OpenSansCondensed, sans-serif;*/
	font-size: .6rem;
	line-height: 1.1;
}
.mentions .auto {
	padding: .3rem;
}

/***** END BASE *****/

/***** MEDIA QUERIES *****/
@media screen and (min-width: 30em) { /* min-width 480px, smartphone paysage */
 header .menu {
	font-size: 1.5rem;
 }
 main .couv .logo-cover {
	width: 10rem;
 }
 .a-droite { float: right; margin: .2rem 0 .2rem 1.2rem;}
 .a-gauche { float: left; margin: .2rem 1.2rem .2rem 0;}
 .a-droite, .a-gauche { max-width: 250px; height: auto;}
 table[id^="calendarTable"] tr th:nth-child(4),
 table[id^="calendarTable"] tr td:nth-child(4) {
	display:table-cell;
 }
}
@media screen and (min-width: 40em) { /* min-width 640px, medium screens */
 header .menu {
	font-size: 1.8rem;
 }
  main .couv .logo-cover {
	width: 20rem;
	bottom: 2rem;
	left: 2rem;
 }
 .interieur h2 {
	padding: 5rem 3rem 2rem 3rem;
	font-size: 4rem;
 }
 .interieur article,
 .interieur .news,
 .podcast article,
 .contactform {
	padding: 3rem;
 }
 .pid-5 .interieur article,
 .pid-25 .interieur article,
 .stele article {
	padding: 0 2rem 2rem 2rem;
 }
 .podcast header .titre,
 .stele header .titre {
 	padding-left: 3rem;
 }
 .spectacle header h2,
 .podcast header h2,
 .stele header h2 {
	/*bottom: 2rem;
	left: 3rem;*/
	font-size: 4rem;
 }
 .spectacles figcaption,
 .podcasts figcaption {
	margin:0 1.5rem;
 }
 .spectacles figcaption h2,
 .podcasts figcaption h2 {
	font-size: 2rem;
 }
 table[id^="calendarTable"] tr th:nth-child(5),
 table[id^="calendarTable"] tr td:nth-child(5) {
	display:table-cell;
 }
}
@media screen and (min-width: 64em) { /* min-width 1024px, large screens */
 .podcasts > h2 {
	font-size: 2rem;
 }
 .spectacles figcaption h2,
 .podcasts figcaption h2 {
	font-size: 2.5rem;
 }
 .mentions .large-order-2 {
	text-align: center;
 }
 .mentions .small-order-2 {
	text-align: right;
 }
}
@media screen and (min-width: 90em) { /* min-width 1440px, xlarge screens */

}
@media screen and (min-width: 120em) { /* min-width 1920px, xxlarge screens */

}

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