.ContentBB {
    padding: 0;
    margin: 0;
    height: calc(100% - 65px) !important;
}

.DivComps {
    width: 100% !important;
    padding: 0 5px 0 15px;
    box-sizing: border-box;
}

.fond {
    /* background-color: #fafafa; */
    background-color: rgba(62, 13, 129, 0.05);
    padding: 50px 0;
}

[class*="cell"] {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.fond [class*="cell"] .BB_Widget >*{
    min-height: 250px;
}
.row {
    margin-bottom: 30px;
}

.row>* {
    /* background: white; */
    box-shadow: 1px 1px 5px rgba(233, 233, 233, 0.75);
    box-sizing: border-box;
}

@media (max-width: 1020px) {
    .row>* {
        margin: 10px 0;
    }

    [class*="dxeCalendar_"] td {
        padding: 2px;
    }

    [class*="dxeCalendarButton_"] td.dx {
        padding: 3px;
    }
}

@media (max-width: 800px) {
    .row>*:first-child {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 800px) {
    .flex-grid .row .cell, .flex-grid .row .cell.size4 {
        -webkit-flex: 0 0 49% !important;
        flex: 0 0 49% !important;
    }

    .flex-grid .row .cell:nth-child(1):last-child, .flex-grid .row .cell[class*=size]:nth-child(1):last-child, .flex-grid .row .cell:nth-child(3):last-child, .flex-grid .row .cell[class*=size]:nth-child(3):last-child, .flex-grid .row .cell:nth-child(5):last-child, .flex-grid .row .cell[class*=size]:nth-child(5):last-child, .flex-grid .row .cell:nth-child(7):last-child, .flex-grid .row .cell[class*=size]:nth-child(7):last-child, .flex-grid .row .cell:nth-child(9):last-child, .flex-grid .row .cell[class*=size]:nth-child(9):last-child, .flex-grid .row .cell:nth-child(11):last-child, .flex-grid .row .cell[class*=size]:nth-child(11):last-child {
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
    }
}

.row>*:last-child {
    border-right: none;
}

.header, .footer {
    margin: 0;
    border-right: none;
    box-shadow: none;
    padding: 20px 0;
}

.header {
    border-bottom: 1px solid rgba(196, 196, 196, 0.6);
}

.footer {
    border-top: 1px solid rgba(196, 196, 196, 0.6);
}

.header>*:last-child, .footer>*:last-child {
    box-shadow: none;
}

.amcharts-chart-div {
    min-height: 250px;
    min-width: 100px;
}
