::-webkit-scrollbar {
    width: 10px;
}
  
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #1026f0;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0272bb;
    border-radius: 10px;
}

/* Bouton Styles */
.btn-primary {
    background-color: #55aae2;
    font-weight: 700;
}

.btn-warning {
    background-color: #f3ce62;
    font-weight: 700;
}

.btn-success {
    background-color: #539074;
    font-weight: 700;
}

.btn-danger {
    background-color: #da5f6c;
    font-weight: 700;
}

.btn-info {
    background-color: #77def3;
    font-weight: 700;
}

/* Text Styles */
.text-primary {
    color: #55aae2;
}

.text-warning {
    color: #f3ce62;
}

.text-success {
    color: #539074;
}

.text-danger {
    color: #da5f6c;
}

.text-info {
    color: #77def3;
}

/* Alert Styles */
.alert-primary {
    background-color: #55aae2;
    color: #ffffff;
}

.alert-warning {
    background-color: #f3ce62;
    color: #000000;
}

.alert-success {
    background-color: #539074;
    color: #ffffff;
}

.alert-danger {
    background-color: #da5f6c;
    color: #ffffff;
}

.alert-info {
    background-color: #77def3;
    color: #000000;
}

/* Table Styles */
.table-primary {
    background-color: #55aae2;
}

.table-warning {
    background-color: #f3ce62;
}

.table-success {
    background-color: #539074;
}

.table-danger {
    background-color: #da5f6c;
}

.table-info {
    background-color: #77def3;
}

/* General CSS */
body, html {
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

body {
    padding-top: 130px;
    /* background: url('../motifs/motif-6.svg'); */
    
}

#banner {
    padding: 100px;
    background-color: #02acfa;
}

/* Login and Register CSS */
#login, #register, #forgot-password, #reset-password, #envoyer-demande, #repondre-demande {
    /* background-image: url('../images/backs/back_3.jpeg'); */
    /* background-size: auto; */
    /* background-position: left top; */
    /* background: url('../motifs/motif-3.svg'), linear-gradient(90deg, #fff 0%, #fff 1%, #bce5fd 30%, #bce5fd 70%, #fff 99%, #fff 100%); */
    background-color: #ffffff;
}

/* Navbar CSS */
.navbar {
    background-color: #ffffff;
    height: 60px;
    /* background: linear-gradient(135deg, #dce5fd 40%, #bce5fd); */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

.navbar .collapse {}

.navbar .collapse .nav-link {
    color: #000;
    /* background-color: #bce5fd;
    border: 1px solid #ffffff; */
    font-size: 15px;
    font-weight: 550;   
    /* box-shadow: #555 1px 1px 3px; */
    padding: 10px 20px;
}

.navbar .collapse .nav-link:hover { 
    background-color: #bce5fd;
    /* border-right: 5px solid #0272bb;
    border-left: 5px solid #0272bb; */
    /* box-shadow: #0272bb 1px 3px 3px; */
    transition: .2s;
    font-weight: bold;
    color: #000;
}

.navbar .collapse .active {
    background-color: #bce5fd;
    border-right: 5px solid #0272bb;
    border-left: 5px solid #0272bb;
    /* box-shadow: #0272bb 1px 3px 3px; */
    color: #000;
    font-weight: 550;
}

.navbar .collapse .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #bce5fd;
    /* border-right: 5px solid #0272bb;
    border-left: 5px solid #0272bb; */
    /* box-shadow: #0272bb 3px 0px 0px; */
    transition: 0.3s;
    color: #000;
    font-weight: 550;
}

.navbar .collapse .dropdown .dropdown-menu .active {
    background-color: #bce5fd;
    border-right: 5px solid #0272bb;
    border-left: 5px solid #0272bb;
    /* box-shadow: #0272bb 1px 3px 3px; */
    color: #000;
    font-weight: 550;
}

