body {
    background-color: #f0f3ff;
    color: #161718;
    font: 16px/24px "Roboto", sans-serif;
}

a {
    /* color: #B5B5C3; */
    text-decoration: none;
    transition: all .3s ease;
}

#mainHeader {
    padding-top: 25px;
    padding-bottom: 40px;
}

#mainHeader .logo {
    display: inline-block;
}

#mainHeader .logo img {
    width: 100%;
    max-width: 230px;
    height: auto;
}

#mainHeader .bloc-lien {
    display: inline-block;
    padding-left: 60px;
}

.bloc-lien a {
    margin-right: 30px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    padding: 7px 25px;
    background-color: transparent;
    border-radius: 4px;
}

.bloc-lien a:last-of-type {
    margin-right: 0;
}

.bloc-lien a:hover {
    background-color: white;
    color: #2D4EA3;
}

.form-search {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px !important;
}

.content-search {
    position: relative;
}

.content-search.show .input-search {
    width: 450px;
    opacity: 1;
    visibility: visible;
}

.content-search .input-search {
    transition: all .3s ease;
    position: absolute;
    right: 0;
    top: -4px;
    border: none;
    background: #434353;
    width: 0;
    opacity: 0;
    visibility: hidden;
    height: 35px;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 25px 10px 20px;
    color: #fff;
}

.click-close-search {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.content-search.show .click-close-search {
    opacity: 1;
    visibility: visible;
}

.click-search {
    cursor: pointer;
}

.bloc-rigth {
    text-align: right;
}

.bloc-rigth ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.btn-quest {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: relative;
    background: #434353;
    margin: 0 17px 0 30px;
}

.btn-quest img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.btn-notif {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 17px;
}

.btn-notif.notif::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: -2px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #C40505;
}

.bloc-count {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.bloc-count.open .content-compte {
    display: block;
}

.content-compte {
    display: none;
    position: absolute;
    z-index: 99999;
    bottom: -68px;
    right: -10px;
    width: 110px;
    height: auto;
    background: white;
    color: #1E1E2D;
    padding: 7px 10px;
    font-size: 12px;
    font-family: "Roboto Bold", sans-serif;
    text-align: left;
    border-radius: 5px;
}

.content-compte::before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
    top: -6px;
    right: 25px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #fff;
}

.content-compte a {
    color: #1E1E2D;
    display: block;
}

.content-compte .icon {
    display: inline-block;
    margin: -2px 3px 0 0;
}


/*Tooltip*/
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: white;
}

.tooltip-inner {
    background-color: white;
    color: #1E1E2D;
    font-weight: bold;
    font-size: 12px;
}

/*css select*/
.content-select {
    position: relative;
}

.content-select .list-select {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 7px;
    background: #1E1E2D;
    color: white;
    padding: 10px;
    list-style: none;
}

.content-list {
    position: relative;
    height: 25px;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 17px;
}

.list-select {
    height: 25px;
    width: 35px;
    border-bottom: 1px solid #A1A5B7;
    position: absolute;
    z-index: 22;
    top: 0;
    left: 0;
    right: 0;
    margin: auto !important;
}

.list-select li {
    padding: 2px 0;
    z-index: 2;
    font-size: 15px;
    font-family: "Roboto Bold", sans-serif;
    height: 25px;
    width: 100%;
    color: #A1A5B7;
}

.list-select li:not(.init) {
    float: left;
    width: 100%;
    height: auto;
    display: none;
    padding: 3px 0 1px;
    background: #1E1E2D;
    cursor: pointer;
}

.list-select li:not(.init):hover,
ul li.selected:not(.init) {
    color: #fff;
}

.list-select li:not(.init):last-of-type {
    border-radius: 0 0 5px 5px;
}

li.init {
    cursor: pointer;
}

/*fin css select*/

.nav-pills-vertical {
    margin-top: 63px;
}

