32 lines
691 B
SCSS
32 lines
691 B
SCSS
.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;
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|