/lessites

This commit is contained in:
2024-10-29 15:08:28 +01:00
parent 2597782d48
commit f20d972ce3
6 changed files with 265 additions and 1 deletions

View File

@@ -3160,6 +3160,68 @@ body {
content: url("../img/next.svg");
}
main {
background-color: #f6f7f3;
}
#lessites .content_container {
display: flex;
flex-direction: column;
align-items: center;
}
#lessites .content_container #block-quartiers-de-demain-titredepage {
margin-top: 1rem;
width: fit-content;
}
@media (max-width: 810px) {
#lessites .content_container #block-quartiers-de-demain-titredepage {
margin-top: 10rem;
grid-column: 2/span 9;
}
}
#lessites .content_container #block-quartiers-de-demain-titredepage h1 {
text-transform: none;
color: rgb(7, 50, 194);
font-size: 2rem;
font-weight: 500;
}
#lessites .content_container .view {
display: flex;
flex-direction: column;
}
#lessites .content_container .view .header_view {
position: relative !important;
height: fit-content;
z-index: none;
}
#lessites .content_container .view .header_view .view {
width: 100vw;
}
#lessites .content_container .view .grille--views-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 10px;
width: 80%;
margin: auto;
justify-content: space-between;
padding-top: 3rem;
font-size: 0.6rem;
}
#lessites .content_container .view .grille--views-row .views-row {
width: 20%;
}
#lessites .content_container .view .grille--views-row .views-row .views-field-title .field-content a {
color: rgb(7, 50, 194);
font-family: "gilroy-bold";
padding-top: 0.5rem;
}
#lessites .content_container .view .grille--views-row .views-row .views-field-field-images .field-content img {
width: 200px;
height: 200px;
object-fit: cover;
}
@font-face {
font-family: "gilroy-semibold";
src: url("../css/fonts/Gilroy/gilroy-semibold-webfont.woff") format("woff");