Footer

<footer class="c-footer" aria-label="Pied de page" role="contentinfo">
    <div class="o-container o-container--large">
        <h2 class="u-visually-hidden">Pied de page</h2>

        <div class="c-footer__main">

            <div class="c-footer__page">
                <h3 class="u-visually-hidden">Liens connexes</h3>
                <nav aria-label="Navigation pied de page">
                    <ul class="c-footer__list-page">
                        <li><a href="#nowhere">Mentions légales</a></li>
                        <li><a href="#nowhere">Plan du site</a></li>
                        <li><a href="#nowhere">Contact</a></li>
                    </ul>
                </nav>
            </div>

            <div class="c-footer__social">
                <h3 class="u-visually-hidden md:u-not-visually-hidden">Partager</h3>
                <nav aria-label="Navigation réseaux sociaux">
                    <ul class="c-footer__list-social">
                        <li><a href="#nowhere"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25">
                                    <path d="M12.5.5C5.9.5.5 5.9.5 12.5s5.4 12 12 12 12-5.4 12-12-5.4-12-12-12zm6 9.7v.4c0 4.5-3.6 8.2-8.1 8.2h-.1c-1.6 0-3.1-.5-4.4-1.3h.7c1.3 0 2.6-.4 3.6-1.2-1.2 0-2.3-.8-2.7-2 .2 0 .4.1.5.1.3 0 .5 0 .8-.1-1.3-.3-2.3-1.5-2.3-2.8.4.2.9.3 1.3.4-.8-.5-1.3-1.4-1.3-2.4 0-.5.1-1 .4-1.5 1.5 1.8 3.6 2.9 6 3-.1-.2-.1-.4-.1-.7 0-1.6 1.3-2.9 2.9-2.9.8 0 1.6.3 2.1.9.6-.1 1.3-.4 1.8-.7-.2.7-.7 1.2-1.3 1.6.6-.1 1.1-.2 1.7-.5-.4.6-.9 1.1-1.5 1.5z" />
                                </svg>
                            </a></li>
                        <li><a href="#nowhere"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25">
                                    <path d="M24.5 12.6c0-6.7-5.4-12.1-12-12.1S.5 5.9.5 12.6c0 5.9 4.3 11 10.1 11.9v-8.4h-3v-3.5h3V9.9c0-3 1.8-4.7 4.5-4.7.9 0 1.8.1 2.7.2v3h-1.5c-.9-.1-1.8.5-1.9 1.5V12.6h3.3l-.5 3.5h-2.8v8.4c5.8-.9 10.1-6 10.1-11.9z" />
                                </svg>
                            </a></li>
                        <li><a href="#nowhere"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
                                    <path d="M8.2 11.8L19 .9m0 0l-6.4 18c-.1.3-.4.4-.7.3l-.3-.3-3.4-7-6.9-3.6C1 8.2.9 7.9 1 7.6c.1-.1.1-.2.3-.3L19 .9" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
                                </svg>
                            </a></li>
                    </ul>
                </nav>
            </div>

            <div class="c-footer__logo">
                <h3 class="u-visually-hidden">Logo de l'entité</h3>
                <img class="c-logo-entity" src="../../assets/images/logo-entity.png" alt="logo de l'entité" />

            </div>

        </div>
        <div class="c-footer__secondary">
            &copy; Name of the service - 2021
        </div>
    </div>
</footer>
<footer class="c-footer" aria-label="Pied de page" role="contentinfo">
  <div class="o-container o-container--large">
    <h2 class="u-visually-hidden">Pied de page</h2>
    
    <div class="c-footer__main">
      
      <div class="c-footer__page">
        <h3 class="u-visually-hidden">Liens connexes</h3>
        <nav aria-label="Navigation pied de page">
          <ul class="c-footer__list-page">
            <li><a href="#nowhere">Mentions légales</a></li>
            <li><a href="#nowhere">Plan du site</a></li>
            <li><a href="#nowhere">Contact</a></li>
          </ul>
        </nav>
      </div>
      
      <div class="c-footer__social">
        <h3 class="u-visually-hidden md:u-not-visually-hidden">Partager</h3>
        <nav aria-label="Navigation réseaux sociaux">
          <ul class="c-footer__list-social">
            <li><a href="#nowhere">{% render '@svg-social-twitter' %}</a></li>
            <li><a href="#nowhere">{% render '@svg-social-facebook' %}</a></li>
            <li><a href="#nowhere">{% render '@svg-mail' %}</a></li>
          </ul>
        </nav>
      </div>
      
      <div class="c-footer__logo">
        <h3 class="u-visually-hidden">Logo de l'entité</h3>
        {% render '@logo-entity' %}
      </div>
      
    </div>
    <div class="c-footer__secondary">
      &copy; Name of the service - 2021
    </div>
  </div>
