home presentation, page site

This commit is contained in:
2024-06-23 23:03:46 +02:00
parent 44c9b53c16
commit 3353e208b1
13 changed files with 292 additions and 132 deletions
@@ -8,34 +8,76 @@
}
}
.region-content{
width: 80%;
margin: auto;
#block-reha-titredepage{
display: none;
// background-color: white;
// width: 25vw;
// padding-top: 1rem;
// padding-left: 1rem;
// padding-right: 1rem;
// font-size: 0.8rem;
// h1{
// margin: 0 ;
// }
}
.node-type-site{
margin: auto;
display: flex;
flex-direction: column;
// display: grid;
// grid-template-columns: repeat(7, 1fr);
// grid-template-rows: repeat(5, 1fr) ;
width: 100%;
background-color: white;
.field--name-field-image{
.image-site{
order: 2;
max-width: 100%;
img{
width: 100%;
object-fit: cover;
height: fit-content;
top: -150px;
position: relative;
.field--name-field-image{
// position: relative;
// order: 2;
width: 80%;
margin: auto;
// max-width: 100%;
.field__item{
display: flex;
flex-direction: row;
img{
width: 100%;
object-fit: cover;
height: fit-content;
}
blockquote{
align-self: flex-end;
font-style: italic;
margin: 0;
width: 10%;
p{
margin: 0;
padding-left: 1rem;
}
}
}
}
}
.filtered-content{
// border: solid $yellow-puca 1px;
z-index: 99;
background-color: $white-button;
width: 25vw;
order: 1;
display: flex;
flex-direction: column;
padding-left: 1rem;
padding-right: 1rem;
padding-bottom: 4rem;
padding-top: 1rem;
h1{
order: 2;
margin: 0;
font-size: 1.3rem;
font-weight: 900;
}
h2{
order: 2;
margin: 0;
@@ -50,8 +92,8 @@
}
.field--name-field-adresse-site{
order: 3;
font-size: 1.3rem;
line-height: 0.3rem;
font-size: 1rem;
line-height: 1.3rem;
.address{
margin: 0;
@@ -69,6 +111,9 @@
}
}
}
.field--name-field-date-de-construction{
order: 5;
}
.field--name-field-architecte{
order: 4;
padding-top: 1rem;