_programme.scss 1.5 KB

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