diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 4dac987..8d85520 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -214,7 +214,8 @@ a { padding-bottom: 3rem; width: 69%; height: fit-content; - margin-bottom: 1rem; } + margin-bottom: 1rem; + background-color: white; } .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource:first-of-type { border-top: 1px solid #009ee3; padding-top: 1rem; } @@ -381,7 +382,8 @@ a { .node-id-20 { background: url("../images/pictos/carre-contour-bleu_partenaire.svg"); - background-repeat: no-repeat; } + background-repeat: no-repeat; + top: 7rem; } .node-id-20 .layout__region--top { padding-bottom: 3rem; } .node-id-20 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title { @@ -433,6 +435,19 @@ a { background-color: #009ee3; text-transform: uppercase; } +.node-id-3 { + background: url("../images/pictos/carre-contour-bleu_partenaire.svg"); + background-repeat: no-repeat; } + .node-id-3 .layout__region--top { + padding-bottom: 3rem; } + .node-id-3 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title { + font-family: 'Source Code Pro'; + font-size: 2rem; + font-weight: 800; + color: #009ee3; + background-color: white; + text-transform: uppercase; } + .path-actualites { background-color: rgba(0, 158, 227, 0.2); margin: 0; } @@ -526,6 +541,13 @@ header { display: flex; height: 100%; align-items: center; } + #header-top .region-header-top-left #block-logoeql { + display: flex; + height: 100%; + align-items: center; + padding-left: 2rem; } + #header-top .region-header-top-left #block-logoeql img { + height: 80%; } #header-top .region-header-top-left ul { list-style: none; display: flex; diff --git a/web/themes/custom/eql/scss/pages/_ami.scss b/web/themes/custom/eql/scss/pages/_ami.scss index e69de29..9d23425 100644 --- a/web/themes/custom/eql/scss/pages/_ami.scss +++ b/web/themes/custom/eql/scss/pages/_ami.scss @@ -0,0 +1,23 @@ +.node-id-3{ + + background: url('../images/pictos/carre-contour-bleu_partenaire.svg'); + background-repeat: no-repeat; + + + .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: $blue-light; + background-color: $white; + text-transform: uppercase; + } + } + } + + } +} diff --git a/web/themes/custom/eql/scss/pages/_partenaires.scss b/web/themes/custom/eql/scss/pages/_partenaires.scss index 1d55332..c397753 100644 --- a/web/themes/custom/eql/scss/pages/_partenaires.scss +++ b/web/themes/custom/eql/scss/pages/_partenaires.scss @@ -2,7 +2,7 @@ background: url('../images/pictos/carre-contour-bleu_partenaire.svg'); background-repeat: no-repeat; - + top: 7rem; .layout__region--top{ //bandeau titre page static padding-bottom: 3rem; diff --git a/web/themes/custom/eql/scss/pages/_static.scss b/web/themes/custom/eql/scss/pages/_static.scss index 2aabb9e..ff0b9f9 100644 --- a/web/themes/custom/eql/scss/pages/_static.scss +++ b/web/themes/custom/eql/scss/pages/_static.scss @@ -120,6 +120,7 @@ width: 69%; height: fit-content; margin-bottom: 1rem; + background-color: $white; &:first-of-type{ border-top: 1px solid $blue-light; padding-top: 1rem; diff --git a/web/themes/custom/eql/scss/partials/_header.scss b/web/themes/custom/eql/scss/partials/_header.scss index 03b9be4..47c9680 100644 --- a/web/themes/custom/eql/scss/partials/_header.scss +++ b/web/themes/custom/eql/scss/partials/_header.scss @@ -35,6 +35,15 @@ header{ height: 100%; align-items: center; } + #block-logoeql{ + display: flex; + height: 100%; + align-items: center; + padding-left: 2rem; + img{ + height: 80%; + } + } ul{ list-style: none;