.added_sidebar.collapsed {
  height: 0;
  overflow: hidden;
}

#page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#main {
  flex: 1;
  transition: margin-left 0.3s ease;
  min-height: 0;
  margin-bottom: 25px;
}

.container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.logo-container {
      padding: 0;
      padding-right: 10px;
      width: 330px;
      max-width: 330px;
      min-width: 150px;
      height: 70px;
      background-color: white;
      font-family: Fira Sans, Open Sans, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
      font-weight: 700;
      font-size: 15px;
      color: #472AD6;
      display: flex;
      align-items: center;
      justify-content: left;
      border-right: 1px solid #F4F6F8;
      /*margin-left: 30px;*/
      /*flex: 0 0 auto;*/
    }
    
    .liste-sujets {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  flex: 1 1 auto; /* prend l’espace disponible */
  min-width: 0; /* Empêche le débordement horizontal */
  font-size: .8vw;
}

.liste-sujets a, .liste-sujets {
  padding: 5px;
}

.liste-sujets a {
  border-left: solid #788089;
}

.sujet {
  font-size: 1.3vw;
  text-align: center;
}

#a-first {
  border-left: none;
}

    .menu-container {
  display: flex;
  flex-direction: column; /* empile verticalement */
  flex: 0 0 auto;
  align-items: center;
  background: transparent;
  width: 24px;
  height: 24px;
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 1000;
}
    .menu-button {
  width: 24px;
  height: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 3px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  transition: transform 0.5s ease;
  
}

.menu-button:hover {
  transform: scale(1.1) rotate(180deg); /* effet au survol */
}

.square {
  background-color: #788089;
  /*border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
}

#openbtn-right:hover .square {
  background-color: #472AD6;
}


.close-button {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 30px;
  background: none;
  color: #472AD6;
  border: none;
  cursor: pointer;
  z-index: 1001;
}

#mySidebar {
position: fixed;
margin-top: 0px;
  top: 0px;
  left: 0;
  width: 0px; /* 👈 Caché par défaut */
  height: calc(100vh);
  background-color: white;
  overflow-x: hidden;
  overflow-y: auto;
  transition: width 0.3s ease;
  z-index: 10000;	
 /* padding: 20px; */
}

#mySidebar.open {
  transition: width 0.3s ease;
  /* autres styles si besoin */
}

@media screen and (max-width: 768px) {
  .added_sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
}

/* le contenu */

.grid-container {
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 colonnes égales */
  gap: 20px; /* espace entre les box */
  padding: 20px;
}

.grid-item {
  background-color: white;
  text-align: center;
  border-radius: 8px;
  overflow: visible;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.grid-item img {
  width: 100%;
  max-width: 100%;
  height: 20vh;
  display: block;
  object-fit: cover;
}

.grid-item .sidebar-text {
  margin: 10px;
  color: #472ad6;
  font-weight: 800;
  padding: 5px 5px;
  background-color: transparent;
}

.grid-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #472ad6;
}

.comment {
	font-size: 12px;
	font-weight: 400;
	line-height: 1rem;
}

.sticky-header {
        position: sticky;
        top: 0;
        z-index: 1000;
        background-color: white;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
      }
      
      div.sticky-sidebar {
        /*position: -webkit-sticky;
        position: sticky;*/
        top: 270px; /* Adjust this to match header height */
        z-index: 999;
        /*background-color: #f4f4f4;*/
        /*padding: 10px;*/
        border-right: 1px solid #ddd;
      }

/* Menu général */
.added_sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 25px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
  margin-top: 70px;
  border-right: solid;
  border-color: #F4F6F8;
  border-width: 0px;
}

/* Liens du menu général */
.added_sidebar a {
  padding: 25px 30px 25px 30px;
  text-decoration: none;
  font-size: 15px;
  color: #788089;
  display: block;
  transition: 0.3s;
  line-height: 20px;
  font-weight: 600;
  font-style: "Fira Sans";
  vertical-align: middle;

}

/* When you mouse over the navigation links, change their color */
.added_sidebar a:hover {
  color: #091625;
  border-right: solid;
  border-width: 5px;
  border-color: #B8BCC1;
  background-color:  #F4F6F8;
  text-decoration: none;
  
}

