|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- 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;
- }
- }
|