_programme.scss 782 B

123456789101112131415161718192021222324252627
  1. .node-id-4{
  2. background: url('../images/pictos/carre-contour-bleu_programme.svg');
  3. background-repeat: no-repeat;
  4. .layout__region--top{ //bandeau titre page static
  5. padding-bottom: 3rem;
  6. .block-region-top{
  7. height: 200px;
  8. .block-entity-fieldnodetitle{
  9. width: 80%;
  10. margin-left: 13%;
  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. // padding: 2rem 1rem 2rem 1rem;
  19. }
  20. }
  21. }
  22. }
  23. }