.RegisterBlocView form .form-footer {
  margin-top: 1.3rem;
  margin-bottom: 2.8rem;
}
.RegisterBlocView form .form-footer .text-dark:hover {
  text-decoration: underline;
}

.RegisterBlocView .social-login .title-bloc {
  position: relative;
}
.RegisterBlocView .social-login .title-bloc::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
}
.RegisterBlocView .social-login .title-bloc .title {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0 10px;
  background-color: var(--color-white);
  z-index: 9999;
}

.RegisterBlocView .social-login ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.RegisterBlocView .social-login ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 12pt;
  border-radius: 5px;
}
.RegisterBlocView .social-login ul li a.fb,
.RegisterBlocView .social-login ul li a.fb:hover {
  background-color: #1877f2;
  color: #fff;
}
