1234567891011121314151617181920212223242526272829 |
- .node-id-5{
- .region-content{
- background: url('../images/pictos/carre-contour-bleu_contact.svg');
- background-repeat: no-repeat;
-
- }
- .layout__region--top{ //bandeau titre page static
- padding-bottom: 3rem;
- .block-region-top{
- height: 200px;
- .block-entity-fieldnodetitle{
- width: 80%;
- margin-left: 13%;
- .field--name-title{
- font-family: 'Source Code Pro';
- font-size: 2rem;
- font-weight: 800;
- color: $white;
- background-color: $blue-light;
- text-transform: uppercase;
- // padding: 2rem 1rem 2rem 1rem;
- }
- }
- }
-
- }
- }
|