body {
  padding-top: 210px;
}

.fond-nav {
  background-image: url("../IMG/nav2.webp");
}

.nav-bar {
  background: rgba(84, 80, 73, 0.26);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

.div-history {
  box-shadow: 0px 5.88px 29.39px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.div-history .div-img {
  background-image: url("../IMG/PP1.webp");
  width: 50%;
  min-height: 100%;
}
.div-history .div-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 0;
}
.div-history .div-info h3 {
  width: 80%;
  font-size: 26px;
  color: rgb(173, 159, 143);
  font-weight: 600;
  text-align: center;
  margin: 30px auto;
}
.div-history .div-info .text {
  line-height: 30px;
  width: 80%;
  margin: 0 auto;
}
.div-history .div-info .quote {
  width: 80%;
  margin: 0 auto;
  display: flex;
  font-family: Lora;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: rgb(44, 66, 51);
}
.div-history .div-info .quote img {
  margin: auto 0;
  width: 10px;
  height: 10px;
}
.div-history .div-info .sign {
  width: 80%;
  margin: 0 auto;
  font-weight: 600;
}
@media only screen and (max-width: 1080px) {
  .div-history {
    width: 100%;
    flex-direction: column;
  }
  .div-history .div-info {
    width: 100%;
  }
  .div-history .div-info .quote {
    font-size: 18px;
  }
  .div-history .div-img {
    background-image: url("../IMG/PP2.webp");
    width: 100%;
    height: 600px;
  }
}/*# sourceMappingURL=qui-suis-je.css.map */