aside#aside-video {
  width:50%;
  right:-50%;
}
.liste-films {
  &.list ul.liste > li {
    &, &.serie {
      width:100%;
    }
    img {
      display: none;
    }
    figure {
      figcaption {
        margin-bottom:0;
      }
    }
    .groupe-mot {
      display: none;
    }
    h2 {
      min-height:inherit;
      small {
        margin-right:.5em;
      }
      br:nth-child(2) {
        display: none;
      }
    }
  }
  ul.liste {
    > li {
      width:33.33%;
      padding-bottom:1em;
      padding-top:1em;
      padding-left: 0;
      padding-right: 0;
      figure {
        padding-left: 1em;
        padding-right: 1em;
      }
      .tags,
      .redactions {
        display: block;
      }
      
      h2 {
        min-height: 4em;
        margin-bottom: 0;
      }

      &.serie {
        width:50%;
        .redactions {
          padding:.5em;
        }
        img.spip_logo {
          float: none;
          width:100%;
        }
        h2, h3 {
          margin-bottom: 0;
        }
        h3 {
          min-height: 3.5em;
        }
        h2 {
          min-height: inherit;
        }
        .tags {
          padding-right:0;
          padding-left:0;
          padding-bottom: 1em;
        }
        > ul {
          display: flex;
          flex-flow: row wrap;
          padding-left:.5em;
          padding-right:.5em;
          > li {
            padding: 0;
            border:1px solid transparent;
            &.video figure {
              padding-left:.5em;
              padding-right:.5em;
            }
            &.ready:hover{
              border:1px solid @black;
              &::after{
                background:@white;
              }
            }
          }
        }
        .imagePlaceHolder{
          height:110px;
        }
      }
      &:hover {
        border-left:1px solid;
        border-right:1px solid;
      }
      
    }
  }
  ul.liste-films-filtres {
    text-align: right;
  }
}