Compare commits
No commits in common. "bb18e7087fa69f8b5a99a71eebc81a9de60a3621" and "b9deae8f3c2d24f7c49ce5930556b1274e523b35" have entirely different histories.
bb18e7087f
...
b9deae8f3c
|
@ -6,7 +6,7 @@
|
|||
background-color: transparent;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
width: 155%; /* Prend toute la largeur du conteneur parent */
|
||||
width: 100%; /* Prend toute la largeur du conteneur parent */
|
||||
max-width: 800px; /* Optionnel : Limiter la largeur maximale */
|
||||
margin: 0 auto; /* Centrer le conteneur */
|
||||
height: auto; /* Permet à la hauteur de s'ajuster automatiquement */
|
||||
|
|
|
@ -2918,9 +2918,6 @@ body {
|
|||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first .block-region-first {
|
||||
position: fixed;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 20% !important;
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first .block-region-first .views-element-container {
|
||||
margin-bottom: 3rem;
|
||||
|
@ -2930,7 +2927,11 @@ body {
|
|||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first div #sites-map-container {
|
||||
left: -50px;
|
||||
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) {
|
||||
|
@ -2967,6 +2968,9 @@ body {
|
|||
padding-left: 0.2rem;
|
||||
padding-bottom: 0.2rem;
|
||||
}
|
||||
.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;
|
||||
|
@ -2977,7 +2981,6 @@ body {
|
|||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_liens_site) .field_field_liens_site {
|
||||
background: black;
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_liens_site) .field_field_liens_site {
|
||||
|
@ -3001,7 +3004,7 @@ body {
|
|||
padding-left: 0.2rem;
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--second {
|
||||
flex: 0 1 55% !important;
|
||||
flex: 0 1 60% !important;
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second {
|
||||
display: flex;
|
||||
|
@ -3238,7 +3241,7 @@ main {
|
|||
background-color: transparent;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
width: 155%; /* Prend toute la largeur du conteneur parent */
|
||||
width: 100%; /* Prend toute la largeur du conteneur parent */
|
||||
max-width: 800px; /* Optionnel : Limiter la largeur maximale */
|
||||
margin: 0 auto; /* Centrer le conteneur */
|
||||
height: auto; /* Permet à la hauteur de s'ajuster automatiquement */
|
||||
|
|
|
@ -22,9 +22,6 @@
|
|||
|
||||
.block-region-first{
|
||||
position: fixed;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 20% !important;
|
||||
.views-element-container{
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
@ -33,13 +30,12 @@
|
|||
width: fit-content;
|
||||
margin-bottom: 0.5rem;
|
||||
#sites-map-container{
|
||||
// width: auto;
|
||||
// left: 0.3rem;
|
||||
left: -50px;
|
||||
width: auto;
|
||||
left: 0.3rem;
|
||||
}
|
||||
}
|
||||
div:has(.field_field_documents){
|
||||
// margin: auto;
|
||||
margin: auto;
|
||||
@media(max-width: 500px){
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
@ -76,8 +72,7 @@
|
|||
|
||||
}
|
||||
div:has(.field_field_liens_site){
|
||||
// margin: auto;
|
||||
// width: 50%;
|
||||
margin: auto;
|
||||
@media(max-width: 500px){
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
@ -87,7 +82,6 @@
|
|||
}
|
||||
.field_field_liens_site{
|
||||
background: black;
|
||||
padding-left: 0.5rem;
|
||||
@media (max-width:810px) {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
@ -115,7 +109,7 @@
|
|||
|
||||
}
|
||||
.layout__region--second{
|
||||
flex: 0 1 55% !important;
|
||||
flex: 0 1 60% !important;
|
||||
// width: 60%;
|
||||
.block-region-second{
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue