/* Navbar fixe */



body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


  /*  BTN HERO */

/*    END BTN HERO */
.carousel-button.prev {
  left: 0;
}

.carousel-button.next {
  right: 0;
}


.card {
  transition: transform 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}





#myBtn {
display: none; /* Masqué par défaut */
position: fixed; /* Reste en place lors du défilement */
bottom: 15px; /* Espacement depuis le bas de la page */
right: 27px; /* Espacement depuis le côté droit de la page */
z-index: 99; /* Assure que le bouton est au-dessus d'autres éléments */
font-size: 18px; /* Taille de la police */
border: none; /* Pas de bordure */
outline: none; /* Pas de contour */
background-color: #1A237E; /* Couleur de fond personnalisée */
color: white; /* Couleur du texte */
cursor: pointer; /* Curseur en forme de main lors du survol */
padding: 15px; /* Espacement interne */
border-radius: 15px 15px 0 0; /* Coins arrondis en haut */
transition: background-color 0.3s, transform 0.3s; /* Transition fluide pour les effets */
border:1px solid #1A237E;

}

#myBtn:hover {
background-color: white; /* Couleur de fond lors du survol */
transform: scale(1.1); /* Agrandir légèrement lors du survol */
color: #1A237E;
}

/*NAVBAR----------------------------------*/

/*........................... RESPONSIVE PARTY  ........................................*/

/* HERO PARTY */
/* Images dans le carousel */
.carousel-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Position du texte dans le carrousel */
.carousel-btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 24px;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.carousel-btn:hover {
  background-color: #FF7F50;
  color: #f2e9d8;
  border-color: #FF7F50;
  transform: translateY(-50%) scale(1.1);
}

.custom-prev {
  left: 20px;
}

.custom-next {
  right: 20px;
}

.carousel-caption {
  bottom: 20%;
}

/* Slide de type hero */
.carousel-item-hero {
  height: 80vh;
}

/* Boutons personnalisés du carrousel */
.carousel-button {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FF7F50;
  color: white;
  border: none;
  padding: 1px 15px;
  cursor: pointer;
  font-size: 24px;
  border-radius: 50%;
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

/* Boutons suivant/précédent */
.carousel-button.next,
.carousel-button.prev {
  position: relative;
  left: 50px;
  background-color: white;
  border: 1px solid #142f6a;
  color: #142f6a;
  padding: 10px 20px;
  border-radius: 50%;
  font-weight: 900;
  transition: background-color 0.3s, color 0.3s;
}

/* Hover des boutons */
.carousel-button.next:hover,
.carousel-button.prev:hover {
  background-color: #FF7F50;
  color: #f2e9d8;
  border-color: #FF7F50;
}

/* Conteneur carrousel horizontal (défilement horizontal, type mini-catégories) */
.carousel-container {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  position: relative;
}

/* Carousel horizontal pour les catégories */
.carou .carousel-item {
  display: inline-block;
  width: 200px;
  margin-right: 15px;
}

/* Images du carousel horizontal */
.carou .carousel-item img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}


@media (max-width:360px){
  .carousel-item img {
    width: 100% !important;
    height: 55vh;

    object-fit: cover;

  }
}

@media (max-width:359px){
  .carou .carousel-item img {
    width: 127px !important;
    height: 90px !important;
    object-fit: cover;
    background-color: red;
}
}
  /* Style pour les boutons du carrousel */

 
/* Style pour la scrollbar cachée */
.carousel-container::-webkit-scrollbar {
  display: none;
}
.carousel-container {
  -ms-overflow-style: none; /* Cache la scrollbar sur Internet Explorer et Edge */
  scrollbar-width: none; /* Cache la scrollbar sur Firefox */
}
/* fin defilement image des categories  */

/*............................ END RESPONSIVE PARTY .................................................... */

/* CATEGORY SUB CATEGORY  */


.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #e2e6ea;
  color: #000;
  transition:0.4s;
}



/* END CATEGORY SUB CATEGORY  */
/* HERO PARTY  */

.carousel-img {
    height: 300px; /* Ajustez cette hauteur selon vos besoins */
    object-fit: cover;
    width: 400px;
    object-position: center;
    border-radius: 4%;
    

  }


.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajuste la taille de l'image sans déformation */
    display: block;
}

.image-wrapper h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Fond semi-transparent pour le titre */
    color: #fff;
}
.img-category-gallery{
 height: 18rem; 
}


