_footer.scss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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. &.link-linkedin{
  73. padding-left: 0;
  74. }
  75. }
  76. svg.ext{
  77. display: none;
  78. }
  79. .link-twitter{
  80. display: none;
  81. // display: flex;
  82. &:before{
  83. content: url("../images/pictos/logo_x_rond.png");
  84. min-width: 50px;
  85. align-self: center;
  86. }
  87. }
  88. .link-youtube{
  89. display: flex;
  90. &:before{
  91. content: url("../images/pictos/youtube_rond.svg");
  92. min-width: 50px;
  93. }
  94. }
  95. .link-linkedin{
  96. display: flex;
  97. &:before{
  98. content: url("../images/pictos/linkedin_rond.svg");
  99. min-width: 50px;
  100. }
  101. }
  102. }
  103. }
  104. }
  105. #block-pieddepage ul{
  106. margin-top: 0;
  107. color: $blue-dark;
  108. font-weight: 800;
  109. list-style: none;
  110. padding-left: 0;
  111. a{
  112. color: $blue-dark;
  113. font-size: 1.2rem;
  114. text-decoration: underline;
  115. margin-top: 0;
  116. }
  117. }
  118. }
  119. .region-footer-bottom-middle{
  120. width: 60%;
  121. @media (max-width: 810px){
  122. width: 100%;
  123. }
  124. .view-id-partenaires{
  125. .views-row-wrapper{
  126. display: flex;
  127. flex-direction: row;
  128. justify-content:flex-start;
  129. flex-wrap: wrap;
  130. .node-type-partenaires_logo_footer_{
  131. padding-right: 1rem;
  132. padding-bottom: 1rem;
  133. }
  134. }
  135. }
  136. }
  137. }