.bulle-icone.noir {
  background-color: #282b38;
}

.bulle-icone-bordure.noir {
  background-color: #646363;
}

.bloc-dans-places {
  text-align: left;
  font: normal normal normal 1.25rem/1.6875rem Open Sans; 
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.Bibliothèque {
  top: 46rem; 
  left: 54.5rem; 
  width: 31rem; 
  height: 2.5625rem; 
  font: normal normal bold 2.25rem/3.0625rem Open Sans; 
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.sous-titre {
  font-weight: bold;
}

.box {
  border: 0.125rem solid white; 
  
  margin-bottom: 3rem; 
  border-radius: 0.5rem; 
}

.box h2 {
  color: #000000;
  font-weight: bold;
  font-size: 2rem; 
  align-items: flex-start;
  margin-bottom: 1rem;
}

.contenu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 1.25rem; 
}

.ptext{
  margin-bottom: 1rem;
}

