.section-crosssellingrealisations .container-fluid h2 {
  margin-bottom: 3rem;
}
.section-crosssellingrealisations .row {
  justify-content: center;
}
.section-crosssellingrealisations .realisations__liste {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3,1fr);
}
.section-crosssellingrealisations .realisations__liste .realisation__item .imgcropCtn {
  position: relative;
  height: 342px;
  width: 442px;
  border-radius: 1.2rem;
}
.section-crosssellingrealisations .realisations__liste .realisation__item .imgcropCtn img {
  transition: all 0.3s ease;
}
.section-crosssellingrealisations .realisations__liste .realisation__item .contenu {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section-crosssellingrealisations .realisations__liste .realisation__item .contenu h3 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  margin-top: 2.5rem;
  min-height: 77px;
}
.section-crosssellingrealisations .realisations__liste .realisation__item .contenu .info {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  justify-content: flex-start;
}
.section-crosssellingrealisations .realisations__liste .realisation__item .contenu .info i {
  width: 5rem;
  text-align: center;
}
.section-crosssellingrealisations .realisations__liste .realisation__item .contenu .info ::before {
  font-size: 3.5rem;
  color: #F16105;
}
.section-crosssellingrealisations .colboutons {
  text-align: center;
  margin-top: 10rem;
}
@media (min-width: 500px) and (max-width: 1500px) {
  .section-crosssellingrealisations .realisations__liste {
    grid-template-columns: repeat(1,1fr);
  }
  .section-crosssellingrealisations .realisations__liste .realisation__item {
    display: flex;
    flex-direction: row;
    justify-content: left;
    padding: 0 5rem;
    gap: 2.5rem;
  }
  .section-crosssellingrealisations .realisations__liste .realisation__item .imgcropCtn {
    width: 50%;
    height: 250px;
  }
  .section-crosssellingrealisations .realisations__liste .realisation__item .contenu h3 {
    font-size: 2.3rem;
    margin-left: 2rem;
  }
}
@media (max-width: 500px) {
  .section-crosssellingrealisations .realisations__liste {
    grid-template-columns: repeat(1,1fr);
  }
  .section-crosssellingrealisations .realisations__liste .realisation__item {
    margin: auto;
    width: 300px;
  }
  .section-crosssellingrealisations .realisations__liste .realisation__item .imgcropCtn {
    width: 300px;
    height: 200px;
    margin: auto;
  }
  .section-crosssellingrealisations .colboutons {
    margin-top: 5rem;
  }
}
