_layout.scss 897 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .layout-container {
  2. font-family: $font-family-default;
  3. margin: none;
  4. top: 0%;
  5. left: 0%;
  6. width: 100%;
  7. overflow: hidden;
  8. display: flex;
  9. flex-flow: row wrap;
  10. ;
  11. header{
  12. flex: 0 0 100%;
  13. }
  14. main{
  15. position: relative;
  16. // top: -7rem;
  17. }
  18. footer{
  19. flex: 0 0 100%;
  20. }
  21. }
  22. .layout-content{
  23. padding-top: 7rem;
  24. padding-bottom: 6rem;
  25. }
  26. .path-frontpage{
  27. margin: 0;
  28. }
  29. .path-node {
  30. margin: 0;
  31. }
  32. .path-faq{
  33. margin: 0;
  34. }
  35. .path-ressources{
  36. margin: 0;
  37. }
  38. .main-content{
  39. margin-top: 7rem;
  40. }
  41. .field--name-field-titre{
  42. .field__item{
  43. color: $blue-dark;
  44. font-weight: 900;
  45. font-size: 2rem;
  46. }
  47. .field__label{
  48. visibility: hidden;
  49. }
  50. }
  51. .inter-titre {
  52. color: $blue-light;
  53. // text-transform: uppercase;
  54. }