|
@@ -2,12 +2,9 @@
|
|
|
.layout--threecol-25-50-25{
|
|
|
padding-top: 2rem;
|
|
|
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" version="1.1"><rect x="0" y="0" width="80" height="80" transform="rotate(35) translate(430, -800) scale(15)" fill="none" stroke="rgb(0,158,227)" stroke-width="0.4px"/></svg>');
|
|
|
- // background-image: url("../images/pictos/carre-contour-bleu.svg");
|
|
|
background-repeat: no-repeat;
|
|
|
- // background-position: -20px;
|
|
|
}
|
|
|
.layout__region--top{ //bandeau titre page static
|
|
|
- // height: 500px;
|
|
|
padding-bottom: 3rem;
|
|
|
.block-region-top{
|
|
|
height: inherit;
|
|
@@ -46,7 +43,7 @@
|
|
|
.field--name-field-titre{
|
|
|
display: flex;
|
|
|
font-size: 1rem;
|
|
|
- font-weight: 800;
|
|
|
+ font-weight: 1000;
|
|
|
color: $blue-dark;
|
|
|
border-bottom: 1px solid $blue-light;
|
|
|
padding-bottom: 0.5rem;
|
|
@@ -65,7 +62,8 @@
|
|
|
.block-entity-fieldnodefield-textes{
|
|
|
.field--name-field-titre{
|
|
|
font-size: 1.5rem;
|
|
|
- font-weight: 800;
|
|
|
+ font-weight: 1000;
|
|
|
+ font-family: 'Source Code Pro';
|
|
|
color: $blue-dark;
|
|
|
text-transform: uppercase;
|
|
|
}
|