body {
  margin: 0;
  padding: 0;
}
.logo {
  height: 50px;
  object-fit: contain;
  margin-left: 60px;
  margin-top: 30px;
}
.header_li {
  display: flex;
  position: absolute;
  top: 10px;
  margin-left: 80px;
  color: white;
  margin-top: 40px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.header_li li {
  list-style: none;
  margin-left: 70px;
  margin-right: 20px;
}

.Banner {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100vh;
  width: 100%;
  background-image: url(./images/bg.jpg) ;
  background-attachment: fixed;
    background-size: cover;
  background-size: 100%;
  display: grid;
  place-items: center;
}
.title {
  color: white;
  font-weight: bold;
  margin-right: 50%;
  position: relative;
  top: 100px;
  font-size: 60px;
}
.scrol {
  color: white;
  position: relative;
  right: 600px;
  top: 100px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.service {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  top: 95vh;
  text-align: center;
}
.service h3 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.service_img {
  width: 100px;
  object-fit: contain;
  position: relative;
  left: 40px;
}

.Nos_Vente {
  position: relative;
  top: 100vh;
}

.ventes_title {
  font-weight: bold;
  margin-left: 10%;

  font-size: 45px;
}

.shart {
  background-color: rgb(173, 217, 129);
  width: 45px;
  height: 10px;
  position: relative;
  left: 142px;
  top: -35px;
}

.plantes {
  display: flex;
  position: relative;
  left: 5%;
  width: 70%;
}
.plante {
  width: 500px;
  height: 500px;
}
.plante_img {
  height: 500px;
  object-fit: fill;
  margin: 0px;
}
.plante_info {
  display: flex;
}
.plante_info {
  display: flex;
  justify-content: space-between;
}
.plus {
  background-color: rgb(173, 217, 129);
  color: white;
  width: 150px;
  margin-right: 20px;
  margin-top: 20px;
  height: 40px;
  border-width: 0;
  /* height: 7px; */
  border-radius: 20px;
  opacity: 1;
}

.plante_name {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-left: 10px;
  opacity: 1;
}
.plante_price {
  color: rgb(173, 217, 129);
  margin-left: 10px;
  opacity: 1;
}
.plante_info {
  background: white;
  position: relative;
  opacity: 0.9;
  top: -110px;
}

.Nos_plantes {
  position: relative;
  top: 800px;
}
.row {
  margin-left: 200px;
  display: flex;
}

.right_part {
  display: block;
  position: relative;
  left: 200px;
}


@media screen and (max-width: 786px){
  .Banner h1 {
    font-size: 35px;
    margin-left: 30px;
  }

  .Banner br {
    display: none;
  }

  .plantes{
    display: inline;
    margin-bottom: 100px;
  }

  .plante_info{
    width: 450px;
    justify-content: space-between;
    /* float: left; */
  }
  
  .plante_info button{
    width: 100px;
    font-size: 12px;
    display: none;

  }
  .Nos_plantes{
    display: inline;
   
  }

  .service{
    display: inline;
  }

  .service1{
     margin-top: 100px;
    margin-bottom: 100px;
  }

  .service3{
     margin-top: 100px;
    margin-bottom: 100px;
  }
  .service2{
     margin-top: 100px;
    margin-bottom:100px;
  }
  .service_img{
    position: relative;
    left: 40%;
  }

  .row{
    display: inline;
  }
  .row  .plante{
     margin-top: 200px;
     margin-left: 30%;
     width: 200px;
  }
}