Maintenance Technique Chauffage

Des projets techniques au service de la performance

Nos réalisations

Découvrez nos réalisations dans des secteurs variés, où notre expertise garantit confort, performance énergétique et conformité aux normes les plus exigeantes.

Réalisations Filtre Secteur
  • Tous
  • Tertiaire
  • Sport
  • Social
  • Médical
  • Industriel
  • Habitat collectif
  • Culturel
  • Chaufferies collectives
Filtrer les réalisations
  • Albizzia

    Albizzia

  • Babolat* (287 logements)

    Babolat* (287 logements)

  • Îlot B2 Lyon-Confluence (Logements, bureaux, commerces, résidence étudiante)

    Îlot B2 Lyon-Confluence (Logements, bureaux, commerces, résidence étudiante)

  • Organza* (320 logements)

    Organza* (320 logements)

  • Résidence étudiante Joseph Cartellier

    Résidence étudiante Joseph Cartellier

  • Immeuble de 71 logements à Villeurbanne

    Immeuble de 71 logements à Villeurbanne

  • Foyer d’Hébergement Médicalisé L’Olivier

    Foyer d’Hébergement Médicalisé L’Olivier

  • Immeuble de 68 logements et 18 studios à Lyon

    Immeuble de 68 logements et 18 studios à Lyon

  • Immeuble de 80 logements et résidence étudiante à Lyon Gerland

    Immeuble de 80 logements et résidence étudiante à Lyon Gerland

Nos Experts à Votre écoute !

Accompagnement et Étude de vos Projets Personnalisés

Vous avez un projet ou souhaitez en savoir plus sur nos solutions de chauffage, climatisation, et plomberie ? Notre équipe est à votre écoute pour répondre à vos besoins et vous accompagner dans chaque étape.
Nous contacter
/* -- The root styles must go in the element of the structure with the name "Hero Section". --*/
.cta-contact {
  --cta-contact-speed-animation: 35s;
  --cta-contact-transparency-size: 80px;

  .cta-contact__container-img{
    /* If you do not want the gradient masks at the top and bottom you can remove these styles */
    -webkit-mask-image: linear-gradient(to top, #000, #000, transparent 0, #000 var(--cta-contact-transparency-size), #000 calc(100% - var(--cta-contact-transparency-size)), transparent);
  }

  /* Column left styles */
  .cta-contact__column:first-child{    
    .cta-contact__column-img {
      animation-name: vertical-scroll-btt;
      animation-duration: var(--cta-contact-speed-animation);
      animation-iteration-count: infinite;
      animation-timing-function: linear;

      .cta-contact__img-wrapper{
        margin-bottom: var(--space-m);

        @media(max-width: 991px){
          margin-bottom: var(--space-s);
        }
      }
    }
  }

  /* Column right styles */
  .cta-contact__column:last-child{
    .cta-contact__column-img{
      animation-name: vertical-scroll-ttb;
      animation-duration: var(--cta-contact-speed-animation);
      animation-iteration-count: infinite;
      animation-timing-function: linear;

      .cta-contact__img-wrapper{
        margin-top: var(--space-m);

        @media(max-width: 991px){
          margin-top: var(--space-s);
        }
      }
    }
  }

}



/*-- Animation bot to top ↑ --*/
@keyframes vertical-scroll-btt {
  from {transform: translateY(0%);}
  to {transform: translateY(-100%);}
}

/*-- Animation top to bot ↓ --*/
@keyframes vertical-scroll-ttb {
  from {transform: translateY(-100%);}
  to {transform: translateY(0%);}
}