carto_J5 to main #1

Merged
vincent.tisseyre merged 15 commits from carto_J5 into main 2024-11-12 12:53:09 +01:00
Showing only changes of commit 1edc6b3842 - Show all commits

View File

@ -27,7 +27,19 @@
} }
#mapid { #mapid {
height:800px; margin-top: 0px;
margin-bottom: 0px;
height: 95vh;
width: 98vw;
}
#footer\#0 {
width: 95vw;
}
#tm-main > div:nth-child(1) {
width: 100vw;
margin-left: 6px;
} }
/* MAKE FILTERS INLINE */ /* MAKE FILTERS INLINE */
@ -62,27 +74,43 @@
border: 3px solid #004f90; border: 3px solid #004f90;
} }
.thematiques, .typesdacteurs , .observations { .departements, .categorie , .activite {
background-color: white; background-color: white;
padding: 10px; padding: 10px;
width: 150px; width: 500px;
border-radius: 5px; border-radius: 5px;
max-height : max-content;
} }
.leaflet-control h6{ .leaflet-control h6{
cursor: pointer; cursor: pointer;
margin:0; margin:0;
font-size : 20px;
font : Ubuntu;
color : #35276c;
} }
.listeProjets { .listeProjets {
font: 16px Roboto; font: 16px Roboto;
background: white; background: white;
box-shadow: 0 0 15px rgba(0,0,0,0.2); box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px; border-radius: 5px;
overflow: auto; max-height : 700px;
overflow-y: auto;
} }
/* .listeArticles{
overflow: hidden;
} */
/*Margin négatif pour contrer le padding de leaflet-control */
.listeProjetsDT {
font: 16px Roboto;
margin: -8px -24px;
}
.listeArticles h3{ .listeArticles h3{
margin : 0; margin : 0;
font-size: 18px Ubuntu; font-size: 18px Ubuntu;
padding:10px; padding:10px;
color : #35276c;
} }
.active { .active {
@ -93,6 +121,7 @@ border: 3px solid #004f90;
.listeArticles:hover, .leaflet-control > img { .listeArticles:hover, .leaflet-control > img {
cursor: pointer; cursor: pointer;
} }
.view , .unview{ .view , .unview{
@ -103,14 +132,14 @@ border: 3px solid #004f90;
display:none; display:none;
} }
.listeProjets > :nth-child(even) { .listeProjets > :nth-child(even), .listeProjetsDT > :nth-child(even) {
background: whitesmoke; background: whitesmoke;
border-left: 6px solid whitesmoke; border-left: 6px solid whitesmoke;
} }
.listeProjets > :nth-child(odd){ .listeProjets > :nth-child(odd), .listeProjetsDT > :nth-child(odd){
border-left: 6px solid white; border-left: 6px solid white;
} }
.listeProjets > p{ .listeProjets > p, .listeProjetsDT > p{
margin:0; margin:0;
padding: 20px 30px 20px 20px; padding: 20px 30px 20px 20px;
} }
@ -118,7 +147,7 @@ border: 3px solid #004f90;
padding: 5px 10px; padding: 5px 10px;
margin:0; margin:0;
} }
.listeProjets > p:hover{ .listeProjets > p:hover, .listeProjetsDT > p:hover{
border-left: 6px solid #96cd32!important; border-left: 6px solid #96cd32!important;
} }
@ -128,3 +157,10 @@ border: 3px solid #004f90;
.leaflet-container a:hover{ .leaflet-container a:hover{
color:#ea5153!important; color:#ea5153!important;
} }
.cartographie_enecoo .tm-main{
padding-bottom : 0;
}
.cartographie_enecoo .uk-sticky .uk-navbar-sticky{
display: none;
}