@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');

@import "bootstrap.css";
@import "tabs.css";
/* @import "datatable.css"; */
@import "select2.css";
@import "breadcrumb.css";
@import "field.css";
/* @import "app.css"; */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 15px;
    line-height: 1.6;
    color: #454f5f;
    font-weight: 400;
    font-family: "Work Sans", "Crimson Pro", sans-serif;
    background: #fff !important;
}

.header-light {
    font-weight: 400 !important;
}

.h-small {
    font-size: 16px !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: inherit !important;
    text-decoration: underline;
}

.body-colored {
    background-color: #f5f6f8;
}

u {
    width: inherit;
    position: relative;
}

.bg-wh li {
    text-align: justify;
    text-justify: auto;
}

.bg-wh .list-unstyled li {
    margin-top: 15px;
    margin-bottom: 15px;
}

ul.ps-5 li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.underline {
    text-decoration: underline;
}

main {
    background: url(../images/watermark-prepoc.png) no-repeat center right fixed;
    background-size: 10%;
}

.nav-theme .dropdown-menu {
    background: #023a6d;
}

.nav-theme-2 .dropdown-menu {
    background: #fff;
    padding-left: 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-width: 0 !important;
    border-color: transparent;
    padding-right: 0;
}

@media all and (min-width: 992px) {
    .dropdown-men {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.nav-theme .dropdown-menu li a {
    text-transform: inherit !important;
    color: #fff !important;
    font-size: 14px;
    width: auto !important;
}

.nav-theme-2 .dropdown-menu li a {
    text-transform: inherit !important;
    color: #454f5f !important;
    font-size: 14px;
    font-family: 'Work Sans', "Crimson Pro", serif;
    width: auto !important;
}

.nav-theme-2 .dropdown-menu li a:hover {
    background-color: #074582 !important;
    color: #fff !important;

}

.w-90 {
    width: 90% !important;
}

.w-80 {
    width: 80% !important;
}

.themed {
    background: #023a6d;
    color: #fff;
}

.dropdown-menu a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Crimson Pro", serif;
    font-weight: 600 !important;
}

a {
    text-decoration: inherit;
}

.bg-wh h6 {
    font-size: 20px;
}

.arrow-up .arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: -50px;
    right: 0;
    bottom: 0px;
    top: 5px;
    z-index: 1;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 40px solid #023a6d;
}

.arrow-up {
    position: relative;
    width: 0;
    height: 0;
    z-index: 3;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 40px solid #fe0000;
}

.arrow-bottom .arrow-2 {
    position: absolute;
    width: 0;
    height: 0;
    left: -50px;
    right: 0;
    top: -43px;
    z-index: 1;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 40px solid #023a6d;
}

.arrow-bottom {
    position: relative;
    width: 0;
    height: 0;
    z-index: 3;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 40px solid #fe0000;
}

.bg-white {
    background: white;
}

.nav-theme {
    background: #023a6d;
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
    border-top: 3px solid #023a6d;
}

.nav-theme-2 {
    background: #FFFFFF;
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.nav-theme.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.065rem;
    font-weight: 400;
}

.nav-theme-2.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 12px;
    color: #454f5f;
    letter-spacing: 0.05rem;
    font-weight: 500;
}

.navbar-expand-lg .list-unstyled .nav-link {
    letter-spacing: inherit !important;
    font-size: 12px !important;
    font-weight: 400;
}


.topbar {
    display: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

.topbar.top-2 {
    background-color: #173152;
    color: #fff;
    padding: 10px 0;
}

.topbar.top-2 h4 {
    text-shadow: 1px 1px 1px #333;
}

.topbar a i {
    font-size: 13px;
}

.topbar-bg {
    background: url(/themes/def/def/images/bg_1.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: 10;
    height: 90px;
    max-height: 90px;
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
}


.topbar-bg:before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.topbar.top-2 .topbar-bg,
.topbar.top-2 .topbar-bg:before {
    background: inherit;
}

@media all and (min-width: 1200px) {
    .nav-theme,
    .nav-theme-2 {
        padding: 0.8rem 1rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .topbar {
        display: block;
    }
}

.page-content > .region-content {
    margin-top: 0 !important;
}

.home {
    height: 400px;
    background: url(../images/banner-1.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}

.home-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.35);
}

.home-content h5 {
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 400;
}

.home-content h5 span {
    font-weight: 600;
}

.colored {
    background-color: #023a6d;
}

.sarchform input {
    font-size: 14px;
    color: #023a6d;
    font-weight: 500;
}

#footer {
    border-top: 4px solid #fe0000;
    background-color: #173152;
    color: #fff;
}

#footer h5 {
    color: #fff;
    letter-spacing: 0.065rem;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

#footer-bar {
    background-color: #000137;
}

#footer-privacy {
    display: flex;
    flex-direction: row;
    align-items: center;

    border-top: 2px solid #fff;
    background-color: #173152;
}

#footer-privacy .col-12 {
    display: flex;
    align-items: center;

}

#footer-privacy p {
    color: #eee;
    font-size: 12px;
}

.footer-content ul {
    list-style: none;
    padding: inherit;
}


.footer-content ul li a {
    color: #eee;
    font-size: 14px;
    outline: none;
    text-decoration: inherit;
}

.footer-content ul li a:hover {
    color: #ff7a00 !important;
}

.footer-content p {
    font-size: 12px;
    line-height: 1.7;
}

.footer-content.icon a {
    width: 30px;
    text-align: center;
    height: 30px;
    padding-top: 3px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.footer-content.icon a:hover {
    color: #ff7a00 !important;
    border-color: #ff7a00;
}


.footer-content.icon a i {
    font-size: 14px;
}

#footer-privacy a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 0 5px;
    margin-left: 5px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
    position: relative;
}

