_ami.scss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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. .field--name-field-liens{
  38. .field__item{
  39. background: $blue-light;
  40. color: $white;
  41. }
  42. }
  43. }
  44. .block-entity-fieldnodefield-ress{
  45. margin-top: 3rem;
  46. h2{
  47. font-size: 0.8rem;
  48. color: $black;
  49. font-weight: 900;
  50. }
  51. .node-type-ressource{
  52. display: flex;
  53. flex-direction: column;
  54. border: 2px solid $blue-light;
  55. padding: 1rem;
  56. height: fit-content;
  57. margin-bottom: 1rem;
  58. background-color: $white;
  59. &:first-of-type{
  60. border-top: 1px solid $blue-light;
  61. padding-top: 1rem;
  62. &::after{
  63. content: url("../images/pictos/noun_Arrow_3771902.svg");
  64. align-self: flex-end;
  65. }
  66. }
  67. .field--name-title{
  68. a{
  69. color: $black;
  70. font-size: 1.4rem;
  71. font-weight: 600;
  72. }
  73. }
  74. .field--name-field-auteur-s-{
  75. font-weight: 800;
  76. p{
  77. margin: 0;
  78. }
  79. .field__label{
  80. display:none;
  81. }
  82. }
  83. .field--name-field-edition{
  84. p{
  85. margin: 0;
  86. }
  87. .field__label{
  88. display:none;
  89. }
  90. }
  91. .field--name-field-images{
  92. display: none;
  93. width: 50%;
  94. img{
  95. width: 100%;
  96. height: auto;
  97. }
  98. }
  99. }
  100. }
  101. }