_contact.scss 819 B

1234567891011121314151617181920212223242526272829
  1. .node-id-5{
  2. .region-content{
  3. background: url('../images/pictos/carre-contour-bleu_contact.svg');
  4. background-repeat: no-repeat;
  5. }
  6. .layout__region--top{ //bandeau titre page static
  7. padding-bottom: 3rem;
  8. .block-region-top{
  9. height: 200px;
  10. .block-entity-fieldnodetitle{
  11. width: 80%;
  12. margin-left: 13%;
  13. .field--name-title{
  14. font-family: 'Source Code Pro';
  15. font-size: 2rem;
  16. font-weight: 800;
  17. color: $white;
  18. background-color: $blue-light;
  19. text-transform: uppercase;
  20. // padding: 2rem 1rem 2rem 1rem;
  21. }
  22. }
  23. }
  24. }
  25. }