/* **********************************************************
 *
 * TEXT
 *
 ********************************************************** */

.fc-text--center {
  text-align: center;
}

.fc-text--right {
  text-align: right;
}

.fc-text--left {
  text-align: left;
}

.fc-no-underline {
  text-decoration: none;
}

@media (min-width: 768px) {
  .fc-text-md--center {
    text-align: center;
  }
}

@media (min-width: 592px) {
  .fc-text-sm--center {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .fc-text-lg--center {
    text-align: center;
  }
}

/* **********************************************************
 *
 * COLORS
 *
 ********************************************************** */

.fc--background-default-grey {
  background-color: var(--background-default-grey);
}

.fc--background-alt-grey {
  background-color: var(--background-alt-grey);
}

/* **********************************************************
 *
 * SKELETON
 *
 ********************************************************** */

#footer img.fr-footer__logo,
#header .fr-header__operator img {
  max-width: 151px;
}