.added_sidebar a:active {
  color: #472AD6;
  font-weight: 800;
  background-color:  #E3DFF8;
  border-right: solid;
  border-width: 5px;
  border-color: #472AD6;
}

/* Position and style the close button (top right corner) */
.added_sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


/* The button used to open the sidebar */
#openbtn {
  background-color: #472AD6 !important; 
  color: white; 
  border: none; 
  font-size: 30px;
}

#openbtn:hover {
  background-color: #444;
}

.fas {
  color: white;
  line-height: 1 !important;
}

.wrapper {
  background-color: white !important;
  overflow: visible;
}

.content, .content-wrapper {
  background-color: white !important;
}

.content {
  padding: 0;
  margin-top: -10px;
  position: relative;
  z-index:20;
}

/*
.btn.btn-default.action-button.shiny-bound-input{
  background-color: white !important;
  font-size: 200%; 
  font-weight: bold;
}
*/

.butt {
  color: black !important;
  background-color: white !important;
}

.maptitle{
  font-weight: bold;
  font-size: 2vw;
  padding-left: 5%;
  padding-bottom:15px;
  background: transparent;
}

.leaflet-container{ 
  background: #eeeeee; 
}

#leftID, #rightID{
  font-size: 22px;
}

.text_left{
  padding-top: 10px;
  font-size: 18px;
  
}

.text_over{
  font-weight: bold;
}

.leaflet-tooltip-pane {
  z-index: 1001 !important;
}

.leaflet-tooltip {
  width: 250px;
  white-space: normal;
}

#carte_points_rspec .leaflet-tooltip {
  width: 150px !important;
  white-space: normal;
}

.content-wrapper {
  /*min-height: 1800px !important;*/
  background: white !important;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 20px;
  margin-left: 400px;
  
}

#map_81, 
#map_91, 
#map_101, 
#map_111, 
#map_121, 
#map_131, 
#map_151, 
#map_161, 
#map_171,
#carto_mailles,
#carto_mailles_nm,
#carto_rf,
#carto_abondc,
#map_111_2,
#carte_points_invasives,
#carte_points_rspec,
#carte_groupes_dom,
#carte_points_invasives_mapdeck,
#carto_rf_v2_evols,
#carto_rf_v2
{
  height: calc(70vh) !important;
  z-index: 0 !important;
           }

/*
#carto_rf_v2,
#carto_rf_v2_evols,
#carto_rf_v2_espar,
#carto_rf_v2_evols_espar
{
  height: calc(100vh - 300px) !important;
  z-index: 0 !important;
           }
*/
                     
 .col-sm-3 {
   padding-left: 1px;
   padding-right: 10px;
            }
            
         
.btn {
  padding: 10px;
  background: white !important;
  color: black !important;
  
}


.select_titles {
  font-size: 18px !important;
  
}

.title_maps_centers {
  margin: 0;
  position: absolute;
  top: 0%;
  left: 50%;
  -ms-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  z-index: 10;
  font-size: 20px;
  font-weight: bold;
  background-color: transparent;
  padding: 5px;
  padding-bottom: 2%;
  text-align: center !important;
}

/*    header {
    width:100%; 
    position:relative;
    overflow:hidden; 
    border:0px;
    background-position: center center;
    background-image:url("test_bandeau1.jpg");
    background-size: cover;


}*/

.readme-text {
  /*padding-left: 15%;
  padding-right: 15%;*/
  font-size: 16px;
}

.border-black {
color: white;
font-size: 2vw;
font-weight: bold;
justify-content: center;
text-align: center;
align-items: center;
display: flex;
padding-left: 15%;
padding-right: 15%;
color: white;
}

/*Header général, en haut de la page, contenant le menu général avec les liens vers les différentes applis*/
    .bandeau {
    height:200px; 
    position:relative;
    overflow:hidden;
    border:0px;
    background-position: center center;
    background-image:url("image_titre_crop_blackwite.jpeg");
    background-size: cover;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 400px;


}

