123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .node-id-6{
- background: url('../images/pictos/carre-contour-bleu_contact.svg');
- background-repeat: no-repeat;
- background-position-y: 7rem;
- max-width: 100vw;
- background-size: contain;
- .layout__region--top{ //bandeau titre page static
- padding-bottom: 3rem;
- height: 30vh;
-
- .block-region-top{
- .block-entity-fieldnodefield-images{
- display: none;
- height: inherit;
-
- }
- .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;
- }
- }
- }
-
- }
- .layout__region--second{
- .block-region-second{
- .block-entity-fieldnodefield-textes{
- .paragraph--type--texte{
- a{
- color: $black;
- text-decoration: underline;
- svg{
- display: none;
- }
- }
- }
- }
- }
- }
-
- }
|