fiche site, bug slick atcus
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1350,7 +1350,6 @@ footer {
|
||||
width: 100vw;
|
||||
}
|
||||
#actus-caroussel .content-actus .views-row {
|
||||
width: 500px !important;
|
||||
padding: 1rem;
|
||||
}
|
||||
@media (max-width: 550px) {
|
||||
@@ -2922,6 +2921,9 @@ body {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first .block-region-first {
|
||||
position: fixed;
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first .block-region-first .views-element-container {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
@@ -2930,10 +2932,12 @@ body {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first div #sites-map-container {
|
||||
position: fixed;
|
||||
width: auto;
|
||||
left: 0.3rem;
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_documents) {
|
||||
margin: auto;
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_documents) {
|
||||
margin-top: 1rem;
|
||||
@@ -2967,28 +2971,38 @@ body {
|
||||
content: url("../img/noun-arrow-to-right.svg");
|
||||
padding-right: 0.2rem;
|
||||
padding-left: 0.2rem;
|
||||
padding-bottom: 0.2rem;
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first .field_field_liens_site div div {
|
||||
width: fit-content;
|
||||
padding-left: 0.5rem;
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_liens_site) {
|
||||
margin: auto;
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_liens_site) {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_liens_site) h2, .node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_liens_site) .visually-hidden, .node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_liens_site) .field--label-above, .node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_liens_site) span:not(.file) {
|
||||
display: none;
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_liens_site) .field_field_liens_site {
|
||||
background: black;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first .field_field_liens_site div div {
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_liens_site) .field_field_liens_site {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first .field_field_liens_site div div a {
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_liens_site) .field_field_liens_site a {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
color: white;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.6rem;
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first .field_field_liens_site div div a svg {
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_liens_site) .field_field_liens_site a svg {
|
||||
display: none;
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first .field_field_liens_site div div a::after {
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_liens_site) .field_field_liens_site a::after {
|
||||
display: inline-flex;
|
||||
content: url("../img/noun-arrow-to-right.svg");
|
||||
padding-right: 0.2rem;
|
||||
@@ -3205,7 +3219,7 @@ main {
|
||||
#lessites .content_container .view .header_view .view {
|
||||
width: 100vw;
|
||||
}
|
||||
#lessites .content_container .view .grille--views-row {
|
||||
#lessites .content_container .view div:has(.views-row) {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
@@ -3216,15 +3230,15 @@ main {
|
||||
padding-top: 3rem;
|
||||
font-size: 0.6rem;
|
||||
}
|
||||
#lessites .content_container .view .grille--views-row .views-row {
|
||||
#lessites .content_container .view div:has(.views-row) .views-row {
|
||||
width: 20%;
|
||||
}
|
||||
#lessites .content_container .view .grille--views-row .views-row .views-field-title .field-content a {
|
||||
#lessites .content_container .view div:has(.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 {
|
||||
#lessites .content_container .view div:has(.views-row) .views-row .views-field-field-images .field-content img {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
object-fit: cover;
|
||||
@@ -3235,7 +3249,7 @@ main {
|
||||
src: url("../css/fonts/Gilroy/gilroy-semibold-webfont.woff") format("woff");
|
||||
}
|
||||
#sites-map-container {
|
||||
background-color: #f6f7f3;
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
width: 100%; /* Prend toute la largeur du conteneur parent */
|
||||
@@ -3318,6 +3332,7 @@ main {
|
||||
|
||||
#popup-content {
|
||||
width: 300px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
#popup-content p {
|
||||
font-size: 0.7rem;
|
||||
|
Reference in New Issue
Block a user