#footer-privacy a:first-child {
    margin-left: 0;
}

#footer-privacy a:after {
    position: absolute;
    content: "|";
    color: white;
    padding: 0 3px;
}

#footer-privacy .footer-content-2 a:after {
    position: inherit;
    content: "";
    color: inherit;
    padding: 0;
}

#footer-privacy .footer-content-2 a {
    font-size: 18px;
}

#footer-privacy span {
    font-size: 13px;
}

#footer-privacy a:last-child:after {
    content: "";
}

#footer-privacy .text-upper {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
}

.breadcrumbs hr {
    height: 3px;
    background-color: #023a6d;
    opacity: 1;
}

.breadcrumbs .breadcrumb li,
.breadcrumbs .breadcrumb a {
    font-size: 12px;
    font-weight: 500;
}

.wrapper-header-2 {
    background-color: rgb(240, 240, 242);
    background-image: url('../images/banner_prepoc.png');
    background-position: center center;
    background-size: cover;
    border-bottom: 6px solid #023a6d;
    position: relative;

}

.wrapper-header-2:before {
    content: "";
    background: rgba(255, 255, 255, .5);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wrapper-header .wh-c {
    position: relative;
}

.wrapper-header .wh-c h5 {
    color: #00386b;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.wrapper-header .wh-c p {
    font-size: 14px;
    text-align: center;
    color: #00386b;
}

.wrapper-content h4 {
    font-weight: 700;
    font-size: 1.7rem;
    color: #023a6d;
    text-transform: uppercase;
}

.h6-t {
    border-bottom: 1px solid #023a6d;
    border-top: 1px solid #023a6d;
}

.h6-t h6 {
    font-weight: 700;
}

.span-t li {
    background-color: #023a6d;
    border: none;
    border-radius: 0;
    margin: 2px 0;
}

.span-t .list-group-item:first-child {
    border-radius: 0;
}

.span-t li a {
    font-size: 11px;
    color: #fff;
}

.side-t {
    border-right: 1px solid #023a6d;
}

.main-c h6 {
    background-color: #023a6d;
    border: none;
    color: #fff;
    display: table-cell;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px;
}

.b-right {
    border-right: 4px solid #023a6d;
}

.main-c ul,
.main-c2 ul {
    margin: 16px 0;
}

.main-c ul li,
.main-c2 ul li {
    margin: 1px 0;
}

.main-c ul li a,
.main-c2 ul li a {
    font-size: 13px;
    color: #023a6d;
}

.main-c2 h6 {
    background-color: #023a6d;
    border: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    position: relative;
}

.main-c2 .h-c h6 {
    color: #fff;
}

.main-c2 h6 span {
    position: relative;
    width: 100%;
}

.main-c2 h6 span {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.main-c2 h6 span:after,
.main-c2 h6 span:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #023a6d;
    top: 0;
    position: absolute;
}

.main-c2 h6 span:after {
    left: 100%;
    margin-left: 15px;
    margin-top: 10px;
}

.main-c2 h6 span:before {
    right: 100%;
    margin-top: 10px;
    margin-right: 15px;
}

.main-c3 {
    overflow: hidden;
}

.main-c3 h6 {
    font-weight: 700;
    position: relative;
    display: block;
    overflow: hidden;
}

.main-c3 h6 span {
    border: none;
    font-weight: 700;
    color: #023a6d;
    overflow: inherit;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    position: relative;
}

.main-c3 h6:after {
    content: "";
    border-bottom: 4px solid #023a6d;
    margin: auto;
    position: absolute;
    margin-left: 5px;
    margin-top: 8px;
    width: 100%;
}

.main-c3 h5 {
    background-color: #023a6d;
    border: none;
    color: #fff;
    display: table-cell;
    font-size: 18px;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 15px;
}

.media {
    border-right: 1px solid #023a6d;
    border-top: 1px solid #023a6d;
}

.media h6 {
    color: #023a6d;
    font-size: 16px;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 10px;
    margin-bottom: 6px;
    border-bottom: 1px solid #023a6d;
}

.media h6 span {
    font-size: 14px;
    font-weight: 400;
}

.media h5 {
    background-color: #023a6d;
    border: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    position: relative;
}

.text-primary {
    color: #023a6d !important;
}

.media .embed-responsive {
    border: 4px solid #023a6d;
}

.text-justify {
    text-align: justify;
    text-justify: auto;
}

main .bg-wh > p,
.bg-wh p {
    text-align: justify;
    text-justify: auto;
}

.accordion .accordion-item h2 button {
    font-weight: 600;
    color: #023a6d;
    font-size: 20px;
}

.img-con img {
    width: 70%;
}

@media all and (min-width: 992px) {
    .megamenu {
        left: 0;
        right: 0;
        width: 980px;
    }

    .megamenu2 {
        left: 0;
        right: 0;
        width: 950px;
    }

    .megamenu2 .mega-b,
    .megamenu .mega-b {
        border-right: 2px solid #fff;
    }
}

.img-content {
    position: relative;
    display: block;
}

.img-content img {
    position: relative;
    display: block;
}

.img-content .img-content-text {
    position: absolute;
    width: 82%;
    left: 0;
    bottom: 0;
    padding: 10px;
    font-size: 14px;
    background: #023a6d;
    color: #fff;
}

.img-content .img-content-text span {
    font-size: 12px;
    text-align: left;
}

.img-content .img-content-text h5 {
    color: #fff;
    font-size: 1rem;
}

.about-h h4 {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-h h4:after {
    content: "";
    border-bottom: 4px solid #023a6d;
    margin: auto;
    position: absolute;
    margin-left: 5px;
    margin-top: 13px;
    width: 100%;
}

.orientation h4 {
    text-transform: uppercase;
    text-align: center;
}

.orientation ul li {
    margin-top: 8px;
    margin-bottom: 8px;
}

.cx-p h6 {
    margin: 10px 0;
}

.small-header {
    font-family: "Crimson Pro", serif;
    font-weight: 600;
    font-size: 20px;
}

.table-light2 {
    background-color: #d2deef !important;
}

.table-info2 {
    background-color: #eaeff7 !important;
}

.table.im .table-primary,
.table.im .table-primary > th {
    background-color: #5b9bd5 !important;
}

.table.im2 {
    table-layout: fixed;
}

.table.im {
    font-weight: 600;
}

.table.im th {
    text-align: right;
}

.table.im th:first-of-type {
    text-align: left;
}

.table.im.im2 li {
    color: #333;
    font-weight: 400;
    text-align: inherit;
    text-justify: inherit;
}

.pilier li:hover {
    background: #fff;
    cursor: pointer;
}

.pilier li:hover a {
    color: #023a6d;
}


#container {
    height: 400px;
}


.img-m {
    width: 100%;
    overflow-y: hidden;
    position: relative;
}

.wd {
    text-align: left !important;
    display: flex;
    position: relative;
    flex-direction: row;
}

.wd:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #dee2e6;
    margin: auto auto auto 5px;
}

