body {
  font-family: Roboto, Arial;
  overflow-x: hidden;
}

.header {
  box-shadow: none;
}

.a-propos-background {
  position: absolute;
  top: 0; 
  left: 0;
  right: 0;
  height: 300px;
  width: 100%;
  filter: brightness(50%);
  object-fit: cover;
  z-index: -5;
}

.a-propos-header {
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.a-propos-title {
  color: white;
  font-size: 28px;
  margin: 0;
  margin-bottom: 20px;
}

.comptable {
  width: 40vw;
  min-width: 350px;
  border: 1px solid blue;
  border-radius: 3px;
  object-fit: cover;
}

.qui-sommes-nous {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  line-height: 20px;
}

.question {
  color:rgb(12, 37, 105);
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

.nom {
  color: rgb(53, 105, 201);
}

.reponse {
  font-size: 16px;
}

.container {
  background-color: white;
  width: 80vw;
  margin: 30px;
  border-radius: 4px;
  box-shadow: 0px 0px 4px rgb(158, 158, 158);
}

.propriete {
  margin: 15px;
}

.sub-title {
  font-weight: 500;
  font-size: 17px;
  color: rgb(11, 50, 122);
}