.node-id-5{
    .region-content{
        background: url('../images/pictos/carre-contour-bleu_contact.svg');
        background-repeat: no-repeat;
        background-position-y: 7rem;
    }


    .layout__region--top{               //bandeau titre page static
        padding-bottom: 3rem;
        .block-region-top{
            .block-entity-fieldnodetitle{
                .field--name-title{
                    font-family: 'Source Code Pro';
                    font-size: 2rem;
                    font-weight: 800;
                    color: $white;
                    background-color: $blue-light;
                    text-transform: uppercase;
                }
            }
        }
    
    }
}