.doc {
    padding-bottom: 15px;
}

.doc .doc-content {
    background-color: rgb(240, 240, 242);
    border-left: 6px solid #023a6d;
    padding: 15px;
}

.doc .doc-content p {
    font-size: 20px;
    color: #00386b;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
}

.doc .doc-content a {
    font-size: 16px;
    margin-top: 5px;
    padding-top: 0;
    color: #0d6efd;
}

.ressources,
.services {
    margin-top: 15px;
    padding-bottom: 15px;
}

.ressources .ressources-content,
.services .services-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    transition: transform .2s;
}

.ressources .ressources-content .ressources-icon:hover,
.services .services-content .services-icon:hover {
    background-color: #173152;
}

.ressources .ressources-content .ressources-icon,
.services .services-content .services-icon {
    background-color: rgb(240, 240, 242);
    display: flex;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.ressources .ressources-content .ressources-icon img,
.services .services-content .services-icon img {
    width: 70px;
}

.ressources .ressources-content .ressources-icon .img,
.services .services-content .services-icon .img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
}


.icon-1 {
    background-image: url('../images/icon-blue/iconet-en-cours.png');
}

.ressources .ressources-content .ressources-icon:hover .icon-1,
.icon-1:hover {
    background-image: url('../images/icon/en-cours.png');
}


.icon-2 {
    background-image: url('../images/icon-blue/icone-budeget-de-la-Republiques.png');
}

.ressources .ressources-content .ressources-icon:hover .icon-2,
.icon-2:hover {
    background-image: url('../images/icon/budget.png');
}


.icon-21 {
    background-image: url('../images/icon-blue/Icone-Vision-Bleu.png');
}

.ressources .ressources-content .ressources-icon:hover .icon-21,
.icon-21:hover {
    background-image: url('../images/icon/Icone-Vision-Blan.png');
}


.icon-3 {
    background-image: url('../images/icon-blue/Calendrier-Budgetaire.png');
}

.ressources .ressources-content .ressources-icon:hover .icon-3,
.icon-3:hover {
    background-image: url('../images/icon/calendrier.png');
}


.icon-4 {
    background-image: url('../images/icon-blue/TEB-.png');
}


.ressources .ressources-content .ressources-icon:hover .icon-4,
.icon-4:hover {
    background-image: url('../images/icon/2.png');
}


.icon-5 {
    background-image: url('../images/icon-blue/TOFE.png');
}


.ressources .ressources-content .ressources-icon:hover .icon-5,
.icon-5:hover {
    background-image: url('../images/icon/TOFE.png');
}


.icon-6 {
    background-image: url('../images/icon-blue/pourcentage_bleu.png');
    background-size: 75% !important;
}

.services .services-content .services-icon:hover .icon-6,
.icon-6:hover {
    background-size: 75%;
    background-image: url('../images/icon/pourcentage.png');
}


.icon-7 {
    background-image: url('../images/icon-blue/PIB.png');
}

.services .services-content .services-icon:hover .icon-7,
.icon-7:hover {
    background-image: url('../images/icon/PIB.png');
}

.icon-8 {
    /* icone-PIC */
    background-image: url('../images/icon-blue/Taux-dinteret.png');
}


.services .services-content .services-icon:hover .icon-8,
.icon-8:hover {
    background-image: url('../images/icon/interet.png');
}


.icon-9 {
    background-image: url('../images/icon-blue/ICA.png');
}


.services .services-content .services-icon:hover .icon-9,
.icon-9:hover {
    background-image: url('../images/icon/ICA.png');
}

.icon-10 {
    background-image: url('../images/icon-blue/Dette.png');
}


.services .services-content .services-icon:hover .icon-10,
.icon-10:hover {
    background-image: url('../images/icon/9.png');
}

.icon-11 {
    background-image: url('../images/icon-blue/Taux-de-Change.png');
}


.services .services-content .services-icon:hover .icon-11,
.icon-11:hover {
    background-image: url('../images/icon/taux.png');
}

.icon-12 {
    background-image: url('../images/icon-blue/Emploi.png');
}

.services .services-content .services-icon:hover .icon-12,
.icon-12:hover {
    background-image: url('../images/icon/Emploi.png');
}

.icon-13 {
    background-image: url('../images/icon-blue/Produit-Petrolier.png');
}

