*{
  max-width: 100%;
  margin: 0;
  padding: 0;
}

body{
  background: #e7e7e7;
}


/* nabar start */
.Navbar {
  height: 200px;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  background: #0C550D;
  z-index: 1000;
}


 .nav-logo .logo {
  position: relative;
  width: 200px;
  height: 100px;
  top: -55px !important;
}
.nav-items  {
  width: 80%; /* Ajuste la largeur à son contenu */
  margin: 0 auto; /* Centre le div horizontalement */
  display: flex;
  margin-top: -55px !important;
  gap: 10px;
justify-content: center;
text-align: center;
}


a{
  list-style: none !important;
  text-decoration: none !important;
  color: white;
}
.Navbar > .nav-items >  a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  margin: 15px;
  position: relative;
  opacity: 0.9;
  font-weight: bold;
  /* top: -45px; */
}

.dropdown{

  width: 70% !important; /* Adjust the width as per your requirement */


}



.Navbar > .nav-toggle {
  display: none;
}

/* Updated .active selector to target more specifically */
.Navbar .nav-items a.active {
  color: #eb9901 !important;
  
}


/* navbar end */

/* ************************************************************************* */
/* home start */

.container{
  position: relative;
  /* left: 237px; */
  width: fit-content; /* Ajuste la largeur à son contenu */
  margin: 0 auto; /* Centre le div horizontalement */
  top: -90px;
  width: 90%;
  height: auto;
  border-radius: 30px;
  background: #ffffff;
  background-blend-mode: normal;
}
.container-statistique{
  position: relative;
  /* left: 237px; */
  width: fit-content; /* Ajuste la largeur à son contenu */
  margin: 0 auto; /* Centre le div horizontalement */
  top: -90px;
  width: 90%;
  height: 500px;
  border-radius: 30px;
  background: #ffffff;
  background-blend-mode: normal;
  
}

.container-graphe{
  /* left: 237px; */
  margin: 0 auto; /* Centre le div horizontalement */
  /* top: -150px; */
  width: 90%;
  height: 950px;
  border-radius: 30px;
  background: #ffffff;
  background-blend-mode: normal;

}
h1{
  color: #eb9901;
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
}

.container-sm {
  margin-top: 30px !important;
}

.object-text {
  font-family: "Abhaya Libre";
  font-size: 24px;
  font-weight: 400;
  text-align: justify;
}

.graphe-object {
  width: 100%;
  height: 282.1px;
  border-radius: 13px;
  background: rgba(42, 198, 25, 0.36);
}


/* objectif  end*/
/* ***********************************************************************************88 */
/* global objectif start */

.global-contend{
  display: flex;
  margin-bottom: 70px !important;
}
.global-text{
  position: absolute;
  left: 90px;
  width: 600px;
  height: 153px;
  font-family: "Abhaya Libre";
  font-size: 24px;
  font-weight: 400;
  text-align: justify;
}

.global{
  height: auto;
  background: rgba(15,147,40,0.16);
}
hr{
  /* width: 50px !important; */
  border: 1px solid;
}

.content-left{
  gap: 50px !important;
}
/* global objectif end*/

/* cible start  */


.cible-text{
  /* width: 446px; */
  height: 383px;
  font-family: "Abhaya Libre";
  font-size: 24px;
  font-weight: 400;
  text-align: justify;
}







/* cible end */

/* ********************************************************************************************** */


/* quelque statisque start */

.cadre{
  
  width: 400px;
  height: 60px;
  border-radius: 34px;
  border: 3px solid #0f9328;
  background: #ffffff;
  background-blend-mode: normal;
  
}
.parent {
  display: flex;
  justify-content: center; /* Centre horizontalement */
  align-items: center; /* Centre verticalement */
}


h2{
  color: #eb9901;
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  position: relative;
  margin-top: 10px;
}

h3{
  color: #0C550D;
  font-size: 20px;
  justify-content: center;
  position: relative;
  margin-top: 10px;
  text-align: center;
}

.table-unfolding{
  display: flex;
  flex-direction: row;
  gap: calc(2* var(--joy-spacing, 20px));
 
  overflow-x: scroll;  /* Permet le défilement vertical */
  scroll-behavior: smooth;  /* Définit un défilement fluide */
  padding: calc(2* var(--joy-spacing, 8px));
  height: 400px;
}
/* .table-container {
  width: 90%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 8px 8px 8px 8px rgba(100,100,100,0.5);
  background-color: white;
} */

.table-container h2 {
  padding: 10px;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  margin: 0;
}

table {
  width: 90%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 8px 8px 8px 8px rgba(100,100,100,0.5);
  background-color: white;
  border-collapse: collapse;
}