.border-black-readme {

font-size: 2.2em;
font-weight: bold;
text-align: center;
vertical-align: middle;
color: black;
padding-bottom: 10px;
/*margin-top: -40px;*/
}
/*font-size: 4vmin;
font-weight: bold;*/



.notes_corps {
  font-size: smaller;
  padding-left: 5%;
  padding-right: 25%;
  padding-bottom:2%;
  text-align: justify;
}

.mapsubtitle {
  
  font-style: italic;
  padding-left: 5%;
  padding-right: 25%;
  padding-bottom:2%;
  background: transparent;
  
}
              

/* Les styles de la sidebar propre à l'appli */

.sidebar-menu, .sidebar-menu li, .sidebar-menu treeview, .sidebar-menu treeview a, .skin-blue .sidebar-menu > li, li.treeview, .skin-blue .sidebar-menu > li > a, .skin-blue .sidebar-menu > li > .treeview-menu {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  /*font-size: 13px;*/
  color: #788089;
  background: white;
}

a {
  color: #788089 !important;
}

.sidebar-menu:hover, .sidebar-menu li:hover, .sidebar-menu treeview:hover, .sidebar-menu treeview a:hover .skin-blue .sidebar:hover, .skin-blue .sidebar-menu > li:hover, li.treeview:hover, .skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li:hover > div, .skin-blue .treeview-menu > li > a:hover {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  color: #091625;
  background: #F4F6F8;
  font-weight: 500;
}

.sidebar-menu:active, .sidebar-menu li div:active, .sidebar-menu li:active, .sidebar-menu treeview:active, .sidebar-menu treeview a:active .skin-blue .sidebar:active, .skin-blue .sidebar-menu > li:active, li.treeview:active, .skin-blue .sidebar-menu > li:active > a, .skin-blue .sidebar-menu > li:active > div, .skin-blue .sidebar-menu > li.active > a, .skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li.active > a > div {
  color: #472AD6 !important;
  font-weight: 500 !important;
  background-color:  #E3DFF8;
}


.skin-blue .sidebar-menu > li:hover > a, .skin-blue .treeview-menu > li:hover > a {
  border-right: solid;
  border-left: none;
  border-width: 5px;
  border-color: #B8BCC1;
  
}

.skin-blue .treeview-menu > li.active > a, .skin-blue .sidebar-menu > li.active > a {
  border-right: solid;
  border-left: none;
  border-width: 5px;
  border-color: #472AD6;
  
}

/* Change l'orientation de la flèche indiquant plusieurs niveaux d'onglets */
.fa-angle-left:before{
  content:"\f105";
  color: transparent;
}

.sidebar-menu li.active>a>.fa-angle-left, .sidebar-menu li.active>a>.pull-right-container>.fa-angle-left {
    transform: rotate(90deg);
    color: transparent;
}

body {
/*line-height: 1;*/
/*margin-bottom: 100px;*/
font-family: Sans-Serif !important;
overflow: clip;
}

html {
  overflow: auto;
}

html, body {
  height: 100%;
  margin: 0;
}

            /*html {
            position: relative;
            min-height: 100%;
                }*/
/* Design du bouton de téléchargement, avec le logo fourni par l'IGN DSFR */

img.icon-dwld {
  /*display: inline-block;
  line-height: 1;
  vertical-align: -.125em;*/
    /*position: absolute;
    top: 0;
    left: -3rem;*/
    margin-left: -3rem;
  /*content: url(./download.svg);*/
}

img.icon-dwld:hover {
  fill: #8774E4 !important;
  
}


/* Listes déroulantes de sélection */
.dropdown-item, .filter-option-inner-inner, div.item, .selectize-dropdown {
         color: black !important;
         font-weight: 500;
  font-style: "Fira Sans";
  font-size: 16px;
         }

.dropdown-item:hover {
         color: black;
         background-color: #F4F6F8 !important;
         }
         
.option.selected {
  background-color: white !important;
  color: black !important;
  
}
         
.option.selected.active {
  background-color: #F4F6F8 !important;
  color: #472AD6 !important;
  
}

.bootstrap-select-focused, .bootstrap-select .dropdown-toggle:focus, .selectize-input.focus {
  -webkit-box-shadow: none;
  border-color: #CCCCCC;
  border-bottom: solid 2px #472AD6 !important;
  box-shadow: none;
  outline: none;
}

