.canalb-footer {
  background-color: var(--color-black);
  color: white;

  text-align:center;

  padding: 1em;
}

.canalb-footer p {
  margin: 0;
}

.canalb-footer a {
  color: white;
}
.canalb-footer a:hover {
  text-decoration: underline;
}

.canalb-footer .footer-main {
  display: inline-flex;
  align-items: center;
}

.canalb-footer .footer-adresse {
  text-align: right;
}

.canalb-footer .footer-adresse-title {
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 0.2em;
}

.canalb-footer .footer-adresse-adresse {
  font-size: 1.2em;
}

.canalb-footer .footer-logo {
  margin: 0 2em;
}

.canalb-footer .footer-logo img {
  height: 4em;
}

.canalb-footer .footer-separator {
  color: var(--color-accent);
}

.canalb-footer .footer-links {
  text-align: left;
}

.canalb-footer .footer-links-internal {
  margin: 0.2em 0;
  font-weight: 500;
  /* font-size: 1.5em; */
}

.canalb-footer .footer-links-internal a {
  text-transform: uppercase;
}

.canalb-footer .footer-links-ferarock a {
  color: var(--color-accent);
  text-transform: uppercase;
  font-weight: 700;
}

.canalb-footer .footer-links-phone {
  margin-bottom: 0.7em;
}

.canalb-footer .footer-links-networks img {
  width: 1.5em;
}

.canalb-footer .footer-credits {
  text-align: right;
  margin-top: 1em;
  font-size: 0.8em;
}

.canalb-footer .footer-credits-copyright {
  font-weight: 700;
}
