You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

151 lines
2.3KB

  1. footer {
  2. margin-top: 10rem;
  3. color: $green;
  4. font-family: dinbold;
  5. font-size: 1.6rem;
  6. a {
  7. color: $green;
  8. &:hover {
  9. color: $green;
  10. }
  11. }
  12. .logo {
  13. max-width: 80%;
  14. @include mobile-only {
  15. max-width: 60%;
  16. }
  17. }
  18. ul {
  19. padding: 0;
  20. li {
  21. list-style: none;
  22. font-size: 2.5rem;
  23. margin-bottom: 20px;
  24. &.title-list {
  25. margin-top: 25px;
  26. font-family: Georgia;
  27. font-weight: bold;
  28. }
  29. a {
  30. font-size: 1.6rem;
  31. text-decoration: underline;
  32. }
  33. }
  34. }
  35. .bloc-coop {
  36. @include mobile-only {
  37. text-align: center;
  38. margin-top: 50px;
  39. }
  40. .address {
  41. margin-top: 20px;
  42. margin-bottom: 20px;
  43. a {
  44. text-decoration: underline;
  45. }
  46. }
  47. .contact {
  48. margin-bottom: 20px;
  49. a {
  50. text-decoration: underline;
  51. }
  52. }
  53. }
  54. .row-contact {
  55. margin-top: 70px;
  56. @include tablet-only {
  57. text-align: center;
  58. }
  59. .contact {
  60. font-size: 2.5rem;
  61. font-weight: bold;
  62. border: 2px solid $yellow;
  63. padding: 10px 30px;
  64. display: inline-block;
  65. color: $green;
  66. }
  67. .newsletter {
  68. .lettre-infos {
  69. font-size: 2.2rem;
  70. font-family: Georgia;
  71. font-weight: bold;
  72. margin: 0;
  73. text-align: center;
  74. @include desktop-only {
  75. font-size: 1.5rem;
  76. }
  77. @include tablet-only {
  78. margin-top: 50px;
  79. }
  80. }
  81. input {
  82. border: 0;
  83. outline: none;
  84. }
  85. .email {
  86. border-bottom: 1px solid;
  87. color: $green;
  88. text-align: center;
  89. width: 100%;
  90. }
  91. .submit {
  92. background-color: #FFF;
  93. width: 55px;
  94. height: 55px;
  95. position: absolute;
  96. bottom: 0;
  97. left: 0;
  98. background-image: url($dir-img + 'Picto-Envoyer.png');
  99. background-size: cover;
  100. }
  101. }
  102. .col-network {
  103. @include tablet-only {
  104. margin-top: 50px;
  105. }
  106. .stay-connect {
  107. font-size: 1.3rem;
  108. font-family: dinbold;
  109. margin-bottom: 5px;
  110. }
  111. img {
  112. max-width: 45px;
  113. margin-right: 10px;
  114. }
  115. }
  116. }
  117. .bar-footer {
  118. margin-top: 50px;
  119. background-color: $yellow;
  120. line-height: 50px;
  121. text-align: center;
  122. font-size: 1.5rem;
  123. }
  124. }