/** General */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
main {
    z-index: 1;
}
body > main > * {
    padding: 2em 1.2em;
}
.b-home main > *,
.b-seances main > *,
.b-programmes main > *,
.b-appendices main > *,
.b-films main > * {
    border-top: 1px dashed rgba(0, 0, 0, 0.07);
}
ul {
    list-style-type: square;
    padding-inline-start: 1.5em;
    margin-top: 0.5rem;
}
h1,
h2,
h3 {
    font-size: 1.2em;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 450;
    font-family: Oswald, "Arial Narrow", sans-serif;
}
h1 {
    font-weight: 450;
    letter-spacing: 0.02em;
}
/*.b-home h1 {line-height:1.05;letter-spacing:0;font-weight: 500;max-width: 11ch;}*/
h2 {
    font-size: 2.5em;
    font-weight: 450;
    margin-top: -0.075em;
}
h3 {
    margin-bottom: 1em;
}
.text h2,
.text h3 {
    text-transform: none;
}
b {
    font-weight: inherit;
}
a {
    color: currentColor;
    text-decoration: none;
}
a:hover h2,
h2 a:hover,
h1 a:hover {
    text-decoration: underline;
}
a.link:hover {
    text-decoration: underline;
}
a.block {
    display: block;
}
blockquote {
    padding: 0 0 0 2em;
}
figure {
    width: calc(100% + 2.4em);
    margin-left: -1.2em;
    margin-top: 1.4em !important;
}
figure.top {
    margin-top: 0 !important;
}
figcaption {
    font-size: 86%;
    margin-top: -1em !important;
    margin-bottom: 1.6em;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 1.4em;
}
svg {
    fill: currentColor;
}
header {
    padding: 1.2em;
}
/*
header{ position:relative; }
nav {position:absolute;right:1.2em;top:1.1em;}
*/
.video {
    margin-bottom: 1.4em;
}
.videocont {
    width: calc(100% + 4em);
    margin-left: -2em;
}
body:not(.b-home) .ecranpublic:not(:hover) {
    bottom: auto;
    height: 6.3em;
    background: #151515;
}
body:not(.b-home) .ecranpublic:not(:hover) h3 ~ *,
body:not(.b-home) .ecranpublic:not(:hover) img {
    display: none;
}
.left {
    margin-bottom: 1.2em;
}
span > * + * {
    margin-top: 0.9em;
}
span b {
    font-weight: inherit;
}
span b + b:before {
    content: ", ";
}
.right span {
    display: block;
    margin: 0.6em 0 2.4em;
}
.right span:last-of-type {
    margin-bottom: 0;
}
.hide {
    position: relative;
    margin-top: 1em !important;
}
.show {
    display: none;
}
hr {
    margin: 1.5em 0 1.5em !important;
    border: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.footnotes {
    margin-top: 2em;
    font-size: 86% !important;
}
.footnotes hr {
    display: none;
}
sup {
    line-height: 0;
}
sup a {
    text-decoration: none !important;
    border-bottom: 1px solid;
    font-weight: 600;
}
/* Desktop */
@media only screen and (min-width: 900px) {
    body {
        max-width: 67%;
        font-size: 18px;
    }

    body > main > * {
        padding: 2.5em 2em;
    }

    figure {
        width: 100%;
        margin-left: 0;
    }

    img {
        max-width: none;
        width: calc(100% + 2em);
        margin-bottom: 1.4em;
    }

    .show {
        display: block;
    }

    .hide {
        display: none !important;
    }

    header {
        background: none;
        color: inherit;
        text-align: left;
        padding: 2.5em 2em;
    }

    /*
header { padding:2.5em 2em 2.5em calc(28% + 1em); }
nav {right:auto;left:2em;top:2.45em;}
*/

    h1 {
        font-weight: 450;
    }

    /*.b-home h1{line-height:1;font-weight:500;font-size:3.2em;max-width:10ch;margin-top:-.1em;letter-spacing:-.01em;}*/

    .item {
        display: flex;
        position: relative;
    }

    .left {
        width: 28%;
        padding-right: 2em;
        margin-bottom: 0;
    }

    .left h3 {
        margin-bottom: 1.2em;
    }

    .right {
        width: 72%;
    }

    .videocont {
        width: calc(100% + 2em);
        margin-left: 0;
    }

    .b-seance main .item:first-child {
        padding-bottom: 0.6em;
    }
}
/* end @media min-width:900px */
/* desktop */
@font-face {
    font-family: "Oswald";
    src: url("/assets/fonts/Oswald.woff2") format("woff2 supports variations"),
        url("/assets/fonts/Oswald.woff2") format("woff2-variations");
    font-weight: 200 700;
}
body {
    font-family: Oswald, "Arial Narrow", sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #151515;
}
.text {
    font-family: system-ui, sans-serif;
}
.text > *:not(figure) {
    font-size: 96%;
}
.text a {
    text-decoration: underline;
}
.text * + * {
    margin-top: 0.8em;
}
.text ol,
ul {
    padding-left: 0.8em;
}
.text.small {
    font-size: 86%;
}
.text.small + br + br + .small {
    margin-top: -1em;
}
/** Modules */
.ecranpublic {
    align-items: center;
    background: #151515;
    color: #fff;
    z-index: 2;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 67%;
    overflow: auto;
    padding: 2.5em 0em;
    position: fixed;
    right: 0;
    top: 0;
}
.ecranpublic h2 {
    font-weight: 450;
    /*  margin-bottom: 0.4em; */
    margin-bottom: 0.15em;
}
.ecranpublic h3 {
    display: inline-block;
    font-weight: 450;
    letter-spacing: 0.01em;
    margin-bottom: 2.05em;
    order: -1;
    text-align: center;
}
.ecranpublic img {
    width: 100%;
    margin-bottom: 2em;
}
.ecranpublic span {
    margin-top: 0.6em;
}
.ecranpublic a {
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 900px) {
    .ecranpublic {
        position: initial;
    }
}
