_footer.scss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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: 1rem;
  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: 25%;
  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: 25%;
  46. display: flex;
  47. flex-direction: column-reverse;
  48. justify-content: flex-end;
  49. #block-socialnetwork {
  50. // display: none;
  51. margin-bottom: 1rem;
  52. .field--name-body{
  53. p{
  54. margin-top: 0;
  55. display: flex;
  56. flex-direction: row-reverse;
  57. justify-content: start;
  58. a{
  59. color: $white;
  60. font-size: 0;
  61. padding-left: 1rem;
  62. }
  63. svg.ext{
  64. display: none;
  65. }
  66. .link-twitter{
  67. display: flex;
  68. &:before{
  69. content: url("../images/pictos/twitter_black.svg");
  70. min-width: 50px;
  71. }
  72. }
  73. .link-youtube{
  74. display: flex;
  75. &:before{
  76. content: url("../images/pictos/youtube_black.svg");
  77. min-width: 50px;
  78. }
  79. }
  80. .link-linkedin{
  81. display: flex;
  82. &:before{
  83. content: url("../images/pictos/linkedin_black.svg");
  84. min-width: 50px;
  85. }
  86. }
  87. }
  88. }
  89. }
  90. #block-pieddepage ul{
  91. margin-top: 0;
  92. color: $blue-dark;
  93. font-weight: 800;
  94. list-style: none;
  95. padding-left: 0;
  96. a{
  97. color: $blue-dark;
  98. font-size: 1.2rem;
  99. text-decoration: underline;
  100. margin-top: 0;
  101. }
  102. }
  103. }
  104. .region-footer-bottom-middle{
  105. width: 60%;
  106. // .block-views-blockpartenaires-block-2{
  107. // border-left: $blue-light solid 1px;
  108. // padding-left: 1rem;
  109. // }
  110. .view-id-partenaires{
  111. .view-content{
  112. display: flex;
  113. flex-direction: row;
  114. justify-content:flex-start;
  115. flex-wrap: wrap;
  116. .node-type-partenaires_logo_footer_{
  117. padding-right: 1rem;
  118. padding-bottom: 1rem;
  119. }
  120. }
  121. }
  122. }
  123. }