body {
  padding-top: 210px;
}

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

.nav-bar {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

.list-service {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.list-service .div-service {
  display: flex;
}
.list-service .div-service .div-img {
  width: 50%;
  min-height: 700px;
}
.list-service .div-service .div-info {
  display: flex;
  gap: 30px;
  flex-direction: column;
  width: 50%;
  padding: 30px 0;
}
.list-service .div-service .div-info h3 {
  font-size: 24px;
  width: 80%;
  text-align: center;
  margin: auto auto 0 auto;
}
.list-service .div-service .div-info span {
  margin: 0 auto;
  display: block;
  width: 80px;
  height: 2px;
  background: rgb(28, 44, 33);
}
.list-service .div-service .div-info p {
  width: 80%;
  margin: 0 auto auto auto;
}
.list-service .div-service .c0 {
  background: rgb(255, 255, 255);
}
.list-service .div-service .c1 {
  background: rgb(230, 221, 214);
}
.list-service .div-service .c2 {
  background: rgb(230, 221, 214);
}
.list-service .div-service .c3 {
  background: rgb(246, 241, 237);
}
.list-service .div-service .c4 {
  background: rgb(251, 252, 250);
}
@media only screen and (max-width: 1200px) {
  .list-service .div-service {
    flex-direction: column;
  }
  .list-service .div-service .div-img {
    width: 100%;
    min-height: 400px;
    height: 400px;
  }
  .list-service .div-service .div-info {
    width: 100%;
  }
  .list-service .reverse {
    flex-direction: column-reverse;
  }
}/*# sourceMappingURL=service.css.map */