body {
    background-color: #080f4c;
}

.infoLegale {
    position: fixed;
}

.bandeau {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0px 20px;
    justify-content: space-between;
}

#donutchart>div>div {
    margin: auto;
}

#donutchart {
    margin-bottom: 20px;
}

.styleLogo2 {
    margin-left: 20px;
    align-self: flex-start;
    margin-top: 2px;
}

ul.menu-header {
    position: relative;
    flex-shrink: 0;
}

@media only screen and (max-width: 1280px) {
    ul.menu-header {
        display: none;
    }

    #filter-box {
        margin-right: 20px;
    }
}

#filters {
    position: relative;
    display: flex;
    flex-grow: 1;
    border-radius: 25px;
    background: white;
}

#filter-box {
    position: relative;
    flex-grow: 1;
    max-width: 650px;
}

#filter-box .input-group {
    display: flex;
    flex-grow: 1;
}

#filter-box .input-group .input,
#filter-box .input-group .pictos,
#filter-box .input-group .meter {
    margin: 0;
    padding: 0px;
    font-size: 0;
    z-index: 999;
}

#filter-box .input-group .input {
    flex-grow: 1;
}

#filter-box .input-group .input input.searchAssets {
    border: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0px 20px 0px 45px;
    margin: 0;
    width: 100%;
    height: 40px;
    color: #051249;
}

#filter-box .input-group .pictos {
    flex-shrink: 0;
}

#filter-box .input-group .pictos ul {
    font-size: 0;
    height: 40px;
    list-style: none;
    padding: 0;
}

#filter-box .input-group .pictos ul li {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    width: 22px;
    padding: 8px 12px 0px 12px;
}

#filter-box .input-group .pictos ul li:after {
    content: "";
    position: absolute;
    height: 10px;
    margin-top: 8px;
    margin-left: 12px;
    width: 1px;
    background-color: #abafd3;
}

#filter-box .input-group .pictos ul li:last-child:after {
    display: none;
}

#filter-box .input-group .pictos ul li:last-child {
    margin-right: 7px;
}

#filter-box .input-group .input .holder {
    position: absolute;
    color: #051249;
    font-weight: 700;
    cursor: auto;
    font-size: 15px;
    z-index: 1;
    margin: 8px 50px;
}

#filter-box .ic-search img {
    position: absolute;
    margin: 9px 12px;
    width: 22px;
}

#filter-box .input-group .input .holder .light {
    font-weight: 300;
    color: #28739b;
}

#filter-box .input-group .meter {
    flex-shrink: 0;
    font-size: 14px;
    color: white;
    background: #00aceb;
    border-radius: 20px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    margin-top: 4px;
    z-index: 2;
    margin-left: -10px;
    box-shadow: 0px 0px 5px #000;
}

#filter-box .input-group .meter span {
    font-weight: bold;
}

#filter-box .input-group .bar {
    content: "";
    height: 10px;
    width: 17px;
    margin-top: 15px;
    background-color: white;
    transform: translateX(-5px);
    z-index: 1;
}

#filter-menu {
    position: absolute;
    overflow: hidden;
    display: none;
    z-index: 1;
    margin-top: 22px;
    width: 100%;
    background-color: white;
    box-shadow: 0px 2px 2px rgb(0, 0, 0, 0.3);
    border-radius: 0px 0px 25px 25px;
}

#filter-menu hr {
    border-color: #080f4c;
    margin-top: 20px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 5px;
}

#filter-menu .footer {
    cursor: pointer;
    display: block;
    color: white;
    font-size: 12px;
    font-weight: 300;
    background-color: #38aae6;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 0;
    border-radius: 0px 0px 25px 25px;
    transition: background-color 0.2s;
}

#filter-menu .footer:hover {
    background-color: #1cbffb;
}

#filter-menu .footer span {
    font-weight: 700;
}

a.btn-init {
    display: block;
    margin-right: 20px;
    padding: 12px 0px;
    font-size: 10px;
    text-align: right;
    color: #38aae6;
    text-decoration: underline;
}

