_lincubateur_newpage.scss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .node-id-201{
  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. #block-contenudelapageprincipale{
  8. scroll-margin: 8rem;
  9. }
  10. .layout__region--top{ //bandeau titre page static
  11. padding-bottom: 3rem;
  12. height: 30vh;
  13. .block-region-top{
  14. .block-entity-fieldnodefield-images{
  15. display: none;
  16. height: inherit;
  17. }
  18. .block-entity-fieldnodetitle{
  19. .field--name-title{
  20. font-family: 'Source Code Pro';
  21. font-size: 2rem;
  22. font-weight: 800;
  23. color: rgb(255,255,255);
  24. background-color: rgb(0,158,227);
  25. // color: $white;
  26. // background-color: $blue-light;
  27. text-transform: uppercase;
  28. }
  29. }
  30. }
  31. }
  32. .layout__region--second{ // paragraphe texte
  33. width: 25%;
  34. .block-entity-fieldnodefield-textes{
  35. background-color: $white;
  36. .field--name-field-titre{
  37. font-size: 1.5rem;
  38. font-weight: 1000;
  39. font-family: 'Source Code Pro';
  40. color: $blue-dark;
  41. text-transform: uppercase;
  42. }
  43. h4{
  44. text-transform: none !important;
  45. }
  46. .field--type-text-long{
  47. padding-right: 2rem;
  48. }
  49. }
  50. }
  51. }