*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

button {
    outline: 0!important;
    border: 0!important;
}
body{
    font-family: "Manrope";
}


/* .btn.show {
    border: 0!important;
} */
.navigation-top .dropdown-toggle::before {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-47%);
}
.navigation-top button {
    color: #fff;
    font-size: 13px;
    padding: 0;
    font-weight: 500;
}
.navigation-top .dropdown {
    margin-right: 20px;
}
.navigation-top .btn {
    position: relative;
}
/* .navigation-top .btn::before {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #fff;
    margin-right: 10px; 
    
} */
.dropdown-toggle::after {
    border: 0!important;
    vertical-align: 0!important;
}
.logo-top {
    font-size: 18px;
    font-weight: 600;
}
.btn-top {
    background: #5d4da6!important;
    color: #fff!important;
    font-size: 13px!important;
    font-weight: 500!important;
}

.top-right input {
    background: none;
    border: none;
}
.top-right form {
    background: rgba(255, 255, 255, .2);
    border: solid 1px #ffffff17;
    border-radius: 7px;
}
.top-right button {
    padding-right: 0;
    color: #fff;
    font-weight: 100;
}
.top-right button svg {
    width: 14px;
}
.top-right button:hover {
    background: none!important;
}
/* .top-right form input::placeholder {
    font-size: 13px;
    color: #0e0d0d!important;
    font-weight: 500;
} */


.form-control:focus {
    color: #fff!important;
    background-color: transparent!important;
    border-color: none;
 
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25)!important;
}

.col-lg-6.top-right ul {
    margin-bottom: 0!important;
}
.nav-item .nav-link img {
    width: 27px;
    height: 29px;
    /* object-fit: contain; */
}
.compteur-notif {
    position: relative;
    margin-bottom: 0;
   right:40px;
   top: -12px;
    font-size: 12px;
    background: #e52c24;
    font-weight: 600;
    padding: 1px 6px;
    line-height: 100%;
    border-radius: 10px;
}

/* main */

body {
   
    background: rgb(32,25,127);
    background: linear-gradient(147deg, rgba(32,25,127,1) 36%, rgba(221,66,155,1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 10px 20px;
    height: 94.7vh;
}
.btn-sec{
    background: rgba(255, 255, 255, .2)!important;
    border: solid 1px #ffffff08!important;
    border-radius: 4px!important;
    transition: all .2s!important;
    font-size: 13px!important;
    font-weight: 500!important;
    gap: 5px!important;
    outline: 0!important;
    padding: 5px 10px!important;
}
.btn-sec-blanc{
    background: #fff!important;
    color: #142b4a!important;
}
.btn-sec-blanc:hover i{
    color: #fff!important;
}
.btn-sec-blanc i {
    color: #142b4a!important;
}
.btn-sec img {
    filter: invert(1);
    width: 16px;
}
/* button:focus {
    border: 0!important;
} */
.btn-sec:hover {
    color: #fff!important;
    background: #ffffff1e!important;
}
.btn::after {
    display: none!important;
}
p{
    margin-bottom: 0!important;
}
.bar-top-1 button,
.bar-top-1 button i{
    color: #fff;
}
.bar-top-1 button i {
    margin-right: 0px;
}
.log-text-top {
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}
.separator {
    height: 20px;
    width: 1px;
    background: #ffffff29;
    margin: 0 4px;
}
.share-button img {
    filter: inherit!important;
    transition: ease-in-out .2s;
}
.share-button:hover img{
    filter: invert(1)!important;
}


.profil-right img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
button.btn i,
button.btn img {
    margin-right: 5px;
}
#btn-power {
    display: flex;
    align-items: center;
    gap: 10px!important;
}
#btn-power i{
    margin-right: 0!important;
}
#btn-power img {
    filter: inherit!important;
    margin-right: 0!important;
}
.row.bar-top-1 {
    margin-bottom: 3px;
}
.margin-right-0{
    margin-right: 0!important;
}