.services .services-content .services-icon:hover .icon-13,
.icon-13:hover {
    background-image: url('../images/icon/8.png');
}


.icon-14 {
    background-image: url('../images/icon-blue/depense-bleu.png');
}

.services .services-content .services-icon:hover .icon-14,
.icon-14:hover {
    background-image: url('../images/icon/depense.png');
}


.ressources .ressources-content .ressources-text,
.services .services-content .services-text {
    display: flex;
    width: 100%;
    text-align: left;
    flex-direction: column;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    padding-left: 10px;
}

.ressources .ressources-content .ressources-text a,
.services .services-content .services-text a {
    color: #00386b;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
}

.ressources .ressources-content .ressources-text p,
.services .services-content .services-text p {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
    text-transform: none !important;
    color: #454f5f !important;
    line-height: normal;
}

.ressources .ressources-content .ressources-text a:hover,
.services .services-content .services-text a:hover {
    text-decoration: underline !important;
}

.box h5 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.7;
    font-weight: 600;
    padding: 10px 20px;
    text-align: left;
}

.box h5 {
    background: #00386b;
    font-weight: 600;
    padding: 5px;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
}

.pr-list li {
    margin: 10px 0;
    padding-left: 5px;
    font-size: 15px;
}

.pr-list2 li {
    padding: 5px 0 5px 5px;
    display: flex;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
}

.pr-list2 li a {
    font-size: 16px;
    color: #00386b;
}

.pr-list2 li a:hover {
    text-decoration: underline;
}

.post .list-content {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px 15px;
    max-height: 187px;
}

.post .list-content .l-con {
    padding: 1.1rem 5px 0rem;
    position: relative;
    text-align: center;
    z-index: 10;
    display: block;
    top: -2.5rem;
    background: #fff;
    line-height: 1.25;
}

.p-name {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
}

.category {
    color: #717b8e;
}

.post-title {
    margin: 15px 0;
    position: relative;
    color: #333;
    font-size: 17px;
    font-weight: 600;
}

.post-list .excerpt {
    font-size: 14px;
}

.category-2 {
    color: #2a303b;
}

.post-list .list-content .date {
    font-size: 12px;
}

.finance-info-icon {
    background-color: #eee;
    padding-top: 20px;
}

.finance-info h5 {
    color: #00386b;
    text-transform: uppercase;
}

.finance-info .finance-info-img {
    position: relative;
    display: flex;
    padding-top: 5px;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    background: #00386b;
    justify-content: center;
    transition: transform 0.2s;
    margin: 0 auto 15px;
}

@media all and (min-width: 992px) {
    .finance-info .finance-info-img {
        margin-bottom: -35px;
    }
}

.finance-info p {
    color: #fff;
    margin-top: 7px;
}

.finance-info p {
    font-size: 11px;
    font-weight: 500;
}

.finance-info .finance-info-img img {
    max-width: 110px;
}

.finance-info-img:hover {
    transform: scale(0.7);
}

.btn-group-vertical .btn {
    height: 95px;
    margin: 5px 0;
    position: relative;
    background-color: #00386b;
    border: 3px solid #00386b;
    text-transform: uppercase;
    border-radius: 0;
    vertical-align: middle;
}

.btn-group-vertical .btn span {
    font-weight: bold;
}

.btn-group-vertical .btn:hover {
    background-color: #fff;
    border: 3px solid #00386b;
    color: #00386b;
}

@media all and (min-width: 992px) {

    .btn-group-vertica .btn:hover:before {
        content: ' ';
        height: 0;
        position: absolute;
        left: -63px;
        top: 15px;
        float: left;
        width: 0;
        border: 30px solid transparent;
        border-right-color: #00386b;
    }

    .btn-group-vertica .btn:hover:after {
        content: ' ';
        height: 0;
        position: absolute;
        left: -60px;
        top: 15px;
        float: left;
        width: 0;
        border: 30px solid transparent;
        border-right-color: #fff;
    }
}

.middle {
    min-height: 200px;
    width: 100%;
    overflow-x: hidden;
}

.bg-primary2 {
    background-color: #00386b;
}

.m-text {
    height: 100%;
    position: relative;
    height: 200px;
}

.table td {
    height: inherit;
}

.table thead {
    box-shadow: none;
    border-radius: inherit;
}

.table-bordered > :not(caption) > * > * {
    border: 1px solid #ddd;
}

.small-header-2 {
    color: #0d6efd;
    font-family: "Amiri", "Cormorant", serif;
    font-weight: 700;
    font-size: 19px;
}

hr {
    background-color: #e9e9ef !important;
    opacity: 1;
}

ul.ps-1 li {
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.ps-1 li:first-child {
    margin-top: 5px;
}

.guide .small-header {
    margin-bottom: 5px;
}

.guide .small-header.fst-italic {
    font-size: 22px;
}

a:focus {
    border: none !important;
    box-shadow: none !important;
}

.dropdown-divider {
    background-color: #fff;
}

.dropdown-toggle::after {
    display: inline-block;
    content: "";
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/> </svg>");
}

.dropdown-toggle::after {
    width: 10px;
    height: 10px;
    border: none;
    border: none !important;
}

.icon-right .dropdown-toggle::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-right' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/> </svg>");
}

.dropdown-item {
    color: #fff !important;
}

.middle-bg {
    background: url(/themes/def/def/images/digital.png) no-repeat center center;
    background-size: cover;
    height: 200px;
    overflow-y: hidden;
}

.list-l {
    padding: 10px 5px;
    margin: 10px 0;
    color: #fff;
    height: 40px;
    font-size: 14px;
}

.list-bg-1 {
    background-color: #503779;
}

.list-bg-2 {
    background-color: #2a2d8a;
}

