.Service{
    background:  url(../Images/BgService.jpg) top center no-repeat;
  width: 100%;
  padding: 6vh 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.ServiceDisplay{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.TitreSrvice{
    font-size:2.2em;
    font-weight: 500;
    color: #fff;
    border-bottom: 2px solid #fff;
     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;
}
.TitreSrvice a{
    color: #fff;
    text-decoration:none;
}
.TitreSrvice:hover {
    padding: 0px 0px  0px 00px;
  margin-left: 50px;
}
.DescriptionService{
    font-size: 1.2em;
    font-weight: 500;
    color: #fff;
    line-height: 1.7em;
    text-align: justify;

}
.VoirPlusService{
    margin-top:8vh;
     font-size:1.2em;
    font-weight: 500;
    float: right;
    text-transform: uppercase;
}
.VoirPlusService a{
    text-decoration: none;
    color: #fff;
    background:  url(../Images/VoirsPlusCateg.png) 100% 50% no-repeat;
    padding-right: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.VoirPlusService a:hover{
      background:  url(../Images/VoirsPlusCateg.png) 80% 50% no-repeat;
    padding-right: 50px;
        text-decoration: none;
    color: #fff;
}
@media screen and (max-width:767px) {
.imgService{
    margin: auto;
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 4vh;
    margin-bottom: 4vh;


}
 .imgService img{
  display: inline-block !important;

}
.ServiceDisplay{display:block !important;}
}






