<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
#@plugins/jeanantoine/public/less/theme.more.less
*/
h1 {
  font-size: 2.5em;
}
header h1 {
  text-align: left;
  margin-top: 5em;
  margin-bottom: 2em;
}
.descriptif.grand_texte p,
.texte.grand_texte p {
  line-height: 1.7em;
  font-size: 1.3em;
}
figure.spip_illustrations {
  text-align: center;
}
figure.gauche {
  float: left;
}
figure.gauche.coupe {
  margin-left: -1.5em;
}
figure.gauche.coupe.margin-left-3 {
  margin-left: -3em;
}
figure.gauche.coupe.margin-left-6 {
  margin-left: -6em;
}
figure.gauche.coupe.margin-left-9 {
  margin-left: -9em;
}
figure.gauche.coupe a {
  text-align: center;
}
figure.coupe {
  width: 1220px;
}
figure.coupe a {
  display: flex;
  flex-flow: column;
  text-align: left;
}
figure.droite {
  float: right;
  margin-left: 1em;
}
figure.droite.coupe {
  margin: 2em -1em 2em 0;
}
.deg1 {
  transform: rotate(0.5deg);
}
.deg2 {
  transform: rotate(2deg);
}
.deg3 {
  transform: rotate(3deg);
}
.deg-1 {
  transform: rotate(-0.5deg);
}
.deg-2 {
  transform: rotate(-2deg);
}
.deg-3 {
  transform: rotate(-3deg);
}
.liste-mots ul li {
  width: 20%;
}
.page_mot_artiste .liste-mots ul li {
  width: 24%;
}
.page_mot_artiste .liste-mots ul li img,
.page_mot_artiste .liste-mots ul li .imagePlaceHolder {
  width: 100%;
  height: 150px;
}
.liste-films ul.liste &gt; li {
  width: 25%;
}
.liste-films ul.liste &gt; li.serie &gt; ul &gt; li {
  width: 33.33%;
}
.direct-access ul {
  justify-content: left;
}
.direct-access ul li {
  max-width: 230px;
  border: 1px solid;
  margin: 1em 1em 0 0;
}
.portraits-artistes {
  padding-top: 2em;
}
.portraits-artistes &gt; ul li {
  width: 12.5%;
}
.mea-films {
  padding-bottom: 3em;
}
li.mea-film {
  width: 100%;
  margin-top: 2em;
}
li.mea-film figure.spip_illustrations.spip_films {
  text-align: left;
}
li.mea-film video {
  pointer-events: unset;
}
.container ul li.mea-film {
  width: 50%;
  float: left;
}
.container ul li.mea-film.mini {
  width: 13%;
}
.container ul li.mea-film.mini h5 {
  font-size: .6em;
}
.page_sommaire .container ul li.mea-film:nth-child(odd) {
  margin-top: 0;
  padding-right: .5em;
}
.page_sommaire .container ul li.mea-film:nth-child(even) {
  margin-top: 8em;
  padding-left: .5em;
}
div.mea-film.left,
div.mea-film.right,
div.mea-film.center {
  max-width: 350px;
  margin-top: .5em;
  margin-bottom: 1em;
}
div.mea-film.left {
  float: left;
  margin-right: 1em;
  clear: left;
}
div.mea-film.left figure figcaption {
  text-align: left;
}
div.mea-film.right {
  float: right;
  margin-left: 1em;
  clear: right;
}
div.mea-film.right figure figcaption {
  text-align: right;
}
div.mea-film.center {
  margin-right: auto;
  margin-left: auto;
}
.page_sommaire .page .header h1 {
  font-size: 15em;
}
.introduction {
  position: relative;
}
.introduction #illustation-rubrique-1 {
  margin-top: 3em;
}
.introduction svg,
.introduction p {
  max-width: 720px;
  padding: 0;
}
.introduction p {
  margin-top: 6em;
}
.introduction h2 {
  margin-top: 5em;
}
footer.footer {
  font-size: .9em;
}
footer.footer ul li {
  width: inherit;
  padding: 0 2em 0 0;
}
body.open .page {
  padding-left: 380px;
}
body.open .page .container {
  padding-left: 2em;
}
hr {
  margin: 8em auto;
}
.page {
  transition: padding 450ms ease-in-out, opacity 450ms ease-in-out;
}
.page .container {
  padding-right: 2em;
  padding-left: 6em;
}
.page_rubrique_1 .container {
  padding-right: 0;
}
.clear {
  clear: both;
}
.page_mot ul.videos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.page_mot ul.videos .video {
  width: 24%;
}
.page_mot ul.videos .video h3 {
  min-height: 4.5em;
}
ul.liste-extraits {
  display: flex;
  flex-flow: row wrap;
}
ul.liste-extraits li.parent-container-iframe {
  padding: .25em;
  width: 50%;
}
ul.liste-extraits li.parent-container-iframe,
ul.liste-extraits li.parent-container-iframe .container-iframe {
  margin-bottom: 0;
}
.page_mot_artiste.open .page .main header {
  background-attachment: inherit;
  background-size: inherit;
}
.page_mot_artiste .main {
  display: flex;
  flex-flow: row wrap;
}
.page_mot_artiste .main header {
  width: 50%;
  background-attachment: fixed;
  background-size: contain;
}
.page_mot_artiste .main header img {
  width: 100%;
  height: auto;
}
.page_mot_artiste .main section {
  width: 50%;
  padding: 1em;
}
.video a.auvio {
  width: auto;
  float: right;
}
.page_article_3 table.spip tr td:nth-child(2) {
  column-count: 2;
}
</pre></body></html>