12345678910111213141516171819202122232425262728293031 |
- .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{
- background-color: $white !important;
- color: $blue-light;
- }
- }
- }
-
- }
- }
|