.selectize-input {
  border-radius: 0px !important;
  background-color: #F4F6F8 !important;
}


.btn-default, .selectize-input {
    color: black;
    border-color: #ddd0 !important;
    border-bottom-color: black !important;
    border-radius: 0px !important;
}

div.selectize-input.items.full.has-options.has-items>div.item, div.form-group.shiny-input-container>label, div.control-label {
  font-size: 1vw !important;
}

div.state>label>span {
  font-size: 1.8rem !important;
}

.pretty .state label {
  font-family: sans-serif !important;
  font-weight: 600 !important;
}

.state i {
                    transform: scale(1.5);
}

.titles {
  font-size: 2rem;
  font-family: Sans-Serif;
}

.titles_2 {
  font-size: 2.2rem;
  font-family: Sans-Serif;
}

/* Ascenseur */

html {
  scroll-behavior: smooth;
}

div.jumpto {
 position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1200;
    background-color: #fff !important;
}

div.jumpto:hover, div.jumpto:hover i.fas.fa-arrow-up {
   color: #472ad6 !important;
   background-color: #e3dff8 !important;
}

#toTop {
  background-color: transparent !important;
}

i.fas.fa-arrow-up {
  position: absolute;
  top: -50%;
  right: 40%;
  color: black;
  background-color: #fff;
  border-radius: 50%;
  width: 2.50rem;
  height: 2.50rem;
  align-items: center;
  justify-content: center;
  display: flex;
}

i.fas.fa-arrow-up:hover {
  color: #472ad6 !important;
  background-color: #e3dff8 !important;
  transform: translateY(-4px);
}

#toTop:active {
  box-shadow: none;
}

/* Bouton de téléchargement */

.btn-default {
  color: black !important;
}

.btn-default:hover {
  text-decoration: none !important;
}

.btn-default.dwld-btn {
  margin-left: 3rem;
  /*margin-top: -3%;*/
  font-family: "Open Sans", sans-serif;
    font-size: 1vw;
    font-weight: 400;
    color: #091625;
    letter-spacing: normal;
    font-stretch: normal;
    border: none;
    border-bottom: solid 2px #472AD6 !important;
    background-color: transparent;
    border-radius: 0px !important;
    
    /*
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    */
}

/*
.dwld-btn {
    display: flex; 
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
*/

@media screen and (max-width: 200px) {
  .dwld-btn span {
    display: none; /* Cache le texte pour ne garder que l'icône */
  }
}

.btn-default.dwld-btn:hover {
  
    color: #8774E4 !important;
    
}

.btn-default.dwld-btn:hover > img.icon-dwld {
  
    fill: #8774E4 !important;
    
}

/* Labels des listes déroulantes de sélections*/

.control-label {
  font-weight: 500;
  font-style: "Fira Sans";
  font-size: 16px;
  
}

/* Formattage de la partie haute du corps de l'appli */

.main-header {
  z-index: 998 !important;
  background: white;
  display:none;
}
.skin-blue .main-header .logo {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
  width: 350px;
  background-color: #472AD6; 
  
}

.skin-blue .main-header .navbar .sidebar-toggle {
  background-color: #472AD6;
  color: white !important;
  width: 50px;
  height: 50px;
}

.sidebar-toggle:hover {
  text-decoration: none;
}

.skin-blue .main-header .logo:hover, .skin-blue .main-header .navbar .sidebar-toggle:hover {
  background: #472AD6;
} 

.skin-blue .main-header .navbar {
  background-color: white;
  z-index: -1000;
  background-color: #fff0;
  width: 170px !important;
}

.skin-blue .main-header .navbar {
  background-color: #ECF0F5;
}

.skin-blue .main-sidebar {
  background-color: transparent;
}

.main-sidebar {
  position: absolute;
  top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  /*transition: top 0.4s ease;*/
}

.tab-content {
  background: white;
}

/* Styles pour checkboxgroupInput --> changments pour les versions "pretty" prettyCheckboxGroup du package shinyWidgets car je n'arrivais pas à formatter la version de base */

