background
This commit is contained in:
@@ -111,6 +111,9 @@
|
|||||||
.path-node {
|
.path-node {
|
||||||
margin: 0; }
|
margin: 0; }
|
||||||
|
|
||||||
|
.main-content {
|
||||||
|
margin-top: 7rem; }
|
||||||
|
|
||||||
.field--name-field-titre .field__item {
|
.field--name-field-titre .field__item {
|
||||||
color: #09398b;
|
color: #09398b;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
@@ -130,9 +133,12 @@ a {
|
|||||||
@import "pages/partials/header_footer";
|
@import "pages/partials/header_footer";
|
||||||
@import "pages/home";*/
|
@import "pages/home";*/
|
||||||
.layout__region--top {
|
.layout__region--top {
|
||||||
padding-bottom: 3rem; }
|
padding-bottom: 3rem;
|
||||||
.layout__region--top .block-region-top {
|
height: 300px; }
|
||||||
height: inherit; }
|
.layout__region--top .block-entity-fieldnodetitle {
|
||||||
|
width: fit-content;
|
||||||
|
margin-left: 13%;
|
||||||
|
margin-top: 200px; }
|
||||||
.layout__region--top .block-entity-fieldnodefield-images {
|
.layout__region--top .block-entity-fieldnodefield-images {
|
||||||
display: none;
|
display: none;
|
||||||
height: inherit; }
|
height: inherit; }
|
||||||
@@ -143,6 +149,7 @@ a {
|
|||||||
.layout__region--first .block-region-first .block-entity-fieldnodefield-textes {
|
.layout__region--first .block-region-first .block-entity-fieldnodefield-textes {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
background-color: white;
|
||||||
padding-right: 2rem; }
|
padding-right: 2rem; }
|
||||||
.layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre {
|
.layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -155,18 +162,18 @@ a {
|
|||||||
.layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre:hover {
|
.layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre:hover {
|
||||||
text-decoration: underline; }
|
text-decoration: underline; }
|
||||||
|
|
||||||
.layout__region--second .block-entity-fieldnodefield-textes .field--name-field-titre {
|
.layout__region--second .block-entity-fieldnodefield-textes {
|
||||||
font-size: 1.5rem;
|
background-color: white; }
|
||||||
font-weight: 1000;
|
.layout__region--second .block-entity-fieldnodefield-textes .field--name-field-titre {
|
||||||
font-family: 'Source Code Pro';
|
font-size: 1.5rem;
|
||||||
color: #09398b;
|
font-weight: 1000;
|
||||||
text-transform: uppercase; }
|
font-family: 'Source Code Pro';
|
||||||
|
color: #09398b;
|
||||||
.layout__region--second .block-entity-fieldnodefield-textes h4 {
|
text-transform: uppercase; }
|
||||||
text-transform: none !important; }
|
.layout__region--second .block-entity-fieldnodefield-textes h4 {
|
||||||
|
text-transform: none !important; }
|
||||||
.layout__region--second .block-entity-fieldnodefield-textes .field--type-text-long {
|
.layout__region--second .block-entity-fieldnodefield-textes .field--type-text-long {
|
||||||
padding-right: 2rem; }
|
padding-right: 2rem; }
|
||||||
|
|
||||||
.layout__region--third .block-entity-fieldnodefield-fichiers {
|
.layout__region--third .block-entity-fieldnodefield-fichiers {
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
@@ -377,22 +384,19 @@ a {
|
|||||||
background-repeat: no-repeat; }
|
background-repeat: no-repeat; }
|
||||||
.node-id-20 .layout__region--top {
|
.node-id-20 .layout__region--top {
|
||||||
padding-bottom: 3rem; }
|
padding-bottom: 3rem; }
|
||||||
.node-id-20 .layout__region--top .block-region-top {
|
.node-id-20 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
|
||||||
height: 200px; }
|
font-family: 'Source Code Pro';
|
||||||
.node-id-20 .layout__region--top .block-region-top .block-entity-fieldnodetitle {
|
font-size: 2rem;
|
||||||
width: 80%;
|
font-weight: 800;
|
||||||
margin: auto; }
|
color: white;
|
||||||
.node-id-20 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
|
background-color: #009ee3;
|
||||||
font-family: 'Source Code Pro';
|
text-transform: uppercase; }
|
||||||
font-size: 2rem;
|
|
||||||
font-weight: 800;
|
|
||||||
color: #009ee3;
|
|
||||||
background-color: white;
|
|
||||||
text-transform: uppercase; }
|
|
||||||
|
|
||||||
.field--name-field-partenaires {
|
.field--name-field-partenaires {
|
||||||
padding-top: 3rem; }
|
padding-top: 3rem; }
|
||||||
.field--name-field-partenaires .paragraph--type--partenaire {
|
.field--name-field-partenaires .paragraph--type--partenaire {
|
||||||
|
background-color: white;
|
||||||
|
width: 75%;
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, 120px);
|
grid-template-columns: repeat(auto-fill, 120px);
|
||||||
@@ -415,6 +419,20 @@ a {
|
|||||||
.field--name-field-partenaires a svg {
|
.field--name-field-partenaires a svg {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
|
.node-id-35 .region-content {
|
||||||
|
background: url("../images/pictos/carre-contour-bleu_gouvernance.svg");
|
||||||
|
background-repeat: no-repeat; }
|
||||||
|
|
||||||
|
.node-id-35 .layout__region--top {
|
||||||
|
padding-bottom: 3rem; }
|
||||||
|
.node-id-35 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
|
||||||
|
font-family: 'Source Code Pro';
|
||||||
|
font-size: 2rem;
|
||||||
|
font-weight: 800;
|
||||||
|
color: white;
|
||||||
|
background-color: #009ee3;
|
||||||
|
text-transform: uppercase; }
|
||||||
|
|
||||||
.path-actualites {
|
.path-actualites {
|
||||||
background-color: rgba(0, 158, 227, 0.2);
|
background-color: rgba(0, 158, 227, 0.2);
|
||||||
margin: 0; }
|
margin: 0; }
|
||||||
@@ -457,18 +475,13 @@ a {
|
|||||||
background-repeat: no-repeat; }
|
background-repeat: no-repeat; }
|
||||||
.node-id-4 .layout__region--top {
|
.node-id-4 .layout__region--top {
|
||||||
padding-bottom: 3rem; }
|
padding-bottom: 3rem; }
|
||||||
.node-id-4 .layout__region--top .block-region-top {
|
.node-id-4 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
|
||||||
height: 200px; }
|
font-family: 'Source Code Pro';
|
||||||
.node-id-4 .layout__region--top .block-region-top .block-entity-fieldnodetitle {
|
font-size: 2rem;
|
||||||
width: 80%;
|
font-weight: 800;
|
||||||
margin-left: 13%; }
|
color: white;
|
||||||
.node-id-4 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
|
background-color: #009ee3;
|
||||||
font-family: 'Source Code Pro';
|
text-transform: uppercase; }
|
||||||
font-size: 2rem;
|
|
||||||
font-weight: 800;
|
|
||||||
color: white;
|
|
||||||
background-color: #009ee3;
|
|
||||||
text-transform: uppercase; }
|
|
||||||
|
|
||||||
.node-id-5 .region-content {
|
.node-id-5 .region-content {
|
||||||
background: url("../images/pictos/carre-contour-bleu_contact.svg");
|
background: url("../images/pictos/carre-contour-bleu_contact.svg");
|
||||||
@@ -476,18 +489,13 @@ a {
|
|||||||
|
|
||||||
.node-id-5 .layout__region--top {
|
.node-id-5 .layout__region--top {
|
||||||
padding-bottom: 3rem; }
|
padding-bottom: 3rem; }
|
||||||
.node-id-5 .layout__region--top .block-region-top {
|
.node-id-5 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
|
||||||
height: 200px; }
|
font-family: 'Source Code Pro';
|
||||||
.node-id-5 .layout__region--top .block-region-top .block-entity-fieldnodetitle {
|
font-size: 2rem;
|
||||||
width: 80%;
|
font-weight: 800;
|
||||||
margin-left: 13%; }
|
color: white;
|
||||||
.node-id-5 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
|
background-color: #009ee3;
|
||||||
font-family: 'Source Code Pro';
|
text-transform: uppercase; }
|
||||||
font-size: 2rem;
|
|
||||||
font-weight: 800;
|
|
||||||
color: white;
|
|
||||||
background-color: #009ee3;
|
|
||||||
text-transform: uppercase; }
|
|
||||||
|
|
||||||
/*partials*/
|
/*partials*/
|
||||||
.layout-container {
|
.layout-container {
|
||||||
|
|||||||
@@ -21,7 +21,9 @@
|
|||||||
.path-node {
|
.path-node {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
.main-content{
|
||||||
|
margin-top: 7rem;
|
||||||
|
}
|
||||||
|
|
||||||
.field--name-field-titre{
|
.field--name-field-titre{
|
||||||
.field__item{
|
.field__item{
|
||||||
|
|||||||
@@ -9,10 +9,7 @@
|
|||||||
.layout__region--top{ //bandeau titre page static
|
.layout__region--top{ //bandeau titre page static
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
.block-region-top{
|
.block-region-top{
|
||||||
height: 200px;
|
|
||||||
.block-entity-fieldnodetitle{
|
.block-entity-fieldnodetitle{
|
||||||
width: 80%;
|
|
||||||
margin-left: 13%;
|
|
||||||
.field--name-title{
|
.field--name-title{
|
||||||
font-family: 'Source Code Pro';
|
font-family: 'Source Code Pro';
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
@@ -20,7 +17,6 @@
|
|||||||
color: $white;
|
color: $white;
|
||||||
background-color: $blue-light;
|
background-color: $blue-light;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
// padding: 2rem 1rem 2rem 1rem;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,25 @@
|
|||||||
|
.node-id-35{
|
||||||
|
.region-content{
|
||||||
|
background: url('../images/pictos/carre-contour-bleu_gouvernance.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: $white;
|
||||||
|
background-color: $blue-light;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -7,18 +7,14 @@
|
|||||||
.layout__region--top{ //bandeau titre page static
|
.layout__region--top{ //bandeau titre page static
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
.block-region-top{
|
.block-region-top{
|
||||||
height: 200px;
|
|
||||||
.block-entity-fieldnodetitle{
|
.block-entity-fieldnodetitle{
|
||||||
width: 80%;
|
|
||||||
margin: auto;
|
|
||||||
.field--name-title{
|
.field--name-title{
|
||||||
font-family: 'Source Code Pro';
|
font-family: 'Source Code Pro';
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
color: $blue-light;
|
color: $white;
|
||||||
background-color: $white;
|
background-color: $blue-light;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
// padding: 2rem 1rem 2rem 1rem;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -29,13 +25,15 @@
|
|||||||
.field--name-field-partenaires{
|
.field--name-field-partenaires{
|
||||||
padding-top: 3rem;
|
padding-top: 3rem;
|
||||||
.paragraph--type--partenaire{
|
.paragraph--type--partenaire{
|
||||||
|
background-color: $white;
|
||||||
|
width: 75%;
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, 120px);
|
grid-template-columns: repeat(auto-fill, 120px);
|
||||||
grid-template-rows: repeat(auto-fill);
|
grid-template-rows: repeat(auto-fill);
|
||||||
|
|
||||||
.field--name-field-logo{
|
.field--name-field-logo{
|
||||||
|
|
||||||
grid-column: 1 / 4;
|
grid-column: 1 / 4;
|
||||||
grid-row: 1 / 3;
|
grid-row: 1 / 3;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,10 +7,8 @@
|
|||||||
.layout__region--top{ //bandeau titre page static
|
.layout__region--top{ //bandeau titre page static
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
.block-region-top{
|
.block-region-top{
|
||||||
height: 200px;
|
|
||||||
.block-entity-fieldnodetitle{
|
.block-entity-fieldnodetitle{
|
||||||
width: 80%;
|
|
||||||
margin-left: 13%;
|
|
||||||
.field--name-title{
|
.field--name-title{
|
||||||
font-family: 'Source Code Pro';
|
font-family: 'Source Code Pro';
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
@@ -18,7 +16,6 @@
|
|||||||
color: $white;
|
color: $white;
|
||||||
background-color: $blue-light;
|
background-color: $blue-light;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
// padding: 2rem 1rem 2rem 1rem;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +1,15 @@
|
|||||||
|
|
||||||
// .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-repeat: no-repeat;
|
|
||||||
// }
|
|
||||||
.layout__region--top{ //bandeau titre page static
|
.layout__region--top{ //bandeau titre page static
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
|
height: 300px;
|
||||||
.block-region-top{
|
.block-region-top{
|
||||||
height: inherit;
|
|
||||||
|
}
|
||||||
|
.block-entity-fieldnodetitle{
|
||||||
|
width: fit-content;
|
||||||
|
margin-left: 13%;
|
||||||
|
margin-top: 200px;
|
||||||
}
|
}
|
||||||
.block-entity-fieldnodefield-images{
|
.block-entity-fieldnodefield-images{
|
||||||
display: none;
|
display: none;
|
||||||
@@ -24,6 +26,7 @@
|
|||||||
.block-entity-fieldnodefield-textes{
|
.block-entity-fieldnodefield-textes{
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
background-color: $white;
|
||||||
// justify-content: flex-end;
|
// justify-content: flex-end;
|
||||||
padding-right: 2rem;
|
padding-right: 2rem;
|
||||||
|
|
||||||
@@ -47,6 +50,7 @@
|
|||||||
.layout__region--second{ // paragraphe texte
|
.layout__region--second{ // paragraphe texte
|
||||||
|
|
||||||
.block-entity-fieldnodefield-textes{
|
.block-entity-fieldnodefield-textes{
|
||||||
|
background-color: $white;
|
||||||
.field--name-field-titre{
|
.field--name-field-titre{
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
font-weight: 1000;
|
font-weight: 1000;
|
||||||
|
|||||||
Reference in New Issue
Block a user