_gouvernance.scss 913 B

1234567891011121314151617181920212223242526272829303132
  1. .node-id-35{
  2. .region-content{
  3. background: url('../images/pictos/carre-contour-bleu_gouvernance.svg');
  4. background-repeat: no-repeat;
  5. // background-position-y: 7rem;
  6. max-width: 100vw;
  7. background-size: contain;
  8. }
  9. .layout__region--top{ //bandeau titre page static
  10. padding-bottom: 3rem;
  11. .block-region-top{
  12. .block-entity-fieldnodefield-images{
  13. display: none;
  14. height: inherit;
  15. }
  16. .block-entity-fieldnodetitle{
  17. .field--name-title{
  18. font-family: 'Source Code Pro';
  19. font-size: 2rem;
  20. font-weight: 800;
  21. color: $white;
  22. background-color: $blue-light;
  23. text-transform: uppercase;
  24. }
  25. }
  26. }
  27. }
  28. }