<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-size: 14px;
    width: 100%;
    position: fixed;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        width: 100%;
        position: fixed;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 7.75rem auto !important;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

#content {
    /*background: transparent url('../img/fd_gris_circular.png') 0% 0% no-repeat padding-box;*/
    top: 0px;
    bottom: 0px;
    overflow-y: auto;
}

.bg-mixpro {
    background: transparent url('../img/fd_gris_mixpro.jpg') 0% 0% no-repeat padding-box;
}

.bg-brandpro {
    background: transparent url('../img/fd_gris_brandpro-80.jpg') 0% 0% no-repeat padding-box;
}

.bg-circularpro {
    background: transparent url('../img/fd_gris_circular.png') 0% 0% no-repeat padding-box;
}

.bg-mediapro {
    background: transparent url('../img/fd_gris_mediapro.jpg') 0% 0% no-repeat padding-box;
}

#bodyContent {
    width: 100%;
}

@media screen and (min-width: 1750px) {
    #bodyContent {
        width: 90%;
    }
}

body {
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
}

.wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 380px;
}

.hide {
    display: none !important;
}

.show {
    display: block;
}

#ModalNotif a {
    cursor: pointer;
}

.top-bar {
    left: 272px;
    background-color: #fff;
    height: 48px;
    width: 100%;
    position: fixed;
    z-index: 999;
    padding: 8px;
}

/*top bar*/
/* Classe pour la div parent */
/*.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;*/ /* Pour aligner verticalement les éléments si nécessaire */
/*width: 100%;
}*/

/* Classe pour chaque section de la navbar */
/*.navbarSection {
    display: flex;*/ /* Pour s'assurer que le contenu de chaque section s'aligne horizontalement */
/*align-items: center;*/ /* Alignement vertical des éléments à l'intérieur */
/*overflow: hidden;*/ /* Pour éviter tout débordement inattendu */
/*}*/

/* Si vous voulez ajouter un espacement entre les sections */
/*.navbarSection:not(:last-child) {
        margin-right: 20px;*/ /* Espacement à droite sauf pour la dernière section */
/*}

.topRightHeaderSection{
    height: 50px;
    width: 50px;
    border: 1px solid black;
}

    .topRightHeaderSection:not(:last-child){
        border-right: 1px solid grey;
    }

#logoNavbar, #searchNavbar {
    flex: none;*/ /* Ces éléments ne vont pas s'étendre ou se rétracter */
/*}

#topRightNavbar {
    margin-left:auto;
}*/



/*charts*/
.chart {
    width: 100%;
    height: 250px;
    margin-top: 10px;
}

p:empty {
    display: none;
}

.ChartFootnote {
    margin-top: -15px;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.panel {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #ffff;
    border-radius: 5px;
    /*    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);*/
    -webkit-box-shadow: 0px 0px 10px 1px rgba(66,65,118,0.2);
    box-shadow: 0px 0px 10px 1px rgba(66,65,118,0.2);
    max-width: 100%;
    /*height: 95%;*/
}

    .panel .ChartFootnote {
        margin-top: 10px;
        font-size: 0.9rem;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .panel h4, h3 {
        font-size: 1.2rem;
        text-align: center;
    }

.panel-table h4, h3 {
    font-size: 1.2rem;
    text-align: left;
}

.ChartFootnote:empty {
    display: none;
}

.panel .kpi-title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bolder;
}

.panel .positive-change {
    font-size: 1.2rem;
    color: #4CAF50
}

.panel .negative-change {
    font-size: 1.0rem;
    color: #F44336
}

.panel .table tbody td {
    font-size: 1rem;
    padding: 5px;
}

/* menu contextuel */

.popUpMessage {
    font-size: 18px;
    position: absolute;
    z-index: 1;
    background-color: #EAE7DF;
    border: solid;
    border-color: #808080;
    border-width: 2px 2px 2px 2px;
    padding: 8px;
    border-radius: 5px;
}

select {
    padding: 5px;
    font-family: Ubuntu;
    border-radius: 3px;
    border-width: 1px;
    border-color: #99AAB5;
}

.Context-menu {
    width: 150px;
    box-shadow: 3px 3px 5px #888888;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    position: fixed;
    display: none;
}

.Context-menu-item {
    height: 35px;
    font-family: Oswald;
    font-size: 18px;
    padding: 5px;
}

    .Context-menu-item:hover {
        background-color: #1428a0 !important;
        color: white;
        cursor: pointer;
    }

/* DimSegStrategy */
#brdDimStrat-table input {
    text-align: center;
}

#brdDimStrat-table label {
    font-weight: bold;
}

#brdDimStrat-table td {
    vertical-align: middle;
}

#brdDimStrat-table thead th {
    text-align: center;
}

/* Marketing Powerhouse */
.initiativeBtn {
    margin-bottom: 10px;
    height: auto;
    cursor: pointer
}

.implementedInitiative.normalmode {
    background-color: #1644C4;
    color: white;
}

button.initBtn.implementedInitiative.ecomode {
    background-color: #0BAABC;
    color: white;
}

/* Dec Review */
.review-table tbody tr td:first-child, .review-table tbody tr td:nth-child(2) {
    font-size: 0.8rem;
    font-weight: bold;
    color: rgb(90, 90, 90);
}

