_annuaire-de-recherche.scss 691 B

12345678910111213141516171819202122232425262728293031
  1. .node-id-40{
  2. background: url('../images/pictos/carre-contour-bleu_programme.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. .block-region-top{
  9. .block-entity-fieldnodefield-images{
  10. display: none;
  11. height: inherit;
  12. }
  13. .block-entity-fieldnodetitle{
  14. .field--name-title{
  15. background-color: $white !important;
  16. color: $blue-light;
  17. }
  18. }
  19. }
  20. }
  21. }