.class-content {
    margin: 0 0px;
    background: #ebecf0;
    border-radius: 5px;
    padding: 10px 5px 10px 10px;
}
.class-content .title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
}
.title i {
    font-size: 13px;
}
.row.grid-class >* {
    padding: 3px;
}
.row.grid-class {
    padding: 0 8px;
    margin-top: 8px;
    max-height: 100%;
}
.class-profil {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    z-index: 0;
}
.class-profil::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
}
.class-profil h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
    margin-top: 20px;
    font-size: 45px;
    font-weight: 800;
    font-family: poppins;
}
.class-profil p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.class-blog-title img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 2px;
}
.class-blog-title {
    display: flex;
    text-align: center;
    justify-content: center;
}
.class-blog-title h4 {
    font-size: 15px;
    text-decoration: none;
    font-weight: 800;
    color: #2f4461;
}
.class-blog p {
    color: #2f4461;
    font-size: 13px;
    font-family: Poppins;
}
.class-blog {
    background: #fff;
    padding: 7px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}
.class-blog .bouton i {
    color: #0a8ff3;
}
.class-blog .bouton {
    margin-top: 15px;
}
.btn-th {
    transition: all .2s!important;
    font-size: 13px!important;
    font-weight: 600!important;
    outline: 0!important;
}

.btn-class {
    padding: 0 8px!important;
    font-size: 13px!important;
    font-family: Poppins!important;
    line-height: 120%!important;
    border-radius: 5px!important;
    color: #142b4a!important;
}
.btn-class {
    width: fit-content;
}
.class-blog h6 {
    font-size: 16px;
    margin-top: 10px;
}

.info-btn {
    background: #5abe5c;
    color: #fff;
    font-family: Poppins;
    font-size: 13px;
    padding: 2px 5px;
    border-radius: 5px;
    width: fit-content;
}

.info-btn i{
    font-size: 15px!important;
    font-weight: 100;
}
.list-btn-modal .btn{
    font-family: Poppins;
    font-size: 14px;
}
.class-blog-btn-list {
    margin: 0!important;
    padding: 0!important;
}
.list-tableau {
    overflow-y: scroll;
    max-height: 79vh;
    padding-right: 5px;
}





/* Pour la barre de défilement elle-même */
::-webkit-scrollbar {
    width: 10px; /* Largeur de la barre de défilement */
    margin-left: 5px;
  }
  
  /* Pour le track (la piste) de la barre de défilement */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; /* Couleur de fond du track */
  }
  
  /* Pour le thumb (le curseur) de la barre de défilement */
  ::-webkit-scrollbar-thumb {
    background: #bec4ce; /* Couleur du curseur */
    border-radius: 4px; /* Bordure arrondie du curseur */
  }
  
  /* Lorsque le curseur est survolé */
  ::-webkit-scrollbar-thumb:hover {
    background: #b1b7c0; /* Couleur du curseur au survol */
  }



  /* modal */
  .modal-list .modal-dialog {
    max-width: 100%;
    
}
.table-responsive  tr.odd {
    background-color: #f9f9f9;
}
.table-responsive td {
    background: transparent !important;
    border-color: #eaeaea;
}
table tbody td {
    padding: 15px 18px;
}

thead th {
    color: #454545!important;
    font-weight: 600;
    font-size: 14px!important;
    font-family: Poppins;
    vertical-align: middle;
} 

td,
th {
    vertical-align: middle;
    color: #454545!important;

}
tbody td {
    padding: 15px 10px!important;
}
.modal-footer,
.modal-header {
    border: 0!important;
}

.modal-content .modal-body, .modal-body div {
    max-height: 80vh;
}

.modal {
    height: 107% !important;
}

.modal-open .modal {
    overflow-y: hidden !important;
}


/* Profil-top */
.profil-top a {
    display: contents;
    color: #212529;
    font-family: Poppins;
    font-size: 13px;
}
.profil-link .dropdown-menu {
    padding: 0;
}
.emploie-temps {
    margin: 0 15px;
}