.review-table-1 tbody tr td:first-child {
    font-size: 0.8rem;
    font-weight: bold;
    color: rgb(90, 90, 90);
}

/* Run */
.runBtn {
    width: 200px;
    font-size: 20px;
    background-color: #007DC3;
    color: white;
    border-color: #003F62;
    padding-block: 1px;
    padding-inline: 6px;
    border-width: 2px;
    border-style: outset;
    border-image: initial;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

    .runBtn:hover {
        color: white;
    }
/* Radio buttons */
.radio-inputs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.5rem;
    background-color: #EEE;
    box-sizing: border-box;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    padding: 0.25rem;
    /* width: 300px; */
    font-size: 14px;
}

    .radio-inputs .radio {
        flex: 1 1 auto;
        text-align: center;
    }

        .radio-inputs .radio input {
            display: none;
        }

        .radio-inputs .radio .name {
            display: flex;
            cursor: pointer;
            align-items: center;
            justify-content: center;
            border-radius: 0.5rem;
            border: none;
            padding: .5rem 0;
            color: rgba(51, 65, 85, 1);
            transition: all .15s ease-in-out;
        }

        .radio-inputs .radio input:checked + .name {
            background-color: #fff;
            font-weight: 600;
        }

:root {
    --error-notif: #cb2020;
    --warning-notif: #d38a05;
    --success-notif: #008f00;
    --budget-notif: white;
}

.button-notif {
    position: relative;
    width: 100%;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .button-notif.error {
        background-color: var(--error-notif);
        border: 1px solid var(--error-notif);
    }

    .button-notif.warning {
        background-color: var(--warning-notif);
        border: 1px solid var(--warning-notif);
    }

    .button-notif.success {
        background-color: var(--success-notif);
        border: 1px solid var(--success-notif);
    }

    .button-notif.budget {
        background-color: var(--budget-notif);
        border: 1px solid var(--budget-notif);
    }


.button-notif, .button-notif__icon, .button-notif__text {
    transition: all 0.3s;
}

    .button-notif .button-notif__text {
        /*transform: translateX(50%);*/
        color: #fff;
        font-weight: 600;
        left: 20%;
        top: 0;
        bottom: 0;
        position: absolute;
        width: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }

    .button-notif.budget .button-notif__text {
        color: black;
        left: 0;
        right: 0;
    }

    .button-notif .button-notif__icon {
        position: absolute;
        /*transform: translateX(109px);*/
        height: 100%;
        width: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        right: 15%;
        bottom: 0;
    }

.active .button-notif-label {
    display: none;
}

.active .button-notif .button-notif__icon {
    right: 0%;
}

.active .button-notif.budget .button-notif__icon {
    right: 24%;
}

/*.active .button-notif.budget .button-notif__icon {
    display: none;
}
*/
.button-notif.error .button-notif__icon {
    background-color: var(--error-notif);
}

.button-notif.warning .button-notif__icon {
    background-color: var(--warning-notif);
}

.button-notif.success .button-notif__icon {
    background-color: var(--success-notif);
}

.button-notif.budget .button-notif__icon {
    background-color: var(--budget-notif);
}

.button-notif .svg {
    width: 30px;
    stroke: #fff;
}

.button-notif.error:hover {
    background: var(--error-notif);
}

.button-notif.warning:hover {
    background: var(--warning-notif);
}

.button-notif.success:hover {
    background: var(--success-notif);
}

.button-notif.budget:hover {
    background: var(--budget-notif);
}

.button-notif:hover .button-notif__text {
    color: transparent;
}

.button-notif:hover .button-notif__icon {
    right: 50%;
    transform: translateX(50%);
    display: flex;
}

.button-notif.budget:hover .button-notif__icon {
    right: 50%;
    transform: translateX(50%);
    display: flex;
}

body.modal-open {
    padding-right: 0px !important;
    overflow: auto !important;
}

.active .button-notif.budget:hover .button-notif__icon {
    right: 53%;
    transform: translateX(50%);
    display: flex;
}

.notif_node {
    margin-top: 15px;
    margin-bottom: 15px;
}

.notif_0 {
    color: red;
    margin-right: 15px;
}

.notif_1 {
    color: orange;
    margin-right: 15px;
}

.notif_2 {
    color: green;
    margin-right: 15px;
}

.title_notif {
    margin-right: 15px;
    text-decoration: underline;
}


.decide-content {
    background-color: #F5F7F7;
    padding: 10px 20px;
    border-radius: 10px;
}

@media (max-width:1150px) {
    /*.decide-content {
        width: 90%;
    }*/
}

.decide-content h2 {
    /*color: #002E56;*/
    font-size: 2.5rem;
}

.decide-content p {
    color: #707070;
}

.decide-content #btn-run {
    margin-left: 50px;
}

.check-box-brand {
    padding: 10px 0px 10px 10px;
    background-color: #FFFFFF;
    /*margin: 10px 50px 20px 50px;*/
    padding: 50px;
    /*-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);*/
    border-radius: 5px;
}

.layout-content {
    background-color: #FFFFFF;
    margin: 10px 50px 20px 50px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    border-radius: 5px;
}

    .layout-content p {
        margin-left: 0px;
    }

    .layout-content h3 {
        font-size: 2rem;
    }



