_footer.scss 3.8 KB

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