.BannerPresantation {
    background: url(../Images/BannerInterne.jpg) top center no-repeat;
    width: 100%;
    height: auto;
    position: relative;
   height: calc(100vh - 130px);
    min-height: 210px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
overflow:hidden;

}
 .NomCat {
 
/* top: 20%; */
 
max-width: 100%;
 
/* width: 100%; */
 
left: 0px;
 
text-align: center;
 
top: 45px;
 
justify-content: center;
 
right: 0px;
 
display: table;
 
margin: auto;
 
z-index: 999;
 
font-size: 4em;
 
border-bottom: 4px solid #fff;
 
text-shadow: 1px 2px 3px #000;
 
padding: 0px 4vw;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
.PathInterne  {
 
  height:100%;
  position: relative;
}
.TitrePathInterne{
  margin: auto;
width:100%;
}
.TitrePath{
 
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    position: relative;
 

    padding: 0px;
    width:100%;
    margin-bottom: 20px;
    text-align: center;
}
.PathWayInterne{
    color: #fff;
    font-weight: 400;
 
    width: 100%;
    text-align: center;
 
    position: relative;
}
.PathWayInterne a {
    text-decoration: none;
    color: #fff;
    position: relative;
    padding-bottom: 3px;
    text-shadow: 1px 2px 3px #000;
}

.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;
  background:#f3f3f3;

}


 
.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.3em;
    font-weight: 400;
    color: #252525;
    line-height: 1.7em;

}
 
@media screen and (max-width:767px) {
.NameCatPathway{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	flex-direction: column;
	height: px;
}
.BannerPresantation{
    height: 250px;
}
.NomCat{padding:0px 15px !important;font-size: 30px;}
.ImgGategorie {
    position: absolute;
    width: 100%;
    top: 0px;
    height: 250px;
}
.imgService{
    margin: auto;
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 4vh;
    margin-bottom: 4vh;


}
.TitrePath {
  
    text-align: center;
 
}
 .imgService img{
  display: inline-block !important;

}
.ServiceDisplay{display:block !important;     margin-bottom: 0px;}
}





@media screen and (max-width:450px) {
.TitrePath {
 
    text-align: center;
 
}

}



.FilterInterne2{
    display: table;
    margin: 0px auto;
    margin-bottom: 55px;
}







@media screen and (max-width:767px) {
.FilterInterne2{display:none;}
.TitrePathInterne {
 
    width: 100% !important; 
}
.PathInterne {
 
   
}
.TitrePath{border-bottom:none !important;}
}




























