.pretty.p-icon input:checked ~ .state .icon {
  opacity: 1;
  color: #472AD6;
  border-color: #472AD6;
  background-color: #E3DFF8 !important;
}

.pretty.p-default.p-round input:checked ~ .state label:before {
  opacity: 1;
  color: #472AD6;
  border-color: #472AD6;
  background-color: #E3DFF8 !important;
}

.pretty.p-default.p-round input:checked ~ .state label:after {
  opacity: 1;
  color: #472AD6;
  border-color: #472AD6;
  background-color: #472AD6 !important;
}

.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: 2.4rem;
  height: 2.4rem;
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid #472AD6;
  opacity: 0;
  border-radius: .4rem;
}

.pretty .state label::before {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  box-sizing: border-box;
  border: 1px solid #788089;
  z-index: 0;
  position: absolute;
  left: 0;
  top: -5%;
  
  border-radius: .4rem;
}

.pretty .state label::after {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid;
  z-index: 0;
  position: absolute;
  left: 0;
  top: -5%;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .4rem;
}

.pretty .state label {
  font-weight: 400;
  padding-top: .1em;
  text-indent: 3em;
  font-family: Fira Sans, Open Sans, Roboto, Helvetica Neue, Arial, "Noto Sans", sans-serif;
  color: #788089;
  font-size: 1.5rem;
  vertical-align: middle;
}

div.pretty.p-icon, div.pretty.p-default.p-round {
  margin-bottom: 1.5rem;
  
}

.control-label {
  margin-bottom: 1rem;
  font-family: Fira Sans, Open Sans, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: 500;
    color: #788089;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: normal;
  
}

/* Hyperliens - beoin d'ajout d'une classe pour les différencier des liens présents dans les menus */

.lien_texte {
    font-weight: 600;
    padding-bottom: .3rem;
    border-bottom: .2rem solid transparent;
    border-bottom-color: #472AD6;
    color: #472AD6;
}

.lien_texte:hover {
    font-weight: 600;
    padding-bottom: .3rem;
    border-bottom: .2rem solid transparent;
    border-bottom-color: #8774E4;
    color: #8774E4;
}

h3.box-title {
  font-size: 24px !important;
  font-weight: 600 !important;
}

.box-header {
  color: white;
  background: #472ad6;
}

.box.box-primary>.box-header {
  color: black !important;
  background: #efedf7 !important;
}

.box.box-primary>.box-header>h3.box-title{
  font-size: 16px !important;
  font-weight: 400 !important;
}

a:link {
color: #788089; 
background-color: transparent;
text-decoration: none;
}

div.box.box-primary.collapsed-box>div.box-header>div.box-tools.pull-right>button.btn.btn-box-tool>.fas,
div.box.box-primary>div.box-header>div.box-tools.pull-right>button.btn.btn-box-tool>.fas
{
  color: black !important;
}

div.box-body .shiny-input-container {
  margin-top: 7%;
}

.box {
  border-top: none !important;
  box-shadow: none !important;
}

.title-page-head {
  height: 50px;
  background: #472ad6;
  color: white;
  margin-top: -65px;
  /*width: 1503px;*/
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
  padding-left: 35%;
  padding-top: 8px;
  font-size: x-large;
  font-weight: bold;
}

p>a, span.text_signif_def>a  {
color: #788089; 
background-color: transparent;
text-decoration: none;
  }
  
p>a:hover, span.text_signif_def>a:hover {
  color: #788089;
  background-color: transparent;
  text-decoration: none;
  border-bottom: .2rem solid;
  border-bottom-color: #788089;
}

/* Styles propres à la partie footer */

.footer-title {
  font-size: 24px;
	text-align: left;
	vertical-align: middle;
  font-weight: 800;
  line-height: 1.2;
  font-family: Sans-Serif !important;
  margin-bottom: 10px !important;
}

.footer-part {
  padding-left: 1.5rem; 
  padding-right: 1.5rem; 
  font-size: 16px; 
  margin-bottom: 1rem;
  line-height: 2;
}



.footer-list {
  margin-bottom: 2rem;
  font-family: Fira Sans, Open Sans, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-weight: 500;
  padding-left: 1.5rem; 
  padding-right: 1.5rem; 
  font-size: 16px !important; 
  line-height: 2;
  
}

