.bounce-animation{
    animation-name: bounce-effect;
    position: relative;
    animation-duration: 2s;
    animation-iteration-count: 3;
}
@keyframes bounce-effect {
    0%   {bottom:0px;}
    20%  {bottom:16px;}
    30%   {bottom:0px;}
    35%  {bottom: 8px;}
    40%   {bottom:0px;}
    43%   {bottom:3px;}
    45%   {bottom:0px;}
}
.fa.fa-check-circle {
    color:#fff;
    background-color:#3c8dbc;
}
.content-header>h1 {
    font-size: 30px;
}
li.active a.dropdown-item{
    overflow: hidden;
}
ul.typeahead.dropdown-menu{
    width: auto !important;
}
@media all and (max-width: 767px) {
    img.logo {
        float: left !important;
        width: auto !important;
    }
    .content {
        overflow: auto;
    }
}
@media all and (max-width: 462px) {
    .sidebar {
        padding-top: 200px !important;
    }
    .content {
        padding-top:50px;
    }
    .content-header {
        padding-top:155px;
    }
    #hideTopNavBar {
        display: inline-block;
    }
    li.dropdown.task-menu>a.dropdown-toggle {
        color: white !important;
    }
    li>a[href="/fr/fiches/PDL"] {
        color: #333333 !important;
    }
    a[href="/fr/fiches/sites"] {
        color: #333333 !important;
    }
    a[href="/fr/fiches/adherents"] {
        color: #333333 !important;
    }
}
@media all and (max-width: 498px) and (min-width: 463px) {
    .sidebar {
        padding-top: 150px !important;
    }
    .content {
        padding-top:50px;
    }
    .content-header {
        padding-top:105px;
    }
    li.dropdown.task-menu>a.dropdown-toggle {
        color: white !important;
    }
    li>a[href="/fr/fiches/PDL"] {
        color: #333333 !important;
    }
    a[href="/fr/fiches/sites"] {
        color: #333333 !important;
    }
    a[href="/fr/fiches/adherents"] {
        color: #333333 !important;
    }
}
@media all and (max-width: 767px) and (min-width: 499px){
    .sidebar {
        padding-top: 105px !important;
    }
    .content-header {
        padding-top:85px;
    }
    li.dropdown.task-menu>a.dropdown-toggle {
        color: white !important;
    }
    li>a[href="/fr/fiches/PDL"] {
        color: #333333 !important;
    }
    a[href="/fr/fiches/sites"] {
        color: #333333 !important;
    }
    a[href="/fr/fiches/adherents"] {
        color: #333333 !important;
    }
}
@media all and (max-width: 849px) and (min-width: 768px) {
    .navbar{
        z-index: 0;
    }
    .sidebar {
        padding-top: 115px !important;
        z-index: 1;
    }
    .content-header{
        padding-top:100px;
    }
}

@media all and (max-width: 900px) and (min-width: 850px) {
    .navbar{
        z-index: 1;
    }
    .sidebar {
        margin-top: 25px !important;
        z-index: 2;
    }
    .content {
        padding-top: 50px;
    }
    .content-header {
        padding-top: 50px;
        z-index:0;
    }
}

@media all and (min-width: 901px) {
    .content-header{
        padding-top:15px;
    }
    .content {
        overflow: auto;
    }
}
.tooltip.fade.top {
    margin-left: 1.5em;
    z-index: 1031 !important;
}
.tooltip.fade.top.in {
    z-index: 1031 !important;
}
ul.treeview-menu {
    /* mettre une marge sur le dernier elem de l'arbo */
    margin-left : 20px !important;
}
#modal-noob {
    width: auto !important;
    margin-left: 0 !important;
}