.BannerPresantation{
    background: url(../Images/HeaderPresantation.jpg) top center no-repeat;
    width: 100%;
    height: auto;
    position: relative;
    height: 50vh;

}

.PathInterne{
    color: #fff;
    font-weight: 400;
    font-size: 1.6em;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 6vh;
    position: relative;

}
.PathInterne a{
    text-decoration: none;
    color: #fff;
    position: relative;
    padding-bottom: 3px;
}
.PathInterne a:hover{
    color: #fff;
    text-decoration: none;

}
.PathInterne a span:hover:after{
    width: 100%;
}

.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: #fff;
  font-size: 3em;
  font-weight: 400;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 9vh;
  background: url(../Images/BgTitreInterne.png) bottom center no-repeat;
  padding-bottom: 3vh;
}
.blockPathTitre{
    position: absolute;
    /* top: 0px; */
    bottom: 0px;
    margin: auto;
    width: 100%;
    /* height: 200px; */
    bottom: 0px;
}

.contentInterne img{
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}


@media screen and (max-width: 768px) {
.contentInterne img{
  float: none;
}
.contentInterne img {
    float: right;
    margin-top: 20px;
    margin-left: 0px;
    max-width: 100%;
}
.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: 5vh 0px;
  font-size:1.5em;
  color: #454545;
  text-align: justify;
}


.txt{
   padding:15px;
}
.Retour_page_Acceuil {
    margin: 50px auto 00px auto;
    width: 50%;
}
.Retour_page_Acceuil a {
display: block;
    color: #fff;
    font-size: 1.4em;
    background: #0e314d;
    /* height: 48px; */
    /* line-height: 48px; */
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 10px;

}
.Retour_page_Acceuil a:hover{
    background: #ec2c01
}


.Pdevis{
    color: #0e314d;
    font-size: 1.8em;
  text-align: center;
}