.list-bg-3 {
    background-color: #2c65bf;
}

.list-bg-4 {
    background-color: #e47b1f;
}

.list-l a {
    color: #fff;
}

.list-l span i {
    margin-left: 5px;
    font-size: 15px;
}

.inflation table td {
    max-width: 53px;
    font-size: 12px;
    padding: 1px;
}

.inflation table td {
    text-align: center;
}

.inflation table tr th,
.inflation table tr td,
.inflation table .table-danger {
    border-radius: inherit;
}

.inflation table .table-danger,
.inflation table .table-danger th {
    background-color: #fe0000;
}

.inflation table .table-danger th {
    color: #fff;
}

.slider-l {
    position: relative;
}

@media all and (min-width: 992px) {
    .slider-l:before {
        content: ' ';
        height: 0;
        position: absolute;
        right: 0px;
        top: 0px;
        float: right;
        width: 0;
        margin-right: -200px;
        border: 100px solid transparent;
        border-left-color: #fff;
    }

    .slider-l:after {
        content: ' ';
        height: 0;
        position: absolute;
        right: 3px;
        margin-right: -200px;
        top: 0;
        float: right;
        width: 0;
        border: 100px solid transparent;
        border-left-color: #00386b;
    }
}

.posts h2 {
    font-weight: 500 !important;
}

.posts .img-post {
    height: 350px;
    width: 100%;
    display: block;
    background: #f2f2f2 url(/themes/def/def/images/mef_post2.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 6px;
}

.posts .article-img span {
    color: #0d6efd;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.posts .list-unstyled {
    padding: 0 14px;
}

.posts .list-unstyled li {
    margin: 10px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
}

.posts .list-unstyled.list-1 li:last-child,
.posts .list-unstyled.list-2 li:last-child {
    border-bottom-width: 0;
}

.posts .list-unstyled.list-1 li:first-child,
.posts .list-unstyled.list-2 li:first-child {
    padding-top: 0;
}


.posts .list-unstyled li span {
    color: #0d6efd;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.posts .list-unstyled li a {
    font-size: 18px;
    color: #00386b;
}

.posts .list-unstyled li a:hover {
    text-decoration: underline;
}

.ministre h6 {
    font-size: 18px;
}

.ministre a {
    font-size: 16px;
    color: #333;
}

.header-content h4 {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 1.1rem;
    color: #fff;
    line-height: normal;
    margin-bottom: 5px;
    margin-block-end: 0;
    text-shadow: inherit !important;
}

.header-content span {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    font-weight: 400;
    margin-top: -5px;
    letter-spacing: 0.1rem;
}

.guides {
    background-color: rgb(240, 240, 242);
}

.more .guides p {
    color: #0d6efd;
    font-weight: 500;
    line-height: 1.1;
}

.more .guides span {
    font-size: 16px;
    color: #00386b;
}

.annonces-con {
    color: #fff;
    position: relative;
    display: block;
    padding: 0 10px 0 0;
    height: auto;
    margin-bottom: 5px;
}

.annonces-con.an-con {
    margin-bottom: 10px;
}

.annonces-con a {
    padding: 10px 0;
    line-height: normal;
    position: relative;
    display: block;
    color: #fff;
}

.annonces-con.an-con {
    font-size: 14px;
}

.annonces-con a span {
    padding: 10px 0;
}

.an-con a:hover {
    text-decoration: underline;
}

.annonces-con .img-con {
    margin-right: 5px;
    width: 40px;
    position: relative;
    background-color: rgba(0, 0, 0, .3);
}

.annonces-con i {
    padding: 10px;
    margin-right: 5px;
    background-color: rgba(0, 0, 0, .3);
}

.a1 {
    background-color: #0E34BB;
}

.a2 {
    background-color: #16237D;
}

.a3 {
    background-color: #454A6A;
}

.a4 {
    background-color: #1B4A68;
}

.swiper {
    width: 100%;
    height: 400px;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;

}