.btn-circular-blue {
    background-color: #FFFF;
    color: #002E56;
    border-color: #1644C4;
    border-radius: 5px;
    border: 1px solid;
    max-width: 170px;
    font-size: 1.2rem;
    display: flex;
}

    .btn-circular-blue i {
        font-size: 3rem;
    }

    .btn-circular-blue span {
        font-size: 1rem;
        font-weight: bold;
        text-transform: uppercase;
    }

    .btn-circular-blue:hover {
        background-color: #1644C4;
        color: #FFFF;
    }


.btn-mediapro {
    background-color: #FFFF;
    color: #C11FA3;
    border-color: #C11FA3;
    border-radius: 5px;
    border: 1px solid;
    max-width: 170px;
    font-size: 1.2rem;
    display: flex;
}

    .btn-mediapro:hover {
        background-color: #C11FA3;
        color: #FFFF;
    }

.table-sep thead th div i {
    font-size: 3rem;
}

.table-sep {
    /* We need this to be able to use border-radius. */
    border-collapse: separate;
    /* Add a 1px border spacing for out box-shadow to fit into. Increase this if you want to increase the border width. */
    border-spacing: 0px;
    color: #002E56;
    font-weight: bold;
    vertical-align: middle;
}

    .table-sep thead th {
        text-align: center;
        border: 0;
        /* Use the spread value on the box-shadow to set the border width. */
    }

    .table-sep tbody td {
        text-align: center;
        background-color: #F2F7F8;
        border: 0;
        /* Use the spread value on the box-shadow to set the border width. */
    }

        .table-sep tbody td:first-child {
            text-align: left;
        }

        .table-sep tbody td.td-sep {
            background-color: #FFFF;
        }




    /* Brand PRO BrandSegShares */

    .table-sep.BrandPRO {
        /* We need this to be able to use border-radius. */
        border-collapse: separate;
        /* Add a 1px border spacing for out box-shadow to fit into. Increase this if you want to increase the border width. */
        border-spacing: 0px;
        color: #002E56;
        font-weight: bold;
        vertical-align: middle;
    }

        .table-sep.BrandPRO thead th {
            text-align: center;
            border: 0;
            /* Use the spread value on the box-shadow to set the border width. */
        }

        .table-sep.BrandPRO tbody td {
            text-align: center;
            background-color: #F2F7F8;
            border: 0;
            /* Use the spread value on the box-shadow to set the border width. */
        }

            .table-sep.BrandPRO tbody td:first-child {
                text-align: left;
            }

            .table-sep.BrandPRO tbody td.td-sep {
                background-color: #FFFF;
            }

            .table-sep.BrandPRO tbody td:nth-child(3) {
                border-left: 2px solid #79C4ED;
                border-right: 2px solid #79C4ED;
            }

                .table-sep.BrandPRO tbody td:nth-child(3) input {
                    border: 2px solid #79C4ED;
                }

        .table-sep.BrandPRO thead th:nth-child(3) {
            border-left: 2px solid #79C4ED !important;
            border-right: 2px solid #79C4ED !important;
            border-top: 2px solid #79C4ED !important;
            border-collapse: separate;
            border-radius: 10px 10px 0px 0px;
            color: #28A0E3;
        }

        .table-sep.BrandPRO tbody tr:last-child &gt; td:nth-child(3) {
            border-bottom: 2px solid #79C4ED;
            border-collapse: separate;
            border-radius: 0px 0px 10px 10px;
        }

        .table-sep.BrandPRO tbody td:nth-child(5) {
            border-left: 2px solid #7893DD;
            border-right: 2px solid #7893DD;
        }

            .table-sep.BrandPRO tbody td:nth-child(5) input {
                border: 2px solid #7893DD;
            }

        .table-sep.BrandPRO thead th:nth-child(5) {
            border-left: 2px solid #7893DD !important;
            border-right: 2px solid #7893DD !important;
            border-top: 2px solid #7893DD !important;
            border-collapse: separate;
            border-radius: 10px 10px 0px 0px;
            color: #1644C4;
        }

        .table-sep.BrandPRO tbody tr:last-child &gt; td:nth-child(5) {
            border-bottom: 2px solid #7893DD;
            border-collapse: separate;
            border-radius: 0px 0px 10px 10px;
        }

        .table-sep.BrandPRO tbody td:nth-child(7) {
            border-left: 2px solid #72CED8;
            border-right: 2px solid #72CED8;
        }

            .table-sep.BrandPRO tbody td:nth-child(7) input {
                border: 2px solid #72CED8;
            }

        .table-sep.BrandPRO thead th:nth-child(7) {
            border-left: 2px solid #72CED8 !important;
            border-right: 2px solid #72CED8 !important;
            border-top: 2px solid #72CED8 !important;
            border-collapse: separate;
            border-radius: 10px 10px 0px 0px;
            color: #09CEBB;
        }

        .table-sep.BrandPRO tbody tr:last-child &gt; td:nth-child(7) {
            border-bottom: 2px solid #72CED8;
            border-collapse: separate;
            border-radius: 0px 0px 10px 10px;
        }




    /* Media PRO BrandSegShares */

    .table-sep.MediaPRO {
        /* We need this to be able to use border-radius. */
        border-collapse: separate;
        /* Add a 1px border spacing for out box-shadow to fit into. Increase this if you want to increase the border width. */
        border-spacing: 0px;
        color: #002E56;
        font-weight: bold;
        vertical-align: middle;
        /*background-color: #F2F7F8;*/
    }

        .table-sep.MediaPRO thead th {
            text-align: center;
            border: 0;
            /* Use the spread value on the box-shadow to set the border width. */
        }

        .table-sep.MediaPRO tbody td {
            text-align: center;
            background-color: #f2f7f8;
            border: 0;
            /* Use the spread value on the box-shadow to set the border width. */
        }

            .table-sep.MediaPRO tbody td:first-child {
                text-align: center;
            }

            .table-sep.MediaPRO tbody td.td-sep {
                background-color: #ffffff;
            }

            .table-sep.MediaPRO tbody td:nth-child(3) {
                border-left: 1px solid #c11fa3;
                border-right: 1px solid #c11fa3;
            }

                .table-sep.MediaPRO tbody td:nth-child(3) input {
                    border: 1px solid #c11fa3;
                }

        .table-sep.MediaPRO thead th:nth-child(3) {
            border-left: 1px solid #c11fa3 !important;
            border-right: 1px solid #c11fa3 !important;
            border-top: 1px solid #c11fa3 !important;
            border-collapse: separate;
            border-radius: 5px 5px 0px 0px;
            color: #c11fa3;
        }

        .table-sep.MediaPRO tbody tr:last-child &gt; td:nth-child(3) {
            border-bottom: 1px solid #c11fa3;
            border-collapse: separate;
            border-radius: 0px 0px 5px 5px;
        }

        .table-sep.MediaPRO tbody td:nth-child(5) {
            border-left: 1px solid #4a299b;
            border-right: 1px solid #4a299b;
        }

            .table-sep.MediaPRO tbody td:nth-child(5) input {
                border: 1px solid #4a299b;
            }

        .table-sep.MediaPRO thead th:nth-child(5) {
            border-left: 1px solid #4a299b !important;
            border-right: 1px solid #4a299b !important;
            border-top: 1px solid #4a299b !important;
            border-collapse: separate;
            border-radius: 5px 5px 0px 0px;
            color: #4a299b;
        }

        .table-sep.MediaPRO tbody tr:last-child &gt; td:nth-child(5) {
            border-bottom: 1px solid #4a299b;
            border-collapse: separate;
            border-radius: 1px 0px 5px 5px;
        }

        .table-sep.MediaPRO tbody td:nth-child(7) {
            border-left: 1px solid #0775bf;
            border-right: 1px solid #0775bf;
        }

            .table-sep.MediaPRO tbody td:nth-child(7) input {
                border: 1px solid #0775bf;
            }

        .table-sep.MediaPRO thead th:nth-child(7) {
            border-left: 1px solid #0775bf !important;
            border-right: 1px solid #0775bf !important;
            border-top: 1px solid #0775bf !important;
            border-collapse: separate;
            border-radius: 5px 5px 0px 0px;
            color: #0775bf;
        }

        .table-sep.MediaPRO tbody tr:last-child &gt; td:nth-child(7) {
            border-bottom: 1px solid #0775bf;
            border-collapse: separate;
            border-radius: 0px 0px 5px 5px;
        }

    /* End Media PRO BrandSegShares */

    /*CircularPRO BrandSegShares  */

    .table-sep.CircularPRO {
        /* We need this to be able to use border-radius. */
        border-collapse: separate;
        /* Add a 1px border spacing for out box-shadow to fit into. Increase this if you want to increase the border width. */
        border-spacing: 0px;
        color: #002E56;
        font-weight: bold;
        vertical-align: middle;
    }

        .table-sep.CircularPRO thead th {
            text-align: center;
            border: 0;
            /* Use the spread value on the box-shadow to set the border width. */
        }

        .table-sep.CircularPRO tbody td {
            text-align: center;
            background-color: #f2f7f8;
            border: 0;
            /* Use the spread value on the box-shadow to set the border width. */
        }

            .table-sep.CircularPRO tbody td:first-child {
                text-align: left;
            }

            .table-sep.CircularPRO tbody td.td-sep {
                background-color: #FFFF;
            }

            .table-sep.CircularPRO tbody td:nth-child(3) {
                border-left: 2px solid #39F4FF;
                border-right: 2px solid #39F4FF;
            }

                .table-sep.CircularPRO tbody td:nth-child(3) input {
                    border: 2px solid #39F4FF;
                }

        .table-sep.CircularPRO thead th:nth-child(3) {
            border-left: 2px solid #39F4FF !important;
            border-right: 2px solid #39F4FF !important;
            border-top: 2px solid #39F4FF !important;
            border-collapse: separate;
            border-radius: 10px 10px 0px 0px;
            color: #39F4FF;
        }

        .table-sep.CircularPRO tbody tr:last-child &gt; td:nth-child(3) {
            border-bottom: 2px solid #39F4FF;
            border-collapse: separate;
            border-radius: 0px 0px 10px 10px;
        }

        .table-sep.CircularPRO tbody td:nth-child(5) {
            border-left: 2px solid #39F4FF;
            border-right: 2px solid #39F4FF;
        }

            .table-sep.CircularPRO tbody td:nth-child(5) input {
                border: 2px solid #39F4FF;
            }

        .table-sep.CircularPRO thead th:nth-child(5) {
            border-left: 2px solid #39F4FF !important;
            border-right: 2px solid #39F4FF !important;
            border-top: 2px solid #39F4FF !important;
            border-collapse: separate;
            border-radius: 10px 10px 0px 0px;
            color: #39F4FF;
        }

        .table-sep.CircularPRO tbody tr:last-child &gt; td:nth-child(5) {
            border-bottom: 2px solid #39F4FF;
            border-collapse: separate;
            border-radius: 0px 0px 10px 10px;
        }

        .table-sep.CircularPRO tbody td:nth-child(7) {
            border-left: 2px solid #39F4FF;
            border-right: 2px solid #39F4FF;
        }

            .table-sep.CircularPRO tbody td:nth-child(7) input {
                border: 2px solid #39F4FF;
            }

        .table-sep.CircularPRO thead th:nth-child(7) {
            border-left: 2px solid #39F4FF !important;
            border-right: 2px solid #39F4FF !important;
            border-top: 2px solid #39F4FF !important;
            border-collapse: separate;
            border-radius: 10px 10px 0px 0px;
            color: #39F4FF;
        }

        .table-sep.CircularPRO tbody tr:last-child &gt; td:nth-child(7) {
            border-bottom: 2px solid #39F4FF;
            border-collapse: separate;
            border-radius: 0px 0px 10px 10px;
        }

    /*END CircularPRO*/


    /* Mix PRO BrandSegShares */

    .table-sep.MixPRO {
        /* We need this to be able to use border-radius. */
        border-collapse: separate;
        /* Add a 1px border spacing for out box-shadow to fit into. Increase this if you want to increase the border width. */
        border-spacing: 0px;
        color: #002E56;
        font-weight: bold;
        vertical-align: middle;
    }

        .table-sep.MixPRO thead th {
            text-align: center;
            border: 0;
            /* Use the spread value on the box-shadow to set the border width. */
        }

        .table-sep.MixPRO tbody td {
            text-align: center;
            background-color: #F2F7F8;
            border: 0;
            /* Use the spread value on the box-shadow to set the border width. */
        }

            .table-sep.MixPRO tbody td:first-child {
                text-align: left;
            }

            .table-sep.MixPRO tbody td.td-sep {
                background-color: #FFFF;
            }

            .table-sep.MixPRO tbody td:nth-child(3) {
                border-left: 2px solid #FF8F3B;
                border-right: 2px solid #FF8F3B;
            }

                .table-sep.MixPRO tbody td:nth-child(3) input {
                    border: 2px solid #FF8F3B;
                }

        .table-sep.MixPRO thead th:nth-child(3) {
            border-left: 2px solid #FF8F3B !important;
            border-right: 2px solid #FF8F3B !important;
            border-top: 2px solid #FF8F3B !important;
            border-collapse: separate;
            border-radius: 10px 10px 0px 0px;
            color: #FF8F3B;
        }

        .table-sep.MixPRO tbody tr:last-child &gt; td:nth-child(3) {
            border-bottom: 2px solid #FF8F3B;
            border-collapse: separate;
            border-radius: 0px 0px 10px 10px;
        }

        .table-sep.MixPRO tbody td:nth-child(5) {
            border-left: 2px solid #EB693B;
            border-right: 2px solid #EB693B;
        }

            .table-sep.MixPRO tbody td:nth-child(5) input {
                border: 2px solid #EB693B;
            }

        .table-sep.MixPRO thead th:nth-child(5) {
            border-left: 2px solid #EB693B !important;
            border-right: 2px solid #EB693B !important;
            border-top: 2px solid #EB693B !important;
            border-collapse: separate;
            border-radius: 10px 10px 0px 0px;
            color: #EB693B;
        }

        .table-sep.MixPRO tbody tr:last-child &gt; td:nth-child(5) {
            border-bottom: 2px solid #EB693B;
            border-collapse: separate;
            border-radius: 0px 0px 10px 10px;
        }

        .table-sep.MixPRO tbody td:nth-child(7) {
            border-left: 2px solid #4429C4;
            border-right: 2px solid #4429C4;
        }

            .table-sep.MixPRO tbody td:nth-child(7) input {
                border: 2px solid #4429C4;
            }

        .table-sep.MixPRO thead th:nth-child(7) {
            border-left: 2px solid #4429C4 !important;
            border-right: 2px solid #4429C4 !important;
            border-top: 2px solid #4429C4 !important;
            border-collapse: separate;
            border-radius: 10px 10px 0px 0px;
            color: #4429C4;
        }

        .table-sep.MixPRO tbody tr:last-child &gt; td:nth-child(7) {
            border-bottom: 2px solid #4429C4;
            border-collapse: separate;
            border-radius: 0px 0px 10px 10px;
        }

    /*END MIX PRO*/





    .table-sep input {
        max-width: 60px;
        margin: auto;
        text-align: center;
        color: #002E56;
        font-weight: bold;
    }

