.section-home-dernieres-realisations {
  background-color: #FFFFFF;
  padding-bottom: 1px;
}
.section-home-dernieres-realisations .container-fluid h2 {
  margin-bottom: 6rem;
  color: #000000;
}
.section-home-dernieres-realisations .container-fluid .projets-wrapper {
  position: relative;
  height: 653px;
  max-width: 1495px;
  margin: 0 auto;
  display: block;
}
.section-home-dernieres-realisations .container-fluid .projets-wrapper .projet1,
.section-home-dernieres-realisations .container-fluid .projets-wrapper .projet2 {
  border-radius: 12px;
}
.section-home-dernieres-realisations .container-fluid .projets-wrapper .projet1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1378px;
  height: 610px;
  z-index: 1;
  float: none;
  display: block;
}
.section-home-dernieres-realisations .container-fluid .projets-wrapper .projet2 {
  position: absolute;
  bottom: 0;
  right: -117px;
  width: 677px;
  height: 418px;
  z-index: 2;
  float: none;
  display: block;
}
.section-home-dernieres-realisations .container-fluid .projets-wrapper .projet1 > .imgcropCtn,
.section-home-dernieres-realisations .container-fluid .projets-wrapper .projet2 > .imgcropCtn {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  float: none;
  display: block;
}
.section-home-dernieres-realisations .container-fluid .projets-wrapper .projet1 > .imgcropCtn img,
.section-home-dernieres-realisations .container-fluid .projets-wrapper .projet2 > .imgcropCtn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.section-home-dernieres-realisations .container-fluid .projets-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  border-radius: 12px;
  z-index: 5;
  opacity: 66%;
}
.section-home-dernieres-realisations .container-fluid .projets-wrapper .projet2 > .overlay {
  border: solid 8px #99AFC3;
}
.section-home-dernieres-realisations .container-fluid .projets-wrapper .content {
  position: absolute;
  color: white;
  z-index: 10;
  width: 443px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-home-dernieres-realisations .container-fluid .projets-wrapper .content h3 {
  margin: 0;
  font-size: 4.9rem;
  font-weight: 600;
}
.section-home-dernieres-realisations .container-fluid .projets-wrapper .projet2 > .content {
  top: 75px;
  left: 105px;
}
.section-home-dernieres-realisations .container-fluid .projets-wrapper .projet1 > .content {
  top: 124px;
  left: 117px;
}
.section-home-dernieres-realisations .container-fluid .projets-wrapper .totalprojets {
  width: 510px;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 2;
  background: #F16105;
  color: #FFFFFF;
  border-radius: 12px;
  padding: 30px 80px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  gap: 40px;
}
.section-home-dernieres-realisations .container-fluid .projets-wrapper .totalprojets .chiffre {
  font-size: 6.9rem;
  font-weight: 600;
}
.section-home-dernieres-realisations .container-fluid .projets-wrapper .totalprojets .texte {
  font-family: 'Newsreader', sans-serif;
  font-size: 4.9rem;
  font-weight: 500;
}
.section-home-dernieres-realisations .container-fluid .colboutons {
  margin: 3.1rem auto 10.9rem;
  position: relative;
  z-index: 3;
  clear: both;
  display: block;
  width: 100%;
  text-align: center;
}
.section-home-dernieres-realisations .container-fluid .colboutons .bouton5 {
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .section-home-dernieres-realisations .container-fluid h2 {
    font-size: 6rem;
  }
  .section-home-dernieres-realisations .container-fluid .projets-wrapper {
    height: 550px;
  }
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .projet1 {
    width: 90%;
    height: 500px;
  }
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .projet2 {
    right: 0px;
    width: 50%;
    height: 350px;
  }
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .projet1 > .content {
    top: 50px;
    left: 50px;
    width: 45%;
  }
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .projet1 > .content h3 {
    font-size: 4.2rem;
  }
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .projet2 > .content {
    top: 40px;
    left: 40px;
    width: 80%;
  }
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .projet2 > .content h3 {
    font-size: 4.2rem;
  }
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .totalprojets {
    gap: 20px;
    width: 350px;
    padding: 20px 60px;
    top: 50px;
    right: 15%;
  }
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .totalprojets .chiffre {
    font-size: 5.9rem;
  }
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .totalprojets .texte {
    font-size: 4.2rem;
  }
  .section-home-dernieres-realisations .container-fluid .colboutons {
    margin: 3.1rem auto 10.9rem;
  }
}
@media (max-width: 1030px) {
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .totalprojets {
    right: 0;
  }
}
@media (max-width: 768px) {
  .section-home-dernieres-realisations .container-fluid h2 {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .section-home-dernieres-realisations .container-fluid .projets-wrapper {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .projet1,
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .projet2 {
    position: relative;
    width: 90%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .projet1 > .content,
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .projet2 > .content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 20px;
  }
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .projet1 > .content h3,
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .projet2 > .content h3 {
    font-size: 3.6rem;
  }
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .totalprojets {
    position: relative;
    top: auto;
    right: auto;
    width: 90%;
    margin-top: -2rem;
    flex-direction: row;
    gap: 10px;
  }
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .totalprojets .chiffre {
    font-size: 4.9rem;
  }
  .section-home-dernieres-realisations .container-fluid .projets-wrapper .totalprojets .texte {
    font-size: 3.6rem;
  }
  .section-home-dernieres-realisations .container-fluid .colboutons {
    margin: 3.1rem auto 5.4rem;
  }
}