#filter-menu .body {
    font-size: 14px;
    font-weight: 400;
    overflow-y: auto;
    max-height: calc(100vh - 122px);
}

.chevron {
    position: relative;
    float: right;
    cursor: pointer;
    display: inline-flex;
    padding: 5px;
    margin-right: 10px;
}

.chevron.back {
    float: none;
    margin-right: 0px;
    top: 1px;
    margin-right: 3px;
}

.chevron.btn_level2 {
    margin-right: 16px;
}

.chevron::before {
    content: '';
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #3b3e50;
    display: inline-block;
    position: relative;
    transform: rotate(45deg);
    vertical-align: top;
    /* transition: transform 0.1s; */
}

.chevron.go-bottom::before {
    transform: rotate(135deg);
}

.chevron.go-left::before {
    transform: rotate(-135deg);
}

#filters-content {
    transition: transform ease-out 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#filters-content .ic-classe img {
    width: 29px;
    height: 29px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#filters-content .acc-l1 {
    cursor: pointer;
    margin-right: 20px;
    border-bottom: 1px solid #e9e8e8;
    margin-left: 20px;
}

#filters-content .acc-l1 {
    display: flex;
    align-items: center;
}

#filters-content .acc-l2 {
    display: none;
}

#filters-content .acc-l1 h3 {
    flex-grow: 1;
}

#filters-content .acc-l1 h3 {
    font-size: 14px;
    display: inline-flex;
}

#filters-content .acc-l2 {
    height: auto;
}

#filters-content .acc-l2-item:hover {
    background-color: #e9e8e8;
}

#filters-content .acc-l2-item {
    display: flex;
    align-items: center;
}

#filters-content .acc-l2 .label {
    display: flex;
    flex-grow: 1;
    margin-left: 20px;
    padding: 16px 0px;
    margin-right: 16px;
    border-bottom: 1px solid #e9e8e8;
}

#filters-content .acc-l2 .ic-classe {
    padding-left: 30px;
    display: inline-flex;
    margin-top: -3px;
}

#filters-content .acc-l2 .label h3.label-txt {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#filters-content .acc-l2 .label .label-txt.active:after,
#filters-content .acc-l1 h3.active:after,
#filter-box .input-group .pictos ul li.active:after {
    content: "";
    position: relative;
    margin-left: 4px;
    top: -6px;
    width: 6px;
    height: 6px;
    background-color: #00aceb;
    display: inline-flex;
    border-radius: 50%;
}

#filter-box .input-group .pictos ul li.active:after {
    position: absolute;
    margin-left: 1px;
    top: -4px;
}

#filters-content .acc-l1 h3.active:after {
    top: 0px;
}

#filters-content .acc-l3 h3 {
    cursor: pointer;
    color: #38aae6;
    font-size: 14px;
}

#filters-content .acc-l3 {
    z-index: 999;
    box-sizing: border-box;
    top: 27px;
    padding: 0px 20px;
    position: absolute;
    width: 100%;
    background: white;
    transform: translate3d(555px, 0, 0);
    transition: transform ease-in 0.2s;
    height: calc(100% - 65px);
}

#filters-content .acc-l3.on {
    transform: translate3d(0, 0, 0);
    transition: transform ease-in 0.2s;
    overflow: auto;
}

.on2 {
    transform: translate3d(-555px, 0, 0);
}

#filters-content .check.container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#filters-content label.container {
    margin-top: -0.5px;
}

#filters-content .check.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin-bottom: 0;
}

#filters-content .check.container .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 1px solid #4baacd;
    border-radius: 50%;
}

#filters-content .check.container .checkmark:after {
    left: 5px;
    top: 2px;
    background-color: #51a8dc;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#filters-content .check.container input:checked~.checkmark {
    background-color: #51a8dc;
}

#filters-content .check.container input:checked~.checkmark:after {
    display: block;
}

#filters-content .screen {
    padding: 0px 25px;
}

#filters-content .screen .item-type {
    column-count: 2;
    column-gap: 30px;
}

#filters-content .screen li {
    list-style: none;
    margin: 0;
    display: inline-block;
    padding: 5px 0px;
    width: 100%;
}

