
/*
 * FOOTER
 */
.footer-nopage {
   width: 100%;
   padding: 10px 0;
   background-color: var(--grey-color);
   font-size: 14px;
   display: flex;
   justify-content: space-around;
   position: fixed;
   bottom: 0;
}
