_footer.scss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. #fotter-bottom{
  2. box-shadow: 1px 0px 8px $black;
  3. display: flex;
  4. flex: 1 1 120px;
  5. flex-direction: row;
  6. background-color: $white;
  7. padding-top: 3rem;
  8. .region{
  9. display: block;
  10. padding-left: 2rem;
  11. padding-right: 1rem;
  12. padding-bottom: 1rem;
  13. border-left: $blue-light solid 1px;
  14. h2{
  15. margin-top: 0;
  16. color: $blue-dark;
  17. font-size: 1.2rem;
  18. }
  19. }
  20. .region-footer-bottom-left{
  21. margin-left: 3rem;
  22. border: none;
  23. width: 20%;
  24. .view-id-partenaires{
  25. .view-content{
  26. display: flex;
  27. flex-direction: row;
  28. justify-content:flex-start;
  29. flex-wrap: wrap;
  30. padding-top: 1rem;
  31. .node-type-partenaires_logo_footer_{
  32. padding-right: 1rem;
  33. padding-bottom: 1rem;
  34. }
  35. }
  36. }
  37. .block-views-blockpartenaires-block-3{
  38. img{
  39. width: auto;
  40. height: 30px;
  41. }
  42. }
  43. }
  44. .region-footer-bottom-right{
  45. width: 30%;
  46. display: flex;
  47. flex-direction: column-reverse;
  48. justify-content: flex-end;
  49. #block-socialnetwork {
  50. margin-bottom: 1rem;
  51. .field--name-body{
  52. p{
  53. margin-top: 0;
  54. display: flex;
  55. flex-direction: row-reverse;
  56. justify-content: start;
  57. a{
  58. color: $white;
  59. font-size: 0;
  60. padding-left: 1rem;
  61. }
  62. svg.ext{
  63. display: none;
  64. }
  65. .link-twitter{
  66. display: flex;
  67. &:before{
  68. content: url("../images/pictos/twitter_black.svg");
  69. min-width: 50px;
  70. }
  71. }
  72. .link-youtube{
  73. display: flex;
  74. &:before{
  75. content: url("../images/pictos/youtube_black.svg");
  76. min-width: 50px;
  77. }
  78. }
  79. .link-linkedin{
  80. display: flex;
  81. &:before{
  82. content: url("../images/pictos/linkedin_black.svg");
  83. min-width: 50px;
  84. }
  85. }
  86. }
  87. }
  88. }
  89. #block-pieddepage ul{
  90. margin-top: 0;
  91. color: $blue-dark;
  92. font-weight: 800;
  93. list-style: none;
  94. padding-left: 0;
  95. a{
  96. color: $blue-dark;
  97. font-size: 1.2rem;
  98. text-decoration: underline;
  99. margin-top: 0;
  100. }
  101. }
  102. }
  103. .region-footer-bottom-middle{
  104. width: 60%;
  105. .view-id-partenaires{
  106. .view-content{
  107. display: flex;
  108. flex-direction: row;
  109. justify-content:flex-start;
  110. flex-wrap: wrap;
  111. .node-type-partenaires_logo_footer_{
  112. padding-right: 1rem;
  113. padding-bottom: 1rem;
  114. }
  115. }
  116. }
  117. }
  118. }