﻿#container {
    padding: 4vw 10vw;
    background: repeating-linear-gradient( to left, #F5F5F5, #F5F5F5 132px, #E9E9E9 133px, #E9E9E9 133px, #F5F5F5 134px, #F5F5F5 400px );
}
#jumbotron {
    margin-bottom: 2.5vw;
    height: 22em;
    background-image: url(../Images/PageInfo.webp);
    background-size: cover;

    position: relative;
}
#jumbotron h1{
      position: absolute;
  left: 0px;
  padding-left: 10rem;
  bottom: 50%;
  width: 70%;
  color: #FFFFFF;
  font-size: 4.8rem;
  line-height: 1em;
  letter-spacing: 9.6px;
  text-transform: uppercase;
}
.h1container{
    width: 43em;
}
.title-div {
    position: absolute !important;
    top: 11em;
    left: 4em;
    height: 2vw;
    padding-right: 6vw;
}
#second-container {
    padding: 3vw 7vw;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 5px 5px 0 0;
    font-family: "Fira Sans";
    font-size: 16px;
    line-height: 24px;
}
#second-container h1 {
    color: #005A9C;
    font-family: "gothic";
    font-size: 30px;
    line-height: 36px;
    text-decoration: none;
    text-transform: uppercase;
}
#second-container h2 {
    font-family: "gothic";
    font-size: 30px;
    line-height: 36px;
}
.media-annonce .title {
    font-weight: bold;
    color: #636363;
    text-align: justify;
    margin-bottom: 1vh;
}
.media-annonce {
    margin-bottom: 15px;
}


/* Mobile header title fix */
.communique-text { text-align: justify; }
@media (max-width: 576px) {
    #jumbotron h1{
        position: absolute;
    left: 0px;
    padding-left: 1rem;
    bottom: 50%;
    width: 70%;
    color: #FFFFFF;
    font-size: 4.8rem;
    line-height: 1em;
    letter-spacing: 9.6px;
    text-transform: uppercase;
  }
  .h1
}