html, body {
    color: #011c58;
    font-weight: bold;
}

.main-menu .navbar-header {
    height: 8rem;
}

html .content.app-content {
    padding: 1rem 2rem 0;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.w-100 {
    width: 100%;
}

.header-navbar.floating-nav {
    min-height: 50px;
    max-height: 100px;
    position: relative !important;
}

.tablet-topbar a {
    color: #011c58;
    font-weight: bold;
}

.tablet-topbar i {
    font-size: 20px;
    color: #63bc9e;
}

@media screen and (max-width: 1200px) {
    .tablet-topbar {
        display: block;
    }

    .tablet-topbar ul li {
        margin: 0 10px;
    }

    .tablet-topbar i {
        margin: 5px;
    }

    .row-filters {
        margin: 20px 0 10px 0;
    }

    #prospects, #articles {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .row-filters {
        margin: 20px 0 10px 0;
    }
    #prospects, #articles {
        margin-top: 30px;
    }
    html body .app-content {
        margin: 10px;
    }
    html body .app-content {
        padding: 20px !important;
    }


}

@media screen and (max-width: 576px) {
    html body .app-content {
        margin-top: 50px;
    }
    .row-filters {
        margin: 10px 0 10px 0;
    }

    #prospects, #articles {
        margin-top: 0;
    }
}

@media screen and (min-width: 1200px) {
    .tablet-topbar {
        display: none;
    }
    .row-filters {
        margin: 0 0 10px 0;
    }
}

.article label {
    font-weight: bold;
}

input, textarea {
    margin-bottom: 20px;
}

.filters {
    background-color: #fff !important;
    margin-bottom: 20px;
    padding-top: 10px;
}

.filters div {
    padding: 0 !important;
}

.header-prospect {
    background-color: #c8cede;
    text-align: center;
    padding: 10px;
}

.prospect .btn {
    padding: 10px 0;
    width: 100%;
    margin-bottom: 10px;
}

.content-prospect {
    background-color: #fff;
    min-height: 300px;
    padding: 10px;
}

.row-buttons {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.row-buttons .btn {
    width: 120px;
    margin-right: 15px;
}

.row-button-resultat {
    margin-top: 10px;
}

.row-button-resultat .btn {
    padding: 10px 0 !important;
}

.prospects-filters {
    padding: 10px;
}

.btn-disabled {
    background-color: #c8cede !important;
    color: #fff !important;
    border: 2px solid #2dd39c !important;
}

#collapseVariables, #collapseAttributions {
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    list-style: none;
    padding: 20px 40px 10px 20px;
}

#collapseVariables li, #collapseAttributions li {
    padding: 10px 0 0 0;
}

.submenu li {
    padding-left: 20px !important;
}

.inline-90 {
    width: 90%;
    display: inline-block;
}

.content-prospect ul {
    list-style: none;
    padding: 3px 5px;
}

.content-prospect ul li {
    display: inline-block;
}

.content-prospect .left {
    width: 65%;
}

.content-prospect .right {
    width: 30%;
    text-align: right;
}

.arrow a {
    color: #2dd39c;
    font-size: 20px;
}

#form-buttons-attribution .btn {
    box-shadow: none;
}

.tranche {
    border: 3px solid #000 !important;
}

.btn-dashboard {
    border: 1px solid #7367f0;
    padding: 10px;
    width: 120px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.dashboard-source .btn{
    padding: 15px 2px;
    width: 60px;
}

@media screen and (max-width: 1200px) and (min-width: 576px) {
    .navbar-brand img {
        margin: 13px;
    }
}

.cron a {
    margin-bottom: 20px;
    width: 100%;
}

.btn-gris {
    color : #FFFFFF;
    background-color : #c8cede;
    border-color : #c8cede;
}

.nb {
    font-size: 1rem;
}
