:root {
  --primary: #7A9B06;
  --primary-dark: #7A9B06;
  /* --primary-70: rgba(254, 1, 129, 0.7);
  --primary-50: rgba(254, 1, 129, 0.5);
  --primary-30: rgba(254, 1, 129, 0.3);
  --primary-10: rgba(254, 1, 129, 0.1);
  --logo: #430051;
  --sidebar-icon: #db34de; */
}
.raca-green-login {
  color: #7A9B06;
}

.raca-bleu-login {
  color: #004F74;
}

.btn-raca-green {
  background-color: #7A9B06;
}

.raca-footer-image {
  background-image: url(images/bg.svg);
  height: 243px;
  margin-top: 95px;
}

.text-90 {
  color: #004F74;
}

.raca-logo-div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.raca-bg-navbar {
  background-color: #004F74;
}
.raca-margin-bottom80 {
  margin-bottom: 80px;
}

/* .bg-grad-sidebar {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(254, 1, 129, 1)),
    to(#3c4655)
  );

  background-image: linear-gradient(
    0deg,
    rgb(254, 1, 129, 1),
    rgb(100, 5, 113)
  );
} */
