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.

124 lines
1.9KB

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