#filters-content .screen li .label-txt {
    font-weight: 300;
    font-size: 13px;
    display: inline-block;
}

#filters-content .screen li .check.container {
    display: inline-block;
    margin: 0;
    font-size: 14px;
}

#filters-content .screen h4 {
    font-size: 14px !important;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 30px;
}

#filters-content .screen .check.container.check-all {
    border-bottom: 1px solid #e9e8e8;
}

#filters-content .check.container input:checked~.checkmark.gray {
    background-color: #939393;
}

#filters-content .check.container .checkmark.gray {
    border-color: #939393;
}

#filters-content .check.container .checkmark.gray:after {
    background-color: #939393;
}

#filters-content .check.container input:checked~.checkmark.green {
    background-color: #38ad5b;
}

#filters-content .check.container .checkmark.green {
    border-color: #38ad5b
}

#filters-content .check.container .checkmark.green:after {
    background-color: #38ad5b;
}

.w100 {
    width: 100%;
}

#filter-menu hr.light {
    border-color: #e9e8e8;
    margin-top: 30px;
    margin-bottom: 10px;
    border-top: 0;
}

#filters-content select.paysList {
    border-radius: 20px !important;
    padding-left: 16px;
    height: 40px;
}

#filters-content .ms-choice {
    border: 1px solid #080f4c;
    line-height: 18px;
    border-radius: 20px;
    height: 40px;
}

#filters-content .ms-choice>span {
    padding-left: 20px;
    padding-top: 10px;
}

#filters-content .ms-choice>div {
    top: 8px;
}

#filters-content .ms-drop {
    border-radius: 20px;
    border: 1px solid #d5d5d5;
    margin-top: 0px;
}

.mb-40 {
    margin-bottom: 40px;
}

#filters-content .ms-drop ul>li label {
    cursor: pointer;
}

#camember,
#signin {
    border-radius: 20px;
}

.filtered_selected_number {
    min-width: 30px;
    text-align: right;
}

.total_assets {
    min-width: 30px;
}

.display-inline-block {
    display: inline-block;
}

.ui-widget.ui-widget-content {
    box-shadow: 0px 2px 2px rgb(0, 0, 0, 0.3);
    top: 25px !important;
    border-radius: 20px !important;
    padding: 20px !important;
}

#camembert {
    border-radius: 20px;
}

.scale-transform {
    transition: transform ease-out 0.5s;
    transform: rotate(360deg);
}

#btn-pie img {
    transition: transform ease-out 0.5s;
}

.no-col {
    column-count: unset !important;
}

.pictos-mobile {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 50px;
    display: none;
    background-color: #00aceb;
}

.pictos-mobile ul {
    display: flex;
    margin: 0;
    padding: 5px 0px;
    justify-content: space-evenly;
}

.pictos-mobile ul li {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    width: 22px;
    padding: 8px 12px 0px 12px;
}

@media only screen and (max-width: 800px) {

    .input,
    .pictos,
    .bar,
    .meter {
        display: none;
    }

    .pictos-mobile {
        display: block;
    }

    #filter-menu {
        width: 100vw;
        margin-left: -209px;
        margin-top: 72px;
        z-index: 999;
    }

    #filter-menu .footer,
    #filter-menu {
        border-radius: 0;
    }

    #filter-menu>hr {
        display: none;
    }

    #filter-menu .body {
        height: 100vh;
        z-index: 9999;
        max-height: calc(100vh);
    }

    #filters-content .acc-l3 {
        top: 0px;
    }

    #filters-content .acc-l3,
    #filter-menu {
        background: #e2f3fc;
    }

    input[type="text"].searchAssets {
        margin: 0;
        display: none;
        box-shadow: none;
        border: 0;
        padding: 26px;
    }

    .infoLegale,
    .infoLegale a {
        line-height: 1;
        padding: 5px;
        font-size: 10px !important;
    }

    .ui-widget.ui-widget-content {
        top: 95px !important;
    }

    #filter-menu .footer {
        position: fixed;
        width: 100%;
        bottom: 0px;
        color: white;
        font-size: 16px;
        padding: 15px 0px;
    }
}