.slide {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: rgb(240, 240, 242);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slide-1 {
    background-image: url(/themes/def/def/images/banner-1.jpg);
}

.slide-2 {
    background-image: url(/themes/def/def/images/home_banner_3.jpg);
}

.bg-contact {
    background-image: url(../images/banner_contact_6.jpg);
}

.bg-2 {
    position: relative;
    display: block;
    height: 300px;
    width: 100%;
    background-position: center top;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
}

.contact-inner {
    margin: -80px 0 0;
    position: relative;
    z-index: 1;
}

.contact-address {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 5px 25px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 5px 25px 0 rgb(0 0 0 / 7%);
    border-radius: 6px;
}

.contact-address .address-list {
    margin: 0 0 80px;
    padding-left: 0;
    font-size: 17px;
    list-style: none;
}

.address-list li {
    margin: 0 0 10px;
}

.contact-map-holder {
    height: 350px;
    -webkit-box-shadow: 0 5px 25px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 5px 25px 0 rgb(0 0 0 / 7%);
    border-radius: 6px;
}

.social-icons-2 ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons-2 ul li a {
    color: #454f5f;
}

.c2.accordion .accordion-item h2 button,
.c2.accordion .accordion-item h2 button:focus {
    font-size: 18px;
    color: #FFFFFF;
    background-color: #00386b;
}

.c2 .accordion-button::after,
.c2 .accordion-button::after svg {
    fill: #fff;
    color: #fff;
}

.white-bg .form-m {
    background: #fff;
    padding: 8% 10%;
    -webkit-box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.form-group {
    margin-bottom: 1rem;
}

.form-l {
    padding: 6px 14px;
    color: #2B2F39;
    font-weight: 600;
}

.form-contr {
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    font-size: 16px;
    padding: 6px 14px;
    background-color: transparent;
    color: #525c65;
    height: 52px;
    width: 100%;
    border-bottom: 1px solid #eee;
    line-height: 52px;
    display: block;
}

.theme-button {
    display: inline-block;
    line-height: 1.25em;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3em;
    border: 1px solid transparent;
    text-transform: uppercase;
    background: #00386B;
    padding: 1.125em 2em;
    min-width: 170px;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.zoom img {
    display: block;
    background-color: #fff;
}

.zoom img::-moz-selection {
    background-color: #fff;
}

.zoom img::selection {
    background-color: #fff;
}

.zoomImg {
    background-color: #fff;
    z-index: 10;
}

.ministre {
    padding: 5px;
    max-width: 250px;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.ministre h6 a:hover {
    color: #0a53be;
}

.og tr td:first-child {
    font-weight: 600;
}

.accordion.c2 {
    overflow-y: scroll;
}

.ff {
    position: relative;
    display: block;
}

.ct.c2 .accordion-item h2,
.ct.c2 .accordion-item h2 button,
.ct.c2 .accordion-item h2 button:focus {
    font-size: 16px;
}

.ct .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.w-80 {
    width: 80%;
}

.ref span {
    font-size: 15px;
}

.ref span:first-child {
    max-width: 60px;
    display: inline-block;
    width: 20% !important;
}

.ref span:last-child {
    text-align: left;
    width: 80%;
    padding-left: 10px;
}

.ref .flex-nowrap.flex-row.d-flex {
    margin: 3px 0;
}

.footer-content p.ctc2 {
    font-size: 14px;
}

.footer-content .form-control {
    background: #001D3D !important;
    border-color: #001D3D !important;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}


.ct.c2 .accordion-body span {
    margin-bottom: 10px;
    display: block;
}

.ct.c2 .accordion-body span,
.ct.c2 .accordion-body {
    font-size: 16px;
}

.ct.c2 .accordion-body i {
    margin-right: 10px !important;
}

.slide-0 a,
.slide-0 h1 {
    color: #64819C;
    letter-spacing: 0.05rem;
}

.slide-01 a,
.slide-01 h1 {
    color: #363DB1;
    letter-spacing: 0.05rem;
}

.slide-02 a,
.slide-02 h1 {
    color: #313AAB;
    letter-spacing: 0.05rem;
}


.slide h1 span {
    font-weight: 300;
}

.btn-theme {
    display: inline-block;
    line-height: 1.25em;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3em;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 1.125em 2em;
    min-width: 170px;
    max-width: 200px;
    text-align: center;
    letter-spacing: 0.1rem;
    color: #fff !important;
    -webkit-box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: "Jost", sans-serif;
}

.btn-b1 {
    background-color: #64819C;
}

.btn-b2 {
    background-color: #363DB1;
}

.btn-b3 {
    background-color: #313AAB;
}

.doc {
    background-color: #283344;
}

.nav-tabs-theme {
    background-color: #283344;
}

.nav-tabs-theme li button {
    color: #FFFFFF;
}

.nav-tabs-theme.nav-tabs .nav-link {
    border: 0;
    color: #FFFFFF;
}

.nav-tabs-theme.nav-tabs .nav-link.active {
    color: #FFFFFF;
    background-color: #283344;
    border-bottom: 3px solid #fff;
    border-left-width: 0;
    border-top-width: 0;
    border-right-width: 0;
}

.tab-content .form-select {
    font-size: 15px;
}

.tab-content .table-primary2 {
    background-color: #0B3764;
}

.tab-content .table-primary2 th {
    color: #FFFFFF;
}


.dataTables_paginate .page-link {

}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 0 !important;
}

.bg-wh .table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 0;
    line-height: 1.25;
    color: #677788;
    background-color: #fff;
    border: 0 solid #e7eaf3;
}

.table .table-light th {
    color: #677788;
    background-color: #f8fafd;
    border-color: rgba(231, 234, 243, .7);
}


.table thead th {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.page-link {
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    min-width: 2.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #377dff;
    border-color: #377dff;
}

.page-item .page-link {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
}

.page-item .page-link {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
}

.dataTables_paginate.paging_simple_numbers {
    padding: 1rem;
    margin-top: 20px !important;
}

.card-header:first-child {
    border-radius: .6875rem .6875rem 0 0;
}


.card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.card-header {
    padding: 1.3125rem 1.3125rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: .0625rem solid rgba(231, 234, 243, .7);
}

.card {
    background-clip: border-box;
    border: .0625rem solid rgba(231, 234, 243, .7);
    border-radius: .75rem;
    box-shadow: 0 6px 12px rgb(140 152 164 / 8%);
}

.table-light2 {
    background-color: #F3F4F6 !important;
    --bs-table-bg: #F3F4F6 !important;
    --bs-table-border: #ddd;
}

.btn-white:hover {
    color: #0052ea;
    border-color: #e7eaf3;
    box-shadow: 0 3px 6px -2px rgb(140 152 164 / 25%);
}

.table-light2 th,
#columnSearchDatatable tr td,
#columnSearchDatatable2 tr td {
    text-align: center;
}

#tofe .table-light2 th {
    text-align: left !important;
}

#columnSearchDatatable tr td,
#columnSearchDatatable2 tr td,
.mtable tr td {
    font-size: 14px;
}

#columnSearchDatatable tbody,
#columnSearchDatatable thead tr:last-child,
#columnSearchDatatable thead {
    border: 0px solid transparent !important;
}

#columnSearchDatatable thead,
#columnSearchDatatable tbody,
#columnSearchDatatable tr {
    border-color: #ddd !important;
}

.btn-white {
    background-color: #fff;
    border-color: #e7eaf3;
}

