.footer{
  background:  url(../Images/BgFooter.jpg) top center no-repeat;
  width: 100%;
  padding: 4vh 0px 10px 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }

.ContentFooter{
  display: table;
  margin:auto;
  text-align: center;
}
.ContentFooterTxt{
   font-size:1.4em;
  font-weight: 600;
  color: #dacdeb;
  font-family: 'Raleway', sans-serif !important; 
  text-align: center;
  margin: 4vh 0px;
}
.ContentFooterTxt a{
    color: #dacdeb;
    text-decoration: none;

}
.ContentFooterTxt a:hover{
  color: #5d8e53;
}
.logoFooter{
  display:inline-block;
}
.CopyLeft_Content{
  font-size: 14px;
  font-family: 'Raleway', sans-serif !important; 
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.CopyLeft_Content a{
  text-decoration: none;
  color: #fff;
}
.CopyLeft_Content a:hover{
  text-decoration: underline;
  color: #fff;
}
.copyRight_Content{
 text-align:  right;

}
.CopyLeft_Content img{margin-left: 3px;}
.LogoFooterTop{
    float: none !important;
    /* margin: 5vh auto; */
    display: table;
    text-align: center;
    margin-top: 5vh;
}
@media screen and (max-width:767px) {
  .displayTabFooter {
    display: : block !important;
  }
.displayTabCellCopy{
     display: : block !important;
  }
.footer{

  width: 100%;
  padding: 2vh 0px !important;

  }
.ReseauSociaux{margin-top:0px !important;
}
 .ContentFooterTxt{margin:0px 0px 2vh 0px !important}
}


.footer{
  background:  url(../Images/BgFooter.jpg) top center no-repeat;
  width: 100%;
  padding: 4vh 0px 10px 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }

.ContentFooter{
  display: table;
  margin:auto;
  text-align: center;
}
.ContentFooterTxt{
   font-size:1.4em;
  font-weight: 600;
  color: #dacdeb;
  font-family: 'Raleway', sans-serif !important; 
  text-align: center;
  margin: 4vh 0px;
}
.ContentFooterTxt a{
    color: #dacdeb;
    text-decoration: none;

}
.ContentFooterTxt a:hover{
  color: #5d8e53;
}
.logoFooter{
  display:inline-block;
}
.CopyLeft_Content{
  font-size: 13px;
  font-family: 'Raleway', sans-serif !important; 
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.CopyLeft_Content a{
  text-decoration: none;
  color: #fff;
}
.CopyLeft_Content a:hover{
  text-decoration: underline;
  color: #fff;
}
.copyRight_Content{
 text-align:  right;

}
.CopyLeft_Content img{margin-left: 3px;}
.LogoFooterTop{
    float: none !important;
    /* margin: 5vh auto; */
    display: table;
    text-align: center;
    margin-top: 5vh;
}
@media screen and (max-width:769px) {
  .displayTabFooter {
    display: : block !important;
  }
.displayTabCellCopy{
     display: : block !important;
  }
}


.ReseauSociaux{
    display: table;
    /* width: 100%; */
    clear: both;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}
.ReseauSociaux a {
    font-size: 20px;
    color: #765e90;
    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: #fff;
}
.ReseauSociaux a:hover{
  background: #537a4c;
   color: #fff;
}


