_gouvernance.scss 935 B

123456789101112131415161718192021222324252627282930313233
  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. height: 30vh;
  12. .block-region-top{
  13. .block-entity-fieldnodefield-images{
  14. display: none;
  15. height: inherit;
  16. }
  17. .block-entity-fieldnodetitle{
  18. .field--name-title{
  19. font-family: 'Source Code Pro';
  20. font-size: 2rem;
  21. font-weight: 800;
  22. color: $white;
  23. background-color: $blue-light;
  24. text-transform: uppercase;
  25. }
  26. }
  27. }
  28. }
  29. }