_programme.scss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. .layout__region--top{ //bandeau titre page static
  8. padding-bottom: 3rem;
  9. .block-region-top{
  10. .block-entity-fieldnodetitle{
  11. .field--name-title{
  12. font-family: 'Source Code Pro';
  13. font-size: 2rem;
  14. font-weight: 800;
  15. color: $white;
  16. background-color: $blue-light;
  17. text-transform: uppercase;
  18. }
  19. }
  20. }
  21. }
  22. .layout__region--second{ // paragraphe texte
  23. width: 25%;
  24. .block-entity-fieldnodefield-textes{
  25. background-color: $white;
  26. .field--name-field-titre{
  27. font-size: 1.5rem;
  28. font-weight: 1000;
  29. font-family: 'Source Code Pro';
  30. color: $blue-dark;
  31. text-transform: uppercase;
  32. }
  33. h4{
  34. text-transform: none !important;
  35. }
  36. .field--type-text-long{
  37. padding-right: 2rem;
  38. }
  39. }
  40. }
  41. }