.nav-pills-vertical .nav-link {
    margin-bottom: 30px;
    height: 148px;
    background: #2A2B3A;
    color: white;
    border-radius: 5px;
}

.nav-pills-vertical .nav-link img {
    display: block;
    margin: 0 auto 15px;
}

.title-nav {
    font: 20px/24px "Roboto Medium", sans-serif;
}

.title {
    color: white;
    font: 22px/28px "Roboto Medium", sans-serif;
    margin-bottom: 15px;
}

.tab-content-vertical .inner {
    background: #dde4ff;
    padding: 30px;
    border-radius: 5px;
    min-height: 800px;
}

.title-tab {
    color: #467aff;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 2rem;
}

.tab-content-vertical .nav-link {
    padding: 4px 18px 3px;
    text-align: center;
    color: #B5B5C3;
    font-size: 16px;
    transition: all .3s ease;
}

.tab-content-vertical .nav-pills {
    justify-content: space-between;
}

.tab-content-vertical .nav-pills .nav-link:hover,
.tab-content-vertical .nav-pills .nav-link.active {
    background-color: white;
    color: #2D4EA3;
    font-weight: bold;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.form-search-group {
    position: relative;
}

.form-search-group .input-control {
    border: none;
    background: #1E1E2D;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    font-size: 15px;
    padding: 10px 25px;
    color: #fff;
}

.form-search-group .icon {
    position: absolute;
    top: 13px;
    right: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #2D4EA3;
}

.bloc-accordeon {
    background: #dde4ff;
    color: #161718;
    border-radius: 10px;
    padding: 3px 15px;
    margin-bottom: 15px;
}

.bloc-accordeon .title-sm {
    cursor: pointer;
    padding: 10px 0;
    background-size: 20px;
    position: relative;
    font-size: 15px;
}

.bloc-accordeon .title-sm::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 0;
    width: 22px;
    height: 13px;
    background: url('../img/icon-arrow.svg') no-repeat center/contain;
    /*transform: rotate(0);*/
    transform: rotate(-180deg);
    transition: all .3s ease;
}

.bloc-accordeon.opened .title-sm::before {
    /*transform: rotate(-180deg);*/
    transform: rotate(0);
}

.bloc-accordeon .description {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .2s ease;
}

.bloc-accordeon .description p {
    color: #B5B5C3;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.bloc-accordeon.opened .description {
    height: auto;
    opacity: 1;
    overflow: visible;
}

.tab-content-horizontal {
    overflow-y: auto;
}

.label {
    display: block;
    margin-bottom: 5px;
}

.form-support {
    margin: 60px 0 0;
}

.form-support .input-control,
.select-control {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 7px;
    background: #1E1E2D;
    color: white;
    padding: 10px;
}

.btn-large {
    display: block;
    width: 100%;
}

.btn-primary {
    background: #467aff;
    height: 40px;
    font: 18px/18px "Roboto Bold", sans-serif;
}

.btn-primary:disabled {
  cursor: not-allowed !important;
}

.btn-primary:hover {
    background: #3862CC;
    color: #fff;
}

.form-support textarea[class="input-control"] {
    height: 300px;
}

.select-control {
    padding: 7px 15px 7px 10px;
}

/* styles de base si JS est activé */
.js .input-file-container {
    position: relative;
    width: auto;
}

.js .input-file-trigger {
    display: block;
    padding: 6px;
    background: #1e1e2d;
    color: #fff;
    font-size: 1em;
    transition: all .4s;
    cursor: pointer;
    margin: 0;
    text-align: center;
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
}

.js .input-file {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

/* quelques styles d'interactions */
.js .input-file:hover+.input-file-trigger,
.js .input-file:focus+.input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
    background: #34495E;
    color: #39D2B4;
}

/* styles du retour visuel */
.file-return {
    margin: 0;
}

.file-return:not(:empty) {
    margin: 1em 0;
}

.js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
}

/* on complète l'information d'un contenu textuel uniquement lorsque le paragraphe n'est pas vide */
.js .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
}

