.TitreContact{
    color: #735b8e;
    font-weight: 500;
    font-size: 2.5em;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif !important;
   margin-bottom:5vh;
}
.AdressEmail{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    float: none;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Raleway', sans-serif !important;
}

.AdressList{
    display: table;
   margin-bottom:2vh;
}
 .AdressList p {
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
   padding-left:20px;
}
 .AdressList a{
    color: #363636;
    text-decoration: none;
}
 .AdressList a:hover{
 color:#735b8e;
}
.Maps {
    width: 100%;
  height: 500px;
margin-top:7vh;
}

#MapsContent {
    width: 100%;
    height: 500px;
    position: relative !important;
margin-top:7vh;
}

.Wrapper{margin-bottom:0px !important;}
.ReseauSociauxContact{
    display: table;
    /* width: 100%; */
    clear: both;
    text-align: center;
    /* margin: auto; */
    margin-top: 35px;
    border-top: 1px solid #735b8e;
    padding-top: 20px;
}
.ReseauSociauxContact a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    float: left;
    line-height: 35px;
    margin-right: 15px;
    background: #537a4c;
}
.ReseauSociauxContact a:hover{
  background: #735b8e;
   color: #fff;
}
