.page_rubrique header.portrait-jean {
  position: relative;
  width:100%;
  height:400px;
  z-index: 1;
  padding:0;
  background-color: @black;
  overflow: hidden;
  img {
    position:absolute;
    top:0;
    width:100%;
    height:auto;
    &:first-child {
      z-index: 1;
    }
    &:nth-child(3),
    &:nth-child(2) {
      z-index: 11;
    }
  }
  .texte {
    position: relative;
    display: flex;
    justify-content: center;
    color:@white;
    z-index: 10;
    padding:0;
    h1 {
      line-height: 1.2;
      margin:1em auto 0;
      font-weight: lighter;
      small {
        color: @white;
        display: block;
        font-size: 0.3em;
        padding-right:1em;
        text-transform: uppercase;
        text-align: right;
      }
    }
  }
}