/* Banner */
.promotionnal_banner {
    background-color: #00b074;
    color: white;
    width: 100%;
    padding: 20px;
    /*position: fixed;
    bottom: 0px;*/
    text-align: center;
}

/* Banner */
.promotionnal_banner_additionnal {
    background-color: #00b074;
    color: white;
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
}

.banners {
    position: fixed;
    bottom: 0px;
    width: 100%;
}
/* Footer */
#mainFooter {
    position: relative;
    padding: 15px 0;
    border-top: 2px solid #434353;
    font: 14px/18px "Poppins Regular", sans-serif;
    color: #161718;
    margin-top: 40px;
}

#mainFooter .bloc-rigth {
    text-align: right;
}

#mainFooter .bloc-rigth p {
    margin: 0;
}

#mainFooter .bloc-left p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
}

#mainFooter .bloc-left .bloc-rs {
    display: inline-block;
    vertical-align: middle;
}

.bloc-rs a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}


/* Responsive */
@media (max-width: 992px) {
    .tab-content-vertical .nav-pills {
        justify-content: flex-start;
    }

    .title-nav {
        font-size: 16px;
    }

    #mainHeader .bloc-left,
    #mainHeader .bloc-rigth,
    #mainFooter .bloc-left,
    #mainFooter .bloc-rigth {
        text-align: center;
    }

    #mainHeader .bloc-left,
    #mainFooter .bloc-left {
        margin-bottom: 10px;
    }

    .content-search.show .input-search {
        width: 255px;
    }
}

@media (max-width: 767px) {
    .nav-pills-vertical {
        flex-direction: column !important;
        /* justify-content: space-between; */
        margin-top: 0;
    }

    .nav-pills-vertical .nav-link {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }

    .title-nav {
        font-size: 14px;
        line-height: 20px;
    }

    .tab-content-vertical .inner {
        min-height: auto;
        padding: 20px 15px;
    }

    .tab-content-horizontal {
        /* height: 400px; */
    }

    .form-search {
        display: block;
        max-width: 500px;
        margin: auto;
    }

    .content-search .input-search {
        width: 450px;
        opacity: 1;
        visibility: visible;
        position: relative;
        width: 100%;
        padding: 5px 30px 4px 10px;
    }

    .content-search .click-close-search {
        display: none;
    }

    .click-search {
        cursor: default;
        position: absolute;
        pointer-events: none;
        top: 2px;
        right: 10px;
    }

    .title-tab {
        font-size: 22px;
    }

    .title {
        font-size: 20px;
    }

    .tab-content-vertical .nav-pills .nav-item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        width: 33.33%;
    }
}

@media (max-width: 600px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }

    .nav-pills-vertical .nav-link {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }

    #mainHeader .bloc-lien {
        padding-left: 0;
        display: block;
        margin: 15px auto 5px;
    }

    .bloc-lien a {
        margin-right: 0;
    }

    #mainFooter .bloc-left .bloc-rs {
        display: block;
        margin: 0 0 10px;
    }

    .bloc-accordeon .title-sm {
        font-size: 14px;
        padding-right: 25px;
    }

    .bloc-accordeon .description p {
        font-size: 13px;
        line-height: 20px;
    }

    .tab-content-vertical .nav-pills .nav-item {
        -ms-flex: 0 0 100%;
        flex: 0 100%;
        width: 100%;
    }

    .btn-primary {
        height: auto;
        font-size: 14px;
    }

    #mainFooter {
        font-size: 13px;
    }

    .content-compte {
        bottom: -60px;
    }
}

/*/@import url('./dashboard.css');*/

.btn-secondary {
    background-color: #467aff;
}


.wallet-card {
    background-color: #eaf0ff; /* Light version of #467aff */
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.wallet-amount-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #467aff;
    margin: 0;
}

.wallet-subtext {
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
}

.wallet-img img {
    border-radius: 8px;
}
