_programme.scss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .node-id-4{
  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: $white;
  24. background-color: $blue-light;
  25. text-transform: uppercase;
  26. }
  27. }
  28. }
  29. }
  30. .layout__region--second{ // paragraphe texte
  31. width: 25%;
  32. .block-entity-fieldnodefield-textes{
  33. background-color: $white;
  34. .field--name-field-titre{
  35. font-size: 1.5rem;
  36. font-weight: 1000;
  37. font-family: 'Source Code Pro';
  38. color: $blue-dark;
  39. text-transform: uppercase;
  40. }
  41. h4{
  42. text-transform: none !important;
  43. }
  44. .field--type-text-long{
  45. padding-right: 2rem;
  46. }
  47. }
  48. }
  49. }