_programme.scss 1.5 KB

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