Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

120 lines
1.8KB

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