.dropdown-toggle {
    white-space: nowrap;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .4375rem .65625rem;
    font-size: .8125rem;
    border-width: 1px;
    line-height: 1.5;
    border-radius: .25rem;
}

.table thead th {
    vertical-align: bottom;
}

#columnSearchDatatable thead tr th,
#columnSearchDatatable2 thead tr th {
    border-color: rgba(231, 234, 243, .7);
}

.table .table-light2 th {
    color: #677788;
    background-color: #F3F4F6;
    border-color: rgba(231, 234, 243, .7);
}

#columnSearchDatatable tbody td {
    border-color: rgba(231, 234, 243, .7);
}

#columnSearchDatatable tfoot td {
    padding-top: 0;
    padding-bottom: 0;
}

#columnSearchDatatable2 tr:last-child td {
    border-bottom-width: 0;
}

.tabs-theme.nav-tabs {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.tabs-theme.nav-tabs .nav-link.active {
    color: #0d6efd;
    border-bottom: 3px solid #0d6efd;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
}

.tabs-theme.nav-tabs .nav-link {
    color: inherit;
    border: 0;
}

.tabs-theme.nav-tabs .nav-link:hover {
    color: #0d6efd;
}

table.table,
table.table a,
table.table span {
    font-size: 14px !important;
}

.header-pretitle {
    color: #95aac9;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    font-weight: 500 !important;
    font-size: .625rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

table.table-bordered.dataTable td:first-child, table.table-bordered.dataTable td:first-child {
    border-left-width: 0;
}

table.table-bordered.dataTable td {
    border-bottom-width: 0;
}

.tofe .btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .76563rem;
    border-radius: .2rem;
}

.btn-label {
    position: relative;
    padding-left: 44px;
    border: none;
}


.bg-theme {
    background-color: #074582;
}

.bg-theme i {
    font-size: 10px;
    margin: 0 5px;
}

.accordion-header {
    font-size: 1.3rem;
}

.accordion-body {
    text-align: justify;
    text-justify: auto;
}

.accordion-body li {
    margin: 7px 0;
}


.timeline-Tweet-media, .timeline-Header-title {
    display: none !important;
}


.wd-border {
    background: #173152;
    color: #fff;
    padding: 5px;
}

.border-primary {
    border-color: #173152 !important;
}

.m-text2 {
    margin-top: -30px;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}


.cap a {
    color: #fff;
    font-size: 15px;
}

.cap a:hover {
    text-decoration: underline !important;
}


.cap ul {
    color: #fff;
}

.cap ul li {
    margin: 7px 0;
    color: #fff;
}


.article-img .img {
    position: relative;
    height: 278px;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.article-img .img .post-text {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90px;
    width: 100%;
    background-color: rgba(7, 69, 130, .9);
    padding: 35px 30px 25px 30px;
    transition: height 0.25s;
}

.article-img .img .post-text .link {
    color: #fd625e;

}

.article-img .img .post-text:hover {
    height: 100%;
}

.article-img .img .post-text h4 a {
    color: #fff;
}

.article-img .img .post-text span {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}


.timeline-header, .timeline-footer {
    display: none;
}


.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

#container h4 {
    text-transform: none;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

#container p {
    font-size: 13px;
    line-height: 16px;
}

@media screen and (max-width: 600px) {
    #container h4 {
        font-size: 2.3vw;
        line-height: 3vw;
    }

    #container p {
        font-size: 2.3vw;
        line-height: 3vw;
    }
}


.accordion-button:after {
    font-family: boxicons !important;
    content: "\eb8b";
    background: none;

}

.accordion-button.collapsed:after {
    content: "\ebc0";
    background: none;
}

.accordion-button:not(.collapsed)::after {
    background: none;
}

.header-text a {
    font-size: 14px;
    color: #fff;
}

.header-contact-details-container .header-contact-detail {
    display: flex;
    align-items: center;
}

.header-contact-details-container {
    background-color: rgba(255, 255, 255, 0.9);
}

.header-contact-details-container {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 50;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0px 1px 3px 0px rgb(0 0 0 / 7%);
}

.header-contact-details-container .header-contact-details-list li:first-child {
    padding-left: 0;
}


.header-contact-details-container .header-contact-details-list li {
    border-right-color: #ccc;
}

.header-contact-details-container .header-contact-details-list li {
    padding: 15px;
    font-size: 14px;
    border-right: 1px solid #E3E3E3;
}

.header-contact-details-container .header-contact-details-list li:last-of-type {
    border: none;
}

.header-contact-details-container .header-contact-details-list li, #header.header-01 .header-contact-details-container .header-social-icon-list li {
    display: inline-block;
}

.header {
    display: block;
    position: relative;
}


.header-contact-details-container .header-contact-detail i {
    font-size: 25px;
}

.header-contact-details-container .header-contact-detail .header-contact-detail-info {
    margin-left: 15px;
}

.taux h4 {
    color: #033058;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
}

.taux .title {
    color: #033058;
    font-size: 12px;
    text-align: center;

}

.taux table td {
    border: 1px solid rgba(51, 51, 51, 0.1);
}

.taux .data {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}


.blog-post .post-title {
    color: #111;
    font-weight: 600;
}

.blog-post .post-title:hover {
    color: #111;
    text-decoration: underline !important;
}


.blog-post .excerpt {
    color: #454f5f;
}

.blog-post .post-category {
    color: #111;
}

.archive {
    max-height: 350px;
    overflow-y: scroll;
}

.archive.archive2 {
    max-height: 600px;
    overflow-y: scroll;
}

.archive p a {
    color: #2a303b;
    font-size: 14px;
}

.archive p a:hover {
    color: #2a303b;
    text-decoration: underline !important;
}

