@media only screen and (max-width: 5000px) {


}


@media only screen and (max-width: 3000px) {


}


@media only screen and (max-width: 1200px) {


}


@media only screen and (max-width: 1024px) {


  .icon-left-projet {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .content-item-about {
    padding-left: 10px;
    width: calc(100% - 45px);
    font-size: 15px;
    line-height: 1.5;
  }

  .wrap-image-right-about-projet img {
    height: 400px;
  }



  .content-item-about h3 {
    font-size: 18px;
}

.right-about-projet {
    width: 50%;
}

.shape.shape-1 {
    top: 5px;
    left: -10px;
}

.shape.shape-2 {
    right: 17px;
    bottom: -13px;
}


.wrapper-projets {
    margin: 0;
    padding: 55px 0 40px;
}

}


@media only screen and (max-width: 768px) {

     
.left-about-projet {
  width: 100%;
  padding: 0;
}
.right-about-projet {
  width: 100%;
}

.shape.shape-1 {
  /* top: -10px; */
  /* width: 90px; */
  /* height: 90px; */
}
.wrwrapper-about-projet {
  padding: 40px 0 35px;
}




.wrap-right-about-projet {
    width: 75%;
    margin:  0 auto;
}

.wrap-projets {
    margin-top: 20px;
}

.bottom-projets {
    padding: 15px 20px 20px;
}

.wrap-item-projets-title {
    font-size: 15px;
    padding-bottom: 10px;
}

.wrap-item-projet-text {
    font-size: 14px;
}



}


@media only screen and (max-width: 425px) {
  

.icon-left-projet {
  width: 35px;
  height: 35px;
  font-size: 12px;
}
.content-item-about {width: calc(100% - 35px);}
.content-item-about h3 {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.content-item-about p {
  font-size: 14px;
  line-height: 1.5;
}

.right-about-projet {
  padding: 0;
}

.shape.shape-1 {
  width: 55px;
  height: 55px;
  top: 7px;
}

.shape.shape-2 {
  width: 110px;
  height: 110px;
  bottom: -9px;
  right: 25px;
}

.wrwrapper-about-projet {
  padding-bottom: 54px;
}


.wrap-item-projets-title {
    font-size: 14px;
    /* padding-bottom: 10px; */
}

.wrap-item-projet-text {
    /* font-size: 14px; */
    /* line-height: 1.5; */
}




.wrap-right-about-projet {
    width: 100%;
}

.wrap-image-right-about-projet img {
    height: 300px;
}

.wrapper-projets {
    padding: 30px 0 20px;
}



}


@media only screen and (max-width: 375px) {
   
.content-item-about p, .wrap-item-projet-text {
    font-size: 13px;
}

}


@media only screen and (max-width: 320px) {


}