.BannerPresantation{
    background: url(../Images/HeaderProduitsnew.jpg) top center no-repeat;
    width: 100%;
    height: auto;
    position: relative;
    height: 50vh;

}

.PathInterne{
    color: #071e42;
    font-weight: 400;
    font-size: 1.4em;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    position: relative;
    background-color: #efefef;
    font-weight: bold;

}
.PathInterne a{
    text-decoration: none;
    color: #071e42;
    position: relative;
    padding-bottom: 3px;
}
.PathInterne a:hover{
    color: #071e42;
    text-decoration: none;

}

.PathInterne a span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    background: #fff;
    -webkit-transition: .35s;
    transition: .35s;
}

.PathInterne .span1{
display: inline-block;
  margin-left: 0px;margin-right: 3px; display: inline-block;
}

.TitrePrincipalInterne{
  color: #0e142a;
  font-size: 3em;
  font-weight: 400;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  /*margin-bottom: 9vh;*/
  /*background: url(../Images/BgTitreInterne.png) bottom center no-repeat;*/
  padding-top: 3vh;
  padding-left: 20px;
}
.blockPathTitre{
    position: absolute;
    /* top: 0px; */
    bottom: 0px;
    margin: auto;
    width: 100%;
    /* height: 200px; */
    bottom: 0px;
}



@media screen and (max-width: 768px) {

.TitreSimilaire:after{display:none;}
.contentInterne {padding:15px !important;}
.TitrePrincipalInterne{
      width: 63%;
    text-transform: uppercase;
    margin-bottom: 9vh !important;

    padding-bottom: 3vh;
    margin: auto;
}
.BannerPresantation {
    height: 56vh !important;
}
}
.contentInterne {
  padding: 20px 0px;
  color: #454545;
  text-align: justify;
}

.similaire{width:100%;margin:8vh 0px;}


.TitreSimilaire{
   color:#1d398a;
   font-size:2em; 
   text-transform:uppercase;
   position:relative;
    overflow: hidden;
margin-bottom:40px;
}

.TitreSimilaire:after{
    content: "";
    background: #273c7a;
    width: 73%;
    height: 2px;
    position: absolute;
    top: 16px;
    right: 0px;
}




























