123456789101112131415161718192021222324252627 |
- .node-id-40{
- background: url('../images/pictos/carre-contour-bleu_programme.svg');
- background-repeat: no-repeat;
- background-position-y: 7rem;
- max-width: 100vw;
- background-size: contain;
- .layout__region--top{ //bandeau titre page static
- .block-region-top{
- .block-entity-fieldnodefield-images{
- display: none;
- height: inherit;
-
- }
- .block-entity-fieldnodetitle{
- .field--name-title{
- color: $blue-light;
- }
- }
- }
-
- }
- }
|