</footer>
/* No context defined. */
  • Content:
    /* ======================================================================
       # _components.footer.css
       ====================================================================== */
    
    .c-footer {
      @extend .u-print-hidden;
    
      @apply
        bg-primary
        text-white
        py-12
        md:py-24
      ;
    
      letter-spacing: 0.05625rem;
    }
    
    
    
    
    
    /* -------------------------------------
       # Main
       ------------------------------------- */
    
    .c-footer__main {
      @apply
        text-tiny
        uppercase
    
        flex
        flex-col
        ;
    }
    
    @screen md {
      .c-footer__main {
        @apply
          flex-row
        ;
      }
    }
    
    
    
    
    
    /* -----------------------------------
     # Page
     ----------------------------------- */
    
    .c-footer__page {
      @apply
        mt-4
      ;
    }
    
    @screen md {
      .c-footer__page {
        @apply
          mt-0
          w-1/4
        ;
      }
    }
    
    
    
    /***
     * Liste page
     */
    .c-footer__list-page {
      @apply
        text-center
      ;
    }
    
    @screen md {
      .c-footer__list-page {
        @apply
          text-left
        ;
      }
    }
    
    .c-footer__list-page > li + li {
      @apply
        mt-4
      ;
    }
    
    
    
    
    
    /* -----------------------------------
     # Social
     ----------------------------------- */
    
    .c-footer__social {
      @apply
        mt-4
      ;
    }
    
    @screen md {
      .c-footer__social {
        @apply
          mt-0
          w-1/4
        ;
      }
    }
    
    
    
    /***
     * Social link
     */
    
    .c-footer__list-social {
      @apply
        flex
        flex-row
        flex-wrap
    
        justify-center
      ;
    }
    
    @screen md {
      .c-footer__list-social {
        @apply
          flex-col
          justify-start
        ;
      }
    }
    
    .c-footer__list-social > li {
      @apply
        p-2
      ;
    }
    
    @screen md {
      .c-footer__list-social > li {
        @apply
          p-0
        ;
      }
    
      .c-footer__list-social > li + li {
        @apply
          pt-4
        ;
      }
    }
    
    .c-footer__list-social a:focus svg {
      @apply outline-focus;
    }
    
    /* -----------------------------------
     # Logo
     ----------------------------------- */
    
    .c-footer__logo {
      @apply
        order-first
      ;
    }
    
    @screen md {
      .c-footer__logo {
        @apply
          order-last
          ml-auto
        ;
      }
    }
    
    .c-footer__logo > * {
      @apply
        mx-auto
      ;
    }
    
    
    
    
    
    /* -------------------------------------
       # Secondary
       ------------------------------------- */
    
    .c-footer__secondary {
      @apply
        text-center
        mt-12
        text-xs
        uppercase
      ;
    
      font-size: 0.625rem;
      letter-spacing: 0.0625rem;
    }
    
    @screen md {
      .c-footer__secondary {
        @apply
          text-left
        ;
      }
    }
    
    
    
    
    /* -------------------------------------
       # Headings
       ------------------------------------- */
    
    .c-footer h3 {
      @apply
        mb-4
        ;
    }
    
    
    
    
    
    /* -----------------------------------
       # Paragraph
       ----------------------------------- */
    
    .c-footer p {
      @apply
        mb-5
        ;
    }
    
    
    
    
    
    /* -----------------------------------
       # Anchor
       ----------------------------------- */
    
    .c-footer a:hover {
      @apply
        underline
        ;
    }
    
    .c-footer a:focus {
      @apply
        outline-focus
      ;
    }
    
    
    
    /* -----------------------------------
       # SVG
       ----------------------------------- */
    
    .c-footer svg {
      @apply
        h-6
        fill-current
        ;
    }
    
  • URL: /components/raw/footer/_components.footer.css
  • Filesystem Path: src/components/04-Components/footer/_components.footer.css
  • Size: 3 KB

No notes defined.