
.TitreProduit {
    color: #557850;
    font-weight: 500;
    font-size: 2.5em;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif !important;
    margin-bottom: 5vh;
}

.Content-text {
    color: #363636;
    padding-left: 0px !important;
    font-size: 1.6em;
    z-index: 10;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 500;
    text-align: justify;
}
.ContentTable{
    display: table;
    margin: auto;
 
    text-align: center;
margin-top:6vh;
}

.ListPro, .ListBru{
    margin-top: 6vh;
    text-align: center;
    float: left;
}
.ListPro{
margin-right:5vw;
}
.ListPro a, .ListBru a{
color: #fff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
font-size: 1.6em;
display:block;
font-family: 'Raleway', sans-serif !important;
font-weight: 500;
float:left;
    padding: 2vh 3vw;
}
.ListPro a{
  background:#5d8e53;
}
 .ListBru a{
  background:#735b8e;
}
.ListPro a:hover{
  background:#735b8e;

}
 .ListBru a:hover{
  background:#5d8e53;
}
.TitreInterneProduit{
    color: #557850;
    font-weight: 500;
    font-size: 2.5em;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif !important;
    margin-bottom: 5vh;
}

.Text-Interne span{
    background: url(../images/PuceService.png) 00% 50% no-repeat;
    display:inline-block;
    font-weight:700;
    padding-left: 10px;
    padding-right: 10px
}

 .Text-Interne{margin-bottom:4vh;}
.GalerieInterne{display:table;}


@media screen and (max-width:767px) {
.ListPro, .ListBru {
width: 100%;
    /* margin: auto; */
    display: table;
    float: none;
    margin: 6vh auto;
}
.ListPro a, .ListBru a{
width: 100%;
}
}
.ListPro a:hover, .ListBru a:hover{color:#;}
.ContentTable a{text-decoration:none;}



