_ami.scss 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. .node-id-3{
  2. background: url('../images/pictos/carre_site.mp4');
  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. padding-bottom: 3rem;
  9. height: 30vh;
  10. .block-region-top{
  11. .block-entity-fieldnodefield-images{
  12. display: none;
  13. height: inherit;
  14. }
  15. .block-entity-fieldnodetitle{
  16. .field--name-title{
  17. font-family: 'Source Code Pro';
  18. font-size: 2rem;
  19. font-weight: 800;
  20. color: $blue-light;
  21. background-color: $white;
  22. text-transform: uppercase;
  23. }
  24. }
  25. }
  26. }
  27. .block-entity-fieldnodefield-ress{
  28. margin-top: 3rem;
  29. h2{
  30. font-size: 0.8rem;
  31. color: $black;
  32. font-weight: 900;
  33. }
  34. .node-type-ressource{
  35. display: flex;
  36. flex-direction: column;
  37. border: 2px solid $blue-light;
  38. padding: 1rem;
  39. height: fit-content;
  40. margin-bottom: 1rem;
  41. background-color: $white;
  42. &:first-of-type{
  43. border-top: 1px solid $blue-light;
  44. padding-top: 1rem;
  45. &::after{
  46. content: url("../images/pictos/noun_Arrow_3771902.svg");
  47. align-self: end;
  48. }
  49. }
  50. .field--name-title{
  51. a{
  52. color: $black;
  53. font-size: 1.4rem;
  54. font-weight: 600;
  55. }
  56. }
  57. .field--name-field-auteur-s-{
  58. font-weight: 800;
  59. p{
  60. margin: 0;
  61. }
  62. .field__label{
  63. display:none;
  64. }
  65. }
  66. .field--name-field-edition{
  67. p{
  68. margin: 0;
  69. }
  70. .field__label{
  71. display:none;
  72. }
  73. }
  74. .field--name-field-images{
  75. display: none;
  76. width: 50%;
  77. img{
  78. width: 100%;
  79. height: auto;
  80. }
  81. }
  82. }
  83. }
  84. }