_mentions-legales.scss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .node-id-6{
  2. background: url('../images/pictos/carre-contour-bleu_contact.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{
  28. .block-region-second{
  29. .block-entity-fieldnodefield-textes{
  30. .paragraph--type--texte{
  31. a{
  32. color: $black;
  33. text-decoration: underline;
  34. svg{
  35. display: none;
  36. }
  37. }
  38. }
  39. }
  40. }
  41. }
  42. }