fond home

This commit is contained in:
2021-12-02 13:08:23 +01:00
parent 4b4ae05e29
commit bea4581105
5 changed files with 155 additions and 29 deletions
+5 -8
View File
@@ -17,7 +17,8 @@
.block-views-blockhome-nodes-block-1{
grid-area: presentation;
grid-row: 1;
background: url("../images/pictos/carre-contour-bleu_contact.svg");
background: url("../images/pictos/forme_home.svg");
background-size: 100vw;
.node-type-static{
div:first-child{
display: grid;
@@ -42,7 +43,7 @@
grid-column: 2 /span 3;
grid-row: 2 / span 2;
font-size: 5rem;
font-weight: 800;
font-weight: 900;
color: $blue-light;
line-height: 6rem;
margin-bottom: 5rem;
@@ -155,6 +156,7 @@
}
}
.field--name-field-description{
margin-bottom: 1rem;
p{
margin-top: 0;
margin-bottom: 0;
@@ -165,12 +167,7 @@
font-weight: 800;
color: $white;
font-size: 1.3rem;
}
&:after{
display: block;
content:url("../images/pictos/noun_Arrow_3771902.svg")
}
}
}
}
}
@@ -2,6 +2,7 @@
#fotter-bottom{
box-shadow: 1px 0px 8px $black;
display: flex;
flex: 1 1 120px;
flex-direction: row;
@@ -14,7 +14,7 @@ header{
#header-top {
height: 7rem;
background-color: $white;
// box-shadow: 1px 0px 8px $black;
box-shadow: 1px 0px 8px $black;
display: flex;
flex-direction: row;
justify-content: space-between;
@@ -26,7 +26,7 @@ header{
display:flex;
flex-direction: row;
padding: 1rem;
padding-left: 3rem;
padding-left: 4%;
align-items:start;
color: $black;
font-weight: 800;
@@ -36,6 +36,7 @@ header{
height: 100%;
align-items: center;
img{
min-width: 80px;
width: 70%;
height: auto;
}
@@ -46,12 +47,14 @@ header{
align-items: center;
img{
min-width: 80px;
width: 80%;
height: auto;
}
}
ul{
font-size: 1.2rem;
list-style: none;
display: flex;
flex-direction: row;
@@ -132,8 +135,9 @@ header{
h2:after{
display: block;
margin:auto;
// height: 60px;
content:url('data:image/svg+xml,<svg width="100" height="70" xmlns="http://www.w3.org/2000/svg" version="1.1"> <path id="path930" d="M 20,10 H 80" stroke-linecap="round" stroke="white" stroke-width="4"/><path id="path930-3" d="M 20,25 H 80" stroke-linecap="round" stroke="white" stroke-width="4"/><path id="path930-6" d="M 20,40 H 80" stroke-linecap="round" stroke="white" stroke-width="4"/></svg>');
align-self: center;
height: 70px;
content:url('data:image/svg+xml,<svg width="100" height="70" xmlns="http://www.w3.org/2000/svg" version="1.1"> <path id="path930" d="M 30,13 H 70" stroke-linecap="round" stroke="white" stroke-width="3"/><path id="path930-3" d="M 30,25 H 70" stroke-linecap="round" stroke="white" stroke-width="3"/><path id="path930-6" d="M 30,37 H 70" stroke-linecap="round" stroke="white" stroke-width="3"/></svg>');
}
#block-burger-menu{