.mojo-color {
    color: #16D0BF;
}

.moon-color {
    color: #1B48C5;
}


#resumeNotifs {
    display: flex;
    flex-direction: column;
    flex: 4;
    row-gap: 10px;
    max-height: 500px;
    overflow-y: auto;
    padding-left: 3px;
    padding-right: 8px;
}

.headerNotif {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
    padding: 5px 10px;
    background-color: white;
    cursor: pointer;
    border-radius: 3px;
}

    .headerNotif:hover {
        background-color: #dfdfdf;
    }

.bodyNotif {
    flex: 6;
    padding: 15px;
    background-color: white;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.65);
    height: fit-content;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    border-radius: 3px;
    max-height: 500px;
}

    .bodyNotif .bodyNotifHeader, .bodyNotif .bodyNotifFooter {
        display: flex;
        flex-direction: row;
        column-gap: 15px;
    }

        .bodyNotif .bodyNotifHeader #bodyNotifHeaderYear {
            margin-left: auto;
        }

        .bodyNotif .bodyNotifHeader #bodyNotifHeaderSubject {
            font-weight: 600;
        }

        .bodyNotif .bodyNotifFooter a {
            color: #0d6efd;
            text-decoration: underline;
        }

    .bodyNotif .bodyNotifBody {
        border-top: 1px solid blue;
        border-bottom: 1px solid blue;
        padding: 1rem 0rem;
        overflow-y: auto;
    }

