@import
  url("https://fonts.googleapis.com/css?family=Oswald");

#left-content>ul:nth-child(1)>h1:nth-child(1) {
    padding-bottom: 10px;
    padding-top: 5px;
    padding-right: 15px;
    line-height: 1em;
    font-weight: 500;
    color: black;
    width: fit-content;
    height: fit-content;
    font-size: 24px;
    left: -15px;
    position: relative;
}

#rnn-img {
    position:relative;
    width:240px;
    border-radius: 10px;
    max-height:150px;
}

#left-content>ul:nth-child(1)>img:nth-child(2) {
    width: 80%;
    height: 150px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 50px -25px black;
}

.rnn-container {
  position:relative;
  font-weight: 550;
  line-height: 0.5;
  color: black;
}

.rnn-text {
  position:relative;
}

.closebtn {
    cursor: pointer;
    color: #76b72a;
}

.closebtn:hover {
    cursor: pointer;
    color: #154194;
}

.rounded-rect {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 50px -25px black;
}

.flex-center {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-center.left {
    left: 10px;
}

.flex-center.left.left.collapsed {
    left: 0px;
}

.sidebar-content {
    position: relative;
    width: 95%;
    height: 95%;
    font-family: Oswald;
    font-size: 14px;
    color: #76b72a;
    background-repeat: no-repeat;
    background-size: 400% 100%;
    background-position: bottom center, 100%, 50%;
    background-color: rgba(255, 255, 255, 0.8);

}

.sidebar {
    position: relative;
    transition: transform 1s;
    z-index: 1;
    width: 300px;
    height: 100%;

}

.ul {
    position:relative;
    padding-left: 35px !important;
    padding-right: 2px !important;
}

.left.collapsed {
    transform: translateX(-295px);
}

.sidebar .closebtn {
    position: absolute;
    top: 4%;
    right: 6%;
    font-size: 28px;
    margin-left: 50px;
    z-index: 2
}

.rnn-chart {
  position: relative;
  overflow: visible !important;
  z-index: 2;
  max-width: 220px;
}

#rnn-observateur {
    line-height: 1.5;
}

#rnn-text {
    line-height: 1.5;
}
#rnn-text2 {
    line-height: 2;
}

details.maplibregl-ctrl {
    background-color: rgba(255, 255, 255, 0.8) !important;
}
