_footer.scss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. img{
  50. max-width: 150px;
  51. height: fit-content;
  52. padding: 1rem;
  53. }
  54. }
  55. }
  56. }
  57. }