body {
    background-color: #efefef;
}

.badge {
    border-radius: 2px;
}

:focus, select {
    outline:none !important;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #555;
}

.icon-bar {
    background-color: #fff !important;
}

#contenu-wrapper {
    padding-top: 70px;
}

.petite-marge {
    margin-bottom: 10px;
}
#snarl-wrapper {
    top: auto;
    bottom: 0px;
    z-index: 9999;
    font-size: 1.3em;
}
.snarl-notification {
    background-color: #fff;
    border-radius: 3px;
}
.snarl-close {
    box-shadow: none !important;
}
.logo-calopee {
    height: 30px;
    margin-top: -3px;
}

/* OVERRIDE BOOTSTRAP */
.modal-header {
    padding: 15px 15px 0;
    border-bottom: none;
}
.modal-footer {
    border-top: none;
}
.navbar {
    min-height: 48px;
    max-height: 48px;
    /* Garder le positionnement coûte que coûte */
    flex-flow: row nowrap;
}
.nav-item {
    font-size: 1.2em;
}
.btn {
    box-shadow: none;
    border-radius: 2px;
}
.btn-default {
    border: 1px solid #ddd;
    background-color: #fff;
}
.btn-default:focus {
    box-shadow: none;
    opacity: .7;
}
.btn.dropdown-toggle::before {
    display: none;
}
.btn-default:hover {
    background-color: #eee;
}
/* Manquant */
.form-check {
    cursor: pointer;
}

/* BADGES */
.badge-rouge {
    color: #fff;
    background-color: #ed1d1d;
}
.badge-orange {
    color: #fff;
    background-color: #ff9000;
}
.badge-jaune {
    color: #555;
    background-color: #ffe40e;
}
.badge-vert {
    color: #fff;
    background-color: #3b9b3f;
}
.badge-violet {
    color: #fff;
    background-color: #a100e8;
}
