body.home [id="container"]{
  padding-top:0;
}


/*18.HOMEPAGE.CSS*/
[id="HomepageTemplate"] {
  position: relative;
  z-index: 1;
}
[id="HomepageTemplate"] [id="content"] {
  margin-bottom: 0;
}
[id="HomepageTemplate"] [id="main"] {
  background: transparent;
  margin-bottom: 0px;
  padding: 0px 0;
}


/*BLOC RACCOURCI ESPACE*/
[id="HomepageTemplate"] .espaceCite{
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: flex;
  flex-wrap:wrap;
  align-content: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
[id="HomepageTemplate"] .espaceCite .firstChild{
  -webkit-box-flex:2;
          flex:2 1 auto;
  width: 50%;
  max-width: 50%;
  padding:0 5px;
}
[id="HomepageTemplate"] .espaceCite .firstChild img.svg{display: none;}
[id="HomepageTemplate"] .espaceCite .firstChild .h1-like{
  margin:15px 0 20px;
  font-size:3.0rem;
}
[id="HomepageTemplate"] .espaceCite .firstChild .h1-like a{
  color:#FFFFFF;
  text-decoration: none;
  font-size:3.0rem;
}
[id="HomepageTemplate"] .espaceCite .firstChild .h1-like span{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
}
[id="HomepageTemplate"] .espaceCite .firstChild .h1-like span svg{
  position: absolute;
  width: 30px;
  top:50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
[id="HomepageTemplate"] .espaceCite .firstChild .h1-like span svg path{
  fill:#FFFFFF;
}
[id="HomepageTemplate"] .espaceCite .firstChild h1{
  margin:0;
  font-family: 'Open Sans',Tahoma,Geneva,sans-serif;
  color:#131926;
  font-size:3.0rem;
  line-height: 1.2;
}
[id="HomepageTemplate"] .espaceCite .firstChild h1 strong{
  color:#E8430C;
}

[id="HomepageTemplate"] .espaceCite .raccourci{
  -webkit-box-flex:1;
          flex:1 1 auto;
}
[id="HomepageTemplate"] .espaceCite .raccourci.shortcut-4 figcaption small > small{
  font-size: 1.2rem;
}






.contenus-autres-langue{
  background: rgba(255, 255, 255, 0.6);
  max-width: 1200px;
  padding: 20px 20px 40px;
  width: 98%;
  margin: 0 auto;
}
.contenus-autres-langue h4{
  background:#131926;
}
.contenus-autres-langue h1{
  color:#131926;
}

/*ZONE BASE HOMEPAGE*/
[id="bottomHome"]{
  position:relative;
  padding-top:250px;
  padding-bottom:250px;
  overflow: hidden;
  min-height:1435px;
}

[id="bottomHome"] .container_16{
  position: relative;
  z-index: 1;
}


/*MEDIAQUERIES*/
@media(max-width:1225px){
  [id="bottomHome"]{
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
@media(max-width:1100px){
  [id="HomepageTemplate"] .espaceCite .firstChild .h1-like a{
    font-size:2.5rem;
  }
  [id="HomepageTemplate"] .espaceCite .firstChild h1{
    font-size:2.5rem;
  }
  [id="HomepageTemplate"] .espaceCite{
    margin-bottom: -80px;
  }
}
@media(max-width:995px){
  [id="HomepageTemplate"] .espaceCite .firstChild .h1-like a{
    font-size:3rem;
  }
  [id="HomepageTemplate"] .espaceCite .firstChild h1{
    font-size:3rem;
  }
  [id="HomepageTemplate"] .espaceCite .firstChild {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px; 
  }
}

@media(max-width:767px){
  [id="bottomHome"] {
    padding-bottom:50px;
    padding-top:130px;
  }
  [id="HomepageTemplate"] .espaceCite{
    -webkit-transform: translateY(-55px);
            transform: translateY(-55px);
  }
  [id="HomepageTemplate"] .espaceCite .firstChild .h1-like{
    margin:15px 0 5px;
  }
  [id="HomepageTemplate"] .espaceCite .firstChild .h1-like a{
    font-size:1.8rem;
  }
  [id="HomepageTemplate"] .espaceCite .firstChild .h1-like span{
    display:none;
  }
  [id="HomepageTemplate"] .espaceCite .firstChild h1{
    font-size:1.8rem;
  }
  body.home .bgFull{
    background-size: cover;
  }
}
/*---*/

/*18.FIN HOMEPAGE.CSS*/