th, td {
  padding: 12px;
  text-align: center;
  font-size: 1em;
}

thead {
  background-color: #0f9328;
  color: white;
}

tbody tr:nth-child(odd) {
  background-color: #f4f4f4;
}

tbody tr:nth-child(even) {
  background-color: #e9e9e9;
}



/* quelque statisque end */

/* *************************************************************************8 */


/* footer start */

footer{
  width: 100%;
  height: 600px;
  border-radius: 10px;
  background: #0f9328;
}

.phone{
  position: absolute;
  /* left: 34.1px; */
  /* top: 3105.05px; */
  width: 300px;
  height: 70px;
  background: #ffffff;
  background-blend-mode: normal;
  display: flex;
  flex-direction: row;
}

h4{
  position: relative;
  left: 10px;
  font-family: Inter;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
}

.list{
  /* position: absolute; */
  /* left: 800px; */
  /* top: 2769.4px; */
  width: 250px;
  height: 50px;
  border-radius: 15px;
  background: rgba(255,255,255,0.66);
  background-blend-mode: normal;
  
}
h5{
  color: #eb9901;
 margin-top: 10px;
 margin-left: 20px !important;
}
.item {
  color: white;
   padding: 15px;
  font-size: 16px;
  border-bottom: 2px solid #f5f5f5;
  list-style: none;
}

.scrollable-list {
  position: relative;
  right: 40px;
  width: 100%;        /* Full width on small screens */
  height: 350px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  border-radius: 5px;
  margin-top: 50px;   /* Adjust margin for better spacing on mobile */
}

.footer-logo{
  width: 200px;
  height: 200px;
}
/* footer end */

/* Pour la largeur de la barre de défilement */
.table-unfolding::-webkit-scrollbar {
  height: 10px; /* Hauteur de la barre de défilement horizontale */
}

/* Couleur de fond de la barre de défilement */
.table-unfolding::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px; /* Arrondi du fond de la barre de défilement */
}

/* Couleur et style de la barre */
.table-unfolding::-webkit-scrollbar-thumb {
  background-color: #ff9807; /* Couleur de la barre de défilement */
  border-radius: 10px;
  border: 2px solid #f1f1f1; /* Pour créer un effet de marge */
}

/* Style au survol */
.table-unfolding::-webkit-scrollbar-thumb:hover {
  background-color: #0C550D; /* Couleur de la barre lors du survol */
}

/* liste */


/* Pour la largeur de la barre de défilement */
.scrollable-list::-webkit-scrollbar {
  height: 10px; /* Hauteur de la barre de défilement horizontale */
}

/* Couleur de fond de la barre de défilement */
.scrollable-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px; /* Arrondi du fond de la barre de défilement */
}

/* Couleur et style de la barre */
.scrollable-list::-webkit-scrollbar-thumb {
  background-color: #ff9807; /* Couleur de la barre de défilement */
  border-radius: 10px;
  border: 2px solid #f1f1f1; /* Pour créer un effet de marge */
}

/* Style au survol */
.scrollable-list::-webkit-scrollbar-thumb:hover {
  background-color: #0f9328; /* Couleur de la barre lors du survol */
}
/* home end */


/* statistic start */

.graph{
 
  width: 500px;
  height: 400px;
  border-radius: 26px;
  border: solid #ff990b;
  background: #ffffff;
  background-blend-mode: normal;
  box-shadow: 0px 2px 4px rgba(100,100,100,0.5);
  margin-top: 40px;
}

.graph-text{

  width: 478px;
  height: 65px;
  border-radius: 9px;
  background: #0f9328;
  background-blend-mode: normal;
}

h6{
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 25px;
  color: white;
}


.card {
  flex: 1; /* Permet aux cartes de prendre un espace égal */
  height: 180px;
  width: 900px ;
  border-radius: 35px;
  background: rgba(15, 147, 40, 0.27);
  background-blend-mode: normal;
}

.card-container {
  display: flex;
  flex-direction: row;
  justify-content: center; /* Centre les cartes horizontalement */
  align-items: center; /* Centre les cartes verticalement */
  gap: 20px;
  margin-top: 80px;
  padding: 0 20px; /* Ajoute un espace pour éviter que les cartes soient collées aux bords */
}



