header {
  box-shadow: none;
}

h2 {
  text-align: center;
  color: #7F8E5B;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

p {
  line-height: 1.8;
}

.main__presentation {
  width: 90%;
  margin: auto;
  background-color: #FFFFFF;
  margin-top: -200px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.main__presentation--breaker {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.main__presentation--body {
  width: 100%;
  margin: auto;
}
.main__presentation--body img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bio {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 60%;
  margin: auto;
  padding-top: 50px;
  border-bottom: none;
}
.bio__photos {
  width: 39%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1920px) {
  .bio__text p {
    font-size: 1.2rem;
  }
}
.bio__text {
  width: 59%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/*# sourceMappingURL=a_propos.css.map */
