.ts-footer {
  background: #283747;
  padding: 50px 0 50px;
  position: relative;
  overflow: hidden;
  font-family: Roboto !important;
  line-height: 26px;
  font-size: 1em;
}

.ts-footer-social ul {
  padding: 0;
}

.ts-footer-social ul li {
  display: inline-block;
  list-style: none;
}

.ts-footer-social ul li a {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px solid #525164;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 7px 0;
  margin: 0 10px;
}

.ts-footer-social ul li a span {
  display: none;
}

.ts-footer-social ul li a:hover {
  background: #00b6ad;
  border-color: transparent;
  transform: rotate(360deg);
}

.footer-menu {
  margin: 25px 0;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  color: #a8a8ad;
  margin: 0 20px;
  position: relative;
  text-decoration: none;
}

.footer-menu ul li a:before {
  position: absolute;
  left: -24px;
  top: 1px;
  bottom: 0;
  margin: auto;
  content: "";
  background: #5f5e6f;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}

.footer-menu ul li a:hover {
  color: #00b6ad;
}

.footer-menu ul li:first-child a:before {
  display: none;
}

.copyright-text p {
  margin-bottom: 0;
  color: #a8a8ad;
}

.copyright-text a {
  margin-bottom: 0;
  color: #00b6ad;
  text-decoration: none;
}

.copyright-text a:hover {
  color: #BDCA05;
}

.BackTo {
  background: #00b6ad none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 75px;
  color: #979797;
  cursor: pointer;
  height: 44px;
  position: fixed;
  right: 14px;
  text-align: center;
  width: 44px;
  z-index: 9;
  display: block;
  padding: 8px 0;
}

.BackTo a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 2px;
  text-decoration: none;
}

.ts-footer .partenaire {
  margin-bottom: 1%;
  color: #a8a8ad;
}

.ts-footer .partenaire img {
  padding: 5px;
  width: 70%;
}

#justify {
  text-align: justify;
}

