footer { margin-top: 100px; color: $green; font-family: dinbold; a { color: $green; &:hover { color: $green; } } .logo { max-width: 80%; } ul { padding: 0; li { list-style: none; font-size: 25px; margin-bottom: 20px; &.title-list { margin-top: 25px; font-family: Georgia; font-weight: bold; } a { font-size: 16px; text-decoration: underline; } } } .bloc-coop { .address { margin-top: 20px; margin-bottom: 20px; a { text-decoration: underline; } } .contact { margin-bottom: 20px; a { text-decoration: underline; } } } .row-contact { margin-top: 70px; .contact { font-size: 25px; font-weight: bold; border: 2px solid $yellow; padding: 10px 30px; display: inline-block; color: $green; } .newsletter { .lettre-infos { font-size: 22px; font-family: Georgia; font-weight: bold; margin: 0; text-align: center; } input { border: 0; outline: none; } .email { border-bottom: 1px solid; color: $green; text-align: center; width: 100%; } .submit { background-color: #FFF; width: 55px; height: 55px; position: absolute; bottom: 0; left: 0; background-image: url($dir-img + 'Picto-Envoyer.png'); background-size: cover; } } .col-network { .stay-connect { font-size: 13px; font-family: dinbold; margin-bottom: 5px; } img { max-width:45px; margin-right: 10px; } } } .bar-footer { margin-top: 50px; background-color: $yellow; line-height: 50px; text-align: center; font-size: 15px; } }