body {
  padding-top: 80px;
}

.nav-rech {
  display: flex;
  padding: 10px;
  gap: 10px;
}
.nav-rech span {
  background: rgb(211, 211, 211);
  width: 1px;
}
.nav-rech .BT {
  padding: 10px;
  width: 150px;
  margin: 0 0 0 auto;
  display: flex;
}
.nav-rech .BT img {
  height: 25px;
  margin: auto;
}
.nav-rech .BT p {
  margin: auto;
}
.nav-rech input {
  line-height: 20.79px;
  letter-spacing: 0.4em;
}
.nav-rech button {
  background: none;
}

.list-article {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.list-article .article {
  display: flex;
}
.list-article .article .div-img {
  width: 50%;
  background-image: url("../IMG/vannes.png");
  background-position: center;
  background-size: cover;
}
.list-article .article .info {
  width: calc(50% - 100px);
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.list-article .article .info h4 {
  font-family: "Didot";
  font-size: 20px;
  line-height: 31.99px;
}
.list-article .article .info span {
  display: block;
  background: rgb(189, 189, 189);
  height: 1px;
  width: 100%;
}
.list-article .article .info .source {
  font-family: Didot;
  font-weight: 400;
  line-height: 20.79px;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  .list-article .article {
    flex-direction: column;
  }
  .list-article .article .div-img {
    width: 100%;
    height: 500px;
  }
  .list-article .article .info {
    width: calc(100% - 100px);
  }
}/*# sourceMappingURL=actualite.css.map */