[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

body
{
    background-color: #e5e6e6;
    overflow: hidden;
}
a
{
    color: #6a6a6a;
}
a:hover, a:focus
{
    color: #6a6a6a;
}
.right
{
    text-align: right;
}

/* Start: Zone applicative */
.application-container
{
    /* height: calc(100% - 273px); */
    margin: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 229px;
}
.home-row
{
    margin-top: 4px !important;
}
.row-header
{
    margin-top: 16px;
}
/* End: Zone applicative */

/* Start: Footer */
.footer
{
    background-color: #ffffff;
    border-top: 1px solid #989898;
    bottom: 0;
    /* Ombre */
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#808080, Direction=90, Strength=2);

    clear: both;
    height: 44px;
    padding: 10px 0 5px;
    position: fixed;
    width: inherit;
}
.footer a:hover
{
    color: #000;
}
.text-muted
{
    text-align: center;
}
/* End: Footer */

/* Start: Sprites & boutons */
.btn
{
    border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        -webkit-border-radius: 2px;
}
.btn-blue
{
    background-color: #73cada;
    border-color: #1d8a9d;
    color: #fff;
    padding: 0 15px 0 0;
    height: 30px;
    margin-right: 30px;
}
.btn-blue:hover
{
    background-color: #1d8a9d;
    border-color: #1d8a9d;
    color: #fff;
}
.btn-blue i
{
    background-color: #1d8a9d;
    left: -16px;
    line-height: 1.400em;
    padding: 7px 14px;
    position: relative;
    width: 28px;
    height: 28px;
    margin: 0 15px 0 0;
}
i.white-more
{
    background-position: -51px -139px;
}
.btn-orange
{
    background-color: #ffb848;
    border-color: #fda111;
    color: #fff;
    padding: 0 15px 0 0;
    height: 30px;
    min-width: 130px;
    display: block;
}
.btn-orange:hover
{
    background-color: #fda111;
    border-color: #fda111;
    color: #fff;
}
.btn-orange i
{
    background-color: #fda111;
    left: -16px;
    line-height: 14px;
    padding: 7px 14px;
    position: relative;
    width: 28px;
    height: 28px;
    margin: 0 15px 0 0;
}

/* Classes ajoutées à la créa de Magali */
.main-view {
    background-color: #e6e6e6;
    height: calc(100% - 120px);
    padding: 4px;
}


/* Start: Classes communes */
.no-padding { padding: 0 !important; }
.no-margin { margin: 0 !important; }
.no-border { border: none !important; }
.margin-vertical-2 { margin-bottom: 2px; }
.margin-bottom-8 { margin-bottom: 8px; }
.margin-bottom-16 { margin-bottom: 16px; }
.margin-bottom-32 { margin-bottom: 32px; }
.margin-left-8 { margin-left: 8px; }
.margin-left-16 { margin-left: 16px; }
.margin-left-32 { margin-left: 32px; }
.margin-right-8 { margin-right: 8px; }
.margin-right-16 { margin-right: 16px; }
.margin-right-32 { margin-right: 32px; }
.margin-top-64 { margin-top: 64px; }
.margin-top-32 { margin-top: 32px; }
.margin-top-16 { margin-top: 16px; }
.full-width { width: 100%; }
.no-resize { resize: none !important; }
.padding-side-both-50 { padding: 0 50px !important; }
.padding-side-both-16 { padding: 0 16px !important; }
.padding-top-bottom-both-16 { padding-bottom: 16px !important; padding-top: 16px !important; }
.padding-bottom-16 { padding-bottom: 16px; }
.textarea-min-height { height: 150px !important; }
.font-bold { font-weight: bold; }
.block-inline-center
{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.shadow-box
{
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
/* Curseurs */
.cursor-move { cursor: move !important; }
.cursor-pointer { cursor: pointer !important; }
.cursor-help { cursor: help !important; }
.cursor-default { cursor: default !important; }

/* Couleurs */
.font-red { color: #FF2B0F; }
.font-green { color: #6AC73A; }
.font-darkgreen { color: #2E8B57; }
.font-blue { color: #1D8A9D; }
/* End: Classes communes */

/* Start: Picto TV / Radio */
.panel-heading-multiaccount
{
    padding: 8px 15px 0 15px;
}
.account-type-tv:before
{
    content: url('../img/ihm/multiaccount-picto-tv.png');
    position: relative;
    top: -4px;
}
.account-type-radio:before
{
    content: url('../img/ihm/multiaccount-picto-radio.png');
    position: relative;
    top: -4px;
}
.menu-account-type-tv:before
{
    content: url('../img/ihm/multiaccount-picto-tv.png');
    display: inline-block;
    position: relative;
    top: 3px;
    transform: scale(0.75);
}
.menu-account-type-radio:before
{
    content: url('../img/ihm/multiaccount-picto-radio.png');
    display: inline-block;
    position: relative;
    top: 3px;
    transform: scale(0.75);
}
.multiaccount-header-droplist-menu
{
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
}
/* End: Picto TV / Radio */

/* Charts */
.chart-full-width
{
    width: 100%;
}
.simplechart-chart {
    height: 300px;
    width: 800px;
}

.simplelivechart-chart {
    height: 400px;
    width: 1200px;
}


/* Start: homepage */
.item-block
{
    height: 174px;
    margin-bottom: 60px;
    margin-right: 60px;
    margin-top: 27px;
    width: 170px;
}
.home-block
{
    height: 202px !important;
    width: 234px !important;
}

.home-block > .panel, .home-block > .panel > .panel-body, .item-block > .panel, .item-block > .panel > .panel-body
{
    height: inherit;
    width: inherit;
}
.home-panel-legend
{
    bottom: 8px;
    color: #ffffff;
    font-size: 1.4em;
    font-variant: small-caps;
    font-weight: 600;
    left: 28px;
    position: absolute;
}
.home-block-shadow
{
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
}
.home-block-bg-dashboard {
    background: url('../img/ihm/svg/dashboard.svg');
    background-color: #AA92DC;
    background-position: -50px -50px;
    background-repeat: no-repeat;
}
.home-block-bg-dashboard-sub {
    background: url('../img/ihm/svg/dashboard.svg');
    background-color: #AA92DC;
    background-position: -81px -50px;
    background-repeat: no-repeat;
}

.home-block-bg-analysis {
    background: url('../img/ihm/svg/analysis.svg');
    background-color: #FE9554;
    background-position: -21px -26px;
    background-repeat: no-repeat;
}
.home-block-bg-competitions {
    background: url('../img/ihm/svg/competion.svg');
    background-color: #5ACACC;
    background-position: -42px -46px;
    background-repeat: no-repeat;
}
.home-block-bg-reports {
    background: url('../img/ihm/svg/reports.svg');
    background-color: #92A4B0;
    background-position: -50px -47px;
    background-repeat: no-repeat;
}
.home-block-bg-comparisons {
    background: url('../img/ihm/svg/comparison.svg');
    background-color: #7DC593;
    background-position: -33px -34px;
    background-repeat: no-repeat;
}
.home-block-bg-graphics {
    background: url('../img/ihm/svg/charts.svg');
    background-color: #E75D5D;
    background-position: -28px -28px;
    background-repeat: no-repeat;
}
.home-block-bg-settings {
    background: url('../img/ihm/svg/settings.svg');
    background-color: #6A778A;
    background-position: -50px -53px;
    background-repeat: no-repeat;
}
.home-block-bg-add-block
{
    background: url('../img/ihm/svg/add_block.svg');
    background-color: #4F5C6C;
    background-position: 0 0;
    background-repeat: no-repeat;
}
/* End: homepage */



/* Start: Multidashboard */
.multidashboard-panel-body
{
    height: 128px;
    padding-left: 4px;
    padding-right: 4px;
}
.multidashboard-account-logo
{
    margin: 0 auto;
    max-height: 50px;
}
/* End: Multidashboard */


/* Start: Paramétrage */
/* Channel Type */
.channel-type-channel
{
    display: inline-block;
    height: 58px;
    margin: 0 8px 8px 0;
    padding: 4px;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    width: 58px;
}
.channel-type-channel:hover
{
    transform: scale(2);
    transition-duration: 250ms;
    transition-timing-function: ease-in;
}
.channel-type-channel img
{
    width: 50px;
}
/* EP Type */
.badge-container
{
    margin: 0 8px 8px 0;
    display: inline-block;
}
.badge-container > span.badge
{
    border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
    padding: 8px;
    width: 150px;
}
/* End: Paramétrage */


/* Start: Fenêtres modales */
/* Conteneurs */
.panel-body-filters-container
{
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}
.button-filter
{
    float: left;
    margin: 0 4px 4px 0;
}

.user-help-table > tbody > tr > td
{
    width: 25%;
}

.user-message-box
{
    margin-top: 6px;
}
/* Boutons */
.bookmark-action-icons
{
    text-align: right;
}
.button-create-new-campaign
{
    margin-top: 0 !important;
    width: 178px;
}

.channels-container
{
    border: 1px solid #C0C0C0;
    border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -webkit-border-radius: 4px;
    /* height: 360px; */
    margin: 4px auto;
    overflow: hidden;
    overflow-y: auto;
    padding: 4px 8px 4px 8px;
    width: inherit;
}

/* Définitions pour les chaînes */
.channel-list
{
    padding: 0;
}
.channel-list li
{
    border: 1px solid transparent;
    border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -webkit-border-radius: 4px;
    display: block;
    float: left;
    height: 80px;
    list-style: outside none none;
    margin-bottom: 16px;
    margin-right: 16px;
    padding: 4px;
}
.channel-list li:hover
{
    background-color: #F5F5F5;
    border: 1px dotted #C0C0C0;
}
 .channel-ck-container
{
    display: block;
    float: left;
    height: 72px;
    width: 50px;
}
.channel-ck-container label
{
    display: block;
    left: 17px;
    position: relative;
    top: 56px;
    width: 50px;
}
.channel-logo-container
{
    display: block;
    height: 52px;
    left: -39px;
    position: relative;
    top: -57px;
    width: 52px;
}
.channel-logo-container img
{
    width: 50px;
}

/* Définition pour les types */
.channel-type
{
    padding: 0;
}
.channel-type
{
    column-count: 2;
        -moz-column-count: 2;
        -o-column-count: 2;
        -webkit-column-count: 2;
    column-gap: 16px;
        -moz-column-gap: 16px;
        -o-column-gap: 16px;
        -webkit-column-gap: 16px;
    column-rule-color: #C0C0C0;
        -moz-column-rule-color: #C0C0C0;
        -o-column-rule-color: #C0C0C0;
        -webkit-column-rule-color: #C0C0C0;
    column-rule-style: dotted;
        -moz-column-rule-style: dotted;
        -o-column-rule-style: dotted;
        -webkit-column-rule-style: dotted;
    column-rule-width: 1px;
        -moz-column-rule-width: 1px;
        -o-column-rule-width: 1px;
        -webkit-column-rule-width: 1px;
}
.channel-type li
{
    border: 1px solid transparent;
    border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -webkit-border-radius: 4px;
    display: block;
    list-style: outside none none;
    margin-bottom: 16px;
    margin-right: 16px;
    padding: 4px;
}
.channel-type-container label
{
    display: block;
}
/* Checkbox */
/* Left alignment */
input[type=checkbox].css-checkbox
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    left: -1000px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    z-index: -1000;
}
input[type=checkbox].css-checkbox + label.css-label
{
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    height: 16px;
    line-height: 16px;
    padding-left: 21px;
    vertical-align: middle;
}
input[type=checkbox].css-checkbox:checked + label.css-label
{
    background-position: 0 -16px;
}
label.css-label {
    background-image:url("../img/ihm/purple-coche.png");
    user-select: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
}
/* Right alignment */
input[type=checkbox].css-checkbox-right
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    left: -1000px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    z-index: -1000;
}
input[type=checkbox].css-checkbox-right + label.css-label-right
{
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    height: 16px;
    line-height: 16px;
    padding-left: 21px;
    vertical-align: middle;
}
input[type=checkbox].css-checkbox-right:checked + label.css-label-right
{
    background-position: 0 -16px;
}
label.css-label-right {
    background-image:url("../img/ihm/purple-coche.png");
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
/* Radio */
input[type=radio].css-radio
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    left: -1000px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    z-index: -1000;
}
input[type=radio].css-radio + label.css-radio-label
{
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    height: 16px;
    line-height: 16px;
    padding-left: 21px;
    vertical-align: middle;
}
input[type=radio].css-radio:checked + label.css-radio-label
{
    background-position: 0 -16px;
}
label.css-radio-label
{
    background-image: url('../img/ihm/purple-radio.png');
    user-select: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
}

/* Panel body du filtre campagne sélecteur */
.campaign-container-selector
{
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}
/* End: Fenêtres modales */

/* Start: Paramètres */
.h3-setting
{
    margin-left: 32px;
    margin-right: 16px;
}
.setting-budget-channel-logo
{
    margin-left: 64px;
    width: 100px;
}
/* End: Paramètres */

/* Start: Paramètres - Daypart */
.daypart-input-label
{
    width: 250px;
}
.daypart-input-time
{
    display: inline;
    text-align: center;
    width: 48px;
}
.daypart-input-screen
{
    display: inline;
    text-align: center;
    width: 100px;
}
.time-separator:after
{
    content: ":";
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    width: 8px;
}
/* End: Paramètres - Daypart */

/* Start: Page du compte utilisateur */
.account-list-li
{
    list-style: none;
}
.right-label
{
    font-weight: bold;
    text-align: right;
}
.account-list-container
{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    max-height: 130px;
    padding: 6px 12px;
    overflow: hidden;
    overflow-y: auto;
}
/* End: Page du compte utilisateur */

/* Start: Page de gestion des droits utilisateur */
.rights-form-container
{
    background-color: #FFFFFF;
    border-top: 12px solid #977FC9;
    border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.right-list-container
{
    background-color: #FFFFFF;
    border: 1px solid #5d4d7a;
    border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.rights-h2
{
    border-bottom: 1px solid #5D4D7A;
    border-left: 6px solid #977FC9;
    display: block;
    margin: 0 0 16px 8px;
    padding: 4px 16px;
}
.right-list-item-container
{
    column-gap: 32px;
        -moz-column-gap: 32px;
        -webkit-column-gap: 32px;
        -o-column-gap: 32px;
    column-rule-color: #C0C0C0;
        -moz-column-rule-color: #C0C0C0;
        -webkit-column-rule-color: #C0C0C0;
        -o-column-rule-color: #C0C0C0;
    column-rule-style: dotted;
        -moz-column-rule-style: dotted;
        -webkit-column-rule-style: dotted;
        -o-column-rule-style: dotted;
    column-rule-width: 1px;
        -moz-column-rule-width: 1px;
        -webkit-column-rule-width: 1px;
        -o-column-rule-width: 1px;

}
@media screen and (max-width: 1280px) {
    .right-list-item-container
    {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        -o-column-count: 2;
    }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
    .right-list-item-container
    {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        -o-column-count: 3;
    }
}
@media screen and (min-width: 1441px) {
    .right-list-item-container
    {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
        -o-column-count: 4;
    }
}
.right-alignment-block
{
    border: 1px solid #000000;
    display: block;
    float: left;
    height: 16px;
    width: 16px;
}
.right-alignment-block-label
{
    display: inline-block;
    height: 16px;
    padding-left: 21px;
}
input[type=checkbox].css-checkbox-rights
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    left: -1000px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    z-index: -1000;
}
input[type=checkbox].css-checkbox-rights + label.css-label-rights
{
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #808080;
    font-style: italic;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    height: 16px;
    line-height: 16px;
    padding-left: 21px;
    vertical-align: middle;
}
input[type=checkbox].css-checkbox-rights:checked + label.css-label-rights
{
    background-position: 0 -16px;
    color: #2E8B57;
    font-style: normal;
    text-shadow: 0 0 4px rgba(0, 64, 0, 0.5);
}
label.css-label-rights:last-child
{
    margin-left: 8px;
}
label.css-label-rights {
    background-image:url("../img/ihm/sprite_rights_led.png");
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.right-item-container
{
    border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
    /*
    display: block;
    height: 32px;
    */
    line-height: 1.8;
    margin-bottom: 4px;
    overflow: hidden;
    padding: 2px 8px;
        -webkit-padding-after: initial;     /* Correction d'un bug d'affichage sous Chrome */
        -webkit-padding-before: initial;    /* Correction d'un bug d'affichage sous Chrome */
}
.right-item-container:hover
{
    background-color: rgba(151, 127, 201, 0.25);
}
.right-item-container > .pull-right
{
    margin-top: 4px;
}
.right-list-item-main
{
    border-bottom: 1px dotted #C0C0C0;
    margin-bottom: 16px;
}
.right-list-item-main:last-child
{
    border-bottom: none;
}
.right-item-label
{
    font-size: 1.5em;
    font-weight: normal;
}
.right-list-item-ul
{
    list-style: none;
    padding-left: 16px;
}

/* End: Page de gestion des droits utilisateur */

/* Start: Page d'import de plan média */
#panel-import > .panel-heading > h2
{
    font-weight: bold;
    letter-spacing: 2px;
}
/* End: Page d'import de plan média */

/* Start: Rapports*/
.reports-font-size-120pc
{
    font-size: 120%;
}
.reports-font-size-140pc
{
    font-size: 140%;
}

/* End: Rapports*/

/* Start: Notifications */
.notification-container
{
    background-color: #FFFFFF;
    border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
    padding: 8px 32px;
}
.notification-alert-title
{
    display: inline-block;
    margin-left: 8px;
    vertical-align: super;

}
.notification-title
{
    border-bottom: 1px solid #977FC9;
    border-left: 4px solid #977FC9;
    font-size: 2.1em;
    font-weight: bold;
    margin: 16px 0;
    padding: 4px 4px 4px 16px;
}
#notification-general
{
    font-size: 1.6em;
    margin-left: 32px;
}
.notification-table-import
{
    background-color: #FFFFFF;
}
.notification-table-import > thead > tr > th
{
    vertical-align: middle;
}
.notification-table-import > tbody > tr > td > .btn-purple
{
    width: 85px;
    margin: 0;
}
@media screen and (min-width: 1280px) {
    .notification-button-screen-lg
    {
        display: table-cell;
    }
    .notification-button-screen-md
    {
        display: none;
    }
    .notification-table-import > thead > tr > th, .notification-table-import > tbody > tr > td
    {
        font-size: 0.900em;
    }
}
@media screen and (max-width: 1279px){
    .notification-button-screen-lg
    {
        display: none;
    }
    .notification-button-screen-md
    {
        display: table-cell;
        padding-top: 4px !important;
        text-align: center;
        width: 100px !important;
    }
    .notification-table-import > thead > tr > th, .notification-table-import > tbody > tr > td
    {
        font-size: 0.850em;
    }
    .notification-button-screen-md > .btn-group
    {
        width: inherit;
    }
    .notification-btn-purple
    {
        background-color: #977FC9;
        color: #FFFFFF;
    }
    .notification-btn-purple-toggle
    {
        background-color: #5D4D7A;
        color: #FFFFFF;
    }
    .notification-dropdown-menu
    {
        border-top: 4px solid #977FC9 !important;
    }
    .notification-dropdown-menu li a i
    {
        background: none !important;
        padding: 0 4px 0 0 !important;
    }
}
/* End: Notifications */

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    *
    {
        visibility: hidden;
    }
    .nav-side-menu
    {
        display: none;
    }
    #printSection, #printSection * {
        visibility: visible;
    }
    #printSection {
        left: 0;
        position: absolute;
        top: 32px;
    }
}

/* Start: Responsivité pour les petites résolutions (< 768px) */
@media screen and (max-width: 767px) {
    #menu-content, #block-contextmenu, #block-footer
    {
        display: none;
    }
    .application-container
    {
        height: calc(100% - 50px) !important;
        left: 0 !important;
        top: 50px !important;
        width: 100% !important;
    }
    .burger
    {
        display: none !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
    .navbar-logo
    {
        display: none !important;
    }
    .navbar-mini-logo
    {
        display: block !important;
    }
}
/* End: Responsivité pour les petites résolutions (< 768px) */