body {
    font-family: "Poppins", sans-serif;
    background-color: #fafafa;
}

h1{
    font-size: 25px;
    color: black;
}

p {
    font-size: 15px;
    text-align: justify;
    margin: 0;
    background-color:#ffff;
    padding: 30px;
    
}
/* Texte paragrape sous partie paramètres */
.parametres{
  font-size: 15px;
  padding: 0;
}

.navbar-brand {
    font-size: 30px;
}

img {
    margin-right: 100px;
    margin-left: 15px;
}

.btn{
  border: solid;
  color: grey;
  font-size: 15px;
  
}

.searchbar {
    margin-top: 10px;
    width: 100%;
    max-width: 60em;
}


.container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.info {
    margin-top: 20px; 
    width: 50em; 
    max-width: 100%;
    margin-left: 0; 
}

.navbar-brand {
    font-size: 1.5vw; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; /* Ajoute "..." si le texte est trop long */
}

.version{
    background-color: #ffff;
}

.bordered-text-post {
    border: 2px solid #42ef99; /* Couleur de la bordure */
    border-radius: 5px; /* Rayon des coins de la bordure */
    padding: 5px 10px; /* Espacement interne autour du texte */
    background-color: #42ef99; /* Couleur de fond (optionnel) */
    font-weight: 600; /* Épaisseur du texte */
    display: inline-block; /* Assure que la bordure entoure le texte */
    margin-right: 5px; /* Espacement à droite pour un meilleur espacement */
    color: #fafafa;
}



strong{
    margin-right: 10px;
}


.accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none; 
    outline: none;
}

.accordion-button.collapsed {
    border: 1px solid #42ef99;
    box-shadow: none;
    outline: none;
  }

  button.accordion-button.collapsed {
    border: none;

  }

.accordion-item {
    border: 2px solid #42ef99; 
    border-radius: 5px; 
    margin-bottom: 10px; 
    
}

accordion-item1 {
    border: none; 
    
    
}

  table, td, th {
    border: none;
    font-size: 13px;
}


  .get {
    background-color: #083596;
    border: 2px solid #083596; 
  }
 
  .put {
    background-color: #dd8432;
    border: 2px solid #dd8432; 
  }

  .delete {
    background-color: #ff0000;
    border: 2px solid #ff0000; 
  }

  .get_item {
    border: 2px solid #083596; 
  }
 
  .put_item {
    border: 2px solid #dd8432; 
  }

  .delete_item {
    border: 2px solid #ff0000; 
  }
  
  .requis{
    color: #ff0000;
    font-variant-position: super;
  }
