



.text_intro{
  width: 70%;
}
.img_rev{
  object-position: 0% 50%;
}

.container_acrroche_titre_prjects{
  width: 100%;
  padding-top: 10%;
  position: relative;
  z-index: 2;
  height:auto;
}
#titre_projet{
  width: 100%;
}
#project_e_om{
  width: 90%;
  margin-left: 5%;
  height: 100%;
  border-radius: 20px;
  background-color: #e6e7e0d9;
  padding: 2%;
}

.container_section{
  width: 90%;
}
#porjet_un_titre{
  width: 60%;
  text-align: right;
}

.container_step{
  display: flex;
  gap:1%;
}
#container_firsty{
  display: flex;
  width: 100%;
  height:100%;
  gap:1%;
}
#col1{
  width: 65%;
  height: 100%;
}
#col2{
  width: 30%;
  margin-top: -10%;
  margin-left: 5%;
}
#fleur{
  width: 100%;
  height:60%;
  object-fit: cover;
  border-radius: 20px;
}
#btn_fleur{
  display: flex;
  width: 100%;
  gap:3%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#result_fleur{
  display: flex;
  width: 100%;
  height:100%;
  gap:1%;
  height:auto;
  justify-content: end;
  align-items: end;
}
#col1_resultr{
  width: 75%;
}
#col2_result{
  width: 25%;
  display: flex;
  justify-content: end;
}
#fleur_result{
  height:80%;
  width: 80%;
  display: flex;
  justify-content: end;
  align-items: end;
  border-radius: 20px;
}
.result_fleur_container{
  width: 100%;
  text-align: center;
}





.back_resu{
  background-color: #d2dde3;
  padding: 2%;
  border-radius: 20px;
}



#other_grid{
  width: 90%;
  margin-left: 5%;
  height: 60vh;
  position: relative;
  z-index: 1;
  margin-top: 10%;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 5%;
  height: auto;
  row-gap: 20px;
}

.box{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.item{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.imgs{
  width: 70%;
  height:70%;
  border-radius: 20px;
  object-fit: cover;
}





@media (max-width: 800px){
  .text_intro{
    width: 100%;
  }
  #project_e_om{
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .container_acrroche_titre_prjects{
    padding-top: 20%;
  }
  .container_step{
    margin-top: 5%!important;
  }
  #container_firsty{
    flex-direction: column-reverse;
  }
  #col1{
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
  }
  #col2{
    margin-top: 0;
    width: 90%;
    margin-left: 5%;
  }
  #porjet_un_titre{
    width: 90%;
    margin-left: 5%;
  }
  #result_fleur{
    flex-direction: column-reverse;
  }
  #col1_resultr{
    width: 100%;
    margin-top: 5%;
  }
  #col2_result{
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 500px){
  .grid{
        grid-template-columns: repeat(2, 1fr);
  }
  .are_first{
    margin-top: 8%!important;
  }
  .result_fleur_container{
     margin-top: 8%!important;
  }
  #acrroche{
    margin-top: 80vh!important;
  }
}