/* Body Section Header CSS */
.section-header {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    /* background-color: #bce5fd; */
    background: linear-gradient(90deg, #fff 0%, #fff 1%, #1a95e7 30%, #1a95e7 70%, #fff 99%, #fff 100%);
    color: #ffffff;
    /* border-radius: 30px; */
}

.autohide {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

.scrolled-down{
    transform:translateY(-100%); transition: all 3s ease-in-out;
}

.scrolled-up{
    transform:translateY(0); transition: all 1s ease-in-out;
}

/* Body Article CSS */
.article-title {
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    /* background-color: #dddddd; */
    background: url('../motifs/motif-4.svg'), linear-gradient(90deg, #fff 0%, #fff 1%, #bce5fd 30%, #bce5fd 70%, #fff 99%, #fff 100%);
    padding: 0;
}

.article-title h6 {
    font-size: 14px;
    text-decoration: none;
    margin: 0px;
    padding: 5px;
    color: #000000;
    text-align: center;
    font-weight: 600;
}

.chart {
    border-color: #dddddd;
}

/* Carousel CSS */
.carousel .carousel-section {
    max-width: 550px; 
    color: #000000;
    padding: 5px;
    background-color: #bce5fd; 
    /* background-color: #20273a;  */
    border-radius: 5px; padding: 5px;
    font-size: 14px;
}

.carousel h3 {
    color: #ffffff;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    /* border-radius: 5px; */
    background-color: #55aae2;
    padding: 5px;
}

.carousel .slide-link {
    text-align: center;
    /* background-color: #eeeeee; */
    padding: 5px;
}

/* Rapports de Synthèse */
.rapport-synthese {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #dddddd;
    background: url('../motifs/motif-4.svg'), linear-gradient(90deg, #fff 0%, #fff 1%, #bce5fd 30%, #bce5fd 70%, #fff 99%, #fff 100%);
    /* background-color: #dddddd; */
    text-align: center;
}

.rapport-synthese h6 {
    color: #ffffff;
    background-color: #55aae2;
    padding: 2px;
    margin: 0;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

.rapport-synthese button {
    font-size: 13px;
    border-radius: 0;
}

.rapport-synthese .modal .modal-dialog {
    width: 350px;
}

.rapport-synthese .modal .modal-dialog .modal-content .modal-body {
    height: 300px;
    overflow-y: scroll;
}

.rapport-synthese .modal-header {
    background-color: #55aae2;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
}

.rapport-synthese .modal-header span {
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

.rapport-synthese .modal-body {
    background-color: #eeeeee;
    text-align: left;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

.card {
    /* background-color: #51555c; */
}

.btn {
    border-radius: 0;
    padding: 10px;
}

.form-control {
    border-radius: 0;
    padding: 10px;
}

#custom-button {
    /* display: block; */
    /* width: 100%; */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#file-name {
    font-size: 12px;
}

/* Filter Forms */
.filters {
    /* background-color: #eeeeee; */
    padding: 5px;
    /* border-radius: 5px; */
}

.filters form, .year-filter form {
    border: 1px solid #dddddd;
    text-align: center;
}

.filters form .article-title, .year-filter form .article-title {
    /* background-color:  #eeeeee; */
}

.filters form .article-title h6, .year-filter form .article-title h6 {
    color: #000000;
    /* background-color: #dddddd; */
}

.filters form select, .filters form input, 
.year-filter form select, .year-filter form input {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color:var(--bs-body-color);
    border-radius: 0;
    border: 1px solid #cccccc;    
    margin-right: 3px;
}


/* Sidebar CSS */

.sidebar-nav {
    background: url('../motifs/motif-4.svg'), linear-gradient(90deg, #fff 0%, #fff 1%, #bce5fd 30%, #bce5fd 70%, #fff 99%, #fff 100%);
    /* background-color: #dddddd; */
}

.sidebar-back {
    background: url('../motifs/motif-5.svg'), linear-gradient(90deg, #1a95e7 0%, #fff 1%, #1a95e7 30%, #1a95e7 70%, #fff 99%, #1a95e7 100%);
}

.sidebar-nav ul {
    list-style: none;
}

.sidebar-nav ul li{
    background-color: #ffffff;
}

.sidebar-nav ul > li > a {
    color: #000000;
    /* font-size: 14px; */
    text-decoration: none;
}

.sidebar-nav ul > li > a:hover {
    background-color: #bce5fd;
    /* border-right: 5px solid #0272bb;
    border-left: 5px solid #0272bb; */
    /* box-shadow: #0272bb 3px 0px 0px; */
    transition: 0.3s;
    color: #000;
    font-weight: 550;
}

.sidebar-nav ul > li:hover {
    color: #ffffff;
    font-weight: 700;
    
}

.sidebar-nav .active {
    text-align: center;
    transform: translateX(10px);
    border: 1px solid #0272bb;
    border-start-end-radius: 15px;
    border-end-end-radius: 15px;
    background-color: #bce5fd;
    border-right: 5px solid #0272bb;
    border-left: 5px solid #0272bb;
    transition: 0.3s;
    color: #000;
    font-weight: 550;
}

.sidebar-nav .active a,
.sidebar-nav .active a:hover {
    color: #000;
}

.stat-label {
    /* background-color: #dddddd; */
    background: url('../motifs/motif-4.svg'), linear-gradient(90deg, #fff 0%, #fff 1%, #bce5fd 30%, #bce5fd 70%, #fff 99%, #fff 100%);
    font-size: 14px;
}

#source {
    padding: 0 5px;
    text-align: center;
}

#source h5 {
    font-size: 13px;
    font-weight: 700;
}

#packs {}

/* DataTables CSS */
.data-table {
    background-color: #ffffff;
    padding: 15px 5px;
    margin-bottom: 15px;
    /* box-shadow: 1px 3px 5px; */
    border-radius: 5px;
}

.data-table table {
    width: 100%;
    font-size: 12px;
    padding: 5px;
}

.data-table table th {
    text-transform: uppercase;
    background-color: #55aae2;
    color: #ffffff;
}

.data-table .btn {
    padding: 5px 10px;
    background: transparent;
    color: #55aae2;
    margin-bottom: 10px;
}

/* Footer CSS */
.footer-section {
    background: linear-gradient(90deg, #0272bb 0%, #1a95e7 1%, #0272bb 30%, #0272bb 70%, #1a95e7 99%, #0272bb 100%);
    font-size: 14px;
}

.footer-section h5 {
    font-size: 15px;
    font-weight: bolder;
    color: #bce5fd;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 5px;
    margin-bottom: 15px;
}

.footer-section a { 
    text-decoration: none;
    color: #000000;
}

.footer-section a:hover {
    /* color: #ffffff; */
    font-size: medium;
    font-weight: bold;
}

/* Animation Logo Branding Guinée */
.logo-anime {
    animation: anim_logo 5s infinite;
}

@keyframes anim_logo {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Animation Section Partenaires APIP-Guinée */
.partners {
    /* animation: parteners_transition 60s infinite; */
    animation: parteners_transition 15s infinite;
}

@keyframes parteners_transition {
    0% {
        translate: 100%;
        opacity: 1;
    }
    100% {
        translate: -100%;
        opacity: 0;
    }
}

.partners .slide {
    background-color: #eee;
    padding: 5px;
    border-radius: 5px;
    margin: 0 5px;
}

/* Animation Section A propos */
.about {
    animation: about 4s infinite;
}

@keyframes about {
    0% {
        background-image: url('../images/backs/back_4.jpeg');
    }
    50% {
        background-image: url('../images/backs/back_3.jpeg');
    }
    100% {
        background-image: url('../images/backs/back_5.jpg');
    }
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background: #0272bb;
    opacity: 0.7;
    color: #bce5fd;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 50%;
    font-size: 20px;
    padding: 8px 15px;
}

#topBtn:hover {
    opacity: 1;
}

/* Media Queries */
@media screen and (max-width: 767px) {
    /* General CSS */
    body {
        padding-top: 0;
    }
    
    #topBtn {
        display: none;
        position: fixed;
        bottom: 15px;
        right: 30px;
    }

    .branding {
        width: 100%;
        background-color: #eeeeee;
    }

    /* Navbar CSS */
    .navbar {
        /* background: linear-gradient(135deg, #dce5fd 40%, #bce5fd); */
        position: absolute;
        top: 0;
        height: initial;
        text-align: center;
        margin: 0;
        padding-top: 0;
    }  

    /* Datables CSS */
    .data-table {
        background-color: #ffffff;
        box-shadow: none;
        border-radius: 0;
    }

    .data-table table {
    }
    
    .data-table table th {
        text-transform: uppercase;
        background-color: #55aae2;
        color: #ffffff;
    }
    
    .data-table .btn {
        padding: 5px 10px;
        background: transparent;
        color: #55aae2;
        margin-bottom: 10px;
    }
    
    .sidebar-nav {
        margin-bottom: 15px;
    }

    #rapport-table {
        overflow-x: scroll;
    }

}

@media screen and (max-width: 991px) {
    /* Datables CSS */
    .data-table {
        overflow-x: scroll;
    }
}


@media screen and ((min-width: 768px) and (max-width: 991px)) {
    .branding {
        width: 100%;
        background-color: #eeeeee;
    }
    /* Navbar CSS */
    .navbar {
        position: absolute;
        top: 0;
        height: initial;
        text-align: center;
        margin: 0;
        padding-top: 0;
    }
}

@media screen and ((min-width: 992px) and (max-width: 1199px)) {
    .branding {
        /* width: 100%; */
        /* background-color: #eeeeee; */
    }
    /* Navbar CSS */
    .navbar {
        /* position: absolute;
        top: 0;
        height: initial;
        text-align: center;
        margin: 0;
        padding-top: 0; */
      
    }
}

@media screen and (min-width: 1200px) {
    .navbar {
        /* position: absolute;
        top: 0;
        height: initial;
        text-align: center;
        margin: 0;
        padding-top: 0;  */
    }

    .navbar .collapse {
        
    }
    
    .navbar .collapse .nav-link {
        /* font-weight: lighter; */
    }

    .navbar .collapse .active {
    }
}