.headerNotif.active {
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.65);
    border: 1px solid blue;
}

#emptyNotifMessage {
    position: absolute;
    font-size: 3rem;
    color: grey;
    font-style: italic;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.test-modal h3 {
    font-size: 2.5rem;
    padding: 8px;
    margin: 0px;
}

.test-modal h4 {
    font-size: 1.5rem;
    padding: 8px;
    margin: 0px;
}

.test-modal h5 {
    font-size: 1rem;
    font-weight: bold;
    padding: 0px 8px 0px 8px;
    margin: 0px;
}

.test-modal p {
    font-size: 1rem;
    padding: 8px;
    margin: 0px;
}

.test-modal table thead th {
    vertical-align: middle;
    align-content: center;
}

    .test-modal table thead th span {
        margin-top: auto;
        margin-bottom: auto;
    }

.test-modal table tbody td {
    text-align: center;
}

.dim-targeting-table .dim-icon i {
    font-size: 3.5rem;
    color: #1644C4;
}

.dim-targeting-table {
    border-collapse: separate;
    border-spacing: 0px;
    color: #002E56;
    font-weight: bold;
    vertical-align: middle;
}

    .dim-targeting-table thead th {
        text-align: center;
        text-transform: uppercase;
        border: 0;
        font-size: 1.4rem;
        font-weight: 200;
    }

    .dim-targeting-table tbody td {
        text-align: center;
        background-color: #F2F7F8;
        border: 0;
    }

        /* Largeur spécifique pour la première et la dernière colonne */
        .dim-targeting-table tbody td:first-child,
        .dim-targeting-table tbody td:last-child {
            width: 17%;
            text-align: left; /* Assurez que le texte de la première colonne est aligné à gauche */
        }

        .dim-targeting-table tbody td:first-child {
            font-size: 19px;
            padding-left: 13px;
        }

        .dim-targeting-table tbody td.td-sep {
            background-color: #FFFF;
        }

        /* Ajustement pour cibler toutes les colonnes pairs (sauf la dernière) */
        .dim-targeting-table tbody td:not(:last-child):nth-child(even),
        .dim-targeting-table thead th:not(:last-child):nth-child(even) {
            border-left: 2px solid #39F4FF;
            border-right: 2px solid #39F4FF;
        }

            /* Appliquer le style aux inputs des colonnes pairs concernées */
            .dim-targeting-table tbody td:not(:last-child):nth-child(even) input {
                border: 2px solid #39F4FF;
            }

    /* Styles spécifiques pour les colonnes pairs dans l'en-tête */
    .dim-targeting-table thead th:not(:last-child):nth-child(even) {
        border-top: 2px solid #39F4FF;
        border-collapse: separate;
        border-radius: 10px 10px 0 0;
    }

    /* Styles pour le bas de la colonne dans le dernier élément du corps, ajustés pour exclure la dernière colonne */
    .dim-targeting-table tbody tr:last-child &gt; td:not(:last-child):nth-child(even) {
        border-bottom: 2px solid #39F4FF;
        border-radius: 0 0 10px 10px;
    }

    .dim-targeting-table input {
        max-width: 60px;
        margin: auto;
        text-align: center;
        color: #002E56;
        font-weight: bold;
    }

    .dim-targeting-table label {
        margin-left: 10px !important;
    }