/* END FOOTER PARTY  */
/* COMPTABILITE PAGE PARTY */
.hero_compta  {
    background-size: cover;
    background-position: center;
    height: 80vh; /* Adjust height as needed */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero_contact{
  background-size: cover;
  background-position: center;
  height: 80vh; /* Adjust height as needed */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

}

.hero_icontentgpe{
  background-color: rgba(0, 0, 0, 0.6); /* Adds a dark overlay for better text visibility */

  content: '';
  height: 100vh;
    position: relative;

}
.hero_icontentgpe::before{
  background-color: rgba(0, 0, 0, 0.6); /* Adds a dark overlay for better text visibility */
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-caption {
  padding-bottom: 5rem !important; /* place le texte vers le haut mais pas collé */
  z-index: 2;
}
.hero_compta::before,.hero_juridique::before,.hero_fiscalite::before,.hero_management::before,.hero_contact::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Adds a dark overlay for better text visibility */
    z-index: 1;
}
/* HERO FISCALITE  */
.btn-services,.btn-hero{
  background-color: #1a237e;
  color: white;
}
.btn-hero:hover{
  background: white;
  color:#142f6a;
}
.btn-services:hover{
  background-color: white;
  color: #142f6a;
}
.hero_fiscalite {
  background-size: cover;
  background-position: center;
  height: 80vh; /* Adjust height as needed */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* HERO JURIDIQUE  */
.hero_juridique {
  background-size: cover;
  background-position: center;
  height: 80vh; /* Adjust height as needed */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-ctitre-services,.text-services{
  color:#f2e9d8 ;
}


/* HERO MANAGEMENT */
.hero_management {
  background-size: cover;
  background-position: center;
  height: 80vh; /* Adjust height as needed */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hpagehcontent {
  z-index: 2;

}
.hero_content {
    z-index: 2;
    max-width: 800px; 
    padding: 20px;
}

.hero_content h1 {
    font-size: 3rem; /* Adjust as needed */
    margin-bottom: 20px;
    font-weight: bold;
}

.hero_content p {
    font-size: 1.2rem; /* Adjust as needed */
    margin-bottom: 30px;
}
.hero_content_compt{
  z-index:2 !important;
}
.hero_content_compt h1 {
  font-size: 3rem; /* Adjust as needed */
  margin-bottom: 20px;
  font-weight: bold;
}
.hero_content_compt{
  max-width: 700px; 
  padding: 20px;
}
.hero_content_compt{
  font-size: 3rem; /* Adjust as needed */
  margin-bottom: 20px;
  font-weight: bold;

}
.hero_content_compt p {
  font-size: 1.2rem; /* Adjust as needed */
  margin-bottom: 30px;
}
@media (max-width:755px) {
  .hero_content_compt{
    max-width: 700px; 
    padding: 20px;
    margin: 20px;
  }
  .hero_content_compt{
    z-index:2;
  }
  .hero_content_compt h1 {
    font-size: 1.9rem; /* Adjust as needed */
    margin: 20px;
    font-weight: bold;
    
  }
  
.hero_content_compt p {
  font-size: 20px; /* Adjust as needed */
  margin-bottom: 30px;
}
}
.uns1{
  background-image: url('/assets/images/unsplash-photo-1.jpg');
 
}
.uns2{
  background-image: url('/assets/images/unsplash-photo-2.jpg');

}
.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* BLOG PARTY  */
.hero_blog  {
  background-size: cover;
  background-position: center;
  height: 80vh; /* Adjust height as needed */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero_blog::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6); /* Adds a dark overlay for better text visibility */
  z-index: 1;
}
.down-to-article {
  position: relative;
  left: 50px;
  background-color: #202020; /* Fond blanc */
  border: 1px solid white; /* Bordure de couleur #1A237E */
  color: white; /* Couleur du texte et icônes */
  padding: 12px 22px; /* Espacement autour du bouton */
  border-radius: 50%; /* Arrondir les bords légèrement */
  font-weight: bold; /* Texte en gras */
  transition: background-color 0.3s, color 0.3s; /* Transition douce pour hover */
}
.down-to-article:hover {
  
  background-color: white; /* Fond blanc */
  color: blue; /* Couleur du texte et icônes */
}
/* Effet de survol sur les catégories */
.category-article-hover {
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.category-article-hover:hover {
  background-color: #1A237E; /* Couleur de fond au survol */
  color: white;
  transform: scale(1.05); /* Légère mise en avant de la catégorie */
}
.btn-read-article{
  color:#142f6a;
  border-color: #142f6a;
}
.btn-read-article:hover{
  background-color: #142f6a;
  color:#f2e9d8;;
}
.all-articles-list{
  color:#f2e9d8;
}
.category-article-hover:hover .badge {
  background-color: white; /* Changer la couleur du badge */
  color: #1A237E;
}
.previous-articles .card {
  border: 1px solid #0d4d66; /* Bordure personnalisée pour les cartes */
}
.previous-articles{
  background: #142f6a;
}
.previous-articles h5{
  color:#f2e9d8 ;
}
.text-article-date{
  color:#FF7F50;;
  font-weight: 600;
}
  .category-article-hover:hover {
  background-color: #FF7F50 !important;
  color: white !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.previous-articles .card img {
  height: 200px; /* Hauteur fixe pour les images */
  object-fit: cover; /* Maintenir le rapport d'aspect */
}

.previous-articles .btn-outline-primary {
  border-color: #0d4d66; /* Couleur de bordure du bouton */
}

.previous-articles .btn-outline-primary:hover {
  background-color: #0d4d66; /* Couleur de fond au survol */
  color: white; /* Couleur du texte au survol */
}
/* Styles pour uniformiser la taille des images dans les cartes */
.card-img-article {
  width: 100%;
  height: 200px; /* Vous pouvez ajuster cette valeur en fonction du design */
  object-fit: cover; /* Permet de maintenir le ratio des images tout en les rognant pour correspondre à la taille définie */
}
.card-img-article-one{
  width: 100%;
  height: 267px; /* Vous pouvez ajuster cette valeur en fonction du design */
  object-fit: cover; /* Permet de maintenir le ratio des images tout en les rognant pour correspondre à la taille définie */
border-radius: 3%;
}
.custom-list {
  padding-left: 1.2rem;
  list-style: none;
  margin-top: 1rem;
}

.custom-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.custom-list li::before {
  content: "▸";
  position: absolute;
  left: 0;
  top: 0;
  color: #007bff;
  font-weight: bold;
}

.custom-list li:hover {
  color: #0056b3;
}

/* END BLOG PARTY  */


/* ARTICLE PARTY */
  /* Icônes avec arrière-plan bleu et coins arrondis */
  /* Arrière-plan fluide */
  .articles-section {
    background: #142f6a;
      /* background: linear-gradient(to right, #142f6a, #26408b, #3c6cc2); */
  /* background: linear-gradient(to right, #142f6a, #005792, #00b2ca); */
  /* background: linear-gradient(to right, #142f6a, #1f3a93, #3498db); */
  /* background: radial-gradient(circle, #142f6a, #0d1d3d); */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Ombre douce */
  }
  .text-hmeca{
    color:#f2e9d8 !important;
    /* #FF7F50;; */
  }
  .text-hmstay{
    
    color:#FF7F50;
  }
  /* Couleur des titres et du texte */
  .articles-section h4,
  .articles-section h2,
  .articles-section h5 {
    color: #0d4d66; /* Couleur plus foncée pour un bon contraste */
  }
  
  .articles-section p {
    color: #0d4d66; /* Même couleur que les titres */
  }
  
  /* Style des boutons */
 
  .articles-section .btn-outline-primary:hover {
    background-color: #0d4d66;
    color: white;
  }
  
  
  .article-card h5 {
    font-size: 1.2rem;
  }
  
  .article-card p {
    margin-bottom: 0;
  }
  
    /* END ARTICLE PARTY */
/* ADMIN DASHBOARDPARTY  */
 /* Gradient background for cards */
 .gradient-card {
  background: radial-gradient(circle, #142f6a, #0d1d3d);
 
  /* background: linear-gradient(135deg, #1d2671, #c33764); */
   /* Purple to pink gradient */
  color: #fff; /* Ensures the text is readable on the gradient */
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); /* Subtle shadow */
}
.bg-respmessuse {
  background: radial-gradient(circle, #142f6a, #0d1d3d);

}
/* Gradient background for the sidebar */
.gradient-sidebar {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); /* Dark blue to slate gradient */
  color: #fff; /* Text color */
}

/* Gradient background for the navbar */
.gradient-navbar {
  background: linear-gradient(135deg, #000428, #004e92); /* Dark blue to light blue gradient */
  color: #fff;
}

/* Navbar brand and link hover effect */
.navbar-brand, .nav-link {
  color: #fff;
}

.nav-link:hover {
  color: #ffc107; /* Add a gold hover effect */
}
.brand-log-title-h6{
  color:#e85e06;
  font-weight: 800;
}
/* Add border to the sidebar links for a sharper look */
.list-group-item {
  border: none;
  background: transparent; /* Make the sidebar links blend into the gradient */
  color: #fff;
}

/* Hover effect for sidebar items */
.list-group-item:hover {
  background-color: rgba(255, 255, 255, 0.1); /* Slight hover effect */
}

/* RESPONSIVE HOMEPAGE  */

.services-bg,.contact-bg{
  background: #142f6a ;
}
.icon-services{
  color:#FF7F50;;
}
.s-group-discover-bg{
  /* background: #f2e9d8; */
  height: 45px;
}
.group-discover-bg{
    /* background: #fad6a5; */
    /* background: linear-gradient(to right, #fad6a5, #e8b479, #c98c55); */
    /* background: linear-gradient(to right, #fad6a5, #f5b97a, #e07b39); */
    /* background: linear-gradient(to left, #fad6a5, #ffe4cf, #ffffff); */
    /* background: linear-gradient(to right, #fad6a5, #fbbf77, #f29e50); */
}
.text-services-juridiques{
  color:#f2e9d8 !important;
}
.section-down-hero{
  height: 40px;
  background: white;;
}
#first-group-discover{
  background: #FF7F50;;
}
.btn-first-discover{
  background-color: #142f6a;;
  color: white;
}
.btn-contact{
  background: #FF7F50;;
  
  color:#f2e9d8;
}
.btn-first-discover:hover{
  background-color: #f2e9d8;
  color: #142f6a;
}
.second-group-discover-titre{
  color:#FF7F50;;

}
.line-news{
  color:#FF7F50;;
  
}
.btn-discover-blog{
  background: #f26a1e;;;;
  color:white;
}
/* Style des icônes */
.icon-bg {
  background-color: #f26a1e;;
  border-radius: 12px; /* Bordure arrondie pour aller avec le design fluide */
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.icon-col{
  color:#f2e9d8;
}
.icon-bg i {
  color: white;
}

.btn-discover-blog:hover{
  background: #f2e9d8;
  color:#142f6a;;
}

.text-article-title{
  color:#f2e9d8 !important;
}
.text-val-title {
  color:#FF7F50 !important;
  font-weight:450;
}
.footer-background{
  /* background: #fad6a5; */
  /* background: linear-gradient(135deg, #fad6a5, #f3b97f, #ec9f5c); */

  color:#333333 !important;
}
.btn-cwhameservices{
  background: #142f6a;
  color:#f2e9d8;
}
.btn-cwhameservices:hover{
  background:#f2e9d8 ;
  color:#142f6a;
}
.bg-f{
  background: #142f6a!important ;
  color:#f2e9d8 ;
}

.btn-contact:hover{
  background-color: #f2e9d8 !important;
  color: #142f6a !important;
}
.text-title-discover-services{
  color:#142f6a ;
  
}
.text-title-discover-services-hr{
color: #FF7F50;; /* couleur de la ligne */

}
.background-section{
  /* background: #142f6a !important; */
  /* background: linear-gradient(to right, #142f6a, #26408b, #3c6cc2); */
  /* background: linear-gradient(to right, #142f6a, #005792, #00b2ca); */
  background: linear-gradient(to right, #142f6a, #1f3a93, #3498db);
  /* background: radial-gradient(circle, #142f6a, #0d1d3d); */

}
.carousel-item img {
  height: 100vh; /* Remplit toute la hauteur de la vue */
  object-fit: cover; /* Assure que l'image couvre entièrement le conteneur */
}
@media (max-width: 1326px) {
  .carousel-caption {
bottom: 40% !important;
  }
 
}
.logk-brand{
  position: relative;
   top: 199px; 
   left: 159px; 
   width: 190px
}
@media (max-width:371px){
  .logk-brand{
    position: relative;

   top: 199px; 
   left: 107px !important; 
   width: 190px
  }
}
/* Style for small screens to make text occupy full width */
@media (max-width: 576px) {
  .carousel-caption .text-center {
      width: 100% !important;          /* Make text container take up full width */
      padding: 0 0rem;      /* Add some padding for better readability */
  }
  .carousel-caption h1  {
      font-size: 1.63rem; 
  }
  .carousel-caption a.btn-hero {
      font-size: 0.875rem;  /* Smaller button font on small screens */
      padding: 0.5rem 1rem; /* Adjust button padding */
  }
  
 
.btn-hero:hover{
    background: red;
    color:#1A237E;
  }
    
.carousel-caption .btn {
  padding: 0.5rem ; /* Ajuster le rembourrage */
  font-size: 10px !important; /* Taille du texte du bouton */
}
}


@media (max-width:767px){
  .img-services-management{
    /* display: none; */
  }
  #services{
    padding-top: 0.3rem !important;
  }
  
}
@media (max-width:293px){
  .btn-contact,span{
    font-size: 9px;
  }
}
@media (max-width:575px){
  .article-row-display ,.fa-chart-line,.fa-users,.fa-gavel,.fa-lightbulb,.article-title{
  text-align: center !important;
  align-items: center !important;
    
  }
}
/* Style pour garantir une hauteur uniforme et responsive */
.value-card {
  
  height: 100%; /* Pour que les cartes soient de hauteur égale */
}

.value-card img {
  height: 200px; /* Taille fixe pour l'image */
  object-fit: cover;
}

.value-card .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Responsive design */
@media (max-width: 769px) {
  .value-card img {
    height: 169px;
  }
  .value-card{
    width: 100%;
  }
}
/* news letter  */
.news{
background: #142f6a ;
 }
 .text-news-Subscribe{
   color:#142f6a ;
   font-weight: 400;

 }
 .text-footer-informa{
   color:#142f6a ;;
   font-weight: 400;
 }
 .btn-link-social{
   background: #142f6a ;
   color:white
 }
 .btn-link-social:hover{
   color:#142f6a ;
   background:white;
 }
 
.btn-news-letter{
  background: #142f6a ;;;

  color:#f2e9d8;
  font-weight:700;
}
.text-sign-news-letter{
  color:#142f6a ;
}
.text-label-news span{
  color:#f2e9d8;

}
 .news ,span{
 }
 .btn-news-letter:hover {
  background: #f2e9d8;;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* .news .btn-outline-primary:hover {
  background-color: #0d4d66;
  color: white;
} */
@media (max-width:373px){
  .form-control-news{
    width: 100px !important;
  }
  .news ,.span{
    text-align: center;
    font-size: 15px;
  }
}
/* admin profile user  */
@media (max-width:1044px){
  .btn-style  .btn-success , .btn-style .btn-danger, .modal-footer .btn-secondary, .modal-footer .btn-danger{
    padding: 10px !important;
    font-size: 10px;
  }
}
@media (max-width:416px){
  .btn-style  .btn-success , .btn-style .btn-danger{
    padding: 9px !important;
    font-size: 8px;
    font-weight: bold;
  }
}
@media (max-width:765px){

.card-services-scroll{
  width: 100px;
}
}
.header-title{
  background: linear-gradient(135deg, #000428, #004e92); /* Dark blue to light blue gradient */

}
@media (max-width:328px){
  .header-title h5, .header-title button{
    font-size: 10px;
  }
}
/* admin card stat  */
@media (max-width:546px){
  .stat-icon .fa-gavel, .stat-icon .fa-th-list, .stat-icon .fa-map-marker-alt{
    font-size: 19px;
    position: absolute;
    top:10px;
    left: 0px;
  }
  .gradient-card h6{
    position: absolute;
    top:10px;
    right: 1px;
    
  }
  
  .gradient-card p{
    font-size: 10px !important;
    font-weight: bold;
  }
  .gradient-card{
    height: 7rem !important;
  }
 
}
/* login  */
@media (max-width:412px){
  .sign-title{
    font-size: 13.4px;
    
  }
}
/* contact  */
.card-title-social{
  color:#f2e9d8;
}

.btn-message-sent{
  background-color: #1A237E;
  color:white;
}
.btn-message-sent:hover{
  background-color: #FF7F50; ;
  color:#f2e9d8;

}
@media (max-width:990px){
  .social-card {
    justify-content: center !important;
  }
}
/* ADMIN  */
  
body {
  font-family: 'Roboto', sans-serif;
  background-color: #f8f9fa;
}

.user-circle {
  width: 40px;
  height: 40px;
  background-color: #4e73df;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sidebarMenu {
  background-color: #343a40;
}

.sidebar .list-group-item {
  color: #ddd;
  background-color: transparent;
  border: none;
  transition: all 0.3s;
}

.sidebar .list-group-item:hover {
  background-color: #495057;
  color: #fff;
}

.sidebar .list-group-item.active {
  background-color: #4e73df;
  color: #fff;
  font-weight: 500;
}

.navbar-brand {
  font-weight: 700;
  color: #4e73df;
}

.card {
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

.card .card-body {
  padding: 1.5rem;
}

.card h3 {
  font-size: 2rem;
  font-weight: 700;
}

.card p {
  font-size: 1rem;
}

.card i {
  opacity: 0.7;
}

.navbar .nav-link {
  color: #4e73df;
  font-weight: 500;
}

.navbar .nav-link:hover {
  color: #2e59d9;
}
.bg-admin{
  background-color: #00353F;
}
/* 
.text-indication-act{
color:#142f6a
}
.text-indication-act:hover{
color:#f2e9d8;
} */
.btn-actpagemin:hover{
  background:   #00353F;
color:#f2e9d8;
transition: 0.5s;
}
.btn-actpagemin{
  border-color: #00353F;
}

/* END ADMIN STAT  */

