.lebureau-page {
  font-family: Arial, sans-serif;
}

.lebureau-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lebureau-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.lebureau-image img {
  border: 2px solid green;
  border-radius: 50%;
  width: 257px;
  height: 257px;
  object-fit: cover;
  margin-right: 20px;
}

.lebureau-content h2 {
  color: #083563;
  font-size: 24px;
}

.lebureau-content p {
  color: #555;
}
.lebureau-image { display:contents;}