.TableChartViewModelProfitability {
}

    .TableChartViewModelProfitability .dim-icon i {
        font-size: 3.5rem;
        color: #1644C4;
    }

.TableChartViewModelProfitability {
    color: #002E56
}

    .TableChartViewModelProfitability thead th {
        text-transform: uppercase;
    }



.TableChartViewModelProfitability {
    /* We need this to be able to use border-radius. */
    border-collapse: separate;
    /* Add a 1px border spacing for out box-shadow to fit into. Increase this if you want to increase the border width. */
    border-spacing: 0px;
    color: #002E56;
    font-weight: bold;
    vertical-align: middle;
}

    .TableChartViewModelProfitability thead th {
        text-align: center;
        border: 0;
        font-size: 1.4rem;
        font-weight: 200;
        /* Use the spread value on the box-shadow to set the border width. */
    }

    .TableChartViewModelProfitability tbody td {
        text-align: center;
        background-color: #F2F7F8;
        border: 0;
        /* Use the spread value on the box-shadow to set the border width. */
    }

        .TableChartViewModelProfitability tbody td:first-child {
            text-align: left;
        }

        .TableChartViewModelProfitability tbody td.td-sep {
            background-color: #FFFF;
        }

        .TableChartViewModelProfitability tbody td:nth-child(1) {
            font-size: 0.8rem;
            text-transform: uppercase;
            padding-left: 20px;
        }

        .TableChartViewModelProfitability tbody td:nth-child(2) {
            border-left: 2px solid #39F4FF;
            border-right: 2px solid #39F4FF;
            width: 22%;
        }

            .TableChartViewModelProfitability tbody td:nth-child(2) input {
                border: 2px solid #39F4FF;
            }

    .TableChartViewModelProfitability thead th:nth-child(2) {
        border-left: 2px solid #39F4FF;
        border-right: 2px solid #39F4FF;
        border-top: 2px solid #39F4FF;
        border-collapse: separate;
        border-radius: 10px 10px 0px 0px;
    }

    .TableChartViewModelProfitability tbody tr:last-child &gt; td:nth-child(2) {
        border-bottom: 2px solid #39F4FF;
        border-collapse: separate;
        border-radius: 0px 0px 10px 10px;
    }

    .TableChartViewModelProfitability tbody td:nth-child(4) {
        border-left: 2px solid #3952ff;
        border-right: 2px solid #3952ff;
        width: 22%;
    }

        .TableChartViewModelProfitability tbody td:nth-child(4) input {
            border: 2px solid #3952ff;
        }

    .TableChartViewModelProfitability thead th:nth-child(4) {
        border-left: 2px solid #3952ff;
        border-right: 2px solid #3952ff;
        border-top: 2px solid #3952ff;
        border-collapse: separate;
        border-radius: 10px 10px 0px 0px;
    }

    .TableChartViewModelProfitability tbody tr:last-child &gt; td:nth-child(4) {
        border-bottom: 2px solid #3952ff;
        border-collapse: separate;
        border-radius: 0px 0px 10px 10px;
    }

    .TableChartViewModelProfitability tbody td:nth-child(6) {
        border-left: 2px solid #39F4FF;
        border-right: 2px solid #39F4FF;
        width: 22%;
    }

        .TableChartViewModelProfitability tbody td:nth-child(6) input {
            border: 2px solid #39F4FF;
        }

    .TableChartViewModelProfitability thead th:nth-child(6) {
        border-left: 2px solid #39F4FF;
        border-right: 2px solid #39F4FF;
        border-top: 2px solid #39F4FF;
        border-collapse: separate;
        border-radius: 10px 10px 0px 0px;
    }

    .TableChartViewModelProfitability tbody tr:last-child &gt; td:nth-child(6) {
        border-bottom: 2px solid #39F4FF;
        border-collapse: separate;
        border-radius: 0px 0px 10px 10px;
    }

    .TableChartViewModelProfitability input {
        max-width: 60px;
        margin: auto;
        text-align: center;
        color: #002E56;
        font-weight: bold;
    }

    .TableChartViewModelProfitability label {
        margin-left: 10px !important;
    }