.footer-list-item {
    padding: 1rem 0;
}

.footer-list-item--hasIcon {
    margin-left: 3rem;

    > a {
        position: relative;
    }
}

.footer-list-item__icon {
    position: absolute;
    top: 0;
    left: -3rem;

    font-size: 16px;
    line-height: 1;
    color: $white;
}

.footer-list-custom {
  padding-left: 0px;
  list-style: none;
}


.footer-list a, .footer-part a {
    text-decoration: none;
    transition: color .25s ease;
    padding-bottom: .3rem;
    border-bottom: none;
    color: #788089;
}

.footer-list a:hover, .footer-list a:active, .footer-list a:focus, .footer-part a:hover, .footer-part a:active, .footer-part a:focus {
  border-bottom: .2rem solid;
  border-bottom-color: #788089;
  text-decoration: none !important;
}

.footer-credits {
  
  font-size: 15px;
    text-decoration: none;
    padding-bottom: 3rem;
    padding-top: 3rem;
    border-bottom: none;
    color: #788089 !important;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    border-top: solid 1px #788089 !important;
}

.footer-credits p {
    padding-left: 20px;
}

footer {
  /*position: absolute;*/
  position: relative;
  line-height: 1;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	/*height: 300px+6rem;*/ /* Height of the footer */
	color: white;
	padding-top: 75px;
	padding-left: 150px;
	padding-right: 150px;
	margin-right: 10px;
	background-color: #091625;
	/*max-width: 1300px;*/
  font-family: Sans-Serif !important;
  clear: both;
  overflow: hidden;
}

/* Pour avoir une marge de footer fixe au delà d'une certaine taille d'écran, sinon pas de marge */

@media (max-width: 1300px) {
	footer {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

a:link {
color:  #788089;
background-color: transparent;
text-decoration: none;
}
a:visited {
color:  #788089;
background-color: transparent;
text-decoration: none;
}
a:hover {
color:  #788089;
background-color: transparent;
text-decoration: underline;
}
a:active {
color:  #788089;
background-color: transparent;
text-decoration: underline;
}

.leaflet-sbs-divider {
        z-index: 1001 !important;
      }
.leaflet-sbs-range {
        z-index: 1001 !important;
      }
      

ul {
	font-size: 2.5vmin;
}

.footer-list ul {
  font-size: 1.5rem !important; 
  margin-left: -8%;
}

li {
	padding-left: 25px; /*adjust to your needs*/
	margin: 0px;
}

li.themes {
	margin: 0px;
	padding: 3px 0 3px 10px;
	list-style: disc;
}

li:not(:last-child) {
    margin-bottom: 0px;
}

footer h2 {
	font-size: 3vmin;
	/*text-align: center;*/
	vertical-align: middle;
	font-weight: 550;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 11.371px;
	font-family: 'Open Sans', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
}

.main-sidebar .user-panel, .sidebar-menu, .sidebar-menu > li.header {
  
  white-space: normal;
  
}

li.inside_app {
  font-size: smaller;
  padding-left: 5%;
  padding-right: 25%;
  padding-bottom:2%;
  text-align: justify;
}

ul.inside_app {
  font-size: 14px;
  
}

.key_vals {
  font-weight: bold;
  color: #149214;
  font-size: 100%;
  display: inline;
}

/* Pour le slider du taux annuel de peuplements dépérissances */

.irs-grid-pol.small {
  height: 0px;
}

.irs--modern .irs-bar {
  background: linear-gradient(to bottom, #472ad6 0%, #472ad6 100%);
}

.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
  background-color: #472ad6;
}

.irs--modern .irs-min, .irs--modern .irs-max {
  background-color: #e3dff8;
}

.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
  border-top-color: #472ad6;
}

.irs--modern .irs-grid-text {
  font-size: 16px;
}

.glyphicon-play, .glyphicon-pause {
  top: -30px;
  left: 30px;
  color: #472ad6;
}

/* pour carte dépéris essences */

#fig29 {
  height: 70vh !important;
  z-index: 0 !important;
}