.archive span {
    color: #58a6ff;
    font-size: 14px;
}

.post-wrapper {
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.swiper-container {
    width: 100%;
    height: 100%;
    background: #000;
}


.swiper-2,
.post-image {
    height: 400px;
}

.post-image img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}


.bg-3 {
    position: relative;
    display: block;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.5);
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.9) !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px !important;
}

.swiper-pagination-bullet-active, .swiper-button-next, .swiper-button-prev {
    color: #fff !important;
}

.sd-menu .dropdown-item {
    color: inherit !important;
}

.sd-menu .dropdown-item:hover {
    text-decoration: underline !important;
}

.nav-item2 {
    position: relative;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination {
    margin-top: 20px;
    justify-content: center !important;
}

.pagination .active span,
.pagination .disabled span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    border: 1px solid #dee2e6;

}

.pagination .active span,
.pagination .disabled span,
.pagination .disabled a {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination li:first-child a {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.ap-wrapper {
    border: 1px solid #00386b;
}

.ap-wrapper .ap-header {
    background-color: #00386b;
}

.ap-wrapper .ap-header h5 {
    padding-top: 5px;
    padding-left: 10px;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #fff;
}

.ap-wrapper ul {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    height: 800px;
    overflow-y: scroll;
    position: relative;
    display: block;
}


.ap-wrapper ul li {
    font-size: 15px;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
}

.ap-wrapper ul li a {
    color: inherit;
}

.annonces a:hover {
    color: #ff7a00;
}

.ap-wrapper ul li a:hover {
    color: #ff7a00;
    font-weight: 500;
}

.ap-wrapper span {
    color: #58a6ff;
    font-size: 14px;
}


#main1 {
    width: 454px;
    height: 250px;
    overflow: scroll;
}

#main1 table {
    width: 100%;
    font-size: 13px;
}

#main1 thead {
    flex: 0 0 auto;
}

#main1 .ts {
    font-size: 11px;
}


#main1 th, #main1 td {
    white-space: nowrap;
}


#datatable-buttons td .sb {
    color: inherit;
}

#datatable-buttons td .sb:hover {
    text-decoration: underline !important;
}

.mn-p .mn-wrapper {
    border: 2px solid #00386b;
}

.mn-p h5 {
    color: #00386b;
    text-transform: uppercase;
}

.mn-p span {
    color: #00386b;
}

.mn-p a {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    font-size: 10px;
    box-shadow: none;
    text-transform: uppercase;
}

.mn-p a i {
    font-size: 1.1rem;
}

.sb:hover {
    cursor: pointer;
}


.swiper.swiper3 {
    height: 310px;
}

.manuels .table,
.manuels .table th {
    font-size: 12.5px;
}

.manuels .table th {
    font-weight: 500;
}

.f-small {
    font-size: 12px;
}

.s-link a {
    color: #657786;
}

.s-link a:first-child {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

.s-link a:hover {
    color: #5156be;
    text-decoration: underline;
}

.header-text {
    padding-top: 10px;
}

.header-text a:hover {
    color: #ff7a00;
}


.dg-w ul {
    list-style-position: inside;
}

.swiper-slider .slide:hover {
    cursor: pointer;
}

@media all and (min-width: 992px) {
    .logo_prepoc {
        max-width: 400px;
    }
}

.logo_prepoc {
    display: block;
    margin: auto;
}


.btn-logo,
.btn-mobile {
    display: none;
}

@media all and (max-width: 992px) {
    .btn-logo,
    .btn-mobile {
        display: none;
    }

    .dropdown-menu {
        border: none !important;
    }
}

@media all and (max-width: 767px) {
    .btn-logo,
    .btn-mobile {
        display: block;
    }

    .dropdown-menu {
        border: none !important;
    }
}

@media all and (min-width: 1200px) {
    .container {
        max-width: 94% !important;
    }
}


#custom-search-input input {
    border: 0;
    box-shadow: none;
}

#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: 1px solid #ccc;
}

@media all and (min-width: 992px) {
    .ss-search-form {
        width: 60%;
    }
}

.ss-autocomplete-result__image,
.ss-result__image {
    display: none;
}


.taux_brh2 .table-fill {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    height: 100px;
    margin: auto;
    /* max-width: 600px; */
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
    margin: 1.5rem 0;
}

.taux_brh2 tr:last-child {
    border-bottom: none;
}

.taux_brh2 tr {
    border-top: 1px solid #C1C3D1;
    border-bottom: 1px solid #C1C3D1;
    color: #666B85;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

.taux_brh2 th {
    color: #fff;
    background: #05155b;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 23px;
    font-weight: 100;
    padding: 10px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

.taux_brh2 td {
    background: #FFFFFF;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #C1C3D1;
}

.taux_brh2 table tr td:nth-child(2) {
    text-align: center !important;
}

.taux_brh2 .logo_banque {
    height: 1.3rem;
}

.css-1dbjc4n.r-140t1nj.r-qklmqi.r-1cbz2o1 {
    display: none !important;
}

.brochure {
    background: url(../images/banner_brochure.jpg) no-repeat center left;
    background-size: contain;
    position: relative;
    display: block;
    width: 100%;
    height: 210px;
}

@media screen and (max-width: 767px) {
    .brochure {
        min-height: 320px;
        background-size: cover;
    }
}

.bg-orange {
    background-color: #ec6738 !important;
    color: #fff;
}

.bg_manuel {
    background: url(../images/carte.png) no-repeat center center;
    background-size: 70%;
    position: relative;
    display: block;
    z-index: 10;
    width: 100%;
    height: auto;
}

.bg_manuel:before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .20);
    position: absolute;
    z-index: 1;
}