.brd-selection {
    margin-bottom: 0px !important;
    margin-left: 70px;
    margin-right: 55px;
}

.layout-content-brd {
    background-color: #FFFFFF;
    margin: 0px 50px 20px 50px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    border-radius: 2px;
}

.alloc-res-bgt {
    display: inline-flex;
    margin-bottom: 50px;
    margin-top: 30px;
}

    .alloc-res-bgt input {
        max-width: 60px;
        margin-left: 20px;
        text-align: center;
        color: #002E56;
        font-weight: bold;
        font-size: 1.5rem;
        border: 1px solid #212529;
    }

    .alloc-res-bgt button {
        max-width: 60px;
        min-width: 50px;
        margin-left: 4px;
        text-align: center;
        display: flex;
    }

        .alloc-res-bgt button i {
            font-size: 2rem;
            margin: auto;
        }

    .alloc-res-bgt span {
        margin-top: auto;
        margin-bottom: auto;
    }

.test-wng {
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #F9A825;
}

p.PenaltyMsg {
    color: #FF5722;
    font-weight: bold;
}

p.BonusMsg {
    color: #4CAF50;
    font-weight: bold;
}

.brd-ranking thead th i {
    font-size: 3rem;
}

.brd-ranking tbody td {
    vertical-align: middle;
}

    .brd-ranking tbody td .svg-inline--fa {
        height: 2rem;
        padding: 5px;
    }

.circularpro-logo {
    height: 100px;
    margin-left: -35px;
    margin-top: -20px;
    margin-bottom: -30px;
}

.brandpro-logo {
    height: 100px;
    margin-left: -35px;
    margin-top: -25px;
    margin-bottom: -25px;
}

.brandpro-centaur-logo {
    height: 80px;
    margin-left: -25px;
    margin-top: -15px;
    margin-bottom: -15px;
    z-index:99;
}

.mixpro-logo {
    height: 100px;
    margin-left: -25px;
    margin-top: -20px;
    margin-bottom: -25px;
}

.mediapro-logo {
    height: 100px;
    margin-left: -25px;
    margin-top: -25px;
    margin-bottom: -25px;
}


.media-strategy-table .dim-icon i {
    font-size: 3.5rem;
    color: #1644C4;
}

.media-strategy-table {
    color: #002E56
}

    .media-strategy-table thead th {
        text-transform: uppercase;
    }



