html *{
    font-family:Helvetica, sans-serif,system-ui;
    overflow: scroll;
    overflow-x: hidden;

  }
  ::-webkit-scrollbar{
    display: none;
  }
  ::-webkit-scrollbar-thumb {
    background: #FF0000;
  }
  body{
    margin: 0;
    scrollbar-width: 0px;
    /*overflow: hidden !important;*/
    -ms-overflow-style: none; 
    scrollbar-color: transparent transparent;
    overflow-x: hidden;
    color: white;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../images/background_finance.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
  }
  body a{
    color: #000000;
  }
  #premier_paragraphe{
    display: inline-block;
    text-align: left;
    border-color:#e17101;
    background-color:#ff8c00 ;
    border-width: 5px;
    border-style: solid;
    color: black;
  }
  nav{
    text-align: center;
    padding: 40px;
    background-color: black;
    
    }
    nav a{
    margin-right: 5%;
    text-decoration: none;
    color: orange;
    justify-content: space-between;
    font-size: 24px;
    overflow: hidden;
    }
    nav a img{
      z-index: 100;
      position:absolute;
      margin-left: -50px;
      margin-top: -15px;
    }
    nav a:hover{
     background-color: #131313;
    }
    .boutton_en {
      text-align: end;
      margin-top :-27px;
      font-size: 24px;
    }
    .boutton_fr  {
      text-align: end;
      margin-top :-27px;
      font-size: 24px;
    }
    
#texte_principal{
  text-align: center;
  align-items: center;
}
#tableau1 th{
  background-color: black;
  color: white;
}
#tableau2 th{
  background-color: black;
  color: white;
}
#api_results_holder{
  border:1px solid;
  width:fit-content;
  background-color:#ff8c00 ;
  border-width: 5px;
  margin: auto;
  border-color:#e17101;
  text-align: auto;
  align-self: auto;
  color: #000000;
}
#api_results_holder p{
  color: #000000;
}
#api_results_holder h4{
  color: #000000;
}
#texte_principal h1{
  border: 1px solid;
  margin-left: auto;
  width:fit-content;
  margin-right: auto;
  border-left-width: 0px;
  border-width: 4px;
  text-decoration-color: #f27900;
  text-rendering: auto;
  text-decoration:underline;
  text-decoration-thickness: 2px;
  background-color:#ec8507 ;
  border-color: #ec8507;
  color: black;
}

#right_button{
  width: 40px;
  height: 40px;
  transform: rotate(135deg);
  border-width: 6px 0 0 6px;
  background-color: rgba(0, 0, 0, 0);
  vertical-align: middle;
}
#left_button{
  width: 40px;height: 40px;
  transform: rotate(-45deg);
  border-width: 6px 0 0 6px;
  background-color: rgba(0, 0, 0, 0);
  vertical-align: middle;
}
#download_button{
  width: 40px;height: 40px;
}

#image_liste:hover{
  cursor: pointer;
}
#texte_principal table{
  margin: auto;
  border: 1px solid;
  border-width: 2px;
  text-decoration-color: #f27900;
  border-color: #ec8507;
}
#texte_principal th{
  border: 1px solid;
  border-width: 2px;
  border-color: #ff8c00;
}
#container_graphique{
  align-content: center;
  margin:auto;
  width: min-content;
  background-color: #ec8507;
}
  /*footer*/
/* Footer */
.footer {
  background: #f27900;
  padding: 70px 0;
  width: 100vw; /* Prend 100% de la largeur de l'écran */
  margin-left: calc(50% - 50vw); /* Centre le footer pour compenser */
}

.footer-col {
  width: 25%;
  padding: 0 15px;
  display: inline-block; /* Permet aux colonnes d'être côte à côte */
  vertical-align: top; /* Aligne les colonnes en haut */
}

.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}

.footer-col h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 200px;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}

.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(57, 33, 33, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}

/* Section Copyright */
.copyright {
  text-align: center;
  color: rgb(0, 0, 0);
  margin-top: 20px; 
  padding: 10px 0; 
}

.copyright h5 {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
  .footer-col {
      width: 50%;
      margin-bottom: 30px;
  }
}

@media (max-width: 574px) {
  .footer-col {
      width: 100%;
  }
}
 
