.wrapper #filter__sidebar {
    min-width: 20%;
    max-width: 20%;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.02, 0.27, 0.665);
    transform-origin: bottom right;
    border-left: 1px solid #e2dcdc;
    box-sizing: border-box;
    padding: 1rem;
    overflow: auto;
    background: #f1f1f1;
    height: calc(100vh - 130px);
}
.content__infos {
    background: #eee;
    padding: 1rem;
    margin-bottom: 1rem;
}
.content__infos p {
    margin-bottom: 0;
}
.content__block__map {
    max-width: 60%;
    flex: 0 0 60%;
}
.content__block__left {
    max-width: 40%;
    flex: 0 0 40%;
    padding: 0 1rem 0 0;
    box-sizing: border-box;
}
.content_block {
    display: flex;
    flex-direction: row;
}
.chart__list__box .chart__tag--list {
    border: 1px solid #eee;
    padding: 1rem;
}
.chart__select__form {
    margin: 1.5rem 0;
}
.pyx-1 {
    padding: 0 1rem 1rem;
    box-sizing: border-box;
}
.body__hidden {
    overflow: hidden;
}
.content__scroll {
    height: calc(100vh - 100px);
    overflow: auto;
}
.full__content__block {
    position: initial;
    max-width: 100%;
    margin-bottom: 1rem;
}
.mob__filter {
    display: none;
}
.content__infos__flex {
    display: flex;
}
.content_block_bg {
    background: #fff;
    padding: 1rem;
    box-sizing: border-box;
    height: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.geo_case_bg {
    background: #872425;
    padding: 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.geo_case_bg h4 {
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
}
.geo_case_bg span {
    color: #fff;
    font-size: 1.8rem;
}
.geo_case .no-gutters > .col,
.geo_case .no-gutters > [class*="col-"] {
    padding: 0 2px;
}
.geo_case_list {
    margin-bottom: 1rem;
}
.other_infos_bg {
    background: #f1f1f1;
    padding: 0.8rem;
}
.other_infos_bg ul {
    padding: 0 0 0 1.8rem;
}
.other_infos_bg ul li {
    margin-bottom: 0.2rem;
    font-size: 1.3rem;
}
.info_wrap p {
    color: #872425;
    font-size: 1.3rem;
}
.filter__footer.large__dev {
    position: absolute;
    left: auto;
    right: 30px;
    margin: 0 auto;
    bottom: 1rem;
    text-align: center;
}
.content_infos p {
    font-size: 1.6rem;
}
.geo_case_title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.filter_info_style{

  background-color: #fff;
  padding: 0.2rem;
  margin:0.2rem;
}
.filter_info_style_loader{

  background-color: #eee;
  padding: 0.2rem;
  margin:0.4rem;
}

@media only screen and (max-width: 479px) {
    .wrapper__new {
        flex-direction: row;
    }
    #filter__sidebar {
        display: none;
    }
    .mob__filter {
        display: block;
    }
    .content__block__left {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .content__block__map {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .content_block {
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .wrapper__new {
        flex-direction: row;
    }
    #filter__sidebar {
        display: none;
    }
    .mob__filter {
        display: block;
    }
    .content__block__left {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .content__block__map {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .content_block {
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wrapper__new {
        flex-direction: row;
    }
    #filter__sidebar {
        display: none;
    }
    .mob__filter {
        display: block;
    }
}