.media-strategy-table {
    /* We need this to be able to use border-radius. */
    border-collapse: separate;
    /* Add a 1px border spacing for out box-shadow to fit into. Increase this if you want to increase the border width. */
    border-spacing: 0px;
    color: #002E56;
    font-weight: bold;
    vertical-align: middle;
}

    .media-strategy-table thead th {
        text-align: center;
        border: 0;
        font-size: 1.4rem;
        font-weight: 200;
        /* Use the spread value on the box-shadow to set the border width. */
    }

    .media-strategy-table tbody td {
        text-align: center;
        background-color: #F2F7F8;
        border: 0;
        /* Use the spread value on the box-shadow to set the border width. */
    }

        .media-strategy-table tbody td:first-child {
            text-align: left;
        }

        .media-strategy-table tbody td.td-sep {
            background-color: #FFFF;
        }

        .media-strategy-table tbody td:nth-child(1) {
            font-size: 1.5rem;
            text-transform: uppercase;
            padding-left: 20px;
        }

        .media-strategy-table tbody td:nth-child(2) {
            border-left: 2px solid #FF8F3B;
            border-right: 2px solid #FF8F3B;
            width: 22%;
        }

            .media-strategy-table tbody td:nth-child(2) input {
                border: 2px solid #FF8F3B;
            }

    .media-strategy-table thead th:nth-child(2) i {
        color: #FF8F3B;
    }

    .media-strategy-table thead th:nth-child(2) {
        border-left: 2px solid #FF8F3B;
        border-right: 2px solid #FF8F3B;
        border-top: 2px solid #FF8F3B;
        border-collapse: separate;
        border-radius: 10px 10px 0px 0px;
    }

    .media-strategy-table tbody tr:last-child &gt; td:nth-child(2) {
        border-bottom: 2px solid #FF8F3B;
        border-collapse: separate;
        border-radius: 0px 0px 10px 10px;
    }

    .media-strategy-table tbody td:nth-child(4) {
        border-left: 2px solid #EB693B;
        border-right: 2px solid #EB693B;
        width: 22%;
    }

        .media-strategy-table tbody td:nth-child(4) input {
            border: 2px solid #EB693B;
        }

    .media-strategy-table thead th:nth-child(4) {
        border-left: 2px solid #EB693B;
        border-right: 2px solid #EB693B;
        border-top: 2px solid #EB693B;
        border-collapse: separate;
        border-radius: 10px 10px 0px 0px;
    }

    .media-strategy-table tbody tr:last-child &gt; td:nth-child(4) {
        border-bottom: 2px solid #EB693B;
        border-collapse: separate;
        border-radius: 0px 0px 10px 10px;
    }

    .media-strategy-table thead th:nth-child(4) i {
        color: #EB693B;
    }

    .media-strategy-table tbody td:nth-child(6) {
        border-left: 2px solid #4429C4;
        border-right: 2px solid #4429C4;
        width: 22%;
    }

        .media-strategy-table tbody td:nth-child(6) input {
            border: 2px solid #4429C4;
        }

    .media-strategy-table thead th:nth-child(6) {
        border-left: 2px solid #4429C4;
        border-right: 2px solid #4429C4;
        border-top: 2px solid #4429C4;
        border-collapse: separate;
        border-radius: 10px 10px 0px 0px;
    }

    .media-strategy-table tbody tr:last-child &gt; td:nth-child(6) {
        border-bottom: 2px solid #4429C4;
        border-collapse: separate;
        border-radius: 0px 0px 10px 10px;
    }

    .media-strategy-table thead th:nth-child(6) i {
        color: #4429C4;
    }


    .media-strategy-table input {
        max-width: 60px;
        margin: auto;
        text-align: center;
        color: #002E56;
        font-weight: bold;
    }

    .media-strategy-table label {
        margin-left: 10px !important;
    }

#pills-tab {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 1400px) {
    .contentRemoveMargin, .layout-content-brd, .brd-price-table, .layout-content, #dec-product-info, #pills-tab {
        margin: 0 !important;
        margin-top: 10px !important;
        padding: 15px !important;
    }

    .layout-content-brd {
        margin-top: 0px !important;
    }

    #pills-tab {
        padding: 0 !important;
    }

    #pills-tab.brd-selection {
        padding-left: 15px !important;
    }
}

.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px;
}

.bgt-overview thead tr th {
    color: #212529;
    font-weight: bold;
}

.bgt-overview td, .bgt-overview th {
    text-align: right
}

    .bgt-overview td:first-child {
        text-align: left
    }

.red-text {
    color: red;
}

.green-text {
    color: green;
}

.header-msg {
    color: #043960;
    font-weight: 600;
    font-size: 0.9rem;
}

.header-msg {
    margin-right: 10px;
}

@media (max-width: 1300px) {
    .header-msg span {
        display: none;
    }
}

.run-link {
    border: solid 1px;
    border-radius: 5px;
}

    .run-link:hover {
        color: #FFFFFF;
        background-color: #1644C4;
        border-color: #FFFFFF;
    }

.run-link:hover i, .run-link:hover span {
    color: #FFFFFF;
}

.bg-light {
    background-color: #FFFFFF !important;
}

#svg_moon, #svg_mojo, #svg_mojo_mba {
    width:25px;
}</pre></body></html>