
.wrwrapper-about-projet {
    padding: 70px 0 83px;
}

.wrap-about-projet {
  display: flex;
}

.left-about-projet {
  width: 50%;
  padding: 0 15px 0 0;
}

.right-about-projet {
  padding: 0 0px 0 15px;
  width: 45%;
}
.wrap-left-about-projet h2 {
  font-size: 48px;
}

.wrap-left-about-projet {
  color: #3c3c3c;
  line-height: 1.8;
}

.content-left-projet {
    padding: 40px 0 20px;
}


.item-left-about-projet {
    margin: 0px 0px 26px 0px;
}

.wrap-item-left-about-projet {
  align-items: unset;
  /*! padding-right: 29px; */
}

.icon-left-projet {
  background-color: #089441;
  fill: #FFFFFF;
  color: #FFFFFF;
  font-size: 20px;
  /*! padding: 19px; */
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.content-item-about {
  width: calc(100% - 60px);
  padding-left: 20px;
}


.wrap-right-about-projet {
    position: relative;
}

.wrap-image-right-about-projet {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
}
.wrap-image-right-about-projet::before {
  position: absolute;
  content: '';
  width: calc(100% - 90px);
  height: calc(100% - 90px);
  left: 45px;
  top: 45px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.wrap-image-right-about-projet img {
  height: 479px;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 100%;
}

.wrap-right-about-projet .shape {
    /*! background-color: #C39428; */
    border-radius: 50%;
    animation-name: shapeMover;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    perspective: 100px;
    transform-origin: center center;
    position: absolute;
}

.shape-1 {
    top: 120px;
    left: -41px;
    height: 90px;
    width: 90px;
    background-color: #089441;
    /*! z-index: -1; */
}

.shape-2 {
    bottom: -60px;
    right: 57px;
    height: 170px;
    width: 170px;
    background-color: #089441;
    z-index: -1;
}


/****************************************************about-projet****************************************/
.wrapper-projets {
  /*! background-color: #f0f7f7; */
  padding: 55px 0 120px;
  background-image: url('../images/bg/shape4.jpg');
  background-size: cover;
  /*! background-repeat: no-repeat; */
  margin-bottom: -54px;
}
.wrap-projets {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.item-projets {
  /* width: 33.33%; */
  padding: 20px 15px 20px;
}
.wrap-item-projets {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background: white;
  position: relative;
  min-height: 493px;
}
.wrap-item-projets-images img {
  border-radius: 5px 5px 0 0;
  object-fit: cover;
  height: 258px;
  width: 100%;
  overflow: hidden;
}
.wrap-items-projets-date {
  color: #7a7b80;
  font-size: 15px;
}
.wrap-item-projets-title {
  color: #141417;
  line-height: 28px;
  font-size: 21px;
  font-weight: 500;
  /* font-family: 'Montserrat', sans-serif; */
  /*! padding: 10px 0; */
  padding-bottom: 18px;
}
.wrap-item-projets-comments {
  padding-bottom: 15px;
  position: relative;
}
.wrap-item-projets-comments {
}
.wrap-item-projets-comments p .border::after {
  position: absolute;
  content: '';
  background-color: #e5e7ec;
  width: 3px;
  height: 18px;
  top: 5px;
  right: 10px;
  margin-left: 7px;
}
.wrap-item-projets-comments p {
  color: #141417;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-right: 16px;
  position: relative;
  padding-left: 7px;
}
.bottom-projets {
  padding: 15px 30px 20px;
  position: relative;
}
.wrap-item-projet-text {
  position: relative;
  color: #7a7b80;
  /* font-weight: 400; */
  transition: all 500ms ease;
  padding-bottom: 18px;
}
.wrap-item-projets-title:hover {
  color: #089441;
}

.wrap-item-projets .primary-btn.btn-apropos {
  top: 35px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.wrap-item-projets-images::before {
  position: absolute;
  content: '';
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  left: 50%;
  top: 50%;
  border: 2px solid #fff;
  transform: translate(-50%, -50%);
}

.wrap-item-projets-images {
  position: relative;
  z-index: 1;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.wrap-item-projets:hover .content-projets {
  opacity: 1;
}











.wrap-projets .nav-btn {
    background: var(--primary-color);
    position: absolute;
    border-radius: 5px;
    width: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.wrap-projets .prev-slide {
    left: 0;
}

.wrap-projets .next-slide {
    right: 0;
}