/*
#@plugins/jeanantoine/public/less/theme.med.less
*/
aside#aside-video {
  width: 50%;
  right: -50%;
}
.liste-films.list ul.liste > li,
.liste-films.list ul.liste > li.serie {
  width: 100%;
}
.liste-films.list ul.liste > li img {
  display: none;
}
.liste-films.list ul.liste > li figure figcaption {
  margin-bottom: 0;
}
.liste-films.list ul.liste > li .groupe-mot {
  display: none;
}
.liste-films.list ul.liste > li h2 {
  min-height: inherit;
}
.liste-films.list ul.liste > li h2 small {
  margin-right: .5em;
}
.liste-films.list ul.liste > li h2 br:nth-child(2) {
  display: none;
}
.liste-films ul.liste > li {
  width: 33.33%;
  padding-bottom: 1em;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}
.liste-films ul.liste > li figure {
  padding-left: 1em;
  padding-right: 1em;
}
.liste-films ul.liste > li .tags,
.liste-films ul.liste > li .redactions {
  display: block;
}
.liste-films ul.liste > li h2 {
  min-height: 4em;
  margin-bottom: 0;
}
.liste-films ul.liste > li.serie {
  width: 50%;
}
.liste-films ul.liste > li.serie .redactions {
  padding: .5em;
}
.liste-films ul.liste > li.serie img.spip_logo {
  float: none;
  width: 100%;
}
.liste-films ul.liste > li.serie h2,
.liste-films ul.liste > li.serie h3 {
  margin-bottom: 0;
}
.liste-films ul.liste > li.serie h3 {
  min-height: 3.5em;
}
.liste-films ul.liste > li.serie h2 {
  min-height: inherit;
}
.liste-films ul.liste > li.serie .tags {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1em;
}
.liste-films ul.liste > li.serie > ul {
  display: flex;
  flex-flow: row wrap;
  padding-left: .5em;
  padding-right: .5em;
}
.liste-films ul.liste > li.serie > ul > li {
  padding: 0;
  border: 1px solid transparent;
}
.liste-films ul.liste > li.serie > ul > li.video figure {
  padding-left: .5em;
  padding-right: .5em;
}
.liste-films ul.liste > li.serie > ul > li.ready:hover {
  border: 1px solid #101010;
}
.liste-films ul.liste > li.serie > ul > li.ready:hover::after {
  background: #ffffff;
}
.liste-films ul.liste > li.serie .imagePlaceHolder {
  height: 110px;
}
.liste-films ul.liste > li:hover {
  border-left: 1px solid;
  border-right: 1px solid;
}
.liste-films ul.liste-films-filtres {
  text-align: right;
}
.page_sommaire .page .header h1 {
  font-size: 10em;
}
.page_sommaire .page .header #slogan {
  font-size: 1.25em;
}
.black .bio ul.biography li .texte p,
.black .bio ul.biography li .texte .h3 {
  color: #ffffff;
}
.black .bio ul.biography::after {
  background-color: #ffffff;
}
.black .bio ul.biography::before {
  background-color: #ffffff;
}
body.open .bio ul.biography > li .texte h2 {
  font-size: 12em;
}
body.open .bio ul.biography:before {
  margin-left: 190px;
}
.cursorOut .bio ul.biography:before {
  width: 0em;
  height: 0em;
}
.bio:last-child ul.biography {
  margin-bottom: 0;
}
.page_rubrique_1 .parent-container-iframe {
  width: 50%;
  margin: 0 auto;
}
.page_rubrique_1 .parent-container-iframe + a {
  display: block;
  float: none;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.bio h2,
.bio .h3 {
  display: block;
}
.bio ul.biography {
  position: relative;
  display: block;
  padding: 25em 0 30em;
}
.bio ul.biography::before {
  position: fixed;
  content: ' ';
  left: 50%;
  top: 50%;
  width: 2em;
  height: 2em;
  transform: translateX(-50%) translateY(-50%);
  transition: all 450ms ease-in-out;
  border-radius: 100%;
  z-index: 10;
  background-color: #101010;
}
.bio ul.biography::after {
  position: absolute;
  content: ' ';
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #101010;
}
.bio ul.biography > li {
  position: relative;
  width: 50%;
  margin-top: 17em;
  padding: 0;
}
.bio ul.biography > li:first-child {
  margin-top: 0;
}
.bio ul.biography > li p {
  max-width: 580px;
}
.bio ul.biography > li.force {
  margin-top: 1em;
}
.bio ul.biography > li.forceRight,
.bio ul.biography > li.forceLeft {
  margin-top: 10em;
  position: relative;
}
.bio ul.biography > li.forceRight ul li,
.bio ul.biography > li.forceLeft ul li {
  margin-bottom: 1em;
}
.bio ul.biography > li.forceRight a,
.bio ul.biography > li.forceLeft a {
  padding: .75em;
  display: inline-flex;
}
.bio ul.biography > li.forceRight a h4,
.bio ul.biography > li.forceLeft a h4 {
  font-size: 1.25em;
}
.bio ul.biography > li.forceRight a img,
.bio ul.biography > li.forceLeft a img {
  width: 10em;
  height: auto;
}
.bio ul.biography > li.forceRight:not(.force)::before,
.bio ul.biography > li.forceLeft:not(.force)::before {
  position: absolute;
  content: ' ';
  left: 0%;
  top: 50%;
  width: 2em;
  height: 2em;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 100%;
  z-index: 11;
  border: 1px solid #ad3404;
}
.bio ul.biography > li.forceLeft {
  padding-right: 0;
  padding-left: 1.5em;
}
.bio ul.biography > li.forceLeft a {
  border: 1px solid transparent;
}
.bio ul.biography > li.forceLeft a img {
  margin-right: .5em;
}
.bio ul.biography > li.forceLeft ul li:hover a {
  border-color: #ad3404;
}
.bio ul.biography > li.forceRight {
  padding-right: 1.5em;
  margin-left: 0;
}
.bio ul.biography > li.forceRight:hover a {
  background-color: #ad3404;
  color: #101010;
}
.bio ul.biography > li.forceRight a {
  border: 1px solid #ad3404;
}
.bio ul.biography > li.forceRight a img {
  margin-left: .5em;
}
.bio ul.biography > li.forceRight:not(.force)::before {
  left: inherit;
  left: 100%;
  background: #ad3404;
  border: none;
}
.bio ul.biography > li:nth-child(odd) {
  text-align: right;
}
.bio ul.biography > li:nth-child(odd) .image {
  left: 100%;
  transform: translateY(-50%);
  margin-left: 2em;
}
.bio ul.biography > li:nth-child(odd) p,
.bio ul.biography > li:nth-child(odd) .h3 {
  left: 150%;
}
.bio ul.biography > li:nth-child(odd) p {
  margin-left: auto;
}
.bio ul.biography > li.forceLeft,
.bio ul.biography > li:nth-child(even) {
  text-align: left;
  left: 50%;
}
.bio ul.biography > li.forceLeft .image,
.bio ul.biography > li:nth-child(even) .image {
  right: 100%;
  transform: translateY(-50%);
  margin-right: 2em;
}
.bio ul.biography > li.forceLeft p,
.bio ul.biography > li:nth-child(even) p,
.bio ul.biography > li.forceLeft .h3,
.bio ul.biography > li:nth-child(even) .h3 {
  left: -150%;
}
.bio ul.biography > li.forceLeft p,
.bio ul.biography > li:nth-child(even) p {
  margin-right: auto;
}
.bio ul.biography > li .image {
  position: absolute;
  top: 50%;
  width: 0%;
  overflow: hidden;
  transition: all 450ms ease-out;
}
.bio ul.biography > li .image img {
  position: relative;
  width: 600px;
  height: auto;
}
.bio ul.biography > li .texte {
  padding: 1em 2em;
  overflow: hidden;
  position: relative;
}
.bio ul.biography > li .texte h2 {
  margin: 0;
  font-size: 15em;
}
.bio ul.biography > li .texte h2 span {
  letter-spacing: -.05em;
  display: block;
  transition: padding 450ms ease-in-out;
  padding-right: 0;
  line-height: .8;
}
.bio ul.biography > li .texte p,
.bio ul.biography > li .texte .h3 {
  transition: all 1s ease-in-out;
  color: #101010;
}
.bio ul.biography > li .texte .h3 {
  line-height: 1;
  font-size: 1.6em;
  margin-bottom: .5em;
  position: relative;
}
.bio ul.biography > li .texte p {
  position: relative;
  margin-top: 1.5em;
  transition-delay: 250ms;
}
.bio ul.biography > li.active .image {
  width: 600px;
}
.bio ul.biography > li.active .texte .h3,
.bio ul.biography > li.active .texte p {
  left: 0;
}
#nav {
  width: 380px;
  left: -380px;
}
@media screen and (orientation: landscape) {
  #nav .nav-footer {
    margin-right: auto;
  }
}
.open {
  overflow: inherit;
}
.scroll-indicator {
  display: block;
  position: fixed;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  border-radius: 100%;
  opacity: 1;
  transition: 1s opacity;
  background: #101010;
  padding: 1.5em;
  font-size: .5em;
  width: 6em;
}
.scroll-indicator.inactive {
  opacity: 0;
}
.scroll-indicator svg {
  position: relative;
  top: .125em;
  width: 100%;
}
.scroll-indicator svg .mouse-filling {
  fill: #ffffff;
}
.spip_documents {
  width: inherit;
  max-width: 250px;
  margin: .5em auto;
}
.spip_documents figure img {
  box-shadow: none;
}
.spip_documents.spip_document_right {
  margin-left: 1em;
  float: right;
}
.spip_documents.spip_document_left {
  margin-right: 1em;
  float: left;
}
