_ami.scss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .node-id-3{
  2. background: url('../images/pictos/carre-contour-bleu_programme.svg');
  3. background-repeat: no-repeat;
  4. background-position-y: 7rem;
  5. max-width: 100vw;
  6. background-size: contain;
  7. .layout__region--top{ //bandeau titre page static
  8. .block-region-top{
  9. .block-entity-fieldnodefield-images{
  10. display: none;
  11. height: inherit;
  12. }
  13. .block-entity-fieldnodetitle{
  14. .field--name-title{
  15. color: $blue-light;
  16. background-color: $white;
  17. }
  18. }
  19. }
  20. }
  21. .layout__region--third{ // colone de droite fichiers et ressources liées
  22. .block-region-third{
  23. .block-entity-fieldnodefield-liens{
  24. .field--name-field-liens{
  25. .field__item{
  26. background: $blue-light !important;
  27. color: $white !important;
  28. a{
  29. color: $white !important;
  30. }
  31. }
  32. }
  33. }
  34. }
  35. }
  36. .block-entity-fieldnodefield-liens{
  37. ///////////////// à activer le 19 février /////////////////
  38. display: none;
  39. //////////////////////////////////
  40. .field--name-field-liens{
  41. .field__item{
  42. background: $blue-light;
  43. color: $white;
  44. }
  45. }
  46. }
  47. .block-entity-fieldnodefield-ress{
  48. margin-top: 3rem;
  49. h2{
  50. font-size: 0.8rem;
  51. color: $black;
  52. font-weight: 900;
  53. }
  54. .node-type-ressource{
  55. display: flex;
  56. flex-direction: column;
  57. border: 2px solid $blue-light;
  58. padding: 1rem;
  59. height: fit-content;
  60. margin-bottom: 1rem;
  61. background-color: $white;
  62. &:first-of-type{
  63. border-top: 1px solid $blue-light;
  64. padding-top: 1rem;
  65. &::after{
  66. content: url("../images/pictos/noun_Arrow_3771902.svg");
  67. align-self: flex-end;
  68. }
  69. }
  70. .field--name-title{
  71. a{
  72. color: $black;
  73. font-size: 1.4rem;
  74. font-weight: 600;
  75. }
  76. }
  77. .field--name-field-auteur-s-{
  78. font-weight: 800;
  79. p{
  80. margin: 0;
  81. }
  82. .field__label{
  83. display:none;
  84. }
  85. }
  86. .field--name-field-edition{
  87. p{
  88. margin: 0;
  89. }
  90. .field__label{
  91. display:none;
  92. }
  93. }
  94. .field--name-field-images{
  95. display: none;
  96. width: 50%;
  97. img{
  98. width: 100%;
  99. height: auto;
  100. }
  101. }
  102. }
  103. }
  104. }