custom.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. .navigation a {
  2. color: black;
  3. text-transform: uppercase;
  4. }
  5. #header.scrolled #navbar a {
  6. color: black !important;
  7. }
  8. .callout {
  9. background-color: #000;
  10. color: white;
  11. }
  12. .callout h1, h2, h3, p {
  13. text-align: left !important;
  14. }
  15. .align-left_centered {
  16. display: block;
  17. margin-left: 35%;
  18. }
  19. .programmes {
  20. display: flex;
  21. flex-wrap: wrap;
  22. background-color: #d5d2d1;
  23. justify-content: center;
  24. /* padding-left: 20%;
  25. padding-right: 20%;
  26. padding-top: 3rem;
  27. */
  28. padding-top: 8rem;
  29. padding-bottom: 8rem;
  30. }
  31. .parallax-window {
  32. min-height: 400px !important;
  33. background: transparent !important;
  34. }
  35. .programme {
  36. max-width: 45%;
  37. padding: 3rem;
  38. background-color: white;
  39. margin: 0.3rem;
  40. }
  41. .programme h4 {
  42. text-transform: uppercase;
  43. }
  44. .programme img {
  45. max-width: 30%;
  46. }
  47. .programmes :hover {
  48. background-color: black;
  49. color: #ffffff;
  50. }
  51. /*.ressources {
  52. display: flex;
  53. flex-wrap: wrap;
  54. justify-content: space-between;
  55. background-color: #ffffff;
  56. padding-top: 8rem;
  57. padding-right: 5rem;
  58. padding-left: 5rem;
  59. }
  60. .ressource {
  61. max-width: 20%;
  62. margin-block: 5rem;
  63. flex-wrap: wrap;
  64. flex: 0 1 15%;
  65. }
  66. */
  67. .ressources h3 {
  68. position: absolute;
  69. text-transform: uppercase;
  70. display: block;
  71. }
  72. .ressources {
  73. display: grid;
  74. grid-template-columns: repeat(4, 1fr);
  75. grid-gap: 3rem;
  76. grid-auto-rows: auto;
  77. background-color: #ffffff;
  78. padding: 8rem 10% 10% 8rem;
  79. justify-items: center;
  80. position: relative;
  81. }
  82. .ressources img {
  83. max-width: 50%;
  84. }
  85. .ressource h1 h2 h3 h4 {
  86. margin: 0.2rem;
  87. }