
.BannerPresantation {
    background: url(../Images/BannerInterne.jpg) top center no-repeat;
    width: 100%;
    height: auto;
    position: relative;
    height: 25vh;
    min-height: 150px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.PathInterne  {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  height:100%;
  position: relative;
}
.TitrePathInterne{
   display: table;
    margin: auto;
}
.TitrePath{
    font-size: 4em;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-bottom: 2px solid #fff;
    padding: 0px 4vw 0px 4vw;
    width:100%;
    margin-bottom: 20px;
    text-align: center;
}
.PathWayInterne{
    color: #fff;
    font-weight: 400;
    font-size: 1.6em;
    width: 100%;
    text-align: center;
 
    position: relative;
}
.PathWayInterne a {
    text-decoration: none;
    color: #fff;
    position: relative;
    padding-bottom: 3px;
}

.PathWayInterne .span1 {
    display: inline-block;
    margin-left: 0px;
    margin-right: 3px;
    display: inline-block;
}
.PathWayInterne  a span:hover:after{
    width: 100%;
color:#69df9b;
}
.PathWayInterne  a:hover{
color:#69df9b;
}
.PathWayInterne 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;
}




.Wrapper {
  width:100%;
  padding:8vh 0px;
}


 
.ServiceDisplay{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
margin-bottom:5vh;
}
.TitreSrvice{
    font-size: 2.4em;
    font-weight: 500;
    color: #252525;
    border-bottom: 2px solid #252525;
    padding-bottom: 0px;
    /* padding-left: 8px; */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-right: 50px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 2vh;
}

.DescriptionService{
    font-size: 1.2em;
    font-weight: 400;
    color: #252525;
    line-height: 1.7em;

}
 
@media screen and (max-width:767px) {
.imgService{
    margin: auto;
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 4vh;
    margin-bottom: 4vh;
    order: 2;
}
 .imgService img{
  display: inline-block !important;

}
.ServiceDisplay{display: flex !important;margin-bottom: 0px;flex-direction: column;}
}













@media screen and (max-width:767px) {
.TitrePathInterne {

    width: 100% !important; 
}
.PathInterne {
 
}
.TitrePath{border-bottom:none !important;}
}











