/* line 1, app_site/static/scss/app_site/global/footer.scss */
#footer {
  background-color: var(--footer-bg);
  min-height: var(--footer-height);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
  padding-top: 1rem; }
  /* line 11, app_site/static/scss/app_site/global/footer.scss */
  #footer > .entreprise {
    color: white;
    display: flex;
    gap: 2rem;
    align-items: center;
    padding: 2rem 0; }
    /* line 18, app_site/static/scss/app_site/global/footer.scss */
    #footer > .entreprise img {
      height: 7rem; }
    /* line 22, app_site/static/scss/app_site/global/footer.scss */
    #footer > .entreprise p {
      font-size: 2.5rem;
      font-family: var(--font-1), serif; }
  /* line 28, app_site/static/scss/app_site/global/footer.scss */
  #footer > nav {
    display: flex;
    justify-content: space-around;
    max-width: 70rem;
    width: 90%;
    margin: 2rem auto 5rem; }
    /* line 35, app_site/static/scss/app_site/global/footer.scss */
    #footer > nav a {
      color: black;
      text-transform: uppercase;
      font-family: var(--font-2), sans-serif; }
