#installation {
  width: 100%;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(white, rgb(150, 150, 150));
}
@media screen and (max-width: 950px) {
  #installation {
    flex-direction: column-reverse;
    padding-top: 20px;
  }
}

.linkActivité {
  color: rgb(21, 106, 163);
  text-decoration: none;
}
.linkActivité:hover {
  color: rgb(34, 108, 219);
  text-decoration: underline;
}

.activiteTxt {
  width: 45%;
  padding: 0 60px;
}
.activiteTxt h2 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.527);
  font-weight: 350;
  padding-bottom: 30px;
}
.activiteTxt p {
  font-size: 1.2rem;
  text-align: justify;
}
@media screen and (max-width: 950px) {
  .activiteTxt {
    width: 85%;
    padding: 20px 0 0 0;
    text-align: center;
  }
}

.activiteImg {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.527);
}
@media screen and (max-width: 450px) {
  .activiteImg img {
    width: 250px;
    height: 220px;
  }
}
@media screen and (min-width: 451px) and (max-width: 900px) {
  .activiteImg img {
    width: 330px;
    height: 300px;
  }
}

.partenaires {
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (min-width: 450px) and (max-width: 950px) {
  .partenaires {
    width: 60%;
    margin: auto;
  }
}

.logoPartenaires {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .logoPartenaires {
    justify-content: space-around;
  }
  .logoPartenaires img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 450px) and (max-width: 950px) {
  .logoPartenaires {
    justify-content: flex-start;
    gap: 20px;
  }
  .logoPartenaires img {
    width: 70px;
    height: 70px;
  }
}

#renovation {
  width: 100%;
  padding-top: 80px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgb(150, 150, 150), white);
}
@media screen and (max-width: 950px) {
  #renovation {
    flex-direction: column-reverse;
    padding-top: 40px;
  }
}

#depannage {
  width: 100%;
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(white, rgb(150, 150, 150));
}
@media screen and (max-width: 950px) {
  #depannage {
    flex-direction: column-reverse;
    padding-top: 40px;
  }
}

#conformite {
  width: 100%;
  padding-top: 80px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgb(150, 150, 150), white);
}
@media screen and (max-width: 950px) {
  #conformite {
    flex-direction: column-reverse;
    padding-top: 40px;
  }
}

#eclairage {
  width: 100%;
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(white, rgb(150, 150, 150));
}
@media screen and (max-width: 950px) {
  #eclairage {
    flex-direction: column-reverse;
    padding-top: 40px;
  }
}

#chauffage {
  width: 100%;
  padding-top: 80px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgb(150, 150, 150), white);
}
@media screen and (max-width: 950px) {
  #chauffage {
    flex-direction: column-reverse;
    padding-top: 40px;
  }
}

#courantFaible {
  width: 100%;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(white, rgb(150, 150, 150));
}
@media screen and (max-width: 950px) {
  #courantFaible {
    flex-direction: column-reverse;
    padding-top: 40px;
  }
}

#contact {
  background: linear-gradient(white, rgb(88, 88, 88));
}