
.page_sommaire .page {
  .header {
    height: 100%;
    background: url(/plugins/jeanantoine/public/assets/USA-200_04_T2.jpg) bottom center;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    display:flex;
    flex-flow: column;
    position: relative;
    background-size: cover;
    background-repeat: repeat-x;
    background-color: white;
    @media screen and (min-width: 960px) {
      background-size: contain;
    }
    video{
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%;
      display: block;
      transition: 1s all ease-in-out;
      opacity: 1;
      &.off {
        opacity: 0;
      }
    }
    h1 {
      width: 75%;
      font-size: 5em;
      flex-flow: column;
      margin:0;
      margin-top: auto;
      color: @orange;
      mix-blend-mode: hard-light;
      display: block;
      line-height: 1em;
      text-align: center;
      padding-bottom: .125em;
    }

    h1.spip_logo_site,
    #slogan {
      margin-left: auto;
      margin-right: auto;
      z-index: 2;
    }

    #slogan {
      font-size: 1em;
      text-transform: uppercase;
      background-color: @black;
      color: white;
      letter-spacing: .8em;
      padding:0.3em 0 .25em .75em;
      margin: .25em auto auto;
      display: block;
    }
  }
}