.list-container {
  width: 400px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.list-item {
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: background-color 0.3s;
}
.list-item:hover {
  background-color: #f0f8ff;
}
.list-item.active {
  background-color: #eb9901;
  color: #fff;
}
.list-item:last-child {
  border-bottom: none;
}
.list-item span.title {
  font-size: 16px;
  font-weight: bold;
}
.list-item span.icon {
  font-size: 18px;
  color: #eb9901;
  align-self: flex-end;
}
.list-item.active span.icon {
  color: #fff;
}
.list-item .content {
  display: none;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
.list-item.active .content {
  display: block;
}
.carde{
  display: flex;
  flex-direction: row;
  gap:30px
}
/* statistic end */










/* responsive */

@media (max-width: 700px) {

  .dropdown{

    width: 100% !important; /* Adjust the width as per your requirement */
  
  
  }

  .Navbar .nav-items a.active {
    color: #ffffff !important;
    
  }
  
  .footer-row {
    flex-direction: column !important;
  }

  footer{
    height: 1000px;
  }

  .footer-row .col-md-8,
  .footer-row .col-md-4 {
    width: 100% !important;
  }

  .scrollable-list {
    position: absolute;
    width: 350px;        /* Largeur de la liste */
    height: 350px;       /* Hauteur de la zone de défilement */
    overflow-y: scroll;  /* Permet le défilement vertical */
    scroll-behavior: smooth;  /* Définit un défilement fluide */
    border-radius: 5px;
    margin-top: 50px;
  }

  .list {
    position: relative;  /* Adjust positioning for mobile */
    left: 0;
    width: 100%;         /* Full width for smaller screens */
    margin: 10px auto;   /* Centering with margin */
    margin-top: 30px;
  }

  .h5{
    margin-top: 90px !important;
  }

  .phone{
    position: absolute;
  
    width: 300px;
    height: 50px;
    
  }
 
  h4{
    position: relative;
    left: 30px;
    font-family: Inter;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
  }
  
  .table-unfolding{
   
    flex-direction: column;
    gap: calc(2* var(--joy-spacing, 20px));
   
    
  }

  .footer-logo{
    width: 100px;
    height: 100px;
  }

  *{
    max-width: 100%;
  }
  .stac{
    margin-top: 340px !important;
  }
  .global-contend{
    display: flex;
    margin-bottom: 90px !important;
  }
  .cadre{
    width: 300px
  }
  .global-text{
    position: absolute;
    left: 90px;
    width: 200px;
    height: 153px;
    font-family: "Abhaya Libre";
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
  }
  .graphe-object {
   margin-top: 100px;
  }
  .cible{
    margin-top: 500px !important;
  }
  .global{
    height: 637px;
    background: rgba(15,147,40,0.16);
  }

  a{
    font-weight: bold;
  }
  .Navbar > .nav-items > Link {
    color: #0C550D;
    font-size: 16px;
    text-decoration: none;
    margin: 15px;
    position: relative;
    opacity: 0.9;
    font-weight: bold;
    top: 45px;
  }
  .Navbar > .nav-items {
    position: absolute;
    top: 200px;
    display: flex;
    flex-direction: column;
    background: hsla(126, 93%, 16%, 0.2);
    right: 0;
    width: 100%;
    height: 300px;
    transform: translateX(100%);
    transition: all .45s;
    z-index: 1000 !important;
  }

  .Navbar > .nav-items > Link::before {
      background: transparent;
  }

  .Navbar > .nav-items.open {
      transform: translateX(0);
  }

  .Navbar > .nav-toggle {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 90px !important;
    top: 0 !important;
  }

  .nav-toggle > .bar {
    position: relative;
    width: 32px;
    height: 2px;
    background: #ffffff;
    transition: all 0.45s ease-in-out;
  }

  .nav-toggle > .bar::before,
  .nav-toggle > .bar::after {
    content: "";
    position: absolute;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.45s ease-in-out;
  }

  .nav-toggle > .bar::before {
    width: 25px;
    transform: translateY(-8px);
    right: 0;
  }

  .nav-toggle > .bar::after {
    width: 32px;
    transform: translateY(8px);
  }

  .nav-toggle.open > .bar {
      transform: translateX(-40px);
      background: transparent;
  }

  .nav-toggle.open > .bar::before {
      width: 10px;
      transform: rotate(45deg) translate(26px, -26px);
  }

  .nav-toggle.open > .bar::after {
    transform: rotate(-45deg) translate(26px, 26px);
  }

  .cible{
    margin-top: 600px !important;
  }
.global, .graphe-object{
  margin-top: 150px;
}
/* *********************************************************************************** */

/* statistique */

.card-container{
  display: flex;
  flex-direction: column;
  height: 600px;
  margin-top: -25px;
}

.container-graphe{
  height: auto;
}

h1{
  font-size: 18px;
}

.row{
  display: flex;
  flex-direction: column;
}

.card-container{
  margin-top: 20px;
}

/* statitisque */
}
