_footer.scss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. footer{
  2. background-color: $white-header;
  3. padding-top: 3rem;
  4. font-family: "Marianne";
  5. font-weight: 800;
  6. font-size: 1.3rem;
  7. text-transform: lowercase;
  8. div{
  9. display: flex;
  10. flex-direction: row;
  11. }
  12. h2{font-size: 1.3rem;}
  13. section:not(:first-of-type){
  14. border-left: $yellow-puca solid 5px;
  15. padding-left: 2rem;
  16. }
  17. section:not(:last-of-type){
  18. padding-right: 5rem;
  19. }
  20. }
  21. #footer-left {
  22. margin-left: 10rem;
  23. div{
  24. display: flex;
  25. flex-direction: column;
  26. padding-right: 2rem;
  27. #block-reha-pieddepage {
  28. ul{
  29. padding-left: 0;
  30. }
  31. }
  32. }
  33. }
  34. #footer-middle{
  35. #block-reha-operateurduprogramme{
  36. display: flex;
  37. flex-direction: column;
  38. }
  39. }
  40. #footer-right{
  41. #block-reha-config-pages-2{
  42. display: flex;
  43. flex-direction: column;
  44. .field--name-field-partenaires{
  45. .field__items{
  46. display: flex;
  47. flex-direction: row;
  48. flex-wrap: wrap;
  49. // justify-content: space-between;
  50. img{
  51. max-width: 150px;
  52. // max-height: 100px;
  53. height: fit-content;
  54. // width: fit-content;
  55. padding: 1rem;
  56. }
  57. }
  58. }
  59. }
  60. }